/* Custom scrollbar for all public pages */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #1DB6EA;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #042B46;
} 