@media (min-width: 1450px) and (max-width: 1500px) {
    .sidebar-wrapper {
        padding: 70px 32px;
        width: 300px;
    }
    .with-sidebar {
        padding-left: 300px;
    }
    .main-container {
        padding: 70px 32px;
    }
    .report-table table {
        table-layout: auto;
    }
    .title-inner {
        white-space: normal;
    }
    .title-unfair{

    }



}


/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
    .sidebar-wrapper {
        padding: 50px 32px;
        width: 300px;
    }
    .with-sidebar {
        padding-left: 300px;
    }
    .main-container {
        padding: 70px 32px;
    }
    .report-table table {
        table-layout: auto;
    }
    .report-table th{
        font-size: 12px;
        padding: 12px 12px;
    }
    .report-table td {
        padding: 12px 12px;
        font-size: 13px;
    }
    .main-container {
        padding: 50px 32px;
    }
    .request-form {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
     .report-table table {
        table-layout: auto;
    }
     .title-unfair .title-inner {
        width: 78%;
        flex-shrink: 0;
        white-space: normal;
    }

}




@media (min-width: 1200px) and (max-width: 1300px) {
 .report-table table {
    table-layout: auto;
 }


}







/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    
    .with-sidebar {
        padding-left: 0;
    }
    .report-table table {
        table-layout: auto;
    }
    .request-form {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .summary-wrapper-main {
    padding-right: 0;
}
.sidebar-closed-wrap {
    display: none;
}
.common-body.with-sidebar.active {
    padding-left: 0;
}




}
 






/* SM Small Device :1199px. */
@media only screen and (max-width: 1199px) {
    .sidebar-wrapper.active {
        z-index: 99999 !important;
    }
    .sidebar-wrapper {
        padding: 50px 24px;
        left: -100%;
        visibility: hidden;
        height: 100%;
        top: 0;
    }
    .sidebar-wrapper.active  {
        opacity: 1;
        visibility: visible;
        left: 0;                                                                                         ;
    }
    .sidebar-wrapper .sidebar-bottom-wrap {
        display: block !important;
    }
    .sidebar-content {
        display: none;
    }
    .summary-wrapper-main {
        padding-right: 0;
    }
    .responsive-menu{
        display: flex;
    }
    .title-unfair .title-inner {
        width: 70%;
        flex-shrink: 0;
        white-space: normal;
    }
    .main-container {
        padding: 50px 24px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }
    .sidebar-closed-wrap {
        display: none;
    }
    .common-body.with-sidebar.active {
        padding-left: 0;
    }


}




/* md Device :992px. */
@media (min-width: 768px) and (max-width: 991px) {
 .with-sidebar {
        padding-left: 0;
    }
    .report-table table {
        table-layout: auto;
    }
    .request-form {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .main-container {
        padding: 50px 32px;
        border-radius: 24px;
    }
    .report-table th, .report-table td {
        padding: 12px 10px;
        font-size: 12px;
        white-space: normal;
    }
    .action-btns a img {
        width: 20px;
    }
    .title-xl {
        font-size: 24px;
    }
    .report-table th {
        font-size: 10px !important;
    }
    .payment-wrap:last-child {
        padding-left: 24px;
    }
    .payment-wrap:first-child {
        padding-right: 24px;
    }
    .summary-title h2 {
        font-size: 28px;
    }
    .summary-box {
        padding: 50px 30px;
        border-radius: 24px;
    }
    .title-icon {
        width: 30px;
        flex-shrink: 0;
    }
    .development-table td {
        font-size: 13px;
    }
    .title-unfair .title-inner {
        width: 70%;
        flex-shrink: 0;
        white-space: normal;
    }
    

}




/* SM Small Device :320px. */
@media only screen and (max-width: 767px) {
   
    .shp-top {
        max-width: 240px;
    }
    .shp-bottom {
        max-width: 240px;
    }
    .login-page-logo img {
        width: 160px;
    }
     .with-sidebar {
        padding-left: 0;
    }
    .report-table table {
        table-layout: auto;
    }
    .request-form {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .main-container {
        padding: 40px 24px;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        height: auto;
        min-height: auto;
    }
    .title-xl {
        font-size: 24px;
    }
    .magic-notification {
        font-size: 13px;
        padding: 0px 20px;
        height: 44px;
        width: 290px;
        left: 24px;
        bottom: 24px;
    }
    .delete-btn img {
        width: 20px;
    }
    .title-wrap.title-flex {
        gap: 20px;
        flex-wrap: wrap;
    }
    .title-wrap.title-flex .search-box {
        width: 100%;
    }
    .request-form form {
        display: block;
    }
    .request-form .single-field {
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
    }
    .payment-option-wrapper {
        height: auto;
        grid-template-columns: repeat(1, 1fr);
    }
    .payment-wrap:last-child {
        padding-left: 0;
        margin-top: 70px;
        padding-bottom: 40px;
    }
    .payment-wrap:first-child {
        padding-right: 0;
        border-right: 0;
    }
    .payment-bottom-wrap {
        margin-bottom: 25px;
    }
    .sidebar-wrapper {
        width: 100%;
        position: fixed;
    }
    .web-report-mobile .main-container {
        padding: 0;
    }
        .web-report-mobile .report-client-info {
            margin-bottom: 0;
            padding: 24px;
        }
    .report-client-info ul {
        gap: 0 8px;
    }
    .report-client-info ul li {
        font-size: 10px;
        gap: 0 8px;
    }
    .summary-title h2 {
        font-size: 24px;
    }
    .summary-box {
        padding: 32px 24px;
        border-radius: 24px;
    }
    .summary-content p {
        font-size: 13px;
        margin-bottom: 22px;
    }
    .summary-title {
        gap: 0 12px;
        margin-bottom: 16px;
    }
    .title-xl {
        font-size: 20px;
    }
    .development-table thead th {
        padding: 10px 10px;
        font-size: 12px;
    }
    .development-table td {
        padding: 10px 10px;
        font-size: 12px;
    }
    .title-icon {
        width: 28px;
        flex-shrink: 0;
    }
    .title-icon img {
        width: 100%;
    }
    .inner-title {
        margin-bottom: 15px;
    }
    .info-list ul li {
        font-size: 13px;
    }
    .summary-content p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .just-line {
        min-width: 30px;
    }
    .title-inner {
        white-space: normal;
    }
    .title-ui {
        width: auto;
        gap: 0 12px;
    }
    .report-table, .all-table{
        padding-bottom: 10px;
        overflow-x: scroll;
    }
.development-table.Growth-table table {
    table-layout: auto;
}
    .report-table::-webkit-scrollbar-track
    {
        background-color: #F5F5F5;
    }

    .report-table::-webkit-scrollbar
    {
        height: 4px;
        background-color: #001144;
    }

   .report-table::-webkit-scrollbar-thumb
    {
        background-color: #001144;
    }
    .all-table::-webkit-scrollbar-track
    {
        background-color: #F5F5F5;
    }

    .all-table::-webkit-scrollbar
    {
        height: 4px;
        background-color: #001144;
    }

  .all-table::-webkit-scrollbar-thumb
    {
        background-color: #001144;
    }
    .sidebar-menu ul li a {
        gap: 0 12px;
        font-size: 13px;
        padding: 6px 15px;
    }
    .sidebar-menu ul li {
        margin-bottom: 4px;
    }
    .title-ui{
        width: 100%;
    }
    .modal-content {
        padding: 32px;
        border-radius: 16px;
        width: 320px;
    }
    .delete-notification {
        font-size: 14px;
        padding: 0px 15px;
        height: 44px;
        gap: 0 10px;
        width: 280px;
        left: 24px;
        bottom: 24px;
    }

}










/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

  
    
    
 
}