﻿@font-face {
    font-family: iransans;
    src: url("../../Fonts/IRANSans.ttf") format("truetype");
}

@font-face {
    font-family: "titr";
    src: url('../../Fonts/B Titr Bold.eot'); /* IE */
    src: url("../../Fonts/B Titr Bold.eot?#iefix") format("embedded-opentype"), /* IE */
    url("../../Fonts/B Titr Bold.woff") format("woff"), /* Modern Browsers */
    url("../../Fonts/B Titr Bold.ttf") format("truetype"); /* Safari, Android, iOS */
    font-weight: 100;
}

.arial {
    font-family: Arial;
}

.titr {
    font-family: Titr;
}

.tahoma {
    font-family: Tahoma;
}


.iransans {
    font-family: iransans;
}



body {
    font-family: iransans;
}

html {
    touch-action: none;
}


a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}


.user-select-none {
    user-select: none;
}


/*1403/10/29 حقوردی */
.loaderH {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background: linear-gradient(0deg,rgb(255 165 0/50%) 30%,#0000 0 70%,rgb(255 165 0/100%) 0) 50%/8% 100%, linear-gradient(90deg,rgb(255 165 0/25%) 30%,#0000 0 70%,rgb(255 165 0/75% ) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
}

    .loaderH::before,
    .loaderH::after {
        content: "";
        grid-area: 1/1;
        border-radius: 50%;
        background: inherit;
        opacity: 0.915;
        transform: rotate(30deg);
    }

    .loaderH::after {
        opacity: 0.83;
        transform: rotate(60deg);
    }

@keyframes l23 {
    100% {
        transform: rotate(1turn)
    }
}
/*حقوردی تمام*/