.loader-container{opacity:1;z-index:1000;justify-content:center;align-items:center;transition:all .3s ease-in-out;display:flex;position:fixed;inset:0}.loader-text{color:#666;margin:0 1rem;font-size:.9rem}.spinner{border:4px solid #f3f3f3;border-top-color:#3b82f6;border-radius:50%;animation:1s linear infinite spin}.spinner-small{border-width:2px;width:20px;height:20px}.spinner-medium{border-width:4px;width:40px;height:40px}.spinner-large{border-width:6px;width:60px;height:60px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{animation:1s linear infinite spin}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}
