/* =======start--login-register---sec==================== */

.login_signUp_bx{
   padding: 95px 0
}
.login_innr {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
}
.login_hdng  h2{
    font-size: 30px;
    color: #1A2034;
    margin-bottom: 10px;
}
.login_hdng h5{
    color: #838689;
    font-size: 16px;
}
.login_hdng{
    margin-bottom: 40px;
}
.input_fill label{
    font-size: 14px;
    color: #838689;
    margin-bottom: 10px;
}
.input_fill .form-control{
    border: 1px solid #D2D2D2;
    box-shadow: none;
    height: 50px;
    color: #838689;
    font-size: 15px;
}

.input_fill .form-control:focus{
    border-color: #1F6AFD;
}
.input_fill{
    margin-bottom: 20px;
}
/*
.input_fill:last-child{
    margin-bottom: 0;
}
*/
.login_submit{
    margin-top: 30px;
}
.create_text{
    margin: 25px 0 0;
    text-align: center;
}

.create_text p{
    color: #838689;
    font-size: 16px;
}

.create_text p a{
    display: inline-block
}

.create_text p a:hover{
    color: #243534;
}

.create_accountbx{
    max-width: 590px;
}
.eye_btnfill{
    position: relative;
}
.copy_link {
    right: 12px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    line-height: 100%;
    color: #8E8EA6;
}

.login_checkouter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.radio-check {
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.radio-check input[type='checkbox'], .radio-check input[type='radio'] {
    display: none;
}
.radio-check input[type='checkbox'] + span {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 1.4px solid #D2D2D2;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-right: 10px;
}

.radio-check input[type='checkbox']:checked + span:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: url(../images/check.png) no-repeat center center;
    background-size: 8px;
}

.trms_check p {
    font-size: 16px;
    color: #838689;
    font-weight: 500;
}
.trms_check p a {
    color: #1F6AFD;
}

.forgot_links a {
    display: inline-block;
    font-size: 16px;
    color: #838689;
    font-weight: 500;
}
.forgot_links a:hover{
    color: #1F6AFD;
}

.verify_email{
    max-width: 315px;
}

.email_edit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.email_edit h5{
    font-size: 15px;
    color: #1F6AFD;
    font-weight: 400;
}
.email_edit a span{
    font-size: 18px;
    display: inline-block;
}

.email_edit a{
    display: inline-block;
    margin-left: 5px;
    color: #1F6AFD;
}
.email_edit a:hover{
    color: #1A2034;
}

.verify_code{
    margin-top: 20px;
}
.verify_code ul{
    display: flex;
    align-items: center;justify-content: center
}
.code_fill{
    height: 60px;
    width: 60px;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    box-shadow: none;
    text-align: center;
    color: #243534;
    font-size: 18px;
    font-weight: 500;
} 
.fillup_code .code_fill{
    background: #F4F7FB;
    border: 1px solid #CFD6E3;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.verify_code ul li + li{
    margin-left: 15px;
}

.rest_otp{
    text-align: center;
    margin-top: 25px;
}
.rest_otp a{
    font-size: 16px;
    color: #1F6AFD;
    display: inline-block
}
.rest_otp a:hover{
    color: #1A2034;
}
.eye_btnfill .form-control{
    padding-right: 40px;
}
.create_chk_outer {
    margin-bottom: 30px;
}


/* =======end--login-register---sec==================== */



/* =create--post==page==start */

.dashboard_outer{
    overflow: hidden;
}

.dashboard_rightpnl {
    margin-left: 80px;
    padding-top: 66px;
}
/* .dashboard_innrBody {
    height: calc(100vh - 66px);
    overflow-y: auto;
} */

.create_postHdng{
    padding: 15px 30px 20px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}
.create_postHdng h2{
    font-size: 30px;
    color: #1A2034;
    margin-bottom: 20px;
}
.bg_radiusHdng{
    display: inline-block;
    background: #F0F0F0;
    border-radius: 50px;
    padding: 5px 10px;
    color: #1A2034;
    font-size: 18px;
}
.createpost_Outer {
    padding: 0px 30px;
    display: flex;
    flex-wrap: wrap;
}
.post_lftpnl {
    width: 100%;
    padding: 20px 0px 30px 0;
    position: relative;
    transition: 0.5s;
}
.post_rightpnl {
    width: 35%;
    padding: 20px 0 30px 30px;
    border-left: 1px solid #d2d2d2;
    transform: translateX(120%);
    transition: 0.5s;
    position: fixed;
    right: 0;
    top: 194px;
    bottom: 0;
}
.post_lftpnl .accordion-header{
    margin-bottom: 25px;
}
.job_role h3, .post_lftpnl .accordion-header span{
    font-size: 18px;
    color: #1A2034;
    font-weight: 500;
    display: block;
}
.job_role h3{
    margin-bottom: 15px;
}
.post_lftpnl .accordion-button::after{
    display: none;
}
.post_lftpnl .accordion-item {
    background: transparent;
    border: 0 !important;
}
.post_lftpnl .accordion-button {
    outline: none;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    color: #1A2034;
}
 .accordion-button.collapsed i {
    transition: 0.3s;
    transform: rotate(0deg);
}
.accordion-button i {
    transform: rotate(180deg);
    transition: 0.3s;
}
.post_lftpnl .accordion-body {
    padding: 0 0px 20px;
}

.job_role .input_fill {
    margin-bottom: 0;
}
.job_role{
    margin-bottom: 25px;
}
textarea.form-control{
    resize: none;
}
.summery_fill .form-control{
    height: 83px;
}

.post_label{
    color: #1A2034 !important;
    font-size: 14px;
}
 .details_editorFill .form-control{
    height: 230px;
    border-radius: 0 0 5px 5px;
    padding: 15px;
 }

.editor_bx span{
    display: block;
    padding: 15px;
    border: 1px solid #d2d2d2;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.post_skill_row{
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #D2D2D2;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 50px;
}
.post_skill_row:last-child{
    margin-bottom: 0;
}
.post_skill_row label{
    margin-bottom: 0;
    min-width: 130px;
}
.skill_slect {
    width: 100%;
}

.skill_slect .select2-container--default .select2-selection--single{
    border: 0;
    background-color: transparent;
    height: 30px;
    border-radius: 0;
    font-size: 14px;
    color: #1A2034;
    font-weight: 400;
    padding: 0 20px 0 20px;
}
.skill_slect .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 0;
}
.experience_innr{
    display: flex;
}
.experience_innr label{
    min-width: 120px;
}
.experience_row {
    margin: 0 -5px 10px;
    display: flex;
    flex-wrap: wrap;
}
.experience_row:last-child{
    margin-bottom: 0;
}
.w_50{
    width: 50%;
}
.experince_bx {
    padding: 0 5px;
}
.experience_innr{
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 0 20px;
}
.pay_rateOuter {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.experience_slctOuter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.experience_slctOuter .skill_slect{
    width: 50%;
    padding: 0 5px;
}
.pay_arateItem {
    padding: 0 15px 0 0;
    width: 25%;
    border-right: 1px solid #d2d2d2;
}
.pay_arateItem:last-child{
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
.pay_arateItem .form-control{
    border: 0;
    box-shadow: none;
    color: #838689;
    font-size: 14px;
    padding: 0 20px;
}

.w_65{
    width: 65%;
}
.w_35{
    width: 35%;
}
.company_row {
    display: flex;
    margin: 0 -5px 10px;
}
.company_row:last-child{
    margin-bottom: 0;
}
.input_fill{
    position: relative;
}
.location_icon{
    font-size: 20px;
    color: #838689;
    right: 18px;
    top: 15px;
    position: absolute;
}
.company_row .input_fill {
    margin-bottom: 0;
}
.save_postOuter {
    margin: 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.draft_btnOuter {
    display: flex;
    align-items: center;
}

.gray_btn{
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    background: #EBECEE;
    border-radius: 5px;
    color: #1A2034;
    font-size: 16px;
    font-weight: 500;
}
.gray_btn span, .gray_btn i{
    display: inline-block;
    vertical-align: middle;
}
.gray_btn span{
    margin-left: 6px;
}
.gray_btn i{
    font-size: 18px;
}
.gray_btn:hover{
    background-color: #1F6AFD;
    color: #fff;
}
.delete_btn{
    margin-left: 20px;
}
.delete_btn a{
    display: inline-block;
    color: #1A2034;
}
.delete_btn a:hover{
    color: #ff0000;
}
.apply_hdngOuter {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
}
.apply_hdngLft h3{
    font-size: 18px;
    color: #1A2034;
    font-weight: 600;
    margin-bottom: 10px;
}
.apply_hdngLft h5{
    font-size: 14px;
    color: #838689;
}
.apply_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 15px;
    background-color: #399342;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.apply_btn:hover{
    background-color: #1F6AFD;
    color: #fff;
}
.results_para p, .results_lising li{
    font-size: 15px;
    color: #1A2034;
    line-height: 26px;
    margin-bottom: 25px;
}
.results_item{
    margin-bottom: 30px;
}
.results_item:last-child{
    margin-bottom: 0;
}
.results_item h3{
    font-size: 16px;
    color: #1A2034;
    font-weight: 600;
    margin-bottom: 15px;
}
.results_para p:last-child, .results_lising li:last-child {
    margin-bottom: 0;
}
.results_lising {
    padding: 20px 0 0;
}
.results_lising ol {
    padding-left: 15px;
}
.results_lising ol li{
    list-style: auto;
}
.arw_Btn {
    position: absolute;
    right: -30px;
    top: 15px;
    transition: 0.5s;
}
.arw_Btn a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1A2034;
    width: 38px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 90px 0px 0px 90px;
}
.arw_Btn a span{
    font-size: 16px;
    transform: rotate(180deg);
    transition: 0.5s
}
.panel_open .post_rightpnl{
    transform: translate(0);
    position: static;
}
.panel_open .post_lftpnl{
    width: 65%;
    padding-right: 40px;
}
.panel_open .arw_Btn{
    right: 0;
}
.panel_open .arw_Btn a span{
    transform: rotate(0deg);
}
.post_success_mdl .modal-dialog{
    max-width: 330px;
}
.post_success_mdl .modal-header{
    padding: 15px;
    border: 0;
    position: relative;
}
.post_success_mdl .modal-header .btn-close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #838689;
}
.success_pic {
    text-align: center;
    margin-bottom: 20px;
}

.success_hdng h3{
    font-size: 30px;
    color: #1A2034;
    text-align: center;
}
.success_hdng{
    margin-bottom: 30px;
}
.view_posting {
    text-align: center;
}
.post_success_mdl .modal-body {
    padding: 15px 15px 35px;
}

/* =create--post==page==end */

/* =start----view-post-page------------------- */

.tab_links .nav-tabs .nav-link{
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 18px;
    color: #838689;
    position: relative;
}
.tab_links .nav-tabs{
    border: 0;
}
.tab_links li{
    margin-right: 40px;
}
.tab_links li:last-child{
    margin-right: 0;
}
.tab_links .nav-tabs .nav-link:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 4px;
    content: "";
    background-color: #1F6AFD;
    border-radius: 5px;
    width: 0;
}
.tab_links .nav-link.active{
    color: #1F6AFD;
}
.tab_links .nav-link.active:after{
    width: 100%;
}
/* .tab_area{
    padding: 50px 30px;
} */
.pd_45{
    padding: 45px 30px;
}
.job_infoHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.jobinfo_lft h3{
    font-size: 18px;
    color: #1A2034;
    font-weight: 600;
    margin-bottom: 10px;
}
.jobinfo_lft h5{
    font-size: 14px;
    color: #838689;
}
.list_row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.list_row label{
    min-width: 60px;
    margin: 0;
    margin-right: 10px;
}
.list_row .bg_radiusHdng{
    font-size: 13px;
}
.list_row:last-child{
    margin-bottom: 0;
}
.exprnce_row h5{
    color: #838689;
    font-size: 14px;
}
.exprnce_row label{
    min-width: 135px;
}
.add_postModal .modal-header{
    border-bottom: 0;
    padding: 15px 30px;
}
.add_postModal .modal-header h5{
    font-size: 18px;
    color: #1A2034;
    font-weight: 500;
}
.add_postModal .modal-body{
    padding: 0;
}
.srch_top{
    border-bottom: 1px solid #D2D2D2;
    padding: 10px 30px 15px;
    display: flex;
    align-items: center;
}
.add_postModal .modal-dialog{
    max-width: 740px;
}
.mdlsrch_btn{
    background-color: transparent;
    cursor: pointer;
    color: #B5B5B5;
}
.srch_top .form-control{
    border: 0;
    box-shadow: none;
    color: #D2D2D2;
    font-size: 18px;
    font-weight: 400;
}
.srch_top .form-control::placeholder{
    color: #D2D2D2;
}
.srch_top .form-control::-webkit-placeholder{
    color: #D2D2D2;
}
.srch_listed_menu li{
    border-bottom: 1px solid #EBECEE;
}
.srch_listed_menu li:last-child{
    margin-bottom: 0;
}
.srch_listed_menu li a{
    display: block;
    padding: 20px 30px;
    font-size: 18px;
    color: #838689;
}
.srch_listed_menu li a:hover{
    color: #1F6AFD;
}
.modal {
    padding: 0 !important;
}

.view_questionArea{
    max-width: 790px;
    margin: 0 auto;
}
.view_question_row{
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 20px 20px;
}
.view_question_row:last-child{
    margin-bottom: 0;
}
.drag_handle {
    text-align: center;
}
.drag_handle a{
    display: inline-block;
    color: #838689;
}
.question_hdngtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.top_questionslct .skill_slect .select2-container--default .select2-selection--single{
    padding-left: 0;
}
 .select2-dropdown{
    min-width: 150px;
}
.top_positionRight, .position_bxOuter {
    display: flex;
    align-items: center;
}
.top_questionslct .skill_slect .select2-container--default .select2-selection--single{
    font-size: 16px;
    font-weight: 600;
    color: #1A2034;
}
.position_bxOuter label{
    font-size: 14px;
    color: #1A2034;
    min-width: 70px;
    margin: 0 10px 0 0;
}
.position_bxOuter .form-control{
    height: 36px;
    box-shadow: none;
    border-color: #D2D2D2;
    color: #838689;
    font-size: 14px;
    width: 50px;
}
.position_bxOuter .form-control:focus{
    border-color: #1F6AFD;
}
.position_bxOuter{
    margin-right: 20px;
}
.question_delete a{
    display: inline-block;
    color: #838689;
}
.question_delete a:hover{
    color: #ff0000;
}
.question_text{
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 15px;
}
.question_text h3{
    color: #1A2034;
    font-size: 14px;
    font-weight: 500;
}
.question_fill, .option_lftpnl {
    display: flex;
    align-items: center;
}
.question_fill{
    justify-content: space-between;
    background: #FBFBFC;
    border: 1px solid #EBECEE;
    border-radius: 5px;
    height: 50px;
    padding: 0 20px;
}
.option_lftpnl .input_fill {
    margin-bottom: 0;
}
.question_fill + .question_fill{
    margin-top: 15px;
}
.option_lftpnl .input_fill .form-control{
    border: 0;
    background-color: transparent;
    height: 30px;
    padding: 0;
}
.radio-check.grn_check input[type='checkbox'] + span{
    border-color: #838689;
}

.grn_check.radio-check input[type='checkbox']:checked + span:after{
    background: url(../images/check_white.png) no-repeat center center;
    background-size: 8px;
}

.grn_check.radio-check input[type='checkbox']:checked + span{
    background-color: #399342;
    border-color: #399342;
}
.option_rghtpnl a{
    display: inline-block;
    color: #838689;
}
.option_rghtpnl a:hover{
    color: #ff0000;
}
.question_filladd{
    margin-top: 15px;
}
.question_filladd a{
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 0 20px;
    color: #838689;
}
.question_filladd a i {
    margin-right: 10px;
    font-size: 18px;
}
.process_leftpnl {
    padding: 30px 50px 30px 30px;
    border-right: 1px solid #d2d2d2;
}
.process_top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.process_stage_row {
    position: relative;
    padding-right: 45px;
}
.process_deleteBtn{
    position: absolute;
    right: 0;
    top: 15px;
}
.process_itembx{
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}
.process_itembx:last-child{
    margin-bottom: 0;
}
.process_itembx .skill_slect + .skill_slect{
    border-left: 1px solid #d2d2d2;
}

.kpi_hdng{
    margin-bottom: 15px;
}
.kpi_hdng h4{
    font-size: 14px;
    color: #1A2034;
}

.experience_innr h5{
    color: #838689;
    font-size: 14px;
}
.w_75{
    width: 75%;
}
.w_25{
    width: 25%;
}
.kpi_btn{
    margin-top: 15px;
}

.process_rightpnl{
    padding: 30px 20px;
}
.contnt_hdng h4 {
    font-size: 18px;
    color: #1A2034;
    font-weight: 500;
    text-transform: capitalize;
}

.contnt_hdng {
    margin-bottom: 15px;
}

.dates_pnlItem {
    padding-left: 45px;
    position: relative;
    padding-bottom: 30px;
    padding-top: 7px;
}
.dates_pnlItem:last-child{
    padding-bottom: 0;
}
.dates_pnlItem:before {
    top: 0;
    left: 10px;
    width: 2px;
    background-color: #EDEDF1;
    bottom: 0;
    position: absolute;
    content: "";
}
.complete_item:before {
    background-color: #1F6AFD;
}
.dates_nmbr {
    width: 36px;
    height: 36px;
    border: 2px solid #EDEDF1;
    border-radius: 10px;
    font-size: 16px;
    color: #8E8EA6;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -7px;
    background: #fff;
    top: 0;
}
.complete_item .dates_nmbr {
    border-color: #1F6AFD;
    color: #1F6AFD;
}
.dates_hdng {
    margin-bottom: 10px;
}
.dates_hdng h4 {
    color: #8E8EA6;
    font-size: 16px;
    font-weight: 600;
}
.complete_item .dates_hdng h4 {
    color: #000;
}
.dates_pnlItem .job_tags {
    margin: 0;
}
.job_tags ul {
    display: flex;
    align-items: center;
}
.job_tags ul li {
    background-color: #EDEDF1;
    border-radius: 90px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #1A2034;
    font-weight: 500;
    padding: 5px 13px;
    margin-right: 5px;
}
.job_tags ul li i {
    margin-right: 3px;
    min-width: 10px;
    font-size: 16px;
}
.dates_listing {
    padding: 20px 0 0;
}
.dates_listing h3 {
    font-weight: 500;
    font-size: 15px;
    color: #1F6AFD;
    margin-bottom: 15px;
}
.dates_listing li {
    font-size: 14px;
    color: #1A2034;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.dates_listing li:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 13px;
    background-image: url(../images/grn-tick.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 4px;
    background-size: 12px;
}

.hiring_teamTop{
    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    padding: 25px;
    margin: 5px 0 0;
}

.add_srchtop_innr {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team_srch_icon{
    display: none;
}
.team_serach_right {
    display: flex;
    align-items: center;
}
.add_post_btn{
    margin-left: 15px;
}
.team_srch_fill {
    display: flex;
    align-items: center;
}
.team_srchBtn{
    background-color: transparent;
    color: #838689;
}

.team_srch_fill .form-control{
    border: 0;
    box-shadow: none;
    color: #838689;
    font-size: 16px;
}
.team_usr_row {
    max-width: 880px;
    margin: 0 auto 10px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
}
.srch_cross{
    display: none;
}
.team_usr_row:last-child{
    margin-bottom: 0;
}
.team_usr_leftpnl, .team_usr_rightpnl{
    display: flex;
    align-items: center;
}
.team_usr_pic{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    min-width: 55px;
    overflow: hidden;
}
.team_usr_text {
    padding-left: 15px;
}
.team_usr_text h3{
    font-size: 18px;
    color: #1A2034;
    font-weight: 500;
    margin-bottom: 10px;
}
.mail_info{
    background: #F0F0F0;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    color: #838689;
}
.dots_link{
    margin-left: 20px;
}
.dots_link a{
    color: #000;
}
.question_task_fill.input_fill {
    margin: 0;
}

.experince_bx  .input_fill{
    margin-bottom: 0
}
.experince_bx{
    margin-bottom: 15px;
}


/* =end----view-post-page------------------- */

/* ===start--course==page==== */

.course_tble_innr table{
    width: 100%;
}
.course_tble_innr th{
    border-bottom: 1px solid #EBECEE;
    font-weight: 400;
}
.t_heading{
    display: flex;
    align-items: center;
}
.t_heading span, .t_heading a{
    display: inline-block;
    font-size: 14px;
    color: #838689;
}
.t_heading a i{
    font-size: 16px;
}
.t_heading a{
    margin-left: 20px;
}
.course_tble_innr th, .course_tble_innr td{
    padding: 15px 20px;
    color: #1A2034;
    font-size: 14px;
}
.course_tble_innr td{
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.course_table_outer {
    display: flex;
}
.course_check_left{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.course_check_right {
    min-width: 25px;
}
.corse_info_table h3{
    font-size: 18px;
    color: #1A2034;
    font-weight: 600;
    line-height: 28px
}
.course_check_left .radio-check{
    margin: 6px 0 0;
}
.corse_info_table h5{
    font-size: 14px;
}
.course_check_right  a{
    display: inline-block;
    color: #838689;
}
.dots_drops_menu{
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.dots_drops_menu li a{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.dots_drops_menu li a i{
    font-size: 18px;
    margin-right: 5px;
}
.radio_info_list li{
    display: flex;
    font-size: 14px;
    color: #1A2034;
    align-items: center;
}
.radio_info_list li i{
    font-size: 14px;
    margin-right: 5px;
}
.radio_info_list li + li{
    margin-top: 10px;
}
.data_calender i{
    font-size: 16px;
}

/* ===end--course==page==== */