.loader-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,251,234,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.loader{border:4px solid #f3f3f3;border-top-color:#ff5b04;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}