.poshan_shaksham_dashboard_header{
    border-left: 1px solid #d8d8d8;
    padding-left: 25px;
}

.shaksham_header_dashboard_heading{
    font-family:'Montserrat-Medium';
	font-weight: 500;
    color: #000000;
    font-size: 24px;
    margin-bottom: 0;
}

.shaksham_header_dashboard_heading span{
	font-weight: 700;
    color: #E05754;
}

.shaksham_header_dashboard_wrapper{
    display: flex;
    align-items: center;
}

.shaksham_header_poshan_logo{
    padding-right: 10px;
}

.kpi_header_dashboard_heading{
    font-family:'Montserrat-Medium';
	font-weight: 500;
    color: #000000;
    font-size: 24px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px;
}

.kpi_header_dashboard_heading span{
    font-weight: 700;
    color: #E05754;
}

.kpi_dashboard_top_nav ul li a{
    text-transform: capitalize;
    color: #757575;
    font-weight: 600;
    font-size: 11px;
}

.kpi_dashboard_top_nav ul li.active-nav:after, .kpi_dashboard_top_nav ul li:hover :after{
    content: none;
}

.dashboard_filter_export{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dashboard_right_select_btn{
    display: inline-flex;
    align-items: end;
}

.kpi_dashboard_excel button{
    margin-bottom: 0;
    padding: 5px 17px;
    /* margin-left: 15px; */
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
}

.performance-heading-key-sec{
    font-family:'Montserrat-Medium';
	font-weight: 500;
    color: #000000;
    font-size: 24px;
}

.kpi_dashboard_logo_right_border{
    border-right: 1px solid #d8d8d8;
}

.kpi_dashboard_top_nav{
    padding-left: 10px;
}

.select_dist_state_kpi{
    margin-right: 10px;
}

.yearly-kpi-performanc-right-txt{
    margin-bottom: 0;
}

.kpi-dash-mobile-fixed-table{
    width: 100%;
}

.kpi-table-data-section{
    width: 100%;
}

.kpi-downlaod-excel-btn{
    text-align: right;
}

.custom_pagination {
    justify-content: right;
}

.custom_pagination_padding {
    padding-right: 0;
}

.custom_pagination .page-link{
    font-family: "Montserrat-SemiBold";
    color: #000000;
    border-radius: 8px;
}

.custom_pagination .page-item{
    margin-right: 8px;
}

.custom_pagination .page-item1{
    margin-right: 0px; 
}

.custom_pagination .page-item.active .page-link{
    background-color: #FEF2F2;
    border-color: #FEF2F2;
    color: #000000;
}

.custom_pagination .page-link:hover{
    background-color: #d85c54;
    border-color: #d85c54;
    color: #fff;
}

.kpi_aww_target_text_position .kpi_aww_target_text_thead_tr, .kpi_aww_target_text_tbody_td td {
    text-align: left;
}

.page-item.disabled .page-link{
    background-color: #EFEFEF;
    color: #8A8A8A;
    border-color: #EFEFEF;
    border-radius: 6px;
}

.shaksham_criteria_mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* For ipad pro */
@media screen and (max-width : 1280px){
    
    .sblogin-section-parent{
        padding-bottom: 180px;
    }

    .kpi-tab-main-parent-division{
        /* padding-bottom: 120px; */
    }

}

/* For ipad pro */
@media screen and (max-width : 1024px){
    
    .sblogin-section-parent{
        padding-bottom: inherit;
    }

    .kpi-tab-main-parent-division {
        padding-bottom: 0px;
    }

    .kpi_dashboard_top_nav ul li a{
        font-size: 10px;
    }

    .kpi_dashboard_top_nav {
        padding-left: 0px;
    }

    .kpi_dashboard_top_nav ul li:not(:first-child){
        margin-left: 0;
        padding: 0 0px;
    }

    .kpi_header_section2{
        padding: 10px 0px;
    }

    .kpi_header_dashboard_heading{
        font-size: 14px;
        padding-left: 10px;
    }

    .kpi-dash-mobile-fixed-table{
        overflow-x: auto;
        padding-left: 0;
        padding-right: 0;
    }

}

/* For ipad: */
@media screen and (max-width : 991px){

    .shaksham_dashboard_sect_header2{
        margin-top: -35px;
    }

    .kpi-tab-main-parent-division{
        margin-top: -35px;
    }

    .kpi_header_section2{
        padding: 10px 10px 10px 0;
    }

    .kpi_header_top{
        top: 78px;
        height: calc(100vh - 78px);
    }

    .sblogin-section-parent{
        margin-top: -35px;
        height: calc(100vh - 155px);
    }

    .custom_pagination{
        justify-content: center;
    }

}

/* For mobile */
@media screen and (max-width : 540px){

    .shaksham_header_dashboard_heading{
        font-size: 16px;
    }

    .poshan_shaksham_dashboard_header{
        padding-left: 10px;
    }

    .shaksham_header_poshan_logo {
        padding-right: 0px;
    }

    .shaksham_dashboard_sect_header2{
        margin-top: -65px;
    }

    .shaksham_dash_stats_table_radiobtn{
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }

    .kpi_header_dashboard_heading{
        font-size: 16px;
    }

    .kpi-tab-main-parent-division{
        margin-top: -40px;
    }

    .kpi_header_top{
        top: 70px;
    }

    .kpi_header_top.open-menu{
        height: calc(100vh - 70px);
        top: 70px;
    }

    .dashboard_right_select_btn {
        display: block;
    }

    .kpi_dashboard_excel button{
        margin-top: 15px;
        margin-left: 0px;
    }

    .bar_graph_less_padd_mob{
        padding: 0;
    }

    .padd_no_in_mob{
        padding: 0;
    }

    .yr-set-padding-mobile{
        margin-bottom: 0;
    }

    .performance-heading-key-sec{
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    /* .bar-graph-performance-div-table{ */
        /* margin-top: -65px; */
    /* } */

    .kpi-downlaod-excel-btn{
        text-align: left;
    }

    .custom_pagination {
        padding-left: 0;
        padding-right: 0;
    }

    /* .custom_pagination .page-item{ */
        /* margin-right: 0px; */
    /* } */

    .custom_pagination .page-link{
        font-size: 10px;
        padding: 0.4rem;
    }

    .shaksham_kpi_footer{
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }

    .shaksham_kpi_footer .sb-footer-copyright{
        margin-top: 5px;
    }

    .kpi_header_top ul li:not(:first-child){
        border-top: none;
    }

    .kpi_header_top .kpi-logout-new-btn button{
        margin-top: 20px;
        width: 100%;
        padding: 6px 8px;
        margin-left: 0;
        margin-right: 0;
    }

    .mobile_spacing_less{
        margin-top: -65px;
    }

}