.fullscreen-loader{position:absolute;top:0;left:0;width:100%;height:100vh;background:rgba(72,21,116,.75);display:flex;justify-content:center;align-items:center;z-index:9999}.loader-animation .spinner{width:50px;height:50px;border:5px solid #ccc;border-top-color:#481574;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}