.loader-container{justify-content:center;align-items:center;display:flex}.loader{box-sizing:border-box;border:solid #0000;border-top-color:inherit;border-bottom-color:#0000;border-right-color:#0000;border-left-color:inherit;border-radius:100%;animation:linear infinite spin}.loader-size-mini{border-width:2px;width:1rem;height:1rem}.loader-size-small{border-width:2px;width:1.5rem;height:1.5rem}.loader-size-medium{border-width:3px;width:2.5rem;height:2.5rem}.loader-size-large{border-width:4px;width:4rem;height:4rem}.loader-color-white{border-top-color:#fff;border-left-color:#fff}.loader-color-black{border-top-color:#000;border-left-color:#000}.loader-color-green{border-top-color:#48b2c1;border-left-color:#48b2c1}.loader-speed-slow{animation-duration:1.5s}.loader-speed-normal{animation-duration:1s}.loader-speed-fast{animation-duration:.6s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
/*# sourceMappingURL=d574e73f92e54f9e.css.map*/