@charset "UTF-8";:root{--dark: #1e1e1e;--mint: #35d5ac;--white: #ffffff;--body-background: #11161a;--glass: rgba(255, 255, 255, .05);--color-box-shadow: #00000033;--color-border: #ffffff1a;--red-error: #f72020ea;--yellow-warning: #fcf82e}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--body-background);font-family:Poppins,sans-serif;color:var(--white);padding:2rem;scrollbar-width:thin;scrollbar-color:#36d399 #1a1a1a}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:#1a1a1a}body::-webkit-scrollbar-thumb{background-color:#36d399;border-radius:10px;border:2px solid #1a1a1a}body::-webkit-scrollbar-thumb:hover{background-color:#2bbf85}.button-switch{position:relative;display:inline-block;width:50px;height:25px}.button-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#444;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:20px;width:19px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#36d399;box-shadow:0 0 8px #36d399aa}input:checked+.slider:before{transform:translate(25px)}input:focus+.slider{box-shadow:0 0 3px #36d399}@media (max-width: 768px){body{padding:1.2rem .8rem}}
