@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #598B82; } ::-webkit-scrollbar-track { background-color: #CAD2D0; } ::-webkit-scrollbar { width: 7px; height: 7px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }
 ::selection { background: #D4DCDA; color: none;} 