/* @media (max-width: 767px){
    .center-menu-details {
        position: fixed;
        left: 0;
        width: 250px;
        background: #1f1f1f;
        top: 0;
        bottom: 0;

        z-index: 9;
    }
    
    .center-menu-details .list-header {
        flex-direction: column;
        padding: 20px 20px;
        align-items: start;
        height: 100%;
        overflow: auto;
    }

    .center-menu-details .list-header .list-header-item a.nav-link::before{
        display: none;
    }

    .center-menu-details .list-header .list-header-item a.nav-link{
        width: 100%;
    justify-content: space-between;
    color: #fff !important;
    }

    .center-menu-details .list-header .list-header-item{
        width: 100%;
    }

    .custom-drop-inner-header .dropdown-item, .list-header-item .dropdown-item {
        padding: 10px 20px 10px 20px;
    }

    .custom-drop-inner-header .dropdown-menu, .list-header-item .dropdown-menu {
        border-color: transparent;
        width: 100%;
        position: relative !important;
        padding: 0px;
        margin-top: -10px !important;
    }

    .pm-menu-res,.pm-menu-res:hover {
        background: transparent;
        box-shadow: none;
        outline: none;
        border: 1px solid #000;
        border-radius: 7px;
        padding: 5px;
    }

    .pms-menu-res .menu-png {
        filter: invert(1);
    }

    .responsive-pd-remove{
        padding: 30px 15px !important;
    }
} */

@media (max-width: 1025px){
    .responsive-pd-remove {
        padding: 30px 30px !important;
    }
    section.detail-page label {
        font-size: 12px;
    }
}

@media (max-width: 991px){
    .responsive-pd-remove {
        padding: 30px 15px !important;
    }
    
    .modal-body {
        height: calc(100vh - 200px);
        overflow: auto;
    }
}

@media (max-width: 767px){

     .modal-body {
        height: calc(100vh - 200px);
        overflow: auto;
    }
    .flex-check-column {
        gap: 10px;
        align-items: end;
        flex-direction: column;
    }
.flex-check-column label {
    font-size: 12.5px;
}
    .responsive-pd-remove .img-fluid {
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -ms-border-radius: 10px !important;
        -o-border-radius: 10px !important;
}
    .responsive-pd-remove {
        padding: 30px 15px !important;
    }
    /* .center-menu-details {
        position: fixed;
        left: -251px;
        width: 250px;
        background: #1f1f1f;
        top: 0;
        bottom: 0;
        transition: 0.5s ease-in-out;
        z-index: 9;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
}
     */
    .center-menu-details .list-header {
        flex-direction: column;
        padding: 20px 20px;
        align-items: start;
        height: 100%;
        overflow: auto;
    }

    .center-menu-details .list-header .list-header-item a.nav-link::before{
        display: none;
    }

    .center-menu-details .list-header .list-header-item a.nav-link{
        width: 100%;
    justify-content: space-between;
    color: #fff !important;
    }

    .center-menu-details .list-header .list-header-item{
        width: 100%;
    }

    .custom-drop-inner-header .dropdown-item, .list-header-item .dropdown-item {
        padding: 10px 20px 10px 20px;
    }

    .custom-drop-inner-header .dropdown-menu, .list-header-item .dropdown-menu {
        border-color: transparent;
        background: #000;
        border-radius: 8px;
        width: 100%;
        padding: 0px;
        position: relative !important;
        margin-top: -10px !important;
    }

    .pm-menu-res .menu-png {
        height: 19px;
        width: 25px;
        /* filter: invert(1); */
        /* -webkit-filter: invert(1); */
}

    .center-menu-details.main-menu {
        top: -50%;

    }
/* 
    .pm-menu-res ,  .pm-menu-res:hover{
        background: transparent;
        border: 1px solid #000;
        border-radius: 5px;
        padding: 8px 5px;
        display: block;
    } */

    .center-menu-details.main-menu.active {
        left: 0px;
    }

    .header-override{
        overflow: hidden;
    }

    .flex-right-login {
        gap: 10px;
    }
    
    .overflow-width {
        overflow-x: auto;
        max-width: calc(100vw - 105px);
    }

}