/*
Theme Name: www.fararesanbarkhat.com / info@fararesanbarkhat.com / 09150473165 - 09365970176 Product By : BarkhatCo - Danial Karimi
Version: 4
*/

.loader {
    width: 35px;
    aspect-ratio: 1;
    --_g: no-repeat radial-gradient(farthest-side, #ffffff 94%, #0000);
    background: var(--_g) 0 0,
    var(--_g) 100% 0,
    var(--_g) 100% 100%,
    var(--_g) 0 100%;
    background-size: 40% 40%;
    animation: l38 .5s infinite;
    margin-top: 30px;
}

.loader1 {
    width: 35px;
    aspect-ratio: 1;
    --_g: no-repeat radial-gradient(farthest-side, rgba(16, 137, 212, 0.82) 94%, #0000);
    background: var(--_g) 0 0,
    var(--_g) 100% 0,
    var(--_g) 100% 100%,
    var(--_g) 0 100%;
    background-size: 40% 40%;
    animation: l38 .5s infinite;
    margin-top: 30px;
}

@keyframes l38 {
    100% {
        background-position: 100% 0, 100% 100%, 0 100%, 0 0
    }
}