:root{--primary:#940202;--primary-selected:#6d0000;--primary-disabled:#b44545}[data-theme=red]{--primary:#940202;--primary-selected:#6d0000;--primary-disabled:#ad5858}[data-theme=blue]{--primary:#1D2958;--primary-selected:#131f4d;--primary-disabled:#7889cc}[data-theme=aqua]{--primary:#1eada1;--primary-selected:#0b867c;--primary-disabled:#70cec6}[data-theme=light_blue]{--primary:#5aa1c2;--primary-selected:#267599;--primary-disabled:#81beda}[data-theme=purple]{--primary:#795ac2;--primary-selected:#5c2699;--primary-disabled:#a881da}[data-theme=orange]{--primary:#dd9d3d;--primary-selected:#cf871b;--primary-disabled:#f0bd70}[data-theme=beige]{--primary:#c09e80;--primary-selected:#a07856;--primary-disabled:#d6b89d}body,html{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.loaderContainer{width:100dvw;height:100dvh}.loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;border:5px solid var(--primary);border-bottom:5px solid transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}