.loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;justify-content:center;align-items:center;pointer-events:none;z-index:9999}.loader-spinner{border:2px solid #f3f3f3;border-top:1px solid #24564A;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
