/* Generated by script */
html[dir=rtl] {
    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-FD-Thin.woff2') format('woff2');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-FD-ExtraLight.woff2') format('woff2');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-FD-Light.woff2') format('woff2');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-FD-Regular.woff2') format('woff2');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-FD-Medium.woff2') format('woff2');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-FD-SemiBold.woff2') format('woff2');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-FD-Bold.woff2') format('woff2');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-FD-ExtraBold.woff2') format('woff2');
        font-weight: 800;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-FD-Black.woff2') format('woff2');
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
}

html[dir=ltr] {
    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-Thin.woff2') format('woff2');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-ExtraLight.woff2') format('woff2');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-Light.woff2') format('woff2');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-Regular.woff2') format('woff2');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-Medium.woff2') format('woff2');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-SemiBold.woff2') format('woff2');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-Bold.woff2') format('woff2');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-ExtraBold.woff2') format('woff2');
        font-weight: 800;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: vazir;
        src: url('../plugins/global/fonts/vazir/Vazirmatn-Black.woff2') format('woff2');
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
}


html {
    font-family: vazir;
    font-size: 14px;
}

*, body, b, p, a, span, input, button, strong, legend, label, fieldset, textarea, text, select, option, div, pre {
    font-family: vazir;
}

    .ki-duotone, .ki-duotone span:before {
        font-family: keenicons-duotone !important;
    }

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

@keyframes blinkEffect {
    0% {
        background-color: yellow;
    }

    100% {
        background-color: transparent;
    }
}

.blink-new-update {
    animation: blinkEffect 1s;
}
