.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 .sidebar-submenu li > .active-page:hover {
    color: var(--brand);
}

.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%;
}


.chkinput_lable {
    display: flex;
    align-items: center;
}

.chkinput_lable input {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 15px;
    margin-top: 0px;
}

.input_chkinput {
    display: flex;
    align-items: center;
}

.input_chkinput input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 15px;
    margin-top: 0px;
}

.lable_chkinput {
    display: flex;
    align-items: center;
    justify-content:space-between ;
}

.lable_chkinput input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 15px;
    margin-top: 0px;
}

.lable_chkinput_child {
    display: flex;
    align-items: center;
}

.salas_anlys_dropdown_container {

}

.salas_analysis_dropdown {
    margin-bottom: 5px;
}

.salas_analysis_dropdown span {
    line-height: 16px;
}

.salas_analysis_dropdown button {
    text-align: start;
    padding: 8px 12px;
    font-size: 14px;
}

.dropdown-transition {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.dropdown-transition.open {
    max-height: 200px; /* Adjust as needed */
    opacity: 1;
}

.dropdown-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 180px;
    overflow-y: auto;
}

.salas_analysis_dropdown .dropdown-menu-list li {
    padding: 5px 12px;
    font-size: 14px;
}

.salas_analysis_dropdown .dropdown-menu-list li input[type=checkbox] {
    margin-top: 0px;
    border-color: #0d6efd;
}

.basic-border-table thead tr th {
    padding: 5px 12px;
    font-size: 14px;
}

.basic-border-table tbody tr td {
    padding: 5px 12px;
    font-size: 14px;
}

.salesAnalysis_wrape {
    position: relative;
}

.salas_anlys_dropdown_section {
    position: sticky;
    top: 85px;
}

.radio_filter1 {
    padding-right: 0;
}

.radio_filter1 > div {
    border: 1px solid #d1d5db;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: center;
    border-radius: 0.375rem;
}

.radio_filter2 > div {
    border: 1px solid #d1d5db;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: center;
    border-radius: 0.375rem;
}

.order_Table thead tr th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.order_Table tbody tr td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.cartwishlist_filters {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.cartwishlist_filters .reportType_filter > div,
.cartwishlist_filters .basketType_filter > div {
    border: 1px solid #d1d5db;
    padding: 8px 15px;
    justify-content: center;
    border-radius: 0.375rem;
}

.cartwish_Table thead tr th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.cartwish_Table tbody tr td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.customer_table thead tr th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.customer_table tbody tr td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.customer_table tbody tr td .btn {
    font-size: 14px;
    text-align: left;
}

/*#region Order Filter*/

.order_filter_section {
    padding: 15px 0px;
    border-bottom: 1px solid #d1d5db80;
}

/*#endregion*/

.sendmail_field {
    text-align: center;
}

.password_eye_btn {
    right: 10px;
    top: 12px;
}

.tab_close_btn {
    font-size: 18px;
    line-height: 10px;
}

.order_list_typeTab {

}

.order_list_typeTab .btn-sm {
    padding: 5px 10px;
    font-size: 14px;
}