.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: 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%;
}

.Gallery-masonry {
  background: #000;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.travel-slider .slick-slide{
  margin: 0;
}

.Check.complete{
  stroke-dashoffset: 65.9734px !important;
}

/* Shimmer / skeleton loading placeholders — theme-aware via the existing
   --neutral-200/--neutral-300 variables so it reads correctly in both
   light and dark mode without a separate override. */
@keyframes shimmer-sweep {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}

.shimmer {
  display: block;
  border-radius: 8px;
  background-color: var(--neutral-200);
  background-image: linear-gradient(
    90deg,
    var(--neutral-200) 0px,
    var(--neutral-300) 40px,
    var(--neutral-200) 80px
  );
  background-size: 400px 100%;
  background-repeat: no-repeat;
  animation: shimmer-sweep 1.4s ease-in-out infinite;
}

.shimmer-text {
  height: 14px;
  width: 100%;
  margin-bottom: 8px;
}

.shimmer-title {
  height: 20px;
  width: 45%;
  margin-bottom: 16px;
}

.shimmer-row {
  height: 40px;
  width: 100%;
  margin-bottom: 12px;
}

.shimmer-circle {
  border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
  .shimmer {
    animation: none;
  }
}

/* Mobile/tablet FAB navigation — replaces the full-width slide-in sidebar
   below the app's existing 1200px sidebar breakpoint with a floating round
   button that expands into a compact nav list, instead of covering the
   whole screen with the desktop sidebar. */
@media (max-width: 1199.98px) {
  .sidebar.sidebar-open {
    inset-inline-start: -100% !important;
  }
  /* Replaced by .mobile-fab-menu-btn below — the old hamburger opened the
     full desktop sidebar, which no longer slides in at this width. */
  .sidebar-mobile-toggle {
    display: none !important;
  }
}

.mobile-fab-menu-btn {
  display: none;
}

@media (max-width: 1199.98px) {
  .mobile-fab-menu-btn {
    display: flex;
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--primary-600);
    color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
    z-index: 1050;
    border: none;
    transition: transform 0.15s ease;
  }

  .mobile-fab-menu-btn:active {
    transform: scale(0.94);
  }

  .mobile-fab-menu-btn .icon {
    font-size: 1.6rem;
  }

  .mobile-fab-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
  }

  .mobile-fab-menu-panel {
    position: fixed;
    bottom: 92px;
    right: 24px;
    max-height: 65vh;
    width: min(280px, calc(100vw - 48px));
    overflow-y: auto;
    background-color: var(--white);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    z-index: 1045;
    padding: 12px;
    animation: fab-panel-in 0.18s ease-out;
  }

  @keyframes fab-panel-in {
    from {
      opacity: 0;
      transform: translateY(12px) scale(0.98);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .mobile-fab-menu-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-fab-menu-panel li a,
  .mobile-fab-menu-panel li button {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    color: var(--text-primary-light);
    text-decoration: none;
    background: none;
    border: none;
    text-align: start;
    font-size: 0.9rem;
  }

  .mobile-fab-menu-panel li a.active-page {
    background-color: var(--primary-light);
    color: var(--primary-600);
    font-weight: 600;
  }

  .mobile-fab-menu-panel li a .icon,
  .mobile-fab-menu-panel li button .icon {
    font-size: 1.2rem;
    flex-shrink: 0;
  }

  .mobile-fab-menu-panel hr {
    margin: 8px 0;
    border-color: var(--neutral-200);
  }
}