html,body,#root{height:100%;min-height:100%;width:100%}body{overscroll-behavior-x:contain}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}.scrollbar-dark{--scrollbar-bg: rgb(30, 28, 38);--scrollbar-color: rgb(87, 85, 100);--scrollbar-border: none}.scrollbar-light{--scrollbar-bg: white;--scrollbar-color: #b9b9b9;--scrollbar-border: 1px solid #d4d4d4}::-webkit-scrollbar{width:6px;height:6px}@media (max-width: 599px){::-webkit-scrollbar{display:none;width:0px;height:0px}}::-webkit-scrollbar-track{background:var(--scrollbar-bg);border:var(--scrollbar-border)}::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#ee82ca,#d40018 35%,#fa0 73%,#ff0)}
