.text-samurai-dark {
  color: #0F3C4C !important
}

.text-samurai-highlight {
  color: #F56F10 !important
}

.bg-samurai-dark {
  background-color: #0F3C4C !important
}

.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(--primary-50) !important;
  color: var(--primary-600) !important;
}

.fc-v-event .fc-event-main {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  background-color: var(--primary-50) !important;
  color: var(--primary-600) !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: #eee;
  color: #0F3C4C !important;
}

.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%;
}

@media print {
  .no-print {
    display: none !important;
  }

  .section-header {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 12px 0;
  }
}

/* Change dataTables record count spacing */
.dt-info {
  margin-top: 12px;
}

/**/

.form-control {
  font-size: 0.85rem !important;
}

.form-select {
  font-size: 0.85rem !important;
}

.notification-card {
  transition: background-color 0.2s ease;
}

.notification-card:hover {
  background-color: #f8f9fa;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
}

.modal-content {
  border-radius: 10px !important;
}

.dropdown-menu {
  font-size: 12px !important;
  border-radius: 6px;
}

div.dt-container .dt-paging .dt-paging-button {
  margin-left: 10px !important
}

.dt-paging {
  margin-top: 16px !important;
}

.dt-container {
  margin-bottom: 10px !important;
}

.react-select .__value-container {
  height: 38px !important;
}

.react-select .__control {
  height: 38px !important;
  border-radius: 6px !important;
}

.nav-link.disabled {
  pointer-events: none;
  opacity: 0.5;
}


.panel-table tbody tr.notification-selected,
.panel-table tbody tr.notification-selected>td {
  background-color: var(--primary-50) !important;
  /* Background color for selected row */
  border-left: solid 4px var(--primary-600) !important;
  /* Left border for selected row */
}

.panel-table tbody tr.notification-selected:hover,
.panel-table tbody tr.notification-selected:hover>td {
  background-color: #CCE7FF !important;
  /* Hover color for selected row */
}

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

.modal-title {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

.modal-dialog {
  margin-top: 10px !important;
}

.margin-top-override-48 {
  margin-top: 48px !important;
}

.paginated-table-container {
  overflow-y: auto;
  overflow-x: auto;
}

/* Make the table expand only when needed so horizontal scrollbars are hidden
   on wide screens but appear when the content is wider than the container */

.paginated-table-container table {
  width: max-content;
  min-width: 100%;
}

@media (min-width: 1200px) {
  .modal-xxl {
    --bs-modal-width: 1280px;
  }
}

/* React Calendar Timeline Bootstrap adjustments */
.rct-calendar {
  font-size: 0.875rem;
}

.rct-item {
  border: none !important;
  border-radius: 2rem;
  color: #fff;
  min-width: 20px;
}

.rct-item.selected {
  border: none !important;
  background-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
  filter: none !important;
}

.rct-sidebar {
  background-color: #f8f9fa;
}

.rct-sidebar-row {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #dee2e6;
}

.react-calendar-timeline .rct-header-root {
  background-color: #f8f9fa !important;
  border-bottom: 1px solid #dee2e6;
  color: black !important;
}

.rct-dateHeader {
  font-weight: 600 !important;
  color: #111827 !important;
}

.modal {
  background: RGBA(0, 0, 0, .5) !important;
}

.modal-body {
  padding-top: 12px !important;
}

.occurrences-container {
  max-height: 50vh;
  overflow-y: auto;
}

.dropdown>button.show {
  background-color: #fff !important;
  color: #fff !important;
}

#printable-work-order {
  width: 1100px;
  /* Matches the screen width used in print mode */
  margin: 0 auto;
  background: white;
}

.form-select,
.form-control:not(textarea) {
  height: 38px !important;
}

.form-control[type="file"] {
  line-height: 1.5 !important;
}

.css-1emdete-control {
  height: 38px !important;
}

.col-md-1 {
  margin-top: 8px !important;
}

.col-md-2 {
  margin-top: 8px !important;
}

.col-md-3 {
  margin-top: 8px !important;
}

.col-md-4 {
  margin-top: 8px !important;
}

.col-md-5 {
  margin-top: 8px !important;
}

.col-md-6 {
  margin-top: 8px !important;
}

.col-md-7 {
  margin-top: 8px !important;
}

.col-md-8 {
  margin-top: 8px !important;
}

.col-md-9 {
  margin-top: 8px !important;
}

.col-md-10 {
  margin-top: 8px !important;
}

.col-md-11 {
  margin-top: 8px !important;
}

.col-md-12 {
  margin-top: 8px !important;
}

.signup-modal-title {
  font-size: 48px !important;
  color: #0d6efd;
  text-align: center;
  margin-inline: 1rem;
}

.signup-page-background {
  background: url('/assets/images/auth/background-blur-2.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
}

.form-check .form-check-input {
  border: solid 2px #ddd !important
}

.action-card-border {
  border-style: solid;
  border-color: #eee;
  border-width: 0.25px;
  border-top-color: var(--warning-500);
  border-top-width: 8px;

}

.dropdown-item {
  font-size: 0.85rem !important;
}

.filter-sidebar {
  width: 100%;
}

@media (min-width: 992px) {
  .filter-sidebar {
    flex: 0 0 260px;
    max-width: 260px;
  }

  .filter-sidebar .nav {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
  }
}

@media (min-width: 1400px) {
  .filter-sidebar {
    flex: 0 0 240px;
    max-width: 240px;
  }
}

.filter-sidebar__button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.625rem 0.75rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.85rem;
  color: var(--text-secondary-light);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  white-space: normal;
}

.filter-sidebar__button:hover,
.filter-sidebar__button:focus-visible {
  color: #0F3C4C;
  background-color: rgba(15, 60, 76, 0.08);
}

.filter-sidebar__button:focus-visible {
  outline: 2px solid rgba(15, 60, 76, 0.4);
  outline-offset: 2px;
}

.filter-sidebar__button.is-active {
  background-color: #0F3C4C;
  color: #fff;
}

.filter-sidebar__button.is-active:hover,
.filter-sidebar__button.is-active:focus-visible {
  color: #fff;
  background-color: #0F3C4C;
  outline: 2px solid rgba(15, 60, 76, 0.4);
  outline-offset: 2px;
}

.form-card-image-height {
  height: 160px !important;
  object-fit: 'cover' !important;
}

@media (min-width: 1600px) {
  .modal-xxl {
    width: 1400px !important;
    margin: auto;
  }
}

.__control--is-disabled,
.react-select__control--is-disabled, .form-control:disabled {
  background-color: var(--neutral-50)!important;
}

