html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}button,input{border:none}*{box-sizing:border-box;margin:0;padding:0}
.container{max-width:1700px;margin:0 auto;padding:.5em}@media screen and (max-width:1950px){.container{max-width:85%}}
*{-webkit-user-select:none;user-select:none;font-family:Nunito;font-style:normal}:root{--foreground:#1e2027;--background:#fff;--sizeLimit:1080px;--transition:cubic-bezier(.45,.65,.395,1)all .2s;--bg:#292c36;--card:#373d50;--card-2:#282d39;--line:#373e4e;--text:#e8edf7;--muted:#9aa3b8;--accent:#5b8cff;--accent-2:#3f6be6;--danger:#ff5858;--success:#3ecf8e;--idle:#eab308}@media (prefers-color-scheme:dark){:root{--background:#1e2027;--foreground:#ededed;--bg:#292c36;--card:#373d50;--card-2:#282d39;--line:#373e4e;--text:#e8edf7;--muted:#9aa3b8;--accent:#5b8cff;--accent-2:#3f6be6;--danger:#ff5858;--success:#3ecf8e;--idle:#eab308}}html,body{flex-direction:column;min-height:100vh;margin:0;display:flex}.line{opacity:.2;background:#fff;width:1080px;max-width:1080px;height:1px}main{flex-direction:column;flex:1;grid-template-rows:auto 1fr auto;grid-template-columns:100%;justify-content:space-between;display:grid;position:relative}html,body{max-width:100vw;overflow-x:hidden}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}#_rht_toaster{z-index:9000!important;inset:50px 6px!important}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}::-webkit-scrollbar{width:2px;height:2px;transition:width .3s,height .3s}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#86868666;border-radius:10px;transition:background-color .3s}:hover::-webkit-scrollbar{width:8px;height:8px}:focus-within::-webkit-scrollbar{width:8px;height:8px}:hover::-webkit-scrollbar-thumb{background-color:#8a8a8acc}:focus-within::-webkit-scrollbar-thumb{background-color:#8a8a8acc}*{scrollbar-width:thin;scrollbar-color:#555d77 transparent}:hover{scrollbar-width:auto;scrollbar-color:#7d8ab3 transparent}::-webkit-scrollbar-thumb:hover{background-color:#7d8ab3}
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color)0%,var(--highlight-color)50%,var(--base-color)100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
