.loader-container{justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.loader-spinner{border:2px solid #0000;border-top-color:oklch(60% .25 290);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin;position:absolute}.loader-logo{object-fit:contain;width:24px;height:24px;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
