.Spinner_container__o7nVp{display:flex;flex-direction:column;height:90vh;width:100%;align-items:center;justify-content:center;background-color:var(--white);z-index:10}.Spinner_loadingSpinner__ErBOn{width:30px;height:30px;border-top:5px solid var(--midgrey);border:5px solid var(--midgrey);border-top-color:var(--lighttreegreen);border-radius:50%;animation:Spinner_spinner__bt1Xp .75s linear infinite}@keyframes Spinner_spinner__bt1Xp{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Spinner_dotFlashing__kE_LI{position:relative;width:8px;height:8px;margin-right:18px;border-radius:5px;background-color:var(--lighttreegreen);color:var(--lighttreegreen);animation:Spinner_dotFlashing__kE_LI 1s linear infinite alternate;animation-delay:.5s}.Spinner_dotFlashing__kE_LI:after,.Spinner_dotFlashing__kE_LI:before{content:"";display:inline-block;position:absolute;top:0}.Spinner_dotFlashing__kE_LI:before{left:-12px;animation:Spinner_dotFlashing__kE_LI 1s infinite alternate;animation-delay:0s}.Spinner_dotFlashing__kE_LI:after,.Spinner_dotFlashing__kE_LI:before{width:8px;height:8px;border-radius:5px;background-color:var(--lighttreegreen);color:var(--lighttreegreen)}.Spinner_dotFlashing__kE_LI:after{left:12px;animation:Spinner_dotFlashing__kE_LI 1s infinite alternate;animation-delay:.1s}@keyframes Spinner_dotFlashing__kE_LI{0%{background-color:var(--lighttreegreen)}50%,to{background-color:rgba(152,172,153,.2)}}