/* ============================================================
   Custom scrollbars — native theme (Al-Faisal)
   ============================================================ */

html.native-custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(38, 166, 154, 0.55) transparent;
}

html.native-custom-scrollbar ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html.native-custom-scrollbar ::-webkit-scrollbar-track {
    background: transparent;
}

html.native-custom-scrollbar ::-webkit-scrollbar-thumb {
    background-color: rgba(38, 166, 154, 0.45);
    border-radius: 999px;
}

html.native-custom-scrollbar ::-webkit-scrollbar-thumb:hover {
    background-color: #26a69a;
}

html.native-custom-scrollbar:has(body.dark-mode) {
    scrollbar-color: rgba(38, 166, 154, 0.65) transparent;
}

html.native-custom-scrollbar:has(body.dark-mode) ::-webkit-scrollbar-thumb {
    background-color: rgba(38, 166, 154, 0.55);
}

html.native-custom-scrollbar:has(body.dark-mode) ::-webkit-scrollbar-thumb:hover {
    background-color: #26a69a;
}

.admin-sidebar__nav {
    scrollbar-width: thin;
    scrollbar-color: rgba(38, 166, 154, 0.45) transparent;
}

.admin-table-wrap {
    scrollbar-width: thin;
    scrollbar-color: rgba(38, 166, 154, 0.45) transparent;
}

.big-nav {
    scrollbar-width: thin;
    scrollbar-color: rgba(38, 166, 154, 0.45) transparent;
}
