@font-face {
    font-family: vazirmatn;
    src: url('/content/font/vazirmatn-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: sahel;
    src: url('/content/font/sahel-fd.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  html,body{
      font-family: 'sahel','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size: 14px;
      line-height: 2em;
  }

  a:link {
    text-decoration: none !important;
  }
  
  a:visited {
    text-decoration: none !important;
  }
  
  a:hover {
    text-decoration: none !important;
  }
  
  a:active {
    text-decoration: none !important;
  }

  .ltr{
    direction: ltr;
  }

  .en{
    direction: ltr;
    font-family: 'Courier New', Courier, monospace;
  }

  .h-96px{
    height: 96px;
  }
  
  .h-72px{
    height: 72px;
  }
  
  .h-48px{
    height: 48px;
  }
  
  .h-36px{
    height: 36px;
  }
  
  .h-24px{
    height: 24px;
  }

  .form-floating>label{
    line-height: 1em;
  }
  .grid-view .action-column{
    text-align: center;
  }
  .grid-view td{
white-space: nowrap;
}

.call-log{
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
border-radius: 50%;
z-index: 2;
}

.date-viewer{
  text-align: center;
}

.page-item span{
  position: relative;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .375rem .75rem;
}
