.loader{width:18px;height:18px;border:3px solid #ffffff;border-top:3px solid #6767d6;border-radius:50%;animation:spin 1s linear infinite;margin:auto}.fullscreen-loader{width:100%;height:100vh;position:absolute;top:0;left:0;background-color:#ffffffbe;display:flex;justify-content:center;align-items:center;z-index:9999;transition:all}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
