:root{--Primary:#0466c8;--PrimaryPastel:#d9e8f7;--Yellow:#f5a623;--YellowPastel:#fdf2de;--Orange:#000;--OrangePastel:#ffece5;--Red:#dc3545;--RedPastel:#fae1e3;--Green:#28a745;--GreenPastel:#dff2e3;--Text1:#4d4d4d;--Text2:#a8a8a8;--Grey1:#e1e1e1;--Grey2:#e6e6e6;--Grey3:#cdcdcd;--Background:#f5f7fa;--White:#fff;--btnwhite:#f2f2f2;--TableHead:#fafafa;--BgInput:#f5f5f5}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw}.container-page::-webkit-scrollbar{display:none}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}h2,p{color:#171717}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}input:-webkit-autofill{-webkit-text-fill-color:var(--Text1)!important;background-color:transparent!important;transition:background-color 5000s ease-in-out!important;box-shadow:inset 0 0 0 1000px transparent!important}input:-webkit-autofill:hover{-webkit-text-fill-color:var(--Text1)!important;background-color:transparent!important;transition:background-color 5000s ease-in-out!important;box-shadow:inset 0 0 0 1000px transparent!important}input:-webkit-autofill:focus{-webkit-text-fill-color:var(--Text1)!important;background-color:transparent!important;transition:background-color 5000s ease-in-out!important;box-shadow:inset 0 0 0 1000px transparent!important}textarea:-webkit-autofill{-webkit-text-fill-color:var(--Text1)!important;background-color:transparent!important;transition:background-color 5000s ease-in-out!important;box-shadow:inset 0 0 0 1000px transparent!important}select:-webkit-autofill{-webkit-text-fill-color:var(--Text1)!important;background-color:transparent!important;transition:background-color 5000s ease-in-out!important;box-shadow:inset 0 0 0 1000px transparent!important}input:-webkit-autofill{color:var(--Text)!important}
.snackbar{border-radius:24px;align-items:center;gap:10px;width:250px;height:80px;padding:0 14px;animation:.22s ease-out snackbarIn;display:flex;position:relative}.snackbar-success{background:#28a745}.snackbar-error{background:#a90a1a}.snackbar-text{flex-direction:column;flex:1;justify-content:center;gap:1px;display:flex}.snackbar-title{color:#fff;font-size:13px;font-weight:600;line-height:16px}.snackbar-message{opacity:.9;color:#fff;font-size:12px;line-height:14px}.snackbar-close{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.snackbar-close:hover{background:rgba(255,255,255,.15)}.snackbar.enter{animation:.22s ease-out forwards snackbarIn}.snackbar.exit{animation:.22s ease-in forwards snackbarOut}@keyframes snackbarIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes snackbarOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}
.snackbar-container{z-index:1010;background:0 0;flex-direction:column;gap:6px;width:300px;height:120px;display:flex;position:fixed;bottom:10vh;left:1%}
