*{
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: "IRANSans";
}

a,p{
	font-size:14px
}

html,body{
    width: 100%;
    height: 100vh;

    background-color: rgba(127,23,14,255);
}
.container{
    display: flex;
    margin-top: 40px;
    margin-bottom: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #ffffff;
}
.online{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    margin-top: 12px;
    margin-left: 190px;
    font-size:22px
}
.title{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    margin-top: 12px;
    margin-left: 190px;
}
form{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.col-md-6{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;

}
.col-md-3{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.col-md-10{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
}
.col-md-8{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}

.col-md-9{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 0;
    margin-right: 0;
}
.col-md-4{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;

}
.col-md-2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 5px;


}
.col-md-2 img{
    width: 100%;
    height: 100%;
    margin-top: 5px;
    padding: 10px;
}
input{
    width: 100%;
    height: 50px;
    background-color: #F2F2F2;
    border-radius: 35px;
    border: 1px solid #b4b4b4;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 12px;
    font-size: 14px;

}
.select2{
    width: 100%;
    height: 45px;
    background-color: #F2F2F2;
    border-radius: 35px;
    border: 1px solid #b4b4b4;
    padding: 0 10px;
    display: flex;
    font-size: 14px;
    flex-direction: row;
    justify-content: space-between;
}

input:focus{
    border:  1px solid #b4b4b4;
    border-radius: 35px;
    outline: none;

}
.form{
    width: 80%;
    height: 100%;
    padding: 10px;

}
.form-group{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2{
    color: #707070;
}
.jumbotron{
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #C9C9C9 ;
    border-radius: 20px;
}

.price{
    list-style-type: decimal;
}
.btn{
    width: 100%;
    height: 50px;
    border: 1px solid #b4b4b4;
    border-radius: 35px;
    /*padding:0 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.row{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.name{
    list-style-type:decimal;
    color: #0b0b0b;

}
.col-md-8 .round{
    position: relative;
    width: 30px;
}
.col-md-8 .round .label{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}
.col-md-8 .round .label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.col-md-8 .round input[type="checkbox"],.col-md-8 .round input[type="radio"] {
    visibility: hidden;
}

.col-md-8 .round input[type="checkbox"]:checked + label,.col-md-8 .round input[type="radio"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after,.round input[type="radio"]:checked + label:after {
    opacity: 1;
}
/*input[type="checkbox"]{*/
/*    border-radius: 50%;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    margin-right: 20px;*/
/*}*/
.label{
    border-radius: 50%;
    border: 1px solid #C9C9C9 ;
}
input[type="select"]{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

p{
    font-size: 19px;
    padding-top: 14px;
}
ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
}
ol,li{
    font-size: 19px;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
}

.faild{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.err{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#sucess{
    width: 70%;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #C9C9C9 ;
    border-radius: 20px;
}


#verifyColum{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
    margin-right: 70px;

}
#verifyForm{
    width: 90%;
    margin-bottom: 0;
}
#verifyCode{
    width: 100%;
    height: 45px;
    position: relative;

}
.resend{
    cursor: not-allowed;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #C2C2C2;
    width: 100%;
    margin-bottom: 0;
}
.resend:hover{
    text-decoration: none;
    color: #C2C2C2;
}
.changeNumber{
    cursor: not-allowed;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    color: #C2C2C2;
    margin-top: 0;
}
.changeNumber:hover{
    text-decoration: none;
    color: #C2C2C2;
}
#close{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#modalForm{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.modal-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#modalBtn{
    width: 100%;
    height: 40px;
    margin-bottom: 4px;
}
.icon{
    position: absolute;
    left: 40px;
    top: 14px;
    width: 30px;
    height: 30px;
    font-weight: bolder;
}
.icon .fa{
    width: 60%;
    height: 60%;
}
#demo{
    width: 50px;
    display: inline-flex;
}
#numberText{
    display: inline-flex;
    width: 200px;
    padding-top: 5px;


}
#resendText{
    display: inline-flex;
    width: 200px;
    padding-top: 5px;

}
.active{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #7F170E;
    width: 100%;
    cursor: pointer;

}
.active:hover{
    text-decoration: none;
    color: #7F170E;
}
#remainResendTime{
    padding-top: 5px;

}
#remainChangeTime{
    padding-top: 5px;

}
.sucessAlert{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.sucess-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}
.alert{
    width: 90%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.linkWebinar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #EEE;
    border-radius: 5px;
}



#remainResendTime,#remainChangeTime{
	font-size:14px

}