.custom-loader {
    width:100px;
    height:100px;
    border-radius:50%;
    background: conic-gradient(#0000 10%,#1E56FF);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 16px),#000 0);
    animation:s3 1s infinite linear;
}

@keyframes s3 {to{transform: rotate(1turn)}}

.loader-background {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #00000038;
}

.hide-loader {
    display: none !important;
}
