@media(max-width: 992px){
    .index_im{
        display: block;
    }
    .per_page, .searchBox{
        max-width: unset;
    }
}
@media(max-width: 575px){
    .certi{
        padding-right: unset!important;
    }
}
@media(max-width: 767px){
    .resp-logo-mobile{
        width: 65%;
    }
    .resp-title-name{
        display: none;
    }
    span.resp-userName{
        display: block !important;
    }
    .repon-table-divDash{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media(max-width: 395px){
    .repon-log-page-fg{
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1451px)  {
    .res-div{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 609px)  {
    .text-content{
        font-size: 14px;
    }
    .value{
        font-size: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px)  {
    .per-page{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .user-role{
        flex: 0 0 40%;
        max-width: 40%;
    }
    .designation-dropdown{
        flex: 0 0 40%;
        max-width: 40%;
    }
    .search-box{
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 1442px)  {
    .search-box-karamchari,.designation-karamchari{
        flex: 0 0 35.666667%;
        max-width: 35.666667%;
    }
    .per-page-karamchari{
        flex: 0 0 15.333333%;
        max-width: 15.333333%;
    }
    .export-btn-karamchari {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .filter-p-top{
        padding-top: 50px!important;
    }
    .list-res{
        flex: 0 0 24.666667%;
        max-width: 24.666667%;
    }
    .search-box-list{
        flex: 0 0 42.666667%;
        max-width: 42.666667%;
    }
}
@media(max-width: 1442px){
    .dependent-dropdown{
        flex: 0 0 50%;
        max-width: 41%;
    }
    .d-none-res{
        display: unset;
    }
    .d-none-web{
        display: none;
    }
    .p-top{
        padding-top: 19px;
    }
}
@media(max-width: 575px){
    .dependent-dropdown{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .p-top{
        padding-top: 19px;
    }
    .pt-4{
        padding-top: unset!important;
    }
}
