:root{--background: rgb(245, 245, 245);--theme-primary: #312e81;--theme-secondary: #2e5aa3;--theme-terciary: #5ec4e8;--theme-primary-mid-opacity: #9c97e3;--theme-primary-low-opacity: #dcdcea;--theme-primary-lower-opacity: #edeef6;--theme-secondary-mid-opacity: #7f9ed1;--theme-secondary-low-opacity: #d1e4f2;--theme-terciary-lower-opacity: #e6f7fb;--theme-terciary-mid-opacity: #81d4f1;--theme-terciary-low-opacity: #e0f5fb;--theme-terciary-lower-opacity: #f0fbfd;--primary: #18181b;--secondary: #ffffff;--static-primary: #18181b;--static-secondary: #ffffff;--lighter-grey: hsl(0, 0%, 90%);--light-grey: hsl(0, 0%, 80%);--mid-grey: hsl(0, 0%, 50%);--dark-grey: hsl(0, 0%, 20%);--darker-grey: hsl(0, 0%, 10%);--red: #ff3838;--green: #47c500;--blue: #5a5adc;--yellow: #fce83a;--orange: #ffb302;--purple: #b969b9;--brown: #b8680c}[data-theme=dark]{--background: rgb(10, 10, 10);--secondary: #121217;--secondary-elevated: #181820;--secondary-card: #1e1e26;--primary: #e4e4ea;--text-muted: #9a9aa3;--theme-primary: #bebdd3;--theme-secondary: #aebfd1;--theme-terciary: #b9d2d8;--theme-primary-mid-opacity: #6e6c8f;--theme-primary-low-opacity: #444356;--theme-primary-lower-opacity: #2e2d3a;--theme-secondary-mid-opacity: #6f8094;--theme-secondary-low-opacity: #465260;--theme-secondary-lower-opacity: #2f3742;--theme-terciary-mid-opacity: #6f8a90;--theme-terciary-low-opacity: #445357;--theme-terciary-lower-opacity: #2e3a3d;--lighter-grey: #3f3f46;--light-grey: #52525b;--mid-grey: #71717a;--dark-grey: #cfcfd6;--darker-grey: #e4e4ea;--red: #d27b7b;--green: #7fbf9f;--blue: #8fa6c9;--yellow: #c9be7c;--orange: #c99b73;--purple: #a792bf;--brown: #a8896a}html{height:100%;font-family:Arial;font-size:13px;font-weight:300;font-style:normal;letter-spacing:.075rem;overflow:hidden;box-sizing:border-box;-webkit-tap-highlight-color:transparent}@media screen and (max-width: 768px){html{font-size:15px}}body{height:100%;margin:0;overflow:hidden;box-sizing:border-box;font-family:Urbanist,sans-serif}.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none}@font-face{font-family:ABSTER;src:url(/fonts/ABSTER.otf) format("opentype");font-weight:400;font-style:normal}::-webkit-scrollbar{width:6px;height:6px}@media screen and (max-width: 768px){::-webkit-scrollbar{width:0px}}::-webkit-scrollbar-thumb{background-color:var(--theme-primary-low-opacity);border-radius:6px;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background-color:var(--theme-primary);transition:background-color .2s ease}.block-container{display:flex;flex-direction:column;flex:1;box-shadow:0 4px 15px -5px #00000026;padding:1rem;position:relative;border-radius:.25rem;gap:.5rem;background-color:var(--secondary)}.flex-row{display:flex;flex-direction:row;flex:1;flex-wrap:wrap;gap:.5rem}.flex-column{display:flex;flex-direction:column;flex:1;flex-wrap:wrap;gap:.5rem}hr{width:100%;border-top-width:.01rem;border-bottom-width:0;border-right-width:0;border-left-width:0;border-color:var(--lighter-grey);border-style:solid;margin:0}.subrouting-header{flex:0;box-shadow:0 7px 30px -10px #00000080;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.2rem;position:relative;z-index:15}.subrouting-header .label{font-size:1.1rem;font-weight:600;color:var(--theme-primary);letter-spacing:.02em}.loader{width:3rem;height:3rem;display:inline-block;position:relative}.loader:after,.loader:before{content:"";box-sizing:border-box;width:3rem;height:3rem;border-radius:50%;border:.1rem solid var(--theme-primary);position:absolute;left:0;top:0;animation:animloader 2s linear infinite;opacity:0}.loader:after{animation-delay:1s}@keyframes animloader{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}
