#admin_sidebar_links a:hover {
  color: white;
  background: #000000ab;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sidemenu{
  width: 255px;
}
.sidemenu .fixed{
  overflow: visible;
}

main{
  width: calc(100% - 255px);
}
.toggle-menu{
  display: none;
  right: -50px;
  z-index: 9999999999;
  top: 10px;
  border: 0px solid grey;
  padding: 4px;
  border-radius: 0px 13px 13px 1px;
  background: white;
  font-weight: bolder;
  border-left-color: white;
}
.custom_datatable {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.search-icon{
  padding: 8px 9px;
  font-size: 1rem;
  margin-right: -2px;
  border-color: #193039;
  border-radius: 7px 0 0 6px;
  border: 1px solid;
}

.custom_datatable input[type=search]{
  padding: .5rem;
  font-size: 1rem;
  line-height: 1rem;
  padding-right: .5rem;
  border-radius: 0 9px 9px 0;
}
table{
  border: 1px solid;
  width: 100%;
}
table th {
  background: #F7F8F8;
}
.dataTables_wrapper .dataTables_length select{
  padding: 0 4px !important;
}

@media only screen and (max-width: 1024px) {
  .toggle-menu{
    display: block;
  }
  .sidemenu .toggle-menu{
    right: -27px;
  }
  .sidemenu.active .toggle-menu{
    right: -50px;
  }
  .sidemenu #admin_sidebar_links{
    display: none;
  }
  .sidemenu .logo-main{
    display: none;
  }
  .sidemenu.active #admin_sidebar_links{
    display: block;
  }
  .sidemenu.active .logo-main{
    display: block;
  }
  .sidemenu{
    width: 0px;
    left: 0px;
  }
  .sidemenu main{
    left: 0px;
  }
  .sidemenu.active{
    width: 0px;
    display: block;
  }
  .sidemenu .fixed{
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .sidemenu.active .fixed{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  main{
    margin-left: 0px;
  }
}
.button-container {
  margin-top: 4px;
  display: flex;
  justify-content: space-between; /* This will space out your buttons evenly */
}

.action-button {
  padding: 1px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
}

.quiz-image{
  height: 100px;
  width: 200px;
}
.hide-first-col table tr td:first-child { display: none; }
.hide-first-col table tr th:first-child { display: none; }
.quiz-result {
  font-size: 1rem;
  font-weight: 600;
}
.card {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column1 {
  padding-right: 15px;
  padding-left: 15px;
}

.card-col-md-6 {
  width: 50%;
  padding: 0 15px;
}

.card-col-lg-3 {
  width: 25%;
  padding: 0 15px;
}

.full {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.full.counter_section {
  display: flex;
  align-items: center;
}

.couter_icon {
  flex: 0 0 auto;
  margin-right: 20px;
}

.counter_no {
  flex: 1;
}

.couter_icon i {
  font-size: 50px;
  color: #ffd700;
}

.total_no {
  font-size: 2rem;
  margin: 0;
  color: #455a64;
  font-weight: 600;
}

.head_couter {
  font-size: 16px;
  margin: 0;
  color: #99abb4;
  font-weight: 300;
}
.dropdown_section select {
  width: auto;
  max-width: 100%;
  font-size: 0.9em;
  padding: 0px 10px;
  margin: 0;
  box-sizing: border-box;
}

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

.dropdown_institute {
  margin-left: auto;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "./components/toggler_card.css";
.btn {
  @apply rounded mt-3 bg-white px-2 py-1 text-xs font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50;
}

body {
  font-family: "Montserrat", sans-serif;
}
a {
  color: var(--zoa-primary);
  text-decoration: none;
}

.NavText {
  & > a {
    color: var(--zoa-primary);
    @apply text-center text-base font-medium;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
  }
}

@media not all and (min-width: 768px) {
  .NavText > a {
    @apply text-xl;
  }
}

#moodSurvey {
  background: rgba(25, 25, 25, 0.25);
}
#moodSurvey .modal-container {
  max-width: 400px;
  border-radius: 8px;
  background: radial-gradient(
    167.9% 209.06% at -15.21% -3.12%,
    rgba(42, 157, 143, 1) 0%,
    rgba(15, 55, 50, 1) 100%
  );
  box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.25);
}
#moodSurvey .mood_survey_options img {
  max-width: 80px;
}
#moodSurvey .optionsCard p,
#moodSurvey .optionsCard h2 {
  @apply text-center mt-4 text-white text-lg font-bold font-['Montserrat'] leading-relaxed;
}
#moodSurvey .mood_survey_options button {
  margin: 0 2em;
}
#moodSurvey button:hover,
#moodSurvey button:hover p {
  color: black;
}

/* START Login related css */
.bg-login-main {
  background-image: url(/assets/login_background-cb014db80cae8bde4b4a9af7685c3c0ca616160fecf7066cb7c628b32aaba166.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-loading{
  background-image: url(/assets/loading-f5b4e12108a05b03c6fb6457cdd5bba328c0c7ed2074ddcdc284cf0c774d7de2.gif) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 140px 140px !important;
}

.loginContainer {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 62px;
  padding: 50px 15px;
  background: rgba(255, 255, 255, 0.76);
}

.NavBar a.active {
  color: black;
}

.providerHeader {
  box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.25);
}
/*.providerHeader p {
  @apply text-white
  text-xs
  sm:text-xs
  md:text-xs
  font-semibold
  font-['Montserrat']
  m-0
  pl-4;
}*/
.providerHeader p.LoginCount {
  @apply text-4xl font-semibold leading-10;
  color: #f7b92a;
}

@media not all and (min-width: 768px) {
/*  .loginContainer {
    padding: 43px;
  }*/
}
.loginContainer .field {
  margin-bottom: 20px;
}

.loginContainer .field,
.loginContainer .field input[type="text"],
.loginContainer .field input[type="password"],
.loginContainer .field input[type="email"] {
  width: 100%;
}
.loginContainer h2 {
  display: none;
}
/* END Login related css */
#profileNavButton {
  background-image: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#profileNavButton:hover {
  background-color: transparent;
}

footer.Footer {
  a {
    color: white;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
    }
  }
}

.AdminTools button {
  @apply rounded bg-white px-2 py-1 text-xs font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50;
}
.actions input[type="submit"] {
  @apply rounded cursor-pointer bg-white px-2 py-1 text-xs font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50;
}
#AdminPatientDetails li {
  @apply px-2;
}
/*#AdminPatientDetails li:nth-child(odd) {
  @apply bg-gray-300 text-white;
}*/

.WaitlistedCourses table tr:hover {
  @apply bg-gray-200;
}
.WaitlistedCourses table tr:nth-child(even) {
  @apply bg-gray-100 text-black;
}

.WaitlistedCourses table tr:nth-child(odd) {
  @apply bg-white;
}

.healthLiteracyContainer {
  border-radius: 62px;
  padding: 50px 15px;
  background: radial-gradient(
    167.9% 209.06% at -15.21% -3.12%,
    rgba(42, 157, 143, 1) 0%,
    rgba(15, 55, 50, 1) 100%
  );
  box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.25);
}

.score-text{
  color: white;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto;
}

.bottom-line {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 10px solid #2a9c8e;
}
.quiz-score{
  border-top: 10px solid #2a9c8e;
  display: grid;
  place-items: center;
  min-height: 50vh;
}
.quiz-top-border{
  border-top: 10px solid #2a9c8e;
}
.form-group label{
  display: block;
  text-align: left;
  color: white;
  font-size: 18px;
}
.feedback-area{
  width: 100%;
  display: inline;
}

.feedback-area-btn .btn{
  width: 100%;
}

.alertsContainer .notice{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  box-shadow: 0 1px 6px rgba(32,33,36,.28);
  word-break: break-word;
}
.alertsContainer .alert{
  word-break: break-word;
  box-shadow: 0 1px 6px rgba(32,33,36,.28);
  color: #000 !important;
  background-color: #ffdddd !important;
}

#error_message{
  position: absolute;
  z-index: 99;
  top: 187px;
  left: 0;
  right: 0;
  max-width: 300px;
  width: 100%;
  margin: auto;
  top: 10px;
}

.box-max-width{
  width: 100%;
  padding: 19px;
  max-width: 56rem;
}

.container-boot{
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.correct-answers{
  font-weight: 600;
  font-size: 2rem;
}
.collapseModal {
}
.disallow{
  cursor: not-allowed;
}
.text-main{
  color: #2a9c8e;
}
.bg{
  background-color: #2a9c8e;
}
#user_email, #user_password, #user_password_confirmation{
  border: 2px solid;
  border-radius: 10px;
  background: none;
}
.edit_user input[type='submit'],
.new_user input[type='submit']{
  width: 100%;
}
.new_user input[value='Log in']{
  width: 30%;
}

input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="text"]::placeholder {
  color: #999;
}
input[type="submit"]{
  cursor: pointer;
}

input[name="commit"]{
  width: 45%;
  height: 40px;
  margin-bottom: 10px;
  background-color: #27AE60;
  color: white !important;
  border-radius: 50px !important;
  background-color: rgb(42 156 142/var(--tw-text-opacity)) !important;
}

input[value="Set my password"] {
  width: 40%;
}

#locale-select{
  width: 72px;
  border-radius: 5px;
  border: 1px solid #2A9C8E;
  color: #2A9C8E;
  font-size: 0.6rem;
  padding: 0 7px;
  margin-right: 7px;
}
.locale-form{
  display: flex;
  align-items: center;
}

.error{
  color: red;
}

.institution-name-disabled{
  padding: 6px 0px 5px 7px;
}

.edit_patient #patient_otp_secret, .edit_patient #patient_email, .edit_provider #provider_otp_secret, .edit_provider #provider_email, .new_admin_user input[type='password'],
.new_admin_user input[type='email'] {
  display: flex;
  width: 100%;
  border: 2px solid;
  border-radius: 10px;
  background: none;
}

.edit_admin_user input[type='text'] {
  display: flex;
  width: 100%;
  border: 2px solid;
  border-radius: 10px;
  background: none;

}

.edit_admin_user{
  padding: 0px 50px 0px 50px;
}

.setting-container {
  margin: 50px auto;
  padding: 20px;
  max-width: 600px;
}

.setting_resend_otp{
  margin-right: 30px;
  margin-top: -80px;
}

.login_resend_otp{
  margin-top: -60px;
  margin-right: 5px;
}

.setting-box {
  position: relative;
  width: 450px;
  height: 550px;
  margin: 20px auto;
  border: 1px solid #dddd;
  border-radius: 18px;
  overflow: hidden;
  background: #009c8e21;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.d-none-for-settings{
  display: none;
}

@media (max-width:767px) {
  .setting-box {
      width: 100%;
      height: 100%;
  }
}

@media (max-width: 580px) {
  .m-none-for-settings{
    display: none !important;
  }
  .m-m-1{
    margin-left: 10px;
  }
  .d-none-for-settings{
    display: block;
  }
  #profileNavDropdown {
    width: 295px !important;
  }
  .setting-header-inner{
/*    display: none;*/
  }
}
@media (min-width: 580px) {
  .setting-header-inner{
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .high-chart-tag{
    font-size: 0.7rem;
    width: 50px;
    display: block;
    text-align: center;
    margin: auto;
    white-space: break-spaces;
  }
  .highcharts-label.highcharts-data-label{
    font-size: 0.5rem;
  }
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.resent_otp{
  margin-top: -40px;
  margin-right: 4%;
  text-decoration: underline;
}
.setting-container .row {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.setting-container h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.setting-container p {
  font-size: 16px;
  color: #6c757d;
}

.setting-container .btn {
  padding: 10px 20px;
  font-size: 16px;
}

.setting-container .btn.btn-success, .setting-container .btn.btn-danger {
  background-color: #2A9C8E;
  color: #fff;
}

.setting-container .btn.btn-success:hover,
.setting-container .btn.btn-danger:hover {
  opacity: 0.8;
}

#resend-otp-button{
  text-decoration: underline;
  color: #2A9C8E;
  opacity: 0.5;
}
.setting-container h2, .setting-container p{
  color: #000;
}
.edit_user, .edit_patient, .new_user, .edit_provider, .new_admin_user{
  padding: 0px 50px 0px 50px;
}
.resend-btn{
  float: center;
}
.forget-password{
  float: inline-end;
}
.forget-password-section{
  display: flex;
}
.forget-password-section .field{
  width: 60%;
}
.text-underline{
  text-decoration: underline;
  color: #2A9C8E;
}
.reset-password input{
  width: 75%;
}
.text-red{
  color: red;
}

.learning-stats {
  width: 100%;
  margin: auto;
}
.learning-stats .circle-box{
  height: 100%;
  max-height: 300px;
}

.learning{
  position: relative;
}
.label {
  margin-top: 5px;
  font-size: 16px;
  position: absolute;
  margin: -98px 88px;
}

#average_pre_test .label{
  color: #bd52b4;
}
#average_post_test .label{
  color: #ffbf00;
}
#confidence_level .label{
  color: #44a79a;
}

.authentication-type-button{
  display: flex;
}
.two-factor-auth-head{
  font-size: 40px;
}

.auth_qr_code{
  display: flex;
  align-items: center;
  justify-content: center;
}
.inline-form-group {
  display: flex;
  align-items: center;
}

.inline-form-group .form-control {
  margin-right: 10px;
}
#patient_otp_secret{
  width: 50%;
}
.relative {
  position: relative;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  display: none; /* Hidden by default */
}

.dropdown-content button {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: left;
  border: none;
  background-color: transparent;
  color: #333;
  cursor: pointer;
}

.dropdown-content button:hover {
  background-color: #f0f0f0;
}

.login-section{
  height: calc(100vh - 7rem);
  overflow-y: scroll;
}
.form-section{
  margin-top: 7rem;
}
.mobile-header-title{
  display: none;
}
.form-section .loginContainer{
  margin: 15px auto;
  min-height: 100px;
}
.form-section .loginContainer img{
  margin: 1rem auto;
  max-width: 150px;
}
@media (max-width: 1300px){
  .login-section{
    min-height: 550px;
  }
  .form-section,
  .form-section .loginContainer{
    margin: auto;
  }
  .form-section .loginContainer .forget-password-section{
    justify-content: space-between;
    font-size: 0.8rem;
  }
  .form-section .loginContainer{
    min-height: 100px;
    max-width: 431px;
  }
  .form-section .loginContainer img{
    max-width: 150px;
  }
  .form-section .new_admin_user{
    padding: 0 22px;
  }

}

@media (max-width: 1024px){
  .text-section{
    font-size: 4rem;
  }
  .edit_patient, .new_user, .edit_user, .edit_provider, .new_admin_user{
    padding: 0px 30px 0px 30px;
  }
}
.password-info{
  font-size: 0.6rem;
  line-height: 1.3;
  margin: 5px 0 0 5px;
}

@media (max-width: 768px){
  .form-section,
  .form-section .loginContainer{
    margin: auto;
  }
  .text-section{
    display: none;
  }
  .edit_user, .edit_patient, .new_user, .edit_provider, .new_admin_user{
    padding: 0px 20px 0px 20px;
  }
  .mobile-header-title{
    display: block;
    font-size: 2.5rem;
    text-align: center;
    padding: 2rem 0;
  }
  .login-section {
    display: block;
  }
}

@media (max-width: 532px){
  .login-section{
    padding: 10px;
  }
  .edit_user, .edit_patient, .new_user, .edit_provider, .new_admin_user{
    padding: 0px 0px;
  }
  .forget-password-section .forget-password, .forget-password-section label{
    font-size: 0.8rem;
  }
  .loginContainer img{
    width: 130px;
  }
}

th, td {
  color: #00766e;
 }
 .audits{
  border: none;
 }
 .heading{
   margin-bottom: 20px;
 }
/* td:hover{
  color: black;
 }*/
.label{
  font-weight: 500;
  color: #00766e;
  margin-top: 10px;
}
strong {
  color: #00766e;
}

/* Circle */

.learning-stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  min-height: 200px;
}
.progress {
  width: 200px;
  height: 200px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 200px;
  margin: 20px;
  box-shadow: 2px 2px 2px 2px white;
}
.progress::after {
  content: "%";
}
.progress .title {
  position: relative;
  z-index: 100;
}
.progress .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.progress .overlay::before {
  content: '';
}
.progress .left,
.progress .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid gray;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}
.progress .left {
  animation: load1 1s linear forwards;
}
.progress:nth-of-type(2) .right,
.progress:nth-of-type(3) .right {
  animation: load2 0.5s linear forwards 1s;
}
.progress:last-of-type .right,
.progress:first-of-type .right {
  animation: load3 0.8s linear forwards 1s;
}
@keyframes load1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes load2 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    transform: rotate(270deg);
  }
}
@keyframes load3 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    transform: rotate(315deg);
  }
}

.display-none{
  display: none;
}
#profileNavButtonImg{
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.word-wrap{
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.user_profile_picture {
  display: flex;
  justify-content: center;  
  position: relative;
  display: inline-block;
}

.edit-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.edit-button-class {
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: white;
  margin-bottom: 10px;
  margin-left: 10px;
}
.profile_picture{
  height: 80px;
  width: 80px;
  margin-left: 38px;
}

.profile_image{
  height: 200px;
  width: 200px;
}

.profile-name{
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.user-profile-card{
  margin-left: 10px;
  margin-right: 10px;
}
.user-profile-hr{
  width: 112%;
  margin-left: -9px;
}

.back-button, .edit-patient .btn{
  height: 40px;
  width: 100px;
  margin-bottom: 17px;
  border-radius: 20px;
}

.update-patient .btn{
  width: 100px;
}
.user-profile-card {
  box-shadow: 0 0px 8px rgb(0 0 0 / 10%);
}
.ProgressRow-details ul li{
  color: #3a4f57;
}

.course-title span{
  color: #193039;
}

.course-p-m-icon{
  width: 20px; 
  float: inline-end;
  margin-bottom: -25px;
}

.audit-label{
  display: contents;
  margin-top: 10px;
}
.statistics-graph{
  display: flex;
  justify-content: space-around;
}

table.dataTable thead>tr>th.sorting_desc:after{
  margin-right: 1px !important;
  padding: 0px !important;
}
.btn-action{
  padding: 10px;
  color: #00766e;
}
#adminPatientsPage [type=checkbox], #AdminPatientsPage [type=checkbox]{
  border: 1px solid #00766e;
}
.btn-action-cancel{
  padding: 12px;
  color: #00766e;
  float: right;
  border-radius: 20px;
  text-align: center;
}

.quiz-btn-action{
  padding: 10px 20px;
  color: #00766e;
  float: right;
}
@media (max-width:767px) {
  .statistics-graph{
    display: block;
    text-align: center;
    padding: 10px;
  }
  .provider-statistics{
    width: 100%;
  }
  .mobile-design{
    margin-top: 20px;
  }
}
.modal-background-blur{
  background: #00000091;
}
.setting-header{
  height: 50px;
}
.first-section{
  width: 40%;
}
.profile-edit-button{
  width: 70px;
}
.profile-back-button{
  height: 35px;
  width: 90px;
  border-radius: 20px;
}
.actions .provider-update-button{
  height: 35px;
  width: 90px;
}

.section-title{
  color: #10766e;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}

.waitlist-modal{
  min-width: 500px;
}
.profile-name{
  margin-left: 55px;
}
.b-row{
  display: flex;
}
.profile-section .b-col:first-child{
  max-width: 350px;
}
.b-col{
  width: 100%;
  margin: 0 15px;
}
.assign-completed-graph, .health-literacy-levels, .graph-box-section{
  min-height: 419px;
  margin: 12px auto;
  max-width: 600px;
  border: 1px solid darkgrey;
  border-radius: 9px;
  width: 90%;
}
/*.assign-completed-graph_admin, .health_literacy_levels_admin{
  min-height: 419px;
  margin: 12px auto;
  max-width: 600px;
  border-radius: 9px;
  width: 90%;
}*/
@media (max-width: 1200px){
  .b-row{
    display: block;
  }
  .profile-section .b-col:first-child{
    margin: auto;
  }
}

@media (max-width: 900px){
  .b-col{
    margin: 0 0px;
  }
}

@media (max-width: 640px){
  .profile-section .b-col:first-child{
    max-width: 640px;
  }
}

/* ============= */

.learning-start-inner{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 13px;
    display: flex;
    flex-wrap: wrap;
  }
  .p-circle-wrap{
    width: 204px;
    margin-bottom: 3rem !important;
    margin: auto;
  }
  .circle-wrap {
    display: grid;
    grid-template-columns: repeat(1, 160px);
    grid-gap: 80px;
    width: 150px;
    height: 150px;
    background: #d9d7da;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 2rem;
  }

  .circle-wrap .circle .mask,
  .circle-wrap .circle .fill-1,
  .circle-wrap .circle .fill-2,
  .circle-wrap .circle .fill-3 {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
  }

  .circle-wrap .circle .mask {
    clip: rect(0px, 150px, 150px, 75px);
  }

  .circle-wrap .inside-circle {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: white;
    line-height: 120px;
    text-align: center;
    margin-top: 13px;
    margin-left: 13px;
    position: absolute;
    z-index: 100;
    font-weight: 700;
    font-size: 2em;
  }

  /* color animation */

  .mask .fill-1 {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #9c2894;
  }

  .mask.full-1,
  .circle .fill-1 {
    animation: fill-1 ease-in-out 3s;
    transform: var(--fill-1-percentage);
  }
  .circle-wrap p{
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }

  @keyframes fill-1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: var(--fill-1-percentage);
    }
  }

  /* 2nd bar */

  .mask .fill-2 {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #d5a43b;
  }

  .mask.full-2,
  .circle .fill-2 {
    animation: fill-2 ease-in-out 3s;
    transform: var(--fill-2-percentage);
  }

  @keyframes fill-2{
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: var(--fill-2-percentage);
    }
  }

  /* 3rd progress bar */
  .mask .fill-3 {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #2b9c8e;
  }

  .mask.full-3,
  .circle .fill-3 {
    animation: fill-3 ease-in-out 3s;
    transform: var(--fill-3-percentage);
  }

  @keyframes fill-3{
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: var(--fill-3-percentage);
    }
  }

  .fill-1-p, .full-1-circle .inside-circle{
    color: #9c2894;
  }
  .fill-2-p, .full-2-circle .inside-circle{
    color: #d5a43b;
  }
  .fill-3-p, .full-3-circle .inside-circle{
    color: #2b9c8e;
  }

.patients-container{
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.waitlist-success-alert{
  font-size: 22px;
}

.patient-row-details{
  display: flex;
  padding: 20px;
  border-bottom: 2px solid;
}
.provider-patients{
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 15px;
}

.header-section{
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}

.header-section .img-section{
  padding: 0 9px;
  box-sizing: border-box;
}

.header-section .img-section img {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
  background: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-top: -11px;
  z-index: 999;
  position: relative;
}

.header-section .text-section {
  display: block;
  padding: 10px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 1.1rem;
}
.header-section .text-section.non-dashboard{
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.right-section-header{
  display: flex;
  align-items: center;
  padding: 10px 17px;
  text-align: center;

}
.counts-label{
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
}
.counts-text{
  font-size: 2rem;
  font-weight: 900;
  color: #f7b92a;
}
@media (max-width: 767px){
  .header-section .text-section {
    font-size: 0.9rem;
  }
  .counts-text {
    font-size: 1.5rem;
  }
  .counts-label{
    font-size: 0.9rem;
  }
  .header-section .text-section.non-dashboard{
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
}
@media (max-width: 500px){
  .dt-button.buttons-excel.buttons-html5 span,
  .dt-button.buttons-excel.buttons-html5 span i{
        font-size: 0.8rem;
  }
  .custom_datatable input[type=search] {
    max-width: 129px;
    width: auto;
  }
  .m-button{
    font-size: 0.7rem !important;
    padding: 4px 3px !important;
  }
  .footer-dt-sec{
    display: block;
  }
  .footer-dt-sec .show-entry{
    display: block;
  }
  .footer-dt-sec .show-entry .dataTables_length {
    width: 100%;
  }
  .footer-dt-sec .show-entry .dataTables_length label{
    width: 100%;
    justify-content: center;
  }
  .footer-dt-sec .show-entry .dataTables_length select{
    height: 20px;
    font-size: 0.8rem;
  }
  .dataTables_wrapper .footer-dt-sec  .dataTables_paginate{
    margin-top: 0;
    padding-top: 0 !important;
    width: 100%;
    text-align: center;
  }
  .m-title-section{
    font-size: 1.5rem !important;
  }
  .p-2-m{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .m-d-block{
    display: block;
  }
  .td-th-cell{
    font-size: 0.6rem;
    padding: 5px;
  }
  .td-th-cell-font-size{
    font-size: 0.6rem;
  }
}
@media (max-width: 400px){
  .header-section{
    display: block;
  }
  .right-section-header{
    display: block;
  }
  .Footer{
    height: auto;
    padding-bottom: 10px;
  }
  .Footer .footer-links{
    flex-direction: column;
  }
  .Footer .footer-links span{
    display: none;
  }
  .NavProfileSection{
    margin-right: 7px !important;
  }
  .IconColorNobg1{
    margin-left: 7px !important;
  }
  .user-profile-card{
    padding: 0 !important;
    margin: 0 !important;
  }
  .profile-section{
    margin: 0 !important;
  }
  .ProgressRow .ActionIcons{
    height: 22px;
  }
  .ProgressRow .ProgressRow-details{
    margin-left: -25px;
    font-size: 0.95rem;
  }
  .ProgressRow .Name.course-title{
    margin-left: -10px;
    font-size: 1rem;
  }
  .ProgressRow .Name.Patient-title{
    margin-left: -10px;
    font-size: 0.95rem;
    line-height: 1.4;
  }
  .ProgressRow .status-tag{
    font-size: 0.6rem;
    padding: 2px 7px;
  }
  .patient-row-details{
    padding: 11px 0;
  }
  .ProgressRow .ActionIcons .IconPlus, .ProgressRow .ActionIcons .IconMinus{
    min-height: 23px;
  }
  .patient-row-details .ProgressRow-details{
    margin-top: 4px;
  }
  .title-heading{
    font-size: 0.8rem !important;
  }
}

.min-height-200{
  min-height: 200px;
}

#health_literacy_test_modal{
/*  overflow-y: scroll;*/
}
.custom-container {
  margin: 0 auto;
  padding: 18px;
  border-radius: 8px;
  text-align: left;
  max-width: 500px;
  height: auto;
}
.highcharts-credits{
  display: none ;
}

.login-history-button{
  width: 97%;
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.page-wrapper .page-body-wrapper .page-title {
    padding: 20px 30px;
    margin: 0px -27px 0px;
}
.page-wrapper .page-body-wrapper .page-title .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-wrapper .page-body-wrapper .page-title > .row {
    margin: 0;
}
.page-wrapper .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.page-wrapper .page-body-wrapper .page-title > .row .col-6 {
    padding: 0;
}
.page-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.page-wrapper .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}
.page-wrapper ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb li {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
}
.page-wrapper .page-body-wrapper a {
    font-size: 0.875rem;
    text-decoration: none;
    color: var(--theme-deafult);
}

.page-wrapper .page-body-wrapper .page-title .breadcrumb li {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
}
.page-wrapper .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "/";
}
.page-wrapper .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item.active {
    color: var(--theme-deafult);
    font-weight: 500;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb li {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
}
.page-wrapper .breadcrumb-item.active {
    text-transform: capitalize;
}
.page-wrapper .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}
.page-wrapper .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.page-wrapper .col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.page-wrapper .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
}
.page-wrapper .row > div {
    position: relative;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
    width: 16px;
    height: 16px;
    stroke: #2c323f;
    vertical-align: text-top;
}

@media (min-width: 1200px){

  .page-wrapper .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
  }
}
.page-wrapper .small-widget {
    overflow: hidden;
}
.page-wrapper .border-b-primary {
  border-bottom: 5px solid #006666 !important;
}

.page-wrapper .border-b-warning {
  border-bottom: 5px solid #FFAE1A !important;
}

.page-wrapper .border-b-secondary {
  border-bottom: 5px solid #FE6A49 !important;
}
.page-wrapper .border-b-coordinator {
  border-bottom: 5px solid #baa0ff !important;
}
.page-wrapper .total-upcoming {
  border-bottom: 5px solid grey;
  border-width: -1px !important;
  border-radius: 6px;  
}
.page-wrapper .total-upcoming i{
  color: grey;
}
.page-wrapper .dashboard-card{
  border-width: -1px !important;
  border-radius: 6px;  
}
.page-wrapper .card {
  display: flex;
  flex-wrap: wrap;
}

.page-wrapper .card-col-md-6 {
  width: 100%;
}

.page-wrapper .card-col-lg-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .page-wrapper .card-col-md-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .page-wrapper .card-col-lg-3 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .page-wrapper .card-col-lg-3 {
    width: 25%;
  }
}
.dashboard-card:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.ml-31{
  margin-left: -31px;
}
.correct-answers{
  color: white;
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .card-col-md-8 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .card-col-md-12 {
    width: 100% !important;
    margin-left: 0 !important;
  }  
}
.copyright-section{
  text-align: center;
}

.card-detail-section.w-100-p{
  width: 100% !important;
}
.card-detail-section{
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  padding: 10px 0;
}
.card-detail-section .title-count{
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 500;
}
.card-detail-section .title-text{
  display: inline-block;
  color: rgba(116, 120, 141, 1);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}
.front-primary::before {
  background-color: rgba( 5, 100, 100, 0.2);
}
.front-primary::after {
  background-color: rgba( 5, 100, 100, 0.4);
}
.zoa-admin-card{
  position: relative;
  box-shadow: 0 0.2rem 1.2rem #eeeeee;
  border: 1px dashed rgba(35, 25, 40, 0.2);
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
  border-radius: 15px;
}
.zoa-admin-card::after {
  content: "";
  border-radius: 5px;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  clip-path: circle(10% at 100% 100%);
}
.zoa-admin-card::before {
  content: "";
  border-radius: 5px;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  clip-path: circle(5% at 100% 100%);
  transition: all 0.3s ease-in;
}
.table-header-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #f9fafb; /* Tailwind color gray-50 */
}

.table-header-sticky::before{
  content: "";
  position: absolute;
  background: black;
  left: 0;
  right: 0;
  height: 1px;
  border: none;
  top: -1px;
}
.table-header-sticky::after{
  content: "";
  position: absolute;
  background: black;
  left: 0;
  right: 0;
  height: 1px;
  border: none;
  bottom: -1px;
}

.hidden-scroll {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.hidden-scroll::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.user_activity #start_date, #end_date{
  width: 32%;
  margin-right: 10px;
}

.health_literacy_levels_admin .highcharts-subtitle{
  font-size: 14px !important;
  font-weight: 600;
}

#admin_health_literacy_filter{
  width: 120px;
}
#patient_details, #courses_list, #fresh_contents, #comming_soon_courses, #patient_learnworld_list{
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  min-height: 200px;
}
.title-text-h2{
  margin-left: 20px;
}
.contact-form input[type=number]::-webkit-inner-spin-button,
.contact-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.contact-form input[type=number] {
    -moz-appearance: textfield;
}
.user-details .row{
  padding: 0px 10px 0px 16px;
}
.user-details .dt-buttons{
  display: none;
}
.not_accepted{
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 4px;
  border: 1px solid #dddd;
  border-radius: 3px;
  color: rgb(0, 118, 110);
}


@media (max-width: 768px) {
  #admin-provider-datatable_filter {
    width: 90%;
  }
  .not-accepted {
    margin-left: -1px;
    margin-top: 2px;
    font-size: 12px;
  }
}

@media (max-width: 300px){
  #admin-provider-datatable_filter .custom_datatable input[type=search] {
    max-width: 70px;
    width: auto;
  }
}
.small-img-nutrition {
  cursor: pointer;
}
.img-dialog-box {
  width: auto;
}
@media (max-width: 767px) {
  .img-dialog-box {
    width: 100%;
  }
}
.nutrition-img {
  height: 450px;
  max-width: 450px !important;
  width: 100% !important;
}
.imageModalBackdrop {
  background-color: #091E427D;
}
.imageModalBackdrop button {
  position: absolute;
  top: 8px !important;
  right: 8px !important;
}
.contents_text{
  font-size: 2.2rem;
}
#mood-chart {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.nutrition-image-container {
  position: relative;
  display: inline-block;
}
.small-img-nutrition {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  cursor: pointer;
}
.patient-quiz-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.fixed-button-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.fixed-button {
  background-color: #2A9C8E;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.fixed-button:hover {
  background-color: #fff;
  color: #2A9C8E;
}

.justify-center-custom{
  justify-content: right;
  align-items: end;
}
.sub-content-sub-content{
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  width: 19rem;
}
#suggestionForm{
  width: auto;
}
@media (min-width: 350px) and (max-width: 400px){
  .img-section{
    width: 24%;
    display: block;
  }
  .header-section .img-section img {
    width: 50px;
    height: 50px;
    margin-top: -11px;
    z-index: 0;
    position: relative;
  }
}
@media (max-width: 350px) {
  .img-section {
    width: 22% !important;
    display: block !important;
  }
  .header-section .img-section img {
    width: 40px;
    height: 40px;
    margin-top: -11px;
    z-index: 0;
    position: relative;
  }
}
@media (min-width: 400px) and (max-width: 500px){
  .header-section .img-section img {
    width: 50px;
    height: 50px;
    margin-top: -11px;
    z-index: 0;
    position: relative;
  }
  .img-section{
    width: 30%;
  }
}
@media (min-width: 500px) and (max-width: 767px){
  .header-section .img-section img {
    width: 70px;
    height: 70px;
    margin-top: -11px;
    z-index: 0;
    position: relative;
  }
  .img-section{
    display: block;
    width: 24%;
    align-items: center;
  }  
}
@media (min-width: 200px) and (max-width: 350px){
  .img-section{
    width: 40%;
    display: block;
  }
}
@media (min-width: 350px) and (max-width: 400px){
  .img-section{
    width: 22%;
    display: block;
  }
  .header-section .img-section img {
    width: 50px;
    height: 50px;
    margin-top: -11px;
    z-index: 0;
    position: relative;
  }
}
.class_highlight {
    background-color: #fff;
    border: 4px solid #00766e;
    box-shadow: 0 8px 16px rgba(0, 150, 136, 0.4), 0 16px 32px rgba(0, 150, 136, 0.4);
    transform: translateY(-6px) perspective(1000px) rotateX(0) rotateY(0);
}
:root {
  --colors-primary-500: #3F7AFF;
  --bg-colors-primary-500: #3F7AFF;
  --colors-black-100: #F7F8F8;
  --bg-colors-black-100: #F7F8F8;
  --colors-black-600: #757678;
  --main-10: #EEF6FF;
  --colors-black-900: #363739;
  --colors-secondary-500: #454655;
  --colors-secondary-bg-500: var(--colors-secondary-500);
  --colors-black-800: #4B4B4E;
  --disable-button: #EAEAEA;
  --button-color: #0d6efd;
  --header-table: #EAEDF2;
  --color-status-tab: #5f6368;
  --colors-p: #465376;
  --breadcrumbs-current: #2e3134;
  --breadcrumbs-p: #B3B3B3;
  --breadcrumbs-span: #202124;
  --breadcrumbs-a: #5F6368;
  --breadcrumbs-a-hover: #7a7d82;
  --black-font-color: #000;
  --bg-black-font-color: #000;
  --dataTables-wrapper-table-btn: #4f4f4f;
  --datatable-no-footer: #f3f3f3;
  --color-datatable-paginate-hover: #333;
  --color-datatable-td-hover: #111111;
  --color-white-font: #fff;
  --bg-color-white-font: #fff;
  --bg-datatable-a: #f6f7f9;
  --color-datatable-a: #666;
  --datatable-bg-paginate: #0c0c0c;
  --header-search-border-input: #D9D9D9;
  --header-search-bar-input-color: #3f7afe;
  --header-search-bar-border-color: #EDEEF0;
  --bg-paginate-button-active: #3a3a3a;
  --bg-paginate-button-hover: #eeeeee;
  --bg-paginate-button-button: #fff6f6;
  --color-datatable-select: #E8EAED;
  --color-datatable-wrapper-select: #aaa;
  --color-p-a-label: #868b97;
  --border-color-input-textarea-select: #EDEDF1;
  --bg-tbody-hover: #F7F7FA;
  --color-input-font: #141A33;
  --color-input-place-holder: #999;
  --color-input-focus: #617EFE;
  --color-border-input-success: #27AE60;
  --color-border-input-error: #EB5757;
  --header-border-color: #E1E3EC;
  --colors-black-700: #606163;
  --color-nav-link-active: #191D23;
  --color-nav-link: #282A2D;
  --color-side-menu: #DCDCDC;
  --bg-side-menu: #FAFAFB;
  --bg-side-menu-action: #F6F6F6;
  --color-side-menu-text: #d3d3d3;
  --colors-warning: #F29339;
  --color-table-attached-filter-ul-p: #606163;
  --color-table-attached-filter-ul-active-p: #151515;
  --table-th-td-border: rgba(0, 0, 0, 0.3);
  --primary-color-text: #000000;
  --primary-body-color: #000000;
  --primary-white: #ffffff;
  --btn-close: #a1acb8;
  --color-black-900: #17181B;
  --color-black-400: #5F6368;
}
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  padding: 10px;
  border-bottom: 1px solid var(--table-th-td-border)
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th {
  white-space: nowrap;
  padding-right: 10px !important;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
  opacity: .6;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼" /"";
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: .125;
  right: 10px;
  line-height: 9px;
  font-size: .8em;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
  opacity: .8 !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
  color: var(--breadcrumbs-span) !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0px !important;
  content: "\2193" !important;
  font-size: 19px !important;
  top: 49% !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-size: 19px !important;
  top: 42% !important;
  color: var(--black-font-color) !important;
  line-height: 0px !important;
}

.sorting_desc:after {
  display: block !important;
}

table.dataTable tbody tr td {
  white-space: nowrap;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.organizers-employees-datatable-footer p,
.dataTables_length label {
  font-size: 12px;
  color: var(--breadcrumbs-span);
  font-weight: 400;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid var(--color-datatable-wrapper-select);
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  padding: 4px;
}

.dataTables_length select {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

.dataTables_length select {
  display: flex;
  height: 36px;
  padding: 9px 12px !important;
  align-items: center;
  gap: 8px;
  border-radius: 4px !important;
  border: 1px solid var(--color-datatable-select) !important;
  background: var(--bg-color-white-font);
}


.organizers-employees-datatable_footer p,
.dataTables_length label {
  font-size: 12px;
  color: var(--breadcrumbs-span);
  font-weight: 400;
}

.dataTables_length label {
  display: flex;
  gap: 8px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .table-btn {
  background: none;
  border: none;
  padding: 0 1px;
  display: inline-block;
  color: var(--dataTables-wrapper-table-btn);
}

table.dataTable.no-footer {
  border-bottom: 1px solid var(--table-th-td-border) !important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid var(--table-th-td-border);
}

table.dataTable.no-footer {
  border-color: var(--datatable-no-footer);
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

// Pagination Css
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-datatable-paginate-hover) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

.dataTables_wrapper td a:hover {
  color: var(--color-datatable-td-hover);
}

.paginate_button.current {
  background-color: var(--button-color) !important;
  z-index: 3;
  color: var(--color-white-font) !important;
  border-color: var(--button-color) !important;
}

.paginate_button {
  display: inline-block !important;
  padding: 0.375rem 0.75rem !important;
  margin: 0 0.25rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
/*  color: var(--color-white-font) !important;*/
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background: var(--bg-paginate-button-button) !important;
  border-color: var(--bg-datatable-a) !important;
  border-radius: 0.25rem !important;
}

.paginate_button.current {
  color: var(--color-white-font) !important;
}

@media screen and (max-width: 767px) {

  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: var(--datatable-bg-paginate);
  box-shadow: inset 0 0 3px var(--color-datatable-td-hover);
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_filter {
  display: flex;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: var(--color-datatable-a) !important
}


@media screen and (max-width: 767px) {

  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: .5em
  }
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent
}

.dataTables_wrapper {
  color: #00766e !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid var(--table-th-td-border);
  background-color: rgba(0, 0, 0, 0.05);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: var(--color-datatable-a) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  padding: 2px 10px !important;
  background: var(--bg-paginate-button-hover) !important;
  border-color: var(--bg-datatable-a) !important;
  border-radius: 3px !important;
  color: var(--button-color) !important;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em
}

.dataTables_paginate a:first-child .paginate_button,
.dataTables_paginate a:last-child .paginate_button {
  border-radius: 0.25rem;
}

.dataTables_paginate a {
  padding: 2px 10px !important;
  background: var(--bg-datatable-a);
  border-color: var(--bg-datatable-a);
  border-radius: 3px;
  color: var(--black-font-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: var(--bg-paginate-button-active);
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 10px !important;
}

.show-entry {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 20px !important;
}

.show-entry .dataTables_length label {
  white-space: nowrap;
  align-items: center;
}

.show-entry .dataTables_info {
  padding: 0 !important;
  font-size: 12px;
  font-weight: 400 !important;
}

.show-entry .dataTables_info {
  padding: 0;
}

// Processing

.dataTables_processing .ld_ind_wrp {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/v1/loader1.gif) no-repeat;
  background-size: 60px auto;
  background-position: center;
}

.dataTables_processing {
  -webkit-backdrop-filter: blur(0px) !important;
  backdrop-filter: blur(0px) !important;
}

.dataTables_processing {
  left: 50%;
  position: absolute;
  top: 50%;

  background: url('v1/loader1.gif"') no-repeat center;
}

.dataTables_processing {
  width: calc(100% - 30px) !important;
  left: 0 !important;
  top: 0px !important;
  height: 100% !important;
  margin: 0 0 0 15px !important;
  padding: 0 !important;
  background: url('v1/loader1.gif"') no-repeat center center rgba(0, 0, 0, .3);
  color: var(--color-white-font);
  background-size: 52px;
}


// Table Wrapper Css

.table-wrapper .header-search-bar input,
.table-wrapper .header-search-bar input::placeholder {
  color: rgba(42, 42, 47, 0.50) !important;
  font-style: normal;
  font-weight: 400;
}

.table-wrapper .header-search-bar input {
  border-radius: 6px;
  border: 1px solid var(--header-search-border-input);
  background-position: 10px center;
  padding: 7.2px 8px 7.2px 35px;
  width: 353px;
}

.table-wrapper {
  padding: 16px;
  background: var(--color-white-font);
  border: 1px solid var(--disable-button);
}

.table-wrapper .table-select {
  min-width: 72px;
  margin: 0 6px;
}

.receipt-line-items-section .table-wrapper {
  padding: 0;
  border: none;
}

.table-wrapper .header-search-bar input:focus {
  box-shadow: 0 0 0 1px inset var(--header-search-bar-input-color) !important;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, .7) !important; */
}

.table-wrapper .header-search-bar input,
.table-wrapper .header-search-bar input::placeholder {
  color: rgba(42, 42, 47, 0.50) !important;
  font-style: normal;
  font-weight: 400;
}

.table-wrapper .header-search-bar input,
.table-wrapper .header-search-bar input::-webkit-input-placeholder {
  color: rgba(42, 42, 47, 0.50) !important;
  font-style: normal;
  font-weight: 400;
}

.table-wrapper .header-search-bar input,
.table-wrapper .header-search-bar input::placeholder {
  color: rgba(42, 42, 47, 0.5) !important;
  font-style: normal;
  font-weight: 400;
}

.table-wrapper .header-search-bar input,
.table-wrapper .header-search-bar input::-webkit-input-placeholder {
  color: rgba(42, 42, 47, 0.5) !important;
  font-style: normal;
  font-weight: 400;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 5px !important;
  content: "\2191" !important;
  font-size: 19px !important;
  bottom: 45% !important;
}

.sorting:after,
.sorting:before {
  display: none !important;
}

.sorting_asc:after {
  display: none !important;
}

.sorting_asc:before {
  display: block !important;
}

.sorting_desc:after {
  display: block !important;
}

.sorting_desc:before {
  display: none !important;
}

.main-body-inner {
  .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: var(--color-white-font) !important;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: black !important;
  }
}

.header-search-bar {
  min-width: 400px;
  width: 100%;
  max-width: 469px;
  position: relative;
}


.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#patient-datatable_filter input {
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
@import 'datatable';
@import 'custom';

