@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../material-design-icons/font/MaterialIcons-Regular.ttf");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url("../material-design-icons/font/MaterialIcons-Regular.woff2")
      format("woff2"),
    url("../material-design-icons/font/MaterialIcons-Regular.woff")
      format("woff"),
    url("../material-design-icons/font/MaterialIcons-Regular.ttf")
      format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

body,
html {
  font-family: "Inter", sans-serif;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto";
}
body{
  min-width: 1200px;
}

.main-content,
.sidenav {
  transition: all 0.2s ease-in-out;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-card-border-radius: 1rem;
  --bs-card-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  --bs-card-inner-border-radius: 1rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #fff;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card {
  box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.card.card-plain {
  background-color: transparent;
  box-shadow: none;
}

.page-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.text-gradient.text-info {
  background-image: linear-gradient(310deg, #2152ff, #21d4fd);
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.btn-info:hover,
.btn.bg-gradient-info:hover {
  color: #fff;
}

.btn-info:hover,
.btn.bg-gradient-info:hover {
  background-color: #17c1e8;
  border-color: #17c1e8;
}

/* .btn:hover:not(.btn-icon-only):not(.btn-criterion) {
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 9%), 0 2px 3px -1px rgb(0 0 0 / 7%);
  transform: scale(1.02);
} */

.btn-filter .btn-filter-active {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-info,
.btn.bg-gradient-info {
  color: #fff;
}

.btn:not([class*="btn-outline-"]) {
  border: 0;
}

.btn:hover {
  color: var(--white);
  background-color: var(--button-save);
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

.bg-gradient-info {
  background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
}

.btn {
  /* margin-bottom: 1rem; */
  /* letter-spacing: -0.025rem; */
  /* text-transform: uppercase; */
  box-shadow: 0 4px 7px -1px rgb(0 0 0 / 11%), 0 2px 4px -1px rgb(0 0 0 / 7%);
  background-size: 150%;
  background-position-x: 25%;
  transition: all 0.15s ease-in;
}

.btn.btn-custom {
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 1px;
}

.oblique {
  transform: skewX(-10deg);
  overflow: hidden;
  width: 60%;
  right: -10rem;
  border-bottom-left-radius: 0.75rem;
}

.oblique-image {
  background-image: url("../images/login-bg.jpg");
}

.oblique .oblique-image {
  transform: skewX(10deg);
}

.bg-cover {
  background-size: cover;
}

.me-n8 {
  margin-right: -8rem !important;
}

.ms-n6 {
  margin-left: -4rem !important;
}

.blur.blur-rounded {
  border-radius: 40px;
}

/* .navbar {
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 16%);
} */
.blur {
  box-shadow: inset 0px 0px 2px #fefefed1;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.end-0 {
  right: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.position-absolute {
  position: absolute !important;
}

.shadow {
  box-shadow: 0 0.3125rem 0.625rem 0 rgb(0 0 0 / 12%) !important;
}

.z-index-sticky {
  z-index: 1020;
}

.top-0 {
  top: 0 !important;
}

.position-sticky {
  position: sticky !important;
}

.navbar.navbar-light > .container-fluid {
  background-color: #f5f5f5;
}

.navbar .navbar-brand > img {
  max-height: 92px;
}

.navbar .navbar-brand,
.page-title {
  color: #344767;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.navbar .navbar-brand:hover {
  color: #07b8f2;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-bar.bar1 {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  margin-top: 4px;
}

.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
  display: block;
  position: relative;
  width: 22px;
  height: 1px;
  border-radius: 1px;
  background: #6c757d;
  transition: all 0.2s;
  margin: 0 auto;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-bar.bar2 {
  opacity: 0;
}

.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar2,
.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar3 {
  margin-top: 7px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-bar.bar3 {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  margin-top: 3px;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

.navbar-light .horizontal-scroll li.nav-item,
ul li.has-submenu ul li {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  background: transparent;
  border-bottom: 2px solid transparent;
}

.navbar.navbar-light .horizontal-scroll-none li.nav-item a > i::before {
  color: #da3c42;
}

.navbar.navbar-light li.nav-item.active,
.navbar.navbar-light li.nav-item:hover {
  border-bottom: 2px solid #da3c42;
  background: #fff;
}

.navbar.navbar-light .horizontal-scroll > li.nav-item.active > a > i::before,
.navbar.navbar-light
  .horizontal-scroll
  > li.nav-item.has-submenu:hover
  > a
  > i::before,
ul li.has-submenu ul li.active > a > i::before,
ul li.has-submenu ul li:hover > a > i::before,
ul li:hover > a > i::before {
  color: #da3c42;
}

/* .navbar.navbar-light .horizontal-scroll>li.nav-item.active>a.new>i::before,
.navbar.navbar-light .horizontal-scroll>li.nav-item.has-submenu:hover>a.new>i::before,
ul li.has-submenu ul li.active>a.new>i::before,
ul li.has-submenu ul li:hover>a.new>i::before,
ul li:hover>a.new>i::before {
  color: #0aa212;
}*/

.horizontal-scroll li.new {
  background-color: #faffc0 !important;
}

.horizontal-scroll li.nav-item.active a,
.horizontal-scroll li.nav-item:hover a {
  font-weight: 500;
}

.horizontal-scroll-none li,
.horizontal-scroll .li {
  min-height: 74px;
}

.horizontal-scroll-none .nav-item .nav-link {
  min-width: 70px;
}

.dropdown-menu.show {
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate(0px, 34px);
}

.dd-top .dropdown-menu.show {
  transform: translate(0px, 48px);
}

.dropdown-menu.show li a {
  font-size: 14px;
}

.dropdown-menu.show li a * {
  font-size: 16px;
}

.horizontal-scroll li {
  min-width: 76px;
}

.btn-actions a {
  margin-right: 5px;
  height: 17px;
}

.btn-actions input {
  margin-right: 8px;
  height: 17px;
}

.btn-actions a i {
  font-size: 14px;
}

.btn-actions a:last-child {
  margin-right: 0;
}

#search_filter > div {
  margin-right: 15px;
}

#search_filter > div:last-child {
  margin-right: 0;
}

#show-on-select-btn-delete {
  min-width: 180px;
}

.search-inpt {
  max-width: 260px;
}

.btn-filter a {
  margin-bottom: 0;
  text-transform: none;
}

.searchBox-fieldInput {
  border: 1px solid #d6dadc;
  border-radius: 20px;
  display: table;
}

.searchBox-fieldInput input {
  padding: 0 15px;
  border-radius: 50%;
}

.searchBox-inputWrapper {
  width: calc(100% + 20px);
}

.searchBox-clearWrapper {
  width: 30px;
}

.searchBox-inputWrapper,
.searchBox-clearWrapper {
  display: table-cell;
  vertical-align: middle;
}

.searchBox-input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  max-width: 250px;
  min-height: 38px;
  min-width: 250px;
}

.searchBox-input:focus {
  outline: none;
  box-shadow: none;
}

.searchBox-clear,
.searchBox-glass {
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 38px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.searchBox-clearInput:hover {
  color: #aaa;
}

.filter-criterion {
  animation: scale-display 0.3s;
  display: inline-flex;
}

.filter-criterion .d-none {
  animation: scale-display--reversed 0.3s;
  animation-fill-mode: forwards;
  display: inline-flex;
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    display: none;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

#exp_cases_status,
#exp_cases_type,
#exp_cases_case_manager,
.select2-search__field {
  width: 230px !important;
}

#btn_filter_selections .form-select {
  width: 230px !important;
}

.select2-selection__rendered .select2-search.select2-search--inline,
.select2-search .select2-search__field {
  width: 100% !important;
}

optgroup {
  font-size: 12px;
}

.select2-container--default .select2-results__option .select2-results__option,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li,
.select2-container--default .select2-results__group {
  font-size: 12px;
}

.select2-selection__rendered {
  padding: 0 !important;
  margin: 0 5px !important;
}

.grayedout {
  opacity: 0.2;
  /* Real browsers */
  filter: alpha(opacity=20);
  /* MSIE */
}

.icon {
  display: block;
  width: 16px;
  height: 16px;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: auto;
}

.icon-multiselection {
  background-image: url("../images/multiSelectIcon.png");
}

.select2-container--default .select2-selection--multiple {
  /* border-top-right-radius: 0;
  border-bottom-right-radius: 0; */
  border: 1px solid #dee2e6;
}

.select2-results__option {
  font-size: 13px;
  font-weight: normal;
  padding: 3px 5px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #aaa;
  /* border-top-right-radius: 0;
  border-bottom-right-radius: 0; */
}

label span {
  color: red;
  font-weight: normal;
}

select.form-select,
.form-exposure-cases textarea {
  font-size: 13px;
}

.table tbody tr {
  transition: all 1s;
}

.table tbody tr.hover {
  transform: scale(1.01);
}

.nav-tabs li.nav-item {
  margin-right: 1px;
}

.nav-tabs .nav-item a.nav-link {
  height: 30px;
  padding: 8px 12px;
  line-height: 1;
  background: #f5f7f9;
  border-top-color: #f4eeee;
  border-left-color: #f4eeee;
  border-right-color: #f4eeee;
  border-radius: revert;
  border-bottom: 3px solid #5c5c5c;
}

.nav-item a.nav-link,
ul li.has-submenu ul li a {
  color: #505050;
  font-size: 13px;
  padding: 0 5px;
}

ul li.has-submenu ul li a > i:before {
  color: #505050;
}

.nav-item.no-label a.nav-link {
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
}

.nav-item.no-label a.nav-link i.bi {
  font-size: 1.4rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item:hover a.nav-link,
.nav-tabs .nav-item a.nav-link.active,
.nav-tabs .nav-item a.nav-link:focus,
.nav-tabs .nav-item a.nav-link:hover {
  background: rgb(255, 255, 255);
  /* background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(218, 60, 66, .1) 100%
  ); */
  border-top-color: rgb(218, 60, 66);
  border-left-color: #da3c42;
  border-right-color: #da3c42;
  border-bottom: 3px solid;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-bottom: 1px solid #fff;
}

.profile-photo {
  object-fit: cover;
  height: 46px;
  width: 46px;
}

.map,
#map,
#contact_map,
#source_map {
  height: 200px;
  width: 400px;
}

.modal .modal-body p {
  font-size: 14px;
}

.modal .modal-body p span {
  font-size: 16px;
  font-weight: normal;
}

.modal.loading .modal-content:before {
  content: "Loading...";
  text-align: center;
  line-height: 155px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #eee;
  z-index: 1000;
}

.list-unstyled li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.list-unstyled li.border-end {
  border-right: 1px solid #d0cfd2 !important;
}

.ckeditor-inline {
  border: 1px solid var(--border-normal) !important;
  border-radius: 5px !important;
}

div#cke_content {
  width: 100%;
}

.select2.select2-container {
  width: 100% !important;
}

.wha-table.rtc-table .input-group-text,
.wha-table.rtc-table .icon.icon-multiselection {
  display: none;
}

.wha-table thead tr.filters th {
  background-color: #ffffff !important;
  color: #000000;
  cursor: default;
}

.wha-table thead tr.filters th .select2 * {
  color: #000000;
}

.wha-table thead tr.filters th .select2 .select2-selection__rendered {
  margin: 0px !important;
}

.wha-table thead tr.filters th .select2 .select2-selection__clear {
  color: #57535d;
  margin-right: 5px !important;
}

.wha-table thead tr.filters th .select2 .select2-selection__choice {
  color: rgb(0, 92, 245);
  border: 1px solid rgb(165, 201, 255);
  background-color: rgba(0, 92, 245, 0.07);
  border-radius: 0px;
  padding: 0 4px 0 0;
  font-weight: 100;
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
}

.wha-table thead tr.filters th .select2 .select2-selection__choice:hover {
  border: 1px solid rgb(0, 92, 245);
}

.wha-table thead tr.filters th .select2 {
  border-radius: 0.25rem !important;
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

.wha-table thead tr.filters th .select2 .select2-search__field {
  font-weight: lighter !important;
}

.wha-table thead tr.filters th .select2 .select2-search {
  width: 125px !important;
}

.wha-table thead tr.filters th .select2.select2-container--focus {
  background-color: var(--bs-form-control-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.wha-table thead tr.filters th .select2.select2-container {
  width: calc(100% - 42px) !important;
  /* width:100%!important; */
}

.wha-table thead tr.filters th .input-group-text {
  background-color: #ffffff;
}

.wha-table thead tr.filters th .select2 .select2-selection {
  border: solid #dee2e6 1px !important;
  border-radius: 0.25rem !important;
  padding: 0 0 0 5px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.wha-table thead tr.filters th .select2-results__option[aria-selected="true"] {
  display: none;
}

.wha-table
  thead
  tr.filters
  th
  .select2.select2-container--focus
  .select2-selection {
  border-color: #85b7fe !important;
}

.wha-table
  thead
  tr.filters
  th
  .select2
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: rgb(0, 92, 245);
  padding: 0px 4px;
  border-right: 1px solid #a5c9ff;
}

.wha-table
  thead
  tr.filters
  th
  .select2
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background-color: rgb(225 232 255);
}

.wha-table tbody tr td {
  overflow: hidden;
}
.wha-table .wha-table-daterange-filter {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #dee2e6;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.wha-table .wha-table-daterange-filter span {
  color: #969696 !important;
}
.wha-table .wha-table-daterange-filter span span {
  color: #000000 !important;
  white-space: nowrap;
}
.wha-table .wha-table-daterange-filter:hover {
  border: 1px solid #5897fb;
}
.wha-table .wha-table-daterange-filter:hover span {
  color: #5897fb !important;
}
.daterangepicker * {
  color: #66748e;
}
.daterangepicker .drp-buttons button {
  margin-bottom: 0px;
}
.daterangepicker .drp-buttons button.applyBtn {
  color: #ffffff !important;
}
.daterangepicker .drp-buttons button.cancelBtn {
  color: #484848 !important;
}
.daterangepicker .ranges li.active {
  background-color: #5897fb !important;
  color: #fff;
}

.wha-table.rtc-table {
  margin-bottom: 20px !important;
}

/* Sticky column styles */
.wha-table.rtc-table {
  border-collapse: separate !important;
  border-spacing: 0;
}

.wha-table.rtc-table th,
.wha-table.rtc-table td {
  border-right: 1px solid var(--bs-table-border-color);
  border-top: 1px solid var(--bs-table-border-color);
  border-bottom: 0;
  border-left: 0;
}

.wha-table.rtc-table th:first-child,
.wha-table.rtc-table td:first-child {
  border-left: 1px solid var(--bs-table-border-color);
  /* border-right: 0 !important; */
}

.wha-table.rtc-table tr:last-child td {
  border-bottom: 1px solid var(--bs-table-border-color);
}

.wha-table.rtc-table tr:hover td {
  background-color: #ebf2ff;
}

/* Add the sticky style to the first and second columns */
.wha-table.rtc-table {
  position: relative;
}

.wha-table.rtc-table th:nth-child(1),
.wha-table.rtc-table td:nth-child(1),
.wha-table.rtc-table th:nth-child(2),
.wha-table.rtc-table td:nth-child(2) {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 1;
  border-color: #dee2e6;
}

.wha-table.rtc-table th:nth-child(2),
.wha-table.rtc-table td:nth-child(2) {
  left: 75px; /* Adjust this value based on the width of the first column */
}

/* Adjust z-index for headers to appear above sticky columns */
/* .wha-table.rtc-table thead tr.headers th:nth-child(1),
.wha-table.rtc-table thead tr.headers th:nth-child(2) {
  z-index: 2;
} */

/* Header styles */
.wha-table thead th {
  background: var(--light-grey) !important;
  cursor: pointer;
}

.wha-table thead th:hover {
  background: var(--hover-th) !important;
  cursor: pointer;
}

.daterangepicker .drp-buttons button {
  margin-bottom: 0px;
}

.custom-zoom-modal .modal-content {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-zoom-modal .modal-header {
  border-bottom: 0 !important;
}

.custom-zoom-modal .btn-close {
  --bs-btn-close-bg: none !important;
}

.custom-zoom-modal button i {
  color: var(--white);
  font-weight: bolder;
  font-size: 24px;
}

.custom-modal-zoom-close {
  position: absolute;
  top: 0px;
  right: 0px;
}

.custom-zoom-modal {
  background-color: rgba(0, 0, 0, 0.8);
}

.select2-selection__rendered li.select2-search .icon-multiselection {
  position: absolute;
  right: 0;
  top: 10px;
}

/* .input-group-text {
  background-color: transparent;
  border: none;
} */

.wha-table thead tr.filters th .select2.select2-container {
  width: 100% !important;
}

.wha-table thead tr.filters th .select2 .select2-search {
  width: 100% !important;
}

.wha-table thead tr.filters th .select2 .select2-selection {
  border-radius: 5px !important;
}

/* .icon-multiselection {
  position: absolute;
  right: 5px;
  top: 8px;
} */

/* input.searchBox-input {
  border: 1px solid #6c757d;
  border-radius: 50px;
  min-width: 200px !important;
}

span.position-absolute {
  right: 10px;
  top: 10px;
} */

.organization-title {
  text-transform: uppercase;
  color: #f89b23;
  font-size: 32px;
}

/* Loading save */
.loading {
  background: rgba(255, 255, 255);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
}
.loading-save-img {
  height: 20%;
  width: 20%;
  background-image: url(../images/saveLoad.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.account-options {
  margin-top: auto;
  margin-bottom: auto;
}

.dd-top .dropdown-menu.show {
  transform: translate(0px, 26px) !important;
}

.page-internal-link {
  font-size: 12px;
  font-weight: 400;
  margin: 20px 0;
}

.page-internal-link a {
  color: #427CD8;
  font-size: 11px;
}

.download-csv {
  margin-right: 15px;
  text-decoration: none
}

/**
  Start: Appointments > UT Tab
*/
.btn-load-from-backup {
  background-color: #ec3e44;
  color: #fff;
}

.btn-load-from-backup:hover {
  background-color: #ec3e44;
}
/**
  END: Appointments > UT Tab
*/

.compliance-indicator-text {
    color: #27cdd1;
}

#tbl-body-patients .rtc-wrapper {
    position: relative;
    overflow-x: auto;
    max-height: 500px;
}

td .ls-checkbox {
    display: block;
    text-align: center;
}

.ls-checkbox.green-checkbox {
    color: #02b500 !important;
    display: block;
    text-align: center;
}

.ls-checkbox.disabled {
    color: #f2f2f3 !important;
}

#tbl-body-admin-pending-modal table{
  width: 100% !important;
}
#tbl-body-admin-upcoming-modal table{
  width: 100% !important;
}
#tbl-body-admin-missing-any-modal table{
  width: 150% !important;
}
#tbl-body-admin-missing-final-modal table{
  width: 150% !important;
}
#tbl-body-admin-active-modal table{
  width: 100% !important;
}
#tbl-body-admin-consent-modal table{
  width: 100% !important;
}
#tbl-body-abnormal-follow-ups .rtc-wrapper {
    position: relative;
    overflow-x: auto;
    max-height: 500px;
}
#tbl-body-admin-field-consent-modal table{
     width: 100% !important;
}
#tbl-body-admin-field-today-modal table{
     width: 130% !important;
}

#tbl-body-admin-field-today-modal .rtc-wrapper {
    position: relative;
    overflow-x: auto;
    max-height: 500px;
}

#tbl-body-admin-field-tomorrow-modal table{
     width: 50% !important;
}

#tbl-body-admin-field-tomorrow-modal .rtc-wrapper {
    position: relative;
    overflow-x: auto;
    max-height: 500px;
}


#tbl-body-admin-field-missing-modal .rtc-wrapper {
    position: relative;
    overflow-x: auto;
    max-height: 500px;
}

#tbl-body-admin-field-final-modal .rtc-wrapper {
    position: relative;
    overflow-x: auto;
    max-height: 500px;
}
#tbl-body-admin-field-pending-modal table{
    width: 100% !important;
}
#tbl-body-admin-field-weeklist-modal table{
    width: 100% !important;
}
.basic-table tr td, .basic-table tr th{
    font-size: 11px;
}

td p span.badge {
    text-wrap: unset;
    text-align: left;
}
.fc-content .fc-time {
    display: none;
}

#tbl-body-clients .rtc-wrapper {
    position: relative;
    overflow-x: auto;
    max-height: 500px;
}

.lazy-load{
  background: rgba(255, 255, 255);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  opacity: 50%;
}

.lazy-load .spinner-border {
    position: fixed;
    --bs-spinner-width: 10rem !important;
    --bs-spinner-height: 10rem !important;
    --bs-spinner-border-width: 0.6em !important;
}

.text-xs {
    font-size: 12px;
}

/*
    Preview Invoice
*/
.preview-invoice { 
    font-size: 12px;
    max-width: 1140px;
    width: 100%;
    font-size: 13px; color: #231f20; font-family: 'Roboto';
}

.preview-invoice figure img {
    max-height: 45px;
}
.preview-invoice .heading {
    color: #19388b;
}

.preview-invoice .table-borderless tr td:first-child {
    font-weight: bold;
    width: 120px;
}

.preview-invoice p {
    margin-bottom: 0px;
}

.preview-invoice .table tr * {
    padding: 0 10px;
}

.preview-invoice .divider {
  border: 3px solid #19388b;
}

.preview-invoice .invoice-lines,
.preview-invoice .billing-report-body {
    font-size: 12px;
}

.preview-invoice .invoice-lines .table tr th {
    background-color: #19388b; color: #fff; letter-spacing: 1px; font-weight: 500; padding: 3px 0;
}

.w-auto{
    width:auto;
}

.pre-wrap{
    white-space: pre-wrap;
}

.btn-red-cancel {
    background-color: #FF0000;
    color: white;
}

.btn-red-cancel:hover {
    color: white;
}

.icon-emr {
    background-image: url(/assets/images/icon/svg/icon-emr.svg);
}

.modal-emr-version .modal-content {
    border-radius: 20px;
}

.modal-emr-version .modal-header {
    border-bottom: none !important;
}

.modal-emr-version .modal-footer {
    border-top: none !important;
}

.btn-emr-normal {
    border-radius: 6px;
    border-width: 1px;
    gap: 8px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    color: #1F1F1F;
    border: 1px solid #1F1F1F !important;
}
.btn-emr-normal:hover {
    background-color: #E6E6E6;
    color: #1F1F1F;
}
.font-14 {
    font-size: 14px;
}

.btn-emr-primary {
    border-radius: 6px;
    gap: 8px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border: none;
    background-color: #01A9DB;
    color: #FFFFFF;
}

.btn-emr-primary:hover {
    background-color: #0184A6;
    color: #FFFFFF;
}

.icon-caution,
.icon-emr,
.icon-question-mark-yellow {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    margin-right: 4px;
    cursor: pointer;
}