#loader{width:100%;height:100%;justify-content:center;align-items:center}#loader,.loader{display:flex;flex-direction:column}.loader{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}#tload{display:flex;flex-direction:column;width:2.5rem;max-height:100%;object-fit:contain;background:transparent;border-radius:100%;aspect-ratio:1/1}#tload,.ttop{position:relative;z-index:9999}.ttop{background:#8468ea;transform:skew(-12deg,0deg);display:block;width:53%;height:17%;top:18%;left:27%;animation:ttop 2s infinite}.tstickcontain{width:100%;height:69%;bottom:2%;display:flex;align-items:flex-end}.tstick,.tstickcontain{position:relative;z-index:9999}.tstick{background:#8468ea;display:block;width:18%;height:60%;left:38%;transform:skew(-12deg,0deg);animation:tstick 2s infinite}@media screen and (max-height:670px),screen and (max-width:370px){.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%}}