.btn-action-custom {
    height: 33px;
    width: 33px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.m-10 {
    margin: 10px;
}

.m-20 {
    margin: 20px;
}

@media (min-width: 576px) {
    .modal-sm {
        --bs-modal-width: 350px;
    }
}


/* .dataTables_info {
    display: contents;
} */

.dataTables_length label:before {
    /* content: "Showing 10 of 40 Results"; */
    margin-right: 5px;
}

.dataTables_length {
    display: none;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    display: inline-flex;
    align-items: center;
    /* Agar sejajar secara vertikal */
}

.dataTables_wrapper .dataTables_paginate {
    margin-left: auto;
    /* Dorong pagination ke kanan */
}

.edit-delete-action {
    display: flex;
    /* Mengubah menjadi flex container */
    gap: 5px;
    /* Memberikan jarak antar tombol */
    justify-content: center;
    /* Mengatur agar tombol tetap di tengah */
    align-items: center;
    /* Vertikal sejajar */
}

.card-header.align-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Menyelaraskan secara vertikal */
}

/* Margin Top */
.mt-5 {
    margin-top: 5px !important; 
}

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

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

/* Margin Bottom */
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

/* Margin Left */
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

/* Margin Right */
.mr-5 {
    margin-right: 5px;
}

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

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}


.login-wrapper .login-content .login-logo {
    display: block;
    max-width: 406px;
    margin: auto;
    height: 170px;
}

.header .header-left .logo img {
    /* width: 210px;
    height: 65px; */
    width: auto;
    padding: 8px;
    height: 65px;
}

.text-right {
    text-align: right;
}

.hidden {
    display: none !important;
}

.new-employee-field .image-upload {
    width: 120px;
    height: 39px;
    border: 0;
    background-color: var(--base-color);
    border-radius: 3px;
}


.info-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-item {
    display: flex;
    align-items: center;
}

.info-label {
    width: 50px;
    /* Sesuaikan lebar agar rata */
    font-weight: 600;
}

.info-separator {
    margin: 0 5px;
}

.info-value {
    flex-grow: 1;
}

.action-table-data {
    display: flex !important;
    gap: 5px;
    justify-content: center !important;
    align-items: center !important;
}

.disable-input {
    background-color: var(--disable-color) !important;
}

.sidebar .sidebar-menu .submenu-open .submenu ul li a::after,
.sidebars .sidebar-menu .submenu-open .submenu ul li a::after {
    content: "";
    background: rgba(50, 71, 92, 0.38);
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    position: absolute;
    top: 16px;
    left: 10px;
}


.sidebar .sidebar-menu>ul>li.submenu-open ul li a,
.sidebars .sidebar-menu>ul>li.submenu-open ul li a {
    padding: 10px 10px 10px 10px;
}

.sidebar .sidebar-menu .submenu-open .submenu.submenu-two ul li a,
.sidebars .sidebar-menu .submenu-open .submenu.submenu-two ul li a {
    margin-left: 21px;
    padding-left: 30px;
    width: 90%;
    margin-top: 3px;
}

.mobile-user-menu {
    align-content: center;
}

.user-letter img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.span-required {
    color: red;
    position: relative;
    top: -3px;
}

.bg-white {
    background-color: white !important;
}

.card-subtitle {
    font-size: medium;
    font-weight: 600;
}


/* .select2-dropdown {
    z-index: 9999 !important;
}
.select2-container--open {
    z-index: 9999 !important;
}

.select2-close-mask {
    z-index: 9999 !important;
}

.select2-dropdown {
    z-index: 9999 !important;
}
.select2-container {
    z-index: 9999 !important; 
} */


.carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    /* Optional: Add a semi-transparent background */
    padding: 10px;
}

.carousel-caption p:first-child {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

.carousel-caption p:last-child {
    font-size: 0.9em;
}

.carousel-caption .carousel-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
}

.carousel-caption .carousel-description {
    font-size: 1.0em;
}

.carousel-indicators {
    margin-bottom: 0px;
    ;

}

.dataTables_wrapper {
    padding-bottom: 10px;
}

.signature-canvas {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.like-buttons {
    display: flex;
    gap: 10px;
    /* Space between the Like buttons */
    /* flex-direction: column; */
    justify-content: center;
    /* Center the buttons horizontally */
    /* margin-top: 10px; */
    /* Add some space between the two rows */
}

.table tbody tr td .like-buttons a:hover {
    color: #ffffff;
}

.icon-button-custom {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.loadingx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
}


.item-calendar {
    background-color: #28a745;
    width: 100%;
    padding: 4px 3px 3px 13px;
    border-radius: 10px;
    text-align: left;
}

.table tbody tr .action-table-data-hvr a:hover {
    /* color: var(--base-color); */
    color: white;
}



/* Styling untuk <td> */
.action-table-cell {
    height: 170px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Styling untuk .btn-group (dua tombol per baris) */
.btn-group-row {
    display: flex;
    width: 100%;
    max-width: 300px;
    gap: 10px;
}

/* Styling untuk .btn-group (satu tombol per baris) */
.btn-group-single {
    display: flex;
    width: 100%;
    max-width: 300px;
}

/* Styling untuk tombol agar lebarnya sama atau penuh */
.btn-equal {
    flex: 1;
    min-width: 0;
    /* Mencegah tombol melebar berlebihan karena konten */
    width: 100%;
    /* Memastikan lebar penuh dalam flex container */
    box-sizing: border-box;
    /* Memastikan padding dan border tidak menambah lebar */
    white-space: nowrap;
    /* Mencegah teks membungkus ke baris baru */
    overflow: hidden;
    /* Memotong teks yang terlalu panjang */
    text-overflow: ellipsis;
    /* Menambahkan "..." jika teks terpotong */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* Styling untuk link di dalam tombol */
.btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    width: 100%;
    /*Memastikanlinkmengisitombol*/
    padding: 0 5px;
    /*Memberikansedikitpaddingagartekstidakterlalurapat*/
    box-sizing: border-box;

}

/* Styling untuk ikon Feather */
.feather-icon-15 {
    height: 15px;
    width: 15px;
    flex-shrink: 0;
    /* Mencegah ikon menyusut */
}

.sidebar .sidebar-menu .submenu-open .submenu ul li a,
.sidebars .sidebar-menu .submenu-open .submenu ul li a {
    margin-left: 25px;
    padding-bottom: 4px;
    font-size: 14px;
    color: rgb(118 118 118);
}

/* /////////////////////////////////////////////////////////////////////////////////////////  */


/* Menggunakan Bootstrap, jadi kita hanya styling yang spesifik untuk halaman ini */

/* Styling container utama untuk halaman appointment */
.appointment-container {
    /* Container menggunakan grid Bootstrap */
    position: relative;
}

/* Styling bagian list untuk halaman appointment */
.appointment-list-section {
    /* List section menggunakan col-lg-9 dari Bootstrap */
    position: relative;
}

/* Ensure sidebar scrollbar is always visible regardless of appointment list content */
.sidebar .slimScrollDiv,
.sidebars .slimScrollDiv {
    min-height: 100vh !important; /* Ensure sidebar always has height for scrollbar */
}

.sidebar .slimScrollBar,
.sidebars .slimScrollBar {
    display: block !important; /* Always show scrollbar */
    visibility: visible !important;
    opacity: 0.9 !important;
}

/* Styling bagian filter untuk halaman appointment */
.appointment-filter-section {
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}

.appointment-filter-section .card-header {
    background: #f8f9fa;
    padding: 10px 15px;
    border-bottom: 1px solid #e2e8f0;
}

.appointment-filter-section .card-header .card-title {
    color: #2d3748;
    font-weight: 600;
    font-size: 15px;
}

.appointment-filter-section .card-header .card-title i {
    font-size: 16px;
}

.appointment-filter-section .card-body {
    background: #ffffff;
    padding: 10px;
}

.appointment-filter-section .form-label {
    font-size: 14px;
    color: #1f2937;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.18px;
    display: flex;
    align-items: center;
}

.appointment-filter-section .form-label i {
    font-size: 15px;
    width: 18px;
}

/* Emphasize calendar icon on Periode label */
.appointment-filter-section .form-label .fa-calendar-alt {
    font-size: 16px;
    width: 18px;
    height: 18px;
    color: #2563eb;
    background: #e8f1ff;
    border-radius: 8px;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.18);
    margin-right: 8px;
}

.appointment-filter-section .form-control-sm {
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 13px;
    transition: all 0.2s ease;
    height: 32px;
}

.appointment-filter-section .form-control-sm:hover {
    border-color: #cbd5e0;
}

.appointment-filter-section .form-control-sm:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

.filter-input:hover,
.filter-select:hover {
    border-color: #cbd5e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.filter-input:focus,
.filter-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1), 0 4px 12px rgba(102, 126, 234, 0.15);
    outline: none;
    background: #ffffff;
}

.filter-input::placeholder {
    color: #a0aec0;
    font-size: 13px;
}

/* Payment Status Styling - Tidy */
.payment-status-group-tidy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Fallback for browsers that don't support gap */
    margin: -4px -6px;
    gap: 8px 12px;
    background: transparent;
    padding: 2px 0;
    border: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-status-group-tidy > * {
    /* Fallback margin for browsers that don't support gap */
    margin: 4px 6px;
}

.payment-status-group-tidy:hover {
    border-color: transparent;
}

.payment-status-option {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* Fallback for browsers that don't support gap */
    margin-right: 6px;
    gap: 6px;
    cursor: pointer;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background: transparent;
    border: none;
    position: relative;
    box-shadow: none;
}

.payment-status-option:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.payment-status-option .form-check-input {
    margin: 0 4px 0 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.payment-status-option .form-check-input:checked {
    background-color: #667eea;
    border-color: #667eea;
}

.payment-status-option .form-check-input:checked ~ .payment-badge {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    font-weight: 700;
}

.payment-badge {
    font-size: 13px;
    padding: 7px 12px;
    font-weight: 700;
    border-radius: 10px;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    display: inline-block;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}

/* Badge colors - ALWAYS show (not just when checked) */
.payment-badge-secondary {
    background-color: #6c757d !important;
    color: #ffffff !important;
}

.payment-badge-success {
    background-color: #198754 !important;
    color: #ffffff !important;
}

.payment-badge-warning {
    background-color: #ffc107 !important;
    color: #000000 !important;
}

.payment-badge-danger {
    background-color: #dc3545 !important;
    color: #ffffff !important;
}

/* Enhanced styles when checked */
.payment-status-option .form-check-input:checked ~ .payment-badge-secondary {
    background-color: #495057 !important;
    box-shadow: 0 0 0 2px rgba(108, 117, 125, 0.2);
}

.payment-status-option .form-check-input:checked ~ .payment-badge-success {
    background-color: #157347 !important;
    box-shadow: 0 0 0 2px rgba(25, 135, 84, 0.2);
}

.payment-status-option .form-check-input:checked ~ .payment-badge-warning {
    background-color: #ffb300 !important;
    box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.2);
}

.payment-status-option .form-check-input:checked ~ .payment-badge-danger {
    background-color: #bb2d3b !important;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}

/* Date Range Styling - Compact */
.date-range-container-compact {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    transition: all 0.2s ease;
    height: 32px;
}

.date-range-container-compact:hover {
    border-color: #cbd5e0;
}

.date-range-container-compact:focus-within {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.date-range-container-compact .form-control-sm {
    flex: 1;
    border: none;
    background: transparent;
    padding: 4px 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #1f2937;
    min-width: 120px;
    height: auto;
}

.date-range-container-compact .form-control-sm::placeholder {
    color: #9ca3af;
}

.date-range-container-compact .form-control-sm:focus {
    outline: none;
    box-shadow: none;
}

.date-separator-text {
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 4px;
}

/* Compact Button Styling */
.appointment-filter-section .btn-sm {
    padding: 6px 12px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment-filter-section .btn-primary {
    /* background: linear-gradient(135deg, #5a67d8 0%, #805ad5 100%); */
    border: none;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(90, 103, 216, 0.25);
}

.appointment-filter-section .btn-primary:hover {
    /* background: linear-gradient(135deg, #4c51bf 0%, #6b46c1 100%); */
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(90, 103, 216, 0.3);
}

.appointment-filter-section .btn-primary:active,
.appointment-filter-section .btn-primary:focus {
    /* background: linear-gradient(135deg, #4338ca 0%, #5b3abf 100%); */
    box-shadow: 0 0 0 3px rgba(90, 103, 216, 0.3);
}

.appointment-filter-section .btn-outline-secondary {
    border: 1.5px solid #cbd5e0;
    color: #4a5568;
}

.appointment-filter-section .btn-outline-secondary:hover {
    background: #4a5568;
    border-color: #4a5568;
    color: #ffffff;
}


.appointment-filter-section h6 {
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}

.appointment-filter-section #filterToggleIcon {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.appointment-filter-section .card-header[aria-expanded="true"] #filterToggleIcon,
.appointment-filter-section .card-header:has(+ .card-body:not([style*="display: none"])) #filterToggleIcon {
    transform: rotate(180deg);
}

.appointment-filter-section #activeFilterCount {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
}

/* Styling card untuk setiap data pasien */
.appointment-card .card {
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Styling header card (kotak waktu dan badge) */
.appointment-time-header {
    background-color: #d9d9d9;
    border-bottom-width: 7px !important;
}

.appointment-badge {
    margin-right: 10px;
}

/* Styling card body */
.appointment-card .card-body {
    padding: 15px;
}

/* Styling informasi pasien */
.appointment-patient-info {
    line-height: 1.6;
    font-size: 14px;
}

.appointment-patient-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.appointment-patient-info .badge {
    margin-right: 5px;
}

.appointment-patient-info span {
    display: inline-block;
    margin-bottom: 5px;
}

/* Styling informasi dokter */
.appointment-doctor-info {
    line-height: 1.6;
    font-size: 14px;
}

.appointment-doctor-info span {
    display: inline-block;
    margin-bottom: 5px;
}

/* Styling tombol aksi */
.appointment-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

/* Styling pagination */
.appointment-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.appointment-pagination div {
    font-size: 14px;
    color: #333;
}

.nav.tab-style-1x .nav-link.active {
    background-color: #e2e2e2 !important;
    color: black !important;
    box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
    transition: color 0.15s ease-in;
}

.tab-style-1x li a {
    font-size: 13px;
}

.nav.tab-style-1x .nav-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav.tab-style-1x .nav-link {
    background-color: #ededed !important;
    padding: 7px;
}

/* Media query untuk layar kecil */
@media (max-width: 991px) {
    .appointment-filter-section {
        position: static;
        margin-top: 20px;
    }
}

.hidden-md {
    @media (min-width: 768px) and (max-width: 991.98px) {
      display: none !important;
    }
  }
  
  .hidden-sm {
    @media (min-width: 576px) and (max-width: 767.98px) {
      display: none !important;
    }
  }
  
  .hidden-xs {
    @media (max-width: 575.98px) {
      display: none !important;
    }
  }


.nav.tab-style-2x .nav-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav.tab-style-2x .nav-link {
    background-color: #ededed !important;
    padding: 7px;
    color: var(--base-color);
}

.table tbody tr td {
    color: var(--font-color);
    font-size: 14px !important;
}

.accordion-body {
    color: var(--font-color);
}

.accordion-button {
    color: var(--font-color) !important;
}

table tbody td.action-table-data a .feather-edit {
    width: 16px;
    height: 16px;
}

.text-right{
    text-align: right !important;
}


.mr-2{
    margin-right: 2px;
}
.hiddenx{
    display: none !important;
}
/* Hidden di extra small (<576px) */
.hidden-xs {
    display: none;
  }
  @media (min-width: 576px) {
    .hidden-xs {
      display: block;
    }
  }
  
  /* Hidden di small (<768px) */
  .hidden-sm {
    display: block;
  }
  @media (max-width: 767.98px) {
    .hidden-sm {
      display: none;
    }
  }
  
  /* Hidden di medium (<992px) */
  .hidden-md {
    display: block;
  }
  @media (max-width: 991.98px) {
    .hidden-md {
      display: none;
    }
  }
  
  /* Hidden di large (<1200px) */
  .hidden-lg {
    display: block;
  }
  @media (max-width: 1199.98px) {
    .hidden-lg {
      display: none;
    }
  }
  
  /* Hidden di extra large (<1400px) */
  .hidden-xl {
    display: block;
  }
  @media (max-width: 1399.98px) {
    .hidden-xl {
      display: none;
    }
  }
  
  /* Hidden di extra extra large (≥1400px) */
  .hidden-xxl {
    display: block;
  }
  @media (min-width: 1400px) {
    .hidden-xxl {
      display: none;
    }
  }

.details-table {
    width: 100%;
    border-collapse: collapse;
}
.details-table td {
    padding: 4px;
    vertical-align: top;
}
.details-table .colon {
    width: 10px;
}

.total-fee-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.total-fee-box {
    background-color: #e9ecef;
    padding: 5px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
}

.total-fee-label {
    font-size: 14px;
    font-weight: 600;
    color: #343a40;
}

.total-fee-amount {
    font-size: 14px;
    font-weight: 700;
    color: #007bff;
}

.feather-size-20{
    width:20px;height:20px;
}

.text-end {
    text-align: end;
}

.br-5{
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.mt-m-4{
    margin-top: -4px !important;
}

.fs-12{
    font-size: 12px !important;
}

.btn-block{
    color: darkslategrey;
}

.btn-block:hover{
    background-color: rgb(238, 238, 238);
}

.header .header-left {
    display: flex;
    align-items: center;
    justify-content: center; /* ini bikin semua konten ke tengah */
    /* width: 260px; */
    /* height: 66px; */
    border-right: 1px solid #dbe0e6;
    border-bottom: 1px solid #dbe0e6;
}

.app-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 6px;
    width: 100%;
    border: 1px solid #ccc !important;
    padding: 6px 10px !important;
    font-size: 12px;
    text-align: left;
}

.app-btn i,
.app-btn svg {
    padding-top: 3px;
    width: 16px;
    height: 16px;
    margin-top: -3px;
}

.align-content-center{
    align-content: center !important;
}

/* Improved SlimScroll Bar Styles for Better Visibility */
/* Applies to both left sidebar and right sidebar */
.slimScrollBar {
    width: 14px !important; /* Larger width for easier clicking */
    background: #03b9ff !important; /* Bright blue color */
    opacity: 0.9 !important; /* High opacity for visibility */
    border-radius: 7px !important;
    right: 2px !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}

.slimScrollBar:hover {
    background: #0066cc !important; /* Darker blue on hover */
    opacity: 1 !important;
}

.slimScrollRail {
    width: 14px !important; /* Match the bar width */
    background: #e0e0e0 !important; /* Light gray rail */
    opacity: 0.6 !important; /* Visible rail */
    border-radius: 7px !important;
    right: 2px !important;
}

/* Ensure scrollbar is always visible and easy to see */
.slimScrollDiv .slimScrollBar {
    min-width: 14px !important;
    min-height: 30px !important; /* Minimum height for easier grabbing */
}

/* Specific styles for right sidebar scrollbar */
.sidebar-right .slimScrollBar,
.sidebars .sidebar-right .slimScrollBar {
    width: 14px !important;
    background: #03b9ff !important;
    opacity: 0.9 !important;
    border-radius: 7px !important;
    right: 2px !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}

.sidebar-right .slimScrollBar:hover,
.sidebars .sidebar-right .slimScrollBar:hover {
    background: #0066cc !important;
    opacity: 1 !important;
}

.sidebar-right .slimScrollRail,
.sidebars .sidebar-right .slimScrollRail {
    width: 14px !important;
    background: #e0e0e0 !important;
    opacity: 0.6 !important;
    border-radius: 7px !important;
    right: 2px !important;
}

.custom-select{
    min-width: 55px !important;
}

.border-js {
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(90deg, #000, #999, #000);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 100% 100%, 300% 100%;
}

@media (max-width: 500px) {
    .all-content-center {
        text-align: center  !important;
        text-align-last: center !important;
    }
}