.ui-spinner__wr{z-index:10;background-color:#ffffffb3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.ui-spinner__wr:has(.ui-spinner--fullscreen){position:fixed;top:0}.ui-spinner__wr--fullscreen{width:100vw;height:100vh;position:fixed;top:0}.ui-spinner{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.ui-spinner--fullsize{width:100%;height:100%}@media screen and (width<=1300px){.ui-spinner{gap:4px}}@media screen and (width<=768px){.ui-spinner{gap:2px}}.ui-spinner-item{background-color:#0047bb;width:80px;height:20px;animation:1.2s ease-in-out infinite wave;display:inline-block}@media screen and (width<=1300px){.ui-spinner-item{width:60px;height:15px}}@media screen and (width<=768px){.ui-spinner-item{width:40px;height:10px}}.ui-spinner-item:first-child{animation-delay:-1.6s}.ui-spinner-item:nth-child(2){animation-delay:-1.2s}.ui-spinner-item:nth-child(3){animation-delay:-.8s}@keyframes wave{0%{background-color:#f7f7f7}50%{background-color:#0047bb}to{background-color:#f7f7f7}}
