/* ---------------------------------------------------
  TYPOGRAPHY
----------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
  }
  
  :root {
    --theme: #0c8bf1;
  }
  
  ::-moz-selection {
    /* Code for Firefox */
    color: #ffffff;
    background: #0c8bf1;
  }
  
  ::selection {
    color: #ffffff;
    background: #0c8bf1;
  }

  a,
  a:hover,
  a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
  }
  
  body {
    height: 100%;
    font-size: 15px;
    color: #2f3245;
  /*  background: #f2f4f5;*/
    background:#f2f8ff !important;
  /*  background:#f6f9fb;*/
    font-weight: 400;
     font-family: 'Poppins' !important;
  }
  
  p {
     font-family: 'Poppins' !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    /* color: #999; */
    margin: 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Poppins' !important;
    /* font-family: 'Varela Round', sans-serif; */
  }
  
  .shadow {
    -webkit-box-shadow: 0 .04rem 0.45rem 0 rgba(58, 59, 69, .09) !important;
    box-shadow: 0 .04rem 0.45rem 0 rgba(58, 59, 69, .09) !important;
  }
  
  .smaller {
    font-size: 0.7rem;
  }
  
  .o-hidden {
    overflow: hidden !important;
  }
  
  .bg-admin {
    background: #f9900e;
   /* background: #031424; */
    -webkit-box-shadow: 0 2px 17px 2px rgb(233, 221, 247);
    box-shadow: 0 2px 17px 2px rgb(233, 221, 247);
  }
  
  .radius-25 {
    border-radius: 25px;
  }
  
  .radius-30 {
    border-radius: 30px;
  }
  
  .radius-40 {
    border-radius: 40px;
  }
  
  .radius-50 {
    border-radius: 50%;
  }
  
  .text-theme {
    color: #0c8bf1 !important;
  }
  .text-primary {
     color: rgb(29, 155, 240) !important;
  }
  
  .text-theme-40 {
    color: hsla(207, 91%, 50%, 0.4) !important;
  }
  
  .text-muted-30 {
    color: #a6a7a7 !important;
  }
  
  .table td,
  .table th {
    vertical-align: middle !important;
  }
  
  .table th {
    color: #0f0f0f;
    font-weight: 600;
    /* font-family: 'Product Sans Regular'; */
  }
  
  .table td {
    font-size: 13px;
    padding: .4rem;
  }
  
  /* .bgheaders
  {
    background-color: #1D9BF0;
    color: #fff;
  } */
  
  .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #ffffff;
    /* background-color: #f8f9fc; */
    border-bottom: 1px solid hsla(226, 30%, 92%, 0.6);
  }
  
  .card-footer {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-top: 1px solid hsla(226, 30%, 92%, 0.6);
  }
  
  .badge {
    display: inline-block;
    padding: 2px 4px;
  }
  
  .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgb(108 185 248 / 45%);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
  }
  
  .btn-primary {
      color: #fff;
      background-color: rgb(29, 155, 240) !important;
      border-color: rgb(29, 155, 240) !important;
  }
  .bg-primary {
      background-color: rgb(29, 155, 240) !important;
  }
  /*--------------------------
       Accordion
  -------------------------------*/
  .accordion-item {
      background-color: #fff;
      border: 0;
      border-bottom: 1px solid #f2f4f5;
  }
  .accordion-header {
      border-bottom: 2px solid #ccc;
      margin-bottom: -1px;
  }
  .accordion-button {
      padding: 0.5rem 1.25rem;
      color: rgb(29, 155, 240) !important;
  /*    background: #f8f9fa !important;*/
  }
  .accordion-button:not(.collapsed) {
  /*    color: #0c63e4;*/
       background-color: #fff;
      box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  }
  .accordion-button:focus {
      z-index: 3;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
  }
  
  .accordion-item:last-of-type {
      border-bottom-right-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
  }
  
  .accordion-item:first-of-type {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
  }
  .accordion-item:last-of-type {
      border-bottom-right-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
  }
  /*New Styles*/
  /*
  .accordion-item {
      background-color: #fff;
      border: 0 !important;
      margin-bottom: 6px;
  }
  .accordion-header {
      border-bottom: 1px solid #ccc;
  }
  .accordion-body {
      border:1px solid #ebedef;
  }
  .accordion-button {
      padding: 0.5rem 1.25rem;
      color: #2b80fd!important;
      background: #f8f9fa !important;
  }
  .accordion-button:not(.collapsed) {
   background-color: #fff;
      box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  }
  .accordion-button:focus {
      z-index: 3;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
  }
  
  */
  
  /* ---------------------------------------------------
      Button Style
  ----------------------------------------------------- */
  
 .btn-theme {
    /* font-size: 14px; */
    /* min-width: 100px; */
    color: #fff !important;
    background-color: #f9900e!important;
    /* background-color: #031424 !important; */
    border-color: #f9900e !important;
    /* border-color: #031424 !important; */
    box-shadow: 0 3px 6px hsl(209.09deg 84.62% 7.65% / 7%);
}
  
  .btn-theme:hover {
    color: #fff;
    background-color: #007adf;
    border-color: #007adf;
  }
  
  .btn-theme.focus,
  .btn-theme:focus {
    box-shadow: 0 0 0 0.2rem hsla(207, 91%, 50%, 0.5);
  }
  
  .btn-theme:not(:disabled):not(.disabled).active,
  .btn-theme:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #007adf;
    background-color: #007adf;
  }
  
  .btn-theme-2 {
    font-size: 14px;
    min-width: 100px;
    color: #fff !important;
    background-image: linear-gradient(135deg, #0c8bf1 0px, #8d62f3 100%);
    border: none;
    box-shadow: 0 3px 6px hsla(207, 91%, 50%, 0.5);
  }
  
  .btn-theme-2:hover {
    color: #fff;
    background-image: linear-gradient(135deg, #8d62f3 0px, #0c8bf1 100%);
    border: none;
  }
  
  .btn-theme-2.focus,
  .btn-theme-2:focus {
    box-shadow: 0 0 0 0.2rem hsla(207, 91%, 50%, 0.5);
  }
  
  .btn-theme-2:not(:disabled):not(.disabled).active,
  .btn-theme-2:not(:disabled):not(.disabled):active {
    color: #fff;
    border: none;
    background-image: linear-gradient(135deg, #8d62f3 0px, #0c8bf1 100%);
  }
  
  .btn-outline-theme {
    font-size: 14px;
    min-width: 100px;
    color: #0c8bf1;
    border-color: #0c8bf1;
    background: transparent;
    box-shadow: 0 2px 10px hsla(207, 91%, 50%, 0.5);
  }
  
  .btn-outline-theme:hover {
    color: #fff;
    background-color: #0c8bf1;
    border-color: #0c8bf1;
  }
  
  .btn-outline-theme.focus,
  .btn-outline-theme:focus {
    box-shadow: 0 0 0 0.2rem hsla(207, 91%, 50%, 0.5);
  }
  
  .btn-outline-theme:not(:disabled):not(.disabled).active,
  .btn-outline-theme:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #0c8bf1;
    background-color: #0c8bf1;
  }
  
  button:nth-of-type(1).active {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
  }
  
  button:nth-of-type(2).active {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
  }
  
  button:nth-of-type(3).active {
    color: #212529 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
  }
  
  .btn-light {
    color: #212529;
    background-color: #e9eaeb;
    border-color: #e9eaeb;
  }
  
  .btn-theme-120,
  .btn-outline-theme-120 {
    min-width: 120px;
  }
  
  .btn-theme-150,
  .btn-outline-theme-150 {
    min-width: 150px;
  }
  
  .btn-theme-200,
  .btn-outline-theme-200 {
    min-width: 200px;
  }
  
  .w_100 {
    width: 100px;
  }
  
  .w_150 {
    width: 150px;
  }
  
  .w_200 {
    width: 200px;
  }
  
  
  /* ---------------------------------------------------
      Gredient Style
  ----------------------------------------------------- */
  
  .bg-gradient-theme {
    background-image: linear-gradient(135deg, #0c8bf1 0px, #8d62f3 100%);
  }
  
  .bg-gradient-primary {
    background-image: linear-gradient(135deg, #673ab7 0px, #2196f3 100%);
  }
  
  .bg-gradient-info {
    background-image: linear-gradient(135deg, #009688 0px, #42a5f5 100%);
  }
  
  .bg-gradient-warning {
    background-image: linear-gradient(135deg, #F9D423 0px, #e65c00 100%);
  }
  
  .bg-gradient-success {
    background-image: linear-gradient(135deg, #cddc39 0px, #4caf50 100%);
  }
  
  .bg-gradient-danger {
    background-image: linear-gradient(135deg, #ff0000 0px, #DC281E 100%);
  }
  
  
  .border-left-primary {
    border-left: .25rem solid #4e73df !important;
  }
  
  .border-left-success {
    border-left: .25rem solid #37c116 !important;
  }
  
  .border-left-info {
    border-left: .25rem solid #36b9cc !important;
  }
  
  .border-left-warning {
    border-left: .25rem solid #f6c23e !important;
  }
  
  .border-left-danger {
    border-left: .25rem solid #ef3934 !important;
  }
  
  /* ---------------------------------------------------
      Preloader Style
  ----------------------------------------------------- */
  
  .preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0c8bf1;
    z-index: 99999;
    overflow: hidden;
  }
  
  .loader {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .loader:before {
    content: '';
    width: 40px;
    height: 5px;
    background: #ffffff;
    opacity: 0.2;
    position: absolute;
    top: 49px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow .4s linear infinite;
    -moz-animation: shadow .4s linear infinite;
    -ms-animation: shadow .4s linear infinite;
    animation: shadow .4s linear infinite;
  }
  
  .loader:after {
    content: '';
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-animation: animate .4s linear infinite;
    -moz-animation: animate .4s linear infinite;
    -ms-animation: animate .4s linear infinite;
    animation: animate .4s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
  }
  
  @keyframes animate {
    17% {
      border-bottom-right-radius: 3px;
    }
  
    25% {
      -webkit-transform: translateY(9px) rotate(22.5deg);
    }
  
    50% {
      -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
      border-bottom-right-radius: 40px;
    }
  
    75% {
      -webkit-transform: translateY(9px) rotate(67.5deg);
    }
  
    100% {
      -webkit-transform: translateY(0) rotate(90deg);
    }
  }
  
  @-webkit-keyframes animate {
    17% {
      border-bottom-right-radius: 3px;
    }
  
    25% {
      -webkit-transform: translateY(9px) rotate(22.5deg);
    }
  
    50% {
      -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
      border-bottom-right-radius: 40px;
    }
  
    75% {
      -webkit-transform: translateY(9px) rotate(67.5deg);
    }
  
    100% {
      -webkit-transform: translateY(0) rotate(90deg);
    }
  }
  
  @-moz-keyframes animate {
    17% {
      border-bottom-right-radius: 3px;
    }
  
    25% {
      -moz-transform: translateY(9px) rotate(22.5deg);
    }
  
    50% {
      -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
      border-bottom-right-radius: 40px;
    }
  
    75% {
      -moz-transform: translateY(9px) rotate(67.5deg);
    }
  
    100% {
      -moz-transform: translateY(0) rotate(90deg);
    }
  }
  
  @-ms-keyframes animate {
    17% {
      border-bottom-right-radius: 3px;
    }
  
    25% {
      -ms-transform: translateY(9px) rotate(22.5deg);
    }
  
    50% {
      -ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
      border-bottom-right-radius: 40px;
    }
  
    75% {
      -ms-transform: translateY(9px) rotate(67.5deg);
    }
  
    100% {
      -ms-transform: translateY(0) rotate(90deg);
    }
  }
  
  @-webkit-keyframes shadow {
  
    0%,
    100% {
      -webkit-transform: scale(1, 1);
    }
  
    50% {
      -webkit-transform: scale(1.2, 1);
    }
  }
  
  @-moz-keyframes shadow {
  
    0%,
    100% {
      -moz-transform: scale(1, 1);
    }
  
    50% {
      -moz-transform: scale(1.2, 1);
    }
  }
  
  @-ms-keyframes shadow {
  
    0%,
    100% {
      -ms-transform: scale(1, 1);
    }
  
    50% {
      -ms-transform: scale(1.2, 1);
    }
  }
  
  @keyframes shadow {
  
    0%,
    100% {
      transform: scale(1, 1);
    }
  
    50% {
      transform: scale(1.2, 1);
    }
  }
  
  /* ---------------------------------------------------
      Header Navabr Style
  ----------------------------------------------------- */
  
  .navbar {
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  .navbar-light .navbar-nav .nav-link>i {
    font-size: 28px;
    margin-top: 4px;
  }
  
  .dropdown-item {
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  
  .dropdown-item i {
    padding-right: 8px;
    font-size: 16px;
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0c8bf1;
  }
  
  .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
  }
  
  /* Search icon */
  
  .navbar-nav .form-inline .input-group {
    width: 100%;
  }
  
  .has-search .form-control {
    padding-left: 2.375rem;
    border: 1px solid #ffffff;
    border-radius: 25px;
    height: 36px;
    background: transparent;
  }
  
  .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
  }
  
  .navbar-light .navbar-nav .nav-item {
    margin: 0px;
    padding: 0;
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: #21232e;
    font-family: 'Varela Round', sans-serif;
    margin: 0px 8px;
    padding: 0px;
  }
  
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .75);
  }
  
  .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
        font-weight: 400;
      content: '\f107';
      font-family: 'Font Awesome 5 Pro';
      color: #fff;
      margin-top: 12px;
  /*
      content: '\f105';
    font-family: 'Font Awesome 5 Free';
  */
  }
  
  .navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
  }
  
  .navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
  }
  
  .navbar-nav .nav-item .nav-link:focus {
    outline: none;
  }
  
  .navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    left: 1.5rem;
    top: 0.2rem;
    font-weight: 400;
    font-size: 0.5rem;
  }
  
  @media (max-width:767px) {
    .navbar-light .navbar-nav .nav-link {
      padding: 0
    }
  }
  
  @media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
      width: auto;
    }
  }
  
  a[aria-expanded="true"].dropdown-toggle::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  /*
  a[aria-expanded="false"].dropdown-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  */
  
  /* ---------------------------------------------------
      Notifications Styles
  ----------------------------------------------------- */
  
  .notification,
  .mailbox,
  .logout {
    width: 215px;
    border: 1px solid hsla(226, 30%, 92%, 0.4);
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
  }
  
  .notification ul,
  .mailbox ul {
    padding: 0px;
  }
  
  .notification ul li,
  .mailbox ul li {
    list-style: none;
  }
  
  .notification ul li .drop-title,
  .mailbox ul li .drop-title {
    font-weight: 500;
    padding: 2px 20px 5px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  }
  
  .notification ul li .nav-link,
  .mailbox ul li .nav-link {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    padding-top: 5px;
    padding-bottom: 0;
    color: #333333;
  }
  
  .btn-circle {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 8px;
  }
  
  .notification .notification-center,
  .mailbox .message-center {
    height: 220px;
    overflow: auto;
    position: relative;
  }
  
  .notification .notification-center a,
  .mailbox .message-center a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    text-decoration: none;
    padding: 0px 15px;
  }
  
  .notification .notification-center a:hover,
  .mailbox .message-center a:hover {
    background: #f2f4f8;
  }
  
  .notification .notification-center a div,
  .mailbox .message-center a div {
    white-space: normal;
    padding: 5px;
  }
  
  .notification .btn-circle,
  .mailbox .btn-circle {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    padding: 9px !important;
  }
  
  
  .mailbox .message-center a .user-img {
    width: 40px;
    position: relative;
    display: inline-block;
    margin: 0 10px 15px 0;
  }
  
  .mailbox .message-center a .user-img img {
    width: 100%;
  }
  
  .mailbox .message-center a .user-img .profile-status {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
  }
  
  .mailbox .message-center a .user-img .online {
    background: #26c6da;
  }
  
  .mailbox .message-center a .user-img .busy {
    background: #fc4b6c;
  }
  
  .mailbox .message-center a .user-img .away {
    background: #ffb22b;
  }
  
  .mailbox .message-center a .user-img .offline {
    background: #ffb22b;
  }
  
  .notification .notification-center a .notification-contnet,
  .mailbox .message-center a .mail-contnet {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    padding-left: 10px;
  }
  
  .notification .notification-center a .notification-contnet h5,
  .mailbox .message-center a .mail-contnet h5 {
    margin: 5px 0px 0;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .notification ul li a.nav-link,
  .mailbox ul li a.nav-link {
    color: #333333 !important;
  }
  
  .notification .notification-center a .notification-contnet .mail-desc,
  .notification .notification-center a .notification-contnet .time,
  .mailbox .message-center a .mail-contnet .mail-desc,
  .mailbox .message-center a .mail-contnet .time {
    font-size: 12px;
    display: block;
    margin: 1px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #67757c;
    white-space: nowrap;
  }
  
  
  /* ---------------------------------------------------
      Side navbar Style
  ----------------------------------------------------- */
  
  #sidebar {
    width: 230px;
    position: fixed;
    /* top: 0; */
    top: 66px;
    left: 0;
    height: 100vh;
    z-index: 999;
    color: #fff;
     background: #ffffff;
  /*  background: #f9f9f9;*/
    /* -webkit-box-shadow: 0 2px 17px 2px rgba(82, 63, 105, 0.13);
    box-shadow: 0 2px 17px 2px rgba(82, 63, 105, 0.13); */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s;
  /*  border-right: 2px solid #e9ecef;*/
      /* border-top-right-radius: 11px;
      border-bottom-right-radius: 11px; */
  }
  
  #sidebar.active {
    margin-left: -230px;
  }
  
  #sidebar .sidebar-header {
    padding: 18px 20px;
    background-image: linear-gradient(135deg, #0c8bf1 0px, #8d62f3 100%);
  }
  
  #sidebar .sidebar-header>a {
    text-transform: uppercase;
  }
  
  #sidebar .sidebar-header .navbar-brand {
    position: relative;
    padding-bottom: 0;
  }
  
  #sidebar ul p {
    color: #fff;
    padding: 10px;
  }
  
  #sidebar .side-menu {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 40px;
    padding: 0px;
  }
  
  .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
  }
  
  .side-menu .icon {
    font-size: 18px;
    text-align: center;
    margin-right: 8px;
    margin-left: 0;
    display: inline-block;
  }
  
  /* #sidebar .side-menu .nav-item.active .icon,
  #sidebar .side-menu .nav-item:hover .icon,
  #sidebar .side-menu .nav-item:focus .icon {
    color: rgb(29, 155, 240);
  } */
   #sidebar .side-menu .nav-item.active .nav-link {
    text-decoration: none;
    /* color: #004543; */
    color: #fff;

    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(90deg, #f9900e 0%, #f9900e5e 100%);
    /* background: linear-gradient(90deg, #031424 0%, #0314243b 100%); */
}
  
  #sidebar .side-menu .nav-item.active .nav-link.active,
  #sidebar .side-menu .nav-item:hover .nav-link.active,
  #sidebar .side-menu .nav-item:focus .nav-link.active {
    text-decoration: none;
    color: #fff;
    background: #031424;
    /* background: #fef2e7; */
    /* border-left: 3px solid #f9900e; */
    cursor: pointer;
    border-radius: 5px;
  }
  #sidebar .side-menu .nav-item.active .sub-menu .nav-item.active .nav-link.active,
  #sidebar .side-menu .nav-item:hover .nav-link.active,
  #sidebar .side-menu .nav-item:focus .nav-link.active {
   text-decoration: none;
    color: #fff;
    background: #031424;
    /* background: #fef2e7; */
    /* border-left: 3px solid #f9900e; */
    cursor: pointer;
    border-radius: 5px;
  }
  #sidebar .side-menu li.nav-item ul.sub-menu .subnav-item .nav-link{ 
background-color: #fff !important;
  }
  #sidebar .side-menu li.nav-item.active ul.sub-menu .subnav-item.active .nav-link{
  /* #sidebar .side-menu li.nav-item.active ul.sub-menu li.nav-item .nav-link{ */
    text-decoration: none;
    color:  #f9900e;
    /* background: #f9f9f9; */
    background: #fef2e799;
    /* border-left: 3px solid #f9900e; */
    border:0 !important;
    cursor: pointer;
    border-radius: 5px;
  }
  
  #sidebar .side-menu .nav-item:hover .nav-link.bg-lvl{
background: inherit !important;
color:#000 !important;
cursor: inherit !important;
  }
  #sidebar .side-menu .nav-item.active .nav-link {
    position: relative;
  }
  
  /* #sidebar .side-menu .nav-item.active .nav-link:before {
    height: 100px;
    width: 0;
    border-left: 3px solid rgb(29, 155, 240) !important;
   content: '';
    position: absolute;
    right: 0;
  } */
  
  #sidebar .side-menu .nav-item .nav-link {
    font-family: 'Poppins' !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0 12px 4px;
    font-size: 14px;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    /* color: #8a8a8a; */
    color: #2f3245;
  /*  border-top: 1px solid rgba(145, 25, 132, .04);*/
    /* border-left: 3px solid #0c8bf1; */
      overflow: hidden;
      margin: 5px 5px;
  }
  /*
  #sidebar .side-menu .nav-item {
      border-top:1px solid rgba(145, 25, 132, .04);
  }
  #sidebar .side-menu .nav-item:first-child{
      border-top:0 !important;
  }
  */
  #sidebar .side-menu .sub-menu {
    padding: 0;
    font-size: .9rem;
  }
  
  #sidebar .side-menu .sub-menu {
    /* padding-left: 25px; */
    position: relative;
    /* background: #f9f9f9; */
  }
  
  #sidebar .side-menu .sub-menu .subnav-item {
    position: relative;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0 12px 5px;
    font-size: 14px;
    color: #73787c;
    /* border-top: 1px solid rgba(145, 25, 132, .04); */
    /* border-bottom: 1px solid rgba(109, 123, 130, 0.6); */
    /* left: 30px; */
    margin: 5px 5px 5px 5px;
  }
  
  #sidebar .side-menu .sub-menu .subnav-item.active,
  #sidebar .side-menu .sub-menu .subnav-item:hover,
  #sidebar .side-menu .sub-menu .subnav-item:focus {
    background: #ffffff;
    color: #f9900e;
    /* border-bottom-right-radius: 25px;
    border-top-right-radius: 25px; */
    cursor:pointer;
  }
  #sidebar .side-menu .sub-menu .subnav-item.active{
    /* border: 1px solid #1d9bf0; */
    background: #f0c48e;
    /* background: #afb6bb; */
    border-radius: 8px;
  }
  /* #sidebar .side-menu .sub-menu .subnav-item.active::before,
  #sidebar .side-menu .sub-menu .subnav-item:hover::before,
  #sidebar .side-menu .sub-menu .subnav-item:focus::before {
    position: absolute;
    content: '';
    background: #0c8bf1;
    border: 1px solid #0c8bf1;
    top: 18px;
    left: 25px;
    width: 8px;
    height: 8px;
    z-index: 1;
    border-radius: 50%;
  } */
  
  /* #sidebar .side-menu .sub-menu .subnav-item:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    font-size: 6px;
    left: 31px;
    width: 14px;
    height: 44px;
    border-left: 2px solid #6d7b82;
  } */
  
  #sidebar .side-menu .sub-menu .subnav-item .subnav-link {
    text-decoration: none;
    /* color: #8a8a8a; */
    color: #2f3245;
    display: block;
    font-size: 13px;
    margin-left: 26px;
  }
  
  /* #sidebar .side-menu .sub-menu .subnav-item .subnav-link:before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 16px;
    border-radius: 50%;
    font-size: 6px;
    z-index: 100;
    left: 28px;
    background-color: #6d7b82;
  } */
  
  /* #sidebar .side-menu .sub-menu .subnav-item .subnav-link:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 19px;
    font-size: 6px;
    left: 35px;
    width: 14px;
    border-bottom: 2px solid rgba(109, 123, 130, 0.6);
  } */
  
  #sidebar .side-menu .sub-menu .subnav-item.active .subnav-link,
  #sidebar .side-menu .sub-menu .subnav-item:hover .subnav-link,
  #sidebar .side-menu .sub-menu .subnav-item:focus .subnav-link {
    text-decoration: none;
    color: #031424;
  }
  
  .dropdown.no-arrow .dropdown-toggle::after {
    display: none;
  }
  
  #sidebar .side-menu .nav-item .nav-link[data-bs-toggle=collapse]::after {
    display: block;
    position: absolute;
    top: 8px;
    right: 9px;
    font-size: 18px;
    font-family: 'Material Icons';
    content: "chevron_right";
    border: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    -o-font-feature-settings: 'liga';
  }
  
  .nav-link[data-bs-toggle=collapse]::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  .nav-link[data-bs-toggle=collapse].collapsed::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  @media (max-width: 767px) {
    .bg-admin #sidebarCollapse {
      order: 1
    }
  }
  
  /* ---------------------------------------------------
    Main Wrapper
  ----------------------------------------------------- */
  
  .main-wrapper {
    /* background: #f8f9fc; */
    /* background: #e9edf4; */
    width: calc(100% - 230px);
    /* min-height: 100vh; */
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 50px;
    /* z-index: 0; */
  }
  
  .main-wrapper.active {
    width: 100%;
  }
  
  .header-area {
    width: 100%;
    transition: all 0.3s;
    position: fixed;
    right: 0;
    top: 0px;
    z-index:999;
  }
  
  
  .header-area.active {
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .main-wrapper {
      padding: 10px 0;
    }
  
    .header-area .bg-admin {
      padding:6px 8px;
    }
  
  }
  
  
  @media (max-width: 768px) {
    #sidebar {
      margin-left: -230px;
      top: 54px !important;
    }
  
    #sidebar.active {
      margin-left: 0;
    }
  
    .header-area,
    .main-wrapper {
      width: 100%;
    }
  
    /* .main-wrapper.active {
      width: calc(100% - 230px);
    } */
  
    #sidebarCollapse span {
      display: none;
    }
  
    .menu-overlay {
      display: none;
      background-color: #000;
      bottom: 0;
      left: 0;
      opacity: 0.5;
      filter: alpha(opacity=50);
      position: fixed;
      right: 0;
      top: 68px;
      z-index: 99;
    }
  }
  
  .content-wrapper {
    width: 100%;
    min-height: 100vh;
  }
  
  /* ---------------------------------------------------
      BREADCRUMBS CSS
  ----------------------------------------------------- */
  
  .breadcrumbs-area,
  .breadcrumbs-area2 {
    position: relative;
  }
  
  .breadcrumbs-area h1,
  .breadcrumbs-area2 h1 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  
  .breadcrumbs-area h1 small,
  .breadcrumbs-area2 h1 small {
    font-size: 13px;
    text-transform: capitalize;
  }
  
  .breadcrumbs-area .breadcrumb {
    background: transparent;
    padding: .75rem 0;
    margin: 0;
  }
  
  .breadcrumbs-area .breadcrumb .breadcrumb-item.active {
    color: #6c757d;
  }
  
  .breadcrumbs-area2 .breadcrumbs-list {
    padding: 0;
    margin: 0;
  }
  
  .admin-breadcrumbs .breadcrumb {
    padding: 0.2rem 1rem;
    margin-bottom: 10px;
    align-items: center;
    background: transparent !important;
  
  }
  
  .admin-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    padding-top: 4px;
  }
  
  /* ---------------------------------------------------
      Analysis Cards CSS
  ----------------------------------------------------- */
  .patient_info_card {
    border-top: 2px solid rgb(29, 155, 240) !important;
}
  .analysis-cards {
    position: relative;
  }
  
  /* .analysis-cards .card {
    border-radius: 65px;
  } */
  
  .analysis-cards .card .card-body .icon-block {
    text-align: center;
    /* line-height: 70px; */
    line-height: 55px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #FFFFFF;
  }
  
  .analysis-cards .card .card-body .icon-block {
    font-size: 30px;
  }
  
  .analysis-cards .card .card-body .analysis-count {
    font-size: 0.875rem;
    line-height: 1.2rem;
  }
  
  .analysis-cards .card .card-body .analysis-count p {
    font-size: 14px;
    line-height: 1.2rem;
  }
  
  
  /* ---------------------------------------------------
      Activities Cards CSS
  ----------------------------------------------------- */
  
  .activities {
    position: relative;
  }
  
  .activities .activity-block {
    position: relative;
    height: 22rem;
    width: 100%;
  }
  
  .activities .activity-block .activity-icon {
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
  }
  
  .activities .activity-block .activity-icon i {
    font-size: 24px;
  }
  
  .activities .activity-block .activities-content {
    font-size: 0.875rem;
    line-height: 1.2rem;
    text-align: right
  }
  
  .activities .activity-block .activities-content h6 {
    font-size: 13px;
    line-height: 1.2rem;
    margin-bottom: 04px;
  }
  
  .activities .activity-block .activities-content p {
    font-size: 12px;
    line-height: 1.2rem;
  }
  
  
  /* ---------------------------------------------------
      Tickets-view CSS
  ----------------------------------------------------- */
  .tickets-view .card .card-body .list-unstyled .ticket-list p {
    color: #21232e;
    font-size: 12px;
    line-height: 1.2rem;
  }
  
  .tickets-view .card .card-body .list-unstyled .ticket-list .list-inline .list-inline-item,
  .tickets-view .card .card-body .list-unstyled .ticket-list .dueint {
    color: #21232e;
    font-size: 12px;
    line-height: 1.2rem;
  }
  
  /* ---------------------------------------------------
      Full-view-tickets CSS
  ----------------------------------------------------- */
  
  .full-view-tickets .ticket-view-list .single-element {
    margin-bottom: 6px;
  }
  
  .full-view-tickets .ticket-view-list .single-element p {
    color: #21232e;
    font-size: 13px;
    line-height: 1.2rem;
  }
  
  .full-view-tickets .ticket-view-list .conversation .conversation-body {
    height: 250px;
    overflow-y: auto;
  }
  
  .full-view-tickets .ticket-view-list .conversation .conversation-body .msge-box {
    color: #212529;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .045);
  }
  
  .full-view-tickets .ticket-view-list .conversation .conversation-body .msge-box p {
    color: #636161;
    font-size: 14px;
  }
  
  .full-view-tickets .ticket-view-list .conversation .conversation-body .msge-box p.time {
    color: #21232e;
    font-size: 13px;
  }
  
  .full-view-tickets .ticket-view-list .conversation .conversation-body ul.list-unstyled li.sent .msge-box {
    background: transparent;
    display: block;
    border: 1px solid #e6e8e9;
    border-radius: 0px 25px 25px 25px;
  }
  
  .full-view-tickets .ticket-view-list .conversation .conversation-body ul.list-unstyled li.replies .msge-box {
    text-align: right;
    background: #f7f7f7;
    border: 1px solid #e6e8e9;
    border-radius: 25px 0px 25px 25px;
  }
  
  @media (min-width: 768px) {
    .full-view-tickets .ticket-view-list .conversation .conversation-body ul.list-unstyled li.sent {
      margin-right: 3rem
    }
  
    .full-view-tickets .ticket-view-list .conversation .conversation-body ul.list-unstyled li.replies {
      margin-left: 3rem
    }
  }
  
  @media (max-width: 767px) {
    .full-view-tickets .ticket-view-list .conversation .conversation-body ul.list-unstyled li.sent {
      margin-right: 0rem;
    }
  
    .full-view-tickets .ticket-view-list .conversation .conversation-body ul.list-unstyled li.replies {
      margin-left: 0rem
    }
  }
  
  
  /* ---------------------------------------------------
      chart-area CSS
  ----------------------------------------------------- */
  @media (min-width: 768px) {
    .chart-area {
      height: 20rem;
    }
  }
  
  .chart-area {
    position: relative;
    height: 19.5rem;
    width: 100%;
  }
  
  
  /* ---------------------------------------------------
      Login CSS
  ----------------------------------------------------- */
  
  .login-page {
    position: relative;
    /* background: #0c8bf1; */
    background-image: url('../../images/admin-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .login-page .row {
    height: 100vh;
    z-index: 1;
    padding: 20px
  }
  
  .login-page .card-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: hsla(0, 0%, 100%, 0.6);
    background-clip: border-box;
    border: 1px solid #607D8B;
    border-radius: .92rem;
  }
  
  .login-page .card-block::before {
    content: '';
    border-radius: .92rem;
    position: absolute;
    background: hsla(0, 0%, 100%, 0.6);
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    left: 5px;
    bottom: 5px;
    width: 100%;
    height: 100%;
  }
  
  .login-page .card-block::after {
    content: '';
    border-radius: .92rem;
    position: absolute;
    background: hsla(0, 0%, 100%, 0.6);
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    right: 5px;
    bottom: 5px;
    width: 100%;
    height: 100%;
  }
  
  .login-page .card-block form {
    position: relative;
    z-index: 9;
  }
  
  .login-page .card-block .title h1 {
    color: #0f0f0f !important;
  }
  
  .login-page .form-field {
    position: relative;
    margin-bottom: 2em;
  }
  
  .login-page .label {
    position: absolute;
    height: 2rem;
    line-height: 2rem;
    bottom: 0;
    left: 0;
    color: #0f0f0f;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .login-page .input {
    width: 100%;
    font-size: 100%;
    border: 0;
    padding: 0;
    background-color: transparent;
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #607D8B;
    color: #070707;
    transition: all .2s ease-in;
  }
  
  .login-page .input:focus {
    outline: 0;
    border-color: #0c8bf1;
  }
  
  .login-page .input:focus+.label,
  .login-page input:valid+.label {
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: #0f0f0f;
  }
  
  
  /* ---------------------------------------------------
    Error Page CSS
  ----------------------------------------------------- */
  
  .error-box .error-body {
    margin-top: 80px
  }
  
  /* ---------------------------------------------------
      To DO List CSS
  ----------------------------------------------------- */
  
  .todo-list-block .list-wrapper {
    height: 100%;
    max-height: 325px;
    overflow-y: scroll;
    padding-right: 8px;
  }
  
  .list-wrapper ul {
    padding: 0;
    text-align: left;
    list-style: none;
    margin-bottom: 0;
  }
  
  .list-wrapper ul li {
    font-size: .9375rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .list-wrapper ul li .form-check {
    max-width: 90%;
    margin: .8rem 0;
    padding-left: 4px;
  }
  
  .list-wrapper input[type="checkbox"] {
    margin-right: 15px;
  }
  
  .list-wrapper ul li .form-check,
  .list-wrapper ul li .form-check .form-check-label {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
  }
  
  .list-wrapper .remove {
    cursor: pointer;
    font-weight: 600;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
  }
  
  .list-wrapper .completed .form-check .form-check-label {
    text-decoration: line-through;
    text-decoration-color: #0c8bf1;
    color: #0c8bf1
  }
  
  .list-wrapper .completed .remove {
    color: #0c8bf1 !important;
  }
  
  /* ---------------------------------------------------
    Form Section
  ----------------------------------------------------- */
  textarea.form-control {
      height: auto;
  }
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + .75rem + 2px);
    padding: .375rem .75rem;
  /*  font-size: 14px;*/
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #0c8bf1;
    outline: 0;
    box-shadow: none;
  }
  
  .custom-forms {
    position: relative;
  }
  
  .custom-forms .form-group {
    width: 100%;
    position: relative;
  }
  
  .custom-forms .form-group .form-control {
    font-size: 14px;
    border-radius: 4px;
  }
  
  .custom-forms .form-group .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #0c8bf1;
    outline: 0;
    box-shadow: none;
  }
  
  .label-txt {
    font-size: 13px;
    position: absolute;
    left: 0.5rem;
    padding: 3px 6px;
    font-family: sans-serif;
    font-weight: 400;
    color: #787878;
    background: #ffffff;
    width: 85%;
    transition: ease .3s;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    pointer-events: none;
    margin-bottom: 0;
  }
  
  .label-active {
    /* top: -1.3em; */
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    background: #fff;
    color: #0c8bf1;
    width: auto;
    left: 8px;
    padding: 0px 4px;
  }
  
  /* --- check box toggle css --*/
  
  .custom-switch .custom-control-input:checked~.custom-control-label {
    color: #0c8bf1;
  }
  
  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0c8bf1;
    background-color: #0c8bf1;
  }
  
  
  /* ---------------------------------------------------
      Checkboxes and Radios CSS
  ----------------------------------------------------- */
  
  /* .form-check {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  } */
  
  .form-check .form-check-label {
    min-height: 18px;
    display: block;
  /*  margin-left: 1.75rem;*/
    font-size: 0.875rem;
    line-height: 1.5;
  }
  
  
  
  .rtl .form-check .form-check-label {
    margin-left: 0;
    margin-right: 1.75rem;
  }
  
  .form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  
  .rtl .form-check .form-check-label input {
    left: auto;
    right: 0;
  }
  
  .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
  .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .rtl .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
  .rtl .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    left: auto;
    right: 0;
  }
  
  .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #248afd;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
  }
  
  .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    font-family: 'Material Icons';
    content: "check";
    border: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    -o-font-feature-settings: 'liga';
    font-size: .9375rem;
    font-weight: bold;
    color: #ffffff;
  }
  
  .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    background: #248afd;
    border-width: 0;
  }
  
  .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
    font-family: 'Material Icons';
    content: "check";
    width: 18px;
    opacity: 1;
    line-height: 18px;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .form-check .form-check-label input[type="checkbox"]:disabled+.input-helper:before {
    border-color: #c9ccd7;
  }
  
  .form-check .form-check-label input[type="checkbox"]:disabled:checked+.input-helper:after {
    background: #c9ccd7;
    color: #ffffff;
  }
  
  .form-check .form-check-label input[type="radio"]+.input-helper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: solid #248afd;
    border-width: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
  }
  
  .rtl .form-check .form-check-label input[type="radio"]+.input-helper:before {
    left: auto;
    right: 0;
  }
  
  .form-check .form-check-label input[type="radio"]+.input-helper:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    top: 6px;
    left: 6px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
  }
  
  .rtl .form-check .form-check-label input[type="radio"]+.input-helper:after {
    left: auto;
    right: 6px;
  }
  
  .form-check .form-check-label input[type="radio"]:checked+.input-helper:before {
    background: #248afd;
    border-width: 0;
  }
  
  .form-check .form-check-label input[type="radio"]:checked+.input-helper:after {
    opacity: 1;
    line-height: 1.5;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .form-check .form-check-label input[type="radio"]:disabled+.input-helper:before {
    border-color: #c9ccd7;
  }
  
  .form-check .form-check-label input[type="radio"]:disabled:checked+.input-helper:before {
    background: #c9ccd7;
  }
  
  .form-check .form-check-label input[type="radio"]:disabled:checked+.input-helper:after {
    background: #ffffff;
  }
  
  .form-check-primary.form-check label input[type="checkbox"]+.input-helper:before,
  .form-check-primary.form-check label input[type="radio"]+.input-helper:before {
    border-color: #248afd;
  }
  
  .form-check-primary.form-check label input[type="checkbox"]:checked+.input-helper:before,
  .form-check-primary.form-check label input[type="radio"]:checked+.input-helper:before {
    background: #248afd;
  }
  
  .form-check-secondary.form-check label input[type="checkbox"]+.input-helper:before,
  .form-check-secondary.form-check label input[type="radio"]+.input-helper:before {
    border-color: #a3a4a5;
  }
  
  .form-check-secondary.form-check label input[type="checkbox"]:checked+.input-helper:before,
  .form-check-secondary.form-check label input[type="radio"]:checked+.input-helper:before {
    background: #a3a4a5;
  }
  
  .form-check-success.form-check label input[type="checkbox"]+.input-helper:before,
  .form-check-success.form-check label input[type="radio"]+.input-helper:before {
    border-color: #71c016;
  }
  
  .form-check-success.form-check label input[type="checkbox"]:checked+.input-helper:before,
  .form-check-success.form-check label input[type="radio"]:checked+.input-helper:before {
    background: #71c016;
  }
  
  .form-check-info.form-check label input[type="checkbox"]+.input-helper:before,
  .form-check-info.form-check label input[type="radio"]+.input-helper:before {
    border-color: #68afff;
  }
  
  .form-check-info.form-check label input[type="checkbox"]:checked+.input-helper:before,
  .form-check-info.form-check label input[type="radio"]:checked+.input-helper:before {
    background: #68afff;
  }
  
  .form-check-warning.form-check label input[type="checkbox"]+.input-helper:before,
  .form-check-warning.form-check label input[type="radio"]+.input-helper:before {
    border-color: #f5a623;
  }
  
  .form-check-warning.form-check label input[type="checkbox"]:checked+.input-helper:before,
  .form-check-warning.form-check label input[type="radio"]:checked+.input-helper:before {
    background: #f5a623;
  }
  
  .form-check-danger.form-check label input[type="checkbox"]+.input-helper:before,
  .form-check-danger.form-check label input[type="radio"]+.input-helper:before {
    border-color: #ff4747;
  }
  
  .form-check-danger.form-check label input[type="checkbox"]:checked+.input-helper:before,
  .form-check-danger.form-check label input[type="radio"]:checked+.input-helper:before {
    background: #ff4747;
  }
  
  .form-check-light.form-check label input[type="checkbox"]+.input-helper:before,
  .form-check-light.form-check label input[type="radio"]+.input-helper:before {
    border-color: #f8f9fa;
  }
  
  .form-check-light.form-check label input[type="checkbox"]:checked+.input-helper:before,
  .form-check-light.form-check label input[type="radio"]:checked+.input-helper:before {
    background: #f8f9fa;
  }
  
  .form-check-dark.form-check label input[type="checkbox"]+.input-helper:before,
  .form-check-dark.form-check label input[type="radio"]+.input-helper:before {
    border-color: #282f3a;
  }
  
  .form-check-dark.form-check label input[type="checkbox"]:checked+.input-helper:before,
  .form-check-dark.form-check label input[type="radio"]:checked+.input-helper:before {
    background: #282f3a;
  }
  
  .list-wrapper.multi-select {
    height: 11em;
    border: solid 1px #c0c0c0;
    overflow: auto;
  }
  
  .list-wrapper.multi-select .list-unstyled li {
    margin: 0;
    padding: 6px 14px;
  }
  
  .list-wrapper.multi-select .list-unstyled li .form-check {
    margin: 0;
    padding: 0;
  }
  
  /* ---------------------------------------------------
      Footer
  ----------------------------------------------------- */
  
  footer.footer {
    z-index: 9;
  }
  
  /* ---------------------------------------------------
      scroll-to-top
  ----------------------------------------------------- */
  
  .scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    background: hsla(207, 91%, 50%, 0.6);
    line-height: 65px;
    z-index: 999;
  }
  
  .scroll-to-top:focus,
  .scroll-to-top:hover {
    color: #ffffff;
    background: #0c8bf1;
  }
  
  .scroll-to-top i {
    font-weight: 800;
    font-size: 24px;
  }
  
  /*Wellness
  ----------------------*/
  #accordionMain .card {
    margin-bottom: 4px;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
    border-left: 0;
    border-right: 0;
  }
  
  #accordionMain.Registration .card {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
  
  #accordionMain .card-header {
    padding: 0;
    background: #f9f9f9;
  }
  
  #accordionMain .card-header .btn,
  #accordionMain .card-header a {
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    border-radius: 0;
    padding: 0.7rem 1.26rem;
    color: rgb(29, 155, 240);
  }
  
  #accordionMain .card-header .btn:hover,
  #accordionMain .card-header a:hover,
  #accordionMain .card-header .btn:focus,
  #accordionMain .card-header a:focus {
    background-color: #ffffff !important;
    color: rgb(29, 155, 240);
    text-decoration: none;
  }
  
  #accordionMain .card-header .btn::after,
  #accordionMain .card-header a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 12px;
    top: 13px;
  }
  
  .accordion .card-header .btn[aria-expanded="true"]::after,
  .accordion .card-header a[aria-expanded="true"]::after {
    font-weight: 900;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    left: 7px !important
  }
  
  #accordionMain .card-header .btn[aria-expanded="false"]::after,
  #accordionMain .card-header a[aria-expanded="false"]::after {
    font-weight: 900;
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
  }
  
  /*labe styles
  -------------------------*/
  .text-height {
    line-height: 17px;
    font-size: 13px;
    text-align: right;
  }
  
  /*Past History
  --------------------------*/
  /***Input typehead***/
  
  /* autocomplete tagsinput*/
  .clinical-history .label-info {
    background-color: #ccccccad;
    display: inline-block;
    padding: 0.5rem;
    font-size: 64%;
    font-weight: 700;
    line-height: 1;
    color: #4e4d4db8;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
    margin: 2px 0px;
  }
  
  .clinical-history .bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
  }
  
  
  
  /* .clinical-history .bootstrap-tagsinput {
            position: relative;
        }
  
        .clinical-history .bootstrap-tagsinput::after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f002";
            position: absolute;
            font-weight: 600;
            top: 5px;
            right: 10px;
            font-size: 16px;
            color: #ccc;
        } */
  
  .clinical-history .bootstrap-tagsinput .tag [data-role="remove"] {
    background: #716565ad;
    cursor: pointer;
    border-radius: 50%;
    padding: 1px 4px;
    width: 5px;
    height: 5px;
    margin-left: 2px;
  }
  
  .clinical-history .bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /* display: flex; */
    padding: 0px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    margin: 4px 0px;
  }
  
  .clinical-history .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: 85px;
    max-width: inherit;
  }
  
  .clinical-history .twitter-typeahead {
    position: relative;
    display: inline-block;
  }
  
  .clinical-history input.tt-hint {
    position: relative;
    border: 1px solid transparent;
    background: transparent;
  }
  
  .clinical-history .tt-menu {
    border: 1px solid #ccc;
  }
  
  .clinical-history .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
  }
  
  .clinical-history .tt-suggestion:hover,
  .clinical-history .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
  }
  
  /*LT Dashboard
      ------------------------------------------*/
  .patient-tabs .tab-card,
  .qualitycheck-tabs .tab-card {
    border-top: 0;
    border-radius: 0;
  }
  
  .patient-tabs .nav-tabs .nav-item .nav-link,
  .qualitycheck-tabs .nav-tabs .nav-item .nav-link {
    border: 1px solid #cccccca1;
    border-bottom: 0;
    border-radius: 0 !important;
  }
  
  .patient-tabs .nav-tabs .nav-item .nav-link.active,
  .qualitycheck-tabs .nav-tabs .nav-item .nav-link.active {
    border-top: 2px solid #007bff !important;
  }
  
  /*IT Dashboard
  ----------------------------*/
  .itRegistration .search-form .w-fit {
    width: 16.8% !important;
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
  }
  
  .itRegistration .col-form-label {
    padding-top: calc(.375rem + 3px);
  }
  
  
  p.brd-dashed {
    border-bottom: 1px dashed #c9c4c4;
    padding-top: 5px;
  }
  
  
  /*Check Buttons*/
      #ck-button {
      margin:4px;
      background-color:#EFEFEF;
      border-radius:4px;
      border:1px solid #D0D0D0;
      overflow:auto;
      float:left;
          position: relative;
  }
  
  #ck-button:hover {
      background:#ccc;
  }
  
  #ck-button label {
      float:left;
  /*    width:4.0em;*/
  }
  
  #ck-button label span {
      text-align:center;
      padding:4px 8px;
      display:block;
  }
  
  #ck-button label input {
      position:absolute;
      top:-20px;
  }
  
  #ck-button input:checked + span {
      background-color:#6c757d;
      color:#fff;
  }
  
  #ck-button #Present:checked + span {
      background-color:#dc3545 !important;
      color:#fff;
  }
  #ck-button #Absent:checked + span {
      background-color:#198754!important;
      color:#fff;
  }
  #ck-button #Suspected:checked + span {
      background-color:#ffc107!important;
      color:#fff;
  }
  #ck-button #Unknown:checked + span {
      background-color:#6c757d!important;
      color:#fff;
  }
  
  
  .sel2_height .select2-container .select2-selection--multiple{
    height:66px;
    /* overflow: scroll; */
    overflow-y: scroll;
  
  }
  
  
  /*
  .small_card_h {
      height: 175px;
  }*/
  
  /*Visits*/
  .visits_list{
    list-style: none;
  }
  .visits_list li{
    position: relative;
    padding-left: 10px;
  }
  .visits_list li:after{
      content: "";
      position: absolute !important;
      top: 0;
      /* font-size: 6px; */
      left: -10px;
      width: 14px;
      height: 21px;
      border-left: 1px dashed #6d7b82;
  }
  .visits_list li a:after{
    content: "";
    height: 1px;
    position: absolute;
    top: 10px!important;
    font-size: 6px;
    left: -9px!important;
      width: 14px;
    border-bottom: 1px dashed rgba(109, 123, 130, 0.6);
  }
  .brd_card {
     border-top: 2px solid #f9900e !important;
  }
  .cus_table thead tr th {
    background-color: #dae1e8 !important;
    /* color: #fff !important; */
    font-size: 13px;
    /* padding: 0; */
    white-space: nowrap;
}
  .f10 {
    font-size: 10px !important;
  }
  .f11 {
    font-size: 11px !important;
  }
  .f12 {
    font-size: 12px !important;
  }
  .f13 {
    font-size: 13px !important;
  }
  .f14 {
    font-size: 14px !important;
  }
  .f15{
    font-size: 15px !important;
  }
  .bg_theme {
    background-color: #f9900e !important;
  }


  /* Transition
========================== */
.switch-label, .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

label.radio_b {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
  cursor: pointer;
}
.radio_b input[type=radio]:checked {
  border-color: var(--c) !important;
  background: radial-gradient(farthest-side, var(--c) 94%, #0000) 50% / 0 0 no-repeat content-box;
  background-size: 100% 100%;
}
.radio_b input[type=radio] {
  --s: 22px;
  --c: #EC950A;
  height: var(--s);
  aspect-ratio: 1;
  border-color: #ccc;
  border: calc(var(--s) / 8) solid #B8B8B8;
  padding: calc(var(--s) / 8);
  background: radial-gradient(farthest-side, #ccc 94%, #0000) 50% / 0 0 no-repeat content-box;
  border-radius: 50%;
  /* outline-offset: calc(var(--s) / 10); */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: .3s;
  background-size: 100% 100%;
}


/*check box style*/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.fill-control-input {
  display: none;
}
.fill-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fcb146;
  transition: 0.3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.fill-control-description {
  padding-top: 4px;
  padding-left:3px;
  display: inline-block;
  font-size:13px;
}
.black-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: #000;
  border-color: #000;
}
.black-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: #EA9712;
  border-color: #EA9712;
  background-size: 80%;
}
.dial_frame {
  padding: 37px 42px;
  border-radius: 50%;
  border: 2px solid #FCB146;
  box-shadow: 0 0 9px -4px #FCB146;
  margin: 0 auto;
}
.dial_frame img {
  width: 135px;
}

.dial_frame_small {
/*    padding: 25px 27px;
  border-radius: 50%;
  border: 2px solid #FCB146;
  box-shadow: 0 0 9px -4px #FCB146;
  margin: 0 auto;*/
}

  .dial_frame_small img {
      width: 78px;
      height: 77px;
      margin: 12px;
      padding: 10px;
      border-radius: 50%;
      border: 2px solid #FCB146;
      box-shadow: 0 0 9px -4px #FCB146;
  }
.s_inputs .input {
  border: none;
  margin: 0 4px;
}
.min_width_auto{
  min-width:auto;
}


.switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 70px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  /* background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px); */
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #FFCB77;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
}

  .switch-label:before, .switch-label:after {
      position: absolute;
      top: 50%;
      margin-top: -.5em;
      line-height: 1;
      -webkit-transition: inherit;
      -moz-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
      box-sizing: content-box;
  }

  .switch-label:before {
      content: attr(data-off);
      right: 11px;
      color: #fff;
      text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  }

  .switch-label:after {
      content: attr(data-on);
      left: 11px;
      color: #FFFFFF;
      text-shadow: 0 1px rgba(0, 0, 0, 0.2);
      opacity: 0;
  }

.switch-input:checked ~ .switch-label {
  background: #FFCB77;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

  .switch-input:checked ~ .switch-label:before {
      opacity: 0;
  }

  .switch-input:checked ~ .switch-label:after {
      opacity: 1;
  }

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

  .switch-handle:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -6px 0 0 -6px;
      width: 12px;
      height: 12px;
      background:#fff;
     /* background: linear-gradient(to bottom, #eeeeee, #FFFFFF);*/
     /* background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);*/
      border-radius: 6px;
      box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  }

.switch-input:checked ~ .switch-handle {
  left: 45px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.form-control, .form-select {
    /* border: 1px solid #f6b769 !important; */
    border-radius: 5px !important;
    /* padding: 11px; */
}


.login_wrapper:after {
content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    background-color: rgb(248 220 188 / 65%);
    opacity: 22%;
    top: -55px;
    /* z-index: -1; */
    border-radius: 9999px !important;
    left: -64px;
}
.login_wrapper:before {
    content: '';
    position: absolute;
    width: 230px;
    height: 230px;
    --tw-bg-opacity: 1;
    /* background-color: rgb(255 235 227 / 60%); */
    background-color: rgb(248 220 188 / 65%);
    opacity: 17%;
    top: -155px;
    z-index: 9;
    border-radius: 9999px !important;
    left: -53px;

}


.login_wrapper{
/*    padding: 40px 0;*/
    min-height: 100vh;
	
    background: #fff !important;
position: relative;
    /* border-top-right-radius: 100px;
    border-bottom-right-radius: 100px; */
    /* border-right: 1px solid #031424; */
}

.login-scree .login_wrapper {
	
    background: #fff !important;

}
.label-form-styles .form-control {
    border: 1px solid #ccc;
    border-radius: 34px;
    padding: 16px 15px !important;
    height: calc(2.65em + 0.75rem + 2px);
}
.login-screen .row-card {
    position: relative;
    background: #ffbf737a !important;
    /* background: rgb(218 225 232) !important; */
    /* background: #fff !important; */
}
.login-screen .row-card {
    height: 100vh;
    /* padding: 70px 80px; */
}

/* .btn-primary {
    -webkit-box-shadow: 0 2px 6px 0 rgb(249 144 14);
    box-shadow: 0 2px 6px 0 rgb(249 144 14);
}

.btn-primary {
    color: #fff;
    background-color: #f9900e !important;
    border-color: #f9900e !important;
} */
.login-screen {
    overflow:hidden;
}
/* .login-screen .login-btn {
    border: 1px solid transparent;
    border-radius: 34px;
    padding: 16px 15px;
   background-color: #031424 !important
} */
.login-screen .login-btn {
    border: 1px solid #ff8c00;
    border-radius: 34px;
    padding: 16px 15px;
    background-color: #ff8c00 !important;
}
.right-wrapper {
    overflow:hidden;
}
.right-wrapper:after {
content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    background-color: rgb(245 160 62 / 97%);
    opacity: 22%;
    bottom: -55px;
    /* z-index: -1; */
    border-radius: 9999px !important;
    right: -64px;
}
.right-wrapper:before {
    content: '';
    position: absolute;
    width: 230px;
    height: 230px;
    --tw-bg-opacity: 1;
    /* background-color: rgb(255 235 227 / 60%); */
    background-color: rgb(248 115 62);
    opacity: 17%;
    bottom: -155px;
    z-index: 9;
    border-radius: 9999px !important;
    right: -53px;
}

.card {
    margin-bottom: 1.563rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0rem solid transparent !important;
    border-radius: 0.375rem;
    /* height: calc(100% - 25px); */
    border: 1px solid #E6E6E6 !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.card-header {
    border-color: #E6E6E6 !important;
    position: relative;
    background: transparent;
    padding: 1.5rem 1.25rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}