.loader{position:fixed;left:0;top:0;width:100%;height:100%;min-height:200px;display:flex;align-items:center;justify-content:center;z-index:999;background:#fff}.spinner{color:#7200cc;border-style:solid;border-top-color:#7200cc;border-radius:50%;animation:spinnerAnimation 1s linear infinite}.initial{border-width:4px;width:40px;height:40px}@keyframes spinnerAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}