espn-loader{width:100%;height:100%;background:var(--loader-background)}.ui-loader-container{height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px}.loader{width:40px;height:40px;border:4px solid var(--loader-text);border-top:4px solid transparent;border-radius:50%;animation:spin 1s linear infinite;position:relative;background:#000}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
