.fallback-spinner{display:flex;height:100vh;position:relative;width:100%}.loading{border-radius:50%;height:55px;left:calc(50% - 35px);top:50%;width:55px}.effect-1,.effect-2,.loading{border:3px solid #0000;box-sizing:border-box;position:absolute}.effect-1,.effect-2{border-left-color:#2c3455;border-radius:50%;height:100%;width:100%}.effect-1{animation:rotate 1s ease infinite}.effect-2{animation:rotateOpacity 1s ease .1s infinite}.effect-3{animation:rotateOpacity 1s ease .2s infinite;border:3px solid #0000;border-left-color:#2c3455;border-radius:50%;box-sizing:border-box;height:100%;width:100%}.loading .effects{transition:all .3s ease}.fallback-logo{left:calc(50% - 45px);position:absolute;top:40%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotateOpacity{0%{opacity:.1;transform:rotate(0deg)}to{opacity:1;transform:rotate(1turn)}}@tailwind base;@tailwind components;@tailwind utilities;.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swal-button--confirm{background-color:#2c3455!important}