.themeToggle{position:absolute;right:1rem;top:1rem}header.default{max-width:1920px;width:100%;height:fit-content;display:flex;justify-content:center;align-items:center;padding:1rem;position:fixed}main.default{max-width:1920px;height:100dvh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;padding:1rem}.themeIcon{fill:var(--text-color)}main.dashboard{max-width:1920px;height:100dvh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;padding:1rem}main.auth{max-width:500px;width:100%;height:100dvh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;padding:1rem}main{overflow:hidden}main.widget{top:0;right:0;position:relative;z-index:1;overflow:hidden}@font-face{font-family:Roboto;src:url(/assets/Roboto-Thin-DL0duS5J.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-ThinItalic-CCGclg3t.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-ExtraLight-BcarhL20.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-ExtraLightItalic-DavaQGqX.ttf) format("truetype");font-weight:200;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Light-r0KW6U_F.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-LightItalic-DfY0f4zU.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Regular-CN_pkOMA.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-Italic-B1M5SgEt.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Medium-CwcsZ-zd.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-MediumItalic-_ZOwZW4s.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-SemiBold-EVIM0_1H.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-SemiBoldItalic-BqO-gUWJ.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Bold-_ZJd4Sbe.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-BoldItalic-fQGyIEb-.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:url(//resources/fonts/roboto/Roboto-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-ExtraBoldItalic-D_oFAJWS.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Black-BTYGK7k3.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-BlackItalic-Cbx6xfEy.ttf) format("truetype");font-weight:900;font-style:italic}*,*:before,*:after{box-sizing:border-box;margin:0}html,body,#app{font-family:Roboto,Aldrich,sans-serif;font-size:16px;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;outline:none;background:none;border:none}p,h1,h2,h3,h4,h5,h6{font-weight:400;overflow-wrap:break-word}a{transition:all .2s;text-decoration:none;color:#0fa37e}a:visited,a:hover,a:active{color:#0fa37e}button:hover{cursor:pointer}:root{--bg-color: #f8f9fa;--bg-success: #0fa37e;--bg-danger: #fa4f4f;--bg-flash-danger: rgba(250, 79, 79, .1882352941);--bg-flash-success: rgba(15, 163, 126, .1882352941);--text-color: #121212;--text-flash-color: rgba(0, 0, 0, .6509803922);--text-danger: #fa4f4f;--text-success: #0fa37e;--text-light: #f8f9fa;--text-dark: #121212;--border-color: rgba(228, 228, 228, .231372549);--border-success: #0fa37e;--border-danger: #fa4f4f}[data-theme=dark]{--bg-color: #121212;--text-color: #f8f9fa;--text-flash-color: rgba(255, 255, 255, .6509803922);--border-color: rgba(228, 228, 228, .231372549)}[data-theme=light]{--bg-color: #f8f9fa;--text-color: #121212;--text-flash-color: rgba(0, 0, 0, .6509803922);--border-color: #46444c}.view{height:100dvh;display:flex;justify-content:center;background-color:var(--bg-color);color:var(--text-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes reverse-spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.loader{display:none;width:16px;height:16px;border:3px solid var(--text-flash-color);border-radius:50%;animation:spin 1s linear infinite;background-color:transparent}
