.Loader_container__wOKQO{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center}.Loader_loader__qbmcl{width:50px;height:50px;border-radius:50%;background:radial-gradient(farthest-side,var(--theme-black) 94%,#0000) top/8px 8px no-repeat,conic-gradient(#0000 30%,var(--theme-black));-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);animation:Loader_loader__qbmcl 1s linear infinite}@keyframes Loader_loader__qbmcl{to{transform:rotate(1turn)}}:root{--toastify-z-index:99999;--theme-white:#fff;--theme-black:#000}:root.dark-mode{--theme-white:#000;--theme-black:#fff}*{box-sizing:border-box;padding:0;margin:0}html{color-scheme:dark}html.light-mode{color-scheme:light}.text-center{text-align:center}.website-loader{display:flex;justify-content:center;align-items:center;background:var(--theme-white);position:fixed;top:0;left:0;height:100vh;width:100lvw!important;z-index:99998}.website-loader img{width:100px;height:100px;object-fit:contain}.website-loader-transparent{opacity:.75}.dark-mode .website-loader img{filter:invert(1)}