@import url("../staff_audit/theme.css");

html,
body,
* {
    scrollbar-width: thin;
    scrollbar-color: var(--border-subtle, #2f3b4f) transparent;
}

::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

::-webkit-scrollbar-track {
    background: transparent !important;
}

::-webkit-scrollbar-thumb {
    background: var(--border-subtle, #2f3b4f) !important;
    border-radius: 999px !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--text-secondary, #cbd5e1) !important;
    background-clip: padding-box !important;
}

::-webkit-scrollbar-corner {
    background: transparent !important;
}
