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

  html,body{
      font-family: 'vazirmatn','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-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;
}

.title{
  background: #aaa;
  color: #fff;
  border-radius: 5px;
  padding: 2px 15px;
  margin-bottom: 5px;
  display: inline-block;
  position: absolute;
  top:-25px;
  right:15px;
}

.img-box-1-1:after{padding-bottom: 100%;}

.img-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-box:after {
  content: "";
  display: block;
}
.img-box img {
  position: absolute !important;
  display: flex;
  min-width: 100%;
  min-height: 100%;
}

.mono{
  font-family: monospace;
  direction: ltr;
  font-size: 80%;
}

.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;
}

.item-index {
    position: absolute;
    top: 0;
    left: 8px;
    width: 26px;
    height: 26px;
    border-radius: 0 0 7px 7px;
    font-size: 11px;
    font-weight: bold;
    background: rgb(228 228 228);
    color: #a2a2a2;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
/* Kamix */
#page-content-wrapper {
    background: #f1f1f1 !important;
}
.estate .footer div > div {
    justify-content: space-around !important;
    background: #f8f8f4;
    border-radius: 12px;
    margin: 5px;
    padding: 0px !important;
}

.row.header a {
    font-weight: 700;
    display: inline-block;
    padding: 3px 8px;
}

.estate {
    border: none;
    box-shadow: 0 2px 4px #dbdbdb;
    border-radius: 8px;
}

#wrapper {
    background: #f1f1f1;
}

.row.date div > div {
    font-size: 13px;
    justify-content: space-between;
}

.edit {
    color: red !important;
}
.modal-body {
    background: #f1f1f1 !important;
}

.modal-header {
    background: #e8e8e8 !important;
}
.edit {
    top: 26px !important;
    left: 15px !important;
    background: none !important;
    margin:0 !important;
    padding:0 !important;
}