/* ============================================
   SCROLLBAR STYLES
   ============================================ */

/* Thin scrollbar styles */
.scrollbar-thin::-webkit-scrollbar {
    height: 6px; /* controls height of horizontal scrollbar */
}

.scrollbar-thin::-webkit-scrollbar-thumb {
    background-color: #cbd5e0; /* light gray thumb */
    border-radius: 9999px;
}

.scrollbar-thin::-webkit-scrollbar-track {
    background: transparent;
}
