.LoadingSpinner_container__Ox_kv{display:flex;justify-content:center;align-items:center;padding:2rem}.LoadingSpinner_fullScreenContainer__qmSek{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;background-color:rgba(255,255,255,.9);position:fixed;top:0;left:0;z-index:50}.LoadingSpinner_spinner__OND0E{display:inline-block;position:relative}.LoadingSpinner_small__xzwH0{width:40px;height:40px}.LoadingSpinner_medium__dD_kh{width:64px;height:64px}.LoadingSpinner_large__e8lMj{width:80px;height:80px}.LoadingSpinner_spinner__OND0E div{box-sizing:border-box;display:block;position:absolute;width:80%;height:80%;margin:10%;border:3px solid var(--primary-color);border-radius:50%;animation:LoadingSpinner_spinner__OND0E 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--primary-color) transparent transparent transparent}.LoadingSpinner_spinner__OND0E div:first-child{animation-delay:-.45s}.LoadingSpinner_spinner__OND0E div:nth-child(2){animation-delay:-.3s}.LoadingSpinner_spinner__OND0E div:nth-child(3){animation-delay:-.15s}@keyframes LoadingSpinner_spinner__OND0E{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}