.tfRfqWrap {
    margin: 60px 0 0 0;
}

.tfrfqheader-container {
    background-color: #f46d3c;
    padding: 45px 20px 35px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tfrfqheader-text h2 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.tfrfqheader-text p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.tfrfqstats-row {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    padding: 15px 40px;
    width: 900px;
    color: #333;
    position: absolute;
    bottom: -50px;
    box-shadow: 0px 15px 30px #00000029;
    border: 1px solid #C4C4C4;
    border-radius: 8px;
}

.tfrfqstat-box {
    text-align: center;
}

.tfrfqstat-value {
    font-size: 28px;
    font-weight: 600;
    color: #3C3C3C;
}

.tfrfqstat-label {
    font-size: 14px;
    font-weight: 600;
    color: #3C3C3C;
}

.tfrfqdivider {
    width: 1px;
    height: 40px;
    background-color: #ccc;
}

.tfRfqWrap .tfRfqContentWrap {
    margin: 80px 40px 0 40px;
}

.tfRfqContentWrap .tfRfqBreadcrumb {
    font-size: 10px;
    color: #2B2B2B;
    font-weight: 500;
}

.tfRfqParentCont {
    padding: 20px 0 0 0;
    display: flex;
}

.tfRfqParentCont .tfRfqSidebar {
    width: 300px;
    padding: 0px 0px 0 20px;
    border-right: 1px solid #ddd;
    background-color: #fff;
    /* height: 78vh; */
    overflow-y: auto;
}

.tfRfqSidebar {}

.tfRfqSidebar h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}

.tfRfqSidebar .tfcategory-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: calc(100vh - 190px);
    overflow-y: auto;
    scrollbar-width: thin;
}

.tfRfqSidebar .tfcategory-list li {
    padding: 8px 10px;
    margin-bottom: 5px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #333;
    transition: background 0.3s ease;
}

.tfRfqSidebar .tfcategory-list li.active {
    color: #d71c1c;
    font-weight: bold;
    border-left: 4px solid #d71c1c;
    background-color: #fcecec;
}

.tfRfqMainContent {
    width: calc(100% - 300px);
    padding: 0 15px 0 15px;
    margin-bottom: 10px;
}


.tfRfqMainContent .tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.tab {
    padding: 10px 20px;
    border: none;
    background: none;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    justify-content: center;
}

.tab.active {
    color: #e50000;
    border-bottom: 2px solid #e50000;
}

.tfPostFilter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}



.tfPostFilter .tfsearch-bar {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 45%;
    justify-content: space-between;
    position: relative;
}

.tfPostFilter .tfsearch-bar input {
    flex: 1;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.tfPostFilter .search-btn {
    padding: 8px 12px;
    background-color: #e50000;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.filters {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.tfPostFilter .filter-btn {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
    font-size: 12px;
}

.filters .active {
    color: #d9232d;
    border-color: #d9232d;
    background-color: #fcecec;
}

.rfq-section h4 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.rfq-section .tfRfqMobSrchWrap {
    display: none;
}

h6 .rfqbrandTxt {
    font-size: 14px;
    font-weight: 400;
    color: #979797;
}

.rfq-card {
    display: flex;
    align-items: flex-start;
    padding: 18px 20px;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EFEFF5;
    border-radius: 8px;
    position: relative;
}

.rfq-card img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-right: 15px;
}

.rfq-info {
    flex: 1;
}

.rfq-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #3C3C3C;
}

.rfq-info h6 {
    font-size: 14px;
    color: #3C3C3C;
    margin-bottom: 4px;
}

.rfq-info p {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #3C3C3C;
    font-weight: 500;
}

.rfq-info p strong {
    font-size: 14px;
    color: #3C3C3C;
    font-weight: 500;
}

.rfq-action {
    text-align: right;
    width: 15%;
}

.quote-btn {
    background-color: #D9232D;
    color: white;
    border: none;
    padding: 9px 22px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 30px;
}

.date {
    display: inline-block;
    font-size: 12px;
    color: #555;
    background: #EFEFF5 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 5px 8px 4px;
}


/* Submit BidingWrap */
.submitBidingWrap {}

.submitBidingWrap .modal-content {
    width: 1200px;
    border-radius: 8px;
    height: auto;
}

.submitBidingWrap .bidingInnerWrap {
    display: flex;
}

.bidingInnerWrap .bidLftCon {
    width: 28%;
    border-right: 1px solid #EEEEEE;
    padding: 0 10px 5px 0;
}

.bidingInnerWrap .bidLftCon .bidTopCon {}

.bidingInnerWrap .bidTopCon h3 {
    font-size: 16px;
    font-weight: 600;
    color: #3C3C3C;
    margin-bottom: 5px;
    margin-top: 10px;
}

.bidingInnerWrap .bidTopCon p {
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3C;
    margin-bottom: 10px;
}

.submitBidingWrap .bid-description-card {}

.submitBidingWrap .bid-description-card {
    width: 100%;
    padding: 16px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #333;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.bid-section-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.bid-product-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 16px;
}

.bid-product-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 4px;
}

.bid-product-title {
    font-weight: 500;
    margin: 0;
    font-size: 14px;
}

.bid-product-subtitle {
    margin: 0;
    color: #363636;
    font-size: 12px;
}

.bid-info-row {
    margin-top: 12px;
}

.bid-label {
    font-weight: 600;
    margin: 0;
    color: #444;
}

.bid-value {
    margin: 2px 0 0;
    color: #222;
}




.submitBidingWrap .bidRhtCon {
    padding: 10px;
    width: 72%;
}

.submitBidingWrap .bidRhtCon h3 {
    font-size: 16px;
    font-weight: 600;
    color: #3C3C3C;
    margin-bottom: 20px;
}

.bidRhtCon .rfqfcWrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.bidRhtCon .rfqfcWrapper .rfqfcRow {
    width: calc(33% - 10px);
    display: flex;
    flex-direction: column;
    position: relative;
}

.rfqfcFullRow {
    width: 100% !important;
}

.rfqfcFullRowRht {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 20px 0 0 0;
}

.rfqfcFullRowRht .bidCancel {
    border: none;
    font-size: 14px;
    color: #363636;
    font-weight: 500;
    background-color: transparent;
    padding: 8px 15px;
}

.rfqfcFullRowRht .bidSubmit {
    border: none;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #D9232D 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 10px 30px;
}

.rfqfcFullRow textarea {
    border: 0.5px solid #3A3A3A;
    border-radius: 4px;
    padding: 12px 10px;
}

.rfqfcRow .otp-btn {
    position: absolute;
    right: 0;
    top: 21px;
    background-color: #498EFF;
    color: white;
    border: none;
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
}

.otp-btn[disabled] {
    background-color: #498EFF !important;
    opacity: 0.5;
    color: white !important;
}

.otp-timer {
    position: absolute;
    top: 21px;
    right: 1px;
    font-size: 14px;
    background: #F0F6FE;
    padding: 7px 12px;
    border-radius: 0px 4px 4px 0;
    color: #3c3c3c;
}

#otp-input:disabled {
    opacity: 0.25;
}

.verified {
    background: #069800 0% 0% no-repeat padding-box !important;
}


.notRegistered {}

.rfqfcWrapper .rfqfcRow label {
    font-size: 12px;
    font-weight: 500;
    color: #3C3C3C;
    gap: 10px;
    align-items: revert;
    margin-bottom: 3px;
    display: flex;
}

.rfqfcRow label img {
    width: 16px;
}

.rfqfcWrapper .rfqfcRow input {
    border: 0.5px solid #3A3A3A;
    border-radius: 4px;
    padding: 8px 10px;
}

.rfqfcWrapper .rfqfcRow select {
    border: 0.5px solid #3A3A3A;
    border-radius: 4px;
    padding: 8px 10px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    appearance: none;
    background-image: url('/images/keyboard-down-arrow-button.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.rfqConfirmationWrap .modal-content {
    width: 500px;
    height: auto;
    border-radius: 8px;
}

.rfqConfirmationWrap h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.rfqConfirmationWrap p {
    font-size: 16px;
}

.notRegistered .bidRhtCon .rfqfcWrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    height: calc(100vh - 366px);
}

.notRegistered .rfqfcFullRowRht {
    align-items: flex-end;
}





.tfRfqtable-container {
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    overflow-y: auto;
    height: calc(100vh - 210px);
}

.tfRfqcustom-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.tfRfqcustom-table thead {
    background-color: #d5d5d5;
    color: #363636;
    position: sticky;
    top: 0;
}

.tfRfqcustom-table thead th {
    font-weight: 600;
    font-size: 12px;
}


.tfRfqcustom-table th,
.tfRfqcustom-table td {
    padding: 14px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    color: #363636;
    font-weight: 500;
}

.sub-text {
    color: #363636;
    font-weight: 600;
}

.status {
    font-weight: 600;
    padding: 0;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
}

.status.won {
    color: #0b8043;
}

.status.review {
    color: #007bff;
}

.status.lost {
    color: #d93025;
}


.tfRfqPageWrap {
    width: 100%;
    background-color: #f5f5f5;
}

.tfRfqPageWrap h3 {
    font-size: 16px;
    font-weight: 600;
    color: #3C3C3C;
    padding: 15px 15px 0 15px;
}

.tfRfqPageWrap .tfRfqTabs {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 10px;
}

.tfRfqPageWrap .tfRfqTabs li {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #455B6314;
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    color: #3C3C3C;
}

.tfRfqPageWrap .tfRfqTabs li.active {
    background: #F8D3D5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #00000014;
    border: 1px solid #D9232D;
    color: #D9232D;
}

.tfRfqMobListingWrap {
    display: none;
}

.tfRfqSidebar .rfqMobSrchFilter {
    display: none;
}

.tfRfqRadioFilterPopup {}

.tfRfqRadioFilterPopup {
    display: none;
}


.rfqPagination {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    margin: 15px 0 15px 0;
    /* position: fixed;
    bottom: 45px;
    right: 30%; */
}

.rfqPagination .disabled {
    color: #ccc;
    cursor: not-allowed;
}

.rfqPagination .page-number {
    color: #555;
    text-decoration: none;
    padding: 4px 8px;
}

.rfqPagination .current {
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

.rfqPagination .last {
    color: #007bff;
    font-weight: bold;
}

.rfqPagination .prev {
    color: #007bff;
    font-weight: bold;
}

.mob-details-container {
    display: none;
}

.close-category-popup {
    display: none;
}

.bidSubmit:disabled {
    opacity: 0.5;
    background-color: #d9232d !important;
    color: white !important;
}

#back-icon {
    transform: rotate(90deg);
    height: 35px;
}

.form-prev-page {
    display: flex;
    align-items: center;
}

.form-prev-page p {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
}

.rfq-list {
    overflow-y: scroll;
    height: calc(100vh - 295px);
    scrollbar-width: thin;
}

.tfMobRfqCon {
    display: none;
}




@media (max-width :767px) {
    .tfRfqMobListingWrap {
        display: block;
        padding: 15px;
    }

    .tfRfqMobListingWrap .tfRfqMobHeader {}

    .tfRfqMobHeader h3 {
        font-size: 14px;
        font-weight: 500;
        color: #3C3C3C;
        padding: 0px 15px 15px 15px;
        display: flex;
        align-items: center;
        gap: 10px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 12px 16px #455B631A;
        margin: 0 -15px;
    }

    .tfRfqMobHeader h3 img {
        width: 15px;
    }

    .tfRfqMobListingWrap .tfMobRfqTabs {
        display: flex;
        align-items: center;
        padding: 15px 0;
        gap: 10px;
    }

    .tfRfqMobListingWrap .tfMobRfqTabs li {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 8px #455B6314;
        border: 1px solid #E7E7E8;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 10px;
        color: #3C3C3C;
    }

    .tfRfqMobListingWrap .tfMobRfqTabs li.active {
        background: #F8D3D5 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 8px #00000014;
        border: 1px solid #D9232D;
        color: #D9232D;
    }

    .tfRfqMobSrchWrap {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }

    .tfRfqMobSrchWrap img {
        width: 7%;
    }

    .tfRfqMobSrchWrap .tfSrchBoxCon {
        position: relative;
        width: 80%;
    }

    .tfRfqMobSrchWrap .tfSrchBoxCon img {
        position: absolute;
        top: 10px;
        left: 5px;
        width: 20px;
        height: 20px;
    }

    .tfRfqMobSrchWrap .tfSrchBoxCon input {
        background: #F9F9FB 0% 0% no-repeat padding-box;
        box-shadow: 0px 8px 15px #0000001A;
        border: 1px solid #EFEFF5;
        border-radius: 8px;
        padding: 12px 10px 12px 30px;
        width: 100%;
    }

    .tfRfqMcard {
        width: 100%;
        padding: 20px 20px 0 20px;
        margin: 20px 0 10px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #EFEFF5;
        border-radius: 8px;
    }

    .tfRfqMcard-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }

    .tfRfqMtitle {
        font-weight: 400;
        font-size: 14px;
        color: #363636;
    }

    .tfRfqMsubtitle {
        font-weight: bold;
        font-size: 14px;
        color: #000;
    }

    .tfRfqMstatus {
        padding: 4px 12px;
        border-radius: 15px;
        font-size: 13px;
        font-weight: 600;
    }

    .tfRfqMstatus.won {
        background-color: #e6f4ea;
        color: #188038;
        font-weight: 500;
    }

    .tfRfqMstatus.inReview {
        background-color: #edf4ff;
        color: #498EFF;
        font-weight: 500;

    }

    .tfRfqMcard-content .tfRfqMrow {
        display: flex;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    .tfRfqMcard-content .tfRfqMrow div {
        width: 48%;
        font-size: 12px;
        color: #444;
    }

    .tfRfqMrow div strong {
        font-size: 14px;
    }

    .tfMobQuickFilterCon {
        padding: 0;
    }

    .tfMobQuickFilterCon .modal-content {
        width: 100%;
        bottom: 0;
        position: absolute;
        border-radius: 16px 16px 0px 0px;
        padding: 0;
        height: auto;
    }

    .tfMobQuickFilterCon h3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        margin: 0;
        padding: 20px;
    }

    .tfMobQuickFilterCon .quickFilterMobWrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .quickFilterMobWrapper .quickFilterMobRow {
        display: flex;
        flex-direction: column;
    }

    .quickFilterMobWrapper .quickFilterMobRow label {
        font-size: 12px;
        color: #363636;
    }

    .quickFilterMobWrapper .quickFilterMobRow select {
        border: 0.5px solid #3A3A3A;
        border-radius: 4px;
        padding: 8px 10px;
        background-color: #fff;
        color: #333;
        font-size: 14px;
        appearance: none;
        background-image: url(/images/keyboard-down-arrow-button.svg);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px;
    }

    .quickFilterMobWrapper .rfqMobCtaRow {
        justify-content: space-between;
    }

    .tfMobQuickFilterCon .rfqMobCtaRow button {
        width: 50%;
    }


    /* before login Responsive UI*/
    .tfrfqstats-row {
        gap: 20px;
        padding: 15px;
        width: 95%;

    }

    .tfrfqstat-value {
        font-size: 18px;
    }

    .tfrfqstat-label {
        font-size: 10px;
        font-weight: 400;
    }

    .tfrfqheader-container {
        padding: 30px 20px 25px;
    }

    .tfrfqheader-text h2 {
        font-size: 25px;
    }

    .tfrfqheader-text p {
        font-size: 18px;
    }

    .tfRfqMobSidebar {
        display: block;
        background-color: rgba(0, 0, 0, .4);
        position: fixed;
        width: 100%;
        z-index: 999999;
        top: 0;
    }

    .tfRfqParentCont .tfRfqSidebar {
        background-color: #fff;
        width: 100%;
        height: 85%;
        margin-top: 140px;
        border-radius: 25px 25px 0 0;
        display: none;
    }

    .close-category-popup {
        display: block;
        margin-right: 12px;
    }

    .tfRfqSidebar .rfqMobSrchFilter img {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        left: 5px;

    }

    .tfRfqSidebar .rfqMobSrchFilter {
        display: block;
        position: relative;
        margin: 0 20px 10px 0;
    }

    .tfRfqSidebar .rfqMobSrchFilter input {
        background: #F9F9FB 0% 0% no-repeat padding-box;
        border: 1px solid #EFEFF5;
        border-radius: 8px;
        padding: 10px 10px 10px 30px;
        width: 100%;
    }

    .tfRfqMainContent {
        width: 100%;
    }

    .tfPostFilter {
        display: none;
    }

    .tfRfqMainContent .tab {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 8px #455B6314;
        border: 1px solid #E7E7E8;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 10px;
        color: #3C3C3C;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tfRfqMainContent .tab.active {
        background: #F8D3D5 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 8px #00000014;
        border: 1px solid #D9232D;
        color: #D9232D;
    }

    .rfq-card {
        flex-direction: column;
    }

    .rfq-card img {
        width: 50px;
        position: absolute;
        height: 50px;
        left: 14px;
        top: 14px;
    }

    .rfq-info h5 {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rfq-info h6 {
        margin-top: 10px;
    }

    .rfq-info p {
        margin: 0 -10px;
        flex-wrap: wrap;
        gap: 0;
    }

    .rfq-info p strong {
        padding: 0 10px 0 10px;
        font-size: 12px;
    }

    .rfq-action {
        margin: 12px 0 0 0;
        justify-content: space-between;
        display: flex;
        width: 100%;
        align-items: center;
    }

    .quote-btn {
        margin: 0;
        font-size: 12px;
        padding: 7px 22px;
    }

    .tfRfqRadioFilterPopup {
        z-index: 999999;
    }

    .tfRfqRadioFilterPopup .radioRfqListMob {}

    .tfRfqRadioFilterPopup .radioRfqListMob li {
        font-size: 14px;
        font-weight: 500;
        padding: 20px 10px 20px 30px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        color: #3C3C3C;
    }

    .radioRfqListMob li.active {
        color: #d9232d;
        font-weight: bold;
    }

    .rfq-section .tfRfqMobSrchWrap {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
        margin: 15px 0 20px;
    }

    .submitBidingWrap .modal-content {
        width: 100%;
        padding: 10px;
    }

    .submitBidingWrap .bidingInnerWrap {
        flex-direction: column;
        height: calc(100vh - 155px);
        overflow-y: auto;
    }

    .submitBidingWrap .bidingInnerWrapstep2 {
        height: calc(100vh - 220px);
    }

    .bidingInnerWrap .bidLftCon {
        width: 100%;
    }

    .submitBidingWrap .bidRhtCon {
        width: 100%;
    }

    .bidRhtCon .rfqfcWrapper .rfqfcRow {
        width: calc(50% - 10px);
    }

    .bidingInnerWrap .bidLftCon {
        border: none;
    }

    .rfqConfirmationWrap .modal-content {
        width: 95%;
    }

    .tabs {
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .tab {
        height: 30px;
        min-width: 52%;
        text-align: left;
    }

    .rfq-info p {
        display: none;
    }

    .mob-details-container {
        display: block;
    }

    .mob-details-container .rfq-delivery-info {
        font-size: 12px;
    }

    .mob-details-container .rfq-date-info {
        font-size: 12px;
        display: flex;
        justify-content: space-between;
    }

    .quote-btn {
        width: 100%;
    }

    .rfq-action .date {
        display: none;
    }

    footer {
        display: none;
    }

    .rfqfcFullRowRht button {
        width: 50%;
    }

    .rfqfcFullRowRht {
        /* display: none; */
        position: sticky;
        bottom: -1px;
        justify-content: center;
        padding: 10px;
        left: 0px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 3px 0px 6px #00000040;
        border-radius: 8px 8px 0px 0px;
    }

    .tfMobRfqCon {
        display: flex;
    }

    .submitBidingWrap {
        padding-top: 50px;
    }

    .mob-full-row {
        width: 99% !important;
    }

    .notRegistered .bidRhtCon .rfqfcWrapper {
        height: auto;
    }

    .blackHeader ul {
        height: 100% !important;
        display: block !important;
        overflow: hidden !important;
    }

    .blackHeader ul .sc_get-started {
        display: flex !important;
        left: 55px;
        top: 15px;
    }

    .tfcategory-list {
        height: calc(100vh - 240px) !important;
        padding-bottom: 15px !important;
    }

    #bid-confirm .rfqfcFullRowRht {
        position: unset !important;
        box-shadow: none !important;
    }

    .disable-scroll {
        overflow: hidden !important;
    }

    .rfqfcWrapper .rfqfcRow select {
        font-size: 11px;
        padding: 8px 8px;
    }

    .no-mob-view{
        display: none !important;
    }
}

.disable-scroll {
    overflow: hidden !important;
}