.dashcont_box{
    background:#F6F6F6;
    padding: 14px;
    min-height: 141px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dashboard_area {
    padding: 24px;
}
.dashcont_box i{
display: block;
    margin: 10px auto 0px;
    width: 100%;
}
.dashcont_box span{text-align: left;}
.dashcont_box .sdhcnt_bold_txt{width: 40%;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: var( --redbase);
    font-family: var(--mmcfontbd);
}
.dashcont_box .nrml_txt{width:60%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--darkgray); 
    font-family: var(--mmcfont);
    
}
.welcome_dashbord .dashtitle{
    background: #000000;
    padding: 22px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.welcome_dashbord .dashtitle h3{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: var(--mmcfontmd);
}
.welcome_dashbord .pending_btn{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.welcome_dashbord .pending_btn i{
    margin-left: 4px;
}
.dashbord_list ul li{
    padding: 11px;
    display: flex;
    align-items: center;
}
.dashbord_list ul li:nth-child(odd){
    background:#F6F6F6;
}
.dashbord_list span.rate_cnt {
    margin-left: auto;
    background: var(--darkgray);
    padding: 6px 11px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}
.dashbord_list .admin_txt {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--darkgray);
    margin-bottom: 3px;

}
/* .dashbord_list .admin_txt strong{
    font-family: var(--mmcfontmd);
} */
.dashbord_list i{margin-right: 12px;}
.dashbord_list .time_txt{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--darkgray);
    display: flex;
    align-items: center;
}
.time_txt img{margin-right: 6px;}
.welcome_dashbord{
    margin-top:24px;
}

.show_all_link{
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color:var(--redbase);
    text-align: center;
    display: block;
    margin-top: 25px;
    font-family: var(--mmcfontmd);
}
.show_all_link:hover{
    color: #000000;
}
.act_shwal_btn:hover{
    color: var(--redbase);
}
.recent_actives_box h4{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    padding: 17px 25px;
    background: var(--coldgray);
}
.recent_actives_box{
    background: var(--darkgray);
    padding-bottom: 24px;
}

.act_shwal_btn{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--darkgray);
    display: table;
    text-align: center;
    margin: 0 auto;

}

@media (max-width:1600px) {
    


@media (max-width:1199px) {
    .dashcont_box .sdhcnt_bold_txt {
        font-size: 27px;
        line-height: 37px;
    }
    .dashcont_box .nrml_txt {
        font-size: 13px;
        line-height: 17px;
    }
    .activies_list ul li .time_txt{
        font-size: 11px;
        line-height: 20px;
    }

}
@media (max-width:1023px) {
    .activies_list ul li{
        flex-wrap: wrap;
    }
    .dashcont_box .nrml_txt, .dashcont_box .sdhcnt_bold_txt{
        width: 100%;
    }
}

@media (max-width:767px) {
    .dashbord_count .dash_bx{
        margin-bottom: 15px;
    }
    .dashcont_box i{
        margin-left: 0px;
        width: auto;
    }
    .recent_actives_box{
        margin-top:35px;
    }
}
