﻿body {
    direction: rtl;
    margin: auto;
    font-family: IRANSans,Helvetica Neue,Roboto,Arial,Droid Sans,sans-serif;
    /*    background-color : whitesmoke;
*/
}

a {
    text-decoration: none;
}

    a :hover {
        text-decoration: none;
    }


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: IRANSans,Helvetica Neue,Roboto,Arial,Droid Sans,sans-serif;
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
}

.txt2 {
    font-family: IRANSans,Helvetica Neue,Roboto,Arial,Droid Sans,sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 22px 30px 33px 30px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
    width: 100%;
}

.login100-form-title {
    display: block;
    font-family: IRANSans,Helvetica Neue,Roboto,Arial,Droid Sans,sans-serif;
    /*    font-size: 30px;
*/ color: #333333;
    line-height: 1.2;
    text-align: center;
    font-weight: 500
}

    .login100-form-title i {
        font-size: 60px;
    }

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    /*margin-bottom: 35px;*/
    margin: 30px 0;
}

.input100 {
    font-family: IRANSans,Helvetica Neue,Roboto,Arial,Droid Sans,sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #6a7dfe;
        background: -webkit-linear-gradient(left, #fda521, #b721ff);
        background: -o-linear-gradient(left, #21d4fd, #b721ff);
        background: -moz-linear-gradient(left, #21d4fd, #b721ff);
        background: linear-gradient(left, #21d4fd, #b721ff);
    }

    .focus-input100::after {
        font-family: IRANSans,Helvetica Neue,Roboto,Arial,Droid Sans,sans-serif;
        font-size: 15px;
        color: #999999;
        line-height: 1.2;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 16px;
        left: 0px;
        padding-left: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.input100:focus + .focus-input100::after {
    top: -15px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::after {
    top: -20px;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*.btn-show-pass:hover {
        color: #6a7dfe;
        color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        color: -o-linear-gradient(left, #21d4fd, #b721ff);
        color: -moz-linear-gradient(left, #21d4fd, #b721ff);
        color: linear-gradient(left, #21d4fd, #b721ff);
    }

    .btn-show-pass.active {
        color: #6a7dfe;
        color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        color: -o-linear-gradient(left, #21d4fd, #b721ff);
        color: -moz-linear-gradient(left, #21d4fd, #b721ff);
        color: linear-gradient(left, #21d4fd, #b721ff);
    }*/



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

/*.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    background: -webkit-linear-gradient(right, #fda521, #b721ff, #fda521, #b721ff);
    background: -moz-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    background: linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}*/

.login100-form-btn {
    font-family: IRANSans,Helvetica Neue,Roboto,Arial,Droid Sans,sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: var(--purple-700)
}

/*.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
}*/


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 77px 15px 33px 15px;
    }
}

/*body {
    direction: rtl;
    margin: auto;
    font-family: 'B Yekan',Tahoma;
    counter-reset: span;
}*/

.container {
    max-width: 100% !important;
}

.rowNumber:before {
    content: counter(span,decimal);
    counter-increment: span;
}

a {
    text-decoration: none;
}

    a :hover {
        text-decoration: none;
    }

.btn-succ {
    color: white !important;
    border: 1px solid #009432 !important;
    background-color: #44bd32 !important;
}

    .btn-succ:hover {
        background-color: #009432 !important;
    }


.btn-warn {
    color: white !important;
    border: 1px solid #F79F1F !important;
    background-color: #ffaf40 !important;
}

    .btn-warn:hover {
        background-color: #F79F1F !important;
    }


#myInput {
    padding: 8px 15px 8px 20px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}



.loadingmodal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    display: none;
}

/*loading icon*/
.loadingcenter {
    z-index: 1000;
    margin: 18% auto;
    padding: 20px;
    text-align: center;
    width: 100px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 20 !important;
    -moz-opacity: 1;
}

    .loadingcenter img {
        height: 50px;
        width: 50px;
    }
/*loading icon*/




.adLink {
    color: #A020F0 !important;
}

    .adLink:hover {
        color: #51087E !important;
    }

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-30 {
    margin-top: 30px;
}

.logo {
    max-height: 120px;
    max-width: 120px;
}

.form-box {
    position: relative;
    background-color: white;
    border: 1px solid #ddd;
    padding: 12px
}

.submit-button {
    color: white !important;
    border: 1px solid #51087E !important;
    background-color: #A020F0 !important;
}

    .submit-button:hover {
        background-color: #51087E !important;
    }

/* .btn-submit:hover {
        color: white;
        border: 1px solid #ff4500;
        background-color: #FF5349;
    }*/

.validation-color {
    color: #eb3b5a !important;
}


/*Code Input Css*/
.card-body {
    padding: 35px 0px 10px 0px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.activation-code-input {
    display: none;
}

.activation-code {
    direction: ltr;
    position: relative;
}

    .activation-code::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        border-bottom: 2px solid;
        border-color: #ccc;
        transition: opacity 0.3s ease;
    }

    .activation-code > span {
        position: absolute;
        display: block;
        font-size: 13px;
        color: #918c8c;
        top: 0;
        right: 0;
        transition: all 0.3s ease;
        font-weight: 400;
    }

    .activation-code .activation-code-inputs {
        display: flex;
        /*flex-direction: row;*/
        /*flex-wrap: nowrap;*/
        flex-flow: row nowrap;
    }

        .activation-code .activation-code-inputs input {
            display: flex;
            flex-flow: column nowrap;
            padding: 0;
            border: 0;
            outline: 0;
            min-width: 0;
            line-height: 36px;
            text-align: center;
            align-items: center;
            transition: all 0.3s ease;
            border-bottom: 2px solid;
            border-color: #ccc;
            margin-right: 8px;
            /*background: red;*/
            opacity: 0;
        }

            .activation-code .activation-code-inputs input:last-child {
                margin-right: 0;
            }

    .activation-code.active::before {
        opacity: 0;
    }

    .activation-code.active .activation-code-inputs input {
        opacity: 1 !important;
    }

    .activation-code .activation-code-inputs input:focus {
        border-color: #46b2f0 !important;
    }

    .activation-code.active > span {
        transform: translate(0, -100%);
        line-height: 30px;
        /*        opacity: 0.6;
*/
    }
/*End Code Input Css*/


/*login btns*/
.login-btn {
    border-radius: 50%;
    font-size: 25px;
    color: white;
    margin: 0 10px;
}

    .login-btn:hover {
        background-color: #36383a
    }


.google-login-btn {
    background-color: #ea4335;
}

/*login btns*/


.validation-summary-errors {
    font-size: 15px !important;
}
