/******************************   imported files    ********************************/
/************************   Layout   ************************/
/******************************   imported files    ********************************/
/************************************    min-max width   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/
/******************************   Style    ********************************/
.header {
  background: linear-gradient(180deg, #156B68 0%, #2C918D 100%);
  border-radius: 2px 2px 0px 0px; }
  .header .collapse-btn {
    color: #EFE5C4 !important; }
  .header .header-title {
    font-size: 22px;
    color: #fff; }

.header-actions .switch-lang {
  font-size: 16px;
  color: #EFE5C4;
  font-weight: 400; }
.header-actions .notification {
  margin: 0 20px;
  color: #EFE5C4; }
.header-actions .user-actions-btn {
  color: #EFE5C4; }
  .header-actions .user-actions-btn:after {
    margin-left: 3px;
    margin-bottom: 3px; }
.header-actions .user-actions-ddl.dropdown-menu[data-bs-popper] {
  left: unset;
  right: 0; }

.notification-ddl {
  left: unset !important;
  right: 0; }

.notifimg {
  border-radius: 50%;
  border: 2px solid #156B68;
  width: 50px;
  height: 50px; }

.notifItem {
  padding: 10px !important; }

.notificationMenu {
  top: 3px; }
  .notificationMenu ul {
    box-shadow: rgba(0, 0, 0, 0.42) 2px 2px 20px 0px;
    width: 300px;
    max-height: 440px;
    overflow: auto; }

.notifBoxDrop .tit {
  font-size: 14px;
  color: #161414;
  font-weight: bold;
  white-space: break-spaces; }
.notifBoxDrop .txt1 {
  font-size: 13px;
  color: #221919;
  white-space: break-spaces; }
.notifBoxDrop .txt2 {
  font-size: 13px; }

.active-item-bg {
  background-color: #f2f6fc !important; }

/******************************   imported files    ********************************/
/************************************    min-max width   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/
/******************************   Style    ********************************/
.custom-pager .page-item {
  margin-right: 6px;
  border-radius: 0; }
  .custom-pager .page-item:last-child {
    margin-right: 0; }
.custom-pager .page-link {
  border-radius: 0 !important;
  background-color: #FCF8EC;
  color: #3e726f; }

.page-link:focus {
  box-shadow: none !important; }

.preInputField {
  border-radius: 0 0.375rem 0.375rem 0 !important; }

.container-card {
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  border-radius: 7px; }
  .container-card .main-card-title {
    font-size: 18px;
    color: #000;
    font-weight: bold; }

.form-box-title {
  font-size: 15px;
  color: #000;
  font-weight: bold; }

.uploaded-img {
  min-height: 196px;
  max-height: 196px;
  max-width: 100%;
  border: 1px solid #A0C6DB;
  border-radius: 2px; }

.note-txt {
  font-size: 16px;
  color: #F80000;
  font-weight: bold; }

.was-validated .date-field:valid:before {
  right: 35px; }

.was-validated .date-field:invalid:before {
  right: 35px; }

.content-table thead {
  background-color: #FCF8EC; }
  .content-table thead th {
    color: #19726f; }

.save-btns {
  display: flex;
  align-items: center;
  justify-content: center; }

.info-title {
  font-size: 16px;
  color: #156B68;
  font-weight: bold; }

.confirmMsg {
  font-size: 19px;
  color: #bf0e1f;
  font-weight: 600; }

.alertIcon {
  font-size: 46px !important;
  color: #bf0e1f; }

.confirmDialog {
  margin-top: 12rem !important; }

.modal-logo {
  width: 139px;
  height: 107px; }

.confirmation-modal {
  margin: 6.75rem auto !important; }
  .confirmation-modal .modal-content {
    background-image: linear-gradient(180deg, #DED1A1 0%, #FFFFFF63 100%); }
  .confirmation-modal .confirmation-msg {
    font-size: 18px;
    color: #000;
    font-weight: bold; }

.view-card {
  border: 1px solid #EFE5C4 !important; }
  .view-card .card-header {
    background-color: #EFE5C4; }
    .view-card .card-header .view-tit {
      font-size: 18px;
      color: #156B68;
      font-weight: bold; }

.title {
  font-size: 16px;
  color: #000;
  font-weight: bold; }

.txt {
  font-size: 16px;
  color: #000; }

.notes-list {
  padding-left: 30px !important; }
  .notes-list li {
    font-size: 15px;
    color: #156B68;
    font-weight: bold;
    margin-bottom: 15px; }
    .notes-list li:last-child {
      margin-bottom: 0; }
    .notes-list li:before {
      content: '';
      display: inline-block;
      margin-right: 5px;
      background-color: #156B68;
      width: 9px;
      height: 9px;
      border-radius: 50%; }

.doc-title {
  background-color: #EFE5C4;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  border-radius: 0 10px 10px 0px;
  min-width: 311px; }
  .doc-title .tit {
    font-size: 16px;
    color: #156B68;
    font-weight: bold; }

.note-txt-17 {
  font-size: 17px;
  color: #156B68;
  font-weight: bold; }

.email-txt-17 {
  font-size: 17px;
  color: #2B2B2B;
  font-weight: bold; }

.colored-table-list .header-main-title {
  font-size: 18px;
  color: #156B68;
  font-weight: bold;
  background-color: #EFE5C4;
  border-radius: 5px; }
.colored-table-list .list-items > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #F9F9F9; }
.colored-table-list .list-items > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: #F3F3F3; }
.colored-table-list .list-items thead {
  background-color: #E3E3E3; }
.colored-table-list .list-items tbody tr td:first-child {
  border-right: 1px solid #E9E8E8; }
.colored-table-list .list-items .item-tit {
  font-size: 16px;
  color: #000;
  font-weight: bold; }
.colored-table-list .list-items .item-txt {
  font-size: 16px;
  color: #156B68; }

.program-card {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16); }
  .program-card .card-header {
    background-color: #EFE5C4; }
    .program-card .card-header .program-title {
      font-size: 16px;
      color: #156B68;
      font-weight: bold; }
    .program-card .card-header .program-id {
      font-size: 15px;
      color: #AB8E48;
      font-weight: bold; }
  .program-card .card-footer {
    border-top: 2px solid #156B68; }

.cont-title {
  font-size: 14px;
  color: #156B68;
  font-weight: bold; }

.cont-txt {
  font-size: 14px;
  color: #656565; }

.delete-icon {
  color: #C50000; }

.edit-icon {
  color: #156B68;
  border-right: 2px solid #dbdbdb; }

.table-card {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16); }

.mini-logo {
  width: 66px;
  height: 42px; }

.form-modal .modal-content {
  background-image: linear-gradient(180deg, #DED1A1 1%, #FFFFFF63 19%); }

.doctor-img {
  width: 235px;
  height: 235px;
  border-radius: 50%; }

.user-name {
  font-size: 21px;
  color: #000;
  font-weight: bold; }

.user-position {
  font-size: 17px;
  color: #000;
  font-weight: bold; }

.custom-line {
  display: block;
  height: 3px;
  max-width: 518px;
  background-color: #C5B274; }

.green-icon {
  font-size: 32px !important;
  color: #156B68; }

.inner-menu {
  background-color: #FCF8EC;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 10px; }
  .inner-menu li:last-child .inner-menu-item {
    border-bottom-color: transparent; }
  .inner-menu a {
    background-color: #FCF8EC; }
    .inner-menu a.active {
      background-color: #EFE5C4; }
      .inner-menu a.active .inner-menu-item {
        font-size: 16px;
        color: #156B68;
        font-weight: bold;
        border-bottom-color: transparent; }
  .inner-menu .inner-menu-item {
    border-bottom: 1px solid #F5EDD1;
    padding-bottom: 10px;
    font-size: 16px;
    color: #9A9A9A; }
  .inner-menu .inner-accordion-button {
    border-radius: 0 !important; }
    .inner-menu .inner-accordion-button:after {
      margin-left: 20px; }
  .inner-menu .accordion-item:last-of-type {
    border-radius: 0; }
  .inner-menu .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0; }

.child-inner-menu {
  box-shadow: none; }

.shadow-card {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  border-radius: 5px; }

.title-20 {
  font-size: 20px;
  color: #156B68;
  font-weight: bold; }

.logo-authority {
  width: 159px;
  height: 157px; }

.colored-table-list .list-items > tbody > tr .bg-white-color {
  --bs-table-accent-bg: #fff; }

/******************************   imported files    ********************************/
/************************************    min-max width   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/
/******************************   Style    ********************************/
#sidebar {
  min-width: 250px;
  max-width: 250px;
  transition: all 0.3s;
  background-color: #FCF8EC;
  transition-duration: 1.5s;
  transition-delay: 0.1s; }

#sidebar.active {
  margin-left: -250px; }

.sidebar-logo-box .logo {
  width: 155px;
  height: 124px; }

.sidebar-menu {
  border-top: 2px solid #AB8E48; }
  .sidebar-menu .sidebar-menu-item {
    border-bottom: 1px solid #dcd7cb; }
    .sidebar-menu .sidebar-menu-item .item-icon {
      color: #156B68; }
    .sidebar-menu .sidebar-menu-item .item-title {
      font-size: 16px;
      color: #156B68; }
    .sidebar-menu .sidebar-menu-item.active {
      background-color: #EFE5C4; }
      .sidebar-menu .sidebar-menu-item.active .item-title {
        font-weight: bold; }
      .sidebar-menu .sidebar-menu-item.active .item-icon {
        font-weight: bold; }

#sidebarDdl {
  background-color: #e3decd;
  right: 0px;
  left: 0px;
  top: 100%;
  z-index: 1; }
  #sidebarDdl .header-actions {
    border-bottom: 2px solid #AB8E48;
    padding: 9px 14px; }
    #sidebarDdl .header-actions .notification {
      color: #1d7976; }
    #sidebarDdl .header-actions .user-actions-btn {
      color: #1d7976; }
    #sidebarDdl .header-actions .switch-lang {
      color: #1d7976; }

.sidebar-ddl {
  border-bottom: 1px solid #dcd7cb;
  padding: 14px 22px; }
  .sidebar-ddl .item-icon {
    color: #156B68;
    margin-right: 11px; }
  .sidebar-ddl .item-title {
    font-size: 16px;
    color: #156B68; }
  .sidebar-ddl.active {
    background-color: #EFE5C4; }
    .sidebar-ddl.active .item-title {
      font-weight: bold; }
    .sidebar-ddl.active .item-icon {
      font-weight: bold; }

.sidebar-accordion-btn:not(.collapsed) {
  box-shadow: none !important; }

.sidebar-actions {
  border-top: 2px solid #AB8E48;
  background-color: #d8c495; }
  .sidebar-actions .user-actions-btn {
    color: #156B68; }
  .sidebar-actions .notification {
    color: #156B68; }
  .sidebar-actions .switch-lang {
    color: #156B68; }

/******************************   imported files    ********************************/
/************************************    min-max width   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/
/******************************   Style    ********************************/
.wrapper {
  display: flex;
  align-items: stretch;
  position: relative; }

#content {
  min-height: 100vh;
  transition: all 0.3s; }

.footer {
  font-size: 16px;
  color: #F5EDD1;
  font-weight: bold;
  background-color: #156B68; }

.dashboard-card .card-header .dash-card-tit-box {
  min-width: 221px;
  min-height: 60px;
  display: inline-block;
  background-color: #156B68;
  border-radius: 0 10px 10px 0; }
  .dashboard-card .card-header .dash-card-tit-box .dash-card-tit {
    font-size: 17px;
    color: #fff;
    font-weight: bold; }
  .dashboard-card .card-header .dash-card-tit-box .dash-card-icon {
    border-right: 1px solid #fff; }
.dashboard-card .card-body .dash-content-card .dash-content-icon {
  border-right: 2px solid #ededed;
  padding-right: 13px;
  margin-right: 10px; }
.dashboard-card .card-body .dash-content-card .dash-content-title {
  font-size: 16px;
  color: #000;
  font-weight: bold; }

.dash-innerCard {
  border-radius: 8px !important; }
  .dash-innerCard .card-header {
    background-color: #EFE5C4; }
    .dash-innerCard .card-header .dash-innerCard-tit {
      font-size: 15px;
      color: #156B68;
      font-weight: bold; }
  .dash-innerCard .card-body .innerCard-content .innerCard-txt {
    font-size: 14px;
    color: #156B68;
    font-weight: bold; }
  .dash-innerCard .card-body .innerCard-content .innerCard-description {
    font-size: 14px;
    color: #656565; }
  .dash-innerCard .card-footer .innerCard-footer {
    font-size: 14px;
    color: #156B68;
    font-weight: bold; }

.view-footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E9E8E8;
  margin-bottom: 15px; }

.view-footer-txt {
  font-size: 14px;
  color: #7A7A7A; }

.bodyContent {
  background-image: url("../../images/registration.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh; }

.form-alert li {
  display: flex;
  justify-content: center;
  margin-bottom: 9px; }
  .form-alert li:last-child {
    margin-bottom: 0; }

.alert-txt {
  font-size: 16px;
  font-weight: bold;
  margin-left: 4px; }

.custom-toast {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #fff !important; }

.content-container {
  position: relative; }

.toast {
  opacity: 1 !important; }

.profile-accordion {
  border-radius: 5px !important; }
  .profile-accordion .accordion-minus-icon {
    display: none; }
  .profile-accordion .accordion-btn {
    background-color: #EFE5C4 !important;
    border: 1px solid #EFE5C4 !important;
    border-radius: 5px 5px 0 0 !important;
    padding: 14px;
    position: relative; }
    .profile-accordion .accordion-btn:after {
      display: none; }
  .profile-accordion .accordion_item {
    border: 1px solid #EFE5C4 !important; }
  .profile-accordion .accordion-icon {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    background-color: #156B68;
    border-radius: 50%;
    margin-right: 11px; }
  .profile-accordion .accordion-tit {
    font-size: 17px;
    color: #156B68;
    font-weight: bold; }
  .profile-accordion .accordion-button:not(.collapsed) .accordion-plus-icon {
    display: none; }
  .profile-accordion .accordion-button:not(.collapsed) .accordion-minus-icon {
    display: inline-block; }
  .profile-accordion .acc-tit {
    font-size: 15px;
    font-weight: bold; }
  .profile-accordion .acc-txt {
    font-size: 15px; }
  .profile-accordion .view-img-tit {
    font-size: 13px;
    color: #7A7A7A; }

.border-botm-row {
  border-bottom: 2px solid #dbdbdb; }

.gray-color {
  color: #7A7A7A; }

.bordered-table-header th:first-child {
  border-right: 1px solid #E9E8E8; }

.export-file {
  box-shadow: 2px 2px 20px #00000012;
  border-radius: 5px;
  min-width: 131px; }
  .export-file .export-file-txt {
    color: #656565;
    font-size: 15px; }
  .export-file .export-file-icon {
    font-size: 30px; }

.light-box {
  background-color: #F9F9F9; }
  .light-box .light-box-txt {
    color: #156B68;
    font-size: 16px; }

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(152, 155, 155, 0.3);
  z-index: 9999; }
  #loader .spinner-border {
    width: 200px;
    height: 200px;
    border-width: 10px;
    color: #19716e; }

.content-box {
  padding: 24px 15px;
  background-color: #FCF8EC;
  border-radius: 8px;
  max-width: 528px;
  margin: 17px auto; }
  .content-box .content-txt {
    font-size: 18px;
    font-weight: bold;
    color: #156B68; }

.header-logout-btn {
  text-align: left !important;
  padding: 0.25rem 1rem !important; }

.disabled-sidebar-item {
  background-color: #dddddd;
  cursor: no-drop; }
  .disabled-sidebar-item .item-icon {
    color: #b6b6b6 !important; }
  .disabled-sidebar-item .item-title {
    color: #b6b6b6 !important; }

.inner-menu {
  padding: 0 !important; }

.ss-main {
  height: 100% !important;
  padding: 0 !important; }

.ss-main .ss-single-selected {
  border: 0 !important;
  height: 36px !important; }

.ss-main .ss-multi-selected {
  border: 0 !important;
  height: 36px !important; }

.ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder * {
  background-color: transparent; }

input::placeholder {
  overflow: visible !important; }

.footer-link {
  font-size: 16px;
  color: #F5EDD1;
  font-weight: bold; }
  .footer-link:hover {
    color: #fff; }

/******************************   imported files    ********************************/
/************************************    min-max width   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/
/******************************   Style    ********************************/
.authBody {
  display: flex;
  align-items: center;
  justify-content: center; }

.register-box {
  background-color: rgba(255, 255, 255, 0.6);
  min-width: 483px;
  max-width: 483px; }
  .register-box .switchLang {
    font-size: 17px;
    color: #156B68;
    font-weight: bold; }
  .register-box .logo {
    width: 182px;
    height: 145px; }

.linkTxt {
  font-size: 16px;
  color: #232323; }

.loginTit {
  font-size: 16px;
  color: #2B78A4;
  font-weight: bold;
  text-decoration: underline !important; }

.g-recaptcha {
  transform: scale(0.7);
  transform-origin: 0 0; }

.email-box {
  min-width: 598px;
  max-width: 598px;
  background: linear-gradient(180deg, #ded1a1 0%, #fff 100%);
  border-radius: 8px; }
  .email-box .logo {
    width: 122px;
    height: 98px; }

.emailTxt {
  font-size: 18px;
  color: #000; }

.logoutTit {
  margin-top: 10px;
  margin-left: 0;
  float: right; }

.emailBody {
  background: linear-gradient(180deg, #ded1a1 0%, #fff 100%); }

.email-txt {
  font-size: 17px;
  color: #2B2B2B; }

.website-link {
  font-size: 17px;
  color: #4583E1; }

.login-footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.passwordTit {
  font-size: 15px;
  color: #2B78A4;
  text-decoration: underline !important;
  display: block; }

/************************   Components   ************************/
/******************************   imported files    ********************************/
/************************************    min-max width   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/
/******************************   Style    ********************************/
.register-btn {
  font-size: 16px;
  color: #E1D198;
  font-weight: bold;
  background-color: #156B68;
  min-width: 142px;
  border-radius: 3px; }
  .register-btn:hover {
    color: #fff;
    background-color: #B49C63; }

.continue-btn {
  background-color: #F5EDD1;
  color: #156B68;
  margin-left: 20px; }

.add-btn {
  font-size: 16px;
  color: #156B68;
  font-weight: bold;
  background-color: #FCF8EC;
  border: 1px solid #156B68;
  border-radius: 5px;
  min-width: 180px;
  padding: 8px;
  text-align: center;
  display: inline-block; }
  .add-btn .tit {
    margin-left: 6px; }

.signup-btn {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #B49C63;
  min-width: 169px;
  border-radius: 3px; }
  .signup-btn:hover {
    color: #fff; }

.confirm-btn {
  font-size: 16px;
  color: #156B68;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #156B68;
  border-radius: 5px;
  min-width: 180px;
  padding: 8px;
  text-align: center;
  display: inline-block; }
  .confirm-btn:hover {
    border-color: #fff;
    background-color: #156B68;
    color: #fff; }

.delete-btn {
  font-size: 16px;
  color: #bf0e1f;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #bf0e1f;
  border-radius: 5px;
  min-width: 180px;
  padding: 8px;
  text-align: center;
  display: inline-block; }
  .delete-btn:hover {
    border-color: #fff;
    background-color: #bf0e1f;
    color: #fff; }

.audited-btn {
  background-color: #EFE5C4;
  color: #156B68; }

/******************************   imported files    ********************************/
/************************************    min-max width   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/
/******************************   Style    ********************************/
@media (max-width: 1199px), not all and (min-width: 1200px) {
  .dash-innerCard-responsive {
    margin-bottom: 20px; } }
@media (max-width: 991px), not all and (min-width: 992px) {
  .profile-accordion .acc-tit {
    margin-bottom: 7px; }
  .profile-accordion .acc-txt {
    margin-bottom: 7px; }

  .dash-content-card {
    margin-bottom: 20px; }

  .uploaded-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }

  .doctor-img {
    width: 190px;
    height: 190px; } }
@media (max-width: 767px), not all and (min-width: 768px) {
  .change-display {
    display: block !important; }
    .change-display .add-btn {
      margin-top: 20px;
      float: right; }

  #sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    right: -250px;
    display: none;
    opacity: 0;
    transition: all 0.3s;
    transition-duration: 2s;
    transition-delay: 0.1s; }

  .rtl-direction #sidebar.active {
    margin-right: 0 !important;
    right: unset;
    left: 0; }

  #sidebar.active {
    margin-left: 0;
    right: 0;
    transition: all 0.3s;
    transition-duration: 2s;
    transition-delay: 0.1s;
    display: block;
    opacity: 1; }

  .footer {
    font-size: 14px; }

  .dashboard-card .card-body {
    padding: 30px 12px; }

  .register-box {
    min-width: 100%;
    max-width: 100%; }

  .email-box {
    min-width: 100%;
    max-width: 100%; } }
@media (max-width: 575px), not all and (min-width: 576px) {
  .dashboard-card .dash-content-card .dash-content-title {
    font-size: 14px !important; }

  .header .header-title {
    font-size: 18px; }
  .header .collapse-btn {
    padding: 1px 5px;
    padding-top: 0 !important; }

  .dash-innerCard .innerCard-content .innerCard-txt {
    margin-bottom: 5px;
    display: inline-block; }

  .g-recaptcha {
    transform: scale(0.5); }

  .register-box .logo {
    width: 170px;
    height: 117px; }

  .logoutTit {
    float: unset;
    margin: 10px auto 0 !important;
    display: block; }

  .rtl-direction .logoutTit {
    float: unset !important;
    margin: 10px auto 0 !important;
    display: block; }
  .rtl-direction .save-btns {
    display: block; }
    .rtl-direction .save-btns button {
      margin: 0 auto;
      min-width: 100%; }

  .save-btns {
    display: block; }
    .save-btns button {
      margin: 0 auto;
      min-width: 100%; }

  .continue-btn {
    margin-left: 0;
    margin-top: 15px !important; }

  .login-footer {
    display: block;
    text-align: center; }

  .passwordTit {
    margin-top: 15px; }

  .signup-btn {
    min-width: 142px; }

  .notificationMenu ul {
    width: 240px; }

  .emailBody .logo {
    width: 140px;
    height: 140px; }

  .doctor-img {
    width: 170px;
    height: 170px; }

  .user-name {
    font-size: 18px; }

  .user-position {
    font-size: 15px; } }
/******************************   imported files    ********************************/
/************************************    min-max width   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/
/******************************   Style    ********************************/
body {
  font-family: 'Almarai', sans-serif !important; }

.form-control:focus {
  box-shadow: none !important; }

.accordion-button:focus {
  box-shadow: none !important; }

.btn {
  border: none !important; }
  .btn:active {
    border: none; }

a {
  text-decoration: none !important; }

.form-check-input {
  cursor: pointer; }

.form-check-label {
  cursor: pointer; }

.form-select:focus {
  box-shadow: none !important; }

.mt-30 {
  margin-top: 30px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mr-30 {
  margin-right: 30px; }

.custom-box-shadow {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16); }

.form-label-title {
  font-weight: bold; }

.green-tit {
  font-size: 21px;
  color: #156B68;
  font-weight: bold; }

.line {
  border-top: 2px solid #b1a7a7;
  opacity: 1; }

.date-field {
  position: relative; }
  .date-field:before {
    content: '';
    background-image: url("../../images/calendar.svg");
    position: absolute;
    width: 20px;
    height: 22px;
    right: 12px;
    z-index: 2;
    background-color: #fff;
    pointer-events: none; }

.dotted-line {
  border-top: 2px dashed #707070 !important; }

.greenish-color {
  color: #156B68; }

.border-top-color {
  border-top: 1px solid #dcd7cb; }

.yellow-100-color {
  color: #EFE5C4; }

.fs-20 {
  font-size: 20px; }

.box-border-bottom {
  border-bottom: 2px solid #E9E8E8; }

.white-border-bottom {
  border-bottom: 5px solid #fff !important; }

.preBox {
  border-radius: 0.375rem 0 0 0.375rem !important; }

.postBox {
  border-radius: 0 0.375rem 0.375rem 0 !important; }

.line-yellow {
  border-bottom: 1px solid #C3923E; }

.change-display {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.orange-icon {
  color: #ff7a1b; }

.gray-line {
  border-bottom: 2px solid #9A9A9A; }

.browny-line {
  border-top: 2px solid #BFA86F; }

.gray-box {
  background-color: #9A9A9A !important;
  color: #000 !important; }

/******************************   imported files    ********************************/
/******************************   Style    ********************************/
.rtl-direction .inner-menu .inner-accordion-button:after {
  margin-right: 20px;
  margin-left: 0; }
.rtl-direction .form-check {
  padding-left: 0;
  padding-right: 1.5em; }
  .rtl-direction .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }
.rtl-direction .mr-30 {
  margin-right: 0;
  margin-left: 30px; }
.rtl-direction .g-recaptcha {
  transform-origin: right; }
.rtl-direction .logoutTit {
  float: left;
  margin-right: 0; }
.rtl-direction .header .header-actions .user-actions-btn:after {
  margin-left: 0;
  margin-right: 3px; }
.rtl-direction .header .header-actions .user-actions-ddl.dropdown-menu[data-bs-popper] {
  left: 0;
  right: unset; }
.rtl-direction .dropdown-item {
  text-align: right; }
.rtl-direction #sidebar.active {
  margin-left: 0;
  margin-right: -250px; }
.rtl-direction .sidebar-ddl .item-icon {
  margin-right: 0;
  margin-left: 11px; }
.rtl-direction .dashboard-card .card-header {
  padding-right: 0;
  padding-left: 30px; }
.rtl-direction .dashboard-card .dash-card-tit-box {
  border-radius: 10px 0 0 10px; }
  .rtl-direction .dashboard-card .dash-card-tit-box .dash-card-icon {
    border-right: 0;
    border-left: 1px solid #fff; }
.rtl-direction .dashboard-card .card-body .dash-content-card .dash-content-icon {
  border-right: 0;
  border-left: 2px solid #ededed;
  padding-right: 0;
  margin-right: 0; }
.rtl-direction .continue-btn {
  margin-left: 0;
  margin-right: 20px; }
.rtl-direction .preField {
  border-radius: 0 0.375rem 0.375rem 0 !important; }
.rtl-direction .preInputField {
  border-radius: 0.375rem 0 0 0.375rem !important; }
.rtl-direction .was-validated .file-field:invalid, .rtl-direction .was-validated .file-field:valid {
  padding-right: .75rem;
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center; }
.rtl-direction .was-validated .form-select:invalid:not([multiple]):not([size]), .rtl-direction .was-validated .form-select:valid:not([multiple]):not([size]) {
  padding-right: 2.25rem;
  background-position: right 0.75rem center,center left 0.8rem; }
.rtl-direction .add-btn .tit {
  margin-left: 0;
  margin-right: 6px; }
.rtl-direction .sidebar-menu-item .item-title {
  text-align: start; }
.rtl-direction .sidebar-accordion-title {
  margin-left: 22px; }
.rtl-direction .sidebar-accordion-btn:after {
  position: absolute;
  left: 0; }
.rtl-direction .notification-ddl {
  left: 0 !important;
  right: unset; }
.rtl-direction .notifItem {
  justify-content: flex-start;
  flex-direction: row-reverse; }
.rtl-direction .notifBoxDrop {
  text-align: end; }
.rtl-direction .timeBox {
  justify-content: flex-start;
  flex-direction: row-reverse; }
.rtl-direction .custom-pager .page-item {
  margin-left: 6px;
  margin-right: 0; }
  .rtl-direction .custom-pager .page-item:last-child {
    margin-left: 0; }
.rtl-direction .edit-icon {
  border-right: 0;
  border-left: 2px solid #dbdbdb; }
.rtl-direction .preBox {
  border-radius: 0 0.375rem 0.375rem 0 !important; }
.rtl-direction .postBox {
  border-radius: 0.375rem 0 0 0.375rem !important; }
.rtl-direction .modal-header .btn-close {
  margin: auto calc(-.5 * var(--bs-modal-header-padding-y)); }
.rtl-direction .header-logout-btn {
  text-align: right !important; }

/************************   Abstracts   ************************/
/************************************    min-max width   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/

/*# sourceMappingURL=style.css.map */
