﻿
body {
    font-family: IRANSans_FaNum;
    font-size: 13px;
    font-weight: 300;
    color: #555;
    direction:rtl;
}

.header {
    text-align: center;
    background-color: forestgreen;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-top: 30px;
}

    .header h2 {
        display: inline-block;
        margin: 30px 0;
        color: #fff;
    }

.targetGroup {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

    .targetGroup:hover {
        background-color: #f4f4f4;
        transition: all 0.2s ease 0s;
        color: #ff5f00;
    }

.wrpForm {
    text-align: center;
    margin: 30px 35% 20px 35%;
    border: solid 1px #ccc;
    padding: 30px 30px 10px 30px;
    border-radius: 4px;
}

.rowLine {
    margin-bottom: 15px;
}

.wrpForm input[type=text] {
    text-align: center;
}

.insideLinkWaiting {
    margin-right: 5px;
    color: #00ffab;
    position: relative;
    top: 1px;
}

.msgErrorUl {
    margin: 15px 0;
    padding: 0px;
    list-style: none;
    text-align: right;
    display: inline-block;
    color: orangered;
}

    .msgErrorUl li:first-child {
        margin-bottom: 4px;
    }

    .msgErrorUl li:first-child {
        font-weight: 400;
        text-indent: 0;
        margin-bottom: 4px;
    }

    .msgErrorUl li {
        margin-bottom: 3px;
    }

#canvas {
    width: 100%;
    height: 44px;
    border: dashed 1px #ccc;
    cursor: pointer;
}

#txt_captcha {
    letter-spacing: 13px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

#lblMsg {
    color: orangered;
}
#txt_mobile {
    letter-spacing: 1px;
}

#txt_verifyCode {
    letter-spacing: 13px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.rowLine label, .wrp_formElement label {
    font-weight: 400;
    text-align: right;
    float: right;
    margin:0 5px 4px 0;
}
#lbl_mobile_owner_cn span {
    font-weight: 400;
    color: #f97413;
    font-size: 14px;
    border: dashed 1px #bbb;
    width: 100%;
    display: block;
    padding: 9px 15px;
    margin: 24px 0 0 0;
    border-radius: 4px;
}


/*===========================countdown_start=================================*/

.base-timer {
    position: relative;
    width: 38px;
    height: 38px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 10px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 10px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

    .base-timer__path-remaining.green {
        color: rgb(65, 184, 131);
    }

    .base-timer__path-remaining.orange {
        color: orange;
    }

    .base-timer__path-remaining.red {
        color: red;
    }

.base-timer__label {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}



.verifyCodeInfo {
    color: #444;
    margin: 0 0 10px 0;
    border-bottom: dashed 1px #ccc;
    line-height: 36px;
}

    .verifyCodeInfo P {
        background-color: #def4ff;
        padding: 5px 20px 5px 10px;
        border-radius: 4px;
        margin-bottom: 13px;
    }

        .verifyCodeInfo p span {
            color: #14c871;
            font-size: 16px;
        }

        .verifyCodeInfo p b {
            font-size: 15px;
            direction: ltr;
            display: inline-block;
            color: #14c871;
            font-weight: normal;
        }

#sms_vc_timer {
    float: left;
    position: relative;
}

#sms_vc_timer_bc {
    left: 5%;
    position: absolute;
    margin-left: 0;
    font-size: 13px;
    color: orange;
    border: solid 1px orange;
    border-radius: 3px;
    line-height: 21px;
    padding: 2px 8px 0px 8px;
    margin-top: 5px;
}

#reSend_verifyCode {
    float: left;
    font-size: 12px;
    cursor: pointer;
    color: #aa730d;
    transition: all 0.2s ease 0s;
}

    #reSend_verifyCode i {
        font-size: 27px;
        position: relative;
        top: 10px;
        line-height: 16px;
        color: orange;
        float: left;
        margin-right: 4px;
    }

    #reSend_verifyCode:hover {
        color: #ef9c00;
        transition: all 0.2s ease 0s;
    }
    #reSend_verifyCode:hover i{
        color: #ef9c00;
        transition: all 0.2s ease 0s;
    }


/*===========================countdown_end=================================*/
.group_tag {
    padding: 0px;
    margin: 8px 0 0 0;
    list-style: none;
}
.group_tag li {
    display: inline-block;
    border: dashed 1px #48cc2c;
    border-radius: 3px;
    margin: 0 0 9px 11px;
    padding: 2px 8px;
}