::-webkit-scrollbar {
 background: transparent;
 width: 16px;
 height: 0 !important;
}
::-webkit-scrollbar-thumb {
 background-color: #3a4292;
 border-radius: 16px;
 border: solid 4px white;
}
::-webkit-scrollbar-corner {
 background: transparent;
}
@media (max-width: 1200px) {
::-webkit-scrollbar {
width: 0;
height: 0;
}