html::-webkit-scrollbar{background-color:var(--color-navy);width:12px}html::-webkit-scrollbar-track{background-color:var(--color-navy)}html::-webkit-scrollbar-thumb{border:3px solid var(--color-navy);background-color:#fff;border-radius:6px}html::-webkit-scrollbar-thumb:hover{background-color:#e2e8f0}html::-webkit-scrollbar-thumb:active{background-color:#cbd5e1}html::-webkit-scrollbar-button{background-color:var(--color-navy);width:12px;height:12px}html::-webkit-scrollbar-button:single-button:vertical:decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4 2L1 5h6L4 2z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}html::-webkit-scrollbar-button:single-button:vertical:decrement:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4 2L1 5h6L4 2z' fill='%23e2e8f0'/%3E%3C/svg%3E")}html::-webkit-scrollbar-button:single-button:vertical:increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4 6L1 3h6L4 6z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}html::-webkit-scrollbar-button:single-button:vertical:increment:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4 6L1 3h6L4 6z' fill='%23e2e8f0'/%3E%3C/svg%3E")}html::-webkit-scrollbar-corner{background-color:var(--color-navy)}@supports not selector(::-webkit-scrollbar){html{scrollbar-width:thin;scrollbar-color:#fff var(--color-navy)}}
