/* color */
/* border */
/* width */
/* height */
/* browser Prefixes */
body {
  margin: 0;
  padding: 0;
  color: #212529;
}

html {
  height: 100%;
  margin: 0;
}

* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* font */
/* ageo */
.ageo-regular, .user-profile-table tr th, .common-form input, .invalid-feedback,
.error-feedback, body {
  font-family: "ageo-regular", sans-serif;
  font-weight: normal;
}

.ageo-medium, .user-profile-table tr td, .toaster-message-container h2, .content-wrapper.dashboard-page h2, .main-content .form-title, .login-form .card .card-body .form-text a, .login-form .card .card-body h2, .form-wrapper .form-group .btn, .form-wrapper .form-group .form-control,
.form-wrapper .form-group .form-select, .form-wrapper .form-group .form-label {
  font-family: "ageo-medium", sans-serif;
  font-weight: normal;
}

.ageo-semibold, .user-details-page .nav-tabs .nav-link, .manage-users .dropdown label, .login-form .card .card-body .form-text a, .login-form .card .card-body .form-group .form-label, .modal .modal-dialog .modal-header .modal-title, .btn-offwhite, .btn-olive {
  font-family: "ageo-semibold", sans-serif;
  font-weight: normal;
}

.ageo-bold, .profile-dropdown-wrapper .profile-dropdown, .login-form .card .card-body .form-group .btn-primary, .manage-clinical-trials-table th, .manage-pkb-export-table th, .manage-bio-marker-data-export-table th, .manage-data-export-table th, .manage-users-testkits-table th, .manage-testkits-table th, .manage-barcode-table th, .common-form label, .profile-circle, .btn {
  font-family: "ageo-bold", sans-serif;
  font-weight: normal;
}

/* ulm-grotesk-regular */
.ulm-grotesk-regular, .page-header h1 {
  font-family: "ulm-grotesk-regular", sans-serif;
}

/* gothic-a1-regular */
.gothic-a1 {
  font-family: "Gothic A1", sans-serif;
}

/* background color */
.primary-bg {
  background: #F48474;
}

.secondary-bg {
  background: #1B5A42;
}

/* text color */
.primary-text {
  color: #F48474;
}

.secondary-text {
  color: #1B5A42;
}

.height-100 {
  min-height: 100vh;
}

.custom-background {
  background: #F0F0F0 !important;
}

a.link-text {
  color: #F48474;
  text-decoration: none;
}
a.link-text:hover {
  text-decoration: underline;
}

.w-25 {
  width: 25% !important;
}

/* buttons */
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  border: none !important;
  font-size: 15px;
  min-height: 36px;
  padding: 0 10px;
  line-height: normal;
}
.btn i {
  margin: 0 5px 0 0;
}

a.btn {
  line-height: normal;
  padding: 11px 20px !important;
}

.btn-large {
  padding: 12px 24px;
  max-width: 488px;
  width: 100%;
}

/* btn-primary */
.btn-primary {
  background: #F48474 !important;
  color: #FFFFFF;
}
.btn-primary:hover {
  background: #B9B9B9 !important;
  color: #FFFFFF !important;
}
.btn-primary:focus {
  background: #F48474 !important;
  border-color: #F48474 !important;
  color: #FFFFFF !important;
}

/* btn-reject */
.btn-reject {
  background: #AD3B73 !important;
  border-color: #AD3B73 !important;
  color: #FFFFFF !important;
}
.btn-reject:hover {
  background: #B9B9B9 !important;
  border-color: #B9B9B9 !important;
  color: #FFFFFF !important;
}
.btn-reject:focus {
  background: #B9B9B9 !important;
  border-color: #B9B9B9 !important;
  color: #FFFFFF !important;
}

/* btn-olive */
.btn-olive {
  color: #555555;
  background: #BACABD;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: 100%;
  height: 97px;
  margin: 0 0 51px 0;
  padding: 0 0 0 100px;
  position: relative;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-olive .icon {
  background: #FFFFFF;
  width: 82px;
  height: 82px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  line-height: 77px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.btn-olive .icon img {
  width: 49px;
}
.btn-olive:hover {
  color: #555555 !important;
}

/* btn-offwhite */
.btn-offwhite {
  color: #555555;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: 100%;
  height: 97px;
  position: relative;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-offwhite .icon {
  background: #FFFFFF;
  width: 82px;
  height: 82px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  line-height: 77px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.btn-offwhite .icon img {
  width: 49px;
}
.btn-offwhite:hover {
  color: #555555 !important;
}

/* btn-profile */
.btn-profile {
  border: none;
  background-color: #555555;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.btn-profile:hover, .btn-profile:active, .btn-profile:focus {
  color: #FFFFFF;
}

.btn-dropdown {
  color: 0;
  background-color: #000000;
}

/* dropdown-toggle */
.dropdown-toggle::after {
  display: none !important;
}

/* profile-circle */
.profile-circle {
  background: #D9D9D9;
  color: #FFFFFF;
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  margin: 0 5px 0 0;
}

/* gray-btn */
.gray-btn {
  background: #F48474;
  border: 0;
}
.gray-btn:hover {
  background: #F48474;
  border: 0;
}

/* btn  */
.btn.btn-danger {
  background-color: #AD3B73;
  border-color: #AD3B73;
  color: #FFFFFF;
}
.btn.btn-danger:hover {
  background-color: #9C325D;
  border-color: #9C325D;
  color: #FFFFFF;
}

/* btn-notification */
.btn-notification {
  border: none;
  background: none;
  color: #FFFFFF;
  width: 42px;
  height: 42px;
  min-height: 42px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.btn-notification:hover img {
  filter: invert(76%) sepia(88%) saturate(1980%) hue-rotate(311deg) brightness(102%) contrast(101%);
}

.custom-button {
  margin: 0 !important;
  padding: 7px;
  bottom: auto !important;
}

.login-btn {
  width: 100%;
  max-width: 488px;
  margin: 0 !important;
}

/* responsive CSS */
@media (max-width: 767px) {
  .btn,
  .form-select,
  .form-control {
    min-height: 36px !important;
  }
  a.btn {
    padding: 11px 20px !important;
  }
}
.disable-btn {
  background: #DC3545;
  color: #FFFFFF;
  margin: 0 0 0 0;
}
.disable-btn:hover {
  background: #B9B9B9 !important;
  color: #FFFFFF !important;
}

.form-label {
  font-size: 20px;
}

.help-text {
  text-align: left !important;
}

.mandatory-field {
  color: #FF0000;
}

.form-control:focus {
  border-color: #F48474;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.form-select,
.form-control,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid #B9B9B9;
  height: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  font-size: 16px !important;
}

textarea.form-control {
  max-height: 350px;
  height: auto;
  overflow: auto;
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #F48474;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #B9B9B9;
  background-image: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}

.form-select:focus {
  border-color: #F48474;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* invalid-feedback */
.invalid-feedback,
.error-feedback {
  color: #FF0000 !important;
  text-align: left;
  font-size: 14px !important;
  margin: 4px 0 0 0 !important;
  display: flex;
  align-items: flex-start;
}
.invalid-feedback i,
.error-feedback i {
  margin: 0 5px 0 0;
}

/* common-form */
.common-form * {
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}
.common-form label {
  display: block;
  margin-top: 15px;
  font-size: 24px;
  color: #555555;
}
.common-form input {
  border: 1px solid #B9B9B9;
  display: block;
  height: 58px;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 0 15px;
  margin-top: 4px;
  font-size: 24px;
  font-weight: 300;
  color: #000000;
}

/* manage-form */
.manage-form .form-group {
  margin: 0 0 20px 0;
}

/* file field */
input[type=file] {
  height: auto;
}

/* form-wrapper */
.form-wrapper .form-group {
  margin: 0 0 15px 0;
}
.form-wrapper .form-group .form-label {
  font-size: 20px;
  color: #555555;
  margin: 0 0 5px 0;
  display: block;
}
.form-wrapper .form-group .form-control,
.form-wrapper .form-group .form-select {
  font-size: 20px;
  color: #555555;
  padding: 0 16px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.form-wrapper .form-group .form-control::placeholder,
.form-wrapper .form-group .form-select::placeholder {
  color: #CCCCCC;
}
.form-wrapper .form-group .password-field {
  padding-right: 65px;
}
.form-wrapper .form-group .btn {
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}
.form-wrapper .password-note {
  padding: 0 15px;
}
.form-wrapper .password-note ul {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.form-wrapper .password-note ul li {
  width: 50%;
  color: #B9B9B9;
  padding: 0 15px 0 0;
}

.profile-photo-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
}

/* Custom Modal */
.custom-modal .modal-dialog {
  max-width: 500px; /* You can adjust the width as needed */
  margin: 30px auto;
}

.custom-modal .modal-content {
  border-radius: 0.5rem; /* Same rounded corners as Bootstrap */
  background-color: #fff;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1); /* Bootstrap shadow effect */
}

.custom-modal .modal-header {
  background-color: #f7f7f7; /* Light gray header background */
  border-bottom: 1px solid #dee2e6; /* Same as Bootstrap's default border */
  padding: 1rem 1.5rem;
  font-size: 1.25rem; /* Same font size as Bootstrap */
  color: #495057;
}

.custom-modal .modal-body {
  padding: 1.5rem 1.5rem; /* Padding to match Bootstrap */
  font-size: 1rem;
  color: #495057;
}

.custom-modal .modal-footer {
  background-color: #f7f7f7;
  border-top: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: flex-end;
}

.custom-modal .btn {
  border-radius: 0.25rem; /* Same button border radius as Bootstrap */
  padding: 0.5rem 1rem; /* Padding to match Bootstrap's button style */
}

.custom-modal .btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.custom-modal .btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.custom-modal .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.custom-modal .btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

.custom-modal .btn-close {
  background: none;
  border: none;
  color: #495057;
  font-size: 1.25rem;
}

.custom-modal .btn-close:hover {
  color: #212529;
}

.custom-modal .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5); /* Slightly transparent dark background */
}

/* Optional: If you want to add a smooth fade effect when opening and closing the modal */
.custom-modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

.custom-modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* responsive CSS */
/* screen width below 991px */
@media (max-width: 991px) {
  .form-wrapper .password-note ul li {
    width: 100%;
  }
}
/* ageo-regular */
@font-face {
  font-family: "ageo-regular";
  src: url(../fonts/Ageo-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
/* ageo-medium */
@font-face {
  font-family: "ageo-medium";
  src: url(../fonts/Ageo-Medium.otf);
  font-weight: normal;
  font-style: normal;
}
/* ageo-semibold */
@font-face {
  font-family: "ageo-semibold";
  src: url(../fonts/Ageo-SemiBold.otf);
  font-weight: normal;
  font-style: normal;
}
/* ageo-bold" */
@font-face {
  font-family: "ageo-bold";
  src: url(../fonts/Ageo-Bold.otf);
  font-weight: normal;
  font-style: normal;
}
/* ulm-grotesk-regular*/
@font-face {
  font-family: "ulm-grotesk-regular";
  src: url(../fonts/UlmGrotesk-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* UlmGrotesk-ExtraBold */
@font-face {
  font-family: "ulm-grotesk-extra-bold";
  src: url(../fonts/UlmGrotesk-ExtraBold.ttf) format("woff2");
}
/* new font face generated on 12 Dec 2024 */
@font-face {
  font-family: "ulm-grotesk-regular";
  src: url("../fonts/ulm-grotesk/ulmgrotesk-webfont.eot");
  src: url("../fonts/ulm-grotesk/ulmgrotesk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ulm-grotesk/ulmgrotesk-webfont.woff2") format("woff2"), url("../fonts/ulm-grotesk/ulmgrotesk-webfont.woff") format("woff"), url("../fonts/ulm-grotesk/ulmgrotesk-webfont.ttf") format("truetype"), url("../fonts/ulmgrotesk-webfont.svg#ulm_groteskregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ulm-grotesk-extrabold";
  src: url("../fonts/ulm-grotesk/ulmgrotesk-extrabold-webfont.eot");
  src: url("../fonts/ulm-grotesk/ulmgrotesk-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ulm-grotesk/ulmgrotesk-extrabold-webfont.woff2") format("woff2"), url("../fonts/ulm-grotesk/ulmgrotesk-extrabold-webfont.woff") format("woff"), url("../fonts/ulm-grotesk/ulmgrotesk-extrabold-webfont.ttf") format("truetype"), url("../fonts/ulm-grotesk/ulmgrotesk-extrabold-webfont.svg#ulm_groteskextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.tablehead {
  text-align: center;
}

table.dataTable th {
  text-align: left !important;
}

.table td .dt-column-order {
  display: none;
}

.dataTable {
  width: 100% !important;
}

/* data table */
.table.dataTable th.dt-type-numeric {
  text-align: left !important;
}

/* admin-table-container */
.admin-table-container {
  overflow: auto;
  width: 100%;
  margin: 0;
}
.admin-table-container table {
  table-layout: auto;
  width: 100%;
}
.admin-table-container th {
  background: #F0F0F0;
  vertical-align: middle;
  font-family: "ageo-semibold", sans-serif;
  height: auto;
  font-size: 18px;
  color: #555555;
  padding: 5px !important;
  white-space: wrap;
  text-wrap: wrap;
}
.admin-table-container td {
  vertical-align: top;
  text-align: left;
  padding: 5px !important;
  text-wrap: wrap;
}

/* common class for the action column */
.admin-table-container .actions-col {
  min-width: 120px;
  max-width: 120px;
  width: 100%;
  text-align: center;
}
.admin-table-container .actions-col form {
  width: auto !important;
  display: inline-block;
}
.admin-table-container .actions-col .btn {
  border: none;
  padding: 0;
  margin: 0 5px;
  min-height: 10px;
}
.admin-table-container .actions-col .btn:hover {
  color: #F48474;
}
.admin-table-container .dt-layout-row .dt-length {
  display: none;
}
.admin-table-container .dt-layout-row .dt-search {
  display: none;
}
.admin-table-container input[type=text] {
  width: 100%;
  min-height: 35px;
  padding: 4px 10px;
  border: 1px solid #C6C6C6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  font-size: 16px;
}
.admin-table-container button[type=button] {
  padding: 0;
  margin: 0 15px;
}
.admin-table-container button[type=button]:hover {
  color: #F48474;
}
.admin-table-container thead tr:nth-of-type(2) th {
  padding-right: 10px !important;
}
.admin-table-container thead tr:nth-of-type(2) th .dt-column-order {
  display: none;
}
.admin-table-container tbody tr:nth-of-type(2) td {
  padding-right: 10px !important;
}
.admin-table-container tbody tr:nth-of-type(2) td .dt-column-order {
  display: none;
}
.admin-table-container tbody tr td p {
  margin: 0;
}
@media (width: 1024px) {
  .admin-table-container {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }
}

/* consultation-table */
.consultation-table th:nth-of-type(1) {
  min-width: 120px;
}
.consultation-table th:nth-of-type(2), .consultation-table th:nth-of-type(3) {
  min-width: 190px;
  max-width: 190px;
  width: 190px;
}
.consultation-table th:nth-of-type(4) {
  min-width: 290px;
}
.consultation-table th:nth-of-type(5) {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}
.consultation-table th:nth-of-type(6), .consultation-table th:nth-of-type(7), .consultation-table th:nth-of-type(8) {
  min-width: 275px;
  width: 275px;
}
.consultation-table td:nth-of-type(7) input[type=text] {
  display: none;
}
.consultation-table td:nth-of-type(7) .dt-column-order {
  display: none;
}
.consultation-table td:nth-of-type(6) input[type=text] {
  display: none;
}
.consultation-table td:nth-of-type(6) .dt-column-order {
  display: none;
}
.consultation-table td:nth-of-type(7) input[type=text] {
  display: none;
}
.consultation-table td:nth-of-type(7) .dt-column-order {
  display: none;
}
.consultation-table td:nth-of-type(4) input[type=text] {
  display: none;
}
.consultation-table td:nth-of-type(4) .dt-column-order {
  display: none;
}
.consultation-table td:nth-of-type(8) input[type=text] {
  display: none;
}
.consultation-table td:nth-of-type(8) .dt-column-order {
  display: none;
}

/* processing-table */
.processing-table th:nth-of-type(1) {
  min-width: 120px;
  max-width: 120px !important;
}
.processing-table th:nth-of-type(2) {
  min-width: 190px;
  max-width: 190px;
  width: 190px;
}
.processing-table th:nth-of-type(3), .processing-table th:nth-of-type(4) {
  min-width: 190px;
  max-width: 190px;
  width: 190px;
}
.processing-table th:nth-of-type(5), .processing-table th:nth-of-type(6) {
  min-width: 290px;
  width: 290px;
}
.processing-table td:nth-of-type(5) input[type=text] {
  display: none;
}
.processing-table td:nth-of-type(5) .dt-column-order {
  display: none;
}
.processing-table td:nth-of-type(6) input[type=text] {
  display: none;
}
.processing-table td:nth-of-type(6) .dt-column-order {
  display: none;
}

/* missing-assessment-table */
.missing-assessment-table th:nth-of-type(1) {
  min-width: 120px;
}
.missing-assessment-table th:nth-of-type(2) {
  min-width: 190px;
  max-width: 190px;
  width: 190px;
}
.missing-assessment-table th:nth-of-type(3), .missing-assessment-table th:nth-of-type(4) {
  min-width: 190px;
  max-width: 190px;
  width: 190px;
}
.missing-assessment-table th:nth-of-type(5) {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}
.missing-assessment-table th:nth-of-type(6), .missing-assessment-table th:nth-of-type(7) {
  min-width: 290px;
  width: 290px;
}
.missing-assessment-table th:nth-of-type(6) .dt-column-order::after, .missing-assessment-table th:nth-of-type(7) .dt-column-order::after {
  display: none !important;
}
.missing-assessment-table td:nth-of-type(7) input[type=text] {
  display: none;
}
.missing-assessment-table td:nth-of-type(7) .dt-column-order {
  display: none;
}
.missing-assessment-table td:nth-of-type(6) input[type=text] {
  display: none;
}
.missing-assessment-table td:nth-of-type(6) .dt-column-order {
  display: none;
}

/* assigned-table */
.assigned-table th:nth-of-type(1) {
  min-width: 120px;
}
.assigned-table th:nth-of-type(2) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.assigned-table th:nth-of-type(3), .assigned-table th:nth-of-type(4) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.assigned-table th:nth-of-type(5), .assigned-table th:nth-of-type(6) {
  min-width: 210px;
  width: 210px;
  max-width: 210px;
}
.assigned-table th:nth-of-type(7), .assigned-table th:nth-of-type(8) {
  min-width: 275px;
  width: 275px;
}
.assigned-table td:nth-of-type(7) input[type=text] {
  display: none;
}
.assigned-table td:nth-of-type(7) .dt-column-order {
  display: none;
}
.assigned-table td:nth-of-type(8) input[type=text] {
  display: none;
}
.assigned-table td:nth-of-type(8) .dt-column-order {
  display: none;
}

/* archived-table */
.archived-table th:nth-of-type(1) {
  min-width: 120px;
}
.archived-table th:nth-child(2), .archived-table th:nth-child(3), .archived-table th:nth-child(4) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.archived-table th:nth-of-type(5) {
  min-width: 275px;
  width: 275px;
  max-width: 275px;
}
.archived-table th:nth-of-type(6), .archived-table th:nth-of-type(7) {
  min-width: 275px;
  width: 275px;
  max-width: 275px;
}
.archived-table td:nth-of-type(6) input[type=text] {
  display: none;
}
.archived-table td:nth-of-type(6) .dt-column-order {
  display: none;
}

/* on-hold-table */
.on-hold-table th:nth-of-type(1) {
  min-width: 120px;
  max-width: 120px !important;
}
.on-hold-table th:nth-child(2), .on-hold-table th:nth-child(3), .on-hold-table th:nth-child(4) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.on-hold-table th:nth-of-type(5), .on-hold-table th:nth-of-type(6) {
  min-width: 210px;
  width: 210px;
  max-width: 210px;
}
.on-hold-table th:nth-of-type(7) {
  min-width: 275px;
  width: 275px;
  max-width: 275px;
}
.on-hold-table td:nth-of-type(7) input[type=text] {
  display: none;
}
.on-hold-table td:nth-of-type(7) .dt-column-order {
  display: none;
}

/* published-table */
.published-table th:nth-of-type(1) {
  min-width: 120px;
}
.published-table th:nth-of-type(2) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.published-table th:nth-of-type(3) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.published-table th:nth-of-type(4) {
  min-width: 300px;
  width: 300px;
  max-width: 300px;
}
.published-table th:nth-of-type(5) {
  min-width: 200px;
  width: 200px;
  max-width: 200px;
}
.published-table th:nth-of-type(6) {
  min-width: 275px;
  width: 275px;
  max-width: 275px;
}
.published-table th:nth-of-type(7) {
  min-width: 275px;
  width: 275px;
  max-width: 275px;
}
.published-table td:nth-of-type(6) input[type=text] {
  display: none;
}
.published-table td:nth-of-type(6) .dt-column-order {
  display: none;
}
.published-table td:nth-of-type(7) input[type=text] {
  display: none;
}
.published-table td:nth-of-type(7) .dt-column-order {
  display: none;
}

/* manage-phlebotomist-admin-table */
.manage-phlebotomist-admin-table th:nth-of-type(1) {
  min-width: 210px !important;
  width: 210px !important;
  max-width: 210px !important;
}
.manage-phlebotomist-admin-table th:nth-of-type(2) {
  min-width: 270px !important;
  width: 270px !important;
  max-width: 270px !important;
}
.manage-phlebotomist-admin-table th:nth-of-type(3) {
  min-width: 300px !important;
  width: 300px !important;
  max-width: 300px !important;
}
.manage-phlebotomist-admin-table th:nth-of-type(4) {
  min-width: 110px !important;
  width: 110px !important;
  max-width: 110px !important;
}
.manage-phlebotomist-admin-table th:nth-of-type(5) {
  min-width: 120px !important;
}
.manage-phlebotomist-admin-table td:nth-of-type(4) button[type=button] {
  margin: 0 10px;
}

/* quarantine-list-table */
.quarantine-list-table th:nth-of-type(1) {
  min-width: 190px !important;
  width: 190px !important;
  max-width: 190px !important;
}
.quarantine-list-table th:nth-of-type(2) {
  min-width: 140px !important;
  width: 140px !important;
  max-width: 140px !important;
}
.quarantine-list-table th:nth-of-type(3) {
  min-width: 110px !important;
  width: 110px !important;
  max-width: 110px !important;
}
.quarantine-list-table th:nth-of-type(4) {
  min-width: 290px !important;
  width: 290px !important;
  max-width: 290px !important;
}
.quarantine-list-table th:nth-of-type(5) {
  min-width: 230px !important;
  width: 230px !important;
  max-width: 230px !important;
}
.quarantine-list-table th:nth-of-type(6) {
  min-width: 290px !important;
  width: 290px !important;
  max-width: 290px !important;
}
.quarantine-list-table th:nth-of-type(7) {
  min-width: 290px !important;
  width: 290px !important;
  max-width: 290px !important;
}
.quarantine-list-table th:nth-of-type(8) {
  min-width: 290px !important;
  width: 290px !important;
  max-width: 290px !important;
}

/* user-list-table */
.user-list-table th:nth-of-type(1) {
  min-width: 250px !important;
  width: 350px !important;
  max-width: 350px !important;
}
.user-list-table th:nth-of-type(2) {
  min-width: 250px;
  width: auto;
}
.user-list-table th:nth-of-type(3) {
  min-width: 250px;
  width: auto;
}
.user-list-table th:nth-of-type(4) {
  min-width: 200px;
  width: auto;
}
.user-list-table th:nth-of-type(5) {
  min-width: 200px;
  width: auto;
}
.user-list-table th:nth-of-type(6) {
  min-width: 200px;
  width: auto;
}

/* ready-to-scan-list-table */
.ready-to-scan-list-table thead tr th:nth-of-type(1) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.ready-to-scan-list-table thead tr th:nth-of-type(2) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.ready-to-scan-list-table thead tr th:nth-of-type(3) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.ready-to-scan-list-table thead tr th:nth-of-type(4) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.ready-to-scan-list-table thead tr th:nth-of-type(5) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.ready-to-scan-list-table thead tr th:nth-of-type(6) {
  min-width: 270px;
  width: 270px;
  max-width: 270px;
}

/* manage-store-location-table  */
.manage-store-location-table th:nth-of-type(1) {
  min-width: 250px !important;
  width: 250px !important;
  max-width: 250px !important;
}
.manage-store-location-table th:nth-of-type(2) {
  min-width: 250px !important;
  width: 250px !important;
  max-width: 250px !important;
}
.manage-store-location-table th:nth-of-type(3) {
  min-width: 250px !important;
  width: 250px !important;
  max-width: 250px !important;
}
.manage-store-location-table th:nth-of-type(4) {
  min-width: 250px !important;
  width: 250px !important;
  max-width: 250px !important;
}

/* comment-events-table  */
.comment-events-table tr th:nth-child(1) {
  width: 5% !important;
  min-width: 300px !important;
  max-width: 300px !important;
}
.comment-events-table tr th:nth-child(2) {
  max-width: 275px;
  min-width: 275px;
}
.comment-events-table tr th:nth-child(3) {
  max-width: 275px;
  min-width: 275px;
}
.comment-events-table tr th:nth-child(4) {
  max-width: 250px;
  min-width: 250px;
}

/* comment-events-list-table */
.comment-events-list-table tr th:nth-child(1) {
  min-width: 200px !important;
}
.comment-events-list-table tr th:nth-child(2) {
  min-width: 280px !important;
}
.comment-events-list-table tr th:nth-child(3) {
  min-width: 280px !important;
}
.comment-events-list-table tr th:nth-child(4) {
  min-width: 280px !important;
}

/* email-list-table */
.email-list-table tr th:nth-child(1) {
  width: 5% !important;
  min-width: 400px !important;
}
.email-list-table tr th:nth-child(2) {
  width: 5% !important;
  min-width: 400px !important;
}
.email-list-table tr th:nth-child(3) {
  width: 5% !important;
  min-width: 400px !important;
}

/* emails-table  */
.emails-table tr th:nth-child(1) {
  width: 30%;
}
.emails-table tr th:nth-child(2) {
  width: 40%;
}
.emails-table tr th:nth-child(3) {
  width: 30%;
}

/* barcodes-list-table  */
.barcodes-list-table th {
  min-width: 200px;
}

/* manage-barcode-table */
.manage-barcode-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.manage-barcode-table thead tr:nth-of-type(2) td {
  padding-right: 10px !important;
}
.manage-barcode-table thead tr:nth-of-type(2) td .dt-column-order {
  display: none;
}
.manage-barcode-table th {
  background: #F0F0F0 !important;
  vertical-align: middle;
}
.manage-barcode-table th:nth-of-type(1) {
  min-width: 160px !important;
  width: 160px !important;
}
.manage-barcode-table th:nth-of-type(2) {
  min-width: 160px !important;
  width: 10%;
}
.manage-barcode-table th:nth-of-type(3) {
  min-width: 100px !important;
  width: 10%;
}
.manage-barcode-table th:nth-of-type(4) {
  min-width: 280px !important;
}
.manage-barcode-table th:nth-of-type(5) {
  min-width: 280px !important;
}
.manage-barcode-table th:nth-of-type(6) {
  min-width: 280px !important;
}
.manage-barcode-table td {
  vertical-align: middle;
}
.manage-barcode-table .action-col {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
.manage-barcode-table .action-col .btn {
  background: none;
  border: none;
}
.manage-barcode-table .action-col .btn:hover {
  color: #F48474;
}

/* manage-testkits-table */
.manage-testkits-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.manage-testkits-table thead tr:nth-of-type(2) td {
  padding-right: 10px !important;
}
.manage-testkits-table thead tr:nth-of-type(2) td .dt-column-order {
  display: none;
}
.manage-testkits-table th {
  background: #F0F0F0 !important;
  vertical-align: middle;
}
.manage-testkits-table th:nth-of-type(1) {
  min-width: 120px !important;
  width: 120px !important;
}
.manage-testkits-table th:nth-of-type(2) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-testkits-table th:nth-of-type(3) {
  max-width: 190px !important;
  min-width: 190px;
}
.manage-testkits-table th:nth-of-type(4) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-testkits-table th:nth-of-type(5) {
  max-width: 200px !important;
  min-width: 200px;
}
.manage-testkits-table th:nth-of-type(6) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-testkits-table th:nth-of-type(7) {
  max-width: 290px !important;
  min-width: 290px;
}
.manage-testkits-table th:nth-of-type(7) .dt-column-order {
  display: none;
}
.manage-testkits-table th:nth-of-type(8) {
  max-width: 200px !important;
  min-width: 200px;
}
.manage-testkits-table th:nth-of-type(9), .manage-testkits-table th:nth-of-type(10) {
  width: 10%;
  max-width: 190px !important;
  min-width: 190px;
}
.manage-testkits-table th:nth-of-type(11) {
  max-width: 290px !important;
  min-width: 290px;
}
.manage-testkits-table th:nth-of-type(11) .dt-column-order {
  display: none;
}
.manage-testkits-table th:nth-of-type(12) {
  max-width: 290px !important;
  min-width: 290px;
}
.manage-testkits-table th:nth-of-type(13) {
  max-width: 290px !important;
  min-width: 290px !important;
}
.manage-testkits-table th:nth-of-type(14) {
  max-width: 230px !important;
  min-width: 230px;
}
.manage-testkits-table th:nth-of-type(15) {
  max-width: 190px !important;
  min-width: 190px;
}
.manage-testkits-table th:nth-of-type(16) {
  max-width: 190px !important;
  min-width: 190px;
}
.manage-testkits-table td {
  vertical-align: middle;
}
.manage-testkits-table .action-col {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
.manage-testkits-table .action-col .btn {
  background: none;
  border: none;
}
.manage-testkits-table .action-col .btn:hover {
  color: #F48474;
}

.manage-users-testkits-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.manage-users-testkits-table thead tr:nth-of-type(2) td {
  padding-right: 10px !important;
}
.manage-users-testkits-table thead tr:nth-of-type(2) td .dt-column-order {
  display: none;
}
.manage-users-testkits-table th {
  background: #F0F0F0 !important;
  vertical-align: middle;
}
.manage-users-testkits-table th:nth-of-type(1) {
  min-width: 120px !important;
  width: 120px !important;
}
.manage-users-testkits-table th:nth-of-type(2) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-users-testkits-table th:nth-of-type(3) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-users-testkits-table th:nth-of-type(4) {
  max-width: 200px !important;
  min-width: 200px;
}
.manage-users-testkits-table th:nth-of-type(5) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-users-testkits-table th:nth-of-type(6) {
  max-width: 270px !important;
  min-width: 270px;
}
.manage-users-testkits-table th:nth-of-type(6) .dt-column-order {
  display: none;
}
.manage-users-testkits-table th:nth-of-type(7) {
  max-width: 200px !important;
  min-width: 200px;
}
.manage-users-testkits-table th:nth-of-type(8), .manage-users-testkits-table th:nth-of-type(9) {
  width: 10%;
  max-width: 190px !important;
  min-width: 190px;
}
.manage-users-testkits-table th:nth-of-type(10) {
  max-width: 130px !important;
  min-width: 130px;
}
.manage-users-testkits-table th:nth-of-type(10) .dt-column-order {
  display: none;
}
.manage-users-testkits-table th:nth-of-type(11) {
  max-width: 130px !important;
  min-width: 130px;
}
.manage-users-testkits-table th:nth-of-type(12) {
  max-width: 150px !important;
  min-width: 150px;
}
.manage-users-testkits-table td {
  vertical-align: middle;
}
.manage-users-testkits-table .action-col {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
.manage-users-testkits-table .action-col .btn {
  background: none;
  border: none;
}
.manage-users-testkits-table .action-col .btn:hover {
  color: #F48474;
}

/* secondary-test-kit-result-table and test-kit-result-table */
.secondary-test-kit-result-table th:nth-child(1),
.test-kit-result-table th:nth-child(1) {
  width: 10%;
  min-width: 150px !important;
}
.secondary-test-kit-result-table th:nth-child(2),
.test-kit-result-table th:nth-child(2) {
  width: 10%;
  min-width: 100px !important;
}
.secondary-test-kit-result-table th:nth-child(3),
.test-kit-result-table th:nth-child(3) {
  width: 5%;
  min-width: 200px !important;
  max-width: 200px;
}
.secondary-test-kit-result-table th:nth-child(4),
.test-kit-result-table th:nth-child(4) {
  width: 10%;
  min-width: 400px !important;
}
.secondary-test-kit-result-table th:nth-child(5),
.test-kit-result-table th:nth-child(5) {
  width: 10%;
  min-width: 100px !important;
}

/* comment-table */
.comment-table th:nth-of-type(2) {
  min-width: 250px;
  max-width: 250px;
}
.comment-table th:nth-of-type(3) {
  width: 10%;
  min-width: 250px;
  max-width: 250px;
}

/* manage-location-table */
.manage-location-table th:nth-of-type(1) {
  min-width: 150px;
  width: 150px;
  max-width: 150px;
}
.manage-location-table th:nth-of-type(2) {
  min-width: 275px;
  width: 275px;
  max-width: 275px;
}
.manage-location-table th:nth-of-type(3) {
  min-width: 275px;
  width: 275px;
  max-width: 275px;
}
.manage-location-table th:nth-of-type(4) {
  min-width: 275px;
  width: 275px;
  max-width: 275px;
}
.manage-location-table th:nth-of-type(5) {
  min-width: 275px;
  width: 275px;
  max-width: 275px;
}
.manage-location-table th:nth-of-type(6) {
  min-width: 200px;
  width: 200px;
  max-width: 200px;
}
.manage-location-table th:nth-of-type(7) {
  min-width: 275px;
  width: 275px;
  max-width: 275px;
}
.manage-location-table th:nth-of-type(8) {
  min-width: 200px;
  width: 200px;
  max-width: 200px;
}
.manage-location-table th:nth-of-type(9) {
  min-width: 110px;
  width: 110px;
  max-width: 110px;
}
.manage-location-table td:nth-of-type(9) button[type=button] {
  margin: 0 10px;
}

/* manage-phlebotomist-table */
.manage-phlebotomist-table th:nth-of-type(1) {
  min-width: 100px;
  text-align: center !important;
}
.manage-phlebotomist-table th:nth-of-type(2) {
  min-width: 100px;
}
.manage-phlebotomist-table th:nth-of-type(3) {
  min-width: 150px;
}
.manage-phlebotomist-table th:nth-of-type(4) {
  min-width: 150px;
}

/* manage-dna-report-table */
.manage-dna-report-table tr th:nth-child(1) {
  min-width: 160px !important;
}
.manage-dna-report-table tr th:nth-child(2) {
  min-width: 160px !important;
}
.manage-dna-report-table tr th:nth-child(3) {
  min-width: 160px !important;
}
.manage-dna-report-table tr th:nth-child(4) {
  min-width: 160px !important;
}
.manage-dna-report-table tr th:nth-child(5) {
  min-width: 160px !important;
}
.manage-dna-report-table tr th:nth-child(6) {
  min-width: 270px !important;
}

/* incomplet-reports */
.incomplete-reports-table tr th:nth-child(1) {
  min-width: 160px !important;
}
.incomplete-reports-table tr th:nth-child(2) {
  min-width: 160px !important;
}
.incomplete-reports-table tr th:nth-child(3) {
  min-width: 200px !important;
}
.incomplete-reports-table tr th:nth-child(4) {
  min-width: 200px !important;
}
.incomplete-reports-table tr th:nth-child(5) {
  min-width: 200px !important;
}
.incomplete-reports-table tr th:nth-child(6) {
  min-width: 250px !important;
}

/* manage-admin-table */
.manage-admin-table tr th:nth-child(1) {
  min-width: 200px;
}
.manage-admin-table tr th:nth-child(2) {
  min-width: 200px;
}
.manage-admin-table tr th:nth-child(3) {
  min-width: 200px;
}
.manage-admin-table tr th:nth-child(4) {
  min-width: 200px;
}
.manage-admin-table tr th:nth-child(5) {
  min-width: 200px;
}
.manage-admin-table tr th:nth-child(6) {
  min-width: 200px;
}
.manage-admin-table tr th:nth-child(7) {
  min-width: 200px;
}
.manage-admin-table tr th:nth-child(8) {
  min-width: 200px;
}

/* manage-emails-table */
.manage-emails-table tr th:nth-child(1) {
  min-width: 200px;
}
.manage-emails-table tr th:nth-child(2) {
  min-width: 270px;
}
.manage-emails-table tr th:nth-child(3) {
  min-width: 200px;
}
.manage-emails-table tr th:nth-child(4) {
  min-width: 200px;
}

/* manage-sftp-files-table */
.manage-sftp-files-table tr th:nth-child(1) {
  min-width: 160px !important;
}
.manage-sftp-files-table tr th:nth-child(2) {
  min-width: 280px !important;
}
.manage-sftp-files-table tr th:nth-child(3) {
  min-width: 280px !important;
}
.manage-sftp-files-table tr th:nth-child(4) {
  min-width: 200px !important;
}
.manage-sftp-files-table tr th:nth-child(5) {
  min-width: 250px !important;
}
.manage-sftp-files-table tr th:nth-child(6) {
  min-width: 350px !important;
}
.manage-sftp-files-table tr th:nth-child(7) {
  min-width: 350px !important;
}

/* test-result-table */
.summary-tab-accordion h6 {
  margin: 0;
}
.summary-tab-accordion .accordion-body h5 {
  background: #DEE2E6;
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 15px 0;
  text-align: center;
}
.summary-tab-accordion .accordion-body .test-result-table th:nth-child(1) {
  min-width: 300px;
  width: 35%;
}
.summary-tab-accordion .accordion-body .test-result-table th:nth-child(2) {
  min-width: 150px;
  width: 20%;
}
.summary-tab-accordion .accordion-body .test-result-table th:nth-child(3) {
  min-width: 150px;
  width: 20%;
}
.summary-tab-accordion .accordion-body .test-result-table th:nth-child(4) {
  min-width: 250px;
  width: 25%;
}

#consultation-summary-table th .dt-column-order {
  display: none;
}

.manage-ready-to-scan-table tr th:nth-child(1) {
  min-width: 200px;
}
.manage-ready-to-scan-table tr th:nth-child(2) {
  min-width: 200px;
}
.manage-ready-to-scan-table tr th:nth-child(3) {
  min-width: 200px;
}
.manage-ready-to-scan-table tr th:nth-child(4) {
  min-width: 200px;
}
.manage-ready-to-scan-table tr th:nth-child(5) {
  min-width: 200px;
}
.manage-ready-to-scan-table tr th:nth-child(6) {
  min-width: 200px;
}
.manage-ready-to-scan-table tr th:nth-child(7) {
  min-width: 200px;
}
.manage-ready-to-scan-table tr th:nth-child(8) {
  min-width: 270px;
}

.manage-data-export-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.manage-data-export-table thead tr:nth-of-type(2) td {
  padding-right: 10px !important;
}
.manage-data-export-table thead tr:nth-of-type(2) td .dt-column-order {
  display: none;
}
.manage-data-export-table th {
  background: #F0F0F0 !important;
  vertical-align: middle;
}
.manage-data-export-table th:nth-of-type(1) {
  min-width: 120px !important;
  width: 120px !important;
}
.manage-data-export-table th:nth-of-type(2) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-data-export-table th:nth-of-type(3) {
  min-width: 195px;
  width: 195px;
  max-width: 195px;
}
.manage-data-export-table th:nth-of-type(4) {
  max-width: 120px !important;
  min-width: 120px;
}
.manage-data-export-table th:nth-of-type(5) {
  min-width: 130px;
  width: 130px;
  max-width: 130px;
}
.manage-data-export-table th:nth-of-type(6) {
  max-width: 130px !important;
  min-width: 130px;
}
.manage-data-export-table th:nth-of-type(6) .dt-column-order {
  display: none;
}
.manage-data-export-table th:nth-of-type(7) {
  max-width: 130px !important;
  min-width: 130px;
}
.manage-data-export-table th:nth-of-type(8), .manage-data-export-table th:nth-of-type(9) {
  width: 10%;
  max-width: 130px !important;
  min-width: 130px;
}
.manage-data-export-table th:nth-of-type(10) {
  max-width: 130px !important;
  min-width: 130px;
}
.manage-data-export-table th:nth-of-type(10) .dt-column-order {
  display: none;
}

.manage-bio-marker-data-export-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.manage-bio-marker-data-export-table thead tr:nth-of-type(2) td {
  padding-right: 10px !important;
}
.manage-bio-marker-data-export-table thead tr:nth-of-type(2) td .dt-column-order {
  display: none;
}
.manage-bio-marker-data-export-table th {
  background: #F0F0F0 !important;
  vertical-align: middle;
}
.manage-bio-marker-data-export-table th:nth-of-type(1) {
  min-width: 120px !important;
  width: 120px !important;
}
.manage-bio-marker-data-export-table th:nth-of-type(2) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-bio-marker-data-export-table th:nth-of-type(3) {
  min-width: 290px;
  width: 290px;
  max-width: 290px;
}
.manage-bio-marker-data-export-table th:nth-of-type(4) {
  max-width: 290px !important;
  min-width: 290px;
}
.manage-bio-marker-data-export-table th:nth-of-type(5) {
  min-width: 150px;
  width: 150px;
  max-width: 150px;
}
.manage-bio-marker-data-export-table th:nth-of-type(6) {
  max-width: 190px !important;
  min-width: 190px;
}
.manage-bio-marker-data-export-table th:nth-of-type(6) .dt-column-order {
  display: none;
}
.manage-bio-marker-data-export-table th:nth-of-type(7) {
  max-width: 130px !important;
  min-width: 130px;
}
.manage-bio-marker-data-export-table th:nth-of-type(8), .manage-bio-marker-data-export-table th:nth-of-type(9) {
  width: 10%;
  max-width: 160px !important;
  min-width: 160px;
}
.manage-bio-marker-data-export-table th:nth-of-type(10) {
  max-width: 210px !important;
  min-width: 210px;
}
.manage-bio-marker-data-export-table th:nth-of-type(10) .dt-column-order {
  display: none;
}

.manage-pkb-export-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.manage-pkb-export-table thead tr:nth-of-type(2) td {
  padding-right: 10px !important;
}
.manage-pkb-export-table thead tr:nth-of-type(2) td .dt-column-order {
  display: none;
}
.manage-pkb-export-table th {
  background: #F0F0F0 !important;
  vertical-align: middle;
}
.manage-pkb-export-table th:nth-of-type(1) {
  min-width: 100px !important;
  width: 100px !important;
}
.manage-pkb-export-table th:nth-of-type(2) {
  min-width: 170px;
  width: 170px;
  max-width: 170px;
}
.manage-pkb-export-table th:nth-of-type(3) {
  min-width: 290px;
  width: 290px;
  max-width: 290px;
}
.manage-pkb-export-table th:nth-of-type(4) {
  max-width: 290px;
  width: 290px;
  min-width: 290px;
}
.manage-pkb-export-table th:nth-of-type(5) {
  min-width: 290px;
  width: 290px;
  max-width: 290px;
}
.manage-pkb-export-table th:nth-of-type(6) {
  max-width: 150px !important;
  min-width: 150px;
}
.manage-pkb-export-table td {
  vertical-align: middle;
}
.manage-pkb-export-table .action-col {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
.manage-pkb-export-table .action-col .btn {
  background: none;
  border: none;
}
.manage-pkb-export-table .action-col .btn:hover {
  color: #F48474;
}

.manage-review-report-export-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.manage-review-report-export-table thead tr:nth-of-type(2) td {
  padding-right: 10px !important;
}

.manage-review-report-export-table thead tr:nth-of-type(2) td .dt-column-order {
  display: none;
}

.manage-review-report-export-table th {
  background: #F0F0F0 !important;
  vertical-align: middle;
}

.manage-review-report-export-table th:nth-of-type(1) {
  min-width: 120px !important;
  width: 120px !important;
}

.manage-review-report-export-table th:nth-of-type(2) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}

.manage-review-report-export-table th:nth-of-type(3) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}

.manage-review-report-export-table th:nth-of-type(4) {
  max-width: 190px;
  width: 190px;
  min-width: 190px;
}

.manage-review-report-export-table th:nth-of-type(5) {
  min-width: 250px;
  width: 250px;
  max-width: 250px;
}

.manage-review-report-export-table th:nth-of-type(6) {
  max-width: 290px !important;
  min-width: 290px;
}

.manage-review-report-export-table td {
  vertical-align: middle;
}

.manage-boots-export-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.manage-boots-export-table thead tr:nth-of-type(2) td {
  padding-right: 10px !important;
}

.manage-boots-export-table thead tr:nth-of-type(2) td .dt-column-order {
  display: none;
}

.manage-boots-export-table th {
  background: #F0F0F0 !important;
  vertical-align: middle;
}

.manage-boots-export-table th:nth-of-type(1) {
  min-width: 120px !important;
  width: 120px !important;
}

.manage-boots-export-table th:nth-of-type(2) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}

.manage-boots-export-table th:nth-of-type(3) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}

.manage-boots-export-table th:nth-of-type(4) {
  max-width: 190px;
  width: 190px;
  min-width: 190px;
}

.manage-boots-export-table th:nth-of-type(5) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}

.manage-boots-export-table th:nth-of-type(6) {
  max-width: 120px !important;
  min-width: 120px;
}

.manage-boots-export-table th:nth-of-type(7) {
  max-width: 290px !important;
  min-width: 290px;
}

.manage-boots-export-table th:nth-of-type(8) {
  max-width: 130px !important;
  min-width: 130px;
}

.manage-boots-export-table td {
  vertical-align: middle;
}

.manage-boots-export-table .action-col {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}

.manage-boots-export-table .action-col .btn {
  background: none;
  border: none;
}

.manage-boots-export-table .action-col .btn:hover {
  color: #F48474;
}

.user-profile-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.profile-photo-container {
  position: absolute;
  top: 0;
  right: 40px;
}
.profile-photo-container .profile-photo-img {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.manage-clinical-trials-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.manage-clinical-trials-table thead tr:nth-of-type(2) td {
  padding-right: 10px !important;
}
.manage-clinical-trials-table thead tr:nth-of-type(2) td .dt-column-order {
  display: none;
}
.manage-clinical-trials-table th {
  background: #F0F0F0 !important;
  vertical-align: middle;
}
.manage-clinical-trials-table th:nth-of-type(1) {
  min-width: 120px !important;
  width: 120px !important;
}
.manage-clinical-trials-table th:nth-of-type(2) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-clinical-trials-table th:nth-of-type(3) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-clinical-trials-table th:nth-of-type(4) {
  max-width: 190px !important;
  min-width: 190px;
}
.manage-clinical-trials-table th:nth-of-type(5) {
  max-width: 190px !important;
  min-width: 190px;
}
.manage-clinical-trials-table th:nth-of-type(6) {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
}
.manage-clinical-trials-table th:nth-of-type(7) {
  max-width: 190px !important;
  min-width: 190px;
}
.manage-clinical-trials-table th:nth-of-type(8) {
  max-width: 290px !important;
  min-width: 290px;
}
.manage-clinical-trials-table th:nth-of-type(9), .manage-clinical-trials-table th:nth-of-type(10) {
  width: 10%;
  max-width: 190px !important;
  min-width: 190px;
}
.manage-clinical-trials-table th:nth-of-type(11) {
  max-width: 190px !important;
  min-width: 190px;
}
.manage-clinical-trials-table th:nth-of-type(12) {
  max-width: 290px !important;
  min-width: 290px;
}
.manage-clinical-trials-table th:nth-of-type(13) {
  max-width: 290px !important;
  min-width: 290px !important;
}
.manage-clinical-trials-table th:nth-of-type(14) {
  max-width: 290px !important;
  min-width: 290px;
}
.manage-clinical-trials-table th:nth-of-type(15) {
  max-width: 230px !important;
  min-width: 230px;
}
.manage-clinical-trials-table th:nth-of-type(16) {
  max-width: 190px !important;
  min-width: 190px;
}
.manage-clinical-trials-table td {
  vertical-align: middle;
}
.manage-clinical-trials-table .action-col {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
.manage-clinical-trials-table .action-col .btn {
  background: none;
  border: none;
}
.manage-clinical-trials-table .action-col .btn:hover {
  color: #F48474;
}

.dna-primary-result-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.dna-primary-result-table th:nth-of-type(1) {
  min-width: 200px !important;
  width: 200px !important;
}
.dna-primary-result-table th:nth-of-type(2) {
  min-width: 200px;
  width: 200px;
  max-width: 200px;
}
.dna-primary-result-table th:nth-of-type(3) {
  min-width: 200px;
  width: 200px;
  max-width: 200px;
}
.dna-primary-result-table th:nth-of-type(4) {
  max-width: 290px !important;
  min-width: 290px;
}
.dna-primary-result-table th:nth-of-type(5) {
  min-width: 200px;
  width: 200px;
  max-width: 200px;
}

/* responsive CSS */
.modal {
  /* logout-modal */
}
.modal.logout-modal .modal-dialog {
  max-width: 500px !important;
  width: 95%;
}
.modal {
  /* add-location-modal */
}
.modal.add-location-modal .modal-dialog {
  max-width: 800px !important;
  width: 95%;
}
.modal {
  /* delete-location-modal */
}
.modal.delete-location-modal .modal-dialog {
  max-width: 500px !important;
  width: 95%;
}
.modal.delete-location-modal .modal-dialog .modal-footer form {
  width: 47% !important;
  margin: 0 5px !important;
}
.modal.delete-location-modal .modal-dialog .modal-footer form .btn {
  width: 100% !important;
  margin: 0 !important;
}
.modal {
  /* edit-location-modal */
}
.modal.edit-location-modal .modal-dialog {
  max-width: 800px !important;
  width: 95%;
}
.modal.edit-location-modal textarea {
  height: 100px;
  resize: none;
}
.modal {
  /* phlebotomist */
}
.modal.edit-phlebotomist-modal .modal-dialog {
  max-width: 800px !important;
  width: 95%;
}
.modal {
  /* confirm-delete-modal */
}
.modal.confirm-delete-modal .modal-dialog {
  max-width: 500px !important;
  width: 95%;
}
.modal.confirm-delete-modal .modal-dialog .modal-footer form {
  width: 47% !important;
  margin: 0 5px !important;
}
.modal.confirm-delete-modal .modal-dialog .modal-footer form .btn {
  width: 100% !important;
  margin: 0 !important;
}
.modal {
  /* add-phlebotomist-modal */
}
.modal.add-phlebotomist-modal .modal-dialog {
  max-width: 800px !important;
  width: 95%;
}
.modal {
  /* delete-phlebotomist-modal */
}
.modal.delete-phlebotomist-modal .modal-dialog {
  max-width: 500px !important;
  width: 95%;
}
.modal {
  /* disable-preview-request-modal */
}
.modal.disable-preview-request-modal .modal-dialog {
  max-width: 700px !important;
  width: 95%;
}
.modal.disable-preview-request-modal .modal-dialog .modal-footer {
  margin: 0 -5px;
}
.modal.disable-preview-request-modal .modal-dialog .modal-footer form {
  width: 100% !important;
  display: flex;
}
.modal.disable-preview-request-modal .modal-dialog .modal-footer form .btn {
  width: 47% !important;
  margin: 0 5px !important;
}
.modal {
  /* deletion-request-modal */
}
.modal.deletion-request-modal .modal-dialog {
  max-width: 700px !important;
  width: 95%;
}
.modal.deletion-request-modal .modal-dialog .modal-footer {
  padding: 10px 0 0 0;
  margin: 0 -7px;
}
.modal {
  /* add-location-modal */
}
.modal.add-location-modal .modal-dialog .modal-footer {
  padding: 10px 0 0 0;
  margin: 0 -7px;
}
.modal {
  /* csv-location-modal */
}
.modal.csv-upload-modal .modal-dialog .modal-footer {
  padding: 10px 0 0 0;
  margin: 0 -7px;
}
.modal {
  /* add-phlebotomist-modal */
}
.modal.add-phlebotomist-modal .modal-dialog .modal-footer {
  padding: 10px 0 0 0;
  margin: 0 -7px;
}
.modal {
  /* edit-phlebotomist-modal */
}
.modal.edit-phlebotomist-modal .modal-dialog .modal-footer {
  padding: 10px 0 0 0;
  margin: 0 -7px;
}
.modal {
  /*  edit-location-modal */
}
.modal.edit-location-modal .modal-dialog .modal-footer {
  padding: 10px 0 0 0;
  margin: 0 -7px;
}
.modal {
  /* add-note-modal */
}
.modal.add-note-modal .modal-dialog {
  max-width: 700px !important;
  width: 95%;
}
.modal.add-note-modal .modal-dialog .modal-footer {
  padding: 10px 0 0 0;
  margin: 0 -7px;
}
.modal {
  /* add-note-modal */
}
.modal.edit-user-modal .modal-dialog {
  max-width: 800px !important;
  width: 95%;
  margin: 0 auto;
}
.modal.edit-user-modal .modal-dialog .modal-footer {
  padding: 10px 0 0 0;
  margin: 0 -7px;
}
.modal {
  /* csv-upload-modal  */
}
.modal.csv-upload-modal .modal-dialog {
  max-width: 700px !important;
  width: 95%;
}
.modal {
  /* confirm-logout-modal */
}
.modal.confirm-logout-modal .modal-dialog {
  max-width: 500px !important;
  width: 95%;
}
.modal.confirm-logout-modal .modal-dialog .modal-footer {
  padding: 0 20px 20px 20px;
}
.modal.confirm-logout-modal .modal-dialog .modal-footer .btn {
  min-width: 47.5%;
}
.modal.result-upload-progress-modal .modal-dialog {
  max-width: 800px !important;
  width: 95%;
}
.modal.result-upload-progress-modal .modal-dialog .modal-content .modal-body .result-upload-progress {
  min-height: 30px;
  max-height: 30px !important;
  height: 30px;
  transition: width 0.25s ease 0s;
  padding: 0;
}
.modal.result-upload-progress-modal .modal-dialog .modal-content .modal-body .result-upload-progress #progress-bar {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
.modal {
  /* modal-dialog */
}
.modal .modal-dialog .modal-header {
  border: none;
  padding: 20px 20px 5px 20px;
}
.modal .modal-dialog .modal-header .modal-title {
  font-size: 25px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-header .modal-title {
    font-size: 20px;
  }
}
.modal .modal-dialog .modal-header .btn-close {
  width: 35px;
  background-size: 22px;
  position: absolute;
  right: 18px;
  top: 25px;
}
.modal .modal-dialog .modal-body {
  padding: 0 20px 20px 20px;
}
.modal .modal-dialog .modal-body form {
  width: 100% !important;
}
.modal .modal-dialog .modal-body form .form-group {
  margin: 0 0 10px 0;
}
.modal .modal-dialog .modal-body form .form-group label {
  text-align: left;
  display: block;
  font-size: 16px;
  margin: 0;
}
.modal .modal-dialog .modal-body form .form-group label .mandatory-field {
  color: #FF0000;
}
.modal .modal-dialog .modal-body p {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.modal .modal-dialog .modal-footer {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 20px 20px;
  gap: 10px;
}
.modal .modal-dialog .modal-footer form {
  width: auto !important;
}
.modal .modal-dialog .modal-footer > * {
  margin: 0 !important;
}
.modal .modal-dialog .modal-footer .btn {
  font-size: 18px;
  min-height: 40px;
  padding: 11px 20px;
  min-width: 48%;
  line-height: normal;
}
.modal .modal-dialog .modal-footer .btn .btn-reject {
  background: #AD3B73;
}
.modal {
  /* enable-mfa-modal */
}
.modal .enable-mfa-modal {
  max-width: 500px !important;
  width: 95%;
}
.modal .enable-mfa-modal .modal-footer form {
  width: 47% !important;
  margin: 0 5px !important;
}
@media (max-width: 400px) {
  .modal .enable-mfa-modal .modal-footer form {
    width: auto !important;
    margin: 0 !important;
  }
}
.modal .enable-mfa-modal .modal-footer form .btn {
  width: 100% !important;
  margin: 0 !important;
}

/* responsive CSS */
@media (max-width: 767px) {
  .modal .modal-dialog .modal-footer .btn {
    min-width: 46%;
    min-height: 48px;
    max-height: 48px;
    padding: 5px 10px !important;
  }
  .modal .modal-dialog .modal-body p {
    font-size: 16px;
  }
  .modal.modal.confirm-logout-modal .modal-dialog .modal-footer .btn {
    min-width: 46%;
    line-height: 27px;
  }
}
@media (max-width: 499px) {
  .modal.enable-mfa-modal .modal-footer .btn {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .modal.enable-mfa-modal .modal-footer .btn .mb-0 {
    margin-bottom: 0 !important;
  }
  .modal.enable-mfa-modal .modal-footer form {
    width: 100% !important;
  }
}
#confirm_deletion_form .form-label {
  font-size: 16px;
  margin: 0;
}

#upload-csv-form .form-label {
  font-size: 16px;
  margin: 0;
}

#add_blood_form .form-control.is-invalid {
  padding-right: 10px;
}

#add_wellness_form .form-control.is-invalid {
  padding-right: 10px;
}

#uploaddnaResultCSV #missing-snps-details {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 10px;
}

/* login-form */
.login-form {
  background-image: url("../images/scientific-pattern.png");
  background-size: cover;
  background-color: #F2F4F1;
}
.login-form form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0;
}
.login-form .card {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 95px 130px;
  max-width: 743px;
  width: 100%;
  margin: 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}
.login-form .card .logo {
  max-width: 234px;
  width: 100%;
  height: auto;
  display: inherit;
  margin: 0 auto 50px auto !important;
}
.login-form .card .card-body {
  padding: 0;
}
.login-form .card .card-body h2 {
  font-size: 36px;
  color: #0A4237;
  margin: 0 auto 20px auto;
  text-align: center;
  font-weight: normal;
}
.login-form .card .card-body p {
  font-size: 24px;
  color: #555555;
  margin: 0 0 45px 0;
  padding: 0;
}
.login-form .card .card-body p.text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.login-form .card .card-body p a {
  color: #555555;
}
.login-form .card .card-body p a:hover {
  text-decoration: none;
  color: #F48474;
}
.login-form .card .card-body .form-text {
  margin: 5px 0 0 0;
  text-align: right;
  display: block;
  font-size: 18px;
}
.login-form .card .card-body .form-text a {
  text-decoration: underline;
  color: #555555;
}
.login-form .card .card-body .form-text a:hover {
  text-decoration: none;
}
.login-form .card .card-body .form-group {
  position: relative;
}
.login-form .card .card-body .form-group .form-label {
  font-size: 16px;
}
.login-form .card .card-body .form-group .btn-primary {
  width: 100%;
  margin: 15px 0 0 0;
  font-size: 20px;
}
.login-form .card .card-body .form-group .eye-icon {
  position: absolute;
  top: 36px !important;
  cursor: pointer;
  color: #555555;
  font-family: "Font Awesome 6 Free", sans-serif !important;
  font-size: 20px;
}
.login-form .card .card-body .form-group .eye-icon.fa-eye {
  right: 14px;
}
.login-form .card .card-body .form-group .eye-icon.fa-eye-slash {
  right: 13px;
}
.login-form .card .card-body {
  /* form-text */
}
.login-form .card .card-body .form-text {
  text-align: right;
  font-size: 18px;
}
.login-form .card .card-body .form-text p {
  font-size: 18px;
  margin: 0;
}
.login-form .card .card-body .form-text a {
  color: #555555;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.login-form .card .card-body .form-text a:hover {
  text-decoration: none;
}

/* change-password-form */
.change-password-form .form-group {
  position: relative;
}
.change-password-form .form-group .eye-icon {
  position: absolute;
  right: 13px;
  top: 47px !important;
  cursor: pointer;
  color: #555555;
  font-family: "Font Awesome 6 Free", sans-serif !important;
  font-size: 31px;
}
.change-password-form .form-group .eye-icon.fa-eye-slash {
  right: 14px !important;
}
.change-password-form .form-group .eye-icon.fa-eye {
  right: 12px;
}
.change-password-form {
  /* password-requirements */
}
.change-password-form .password-requirements {
  display: flex;
  align-items: center;
  max-width: 435px;
  width: 100%;
  height: 100%;
}
.change-password-form .password-requirements ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.change-password-form .password-requirements ul li {
  position: relative;
  list-style: none;
  padding: 0 6px 0 15px;
  min-width: 210px;
  font-size: 16px;
  color: #B9B9B9;
}
.change-password-form .password-requirements ul li::before {
  background: #B9B9B9;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.change-password-form .password-requirements ul li.password-error {
  color: #F48474;
}
.change-password-form .password-requirements ul li.password-error::before {
  background: #F48474;
}

/* responsive CSS */
/* screen width below 767px */
@media (max-width: 767px) {
  .login-form .card {
    padding: 15px;
  }
  .login-form .card .logo {
    max-width: 130px;
  }
  .login-form .card .card-body h2 {
    font-size: 25px;
  }
  .login-form .card .card-body p {
    font-size: 18px;
  }
  .login-form .card .card-body .form-group .eye-icon {
    top: 38px !important;
  }
  .change-password-form {
    margin: 0 auto;
  }
  .change-password-form .password-requirements {
    padding: 0 0 20px 0;
    max-width: 100%;
  }
  .change-password-form .password-requirements ul li {
    min-width: 220px;
  }
  .change-password-form .form-group .eye-icon {
    top: 44px !important;
  }
  .change-password-form .btn {
    height: 42px !important;
    line-height: normal !important;
    font-size: 18px;
    padding: 5px 10px !important;
  }
}
.logo {
  height: 50px;
}

/* dropdown-menu */
.dropdown-menu .dropdown-item:hover {
  background: none;
  color: #F48474;
}

/* navbar-toggler */
.navbar-toggler {
  display: none;
}

/* logout-btn */
.logout-btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 140px;
  height: 46px;
  margin: 0 auto 20px auto;
  border: 1px solid #555555;
  background: #F9F9F6;
  text-align: center;
  text-decoration: none;
  color: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.logout-btn .icon {
  display: none;
}
.logout-btn span {
  display: block;
  width: 100%;
}
.logout-btn:hover {
  border-color: #F48474;
  background: #FFFFFF;
  color: #555555;
}

.position-sticky {
  height: calc(100vh - 200px);
  position: initial !important;
}

.add-phlebotomist-admin-button {
  background-color: #0A4237;
  border-color: transparent;
}

.messages p {
  margin: 0;
}
.messages p.error {
  color: #FF0000 !important;
}
.messages p.success {
  color: #FF0000 !important;
}

/* custom scrollbar */
/* For WebKit browsers (Chrome, Safari, etc.) */
::-webkit-scrollbar {
  width: 10px;
  /* Set width of scrollbar */
}

::-webkit-scrollbar-track {
  background: #E0E0E0;
  /* Light background for track */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  /* Rounded edges for track */
}

::-webkit-scrollbar-thumb {
  background: #6b6b6b;
  /* Darker handle */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  /* Rounded edges for track */
  border: 2px solid #E0E0E0;
  /* Adds padding around handle */
}

::-webkit-scrollbar-thumb:hover {
  background: #4B4B4B;
  /* Darker color when hovered */
}

/* Scrollbar styling for Firefox */
* {
  scrollbar-width: thin;
  /* Make the scrollbar thinner */
  scrollbar-color: #6b6b6b #E0E0E0;
  /* Handle color and track color */
}

/* responsive CSS */
/* screen width below 991px */
@media (max-width: 991px) {
  .sidebar-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100% !important;
    background: #FFFFFF;
    min-height: 80px;
    z-index: 10;
  }
  .sidebar-container .sidebar {
    position: absolute !important;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    background: none !important;
  }
  .sidebar-container .sidebar .navbar {
    background: none !important;
    height: auto !important;
  }
  .sidebar-container .sidebar .navbar .container {
    display: flex !important;
    max-width: 100%;
    position: relative;
  }
  .sidebar-container .sidebar .navbar .container .navbar-brand {
    margin: 0;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .sidebar-container .sidebar .navbar .container .navbar-brand img {
    max-width: 117px;
  }
  .sidebar-container .sidebar .navbar .container .navbar-collapse {
    display: none;
    position: absolute;
    right: 0;
    top: 70px;
    background: #FFFFFF;
    padding: 15px;
    -webkit-box-shadow: 0 15px 30px rgba(30, 10, 58, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(30, 10, 58, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(30, 10, 58, 0.1);
    -o-box-shadow: 0 15px 30px rgba(30, 10, 58, 0.1);
    box-shadow: 0 15px 30px rgba(30, 10, 58, 0.1);
    transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
  }
  .sidebar-container .sidebar .navbar .container .navbar-collapse.show {
    display: block;
    height: calc(100vh - 80px);
  }
  .sidebar-container .sidebar .navbar .container .navbar-collapse {
    overflow: auto;
  }
  .sidebar-container .sidebar .navbar .container .logout-btn {
    width: auto;
    position: absolute;
    right: 70px;
    top: 24px;
    height: 30px;
    padding: 5px 10px;
    margin: 0;
    line-height: 30px;
    display: flex;
    align-items: center;
  }
  .sidebar-container .sidebar .navbar .scrollable-sidebar {
    height: auto;
    min-height: auto;
  }
  .sidebar-container .sidebar .navbar-toggler {
    display: block !important;
    width: 46px;
    height: 46px;
    padding: 10px;
    background-color: #FFFFFF;
    position: absolute;
    top: 15px;
    right: 0;
  }
  .sidebar-container .sidebar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .sidebar-container .sidebar .navbar-toggler .navbar-toggler-icon {
    background-image: none !important;
    background-color: #000000;
    width: 25px;
    height: 2px;
    top: -3px;
    position: relative;
    color: #F48474;
  }
  .sidebar-container .sidebar .navbar-toggler .navbar-toggler-icon::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    margin-top: -12px;
    background-color: #000000;
    display: block;
  }
  .sidebar-container .sidebar .navbar-toggler .navbar-toggler-icon::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    margin-top: 12px;
    background-color: #000000;
    display: block;
  }
  #sidebarMenu.show {
    display: block !important;
  }
}
/* screen width above 992px */
@media (min-width: 992px) {
  .sidebar-container {
    min-width: 220px;
    max-width: 220px;
    min-height: 50px;
  }
  .sidebar-container .scrollable-sidebar {
    position: fixed;
  }
}
/* screen width below 991px */
@media (max-width: 991px) {
  .sidebar-container .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100% !important;
    background: #FFFFFF;
    min-height: 80px;
    z-index: 10;
  }
  .sidebar-container .sidebar .navbar .navbar-brand {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
    padding: 0;
  }
  .sidebar-container .sidebar .navbar .navbar-brand img {
    max-width: 117px;
  }
  .sidebar-container .sidebar .navbar .navbar-collapse {
    display: none;
    position: absolute;
    right: 0;
    top: 70px;
    background: #FFFFFF;
    padding: 15px !important;
    -webkit-box-shadow: 0 15px 30px rgba(30, 10, 58, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(30, 10, 58, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(30, 10, 58, 0.1);
    -o-box-shadow: 0 15px 30px rgba(30, 10, 58, 0.1);
    box-shadow: 0 15px 30px rgba(30, 10, 58, 0.1);
    transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
  }
  .sidebar-container .sidebar .navbar .navbar-collapse.show {
    display: block;
    height: calc(100vh - 80px);
    overflow: auto;
  }
  .sidebar-container .sidebar .logout-btn {
    width: auto;
    position: absolute;
    right: 70px;
    top: 24px;
    height: 30px;
    padding: 5px 10px;
    margin: 0;
    line-height: 30px;
    display: flex;
    align-items: center;
  }
  .sidebar-container .sidebar .navbar-toggler {
    display: block !important;
    width: 46px;
    height: 46px;
    padding: 10px;
    background-color: #FFFFFF;
    position: absolute;
    top: 15px;
    right: 0;
  }
  .sidebar-container .sidebar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .sidebar-container .sidebar .navbar-toggler .navbar-toggler-icon {
    background-image: none !important;
    background-color: #000000;
    width: 25px;
    height: 2px;
    top: -3px;
    position: relative;
    color: #F48474;
  }
  .sidebar-container .sidebar .navbar-toggler .navbar-toggler-icon::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    margin-top: -12px;
    background-color: #000000;
    display: block;
  }
  .sidebar-container .sidebar .navbar-toggler .navbar-toggler-icon::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    margin-top: 12px;
    background-color: #000000;
    display: block;
  }
}
/* screen width below 767px */
@media (max-width: 767px) {
  .main-content {
    flex: 1;
    padding: 30px 15px 15px 15px !important;
  }
  .main-content h1 {
    font-size: 25px;
    margin: 0 0 15px 0;
    top: 18px;
  }
  .page-header {
    position: relative;
    margin: 0 0 20px 0 !important;
    flex-wrap: wrap;
  }
  .page-header h1 {
    font-size: 20px !important;
    padding: 0 50px 0 0;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .page-header .btn-toolbar {
    order: 2;
    position: absolute;
    right: 0;
    top: 0 !important;
  }
  .page-header #global-search {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
  }
  .sidebar .navbar-brand {
    margin: 57px 0 30px 0;
    text-align: center;
  }
  .sidebar .nav {
    height: 100%;
  }
  .logout-btn {
    margin: 0;
  }
}
/* screen width below 480x */
@media (max-width: 400px) {
  .btn-import-phlebotomists {
    width: 100%;
  }
  .btn-add-new-phlebotomist {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /*  profile-dropdown-wrapper */
  .profile-dropdown-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
/* Styles 28/01/2026 */
.csv-message-container {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  max-width: 300px;
  width: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  z-index: 100;
  font-size: 14px;
  color: #000;
}

.close-btn {
  background: none !important;
  border: none !important;
  position: absolute;
  right: 10px;
  top: 10px;
}

.input-group {
  max-width: 700px;
}

.custom-width {
  max-width: 500px;
}

.custom-icon-bg {
  background-color: #dee2e6;
}

#searchResults {
  position: absolute;
  top: 60px;
  z-index: 5;
  border: 1px solid #b9b9b9;
  border-radius: 0 15px 0 15px;
  background: #fff;
}
#searchResults .list-group-item {
  padding: 12px 63px 12px 20px;
  position: relative;
  border-bottom: 1px solid #b9b9b9;
  display: block;
  margin-bottom: 10px;
  word-wrap: break-word;
}
#searchResults .list-group-item:hover {
  background-color: #f8f9fa;
}
#searchResults .list-group-item:last-child {
  border-bottom: none;
  margin: 0 !important;
}
#searchResults .list-group-item.list-group-item-active, #searchResults .list-group-item.list-group-item-active:hover {
  background: #007bff;
  color: #fff;
}
#searchResults .list-group-item.list-group-item-active .badge {
  background: #fff;
  color: rgb(244, 136, 116);
}
#searchResults .badge {
  position: absolute;
  background-color: rgb(244, 136, 116);
  right: 20px;
  top: calc(50% - 14px);
  border-radius: 0 12px 0 12px;
}

/* no result */
#noResults {
  max-width: 500px;
  position: absolute;
  top: 60px;
  z-index: 5;
  border-radius: 0 15px 0 15px;
  background: #fff;
  display: block;
  padding: 0.75rem 1.25rem;
  color: black;
  border: 1px solid black;
}

.btn-secondary-global {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}
.btn-secondary-global:hover {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c8cfd6;
}

.hidden {
  display: none !important;
}

#searchButton svg,
#clearSearch svg {
  height: 16px;
  width: 16px;
}

.sidebar {
  background-color: #EFEFE9;
  transition: width 0.3s ease;
  width: 250px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sidebar.collapsed {
  width: 60px;
}
.sidebar.collapsed .sidebar-header {
  justify-content: center;
}
.sidebar.collapsed .nav-item:hover .nav-icon {
  background-color: #F48474;
  color: #fff;
  margin-right: 2px;
  width: 38px;
  height: 38px;
  font-size: 20px;
  padding: 10px;
  border-radius: 8px;
}
.sidebar.collapsed .nav-link {
  justify-content: center;
  padding: 5px 0;
}
.sidebar.collapsed .nav-icon {
  margin-right: 2px;
  width: 38px;
  height: 38px;
  font-size: 20px;
  padding: 10px;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
}
.sidebar.collapsed .fa-home {
  padding-left: 8px !important;
}
.sidebar.collapsed .nav-text {
  display: none;
}
.sidebar .sidebar-header {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
.sidebar .sidebar-header .toggle-btn {
  background: none;
  border: none;
  color: #555555;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.sidebar .sidebar-header .toggle-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar .nav-menu {
  flex: 1;
  padding: 20px 0;
  max-height: calc(100vh - 90px);
  overflow: auto;
}
.sidebar .nav-menu .nav-item {
  position: relative;
  margin: 2px 0;
}
.sidebar .nav-menu .nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sidebar .nav-menu .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #555555;
  text-decoration: none;
  transition: background-color 0.2s;
  cursor: pointer;
  position: relative;
}
.sidebar .nav-menu .nav-item .nav-link:hover {
  background: transparent;
  color: #F48474;
  cursor: pointer;
}
.sidebar .nav-menu .nav-item .nav-link.active {
  color: #F48474 !important;
  background-color: transparent !important;
}
.sidebar .nav-menu .nav-item .nav-link.menu-toggle.active {
  color: #F48474 !important;
  background-color: transparent !important;
}
.sidebar .dropdown {
  position: fixed;
  left: 3%;
  top: auto;
  z-index: 999;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  margin-left: 8px;
}
.sidebar .dropdown:hover .nav-icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  flex-shrink: 0;
  margin-bottom: 4px;
  background-color: #F48474;
  color: #fff;
  cursor: pointer;
}
.sidebar .dropdown-item {
  padding: 10px 16px;
  color: #374151;
  text-decoration: none;
  display: block;
  font-size: 16px;
  transition: background-color 0.2s;
  border-bottom: 1px solid #f3f4f6;
}
.sidebar .dropdown-item:last-child {
  border-bottom: none;
}
.sidebar .dropdown-item:hover {
  background-color: #f9fafb;
  color: #F48474;
}
.sidebar .dropdown-item.active {
  color: #F48474 !important;
  background-color: transparent !important;
}
.sidebar .nav-icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  flex-shrink: 0;
  margin-bottom: 4px;
}
.sidebar .nav-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: opacity 0.3s;
  padding-top: 2px;
}
.sidebar:not(.collapsed) .dropdown {
  left: 0;
  top: 100%;
  margin-left: 0;
  margin-top: 4px;
}

a.logoutBtn:hover {
  cursor: pointer;
}

.main-content {
  width: 80%;
  flex: 1;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: auto;
  max-height: 100vh;
  overflow: auto;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
}

.account-menu {
  position: relative;
}

.account-btn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.2s;
}
.account-btn:hover {
  background-color: #f3f4f6;
}

.account-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  min-width: 150px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  margin-top: 4px;
}

.account-menu.active .account-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.account-dropdown-item {
  padding: 10px 16px;
  color: #374151;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: background-color 0.2s;
  border-bottom: 1px solid #f3f4f6;
}

.account-dropdown-item:last-child {
  border-bottom: none;
}

.account-dropdown-item:hover {
  background-color: #f9fafb;
}

.account-dropdown-item i {
  margin-right: 8px;
  width: 16px;
}

.user-avatar {
  width: 32px;
  height: 32px;
  background-color: #6b7280;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  margin-right: 8px;
}

.list-group-item.active {
  background-color: #e0e0e0 !important;
  border-color: #efefe9 !important;
  color: #555555;
}

.submenu {
  display: none;
  margin-left: 20px;
}

.submenu.show {
  display: block;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .row.flex-nowrap {
    flex-wrap: wrap !important;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 85vw;
    max-width: 300px;
    z-index: 1200;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .sidebar.mobile-open {
    transform: translateX(0);
  }
  /* Disable desktop collapse logic on mobile */
  .sidebar.collapsed {
    width: 85vw;
  }
  .main-content {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .sidebar-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 12px;
    left: 12px;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    z-index: 1300;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }
  .sidebar-toggle i {
    font-size: 20px;
    color: #333;
  }
  .toggle-btn {
    display: none;
  }
  .nav-menu {
    padding: 0 0 20px 0 !important;
  }
}
.dashboard-card {
  height: calc(100% - 20px);
}

@media (max-width: 1360px) {
  div.dt-container {
    width: 100%;
    overflow: auto;
    margin: 0 auto;
  }
  div.dt-container .dt-layout-table {
    width: 100%;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .page-header {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .enable-mfa-qrcode ul li {
    font-size: 18px;
  }
  .enable-mfa-qrcode .qr-code-container {
    max-width: 200px !important;
  }
  .enable-mfa-qrcode .qr-code-container img {
    max-width: 100% !important;
  }
}
/* global-search */
#global-search {
  position: relative;
}
#global-search button {
  display: flex;
  align-items: center;
}
#global-search #noResults {
  width: 400px;
  top: 21px;
}
@media (max-width: 767px) {
  #global-search #noResults {
    max-width: 100%;
  }
}
#global-search #searchResults {
  width: 400px;
  top: 21px;
  overflow: auto;
  max-height: calc(100vh - 100px);
}
@media (max-width: 767px) {
  #global-search #searchResults {
    max-width: 100%;
  }
}
#global-search #searchResults .list-group-item {
  padding: 12px 83px 12px 20px;
  word-wrap: break-word;
}

/* main-content */
.main-content {
  flex: 1;
  padding: 30px 40px 25px 40px;
}
.main-content .form-title {
  font-size: 24px;
  color: #555555;
  margin: 0 0 45px 0;
}

/* page-header */
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #D3D3D3;
  padding: 0 0 15px 0;
}
.page-header h1 {
  color: #555555;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.page-header .role-name {
  margin-bottom: 0;
}
.page-header .btn-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.page-header .btn-toolbar .btn {
  padding: 0 !important;
}

/* profile-dropdown-wrapper */
.profile-dropdown-wrapper {
  display: flex;
  align-items: center;
}
.profile-dropdown-wrapper * {
  box-sizing: border-box;
}
.profile-dropdown-wrapper .dropdown-menu {
  right: auto !important;
  left: 0 !important;
  width: 225px !important;
  max-width: 225px !important;
}
.profile-dropdown-wrapper .profile-color.dropdown {
  display: flex;
  align-items: center;
}
.profile-dropdown-wrapper .profile-color.dropdown button {
  width: auto;
  padding: 0;
}
.profile-dropdown-wrapper .profile-color.dropdown button:focus, .profile-dropdown-wrapper .profile-color.dropdown button:active, .profile-dropdown-wrapper .profile-color.dropdown button:visited, .profile-dropdown-wrapper .profile-color.dropdown button:focus-visible, .profile-dropdown-wrapper .profile-color.dropdown button:focus-within {
  border-color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.profile-dropdown-wrapper .profile-color.dropdown button:hover img {
  filter: invert(76%) sepia(88%) saturate(1980%) hue-rotate(311deg) brightness(102%) contrast(101%);
}
.profile-dropdown-wrapper .profile-color.dropdown button.btn-profile {
  width: 42px;
  height: 42px;
  margin: 0 0 0 15px;
}
.profile-dropdown-wrapper .profile-color.dropdown button.btn-profile:hover {
  background: #F48474 !important;
}
.profile-dropdown-wrapper .profile-color.dropdown {
  /* dropdown-menu */
}
.profile-dropdown-wrapper .profile-color.dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.profile-dropdown-wrapper .profile-color.dropdown .dropdown-menu a {
  position: relative;
  font-weight: 300;
  padding: 5px 15px;
}
.profile-dropdown-wrapper .profile-color.dropdown .dropdown-menu a:first-of-type, .profile-dropdown-wrapper .profile-color.dropdown .dropdown-menu a:nth-of-type(3), .profile-dropdown-wrapper .profile-color.dropdown .dropdown-menu a:nth-of-type(4) {
  padding: 5px 15px 20px;
}
.profile-dropdown-wrapper .profile-color.dropdown .dropdown-menu a:first-of-type::after, .profile-dropdown-wrapper .profile-color.dropdown .dropdown-menu a:nth-of-type(3)::after, .profile-dropdown-wrapper .profile-color.dropdown .dropdown-menu a:nth-of-type(4)::after {
  content: "";
  background: #D9D9D9;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 10px;
  bottom: 8px;
}
.profile-dropdown-wrapper .dropdown-menu li .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-dropdown-wrapper .dropdown-menu li .dropdown-item .profile-circle {
  background: #D9D9D9;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
}
.profile-dropdown-wrapper .dropdown-menu li.border-bt {
  position: relative;
  padding: 0 0 15px 0;
}
.profile-dropdown-wrapper .dropdown-menu li.border-bt:last-child {
  padding-bottom: 0 !important;
}
.profile-dropdown-wrapper .dropdown-menu li.border-bt:after {
  content: "";
  background: #D9D9D9;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 10px;
  bottom: 8px;
}
.profile-dropdown-wrapper .dropdown-menu li.border-bt:last-child:after {
  display: none;
}
.profile-dropdown-wrapper {
  /* profile-dropdown */
}
.profile-dropdown-wrapper .profile-dropdown {
  width: 42px;
  height: 42px;
  min-height: 42px !important;
  max-height: 42px;
  line-height: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #555555 !important;
  border: solid 1px #555555 !important;
  color: #FFFFFF;
  font-size: 21px;
  margin: 0 0 0 13px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-dropdown-wrapper .profile-dropdown:hover {
  background: #F48474 !important;
  border-color: #F48474 !important;
  color: #FFFFFF;
}
.profile-dropdown-wrapper .profile-dropdown::after {
  display: none;
}

/* content-wrapper*/
.content-wrapper.dashboard-page h2 {
  font-size: 30px;
  font-weight: normal;
}

/* step-links */
.step-links ul.pagination {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #555555;
  overflow: hidden;
}
.step-links ul.pagination li.page-item:first-child a.page-link {
  border-left: none;
}
.step-links ul.pagination li.page-item:first-child a.page-link:hover {
  border-left: none;
}
.step-links ul.pagination li a.page-link {
  background: #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  color: #555555;
}
.step-links ul.pagination li a.page-link:hover {
  color: #F48474;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
}
.step-links ul.pagination li a.active {
  background: #555555;
  color: #FFFFFF;
  border-color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* toaster-message-container */
.toaster-message-container {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: none !important;
  max-width: 300px;
  width: 100%;
  position: fixed;
  right: 10px;
  top: 10px;
  background: #FFFFFF;
  z-index: 100;
  display: block !important;
}
.toaster-message-container .toast-header {
  padding: 0;
  position: relative;
}
.toaster-message-container .toast-header i {
  margin-right: 5px;
  font-size: 20px;
}
.toaster-message-container .toast-header h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.toaster-message-container .toast-header .btn-close {
  position: absolute;
  right: 0;
}
.toaster-message-container .toast-header i {
  margin: 0 10px 0 0;
}
.toaster-message-container .toast-body {
  padding: 10px 0 0 0;
}
.toaster-message-container h2 {
  font-size: 15px;
}
.toaster-message-container p {
  margin: 0;
}

/* layout container */
.layout-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
}

/* enable-mfa-qrcode */
.enable-mfa-qrcode {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
}
.enable-mfa-qrcode h2 {
  font-size: 30px;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .enable-mfa-qrcode h2 {
    font-size: 25px;
  }
}
.enable-mfa-qrcode p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .enable-mfa-qrcode p {
    font-size: 18px;
  }
}
.enable-mfa-qrcode .qr-code-container {
  border: 1px solid #CCCCCC;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 20px auto;
  max-width: 310px;
}
.enable-mfa-qrcode .qr-code-container img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  max-width: 300px;
}
.enable-mfa-qrcode a {
  color: #F48474;
}

/* manage-users */
.manage-users .dropdown {
  min-width: 250px;
}
.manage-users .dropdown label {
  font-size: 18px;
  color: #555555;
}

/* user-profile-table */
.user-profile-table tr th {
  color: #555555;
  width: 17%;
  min-width: 230px;
}
@media (max-width: 600px) {
  .user-profile-table tr th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}
.user-profile-table tr td {
  color: #000000;
  word-wrap: anywhere;
}
@media (max-width: 600px) {
  .user-profile-table tr td {
    width: 100%;
    display: block;
  }
}
@media (max-width: 600px) {
  .user-profile-table tr {
    border-bottom: 1px solid #ccc;
  }
}

/* user-details */
.user-details-page .nav-tabs {
  border-bottom: 1px solid #B9B9B9;
}
@media (max-width: 500px) {
  .user-details-page .nav-tabs {
    flex-wrap: wrap !important;
  }
}
.user-details-page .nav-tabs .nav-link {
  padding: 8px;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  border-color: #B9B9B9;
  margin: 0 2px -1px 2px;
  width: 19%;
  line-height: normal;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid transparent;
}
@media (max-width: 500px) {
  .user-details-page .nav-tabs .nav-link {
    width: 100%;
  }
}
.user-details-page .nav-tabs .nav-link:hover, .user-details-page .nav-tabs .nav-link.active {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075);
  border-color: #B9B9B9;
  border-bottom: 4px solid #F48474;
  min-height: 40px;
}

/* header-btton-wrpper */
.header-button-wrapper {
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 400px) {
  .header-button-wrapper a, .header-button-wrapper .btn {
    width: 100%;
  }
}
.header-button-wrapper a {
  padding: 5px 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #toast-container  */
#toast-container {
  position: fixed;
  z-index: 10000;
  right: 15px;
  top: 0;
}

.barcode-label {
  font-weight: bold;
  /* Make labels bold */
  text-align: left;
  /* Align labels to the right */
  padding-right: 10px;
  /* Right padding for labels */
}

/* test reports */
.in-lab-card-container .card {
  width: 100%;
  /* Fixed width for all cards */
  height: 180px;
  /* Fixed height for all cards */
  margin: 0 auto 24px auto;
  /* Center the cards */
  cursor: pointer;
  /* Make the card show a pointer when hovered */
  transition: 0.5s;
}
.in-lab-card-container .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  /* Center the text inside the card */
  padding: 0;
}
.in-lab-card-container .card .card-body a {
  text-decoration: none;
  color: #555555;
  display: flex;
  flex-direction: column;
}
.in-lab-card-container .card .card-body a:hover {
  color: #F48474;
}
.in-lab-card-container .card .card-body .card-title,
.in-lab-card-container .card .card-body .card-text,
.in-lab-card-container .card .card-body .display-3 {
  color: inherit;
  /* Inherit text color to prevent link coloring */
}
.in-lab-card-container .card:hover {
  transform: translateY(-5px);
}

/* email-template-content */
.email-template-content .email-template-row {
  display: flex;
  margin: 0 0 10px 0;
}
.email-template-content .email-template-row .content-label {
  min-width: 114px;
  font-family: "ageo-semibold", sans-serif;
}
.email-template-content .email-template-row .content-value {
  flex: 1;
  overflow: auto;
}
.email-template-content .email-template-row .content-value .email-container {
  border: 1px solid #DEE2E6 !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  border-radius: 12px !important;
  max-height: calc(100vh - 260px);
  padding: 15px;
  overflow: auto;
}

/* email-information-tab */
.email-information-tab .email-container {
  border: 1px solid #DEE2E6 !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  border-radius: 12px !important;
  display: inline-block;
  max-width: 1042px;
  width: 100%;
  max-height: calc(90vh - 500px);
  min-height: 400px;
  padding: 15px;
  overflow: auto;
}
.email-information-tab .email-source {
  width: 100%;
  max-height: calc(90vh - 500px);
  min-height: 200px;
  padding: 15px;
  display: none;
  margin-top: 10px;
  color: #24292e;
  max-width: 1042px;
}
.email-information-tab .toggle-source-button {
  color: #212529;
  background-color: #C1C9D0;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}
.email-information-tab .email-source-content {
  background-color: #F6F8FA;
  padding: 10px;
}
.email-information-tab #emailContent a {
  pointer-events: none;
  text-decoration: none;
}
.email-information-tab {
  /* alert */
}
.email-information-tab .lab-error-message {
  background: #FDE6E3;
  color: #003032;
  border-color: #AD3B73;
  padding: 5px 10px;
  margin: 0;
  box-shadow: 0 4px 0 0 #EFEFE9;
  font-size: 13px;
  font-style: italic;
}
.email-information-tab {
  /* responsive CSS */
}
@media (max-width: 1199px) {
  .email-information-tab .main-content {
    padding: 109px 15px 25px 15px;
    width: calc(100vw - 280px);
  }
}
@media (max-width: 480px) {
  .email-information-tab .header-button-wrapper .btn {
    width: 100%;
  }
  .email-information-tab .search-container {
    flex-wrap: wrap;
  }
  .email-information-tab .search-container .search-field {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  .email-information-tab .search-container .btn-search {
    width: 100% !important;
  }
}
.email-information-tab .form-check-input:checked {
  background-color: #F48474;
  border-color: #F48474;
  box-shadow: none;
}

@media (max-width: 369px) {
  .page-header .role-name {
    margin-bottom: 10px;
  }
}
@media (max-width: 364px) {
  .page-header .btn-toolbar {
    margin-left: auto !important;
  }
  .page-header #global-search {
    width: 100%;
  }
}
.partial-report-table-tr {
  max-width: 550px;
  width: 100%;
}
.partial-report-table-tr .partial-report-row {
  color: #F48474 !important;
}

/* Change password form */
.change-password-form {
  max-width: 740px;
  width: 90%;
  background-color: #FFFFFF;
}
.change-password-form p {
  font-family: "ageo-semibold", sans-serif;
  font-size: 16px;
  color: #666666;
  margin: 25px 0 30px 0;
}
.change-password-form h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  color: #0A4237;
  margin: 0 0 15px 0;
}
.change-password-form label {
  display: block;
  font-size: 16px !important;
  font-weight: 500;
  color: #555555;
  font-family: "ageo-regular", sans-serif !important;
}
.change-password-form input {
  border: 1px solid #B9B9B9;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 0 15px;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  font-family: "ageoregular", sans-serif;
}
.change-password-form input:focus {
  border: 1px solid #f48474;
}
.change-password-form input::placeholder {
  color: #e5e5e5;
}
.change-password-form input.password {
  padding: 0 75px 0 15px;
}
.change-password-form .form-group {
  position: relative;
  margin: 0 0 17px 0;
}
.change-password-form .form-group .eye-icon {
  position: absolute;
  top: 37px !important;
  cursor: pointer;
  color: #555555;
  font-family: "Font Awesome 6 Free", sans-serif !important;
  font-size: 20px;
}
.change-password-form .form-group .eye-icon.fa-eye {
  right: 15px;
}
.change-password-form .form-group .eye-icon.fa-eye-slash {
  right: 13px;
}
.change-password-form button {
  font-family: "ageobold", sans-serif;
  font-size: 20px;
  margin-top: 40px;
  width: 40%;
  background-color: #f48474;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  height: 56px;
  text-align: center;
}
.change-password-form button:hover {
  background-color: #B9B9B9;
}
.change-password-form .required-field::after {
  content: " *";
  color: #FF0000;
}
.change-password-form * {
  font-family: "ageo-semibold", sans-serif;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}

/* styles related to view component for printing */
.print-page {
  margin: 0 auto;
}
.print-page * {
  word-break: break-word;
}

.accordion .accordion-button {
  padding: 10px 20px;
}
.accordion .accordion-button:focus {
  outline: 1px solid #F48474 !important;
  box-shadow: none !important;
}
.accordion .accordion-button:hover {
  background-color: #F48474 !important;
  color: #FFFFFF !important;
}
.accordion .accordion-button .disabled-permission {
  color: #888888;
  text-decoration: line-through;
}
.accordion .accordion-button:not(.collapsed) {
  background: #F48474 !important;
  color: #FFFFFF;
}
.accordion .accordion-button::after {
  transform: rotate(270deg);
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: rotate(0deg);
}
.accordion {
  /* 8 July 2025 */
}
.accordion .accordion-item .accordion-collapse .report-label {
  color: #47a395;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 20px 0 20px;
  margin: 0;
}
.accordion .accordion-item .accordion-collapse .report-label .bold-label {
  font-weight: 800;
}
.accordion .accordion-item .accordion-header .custom-select {
  padding: 6px 12px !important;
}

img.header-icon {
  max-width: 100px;
}

/* sidebar-tabs */
#sidebar-tabs {
  padding: 0 20px 0 0;
}
#sidebar-tabs a.nav-link {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 11px;
  margin: 0 0 16px 0;
  font-size: 21px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #000000;
  font-weight: bold;
  border: 3px solid transparent;
  position: relative;
}
#sidebar-tabs a.nav-link.active {
  background: #F9EFE2;
  border: 3px solid #619170;
}
#sidebar-tabs a.nav-link img {
  max-height: 60px;
  margin: 0 15px 0 0;
  width: 60px;
}
#sidebar-tabs a.nav-link .horizontal-section-nav-button-label {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  text-align: left;
  padding-right: 10px;
}
#sidebar-tabs a.nav-link .nav-button-status {
  width: 23px;
  height: 23px;
  display: block;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  line-height: 28px;
  font-size: 15px;
}
#sidebar-tabs a.nav-link .nav-button-status .svg-inline-fa {
  height: 16px;
  position: relative;
  top: -1px;
}
#sidebar-tabs a.nav-link .nav-button-status.require-attention {
  background: rgba(247, 159, 135, 0.38);
  color: #F7A087;
  line-height: 28px;
}
#sidebar-tabs a.nav-link .nav-button-status.borderline {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: #FAE9C5;
  color: #F0C25E;
}
#sidebar-tabs a.nav-link .nav-button-status.good {
  background-color: #E7F0EA;
  color: #BAD1C1;
}

/* doctor-letter */
#doctor-letter {
  padding: 0 0 0 20px;
}
#doctor-letter p.alert {
  padding: 12px 20px;
  margin-bottom: 16px;
  border: 1px solid #FFEEBA;
  -webkit-border-radius: 0 12px 0 12px;
  -moz-border-radius: 0 12px 0 12px;
  -ms-border-radius: 0 12px 0 12px;
  -o-border-radius: 0 12px 0 12px;
  border-radius: 0 12px 0 12px;
  color: #333230;
  background: #FFF3CD;
}
#doctor-letter .lead {
  font-size: 18px;
  font-weight: bold;
}
#doctor-letter .require-attention {
  background: rgba(247, 159, 135, 0.38);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 10px;
  color: #000000;
}

.border-right {
  border-right: 1px solid #D9D9D9;
}

#sidebar-tab-content {
  padding: 24px 0 0 0;
}
#sidebar-tab-content .good {
  background-color: #E7F0EA;
  color: #212529;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
  display: block;
  padding: 0.2rem 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "ageo-semibold", sans-serif;
}
#sidebar-tab-content .borderline {
  background-color: #F0C25E;
  color: #212529;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
  display: block;
  padding: 0.2rem 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "ageo-semibold", sans-serif;
}
#sidebar-tab-content .require-attention {
  background: rgba(247, 159, 135, 0.38);
  color: #212529;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
  display: block;
  padding: 0.2rem 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "ageo-semibold", sans-serif;
}

/* viewreport-header */
.viewreport-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 16px 0 0 0;
  margin: 1rem 0 2rem 0;
}
.viewreport-header .header-icon {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.viewreport-header .header-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.viewreport-header .header-text h2 {
  font-family: ulm-grotesk-extrabold, sans-serif;
  color: #212529;
}
.viewreport-header .header-text .welcome-text {
  margin: 0;
  max-width: 40ch;
  line-height: 1.3em;
  font-size: 22px;
  color: #212529;
}
.viewreport-header .analysed-text p {
  margin: 0;
  color: #555555;
}
.viewreport-header .analysed-text h4 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: ulm-grotesk-extrabold, sans-serif;
}

/* status types */
.status-message {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 10px;
  color: #000000;
  font-size: 16px;
}
.status-message.status-require-attention {
  background-color: #FCDAD1;
}
.status-message.status-good {
  background-color: #E7F0EA;
}
.status-message.status-borderline {
  background-color: #F0C25E;
}

.doctors-letter p {
  white-space: pre;
  white-space: break-spaces;
}

/* view-report-sidebar and view-report-content */
.view-report-sidebar {
  min-width: 311px;
}

.view-report-content {
  flex: 1;
}

.health-area-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1rem 0;
}

.marker-card-container {
  --resultDotSize: 20px;
  --bgColor: $white-color;
  background-color: var(--bgColor);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 1.5rem;
  margin-bottom: 15px;
}
.marker-card-container .marker-card-header {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}
.marker-card-container .marker-card-header .marker-card-header-status {
  --size: 1.5rem;
  align-items: center;
  background-color: #FAE9C5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #F0C25E;
  display: inline-flex;
  font-size: 1rem;
  height: var(--size);
  justify-content: center;
  margin-right: 0.1rem;
  width: var(--size);
}
.marker-card-container .marker-card-header .marker-card-header-status.marker-card-header-status-normal {
  background-color: #E8F0EA;
  color: #BAD1C1;
}
.marker-card-container .marker-card-header .marker-card-title {
  display: block;
  flex: 1 1;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.marker-card-container .marker-card-header .marker-card-value {
  font-size: 1.6rem;
}
.marker-card-container .marker-card-content {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.marker-card-container .marker-card-content .marker-card-scale {
  flex: 1 1;
}
.marker-card-container .marker-card-content .marker-card-scale .marker-scale-container {
  --barHeight: 0.8rem;
  color: #000000;
  position: relative;
}
.marker-card-container .marker-card-content .marker-card-scale .marker-scale-container .marker-scale-pointer {
  --size: 1.2rem;
  --top: calc((var(--size) - var(--barHeight)) / 2);
  --pointerColor: $khaki;
  align-items: center;
  background-color: #C6AE95;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: flex;
  height: var(--size);
  justify-content: center;
  outline: 4px solid #FFFFFF;
  position: relative;
  position: absolute;
  top: calc(var(--top) * -1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: var(--size);
  z-index: 1;
}
.marker-card-container .marker-card-content .marker-card-scale .marker-scale-container .marker-scale-bar-container {
  color: #000000;
  height: var(--barHeight);
}
.marker-card-container .marker-card-content .marker-card-scale .marker-scale-container .marker-scale-bar-container.progress {
  background-color: #E9ECEF;
  -webkit-border-radius: 0 12px 0 12px;
  -moz-border-radius: 0 12px 0 12px;
  -ms-border-radius: 0 12px 0 12px;
  -o-border-radius: 0 12px 0 12px;
  border-radius: 0 12px 0 12px;
  font-size: 0.75rem;
  height: 1rem;
  line-height: 0;
}
.marker-card-container .marker-card-content .marker-card-button:hover {
  background-color: #C8CFD6;
  border-color: #C1C9D0;
  color: #212529;
}

/* 16 Dec 2024 start */
.marker-card-negative-positive .marker-card-content {
  align-items: center;
  display: flex;
  width: 100%;
}
.marker-card-negative-positive .marker-card-content .marker-card-title {
  display: block;
  flex: 1 1;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.marker-card-negative-positive .marker-card-content .marker-card-button {
  border: 0;
  color: #000000;
  font-weight: 600;
  padding: 8px 16px;
  line-height: 1.5;
  border-radius: 0 0.3rem 0 0.3rem;
}
.marker-card-negative-positive .marker-card-content .marker-card-button-attention,
.marker-card-negative-positive .marker-card-content .marker-card-button-attention:hover {
  background-color: #f0c360;
}
.marker-card-negative-positive .marker-card-content .marker-card-button,
.marker-card-negative-positive .marker-card-content .marker-card-button:focus,
.marker-card-negative-positive .marker-card-content .marker-card-button:hover {
  text-decoration: none;
}
.marker-card-negative-positive .marker-card-content .marker-card-button-normal, .marker-card-negative-positive .marker-card-content .marker-card-button-normal:hover {
  background-color: #c0d5c4;
}
.marker-card-negative-positive .marker-card-content .marker-card-result-container {
  align-items: center;
  display: flex;
  gap: 5px;
}
.marker-card-negative-positive .marker-card-content .marker-card-result-container .marker-card-header-status {
  --size: 1.5rem;
  align-items: center;
  background-color: #fae9c5;
  border-radius: 100%;
  display: inline-flex;
  font-size: 1rem;
  height: var(--size);
  justify-content: center;
  margin-right: 0.1rem;
  width: var(--size);
  color: #fff;
}
.marker-card-negative-positive .marker-card-content .marker-card-result-container .marker-card-header-status.marker-card-header-status-attention {
  background-color: #f0c360;
}
.marker-card-negative-positive .marker-card-content .marker-card-result-container .marker-card-header-status.marker-card-header-status-normal {
  background-color: #c0d5c4;
}
.marker-card-negative-positive .marker-card-content .marker-card-result-container .marker-card-header-status .svg-inline-fa {
  display: inline-block;
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

@media (min-width: 768px) {
  .marker-card-negative-positive .marker-card-content {
    gap: 0;
    justify-content: space-between;
  }
  .marker-card-negative-positive .marker-card-content .marker-card-title {
    flex: 25% 0;
  }
  .marker-card-negative-positive .marker-card-content .marker-card-result-container {
    align-items: center;
    display: flex;
    flex: 40% 0;
  }
}
/* 16 Dec 2024 end */
/* progress */
.progress-bar {
  background-color: #F48474;
  color: #FFFFFF;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}

.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}

.marker-scale-bar {
  background-color: #BAD1C1;
  height: var(--barHeight);
}
.marker-scale-bar.marker-scale-bar-bad {
  background-color: #F0C25E;
}

.marker-scale-labels {
  display: flex;
  margin-top: 0.4rem;
  position: relative;
  width: 100%;
}
.marker-scale-labels .marker-scale-label {
  color: #000000;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
}
.marker-scale-labels .marker-scale-label .marker-scale-label-range {
  font-weight: 100;
}

.svg-inline-fa {
  display: inline-block;
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

/* healtharea care header*/
.health-area-header {
  --headerBg: $white-color;
  --headerImgSize: 80px;
  background-color: var(--headerBg);
  display: flex;
  gap: 1.5rem;
  width: 100%;
  padding: 0 2rem 0 1rem;
}
.health-area-header .health-area-header-icon {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: block;
  grid-row-end: 3;
  grid-row-start: 1;
  height: var(--headerImgSize);
  object-fit: contain;
  width: var(--headerImgSize);
}
.health-area-header .health-area-header-content {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  font-size: 1.1rem;
}
.health-area-header .health-area-header-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: flex;
}

.health-area-header-subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  grid-column: 2;
  margin-bottom: 0.5rem;
}
.health-area-header-subtitle span {
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
  display: block;
  padding: 0.2rem 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.health-area-header-subtitle-good span,
.health-area-header-subtitle-normal span {
  background-color: #E7F0EA;
}

.health-area-header-subtitle-borderline span {
  background-color: #F0C25E;
}

.health-area-header-subtitle-require-attention span {
  background-color: rgba(138, 138, 138, 0.38);
}

.health-area-header-status {
  --size: 1.7rem;
  align-items: center;
  background-color: #FAE9C5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #F0C25E;
  display: inline-flex;
  font-size: 1.3rem;
  height: var(--size);
  justify-content: center;
  margin-left: 0.5rem;
  width: var(--size);
  min-width: 20px;
}
.health-area-header-status.health-area-header-status-good {
  background-color: #E8F0EA;
  color: #BAD1C1;
}
.health-area-header-status.health-area-header-status-require-attention {
  background: rgba(247, 159, 135, 0.38);
  color: #F7A087;
}

/* marker-modal */
.marker-modal .modal-dialog .modal-header {
  border-bottom: 1px solid #CCCCCC !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}
.marker-modal .modal-dialog .modal-header .btn-close {
  width: 15px;
  background-size: 15px;
}
.marker-modal .multi-color-result-popup {
  height: calc(100vh - 285px);
  overflow-y: auto;
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.marker-modal .multi-color-result-popup h6 {
  font-family: "ageo-bold", sans-serif;
  font-size: 17px;
}
.marker-modal .multi-color-result-popup p {
  color: #000000;
  margin: 0 0 25px 0 !important;
}
.marker-modal .multi-color-result-popup h3 {
  -webkit-border-radius: 0 12px 0 12px;
  -moz-border-radius: 0 12px 0 12px;
  -ms-border-radius: 0 12px 0 12px;
  -o-border-radius: 0 12px 0 12px;
  border-radius: 0 12px 0 12px;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap;
  margin: 0.6rem 0 20px 0;
  color: #000000;
}
.marker-modal .multi-color-result-popup {
  /* good-result */
}
.marker-modal .multi-color-result-popup.good-result h3 {
  background-color: #C0D5C4;
}
.marker-modal .multi-color-result-popup.good-result h6 {
  color: #7DA88A;
}
.marker-modal .multi-color-result-popup {
  /* require-attention-result */
}
.marker-modal .multi-color-result-popup.require-attention-result h3 {
  background-color: #F0C360;
}
.marker-modal .multi-color-result-popup.require-attention-result h6 {
  color: #F0C25E;
}
.marker-modal .multi-color-result-popup {
  /* borderline-result */
}
.marker-modal .multi-color-result-popup.borderline-result h3 {
  background-color: #FAE9C5;
}
.marker-modal .multi-color-result-popup.borderline-result h6 {
  color: #AD8228;
}
.marker-modal .multi-color-result-popup-footer .btn {
  max-width: 100px !important;
  min-width: 100px !important;
  background-color: #F4A48D;
  border-color: #F4A48D;
  color: #212529;
}

/* */
.abnormal-result {
  color: #F48474 !important;
}

/* Tooltip Container */
.tooltip {
  background-color: #fff !important;
  color: #004137 !important;
  border: 1px solid #f8a087 !important;
  border-radius: 10px;
  font-size: 14px;
  padding: 0.5rem 0.75rem;
  box-shadow: none !important;
  max-width: 160px;
  margin-left: 10px !important;
}

/* Tooltip inner */
.tooltip .tooltip-inner {
  background-color: #fff !important;
  color: #004137 !important;
  font-weight: 500;
  padding: 0 !important;
  text-align: left;
  border-radius: 10px;
}

/* For right placement - arrow on left side */
.bs-tooltip-end .tooltip-arrow::before {
  content: "";
  position: absolute;
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent #f8a087 transparent transparent; /* Only right border visible */
  background-color: transparent !important;
  right: 7px;
  z-index: -1 !important;
}

/* Remove Bootstrap default arrow fill */
.bs-tooltip-end .tooltip-arrow::after {
  content: "";
  position: absolute;
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent; /* White inside fill */
  z-index: 1 !important;
  margin-left: -1px;
  right: 5px !important;
}

/* responsive CSS */
@media (max-width: 1024px) {
  .health-area-header-title {
    font-size: 25px !important;
  }
  .marker-card-title {
    font-size: 18px !important;
  }
  .marker-card-value {
    font-size: 18px !important;
  }
}
@media (max-width: 810px) {
  .viewreport-header {
    flex-wrap: wrap;
    padding: 0 12px;
  }
  .viewreport-header .analysed-text {
    width: 100%;
    text-align: right;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .viewreport-header .header-text h2 {
    font-size: 25px;
  }
  .viewreport-header .header-icon {
    width: 60px;
  }
  .health-area-header {
    gap: 5px;
    padding: 0 0 0;
  }
  .health-area-header .health-area-header-icon {
    width: 60px;
  }
  #doctor-letter {
    padding: 0 !important;
  }
  .view-report-sidebar {
    border-right: 0 !important;
  }
  .view-report-sidebar #sidebar-tabs {
    padding: 0;
  }
  .marker-modal .multi-color-result-popup h3 {
    font-size: 18px !important;
  }
  .health-area-header-status {
    min-width: 27px;
  }
}
@media (max-width: 500px) {
  .health-area-header-title {
    font-size: 23px !important;
  }
  .viewreport-header .analysed-text h4 {
    font-size: 20px;
  }
  .marker-card-header {
    flex-wrap: wrap;
  }
  .marker-card-header .marker-card-value {
    width: 100% !important;
  }
  .marker-card-content {
    flex-wrap: wrap;
  }
  .marker-card-content .marker-card-scale {
    flex: auto;
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */