/* @font-face {
    font-family: Yekan;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 05\ Medium.ttf");
    font-weight: normal;
} */

@font-face {
    font-family: Yekan;
    /* src: url("../iranyekan/iranyekanwebmedium.eot"); */
    src: url("../iranyekan/iranyekanwebregular.eot") format("embedded-opentype"), url("../iranyekan/iranyekanwebregular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: VazirCodeX;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 05\ Medium.ttf");
    font-weight: normal;
}


/* @font-face {
    font-family: Yekan1;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 07\ Heavy.ttf");
    font-weight: normal;
} */

@font-face {
    font-family: Yekan1;
    /* src: url("../iranyekan/iranyekanwebmedium.eot"); */
    src: url("../iranyekan/iranyekanwebextrabold.eot") format("embedded-opentype"), url("../iranyekan/iranyekanwebextrabold.woff") format("woff");
    font-weight: normal;
}
@font-face {
    font-family: Yekan-bold;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 06\ Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-Light.eot");
    src: url("../fonts/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Light.woff2") format("woff2"), url("../fonts/Vazir-Light.woff") format("woff"), url("../fonts/Vazir-Light.ttf") format("truetype");
    font-weight: 300;
}


/*@font-face {
     font-family: Vazir;
     src: url("../fonts/Vazir-Medium.eot");
     src: url("../fonts/Vazir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Medium.woff2") format("woff2"), url("../fonts/Vazir-Medium.woff") format("woff"), url("../fonts/Vazir-Medium.ttf") format("truetype");
     font-weight: 500;
 }
 
 @font-face {
     font-family: Vazir;
     src: url("../fonts/Vazir-Thin.eot");
     src: url("../fonts/Vazir-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Thin.woff2") format("woff2"), url("../fonts/Vazir-Thin.woff") format("woff"), url("../fonts/Vazir-Thin.ttf") format("truetype");
     font-weight: 100;
 }
 
 @font-face {
     font-family: Vazir;
     src: url("../fonts/Vazir-Black.eot");
     src: url("../fonts/Vazir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Black.woff2") format("woff2"), url("../fonts/Vazir-Black.woff") format("woff"), url("../fonts/Vazir-Black.ttf") format("truetype");
     font-weight: 900;
 }
 
 */


/*---------------------------------- End of fonts ---------------------------------- */

body {
    font-family: "Yekan", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Yekan", sans-serif !important;
}

@media (min-width: 991px) {
    .back-auth {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0px;
    }
    .back-auth .auth-div {
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52) !important;
        background-color: white;
        padding: 40px 20px 20px 20px;
        border-radius: 15px;
    }
    .back-auth .auth-div .title {
        text-align: center;
        margin-bottom: 20px;
    }
    .back-auth .auth-div .title h1 {
        font-size: 30px;
        font-weight: 900;
        font-family: "Yekan1" !important;
    }
    .back-auth .auth-div .title h1 span {
        font-size: 30px;
        font-weight: 900;
        font-family: "Yekan1" !important;
        background: -webkit-linear-gradient(180deg, #9ea7c7, #5C6B9C);
        background-clip: border-box;
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .form-div .item-form {
        width: 100%;
        margin-top: 20px;
    }
    .form-div .item-form-flex {
        width: 48% !important;
    }
    .form-div .item-form label {
        font-size: 16px;
        margin-right: 10px;
        color: black;
    }
    .form-div .item-form input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="date"],
    input[type="file"] {
        width: 100%;
        border-radius: 35px;
        height: 45px;
        border: 1px solid #cccccc;
        margin-top: 5px;
        padding-right: 10px;
    }
    .form-div .item-form input[type="radio"] {
        width: 15px;
        height: 15px;
    }
    .form-div .item-form input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin-left: 5px;
    }
    .form-div .item-form select {
        width: 100%;
        border-radius: 35px;
        height: 45px;
        border: 1px solid #cccccc;
        margin-top: 5px;
        background-color: transparent;
        padding-right: 10px;
    }
    .form-div .item-form .submit-button {
        width: 100%;
        border-radius: 35px;
        height: 45px;
        margin-top: 5px;
        background: -webkit-linear-gradient(180deg, #9ea7c7, #5C6B9C);
        border: none;
        color: white;
    }
    .form-div .item-form .a-other {
        width: 100%;
        border-radius: 35px;
        height: 45px;
        margin-top: 5px;
        text-decoration: none;
        text-align: center;
        display: block;
    }
    .form-div .item-form .a-other i {
        margin-right: 5px;
    }
    .form-div .item-form p {
        color: black;
        margin-top: 5px;
    }
    .invalid-feedback {
        display: block;
        font-size: 13px;
    }
    .invalid-feedback span strong {
        color: red;
        font-size: 13px;
    }
    .form-div .item-form .insure label {
        font-size: 17px !important;
    }
    .form-div .item-form .insure {
        font-size: 17px !important;
    }
}

@media (max-width: 991px) {
    .back-auth {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 100vh;
    }
    .back-auth .auth-div {
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52) !important;
        background-color: white;
        padding: 40px 20px 20px 20px;
        border-radius: 15px;
    }
    .back-auth .auth-div .title {
        text-align: center;
        margin-bottom: 20px;
    }
    .back-auth .auth-div .title h1 {
        font-size: 30px;
        font-weight: 900;
        font-family: "Yekan1" !important;
    }
    .back-auth .auth-div .title h1 span {
        font-size: 30px;
        font-weight: 900;
        font-family: "Yekan1" !important;
        background: -webkit-linear-gradient(180deg, #3fbce7, #4a51d3);
        background-clip: border-box;
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .form-div .item-form {
        width: 100%;
        margin-top: 20px;
    }
    .form-div .item-form-flex {
        width: 100%;
    }
    .form-div .item-form label {
        font-size: 16px;
        margin-right: 10px;
        color: black;
    }
    .form-div .item-form input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="date"],
    input[type="file"] {
        width: 100%;
        border-radius: 35px;
        height: 45px;
        border: 1px solid #cccccc;
        margin-top: 5px;
        padding-right: 10px;
    }
    .form-div .item-form input[type="radio"] {
        width: 15px;
        height: 15px;
    }
    .form-div .item-form input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin-left: 5px;
    }
    .form-div .item-form select {
        width: 100%;
        border-radius: 35px;
        height: 45px;
        border: 1px solid #cccccc;
        margin-top: 5px;
        background-color: transparent;
        padding-right: 10px;
    }
    .form-div .item-form .submit-button {
        width: 100%;
        border-radius: 35px;
        height: 45px;
        margin-top: 5px;
        background: -webkit-linear-gradient(180deg, #9ea7c7, #5C6B9C);
        border: none;
        color: white;
    }
    .form-div .item-form .a-other {
        width: 100%;
        border-radius: 35px;
        height: 45px;
        margin-top: 5px;
        text-decoration: none;
        text-align: center;
        display: block;
    }
    .form-div .item-form .a-other i {
        margin-right: 5px;
    }
    .form-div .item-form p {
        color: black;
        margin-top: 5px;
    }
    .invalid-feedback {
        display: block;
        font-size: 13px;
    }
    .invalid-feedback span strong {
        color: red;
        font-size: 13px;
    }
    .form-div .item-form .insure label {
        font-size: 17px !important;
    }
    .form-div .item-form .insure {
        font-size: 17px !important;
    }
}


/* step-verify */

@media (min-width: 991px) {
    .step-verify-hint {
        font-size: 22px;
    }
    .step-verify {
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52) !important;
        background-color: white;
        border-radius: 15px;
        padding-top: 60px;
        text-align: center;
        width: 200px;
        height: 200px;
        text-decoration: none;
        margin-right: 30px;
        margin-left: 30px;
    }
    .step-verify:hover {
        border: 2px solid #4a51d3;
    }
    .step-verify i {
        font-size: 30px;
        color: #4a51d3;
    }
    .step-verify h6 {
        font-size: 20px;
        margin-top: 20px;
        color: #4a51d3;
    }
}

@media (max-width: 991px) {
    .step-verify-hint {
        font-size: 22px;
    }
    .step-verify {
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52) !important;
        background-color: white;
        border-radius: 15px;
        padding-top: 50px;
        text-align: center;
        width: 170px;
        height: 170px;
        text-decoration: none;
        margin-right: 10px;
        margin-left: 10px;
    }
    .step-verify:hover {
        border: 2px solid #4a51d3;
    }
    .step-verify i {
        font-size: 30px;
        color: #4a51d3;
    }
    .step-verify h6 {
        font-size: 18px;
        margin-top: 20px;
        color: #4a51d3;
    }
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.select2-selection {
    background-color: transparent !important;
    border-radius: 35px !important;
    border: 1px solid #cccccc !important;
    width: 100% !important;
    height: 45px !important;
    margin-top: 5px !important;
}

.select2-results__option {
    font-size: 16px !important;
    /* اندازه فونت کوچک‌تر */
}

.select2-selection__placeholder {
    font-size: 16px !important;
}

.select2-selection__rendered {
    color: #000 !important;
    font-size: 16px !important;
    margin-top: 10px;
}

.select2-selection__arrow {
    margin-top: 16px;
}