/* Start custom CSS */::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
background: #00AEC5 !important;
border-radius: 10px;
border: 3px solid #0a0a0a;
}/* End custom CSS */