@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');
* {
    letter-spacing: 0 !important;
}
body {
    font-family: 'Tajawal', sans-serif;
}


.header-container {
    border-bottom: none;
}
#content {
    margin-top: 50px;
}
.sidebar-wrapper {
    top: 50px;
}
.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.scroll-checbox-holder {
  width: 250px;
  position: relative;
  min-height: 200px;
  /* height: 100px;
  overflow-y: scroll; */
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle i {
    color: #506690;
    margin-left: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    stroke-width: 1.6;
    font-size: 13pt;
    overflow: visible;
}
.table > thead > tr > th, .table > tbody > tr > td {
    font-size: 15.5px;
    font-weight: 500;
}
.btn-group .dropdown-menu a.dropdown-item i {
    margin-left: 5px;
}
.create-widget {
    margin-top: 20px;
}
.form-err {
    margin: 0;
    margin-top: 15px;
}
.preview-image {
    display: block;
    width: 100px;
    margin-top: 10px;
}
.preview-image-table {
    width: 50px;
    height: 50px;
}
#sidebar ul.menu-categories ul.submenu > li a {
    font-weight: 500;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.res-label {
    font-weight: bold;
    margin-bottom:25px;
    margin-top: 50px;
    font-size: 14pt;
}
.data-label {
    text-align: center;
    font-size: 12pt;
    font-weight: 500;
    padding: 25px 0px;
}
.data-btn {
    box-shadow: none;
    margin-right: 15px;
    float: left;
}
.data-textarea {
    height: 55px !important;
}
.mt-35 {
    margin-top: 35px;
}
.calendar ul {
    display: grid;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
.calendar li {
    list-style-type: none;
    display: flex;
    flex-flow: column;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
.calendar {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #fff;
  }
  
  .month {
    text-align: center;
    padding: 20px 0;
    color: #51565d;
    background: #f5f7fa;
  }
  
  time {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
    font-weight: bold;
  }
  
  .current {
    color: #0c0c0c;
    background: #ccc;
  }
  .calendar ul li {
      position: relative;
      cursor: pointer;
  }
  .calendar ul li.active {
      background: bisque !important;
  }
  .calendar ul li .calendar-menu {
    width: 200px;
    position: absolute;
    display: none;
    background: white;
    z-index: 9999;
    border: 1px solid rgba(0,0,0,0.20);
    border-radius: 4px;
    padding: 15px;
  }
  .calendar ul li:hover .calendar-menu {
      display: block;
  }
  .calendar ul li .calendar-menu p {
      font-weight: 500;
      text-align: center;
      margin-bottom: 15px;
  }

  .calendar ul li .calendar-menu a {
      box-shadow: none !important;
  }
  .calendar ul li .calendar-menu .res-item {
    display: block;
    margin: 10px 0px;
    color: cornflowerblue;
    font-weight: 500;
  }
  .calendar ul li .calendar-menu .btn {
    padding: 5px 10px !important;
    margin-top: 25px !important;
  }
  .no-results {
    color: darkgray !important;
    font-size: 10pt !important;
  }
  @media only screen and (min-width: 946px) {
    .calendar ul {
      grid-template-columns: repeat(5, 1fr);
    }
  
    .calendar li:not(:nth-child(5n)) {
      border-left: none;
    }
    .calendar li:last-child {
        border-left: 1px solid rgba(0, 0, 0, 0.4);
    }
  
    .calendar li:not(:nth-last-child(-n + 5)) {
      border-bottom: none;
    }
  }
  
  @media only screen and (max-width: 945px) {
    .calendar li:not(:last-child) {
      border-bottom: none;
    }
  }

  .header-container .navbar .language-dropdown a.dropdown-toggle img {
    width: 30px !important;
    height: auto !important;
    margin-left: 5px;
  }
  #language-dropdown {
    color:white !important;
    font-size:12pt  !important
  }
  .user {
    color: white !important;
  }
  .header-container .navbar .language-dropdown .dropdown-menu a img {
    width: 30px !important;
    height: auto;
  }
  #content {
    overflow-x: hidden;
  }
  .widget-three .widget-content .w-summary-info p {
    font-size: 19px;
  }
  .widget-three .widget-content .w-summary-info h6 {
    font-size: 17px;
    font-weight: 500;
  }
  .widget-three {
    height: auto;
  }
  .widget-three .widget-heading {
    margin-bottom: 30px;
  }
  .widget-table-one .transactions-list .t-item {
    margin-bottom: 20px;
  }
  .widget-table-one .transactions-list .t-item .t-name h4 {
    margin-bottom: 7px;
  }
  .widget-table-two .table > tbody > tr:hover > td {
    transform: none !important;
  }
  .custom-dropdown-icon {
    margin-top: 3px;
  }
  .custom-dropdown-icon a {
    background: transparent !important;
    color:white !important
  }
  .custom-dropdown-icon .dropdown-item {
    color:#0c0c0c !important
  }

  .sidebarCollapse {
    padding: 0;
    color: White;
    height: 100%;
    line-height: 2.8;
}
.sidebarCollapse:hover {
  color:white
}
@media screen and (max-width:991px) {
  .language-dropdown{
    padding: 0 !important;
    margin: 0 !important;
  
  }
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0px !important;
  padding: 9px;
}
.page-link {
  border-radius: 0px !important;
}
.alert {
  display:none
}
.date-field {
  direction: ltr;
}
.modal-content .table {
  display: block !important;
  overflow-x: scroll;
}
.search-results {
  padding: 15px 0px;
  display: none;
}
.search-results p.label {
  font-weight: bold;
}
.search-item {
  width: 100%;
  float: right;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 6px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.search-item p {
  margin: 0;
    font-size: 13pt;
    font-weight: 500;
}
.search-item span {
  background: #4361ee;
    color: white;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 6px;
    display: block;
    margin-right: auto;
    cursor:pointer
}
.search-item span.active {
  background: lightgreen;
}
.widget-content-area {
  box-shadow: none !important;
 
}
.edit-customer-data {
  cursor: pointer;
  color: blue;
  margin-left: 10px;
}
.calendar-reservations {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.calendar-reservations li {
  width:100%;
  float:right;
  padding: 15px;
  list-style-type: none;
  border:1px solid rgba(0,0,0,0.20);
  border-radius: 4px;
  margin-bottom: 10px;
}
.calendar-reservations li a {
  font-weight: bold;
  display: block;
}
.calendar-res-count {
  color: cornflowerblue;
  font-weight: bold;
  font-size: 13pt;
  position: absolute;
  left: 15px;
}
.table-responsive {
  min-height: 300px !important;
}
#image {
  visibility: hidden;
  width: 0;
  height: 0;
}
.edit-image {
  width: 100%;
    float: left;
    text-align: center;
}
.edit-image img {
  width: 190px;
  height: 190px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 1px solid rgba(0,0,0,0.10);
    border-radius: 4px;
    cursor: pointer;
}
.clock {
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  top: 50%;
  background: #4361ee;
  padding: 4px 15px;
  border-radius: 0;
}
.clock p {
  margin-bottom: 0;
  color: white;
  font-weight: 500;
  font-size: 10pt;
  line-height: 23px;
}
#time {
  font-size: 13pt;
  font-weight: bold;
  width: 100px;
}
.edit-image {
  margin-bottom: 20px;
}
.edit-image video {
  display: block;
  margin: 0 auto;
}
#capturecanvas {
  display: none !important;
}
.modal-body iframe {
  width: 100%;
  height: 550px;
  border: none;
}
#archiveModal .modal-dialog {
  max-width: 991px;
}
.notifications-count {
  position: absolute;
  top: 4px;
  height: auto;
  display: inline-block;
  line-height: 8px;
  background: red;
  color: white;
  padding: 4px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  text-align: center;
  left: -7px;
}
.media i {
  margin-left:10px;
  color:gold;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item .media {
  align-items:center
}
.no-notifications {
  margin: 0;
  color: lightgray;
  font-weight: 300;
  font-size: 11pt;
  padding: 25px 0px;
  text-align: center;
}
.no-notifications i {
  margin-left:5px !important;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info h6 {
  font-size:13px !important;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
  display: flex;
  align-items: center;
}
.toast {

  position: fixed;

  bottom: 25px;

  right: 30px;

  border-radius: 12px;

  background: #fff;

  padding: 15px 35px 20px 25px;

  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);

  overflow: hidden;

  transform: translateX(calc(100% + 30px));

  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);

  z-index: 99999999999999999999;

  opacity: 1;

}



.toast.active {

  transform: translateX(0%);

}



.toast .toast-content {

  display: flex;

  align-items: center;

}



.toast-content .check {

  display: flex;

  align-items: center;

  justify-content: center;

  height: 35px;

  min-width: 35px;

  background-color: #4070f4;

  color: #fff;

  font-size: 20px;

  border-radius: 50%;

}



.toast-content .message {

  display: flex;

  flex-direction: column;

  margin: 0 20px;

}



.message .text {

  font-size: 14px;

  font-weight: 500;

  color: #666666;

  margin-top: 2px;



}



.message .text.text-1 {

  font-weight: 600;

  color: #333;

}



.toast .close {

  position: absolute;

  top: 10px;

  left: 15px;

  padding: 5px;

  font-size: 12px;

  cursor: pointer;

  opacity: 0.7;

}



.toast .close:hover {

  opacity: 1;

}



.toast .progress {

  position: absolute;

  bottom: 0;

  left: 0;

  height: 3px;

  width: 100%;

margin:0

}
.form-checkboxes {
  width: 100%;
  display: block;
  overflow: auto;
}
.form-checkboxes .form-check {
  width: 33.33333%;
  display: inline-block;
  text-align: right;
  float: right;
  margin-bottom: 5px;

}



.toast .progress:before {

  content: "";

  position: absolute;

  bottom: 0;

  right: 0;

  height: 100%;

  width: 100%;

  background-color: #4070f4;

}



.progress.active:before {

  animation: progress 5s linear forwards;

}



@keyframes progress {

  100% {

    right: 100%;

  }

}
.pictures {
  padding: 0 !important;
}
.pictures li {
  padding: 0;
  list-style-type: none;
}
.pictures li img {
  cursor: pointer;
}
.notification-dropdown .dropdown-menu {
  width: 475px !important;
  max-height: 365px;
  overflow-y: scroll;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info p {
  font-size: 12px !important;
}
.remove-notification {
  position: absolute;
  left: 5px;
  font-size: 12px;
  top: 10px;
  color:#0c0c0c !important;

}
.dropdown-item {
  position: relative;
}
.file-uploader {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.file-uploader i {
  width: auto;
  height: auto;
  position: relative;
}
.file-uploader input {
  padding: 0px;
    height: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

@media screen and (max-width:991px) {
  .navbar .navbar-item .nav-item.dropdown.notification-dropdown {
    margin-left: 20px !important;
  }
  .clock {
    position: relative;
    display: inline-block;
    left: -50%;
    transform: translateX(50%);
    
  }
  .header-container .navbar {
    display: block !important;
    padding: 0 !important;
  }
  .navbar .theme-brand li.theme-text {
    margin-left: 10px;
  }
  #content {
    margin-top: 150px;
  }
  .sidebar-wrapper {
    top: 140px;
  }
  .navbar .theme-brand li.theme-text {
    margin-left: 40px;
    float: right;
    width: 100%;
    display: block;
  }
  .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
}
.calendar-select-year {
  float: left;
    width: auto;
    margin-bottom: 15px;
    height: auto;
    padding: 8px 20px;
}
.error-403 {
  width: 100%;
  height: calc(100vh - 50px);
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 18pt;
  color: red;
  font-weight: bold;
}
.error-403 i {
  margin-left: 10px;
}
.instruction-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.instruction-item span {
  font-size: 18pt;
  color: red;
  padding: 0px 15px;
  cursor: pointer;
}
.customer-sensitive-checkbox {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.customer-sensitive-checkbox label {
  margin: 0;
  color:black;

}
.customer-sensitive-checkbox input {
  margin-bottom: 0;
  margin-left: 10px;
}
.select-quantity {
  font-weight: 500;
  font-size: 14pt;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.select-quantity {
  text-align: right;
}
.cart-counter {
  border: 1.5px solid rgba(0,0,0,0.15);
  padding: 0px 8px;
  cursor: pointer;
  width: auto !important;
  margin-bottom: 0 !important;
  float: none !important;
}
.cart-counter {
  border: 1.5px solid rgba(0,0,0,0.15);
  padding: 0px 8px;
  cursor: pointer;
  width: auto !important;
  margin-bottom: 0 !important;
  float: none !important;
  height: 31px;
}
.cart-product-count {
  border: 1px solid rgba(0,0,0,0.15);
  height: 29px !important;
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  cursor: default;
  max-width: 50px;
  text-align: center;
  height: 31px !important;
  margin: 0px 5px;
  border-radius: none !important;
}
.increase-qt {
  margin-right: 5px;
}
.select2-container--below {
  direction: rtl;
  width: 350px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 0; */
}
#sensitiveselect .select2-selection__rendered, #sickselect .select2-selection__rendered{
  margin-bottom: 0 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100%;
  height: 30px;
  display: block;
  margin: 0px !important;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 150px !important;
}
.select2-search--inline {
  /* display: none !important; */
}
.select2-container--open {
  position: static !important;
  display: block !important;
  width: 250px !important;

}
.select2-dropdown  {
  z-index: 9 !important;
  right: 0 !important;
  height: 150px !important;
}
.select2-selection {
  max-height: 83px !important;
  overflow: scroll;
  min-height: 50px !important;
  overflow-x: hidden;
}
.select2-dropdown--below {
  position: relative !important;
}
.select2-container--default .select2-results__option--selected {
  background: white !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: white !important;
  color: black !important;
}
.select2-container--default .select2-results>.select2-results__options {
  height: 40px !important;
}
.select2-container--open .select2-dropdown {
  height: 40px !important;
}
.scroll-checbox-holder {
  min-height: auto;
}
.patient-note {
  min-height: 40px !important;
  height: 50px !important;
}
.customer-dr-note {
  height: 48px !important;
}
.data-label {
  display: none;
}
.res-label {
  margin-top: 20px;
  margin-bottom: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: red !important;
  border-color: red !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: red !important;
}

#xrays-select .select2-search--inline {
  display: block !important;
}
#xrays-select .select2-container {
  width: 100% !important;
}
#xrays-select .select2-container--open .select2-dropdown {
  height: auto !important;
  width: 100% !important;
}
#xrays-select .select2-container--default .select2-results>.select2-results__options {
  height: auto !important;
}
#xrays-select .select2-container--default.select2-container--focus .select2-selection--multiple {
  overflow: hidden !important;
}
#xrays-select .select2-container--default .select2-selection--multiple {
  overflow: hidden !important;
}
#xrays-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: gray !important;
  border-color: gray !important;
}
.show-dynamic-content {
  color: #4361ee;
  margin-right: 10px;
  margin-top: 1px;
  display: inline-block;
}
.show-dynamic-content:hover {
  color: #4361ee;
}