.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;z-index:1100}.loader{border-top:5px solid var(--secondary-color);border:5px solid var(--secondary-color);border-top-color:var(--primary-color);border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}