.full-screen{height:calc(var(--vh, 1vh) * 100);overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{width:8px;height:8px;cursor:grab}::-webkit-scrollbar:hover{height:13px;width:13px}::-webkit-scrollbar-track{background:rgba(8,42,66,.1);border-radius:10px}::-webkit-scrollbar-thumb{background:rgba(8,42,66,.2);border-radius:10px;transition:background-color .2s ease;cursor:grab}::-webkit-scrollbar-thumb:active{cursor:grabbing}::-webkit-scrollbar-thumb:hover{background:rgba(8,42,66,.6)}.rounded-thin-scrollbar::-webkit-scrollbar{width:10px;height:10px;border-radius:8px}.rounded-thin-scrollbar::-webkit-scrollbar-track{background:rgba(211,217,221,.2);border-radius:10px}.rounded-thin-scrollbar::-webkit-scrollbar-thumb{background:rgba(94,122,142,.3);border-radius:10px;transition:background-color .2s ease}.rounded-thin-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(74,102,122,.5)}.scrollbar-minimal::-webkit-scrollbar{width:4px;height:4px}.scrollbar-minimal::-webkit-scrollbar-track{background:hsla(0,0%,95%,.367);border-radius:8px}.scrollbar-minimal::-webkit-scrollbar-thumb{background:hsla(0,0%,76%,.667);border-radius:8px;transition:background-color .2s ease}.scrollbar-minimal::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,63%,.4)}.scrollbar-hover-only::-webkit-scrollbar{width:6px;height:6px}.scrollbar-hover-only::-webkit-scrollbar-track{background:transparent;border-radius:8px}.scrollbar-hover-only::-webkit-scrollbar-thumb{background:transparent;border-radius:8px;transition:background-color .3s ease}.scrollbar-hover-only:hover::-webkit-scrollbar-thumb{background:hsla(0,0%,76%,.3)}.scrollbar-hover-only::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,63%,.5)}