/* --- Custom Scrollbar --- */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #fff0f5;
}

::-webkit-scrollbar-thumb {
    background: #ffb6c1;
    border-radius: 10px;
    border: 2px solid #fff0f5;
}