/*
Main Style Of CSS
*/
table.dataTable tbody th, table.dataTable tbody td{
    padding:5px !important;
}
/*Start Logo Of Website*/
.logo-wp{
    font-size: 25px;
    font-weight: bold;
    color:#0162e8;
}
.logo-wp i{
    border-right: 2px solid #0162e8;
    padding-right: 5px;
}
/*End Logo Of Website*/
/*Start Login Page*/
.main-login{
    width: 350px;
    margin: 120px auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.main-login .logo{
    text-align: center;
    margin-bottom: 20px;
}
.main-login .logo img{
    width: 80px;
}
.main-login .login-title,
.main-register .register-title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    background: #fff;
    background: #d9e8fc;
}
.main-login .login-title{
    background: none;
    font-size: 25px;
}
.main-login .or_login_with{
    font-size: 12px;
    color: #9b9a9a;
    margin: 15px 0;
}
.main-login .or_register a{
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}
.main-login .social-login{
    margin-top: 20px;
}
.main-login .social-login a{
    margin: 5px;
}
.main-login .social-login a img{
    width: 40px;
    height: 40px;
}
.main-login .social-login .fb{

}
.main-login .social-login .go{

}
.main-login form .input-group-text{
    background:none;
    color: #0162e8;
    border: 1px solid #e1e5ef;
}
.main-login form input{
    height: 45px;
}
.main-login form input:focus{
    border-color: #e1e5ef;
}
.main-login
.login-language{
    margin-top: 20px;
    text-align: center;
}
.login-language a{
    color: #000;
    background: #fff;
    padding: 3px 10px;
    text-underline: none;
}
.login-language a:hover{
    color: inherit;
}
/*End Login Page*/

/*Start register Page*/
.main-register{
    width: 600px;
    margin: 50px auto;
}
/*END register Page*/

/*Start Flags*/
.img-flag{
    width: 30px !important;
    height: 30px !important;
}
.drop-img-flag{
    padding: 0 10px !important;
}
.drop-img-flag img{

}
.drop-img-flag .title-flag{
    font-size: 14px;
    line-height: 35px;
}
/*End Flags*/
/*Start Main Table*/
.main-table{
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}
.main-table .delete-btn,
.main-table .update-btn
{

}
.main-table .delete-btn:hover{
    background:#ce2525;
    color: #fff;
}
.main-table .update-btn:hover{
    background: #0ba360;
    color: #fff;
}
.main-table .direct-btn:hover{
    background: #0b95a3;
    color: #fff;
}
.main-table .delete-btn i,
.main-table .update-btn i,
.main-table .direct-btn i
{
    margin-left: 5px;
    transition: .2s ease-in-out;
}
.main-table .delete-btn:hover i,
.main-table .update-btn:hover i,
.main-table .direct-btn:hover i{
    margin-left: 10px;
}
/*End Main Table*/
/*Start Main Model*/
.main-model{

}
.main-model .modal-title{
    width: 100%;
}
/*End Main Model*/
/* Start UL list-unstyled */
.list-unstyled li,
.list-unstyled{
    margin-bottom: 0 !important;
}
.pull-right .btn{
    margin-bottom: 20px;
}
/* End UL list-unstyled */
.show_col_checkbox{
    margin-bottom: 20px;
}
/*Start Validate Test Form*/
#validate-form{
    text-align: center;
    border: 2px solid #ddd;
    padding: 20px;
    margin: 50px auto;
}
#validate-form input{
    display: block;
}
#validate-form #is_valid_phone,
#validate-form #not_valid_phone{
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0;
    display: none;
}
#validate-form #is_valid_phone{
    color: #08a308;
}
#validate-form #not_valid_phone{
    color: #b50707;
}
#validate-form button{
    margin-top: 15px;
}
#validate-form .title{
    font-weight: bold;
    font-size: 15px;
}
/*End Validate Test Form*/

/*Start fixed-top-link*/
.fixed-top-link{
    margin-top: 20px;
}
/*End fixed-top-link*/
/*Start Show Errors*/
.show-error-wp-sec{
    margin-top: 20px;
}
.show-error-wp-sec ul{
    padding: 0;
}
.show-error-wp-sec ul li{
    display: inline-block;
}
.show-error-wp-sec ul .badge{
    font-size: 12px !important;
    padding: 7px !important;
}
/*End Show Errors*/
/*Start main-category-info*/
.main-category-info{
    background-color: #fff;
    padding: 20px;
    margin: 50px 0;
    border: 1px solid #ddd;
}
.main-category-info .block{
    border: 1px solid #ddd;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.main-category-info .block{
    width: 100%;
    display: block;
}
.main-category-info .block table th{
    padding: 5px;
    text-align: center;
    text-transform: capitalize;
    font-size: 13px;
}
.main-category-info .block table td{
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
.main-category-info .block .question-name{
    text-align: center;
    margin: 10px 30px;
    font-weight: bold;
    padding: 10px;
    background: #f3f3f3;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.main-category-info .block .question-order{
    display: block;
    background: #838383;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;

}
.main-category-info .block .question-status{
    display: block;
    text-align: right;
}
.main-category-info .block .question-process{
    margin: 15px 0;
}
.main-category-info .block .question-process .btn{
    height: 30px;
    line-height: 1;
    color: #fff;
}
/*End main-category-info*/

/*Start quiz_content*/
.quiz_content{
    width: 700px;
    margin: 50px auto;
    text-align: center;
    background: #e6e6e6;
    padding: 20px;
    border-radius: 5px;
    font-family: 'Cairo', sans-serif;
}
.quiz_content .block{

}
.quiz_content .quiz_question{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    padding: 10px;
    color: #333;
    letter-spacing: 0.4px;
}
.quiz_content .quiz_answer{

}
.quiz_content .quiz_answer button{
    margin: 0 10px;
    height: 40px;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
}
/*End quiz_content*/
/*Start  category flow*/
.category-flow{
    padding-bottom: 50px;
}
.category-flow .flow_title{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    text-align: center;
    font-size: 24px;
    padding: 15px 10px;
    font-weight: bold;
    margin-bottom: 30px;
    background-color: #fff;
}
.category-flow .flow_title span{
    color: #126aef;
    text-transform: capitalize;
}
.category-flow .question_flow{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    background-color: #0162e8;
    margin: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    color: #fff;
}
.category-flow .question_flow p{
    margin: 0;
}
.category-flow .answer_flow{

}
.category-flow .arrow_flow{
    display: block;
}
.category-flow .answer_flow{
    background-color: #fff;
    border: 1px solid #ddd;
}
.category-flow .answer_flow.active{
    background-color: #369505;
    color:#fff;
}
/*End category flow*/
/*Start show_answer_profile*/
.show_answer_profile{

}
.show_answer_profile .card{

}
.show_answer_profile .card .card-header{
    background: #e5e5e5;
}
.show_answer_profile .card .card-header h2{

}
.show_answer_profile .card .card-header button{
    color: #333;
    font-weight: bold;
    margin: 0;
}
.show_answer_profile .card .collapse{

}
.show_answer_profile .card .collapse .card-body,
.accordion .card-body{
    background: #fff !important;
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px !important;
    text-align: center !important;
    font-size: 20px;
    font-weight: bold;
}
/*End show_answer_profile*/
.iti{
    width: 100%;
}

/*Start Chat*/
.chat-lead{
    background-color: #fff;
    margin: 10px auto;
    width: 800px;
    border:1px solid #ddd;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.chat-lead .chat-header{
    padding: 5px;
    background-color: #f3f0f0;
}
.chat-lead .chat-header .img{
    text-align: center;
}
.chat-lead .chat-header .img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.chat-lead .chat-header .name{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.chat-lead .chat-header .phone{
    color: #877e7e;
    font-size: 13px;
    margin-bottom: 0;
}
.chat-lead .chat-header .reload button{
    margin: 5px auto;
    box-shadow: none;
    border: 0;
}
.chat-lead .chat-body{
    background-image: url('../img/backgrounds/whatsapp.png');
    height: 350px;
    padding: 20px;
    overflow-x: scroll;
}
.chat-lead .chat-body .content{
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0;
}
.chat-lead .chat-body .in-msg{
    background-color: #0b1b50;
}
.chat-lead .chat-body .out-msg{
    background-color: #59b559;
}
.chat-lead .chat-body .content .time{
    font-size: 10px;
}
.chat-lead .chat-body .content .img-msg{
    width: 100%;
    max-height:120px;
}
.chat-lead .chat-body .status{
    color: #838181;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}
.chat-lead .chat-footer{

}
.chat-lead .chat-footer textarea{
    height: 60px;
    width: 100%;
    border: 0;
    resize: none;
    font-size: 14px;
    color: #000;
}
.chat-lead .chat-footer button{
    height: 60px;
    border-radius: 0;
    width: 100%;
}
/*End Chat*/
/*Start sendmessage-menu*/
.sendmessage-menu{
    margin: 20px 0;
    border:1px solid #ddd;
    padding: 10px;
    background-color: #fff;
}
.sendmessage-menu #progress_block{
    margin-top: 20px;
}
/*End sendmessage-menu*/