.jvm-zoom-btn.jvm-zoomin,
.jvm-zoom-btn.jvm-zoomout {
  top: 10px;
  background: #d1d5db;
  color: #111827;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}

.slick-dots {
  display: flex !important;
}

.fc-toolbar-title {
  font-size: 24px !important;
  font-weight: 600;
}

.fc-button {
  border-color: var(--primary-600) !important;
  background: #fff !important;
  color: var(--primary-600) !important;
  font-weight: 600 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-width: 80px !important;
}

.fc-button:hover {
  background-color: var(--primary-50) !important;
}

.fc-button-active {
  color: #fff !important;
  background-color: var(--primary-600) !important;
}

.fc-button-active:hover {
  color: #fff !important;
  background-color: var(--primary-600) !important;
}

.fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none !important;
}

.fc-toolbar-chunk {
  display: flex !important;
}

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

.fc-h-event {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  /* background-color: var(--primary-50) !important; */
  color: var(--primary-600) !important;
}

.fc-h-event .fc-event-main {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  /* background-color: var(--brand) !important; */
  color: white !important;
}

.fc-v-event .fc-event-main {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  /* background-color: var(--brand) !important; */
  color: white !important;
}

.fc-daygrid-day-number {
  transition: background-color 0.2s;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 50%;
}

.fc-daygrid-day:hover .fc-daygrid-day-number {
  background-color: var(--primary-100) !important;
  color: var(--primary-600) !important;
  transition: background-color 0.2s;
}

.slider-progress .active {
  transition: all 0.3s linear;
}

.slick-list {
  margin: 0 -7px;
}

.slick-slide>div {
  padding: 0 10px;
}

.center-gap {
  display: flex;
  align-items: center;
  gap: 6px;
}

.inline-grid {
  display: inline-grid;
}

.image-upload__boxInner.custom {
  display: flex;
  justify-content: center;
  align-items: center;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: unset !important;
}

/* Hide all submenus by default */
.sidebar-submenu {
  /* display: none; */
  list-style: none;
  padding-left: 20px;
  /* Adjust as needed */
}

.sidebar-menu .sidebar-submenu {
  display: block;
}

/* Optional: Add transition for smooth toggle */
.sidebar-menu .dropdown .sidebar-submenu {
  transition: max-height 0.3s linear;
  overflow: hidden;
  max-height: 0px;
}

/* .sidebar-menu .dropdown.open .sidebar-submenu {
  max-height: 1000px;
} */

.sidebar-menu li>a>i {
  margin-inline-end: 0;
}

.mr-10 {
  margin-right: 10px !important;
}

.sidebar-menu .sidebar-submenu li a {
  gap: 12px;
}

.sidebar-menu .sidebar-submenu li>.active-page {
  background-color: var(--button-secondary);
  color: var(--text-primary-light);
}

.sidebar-menu li>a.active-page:hover {
  color: var(--text-primary-light);
}

.me-8 {
  margin-right: 8px;
}

.gap-10 {
  display: flex;
  gap: 8px;
}

.w-33 {
  width: 33.33%;
}

.overlay::after {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  transition: all 0.3s;
  z-index: 2;
}

.overlay.active::after {
  width: 100%;
}

.accordion-header {
  /* border-bottom: 2px solid #0d6efd; */
  /* Border with blue color */
  /* background-color: #e9f5ff; */
  /* Light blue background color */
  /* border-radius: 5px; */
  /* Optional: Rounded corners */
  /* margin-bottom: 10px; */
  /* Optional: Space between accordion items */
  /* padding: 7px; */
}

.accordion-button {
  /* color: #0d6efd; */
  /* Text color */
  /* font-weight: bold; */
  /* Optional: Bold text */
}

.accordion-button:not(.collapsed) {
  /* background-color: #cce5ff; */
  /* Background color when accordion is open */
  /* color: #0a58ca; */
  /* Text color when accordion is open */
}

.patient_detail_img {
  width: 15px;
}

.color_bubble_green {
  color: #4bbd71;
}

.color_bubble_blue {
  color: #4f84ff;
}

.color_bubble_violet {
  color: #9d3efe;
}

.custom_table td {
  padding: 6px 10px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.custom_table th {
  background-color: var(--brand);
  /* Change this to your preferred color */
  color: white;
}

.active_select {
  -webkit-appearance: none !important;
  padding: 2px 7px !important;
  height: auto !important;
  padding-left: 18px !important;
  /* width: 81px !important; */
}

.select_icon {
  left: 4px;
  top: 2px;
  font-weight: bolder;
}

.custom_table th,
.custom_table td {
  white-space: nowrap;
  /* Prevents text from wrapping */
  text-align: center;
  /* Centers content */
  vertical-align: middle;
  /* Keeps content aligned */

  border-bottom: none !important;


}

.custom_table thead tr:nth-child(2) th {
  /* background-color: var(--button-secondary) !important; */
  /* Change background color */
  /* color: black; */
  /* Change text color */
  text-align: center;
  /* Center the text */

}

.modal-title {
  font-size: 25px !important;
}

#master-layout:fullscreen {
  overflow-y: auto;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fixed-size-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  /* Adjust as needed */
}

.basic-data-table th {
  background-color: var(--brand) !important;

  font-weight: 600 !important;
  font-size: 14px !important;

}

.basic-data-table .dt-column-title {
  color: white !important;
}

.dtfc-fixed-left {
  border-right: 1px solid #ccc !important;
  box-shadow: 3px 0 5px -2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 3;
}

table.dataTable {
  border-collapse: separate;
}

table.dataTable>thead>tr>th {
  padding: 3px 6px;
  border: 1px solid
}

.basic-data-table tfoot th {
  background-color: var(--bs-primary-text-emphasis) !important;
}

.custom_table td {
  border: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
}

table.dataTable>tfoot>tr>th {
  padding: 3px;
  text-align: center;
}

.dt-empty {
  text-align: left !important;
  padding-left: 10px !important;
  /* Optional: add some padding for better appearance */
}

.dt-column-header {
  text-align: center !important;
}

.disabled-section .accordion-button {
  filter: blur(0.8px);
  opacity: 0.6;
  cursor: not-allowed;
}

.data-not-found-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 14px;
  color: red;
  /* Bootstrap text-muted */
  z-index: 2;
  pointer-events: none;
}

.sidebar {
  z-index: 4;
}


.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  --c: no-repeat radial-gradient(farthest-side, #25b09b 92%, #0000);
  background:
    var(--c) 50% 0,
    var(--c) 50% 100%,
    var(--c) 100% 50%,
    var(--c) 0 50%;
  background-size: 12px 12px;
  animation: l12 1s infinite;
}

.loader::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear
}

@keyframes l12 {
  100% {
    transform: rotate(.5turn)
  }
}

.dataTables_scrollBody {
  overflow-y: hidden !important;
  display: none !important;
}

.dt-scroll-body {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.DailyReportTableTest .custom_table_header {
  display: flex;
  background: #f8f9fa;
  font-weight: bold;
  border: 1px solid #dee2e6;
}

.DailyReportTableTest .custom_table_header>div {
  padding: 8px;
  border-right: 1px solid #dee2e6;
  text-align: center;
}

.DailyReportTableTest .custom_table_header>div:last-child {
  border-right: none;
}

.DailyReportTableTest .accordion-header {
  padding: 0 !important;
  border: none !important;
  cursor: pointer !important;
}

/* Add to your CSS or <style> tag */
.DailyReportTableTest .accordion-button {
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  min-height: auto !important;
}

.DailyReportTableTest .accordion .accordion-item {
  padding: 0px;
}

.bg_sky {
  background-color: #d0ebff !important;
}

.text-primary {
  color: #084298 !important;
}

.DailyReportTableTest .accordion-body .d-flex:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

.header-grid-container {
  overflow-x: auto;
}

.header-grid {
  min-width: max-content;
}

.header-cell {
  font-size: 14px;
}

/* css for arrow box in input */
.css-tj5bde-Svg {
  display: inline-block;
  fill: currentColor;
  line-height: 1;
  stroke: currentColor;
  stroke-width: 0;
}

.css-1u9des2-indicatorSeparator {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  background-color: hsl(0, 0%, 80%);
  margin-bottom: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}

.css-1wy0on6 {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}

.css-1xc3v61-indicatorContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  color: hsl(0, 0%, 80%);
  padding: 8px;
  box-sizing: border-box;
}

.css-1xc3v61-indicatorContainer:hover {
  color: hsl(0, 0%, 60%);
}

/* css for arrow box in input */

.hover_export:hover {
  transition: all ease-in-out 0.2s;
  transform: scale(1.3);
  cursor: pointer;
}

.daterangepicker {
  z-index: 30000 !important;
}

body {
  zoom: 0.8;
  /* 80% */
}

.d-footer {
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  width: 100%;
}