.txar .form-control {
    margin-bottom: 10px !important;
}
.txar .char-left{
    position: absolute;
    bottom: 55px;
    right: 10px;
    color: #868686;
    font-size: 12px;
    opacity: 1;
    z-index: 20;
}
.langu .btn-light{
    background-color: #fff;
}
.langu{
    margin-bottom: 10px;
}
.langu .btn{
    border: 1px solid #e8e8ee;
    text-transform: none;
    font-size: 14px;
    color: #868686;
    outline: none;
}
.date_form .col-md-4 label{
    color: #4e4e4e !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: none !important;
}
.placehold{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.placehold span{
    color: #404040;
    display: inline-block;
    margin-right: 25px;
}
.placehold a{
    color: #fff;
    background-color: #404040;
    padding: 6px 20px;
    margin-right: 25px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10rem;
}
.placehold a:hover{
    text-decoration: none;
}
.dh .char-left{
    bottom: 125px;
}


.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
    max-width: 100%;
    table-layout: fixed;
}
.bootstrap-datetimepicker-widget button[data-action]{
    height: auto;
    width: auto;
}
.date_pick{
    background: url(../img/calender-icon.png) right 10px center no-repeat;
}
.time_pick{
    text-align: center;
}




.header_right_content{
    margin-top: 17px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header_sep_line{
    position: relative;
    margin: 0 20px 0 10px;
}
.header_sep_line:after{
    content: "";
    background-color: #3a3a3a;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 19px;
    position: absolute;
}
.client_button{
    padding: 5px 24px 5px 38px;
    border-radius: 4px;
    color: #404040;
    border: none;
    outline: none !important;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    background:  url(../img/products.png) left 8px center no-repeat, url(../img/droper_img.png) right 8px center no-repeat #e8f4fe;
}
.dash_anc{
    color: #404040;
}
.a_btn{

}
.a_btn>ul{
    padding: 0;
}
.a_btn>ul>li{
    display: inline-block;
    position: relative;
}
.a_btn>ul>li>a{    
    background-color: #404040;
    border-radius: 4px;
    border-bottom: 3px solid #ff494e;
    margin-left: 37px;
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 3px 10px;
    font-weight: 600;
}
.a_btn>ul>li>ul{
    background-color: #404040;
    border-radius: 4px;
    min-width: 202px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    padding: 0;
    margin-top: 12px;
    box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.24);
    display: none;
}
.a_btn>ul>li>ul>li{
    display: inline-block;    
    width: 100%;
    border-bottom: 1px solid #383838;
}
.a_btn>ul>li>ul>li:last-child, .a_btn>ul>li>ul>li:first-child{
    border-bottom: 0;
}
.a_btn>ul>li>ul>li>a:hover{
    text-decoration: none;
}
.a_btn>ul>li>ul>li>a.q_suite{
    display: block;
    padding: 13px 20px 13px 60px;
    font-size: 16px;
    color: #fff;
    background-color: #5c5c5c;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.a_btn>ul>li>ul>li>a.q_suite:after{
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: url(../img/q-suite_icon.png) center center no-repeat;
    width: 25px;
    height: 30px;
}
.a_btn>ul>li>ul>li>a.administrator{
    display: block;
    margin: 4px;
    border-radius: 4px;
    padding: 4px 20px 4px 20px;
    color: #85c8ff;
    font-weight: 600;
    transition: all 0.3s;
    text-transform: capitalize;
}
.a_btn>ul>li>ul>li>a.administrator>span{
    font-size: 12px;
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.a_btn>ul>li>ul>li>a:hover{
    background-color: #5c5c5c;
}
.a_btn>ul>li>ul>li>a.console_admin{
    display: block;
    margin: 4px;
    border-radius: 4px;
    padding: 13px 20px 13px 20px;
    color: #fff;
    font-weight: 600;
    position: relative;
    transition: all 0.3s;
}
.a_btn>ul>li>ul>li>a.console_admin:after{
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../img/console_icon.png) center center no-repeat;
    width: 26px;
    height: 26px;
}
.a_btn>ul>li>ul>li>a.sin_out{
    display: block;
    margin: 4px;
    border-radius: 4px;
    padding: 13px 20px 13px 20px;
    color: #868686;
    font-weight: 600;
    transition: all 0.3s;
}
.info_place{
    color: #fff;
    background-color: #404040;
    padding: 6px 20px;
    margin-right: 25px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10rem;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
}
.info_place:hover{
    text-decoration: none;
    color: #fff;
}
.data-table2 td{
    color: #404040;
}
.no_bord{
    border: none;
}
.Confi{
    font-size: 12px;
}
.mapping_form_heading{
    padding-bottom: 20px;
}
.mapping_form .row input{
    background: url(../img/droper_img.png) right 10px center no-repeat;
}
textarea{
    resize: none;
}
.estimat_use{
    display: block;
    font-size: 11px;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.test_link{
    color: #41a3f3;
    text-decoration: underline;
}
.btn_mb{
    margin-bottom: 60px;
}
.place_mr{
    margin: 0 0 20px !important;
}
.attached-section .btn-dark{
    background-color: #868686;
    border-color: #868686;
}
.file_drop_section_content{
    padding: 40px 25px;
    border-width: 1px;
    border-color: rgb(228, 228, 228);
    border-style: dashed;
    border-radius: 6px;
    background-color: rgb(248, 248, 248);
    position: relative;
    cursor: pointer;
    width: 100%;
}
.file_drop_section_content input[type="file"]{
    display: none;
}
.drop_file_icon{
    margin-bottom: 10px;
}
.file_drop_section_content{
    cursor: pointer;
}
.file_drop_section_content p{
    color: #000;
    font-weight: 600;
    text-transform: none;
}
.drop_info_icon{
    position: absolute;
    color: #fff;
    background-color: #868686;
    width: 19px;
    height: 19px;
    font-size: 13px;
    bottom: 10px;
    right: 10px;
    padding: 0px 6px;
    font-style: italic;
    border-radius: 50%;
    cursor: pointer;
    text-transform: none;
}
.table-hover tbody tr:hover{
    background-color: #e8f4fe;
}
.table td, .table th {
    padding: 0.85rem;
}
.inprogress{
    font-weight: 600;
    color: #404040;
}
.go_for{
    display: inline-block;
    color: #868686;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 20px;
    position: relative;
}
.go_for:hover{
    text-decoration: none;
    color: #868686;
}
.go_for:after{
    content: "";
    position: absolute;
    background: url(../img/red_right_arrow.png) center center no-repeat;
    width: 13px;
    height: 12px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.e-send .campaign-hd{
    padding-bottom: 30px;
    padding-top: 30px;
}
.ven_mac{
    color: 
}
.btn-drak_brown{
    background-color: #404040;
    color: #fff;
}
.btn-light-gray{
    background: #f2f2f2;
    border-color: #f2f2f2;
    color: #404040;
}
table .inactive span:after{
    background: #df3d42;
}
.slider_row .icon-box{
    padding: 40px 20px;
}
.slider_row .icon-box .slider_num_block{
    font-size: 36px;
    font-weight: 700;
    color: #404040;
    /* margin-bottom: 10px; */
    display: block;
}
.slider_row .icon-box .slider_working{
    font-size: 19px;
    display: inline-block;
    color: #404040;
    padding-left: 25px;
}
.up_rate{
    position: relative;
}
.up_rate:before{
    content: "";
    position: absolute;
    background: url(../img/up_arrow.png) center center no-repeat;
    width: 15px;
    height: 14px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.down_rate{
    position: relative;
}
.down_rate:before{
    content: "";
    position: absolute;
    background: url(../img/down_arrow.png) center center no-repeat;
    width: 15px;
    height: 14px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.swiper-button-next{
    background: url(../img/farword-arrow.png) center center no-repeat;
    width: 12px;
    height: 12px;
    padding: 20px 0 30px 40px;
    margin-right: -23px;
    top: 42%;
}
.swiper-button-prev{
    background: url(../img/back-arrow.png) center center no-repeat;
    width: 12px;
    height: 12px;
    padding: 20px 40px 30px 0;
    margin-left: -23px;
    top: 42%;
}
.swiper-slide {
    padding-left: 25px;
    padding-right: 25px;
}
.th_no_after::after{
    display: none !important;
}
.modal-dialog.dashboard_popup{
    max-width: 950px;
}
.pop_hit_scroll{
    height: 430px;
    overflow-y: scroll;
}
.modal.show .modal-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 1.75rem 0;
}
.dash_date_heading{
    display: inline-block;
    font-weight: 700;
    color: #404040;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 8px;
}
.dash_date_content{
    font-size: 13px;
}


@media (max-width: 1199px){
    .swiper-container .col-md-3 {
        -ms-flex: none;
        flex: none;
        max-width: none;
        width: 33%;
    }
}



.name{
    width: 200px;
    display: inline-block;
    white-space: inherit !important;
    overflow: hidden;
    text-overflow: ellipsis;
}











