html{font-size:13px;font-weight:400;font-family:Inter,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}div.page-loading{margin:0;height:100%;overflow:hidden;transition:none!important}.splash-screen{display:none}.page-loading .splash-screen{position:absolute;z-index:99999;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;font-family:Inter,Helvetica,"sans-serif";background-color:#fff}.page-loading .splash-screen .loading-text{color:#99a1b7;margin-left:1.25rem;font-size:1.075rem;font-weight:500}div[data-bs-theme=dark] .page-loading .splash-screen{background-color:#151521;color:#ffffff}.splash-screen .dark-logo{display:none}.splash-screen .light-logo{display:block}div[data-bs-theme=dark] .splash-screen .light-logo{display:none}div[data-bs-theme=dark] .splash-screen .dark-logo{display:block}.loader{width:2rem;height:2rem;border:.185rem solid #ff0000;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation .65s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-wrapper{display:flex;align-items:center;margin-top:1.25rem}