.ui-spinner__wr{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#ffffffb3;z-index:10}.ui-spinner__wr:has(.ui-spinner--fullscreen){position:fixed;top:0}.ui-spinner__wr--fullscreen{position:fixed;top:0;width:100vw;height:100vh}.ui-spinner{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px}.ui-spinner--fullsize{height:100%;width:100%}@media screen and (max-width:1300px){.ui-spinner{gap:4px}}@media screen and (max-width:768px){.ui-spinner{gap:2px}}.ui-spinner-item{display:inline-block;height:20px;width:80px;animation:wave 1.2s ease-in-out infinite;background-color:#0047bb}@media screen and (max-width:1300px){.ui-spinner-item{height:15px;width:60px}}@media screen and (max-width:768px){.ui-spinner-item{height:10px;width:40px}}.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}}
