.overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:10}body{margin:0 0 10px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-default);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--primary-main);border-radius:4px;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background:var(--secondary-hover)}::-webkit-scrollbar-thumb:active{background:var(--secondary-active)}::-webkit-scrollbar-corner{background:var(--background-default)}*{scrollbar-width:thin;scrollbar-color:var(--primary-main) var(--background-default)}.modal-content::-webkit-scrollbar,.custom-scroll::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-thumb,.custom-scroll::-webkit-scrollbar-thumb{background:#c3964ecc}.modal-content::-webkit-scrollbar-thumb:hover,.custom-scroll::-webkit-scrollbar-thumb:hover{background:var(--secondary-main)}
