.loading-modal{background:transparent;box-shadow:none}.loading-modal button{display:none}.loading{display:flex;justify-content:center;width:90px;height:90px;overflow:hidden}.loading--full-height{align-items:center;height:100%}.loading:after{content:"";width:90px;height:90px;border:12px solid #ddd;border-top-color:#38ae70;border-radius:50%;transform:rotate(.16turn);animation:loading 1s ease infinite}@keyframes loading{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}.loading-2{display:flex;justify-content:center}.loading-2--full-height{align-items:center;height:100%}.only-loading-container{width:100%;display:flex;align-items:center;justify-content:center;padding:5rem 0}