#loader{flex-direction:column}#loader,#loader .loader-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}#loader .loader-container{position:relative;z-index:100}#loader .loader{display:flex;flex-direction:column;width:50px;padding:8px;z-index:9999;border-radius:50%;background:var(--white);--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s linear infinite}@keyframes l3{to{transform:rotate(1turn)}}#loader .loading-text{margin-top:1rem;position:relative;top:20}#loader .button{width:auto;display:inline-block;margin-top:1rem}#loader .small-text{margin-top:1rem;color:var(--secondary-grey);font-size:.75rem}#loader #tload{display:flex;flex-direction:column;width:2.5rem;max-height:100%;object-fit:contain;background:transparent;border-radius:100%;aspect-ratio:1/1}#loader #tload,#loader .ttop{position:relative;z-index:9999}#loader .ttop{background:#8468ea;transform:skew(-12deg,0deg);display:block;width:53%;height:17%;top:18%;left:27%;animation:ttop 2s infinite}#loader .tstickcontain{width:100%;height:69%;position:relative;bottom:2%;display:flex;align-items:flex-end;z-index:9999}#loader .tstick{background:#8468ea;display:block;width:18%;height:60%;left:38%;transform:skew(-12deg,0deg);position:relative;animation:tstick 2s infinite;z-index:9999}@media screen and (max-height:670px),screen and (max-width:370px){#loader .ttop{top:.3rem}}@keyframes ttop{0%{width:0}40%{width:0}80%{width:53%}}@keyframes tstick{0%{height:0;left:34.5%}50%{height:60%;left:38%}}