.loadingContainer{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.loadingText{text-align:center;font-size:xx-large;font-weight:700;color:var(--field)}.dark{.loadingText{color:var(--field)}}.light{.loadingText{color:var(--text)}}@keyframes ldsRoller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ldsRoller{display:block;position:relative;margin:20px auto;width:80px;height:80px}.ldsRoller div{animation:ldsRoller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.ldsRoller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:var(--field);margin:-4px 0 0 -4px}.dark{.ldsRoller div:after{background:var(--field)}}.light{.ldsRoller div:after{background:var(--text)}}.ldsRoller div:first-child{animation-delay:-36ms}.ldsRoller div:first-child:after{top:63px;left:63px}.ldsRoller div:nth-child(2){animation-delay:-72ms}.ldsRoller div:nth-child(2):after{top:68px;left:56px}.ldsRoller div:nth-child(3){animation-delay:-.108s}.ldsRoller div:nth-child(3):after{top:71px;left:48px}.ldsRoller div:nth-child(4){animation-delay:-.144s}.ldsRoller div:nth-child(4):after{top:72px;left:40px}.ldsRoller div:nth-child(5){animation-delay:-.18s}.ldsRoller div:nth-child(5):after{top:71px;left:32px}.ldsRoller div:nth-child(6){animation-delay:-.216s}.ldsRoller div:nth-child(6):after{top:68px;left:24px}.ldsRoller div:nth-child(7){animation-delay:-.252s}.ldsRoller div:nth-child(7):after{top:63px;left:17px}.ldsRoller div:nth-child(8){animation-delay:-.288s}.ldsRoller div:nth-child(8):after{top:56px;left:12px}