@media (max-width: 767px) {
    /*Dec 2025*/
        .notification-badge {
            position: relative;
            top: -7px;
            right: 2px;
        }
   /*Dec 2025*/
    
    
    
    
    /*new css 1 Dec 2025*/
   .business-popups section.thank-you.register-popup .thank-you-box {
     padding: 25px 20px;
    }
   .business-popups .thank-you-text a {
        font-size: 28px;
        line-height: normal;
        padding: 0;
     }
   .business-popups .thank-you-text h3 {
      font-size: 28px;
      line-height: normal;
     }
    .business-popups .ok-btn .confirm-btn {
        margin: 20px 0 0;
      }
     .business-popups .ok-btn .confirm-btn.common-btn .right-arrow {
       position: absolute;
       right: 25px;
     }
    .business-popups .ok-btn .confirm-btn.common-btn:hover .right-arrow {
       opacity: 0;
     }
    /*new css 1 Dec 2025*/
    
    
    
    /*New Css Start*/
    .request-content-right.business.info-head {
        width: 78%;
    }
    .info-head-text {
        right: 0px;
        top: 25px;
    }
    /*New Css End*/

      html {
  height: auto;
  min-height: 100%;
}


   body {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  height: auto;
} 
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    a.navbar-brand img {
        width: 120px !important;
        height: auto !important;
    }

    .right-menu a.navbar-brand img {
        width: 30px !important;
    }

    header.nav-header.nav-down .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: start;
        justify-content: space-between;
        align-content: center;
    }

    a.navbar-brand {
        margin: 0;
    }

    div#business-dashboard-nav .navbar-expand-lg .navbar-nav .nav-link {
        padding: 7px 11px;
        margin-right: 0px;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        text-align: center;
    }
div#business-dashboard-nav a {
    padding: 0 5px;
}



    .logo-img {
        image-rendering: crisp-edges;
        image-rendering: pixelated;
    }

    section.breadcrumb {
        position: absolute;
        top: -40px;
        left: 10px;
        z-index: 99;
    }

    section.form-page-content {
        margin-top: 0px;
    }



    .right-menu a {
        padding-right: 0px;
    }

    .trs-page {
        margin-top: 8rem;
    }

    .signup-form {
        max-width: max-content;
        background: #fff;
        padding: 20px;

    }

    .form-group {
        margin-bottom: 20px;
        position: relative;
    }

    .login-form {
        max-width: fit-content;
        padding: 20px;
    }

    .form-group.custom-select-wrapper .dropdown-item {
        gap: 10px;

    }


    .errormsg {
        font-size: 9px;
    }

    .confirm-btn .right-arrow {
        right: 115px;
    }

    .confirm-btn.common-btn .right-arrow {
        position: absolute;
        right: 112px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
form#business-login-forms input#businessloginotp {
    width: 100%;
    max-width: 100%;
}


    .form-check .form-group {
        display: flex;
        align-items: center;
        margin-top: 0px;
        padding-left: 0;
        margin-bottom: 0;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: nowrap;
    }



    form#company-details-form .errormsg {
        left: 5px;

    }

    .footer-text p,
    a {
        padding: 10px;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .form-section h3 {
        font-size: 16px;
        margin-bottom: 15px;

    }

    form#company-details-form .form-group label {
        font-size: 13px;
    }

    form#company-details-form .form-group {
        margin-bottom: 12px;
        position: relative;
    }

    .ok-btn .confirm-btn:hover .btn-text {
        transform: translateX(0px);
    }

    /* new section */
div#all-requests .accordion-body.request {
    margin-top: -6px;
}
    div#all-requests .request-content-box {
        display: flex;
        width: 100%;
        align-items: center;
        align-content: flex-start;
        justify-content: flex-start;
       
    }

  .request-content-right.business {
        position: absolute;
        right: 60px;
        top: 18px;
        z-index: 9;
    }

    div#all-requests .request-information .common-box-label-report {
        width: 50%;
        margin-top: 10px;
    }

    div#all-requests .request-information .common-box-label {
        width: 50%;
        margin-top: 10px;
    }

    .accordion-main-inner-body {
        margin: 0 0 0 0px;
    }

      .vendor-info-content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        background-color: #F9F0F3;
        border-radius: 15px;
        padding: 11px 10px 13px;
        flex-direction: column;
        align-content: flex-start;
    }
.dispatch-no.business-address.details .heading h5 {
    padding-left: 10px;
}
    .vendor-status {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

    .view-po-details a {
        font-size: 10px;
        margin-right: 15px;
    }

    button.finance-btn span.btn-text {
        font-size: 10px;
    }

    .vendor-po-details {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

    .vendor-details {
        padding: 7px 20px 7px 20px;
    }

    div#all-requests .accordion-main-inner-body .progress-tracker {
        margin: 15px 0px 15px 0px;

    }

    section#new-tag-request .common-box-label {
        width: 35%;
        margin-bottom: 15px;
    }

    section#new-tag-request .common-box-label-report {
        width: 100%;
    }

    section#new-tag-request .past-report {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    section#new-tag-request .request-content-box {
        justify-content: flex-start;
    }

    section#new-brands .accordion-body {
        padding: 5px 20px 35px;
    }
section#new-brands .request-information {

    margin: 0 10px 0 0;
}
    /*  */

.info-row .common-box-label {
        width: 50%;
        margin-top: 10px;
    }

.dispatch-no.business-address {
    background-color: #F9F0F3;
    padding: 16px 5px 15px 10px;
    border-radius: 15px;
    margin-top: 0px;
}
.vendor-info-content .form-group {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    margin-right: 20px;
}
.reject-name p {
    margin-top: 5px;
    line-height: 0;
}
.reject-box {
    margin-bottom: 10px;
}
.form-group.bus-request {
    margin-bottom: 10px;
}
nav.file-request div#nav-tab {
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    nav.file-request .dashboard-template.dash-exel {
        margin-bottom: 0px;
        padding: 3px 20px !important;
    }    
   .dashboard-left-icon h6 {
    font-size: 18px;
    padding-left: 30px;
} 
section#on-behalf .pdf-view a {
    padding: 0;
}
 .register-form-content.request-content .company-details-form {
    margin: auto;
    padding: 40px 30px 15px;
    background: #FFFFFf;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    font-family: var(--primary-font);
}   
.dashboard-pdf-inner-content {
    margin: 0 0px;
}    
  .certification-content.address .delivery-address {
    margin: 5px 0px 15px;
} 
.delivery-address input.form-control {
    width: 100%;
}
    .progress-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .progress-tracker {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        min-width: max-content;
        padding-bottom: 10px;
        margin: 5px 0px 0px 0px;
    }

    .step {
        min-width: 180px;
        padding: 10px 0;
        text-align: center;
        white-space: normal;
        flex-shrink: 0;
    }

    .step .circle {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        top: -10px;
    }

    .step.done .circle {
        background-color: #28a745;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 18px;
        height: 18px;
        top: -15px;
    }

    .request-content-right {
        text-align: right;
        padding-top: 15px;
    }

    .sub-label {
        bottom: 0px;
    }



    .pagination-content {
        padding: 25px 0 0;
    }

    .dashboard-content-details {
        padding-left: 30px;
        padding-bottom: 35px;
    }

    .dashboard-content-details .common-box-label {
        width: 35%;
    }

    .dashboard-content-details .common-box-label-report {
        width: 100%;
    }

    .request-content-box {
      padding: 0px 12px;
    }

.container.business-dashboard {
    padding: 0;
    margin-top: 0 !important;
}
.dropdown.request-right {
    text-align: right;
    padding: 0px 0 20px;
}
section#business-main-dashboard .request-content-left {
    padding: 0px;
    margin-left: 0px;
}
.accordion-button:not(.collapsed) .request-number {
    padding-left: 0;
}
.request-number {
    padding-left: 0;
}
    section#new-tag-request .request-content-right {
        text-align: right;
    }
    button.accordion-button.request-accordion.collapsed {
        padding: 15px 25px 40px;
    }
    section#new-brands button.accordion-button.request-accordion.collapsed {
        padding: 15px 25px 15px;
    }
section#new-brands .request-content-box {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.request-content-left small.request-text {
    padding-left: 10px;
}
.request-information {
    padding-top: 0px;
}
section#new-brands .request-information {
        padding-top: 5px;
    }
section#new-brands .comapany-details-row {
    padding-top: 5px;

}
.vendor-info-content {

    margin-left: 0px;
}
.row.dash-row {
    display: flex;
    flex-direction: column-reverse;
}

.invoice-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    width: 100%;
}
.invoice-po-details p {
    padding: 15px 0;
}
button.fina-team-btn {
    background: #58AA58;
    border: none;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 400;
    padding: 9px 26px;
    width: 100%;
}
section#invoice-tracking .pdf-view {
    background: #FFFFFF80;
    padding: 10px 15px;
}
.invoice-col {
    flex: 0 0 100%;
    width: 100%;
}
.filled-excel-doc {
    padding: 30px 20px !important;
}

.request-content.upload-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.request-content.upload-box .upload-box {
    width: 100%;
    margin-bottom: 15px;
}
section#new-tag-request .common-box-label.tag {
    width: 50%;
}



}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
        /*New Css Start*/
        .request-content-right.business.info-head {
            width: 43%;
        }
        .info-head-text {
            top: 15px;
        }
        /*New Css End*/


    .progress-tracker {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        min-width: max-content;
        padding-bottom: 10px;
        margin: 5px 0px 0px 0px;
    }

    .step {
        min-width: 180px;
        padding: 10px 0;
        text-align: center;
        white-space: normal;
        flex-shrink: 0;
    }

    .progress-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .step.done .circle {
        top: -8px;
    }

    .step .circle {
        top: 0px;
    }

    .progress-tracker::before {
        top: 50px;
    }

    .progress-tracker::after {
        top: 50px;
    }

    .account-category {
        padding: 0px 0px;
    }


    .accordion-main-inner-body .request-information .common-box-label {
        width: 20%;
        margin-top: 0;
    }

    .accordion-main-inner-body .request-information .common-box-label-report {
        width: 20%;
        margin-top: 0;
    }


    .accordion-main-inner-body {
        margin: 0 0 0 0px;
    }

    div#all-requests .progress-indicator {
        position: absolute;
        top: 45px;
        width: 10px;
        left: 100px;
        height: 10px;
        background-color: #fff;
        border: 1px solid #28a745;
        border-radius: 50%;
        z-index: 2;
        transition: left 0.4s ease;
    }

    div#all-requests .form-group label {
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
        color: #000000;
        font-weight: 400;
        margin-top: 8px;
    }

    section#new-tag-request .common-box-label-report {
        width: 70%;
    }
.dispatch-no.business-address {
    background-color: #F9F0F3;
    padding: 16px 5px 15px 5px;
    border-radius: 15px;
    margin-top: 0px;
    margin-right: 0px;
}
.vendor-info-content {
    margin-left: 0px;
}
.dispatch-no.business-address.details .heading h5 {
    padding-left: 10px;
}

section#new-brands .accordion-body {
    background: #FFFFFF;
    border-radius: 0 0 15px 15px;
    padding: 5px 50px 30px 35px;
}

section#new-tag-request .common-box-label.tag {
    width: 35%;
}

section#new-tag-request .common-box-label {
    width: 20%;
    margin-bottom: 15px;
}
.reject-name p {
    margin-top: 15px;
    margin-bottom: 0;
}
nav.file-request div#nav-tab {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
}
nav.file-request .nav-tabs .nav-link {
    width: 100%;
}
.dashboard-template.dash-exel .dashboard-left-icon {
    display: flex;
    align-items: center;
    width: 100%;
}
.register-form-content.request-content .company-details-form {
    margin: auto;
    padding: 40px 40px 15px;
}
.row.dash-row {
    display: flex;
    flex-direction: column-reverse;
}
button.fina-team-btn {
    background: #58AA58;
    border: none;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 400;
    padding: 9px 26px;
    width: 100%;
        margin-top: 20px;
}
section#invoice-tracking .pdf-view {
    background: #FFFFFF80;
    padding: 10px 15px;
}
.invoice-col {
    flex: 0 0 100%;
    width: 100%;
}

.invoice-row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 20px;
}
.invoice-po-details p {
    padding-top: 20px;
}
.request-content.upload-box {
    gap: 20px;
}
.dashboard-left-icon.details {
    display: flex;
    justify-content: flex-start !important;
}



}



/* Remove forced flex on small screens */
@media (max-width: 991.98px) {
    div#business-dashboard-nav .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

    div#business-dashboard-nav .navbar-collapse.show {
        display: block !important;
        background: #fff;
        padding: 15px;
        border-radius: 6px;
        margin-top: 0 !important;
    }
    .navbar-toggler {
    border: none;
}
}

/* Keep the flex layout for large screens */
@media (min-width: 992px) {
    div#business-dashboard-nav .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }
}

