 ::-webkit-scrollbar {
 background: transparent;
 width: 6px;
}
::-webkit-scrollbar-thumb {
 background-color: #C2C2C2;
 box-shadow: inset 0 0 5px #AEAEAE;
}
::-webkit-scrollbar-thumb:hover {
 background-color: #8A8A8A;
}
::-webkit-scrollbar-thumb:active {
 background-color: #727272;
 box-shadow: inset 0 0 5px #595959;
}
::-webkit-scrollbar-track:hover {
 background-color: #E6E6E6;
}
::-webkit-scrollbar-corner {
 background: transparent;
}
@media (max-width: 1200px) {
::-webkit-scrollbar {
width: 0;
height: 0;
}