.dash_info_btn{
    background-color: #e94e1b;
    color: white;
        border-radius: 0;
}
.tab_box_cnt{
    font-size: 15px!important;
    text-align: center;
    font-weight: 500!important;
    margin-left: 0px!important;
    color: #e94e1b;
    text-transform: uppercase;
}
.dash_tab_btn{
    border-radius: 20px!important;
    background-color: #ffffff;
    color: #29235c;
    margin-right: 16px;
    border: 1px solid #29235c!important;
    
}



.dash_tab_1{
    border-bottom:0px solid #fff;
    display:flex;
    justify-content:center;
    margin-bottom: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #29235c;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    border: 1px solid #29235c!important;
}

.dash_box_container{
        border: 1px solid #a7a7a7!important;
        border-radius:0px;
}

.dash_box_hd{
    border-bottom: 1px solid #a7a7a7!important;
}

.crm_login_para{
    color:#fff;
    text-align:center;
}

.signin-form .form-group .label {
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Lato", Arial, sans-serif;
    font-weight: 300;
    padding-bottom: 5px;
}
.signin-form .form-control{
    background: #fff;
}

.sign_btn_pay,.sign_btn_pay:hover{
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    color: #000;
    box-shadow: 0px 5px 15px 0px rgb(73 188 247 / 50%);
    
}
.login_logo_cont{
        background-color: #5f5e5e;
        border-radius: 0px;
}

.mobile_logout{
    border: solid 2px;
    border-radius: 22px;
    background-color: #282f3a;
    color: white!important;
    padding-top: 6px;
}






.card_to_tab {
    padding: 8px 0px;
    float: unset!important;
        background-color: lightslategray;
}
.card_to_tab button:hover {
    color: #fff;
    background-color: lightslategray;
}
.card_to_tab_ft {
    font-size: 16px;
    color:#fff;
}
.fotter_tr{
    color: #e94e1b;
    font-weight: bold;
    
}
@media (max-width:430px){
    .dash_tab_btn{
       margin-right: 0px;
    }
}

@media (max-width:418px){
    .mt_ml{
        margin-top:10px;
    }
}






