:root{--scroll-bar-color:#c5c5c5;--scroll-bar-bg-color:#f6f6f6}html{scroll-behavior:smooth;touch-action:manipulation}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--scroll-bar-bg-color)}::-webkit-scrollbar-thumb{background-color:var(--scroll-bar-color);border-radius:20px;border:3px solid var(--scroll-bar-bg-color)}.no-scrollbar::-webkit-scrollbar,.scroller::-webkit-scrollbar{display:none}a:focus-visible{outline-color:#020617}.no-scrollbar::-webkit-scrollbar{display:none}.wrapper{height:200px}html{overflow-y:scroll}body.scroll-lock{padding-right:var(--removed-body-scroll-bar-size)!important;margin-right:0!important}body[data-scroll-locked].scroll-lock{margin-right:0!important;overflow:unset!important}