﻿
@font-face {
    font-family: 'IRANYekanXVF';
    src: url('/content/font/YekanXProVar/webfont/IRANYekanXVF.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('/content/font/YekanXProVar/webfont/IRANYekanXVF.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}

@font-face {
    font-family: IRANYekanX;
    src: url('/content/font/YekanXProVar/webfont/staticfonts/IRANYekanX-regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: IRANYekanX;
    src: url('/content/font/YekanXProVar/webfont/staticfonts/IRANYekanX-bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

body {
    text-align: right;
    direction: rtl;
    font-family: 'IRANYekanXVF', IRANYekanX;
    font-size: 13px;
    background: #ecf0f6;
}

@supports (font-variation-settings: normal) {
    body {
        font-family: 'IRANYekanXVF', IRANYekanX;
    }
}

.popover {
    font-family: 'IRANYekanXVF', IRANYekanX;
}

img {
    max-width: 100%;
}


.logo-box {
    text-align: center;
    width: 100%;
    display: block;
}

    .logo-box img {
        max-width: 200px;
        border-radius: 10px;
        box-shadow: 0 0 10px #c6daff76;
    }

.image-side-box {
    text-align: center;
    width: 100%;
    display: block;
}


    .image-side-box img {
        max-width: 100%;
        border-radius: 15px;
    }


.form-box {
    background: #fff;
    border-radius: 15px;
    padding: 15px 22px;
    margin-bottom: 30px;
}

    .form-box img {
        border-radius: 10px;
    }

        

    .form-box label {
        display: block;
        margin: 10px 0 5px 0;
        color: #555;
    }

    .form-box .form-control {
        border: 1px solid #e6e6e6;
        background: #f5f5f5;
        font-size: 13px;
    }

        .form-box .form-control.ltr {
            text-align: left;
            direction: ltr;
        }


    .form-box .radio-items {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px;
    }


label .required {
    font-weight: 800;
    color: #ff5f55;
}

.div-chk {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

    .div-chk label {
        margin: 0;
    }

    .div-chk input {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        width: 1px;
        height: 1px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .div-chk .chk {
        width: 18px;
        height: 18px;
        border: 1px solid #eee;
        border-radius: 5px;
        background-color: #f5f5f5;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 18px;
        margin-left: 10px;
        cursor: pointer;
    }

    .div-chk input:checked + .chk {
        background-color: #ff5f55;
        border-color: #ff5f55;
        box-shadow: 0 0 10px #ff5f5524
    }


.box-chekboxes {
    margin: 20px 0;
}

.field-validation-error, .field-validation-error * {
    color: #ff5f55;
    font-size: 12px;
}

.site-text {
    font-size: 13px;
    color: #555;
    text-align: justify;
}


.box-side h1 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 20px 0;
}

.box-side .intro-text {
    margin-bottom: 30px;
}





.btn-send {
    background-color: #00c366;
    border-color: #00c366;
    padding: 15px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 185px;
    margin-right: auto;
    border-radius: 10px;
}

.captcha-image {
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    height: 34px;
}

#reload-captcha {
    cursor: pointer;
}


















.text-list table {
    border: 1px solid #eee;
    margin: 10px 0;
}



    .text-list table tr {
        border-color: #eee;
    }

        .text-list table tr:nth-child(even) {
            background-color: #f5f5f5;
        }

        .text-list table tr td {
            border-color: #eee;
            border-top: none;
            border-bottom: 1px solid #eee;
            border-left: 1px solid #eee;
            line-height: 25px !important;
            color: #474747 !important;
            font-size: 14px !important;
            letter-spacing: .2px;
            word-spacing: .2px;
            padding: 5px;
        }

        .text-list table tr:first-child td {
            font-weight: bold
        }

        .text-list table tr:last-child td {
            border-bottom: none;
        }

        .text-list table tr td:last-child {
            border-left: none;
        }

        .text-list table tr td p {
            margin: 0 !important;
            color: #474747 !important;
            font-size: 14px !important;
            letter-spacing: .2px;
            word-spacing: .2px;
        }





.text-list img.fr-fic {
    width: 700px;
    max-width: 100%;
    border-radius: 10px;
    margin: 20px auto;
    display: block;
}



.check-elem {
    display: inline-block !important;
    background: #f5f5f5;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    padding: 2px 5px;
    border-radius: 5px;
}





.hiden {
    display: none;
}
