.LoaderWrapper .LoaderWrapper-color .LoaderWrapper-color-loader{animation:LoaderAnimation 2s linear infinite;aspect-ratio:1;background:radial-gradient(farthest-side,#fc5293 94%,#0000) top/8px 8px no-repeat,conic-gradient(#0000 30%,#fc5293);border-radius:50%;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);width:50px}.LoaderWrapperFullPage{align-items:center;background:#0000004d;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;min-height:100vh;position:absolute;top:0;width:100%}.LoaderWrapperColored{background:#fff;height:100%;width:100%}.LoaderWrapperColored .LoaderWrapper-color{align-items:center;background:linear-gradient(270deg,#ff7bca26,#ffb27226);display:flex;flex-direction:row;height:100%;justify-content:center;width:100%}@keyframes LoaderAnimation{to{transform:rotate(1turn)}}body{background:linear-gradient(270deg,#ff7bca26,#ffb27226);cursor:default;font-family:Poppins,Arial,sans-serif;margin:0;transition:all .5s}body #root{display:flex;flex-direction:column;min-height:100vh}body #root .root-content{flex-grow:1;margin-bottom:24px}body a{text-decoration:none}.closing_bg{animation-name:background_hiding!important}.closing_bg,.closing_modal{animation-duration:.25s!important}.closing_modal{animation-name:modal_hiding!important}@keyframes modal_showing{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes modal_hiding{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes background_showing{0%{opacity:0}to{opacity:1}}@keyframes background_hiding{0%{opacity:1}to{opacity:0}}
/*# sourceMappingURL=main.07fa83fd.css.map*/