#loading { z-index: 9999; }
.loader-4 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #8f44fd 94%, #0000) top/6px 6px no-repeat, conic-gradient(#0000 30%, #8f44fd);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 6px), #000 0);
    animation: spinner-c7wet2 1s infinite linear;
}
@keyframes spinner-c7wet2 { 100% { transform: rotate(1turn); } }