/* Start Custom Font Size, Font Weight, Font Line Height */

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-24 {
    font-size: 24px !important;
}

.line-height-14 {
    line-height: 14px !important;
}

.line-height-15 {
    line-height: 15px !important;
}

.line-height-16 {
    line-height: 16px !important;
}

.line-height-18 {
    line-height: 18px !important;
}

.line-height-19 {
    line-height: 19px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-21 {
    line-height: 21px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

/* End Custom Font Size, Font Weight, Font Line Height */

/* Start Pages Custom Border Color */
.border-bottom,
.border-right,
.border-left,
.border-top {
    border-color: var(--divider-color) !important;
}

/* Start Pages Custom Checkbox & Radio Button & Switch Button */
.custom-control .custom-control-label {
    font-size: 14px;
    line-height: 19px;
}

.custom-control {
    min-height: 18px;
    padding-left: 18px;
    line-height: 18px;
}

.custom-control-label::before {
    top: 0px;
    left: -18px;
}

.custom-control-label::after {
    top: 0px;
    left: -18px;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    width: 18px;
    height: 18px;
    border-color: var(--compare-checkbox-border);
    border-radius: 2px;
}

.custom-control-label::before {
    border-color: var(--compare-checkbox-border);
}

.custom-control-input {
    width: 18px;
    height: 18px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../assets/images/checkbox-tick.svg');
    background-size: 14px 14px;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before {
    border-color: var(--compare-checkbox-border);
}

.custom-checkbox .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: var(--compare-checkbox-border);
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-checkbox .custom-control-input:disabled~.custom-control-label::before,
.custom-checkbox .custom-control-input[disabled]~.custom-control-label::before {
    border-color: var(--divider-color) !important;
    background-color: white !important;
}

.custom-checkbox .custom-control-input:checked:disabled~.custom-control-label::before {
    border-color: var(--border-color) !important;
    background-color: var(--border-color) !important;
}


.custom-radio .custom-control-input:checked~.custom-control-label::after {
    width: 10px;
    height: 10px;
    top: 3px;
    left: -15px;
}

.custom-radio .custom-control-input:focus~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    box-shadow: none !important;
    border-color: var(--primary-color) !important;
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::after {
    background-color: var(--divider-color) !important;
    border-color: var(--divider-color) !important;
}

.custom-radio .custom-control-input:checked:disabled~.custom-control-label::before,
.custom-radio .custom-control-input:disabled~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: white !important;
    border: 1px solid var(--divider-color) !important;
}

.custom-control.custom-switch {
    padding-left: 36px;
}

.custom-switch .custom-control-label::before {
    top: 0;
    background-color: var(--toggle-switch-bg) !important;
    border: 1px solid transparent !important;
}

.custom-switch .custom-control-label::after {
    top: calc(0rem + 2px);
    background-color: var(--toggle-switch-control-bg);
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.custom-switch .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.commonBtn {
    border-width: 1px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 36px;
}

/* .commonBtn:hover {
    background-color: white;
} */

.custom-file-label::after,
.custom-file-big::after {
    height: calc(1.5em + 0.75rem + 3px);
}

.custom-file {
    height: calc(1.5em + 0.75rem);
}

.form-control {
    border-color: var(--divider-color);
}

.form-control:focus{
    border-color: var(--buyer-primary-color);
}

/* Start Autofill Background Color */
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
    transition: background-color 9999s ease-in-out 0s;
}

/* End Autofill Background Color */

.text-muted {
    color: var(--tile-content-color) !important;
}

.text-grey {
    color: var(--rfq-details-key-color);
}

.error-msg
{
    color: var(--percent-off-color);
}

/* End Custom Checkbox & Radio Button */

/* Start Page Heading */
.PageHeader4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

/* End Page Heading */

/*Start RFQ Landing page CSS*/
.landing-gradient {
    background-image: linear-gradient(var(--rfq-landing_gradient-color1), var(--rfq-landing_gradient-color2));
    height: 385px;
}

.rfq-text {
    color: white;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 21.09px;
}

.rfq-long-text {
    color: white;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    line-height: 38px;
    width: 58%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.rfq-text-outerbox-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 64%;
}

.rfq-prod-search-container{
    width:66%;
    position: relative;
}

.prod-search-error-msg-box
{
    position: absolute;
    width:100%;
    border-radius:4px;
    border: 1px solid var(--error-msg-color);
    color: var(--error-msg-color);
    border-left-width: 6px;
    border-right-width: 6px;
    background-color: white;
    font-size: 14px;
    line-height: 16px;
    height:36px;
    bottom:-46px;
    padding: 10px 0;
}

.rfq-text-outerbox-noflex {
    margin: 0 auto;
    width: 64%;
}

.how-arrow-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11%;

}

.rfq-response-text {
    font-size: 16px;
    font-weight: 500;
    color: white;
    line-height: 18.75px;

}

.rfq-text-box {
    border: 6px solid var(--home-bg-grey);
    height: 68px;
}

.rfq-text-outerbox {
    padding: 0px 240px;
}

.new-rfq {
    left: 0%;
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 4px;
    width: 400px;
    height: 125px;
}

.closed-rfq {
    right: 0%;
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 4px;
    width: 400px;
    height: 125px;
    margin-left:73px;
}

.land-back-img {
    position: relative;
    left: 86%;
    top: -58%;
    bottom: 33px;
    right: 0;
}

.rfq-count {
    font-size: 48px;
    font-weight: 500;
    color: black;
    line-height: 56.25px;
}

.rfq-title-new {
    font-weight: 500;
    font-size: 16px;
    color: black;
    line-height: 18.75px;
}

.rfq-sub-text {
    font-weight: 400;
    font-size: 14px;
    color: var(--compare-checkbox-border);
    line-height: 16.41px
}

.save-text {
    font-weight: 500;
    font-size: 18px;
    color: black;
    margin-top: 74px;
    margin-bottom: 16px;
    line-height: 21.09px;
}

.rfq-product-tile-block{
    border-radius: 4px;
}

.purchased-item-image {
    flex: 0 0 115px;
    max-width: 115px;
    max-height: 115px;
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    margin-right: 20px;
    background-color: white;
    overflow: hidden;
    border: 1px solid var(--divider-color);
}

.purchased-item-image img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.rfq-details-key {
    font-size: 14px;
    font-weight: 400;
    color: var(--rfq-details-key-color);
    display: block;
    margin-bottom: 16px;
    line-height: 16px;
    display: flex;
    min-width: 134px;
    max-width: 156px;
}

.rfq-details-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--headings-txt-color);
    line-height: 18px;

}

.last-purchase-date-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    white-space: nowrap;
}

.rfq-product-tile-block .commonBtn,
.rfq-product-tile-block .commonBtn{
    max-width: 227px;
}

.rfq-product-tile-block .commonBtn:disabled,
.rfq-product-tile-block .commonBtn.disabled,
.rfq-product-tile-block .commonBtn:disabled:hover,
.rfq-product-tile-block .commonBtn.disabled:hover{
    background-color: var(--disabled-btn) !important;
    border-color: var(--disabled-btn) !important;
    color: white !important;
}

.landing-page-footer-block .prod-tile-block:last-child:before {
    background-image: none
}

.text-ellipsis-1line-rfq {
    overflow: hidden;
    position: relative;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 18px;
    word-break: break-all;
}

.w-227 {
    width: 227px;
}

.w-200 {
    width: 200px;
}

.item-name-section {
    border-right: 1px solid var( --divider-color);

}

.req-details-section {
    border-right: 1px solid var( --divider-color);
}

.purchased-item-tile {
    border-radius: 4px;
    border: 1px solid var(--divider-color);
    padding-left: 32px;
    padding-right: 32px;
}

.label-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--tile-title-color);
    line-height: 16px;
}

h1.label-text.text-ellipsis-1line-rfq{
    max-height: 17px;
}

.label-qty-count {
    font-size: 14px;
    font-weight: 400;
    color: var(--tile-title-color);
    word-break: break-all;
}

.key-value-pair {
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    line-height: 18px;

}

.key-value-pair.text-ellipsis-4line-rfq {
    overflow: hidden;
    position: relative;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 88px;
    word-break: break-all;

}

.requirement-details-sec{
    max-height: 105px;
    overflow-y: auto;
    padding-right: 8px;
}

.requirement-details-sec .key-value-pair{
    word-break: break-all;
}

.requirement-details-sec::-webkit-scrollbar {
    width: 8px;
}
.requirement-details-sec::-webkit-scrollbar-track {
    background: var(--breadcrumb-bg-color);
    border-radius: 4px;
}
.requirement-details-sec::-webkit-scrollbar-thumb {
    background-color: var(--tray-scrollbar-thumb-bg);
    border-radius: 4px;
}

.view-more-specs {
    font-weight: 500;
    font-size: 12px;
    color: var(--buyer-primary-color);
    line-height: 18px;
}

.item-desp-box-footer .purchased-item-image {
    flex: 0 0 60px;
    max-width: 60px;
    max-height: 60px;
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    margin-right: 24px;
    background-color: white;
    overflow: hidden;
    border: 1px solid var(--divider-color);
}

.add-symbol {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.search-suggestion-rfq {
    position: absolute !important;
    width: 62% !important;
    top: 67% !important;
    padding: 15px;
    background: white;
    z-index: 99;
    border: 1px solid var(--divider-color) !important;
    box-shadow: 0px 3px 6px var(--header-shadow-color) !important;
    /* right: 18px;
    left:98px; */
    min-height:75px;
    max-height: 350px;
    overflow-y: auto;
}

.search-suggestion-rfq::-webkit-scrollbar {
    width: 7px;
}

.search-suggestion-rfq::-webkit-scrollbar-track {
    background: white;
}

.search-suggestion-rfq::-webkit-scrollbar-thumb {
    background-color: var(--dropdown-scrollbar-thumb-bg);
    border-radius: 6px;
}

.search-suggestion-rfq li:hover {
    cursor: pointer;
}

.buyesearchlist-web-rfq {
    font-size: 14px !important;
    font-weight: 400;
    width: 100%;
    text-align: left;
    list-style-type: none;
    padding-bottom: 14px;
    line-height: 21px;
    color: var(--headings-txt-color) !important;
    border-bottom: 1px solid grey;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 14px;
    border-bottom: 1px solid var(--divider-color);
}
.rfq-count-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -58px
}

@media only screen and (max-width: 991px) {
    .rfq-long-text {
        padding: 0;
        width: 100%;
        font-size: 28px;
        line-height: 32px;
        padding: 0 13px;
        margin-bottom: 25px;
    }

    .rfq-text-outerbox {
        padding: 0px;
    }

    .item-name-section {
        border-right: 1px solid transparent;

    }
    .item-section-responsive-top{
        padding: 0 2px;
    }

    .rfq-count {
        font-size: 40px;
        font-weight: 500;
        color: black;
        line-height: 46px;
    }

    .last-purchase-date-text {
        line-height: 16px;
        text-align: center;
    }

    .rfq-title-new {
        font-size: 14px;
        line-height: 16px;
    }

    .rfq-details-key {
        margin-bottom: 12px;
        max-width: 138px;
    }

    .rfq-sub-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 14.41px;
    }

    .rfq-response-text {
        display: block;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    .req-details-section {
        border-right: 1px solid transparent;
    
    }

    .req-details-section2 {
        margin-top: 12px;
    }

    .closed-rfq {
        position: relative;
        margin: 0 0;
        left: 0;
        padding: 10px;
        border-radius: 4px;
        width: 100%;
        height: 109px;
        margin-right: 0;
    }

    .new-rfq {
        position: relative;
        margin: 8px 0;
        left: 0;
        padding: 10px;
        border-radius: 4px;
        width: 100%;
        height: 109px;
        margin-right: 0;
    }

    .w-227 {
        width: 100%;
    }

    .landing-gradient {
        height: 556px;
        margin-top: 90px;
    }

    .rfq-text-outerbox-flex {
        width: 98%;
    }
    .rfq-count-container{
        flex-direction: column;
        margin-bottom: 16px;
        position: absolute;
        top: 66%;
        flex: 0 0 100%;
        max-width: 95%;
        bottom: auto;

    }

    .land-back-img {
        position: absolute;
        right: 10px;
        top: 28px;
    }

    .search-suggestion-rfq {
        width: 89% !important;
        top: 93% !important;
    }

    .save-text {
        font-weight: 500;
        font-size: 16px;
        margin-top: 70px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    .purchased-item-image {
        flex: 0 0 80px;
        max-width: 80px;
        max-height: 80px;
        margin-right: 8px;
        margin-bottom: 12px !important;
    }
   
    .rfq-text{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    }
    .rfq-text-box{
        margin-top:20px;
        height: 68px;
    }
    .rfq-details-value{
        line-height: 16px;
    }
    .w-adj-100{
    width: 100%;
    }
    .white-bg-height {
        height: calc(100% - 16px)!important;
    }
    .main-panel .panel-section:last-child{
        margin-bottom: 0px!important;
    }

    .rfq-product-tile-block .commonBtn{
        max-width: 100%;
    }
}

/*END RFQ Landing page CSS*/

/* Start Select Product Tab Content CSS */

.grey-panel-1 {
    background-color: var(--home-bg-grey);
}

.rfq-request-section {
    padding-top: 105px;
}

.top-select-header {
    padding: 0px 24px;
    width: 100%;
    background-color: white;
    position: fixed;
    top: 44px;
    left: 0;
    border-top: 1px solid var(--home-bg-grey);
    box-shadow: 0px 2px 2px var( --header-shadow-color);
    z-index: 1066;
    transition: all 1s linear;
    min-height: 60px;
}

.top-select-header .page-heading .PageHeader{
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: var(--tile-title-color)
}

.step-pills .step-link {
    position: relative;
    background-color: white;
    border: none;
    color: var(--tile-title-color);
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60px;
    width: 222px;
    pointer-events: none;
}

.step-pills .step-link::before {
    content:'';
    top:0px;
    left:0px;
    width:100%;
    height:4px;
    position: absolute;
    background-color: white;
}

.step-pills .step-link.active,
.step-pills .show>.step-link {
    background-color: rgba(0, 108, 181, .1);
    color: var(---tile-title-color);
}

.step-pills .step-link.active::before,
.step-pills .show>.step-link::before {
    background-color: var(--primary-color);
}

.step-pills .step-link .step-no {
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    border-radius: 50%;
    color: var(---tile-title-color);
    background-color: white;
    border: 1px solid var(--divider-color);
    position: relative;
}

.step-pills .step-link.active .step-no {
    color: white;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.step-pills .step-link .step-no::before {
    content: '';
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    width: 28px;
    height: 28px;
    background-image: url('../assets/images/check_circle_green.svg');
    background-size: 28px 28px;
    background-color: white;
    border-radius: 50%;
}

.step-pills .step-link.completed .step-no::before {
    display: block;
}

.content-heading {
    min-height: 48px;
}

.content-heading .heading-label{
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: black;
}

.btn-search-box {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    height: 48px;
}

.add-product-btn,
.add-product-btn-mobile {
    background-color: var(--primary-color);
    border: none;
    color: white;
    height: 44px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    padding: 0px 8px 0px 8px;
}

.order-quantity-sec .qunatity-label{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: var(--tile-title-color);
}

.add-product-btn-mobile{
    border-radius: 4px;
    padding: 0px 10px 0px 10px;
    height:36px;
}

.w-0 {
    width: 0 !important;
}

.prodSearchBox {
    width: 412px;
    overflow: hidden;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}


.prodSearchBox .input-group-append {
    background: white;
    color: var(--tile-title-color) !important;
    position: absolute;
    z-index: 9;
    margin-top: 4.5px;
    margin-right: 1px;
    right: 5px;
    border-radius: 4px;
}

.prodSearchBox .form-control {
    height: 44px;
    border: none !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.prodSearchBox button {
    color: white;
    border: 0 !important;
    border-radius: 4px;
    outline: 0 !important;
    cursor: pointer;
    height: 33px;
    width: 33px;
    background: transparent;
    padding: 0 0px;
}

.btn-search-box .add-icon.rotate {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.prod-search-error-msg-text
{
    position: absolute;
    width:100%;
    color: var(--error-msg-color);
    font-size: 14px;
    line-height: 16px;
    top: 52px !important;
    right: 3px;
    left: auto;
    padding: 0 0 0 12px;
    max-width: 410px;
}

.prod-suggestion {
    background-color: white;
    position: absolute !important;
    width: 100% !important;
    max-width: 410px;
    top: 45px !important;
    right: 3px;
    left: auto;
    padding: 0 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 4px 4px 0px var(--suggestion-shadow-color);
    border: none !important;
    z-index: 1065;
    max-height: 250px;
    overflow-y: auto;
}

.prod-suggestion::-webkit-scrollbar {
    width: 7px;
}

.prod-suggestion::-webkit-scrollbar-track {
    background: white;
}

.prod-suggestion::-webkit-scrollbar-thumb {
    background-color: var(--dropdown-scrollbar-thumb-bg);
    border-radius: 6px;
}

.prod-suggestion .searchCategory {
    font-size: 14px !important;
    line-height: 21px;
    margin-bottom: 0px;
    cursor: pointer;
    border-bottom: 1px solid var(--whatsapp-modal-footer);
    padding: 14px 0px;
    max-height: 50px !important;
}

.prod-suggestion .searchCategory:first-child {
    border-top: 1px solid var(--whatsapp-modal-footer);
}

.prod-suggestion .searchCategory:last-child {
    border-bottom: none;
}


.order-prod-tile {
    border-radius: 4px;
    border: 1px solid var(--divider-color);
    padding-top: 34px;
    padding-bottom: 24px;
    position: relative;
}

.order-prod-image {
    flex: 0 0 115px;
    max-width: 115px;
    max-height: 115px;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 4px;
    margin-right: 24px;
    background-color: white;
    overflow: hidden;
    border: 1px solid var(--divider-color);
}

.order-prod-image img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.order-prod-desp .order-prod-title {
    color: var(--tile-title-color);
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    word-break: break-all;
    overflow: hidden;
    position: relative;
    max-height: 19px;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 32px;
}

.order-quantity-sec .select-quantity {
    width: 140px;
}

.order-quantity-sec .select-quantity .input-group-text {
    padding: 8px 9px;
    border: 1px solid var(--input-border);
}

.order-quantity-sec .select-quantity .form-control {
    border: 1px solid var(--input-border);
    color: var(--label-color)
}

.order-quantity-sec .select-quantity .form-control:focus{
    border: 1px solid var(--buyer-primary-color) !important;
}

.order-quantity-sec .select-unit {
    width: 102px;
}

.order-quantity-sec .select-unit .selectUnit-control
{
    background: white url(../assets/images/arrow-down-black.svg) right .2rem center / 8px 6px no-repeat !important;
    border-color: var(--input-border);
}

.order-quantity-sec .select-brand {
    position: relative;
}

.order-brand-box .select-brand {
    position: relative;
}

.select-brand .selected-tag-box {
    background-color: white;
    width: 92%;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 9;
    overflow: hidden;
}

.selected-tag-list .tag-box,
.more-brand-indicator .tag-box {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    background-color: var(--search-filter-chips-bg);
    color: var(--headings-txt-color);
    padding: 7px 8px;
    border-radius: 4px;
    margin-left: 4px;
    overflow: hidden;
    position: relative;
    max-height: 28px;
    max-width: 104px;
}

.selected-tag-list .tag-box span.brand-name-txt {
    word-break: break-all;
    overflow: hidden;
    position: relative;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.selected-tag-list .tag-box.brand-tag:nth-child(n+4) {
    width: 0;
    padding: 0;
    margin-left: 0;
}

.more-brand-indicator .tag-box.more-tag {
    color: var(--buyer-primary-color);
}

.selected-tag-list .tag-box:first-child {
    margin-left: 0px;
}

.selected-tag-list .tag-box .delete-tag {
    background-color: transparent;
    border: none;
    height: 14px;
}

.editable-dropdown .form-control {
    appearance: none;
    background: none;
    height: 36px;
}

.editable-dropdown .input-group-btn {
    border: 1px solid var(--pdp-button-border);
}

.editable-dropdown .input-group-btn:focus {
    border: 1px solid var(--buyer-primary-color);
}

.dropdown-menu-custom {
    max-height: 230px;
    z-index: 99999;
    top: 1px !important;
    box-shadow: 0px 1px 15px 0px var(--dropdown-shadow);
    border-color: var(--pdp-button-border);
}

.searchBox {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.searchBox .input-group-prepend {
    background: white;
    color: var(--tile-title-color) !important;
    position: absolute;
    z-index: 9;
    margin-top: 1px;
    margin-left: 2px;
    border-radius: 4px;
}

.searchBox .form-control {
    padding-left: 42px !important;
    border-radius: 0px;
    border-left-color: white;
    border-right-color: white;
    border-top-color: white;
    border-bottom-color: var(--searchbar-border);
}

.searchBox .input-group-append {
    background: white;
    color: var(--tile-title-color) !important;
    position: absolute;
    z-index: 9;
    margin-top: 1px;
    margin-right: 1px;
    right: 0px;
    border-radius: 4px;
}

.searchBox.locationSearchBox .input-group-append,
.searchBox.sellerSearchBox .input-group-append {
    margin-top: 6px;
}

.searchBox button {
    color: white;
    border: 0 !important;
    border-radius: 4px;
    outline: 0 !important;
    cursor: pointer;
    height: 33px;
    width: 33px;
    background: transparent;
    padding: 0 0px;
}

.searchBox .search-icon-box {
    display: flex;
    align-items: center;
    height: 33px;
    background: white;
    padding: 0 0 0 16px;
}

.dropdown-menu-custom .multipleOptionSelect {
    max-height: 194px;
    min-height: 47px;
}

.dropdown-menu-custom .multipleOptionSelect::-webkit-scrollbar {
    width: 10px;
}

.dropdown-menu-custom .multipleOptionSelect::-webkit-scrollbar-track {
    background: white;
}

.dropdown-menu-custom .multipleOptionSelect::-webkit-scrollbar-thumb {
    background-color: var(--dropdown-scrollbar-thumb-bg);
    border-radius: 6px;
    border: 3px solid white;
}

.dropdown-menu-custom .multipleOptionSelect .CheckboxforMultiselect {
    z-index: 999999;
}

.heading-box .heading-label{
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: var(--tile-title-color);
}

.requirement-textarea-box {
    position: relative;
    border: 1px solid var(--pdp-button-border);
    border-radius: 4px;
}

.requirement-textarea-box.input-focus {
    border: 1px solid var(--buyer-primary-color);
}

.requirement-textarea-box textarea.requirement-textarea {
    overflow: hidden;
    resize: both;
    min-height: 176px;
    border-radius: 4px;
    border: none;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    resize: none;
    color: var(--tile-title-color);
}

.requirement-textarea-box textarea.requirement-textarea::-webkit-scrollbar {
    width: 8px;
}

.requirement-textarea-box textarea.requirement-textarea::-webkit-scrollbar-track {
    background: var(--breadcrumb-bg-color);
    border-radius: 4px;
}

.requirement-textarea-box textarea.requirement-textarea::-webkit-scrollbar-thumb {
    background-color: var(--tray-scrollbar-thumb-bg);
    border-radius: 2px;
}

.edit-requirement-sec {
    padding: 9px 10px 10px 10px;
    background-color: var(--cat-highlight-bg);
    border: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.edit-requirement-sec .commonBtn{
    min-width: 80px;
}

.edit-requirement-sec .commonBtn:hover{
    background-color: white;
}

.heading-note,
.edit-requirement-sec .edit-note {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--rfq-details-key-color)
}

.edit-requirement-sec .edit-note {
    max-width: 230px;
}

.add-variant-btn {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px dashed var(--buyer-primary-color);
    color: var(--buyer-primary-color);
    background-color: white;
    padding: 16px 16px 16px 16px;
    height: 50px;
}

.t-info-box .t-info-label,
.t-info-box .t-info-desp {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.t-info-box .t-info-label {
    min-width: 148px;
    color: var(--rfq-details-key-color);
}

.t-info-box .t-info-desp {
    padding-bottom: 16px;
}

.payment-badge {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: var(--rfq-details-key-color);
    background-color: var(--badge-bg-color);
    border: 1px solid var(--badge-border-color);
    padding: 5px 8px;
    border-radius: 4px;
}

.edit-rfq-details-link{
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: var(--buyer-primary-color) !important;
}

.select-pincode-link,
.add-payment-terms-link{
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: var(--buyer-primary-color) !important;
}

.attach-document-note {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    max-width: 195px;
}

.uploadDocumentLink,
.uploadDocumentLink .customFileInput {
    width: 38px;
    height: 14px;
}

.uploadDocumentLink .customFileInput:lang(en)~.customFileLabel {
    height: 14px;
    padding: 0px !important;
}

.uploadDocumentLink .customFileInput:lang(en)~.customFileLabel::after {
    content: "Upload";
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    border: none;
    border-radius: 0px;
    color: var(--buyer-primary-color);
    width: 38px;
    background: white;
    height: 14px;
    padding: 0px !important;
}

.uploadDocumentLink .customFileInput:lang(en)~.customFileLabel .customFileIcon:before {
    display: none;
}

.uploadDocumentLink:hover .customFileInput:lang(en)~.customFileLabel::after {
    text-decoration: underline;
}

.uploaded-document-box {
    max-width: 273px;
}

.uploaded-document-box:last-child{
    margin-bottom: 0px !important;
}

.uploaded-document-box .uploaded-document-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 30px;
    aspect-ratio: 1/1;
    border-radius: 4px;
    background-color: white;
    overflow: hidden;
    border: none;
}

.uploaded-document-box .uploaded-document-icon img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.uploaded-document-box .uploaded-document-txt .doc-name-txt {
    color: black;
    word-break: break-word;
    overflow: hidden;
    position: relative;
    max-height: 14px;
    max-width: 172px;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

.uploaded-document-box .uploaded-document-txt .doc-size-txt {
    color: var(--rfq-details-key-color);
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}

.uploaded-document-box .delete-document-btn {
    background-color: white;
    border: none;
    padding: 0;
}

.delete-product-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: white;
    border: none;
    padding: 0;
    z-index: 9;
}

.product-added-nudge {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 13px 19px;
}

.green-nudge {
    background-color: var(--nudge-confirmation-bg-color);
    border-left: 4px solid var(--nudge-confirmation-border-color);
    border-radius: 4px;
}

/* Start Terms of RFQ Popup */

.slide-left {
    right: 0 !important;
}

.rfq-details-backdrop,
.edit-seller-backdrop,
.edit-custom-seller-backdrop,
.edit-location-backdrop {
    background: var(--suggestion-shadow-color);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1079;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .15s linear;
}

.rfq-details-overlay,
.edit-seller-overlay,
.edit-custom-seller-overlay,
.edit-location-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1080;
    width: 454px;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: auto;
    background-color: white;
    box-shadow: 0px 3px 6px var(--footer-shadow);
}

.rfq-details-content,
.edit-seller-content,
.edit-custom-seller-content,
.edit-location-content {
    position: relative;
    border: none;
    background-color: white;
    height: 100%;
}

.rfq-details-header,
.edit-seller-header,
.edit-custom-seller-header,
.edit-location-header {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 24px 24px 24px 24px;
    background: white;
    border-bottom: 1px solid var(--sidebar-off-white-bg);
}

.rfq-details-header h5,
.edit-seller-header h5,
.edit-custom-seller-header h5,
.edit-location-header h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0px;
}

.rfq-details-header .rfq-details-close,
.edit-seller-header .edit-seller-close,
.edit-custom-seller-header .edit-custom-seller-close,
.edit-location-header .edit-location-close {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.rfq-details-body {
    max-height: 73vh;
    overflow-y: auto;
}

.rfq-details-body::-webkit-scrollbar,
.edit-seller-body .select-seller-section::-webkit-scrollbar,
.edit-custom-seller-body .select-seller-section::-webkit-scrollbar,
.edit-location-body .seller-location-list::-webkit-scrollbar {
    width: 6px;
}

.rfq-details-body::-webkit-scrollbar-track,
.edit-seller-body .select-seller-section::-webkit-scrollbar-track,
.edit-custom-seller-body .select-seller-section::-webkit-scrollbar-track,
.edit-location-body .seller-location-list::-webkit-scrollbar-track {
    background: white;
}

.rfq-details-body::-webkit-scrollbar-thumb,
.edit-seller-body .select-seller-section::-webkit-scrollbar-thumb,
.edit-custom-seller-body .select-seller-section::-webkit-scrollbar-thumb,
.edit-location-body .seller-location-list::-webkit-scrollbar-thumb {
    background-color: var(--tray-scrollbar-thumb-bg);
    border-radius: 6px;
}

.rfq-product-image {
    flex: 0 0 80px;
    max-width: 80px;
    max-height: 80px;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 4px;
    margin-right: 16px;
    background-color: white;
    overflow: hidden;
    border: 1px solid var(--divider-color);
}

.rfq-product-image img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.rfq-product-desp .rfq-product-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    word-break: break-all;
    overflow: hidden;
    position: relative;
    max-height: 32px;
    max-width: 263px;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.rfq-product-desp .rfq-quantity-sec {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.rfq-details-form-section .input-group-text {
    background-color: transparent;
    line-height: 1.5 !important;
    border: 1px solid var(--divider-color) !important;
    color: var(--tile-content-color);
}

.rfq-details-form-section .form-control:disabled+.input-group-append .input-group-text,
.rfq-details-form-section .form-control[readonly]+.input-group-append .input-group-text {
    background-color: var(--breadcrumb-bg-color) !important;
    opacity: 1;
}

.rfq-details-form-section .disabled .input-group-prepend .input-group-text {
    background-color: var(--breadcrumb-bg-color) !important;
}

.rfq-details-form-section .form-control:focus {
    border: 1px solid var(--buyer-primary-color) !important;
}

.financing-badge {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    height: 30px;
    padding: 8px 10px;
}

.green-badge-with-border {
    background-color: var(--bank-financing-badge-bg);
    border: 1px solid var(--green-text);
    border-radius: 4px;
}

.brown-badge-with-border {
    background-color: var(--badge-bg-color);
    border: 1px solid var(--badge-border-color);
    color: var(--rfq-details-key-color);
    border-radius: 4px;
}

.pay-after-delivery-badge {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 6px 8px;
}

.edit-pay-btn {
    background-color: transparent;
    border: none;
}

.max-limit-note {
    background-color: var(--chat-container);
    border: 1px solid var(--disabled-btn);
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: var(--rfq-details-key-color);
    border-radius: 4px;
}

.payment-note {
    background-color: var(--payment-note-bg);
    color: var(--rfq-details-key-color);
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    margin-top: 12px;
}

/* End Terms of RFQ Popup */

.footer-section {
    padding: 10px 24px 10px;
    box-shadow: 0px -5px 15px var(--footer-shadow);
    z-index: 1000;
    transition: all 1s linear;
    min-height: 80px;
    left:0;
}

.footer-section .footer-inner-sec{
    min-height: 60px;
}

.prod-tile-block {
    max-width: 204px;
    min-height: 60px;
    margin-left: 48px;
    position: relative;
}

.prod-tile-block::before {
    content: '';
    position: absolute;
    top: 18px;
    left: -48px;
    width: 24px;
    height: 24px;
    background-image: url(../assets/images/add-icon-black.svg);
    background-size: 24px 24px;
}

.prod-tile-block:first-child {
    margin-left: 0px;
}

.prod-tile-block:first-child:before {
    display: none;
}

.prod-image-box {
    flex: 0 0 60px;
    max-width: 60px;
    max-height: 60px;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 4px;
    margin-right: 8px;
    background-color: white;
    overflow: hidden;
    border: 1px solid var(--divider-color);
}

.prod-image-box img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.prod-tile-block .prod-name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    word-break: break-all;
    overflow: hidden;
    position: relative;
    max-height: 21px;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.prod-info-box .quantity-txt {
    font-size: 14px;
    line-height: 16px;
}

.products-count-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    min-height: 60px;
    color: var(--rfq-details-key-color);
}

.footer-section .proceed-next-btn {
    width: 227px;
    max-width: 100%;
}

.footer-section .proceed-next-btn.btn-disabled, 
.footer-section .proceed-next-btn:disabled, 
.footer-section .proceed-next-btn[disabled="disabled"], 
.footer-section .proceed-next-btn:disabled:hover, 
.footer-section .proceed-next-btn[disabled="disabled"]:hover, 
.footer-section .proceed-next-btn.disabled, 
.footer-section .proceed-next-btn.disabled:hover {
    border: 1px solid var(--disabled-btn);
    background-color: var(--disabled-btn);
    color: white;
    cursor: not-allowed;
}

.footer-section .pincode-error-msg{
    position: absolute;
    top:4px;
    left:0;
    right:0;
    width:100%;
    text-align: right;
    color: var(--error-msg-color);
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

.footer-section .selected-prod-count-txt{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

/* End Select Product Tab Content CSS */

/* Start Select Seller Tab Content CSS */

.preference-tile {
    padding: 16px 30px 24px 30px;
    border-radius: 4px;
    border: 1px solid var(--divider-color);
}

.seller-heading-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.seller-location-sec .heading-label,
.select-seller-sec .seller-count-txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.add-location-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--link-color2) !important;
}

.location-tag-box .tag-box {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    background-color: var(--search-filter-chips-bg);
    color: var(--headings-txt-color);
    padding: 7px 8px;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    max-height: 28px;
}

.location-tag-box .tag-box span.location-txt {
    word-break: break-all;
    overflow: hidden;
    position: relative;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.location-tag-box .tag-box .delete-tag {
    background-color: transparent;
    border: none;
    height: 14px;
}

.location-tag-box .tag-box:first-child {
    margin-left: 0px;
}

.selected-seller-tile {
    background-color: white;
    border: 1px solid var(--pdp-button-border);
    border-radius: 4px;
    padding: 18px 20px;
    max-width: 380px;
}

.selected-seller-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 2px;
}

.select-seller-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--compare-checkbox-border);
}

.edit-seller-link,
.edit-custom-seller-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--buyer-primary-color) !important;
}

.edit-seller-sec-font{
    text-align: center;
}

.edit-seller-sec-font .edit-custom-seller-link {
    font-size: 16px;
    line-height: 18px;
}

.select-custom-seller {
    border-radius: 4px;
    border: 1px dashed var(--buyer-primary-color);
    background-color: white;
    flex: 0 0 380px;
    min-height: 159px;
    position: relative;
    margin-left: 66px;
    cursor: pointer;
}

.select-custom-seller::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    width: 32px;
    height: 32px;
    background-image: url(../assets/images/add-icon-black.svg);
    background-size: 32px 32px;
}

/* Start Edit Seller & Custom Seller Popup */

.edit-seller-body .select-seller-section {
    max-height: 60vh;
    overflow-y: auto;
}

.edit-custom-seller-body .select-seller-section,
.edit-location-body .seller-location-list {
    max-height: 58vh;
    overflow-y: auto;
}

.deselect-seller-box {
    border-bottom: 1px solid var(--home-bg-grey);
    min-height: 70px;
}

.deselect-seller-box .deselect-seller-checkbox .custom-control-label::after,
.deselect-seller-box .deselect-seller-checkbox .custom-control-label::before {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.seller-box {
    border-bottom: 1px solid var(--home-bg-grey);
    padding-top: 15px;
    padding-bottom: 15px;
}

.seller-desp-box .seller-name-txt {
    color: var(--tile-title-color);
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    word-break: break-all;
    overflow: hidden;
    position: relative;
    max-height: 16x;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.seller-box .seller-checkbox {
    padding-left: 0px;
}


.seller-box .seller-checkbox .custom-control-label::after,
.seller-box .seller-checkbox .custom-control-label::before {
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.seller-desp-box .trusted-badge img {
    max-width: 65px;
    max-height: 16px;
}

.seller-desp-box .seller-location {
    color: var(--compare-checkbox-border);
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    margin-left: 12px;
}

.fixed-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: white;
    z-index: 1060;
    border-top: 1px solid var(--home-bg-grey);
}

.fixed-footer .buttonControls{
    padding: 24px 24px;
}

.fixed-footer .buttonControls .commonBtn{
    border-width: 1px;
    font-size: 14px;
    line-height: 16px;
}

.search-box-section .searchBox .form-control{
    border-color: var(--divider-color);
    border-radius: 4px;
    padding-left: 34px !important;
    font-size: 14px;
    line-height: 16px;
    height:48px;
}

.search-box-section .searchBox .form-control:focus{
    border-color:var(--buyer-primary-color);
}

.search-box-section .searchBox .input-group-prepend {
    margin-top: 2px;
}

.search-box-section .searchBox .search-icon-box {
    padding: 0px 0px 0px 5px;
    height: 44px;
}

.seller-list-sec .seller-list-heading {
    padding: 0 24px 10px 24px;
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: white;
    border-bottom: 1px solid var(--home-bg-grey);
    border-top: none;
}

.seller-list-sec .seller-list-heading .card-title {
    color: var(--tile-title-color);
    font-size: 16px;
    line-height: 19px;
    padding: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}

.seller-location-list {
    border-top: 1px solid var(--sidebar-off-white-bg);
}

.seller-location-list .location-checkbox .custom-control-label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.seller-location-list .location-checkbox .custom-control-label::after,
.seller-location-list .location-checkbox .custom-control-label::before {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.sellerSearchBox{
    z-index: 1066;
}

.seller-suggestion {
    background-color: white;
    position: absolute !important;
    width: calc(100% - 48px) !important;
    max-width: 100%;
    top: 66px !important;
    left: auto;
    padding: 0 19px;
    box-shadow: 0px 4px 4px 0px var(--suggestion-shadow-color) !important;
    border: none !important;
    z-index: 1065;
    max-height: 180px;
    overflow-y: auto;
}

.seller-suggestion::-webkit-scrollbar {
    width: 7px;
}

.seller-suggestion::-webkit-scrollbar-track {
    background: white;
}

.seller-suggestion::-webkit-scrollbar-thumb {
    background-color: var(--dropdown-scrollbar-thumb-bg);
    border-radius: 6px;
}

.seller-suggestion .searchCategory {
    font-size: 14px !important;
    line-height: 16px;
    margin-bottom: 0px;
    cursor: pointer;
    padding: 12px 0px;
    max-height: 50px !important;
}

/* End Edit Seller & Custom Seller Popup */
/* End Select Seller Tab Content CSS */
/*Start Stepper*/

.stepper-section .order-single-product-text h3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: black;
}


.stepper-section .order-stepwizard {
    /* background-color: var(--delivery-order-stepwizard-inactive); */
    height: 16px;
    width: 16px;
    border-radius: 16px;
    position: relative;
}

.stepper-section .order-stepwizard-inactive {
    background-color: var(--divider-color);
    height: 16px;
    width: 16px;
    border-radius: 16px;
    position: relative;
}

.stepper-section .order-step span {
    background-color: var(--divider-color);
    height: 16px;
    width: 16px;
    border-radius: 16px;
    display: block;
    position: relative;
    z-index: 2;
}

.stepper-section .order-step span img {
    width: 16px;
    height: 16px;
    display: none;
}

.stepper-section .order-step::after {
    position: absolute;
    height: 40px;
    border-left: 2px dashed var(--divider-color);
    width: 1%;
    content: "";
    top: 16px;
    margin-left: -1px;
    z-index: 1;
}

.stepper-section .order-step {
    position: relative;
    display: block;
}

.stepper-section .steppers-desc-div .order-single-product-div:last-child .order-step::after {
    display: none;
}

.stepper-section .order-single-product-div {
    padding: 0px 0px;
}

.stepper-section .in-progress-padding {
    padding: 0px 0px 0px;
    min-height: 42px;
}

.stepper-section .order-single-product-div .step-icon-box {
    flex: 0 0 26px;
    max-width: 26px;
    margin-right: 19px;
}

.stepper-section .order-single-product-div .stepper-icon-grey {
    display: block;
}

.stepper-section .order-single-product-div .stepper-icon-black {
    display: none;
}

.stepper-section .delivery-order-inprogress {
    background-color: var(--delivery-order-inprogress);
    border-radius: 4px;
}

.stepper-section .delivery-order-inprogress .order-step span img,
.stepper-section .delivery-order-completed .order-step span img {
    display: block;
}

.stepper-section .delivery-order-inprogress .stepper-icon-black,
.stepper-section .delivery-order-completed .stepper-icon-black {
    display: block;
}

.stepper-section .delivery-order-inprogress .stepper-icon-grey,
.stepper-section .delivery-order-completed .stepper-icon-grey {
    display: none;
}

.stepper-section .delivery-order-inprogress h3 {
    font-weight: 500;
    color: var(--headings-txt-color);
}

.stepper-section .delivery-order-completed h3 {
    color: var(--headings-txt-color);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.stepper-section.delivery-order-rejected {
    background-color: var(--payment-failed-status);
    border-radius: 4px;
}

.stepper-section .delivery-order-rejected .order-step span img {
    display: block;
}

.stepper-section .delivery-order-rejected .stepper-icon-black {
    display: block;
}

.stepper-section .delivery-order-rejected .stepper-icon-grey {
    display: none;
}

/*End Stepper*/
/*start request sent successfully*/
.req-sent {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    text-align: center;
}

.req-quote-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
.white-bg-height{
    height: calc(100% - 24px);
}

/*End request sent successfully*/
/*Start Search section*/
.deliver-to-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top:0;
    z-index: 1080;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: auto;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
}
.deliver-to-content {
    position: relative;
    border: none;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
}

.hide-deliver-to-overlay {
    bottom: -100%;
    height: 0;
}
.mobile-header {
    background-color: white;
    box-shadow: 0px 2px 4px var(--header-shadow-color);
    padding: 8px 8px;
    min-height: 54px;
}
.formobileSearch .input-group-prepend {
    background: white;
    color: var(--tile-title-color) !important;
    position: absolute;
    z-index: 9;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 4px;
}
.searchbar .form-control {
    padding: 0 8px 0 36px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid var(--border-color);
    height: 42px;
    border-radius: 4px !important;
    color: var(--common-font-color);
    padding-left:45px!important;
    padding-right: 32px !important;
    z-index: 1;
}
.searchbar button {
    color: white;
    border: 0 !important;
    border-radius: 0;
    outline: 0 !important;
    cursor: pointer;
    line-height: 38px;
    background: transparent;
    padding: 0 10px;
}
.search-suggestion {
    position: relative;
    background: white;
    top: 1px;
    z-index: 101;
    padding: 6px 8px;
    width: 100%;
    left: 0;
    right: 0;
    transition: 0.5s;
    transform: translateX(0);
    overflow: auto;
    max-height: 100%;
    height: 100%;
}
.buyesearchlist-mobile li {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    list-style-type: none;
    padding: 12px 0;
    line-height: 21px;
    border-bottom: 1px solid var(--divider-color);
}
.suggestion-heading {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    padding-bottom: 8px !important;
    padding-top: 10px !important;
}
.srch-close-icon{
    position: absolute;
    right: 10px;
    top: 23%;
    z-index:9;
    padding: 0 !important;
    width: 24px;
    height: 24px;
    line-height: 24px !important;
}
.go-to {
    float: right;
    margin-right: 4px;
}
.font-500 {
    font-weight: 500;
}
.buyesearchlist-mobile li span {
    max-width: 90%;
    display: inline-block;
    word-break: break-all;
}
/*End Search Section*/
.col-lg-3-custom{
    flex: 0 23%;
    max-width: 23%;

}
.col-lg-9-custom{
    flex: 0 100%;
    max-width: 100%;
}

 .col-lg-9-custom  .col-lg-8-custom-req-prod{
    flex: 0 63%;
    max-width: 63%;
    padding-left: 15px;
}
.col-lg-9-custom  .col-lg-4-custom-req-prod{
    flex: 0 37%;
    max-width: 37%;

}
.col-lg-8-custom-req-prod .col-lg-6{
    flex: 0 0 49%;
    max-width: 49%;
}

/* Start View Specification Popup */
.modal-specification-content {
    border-radius: 4px;
}

.item-spec-list .item-spec {
    list-style-type: none;
}

.item-spec-list .item-spec span {
    font-size: 14px;
    line-height: 19px;
    padding: 16px;
    width: 50%;
    float: left;
    word-break: break-word;
}

.item-spec-list .item-spec span.spec-label {
    font-weight: 700;
}

.item-spec-list .item-spec:nth-child(4n + 1),
.item-spec-list .item-spec:nth-child(4n + 2) {
    background-color: var(--spec-table-row-bg-color);
}

.item-spec-list .item-spec {
    border-bottom: 1px solid var(--spec-table-border-color);
}

.item-spec-list .item-spec:first-child,
.item-spec-list .item-spec:nth-child(2) {
    border-top: 1px solid var(--spec-table-border-color);
}

.item-spec-list .item-spec:nth-child(2n + 1) {
    border-right: 1px solid var(--spec-table-border-color);
}

.seller-note {
    width: 100%;
    max-width: 345px;
}

.seller-note-txt,
.seller-note-label,
.upload-document-label,
.document-txt {
    font-size: 14px;
    line-height: 19px;
}

.seller-note-txt {
    word-break: break-word;
}

.document-txt {
    word-break: break-word;
    overflow: hidden;
    position: relative;
    max-height: 19px;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.upload-document {
    width: 100%;
    max-width: 365px;
}

.document-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    border-radius: 4px;
    background-color: white;
    overflow: hidden;
    border: 1px solid var(--divider-color);
}

.document-icon img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

/* End View Specification Popup */


/* Start FeedBack Popup */
.feedback-title {
    font-weight: 500;
    font-size: 20px;
}

.feedback-sub-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.feedback-question {
    font-weight: 400;
    font-size: 16px;
    display: block;
    line-height: 19px;
}

.margin-left-custom{
    margin-left: 18px;
}

.custom-feedback-radio .custom-radio .custom-control-input:checked~.custom-control-label::after {
    width: 10px;
    height: 10px;
    top: 5px;
    left: -15px
}

.custom-feedback-radio .custom-control-label::before {
    top: 2px;
    left: -18px;
}

/* End FeedBack Popup */

/* Start View Specifications Popup */

.view-specifications-backdrop {
    background: var(--suggestion-shadow-color);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1079;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .15s linear;
}

.view-specifications-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1080;
    width: 454px;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: auto;
    background-color: white;
    box-shadow: 0px 3px 6px var(--footer-shadow);
}

.slide-left {
    right: 0 !important;
}

.view-specifications-content {
    position: relative;
    border: none;
    background-color: white;
    height: 100%;
}

.view-specifications-header {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 24px 24px 24px 24px;
    background: white;
    border-bottom: 1px solid var(--sidebar-off-white-bg);
}

.view-specifications-header h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0px;
}

.view-specifications-header .view-specifications-close {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.view-specifications-body {
    max-height: 86vh;
    overflow-y: auto;
}

.view-specifications-body::-webkit-scrollbar {
    width: 7px;
}

.view-specifications-body::-webkit-scrollbar-track {
    background: white;
}

.view-specifications-body::-webkit-scrollbar-thumb {
    background-color: var(--tray-scrollbar-thumb-bg);
    border-radius: 8px;
}

.view-specifications-body {
    padding: 24px 24px 8px 24px;
}

.q-prod-image-sec {
    flex: 0 0 115px;
    max-width: 115px;
    max-height: 115px;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 4px;
    margin-right: 16px;
    background-color: white;
    overflow: hidden;
    border: 1px solid var(--divider-color);
}

.q-prod-image-sec img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.q-prod-desp-sec .q-prod-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    word-break: break-word;
    min-height: 44px;
    /* overflow: hidden;
    position: relative;
    max-height: 38px;
    max-width: 100%;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; */
}

.q-prod-desp-sec .q-pro-qty {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.q-prod-spec-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.q-brand-tag-box {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    background-color: var(--pdp-button-border);
    color: var(--common-font-color);
    padding: 7px 8px;
    border-radius: 4px;
    margin-right: 4px;
    margin-top: 4px;
}

.q-prod-req-sec {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

/* End View Specifications Popup */

/* Start Upload Request Details Through Excel Sheet CSS */

.upload-excel-template-tile.upload-request-details-tile {
    border-radius: 4px;
    border: 1px solid var(--sidebar-off-white-bg);
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
}

.upload-request-details-tile .excel-template-note{
    color: var(--tile-content-color);
}

.upload-request-details-tile .successfully-uploaded-msg{
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: var(--rating-green);
}

.upload-request-details-tile .upload-template-contol-box {
    border-left: 1px solid var(--sidebar-off-white-bg);
    width:680px;
}

.upload-btn-sec {
    position: relative;
}

.upload-btn-sec .uploaded-filename-txt{
    position: absolute;
    bottom:-15px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    color:var(--buyer-primary-color);
    word-break: break-all;
    overflow: hidden;
    max-height: 13px;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.upload-btn-sec .customFileInput:lang(en) ~ .customFileLabel::after{
    text-align: center;
}

/* End Upload Request Details Through Excel Sheet CSS */

/* Start Mobile App Download Box */

.app-download-box{
    padding:20px 96px 20px 37px;
    border-radius: 8px;
    border:1px solid var(--divider-color);
}

.app-download-box .app-content-box{
    padding-left: 53px;
}

.app-download-box .app-heading-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: var(--buyer-primary-color);
    margin-bottom: 24px;
    position: relative;
}

.app-download-box .track-order-txt{
    color: black;
}

.app-download-box .app-heading-title::before {
    content: '';
    position: absolute;
    bottom:-12px;
    left:0;
    width:181px;
    height:11px;
    background-image: url('../assets/images/curve-underline.svg');
    background-repeat: no-repeat;
    background-size: 181px 11px;
}

.app-download-box .stay-updated-underline::before{
    bottom:-12px;
    left:0;
    width:174px;
    height:12px;
    background-image: url('../assets/images/curve-underline-rfq.svg');
    background-repeat: no-repeat;
    background-size: 174px 12px;
}

.app-download-box .app-content-sec {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: black;
    margin-bottom: 14px;
}

.app-download-box .app-QR-code-sec{
    margin-bottom: 33px;
}

.app-download-box .download-app-txt{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: black;
}

.app-download-box .app-download-btn{
    border: 0px;
    background: transparent;
    padding: 0;
}

.app-download-box .google-play-btn{
    margin-left: 12px;
}

/* End Mobile App Download Box */

/* Start  New RFQ status */
.rfq-status-box{
    padding:18px 24px 18px 24px;
    border-radius: 4px;
    border:1px solid var(--divider-color);
}
.rfq-status-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.rfq-status-btn-sec .commonBtn{
    width:160px;
}

.stepper-container{
    width:100%
}


.stepper-box {
    display: table;
    width: 100%;
    position: relative;
}

.step-block {
    display: table-cell;
    text-align: center;
    position: relative;
}

.step-block:after {
    content: "";
    position: absolute;
    height: 2px;
    background: transparent;
    border-bottom: 2px dashed var(--divider-color);
    width: 93%;
    top: 8px;
    left: 54%;
}

.step-block:last-child::after {
    display: none;
}

.step-block .circle-box {
    background: transparent;
    position: relative;
    z-index: 2;
}

.step-block .circle-box span {
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 0;
    line-height: 16px;
    border-radius: 50%;
    background: var(--divider-color);
    display: inline-block;
    border: 0px;
    text-decoration: none!important;
}

.step-block .circle-box span img{
    width: 100%;
    display: none;
}

.step-block.step-completed .circle-box span img{
    display: block;
}

.step-block .step-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 0px;
}

/* End New RFQ status */

/* Start CR 53689 - Product Selection  */
.font-weight-700{
    font-weight:700;
}

.product-selection-tile {
    padding: 16px 0 24px 30px;
    border-radius: 4px;
    border: 1px solid var(--divider-color);
}

.prod-selected {
    background-color: var(--spec-table-row-bg-color);
}

.product-selection-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.product-list-sec{
    padding-right: 39px;
    min-height: 370px;
}

.product-list-box{
    max-height: 258px;
    overflow-y: auto;
}

.product-list-box::-webkit-scrollbar {
    width: 6px;
}

.product-list-box::-webkit-scrollbar-track {
    background: white;
}

.product-list-box::-webkit-scrollbar-thumb {
    background-color: var(--tray-scrollbar-thumb-bg);
    border-radius: 6px;
}

.product-list-header{
    position: sticky;
    top:0;
    z-index:2;
}

.product-list-heading .product-list-column {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 3px solid var(--divider-color);
    background-color: white; 
}

.prod-selection-tile {
    padding: 12px 0 12px 0;
    border-bottom: 1px solid var(--tile-border);
    position: relative;
}

.prod-selection-image {
    flex: 0 0 50px;
    max-width: 50px;
    max-height: 50px;
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    margin-right: 15px;
    background-color: white;
    overflow: hidden;
    border: 1px solid var(--divider-color);
}

.prod-selection-image img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.prod-selection-desp .prod-selection-title {
    color: var(--tile-title-color);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    word-break: break-all;
    overflow: hidden;
    position: relative;
    max-height: 16px;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.prod-selection-details-sec .view-specification-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.prod-selection-details-sec .prod-match {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--best-match-txt);
}

.prod-match-location-price-sec{
    display: flex;
    align-items: center;
}

.prod-selection-details-sec .prod-location {
    color: var(--compare-checkbox-border);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.prod-selection-details-sec .ready-to-ship {
    color: var(--compare-checkbox-border);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.prod-select-price-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-right: 36px;
}

.prod-price-info{
    display: flex;
}

.prod-price-info .star-sign {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.prod-price-info .prod-price-txt,
.prod-price-info .prod-rupee-txt {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.prod-price-info .prod-piece-txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: var(--border-color1);
}

.select-prod-radio-btn {
    min-height: 16px;
    padding-left: 16px;
    line-height: 16px;
    position: absolute;
    right:39px;
    top:50%;
    transform: translateY(-50%);
}

.select-prod-radio-btn .custom-control-input {
    width: 16px;
    height: 16px;
}

.select-prod-radio-btn .custom-control-label::before {
    top: 0px;
    left: -16px;
}

.select-prod-radio-btn .custom-control-input:checked~.custom-control-label::after {
    width: 10px;
    height: 10px;
    top: 3px;
    left: -13px;
}

.send-rfq-sec{
    height: 100%;
    padding-top: 30px;
}

.send-rfq-box{
    border-left: 1px solid var(--divider-color);
    height: 100%;
    position: relative;
}

.send-rfq-box .or-txt-box{
    position: absolute;
    left:-14px;
    top:90px;
    background-color: white;
    padding:8px 0;
}

.send-rfq-box .or-txt{
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    width:28px;
    height:28px;
    background-color: var(--divider-bg);
    border: 1px solid var(--divider-color);
    text-align: center;
    z-index: 2;
    border-radius: 50px;
    position: relative;
}

.send-rfq-block{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.send-rfq-msg {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.send-rfq-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--compare-checkbox-border);
    margin-top: 36px;
    text-align: center;
}

.price-inclusive-txt {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
}

.seller-note-txt {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--step-text-color);
}

.select-button-box{
    display: flex;
    margin-top: 48px;
}

.prod-buy-btn,
.prod-buy-btn:hover{
    background-color: var(--green-text);
    border-color: var(--green-text);
    color: white;
}


.select-button-box .prod-back-btn,
.select-button-box .prod-back-btn:hover{
    width:120px;
    background-color: white;
    color: var(--primary-color);
}

.select-button-box .prod-interested-btn,
.select-button-box .prod-interested-btn:hover{
    background-color: var(--primary-color);
    color: white;
}

.select-button-box .prod-interested-btn,
.select-button-box .prod-buy-btn,
.send-rfq-btn{
    width:227px;
}

.send-rfq-btn,
.send-rfq-btn:hover{
    background-color: white;
    color: var(--primary-color);
}

.custom-radio.rp-reason-radio .custom-control-input:checked~.custom-control-label {
    font-weight: 700;
}
/* End CR 53689 - Product Selection  */

/* Start CR 56300 */
.ex-loction-txt{
    position: absolute;
    top:40px;
    left:25px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}
/* End CR 56300 */
.custom-seller-box {
    overflow: auto;
    display: -webkit-box;
    padding: 0 24px 10px 24px;
    margin-bottom: 12px;
}

.custom-seller-box::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    padding-left: 24px;
}

.custom-seller-box:-webkit-scrollbar-track {
    background: white;
    border-radius: 4px;
    height: 5px;
}

.custom-seller-box::-webkit-scrollbar-thumb {
    background-color: var(--tray-scrollbar-thumb-bg);
    border-radius: 4px;
    height: 5px;
}
@media only screen and (max-width: 991px) {
    .col-lg-3-custom{
        flex: 0 100%;
        max-width: 100%;
    
    }
    .col-lg-9-custom{
        flex: 0 100%;
        max-width: 100%;
    }  
    .col-lg-9-custom  .col-lg-8-custom-req-prod{
        flex: 0 100%;
        max-width: 100%;
        padding-left:0;
    }
    .col-lg-9-custom  .col-lg-4-custom-req-prod{
        flex: 0 100%;
        max-width: 100%;
    }
    .col-lg-8-custom-req-prod .col-lg-6{
        flex: 0 100%;
        max-width: 100%;
        padding: 0px 16px;
    }
    .item-spec-list .item-spec:nth-child(2n + 1) {
        border-right: none;
        background-color: var(--spec-table-row-bg-color);
    }

    .item-spec-list .item-spec:nth-child(2n + 2) {
        background-color: white;
    }

    .item-spec-list .item-spec:nth-child(2) {
        border-top: none;
    }

    .item-spec-list .item-spec span.spec-label {
        padding-right: 0px;
    }

    .uploaded-document-section .doc-left-section .uploaded-document-box {
        padding-right: 0px;
    }


    .uploaded-document-section .doc-right-section .uploaded-document-box {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-feedback-footer .commonBtn{
        width:100%;
    }

}

 /* Start CR 62897 css  */
 .category-pill {
     background-color: var(--primary-color);
     color: white;
     border-radius: 14px;
     padding: 6px 20px;
     font-size: 14px;
     font-weight: 400px;
     white-space: nowrap;
     transition: all 0.2s ease;
     margin-right: 6px;
 }

 .category-pill:hover {
     background-color: var(--primary-color);
     text-decoration: none;
     color: white;
 }


 .suggestion-text {
     font-size: 14px;
     background-color: white;
     margin-bottom: 12px;
     margin-top: 12px;
     font-weight: 400;
     padding: 2px 10px;
     border-radius: 4px;

 }

 .suggestion-pill {
     display: inline-block;
     border: 1px solid white;
     border-radius: 14px;
     padding: 6px 20px;
     font-size: 14px;
     color: white;
     background: transparent;
     margin: 4px;
     white-space: nowrap;
     transition: all 0.2s ease;
     text-decoration: none;
 }

 .suggestion-pill:hover {
     background-color: transparent;
     text-decoration: none;
     color: white;
 }

 /* Best match highlight */
 .suggestion-pill.primary {
     background-color: transparent;
     color: white;
     font-weight: 400;
 }

 .suggestion-pill.primary:hover {
     background-color: transparent;
     color: white;
 }

 .h485 {
     height: 485px;
 }

 .footer-transtion {
     background: white;
     padding: 16px 18px;
     border-radius: 20px;
     border-right: 1px solid var(--orange-color);
     border-left: 1px solid var(--orange-color);
     border-bottom: 4px solid var(--orange-color);
     box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
     /* Floating behavior */
     position: fixed;
     bottom: 12px;
     left: 0;
     right: 0;
     margin: auto!important;
     /* transform: translateX(-50%); */
     width: 89%;
     z-index: 999;

 }

 .rfq-delete-icon {
     position: absolute;
     top: 15%;
     right: -16%;
 }

 .searchsections.prod-search-error-msg-text .suggestion-text {
     font-size: 12px;
     word-break: break-all;
 }

 .category-item {
     color: var(--primary-color);
     text-decoration: none;
     font-weight: 400;
     font-size: 14px;
     line-height: 20px;
 }

 .category-item:hover {
     text-decoration: none;
 }

 .separator {
     margin: 0 5px;
     color: var(--primary-color);
 }

 .product-mobile .prod-tile-block::before {
     background-image: url(../assets/images/add-icon-black.svg);

 }

 .product-mobile .prod-image-box {
     flex: 0 0 44px;
     max-width: 44px;
     max-height: 44px;
 }

 .rfq-button-mobile .commonBtn {
     min-width: 160px;
 }

 .rfq-mobile-plus {
     position: absolute;
     top: 15%;
     right: -70%;
 }

 .rfq-mobile-count {
     position: absolute;
     top: -4%;
     right: -90%;
 }

 .newsearch-section .prod-tile-block::before {
     content: '';
     position: absolute;
     top: 12px;
     left: -48px;
     width: 24px;
     height: 50px;
     background-image: url(../assets/images/rfq_line.svg);
     background-size: 24px 24px;
 }

 .searchsections.prod-search-error-msg-text {
     width:641px!important;
     font-size: 14px;
     line-height: 16px;
     top: 0px !important;
     right: 3px;
     left: auto;
     padding: 0 0 0 4px;
     max-width: 100%;

 }
 .w-lg-75{
    width: 75%;
 }
 @media only screen and (max-width: 767px) {

    .w-sm-100{
        width: 100%;
    }
        .h485 {
        height: 760px;
    }
      .rfq-count-container {
        flex-direction: column;
        margin-bottom: 16px;
        position: absolute;
        top: 77%;
        flex: 0 0 100%;
        max-width: 95%;
        bottom: auto;
    }
    .suggestion-text{
        font-size: 12px;
    }
    .suggestion-pill {
        font-size: 12px;
    }
    .searchsections.prod-search-error-msg-text {
     width: 100%!important;
     font-size: 14px;
     line-height: 16px;
     top: 0px !important;
     right: 3px;
     left: auto;
     padding: 0 0 0 4px;
     max-width: 100%;

 }

}
@media(min-width: 768px)  and (max-width: 991px) {
    .rfq-count-container {
        flex-direction: column;
        margin-bottom: 16px;
        position: absolute;
        top: 72%;
        flex: 0 0 100%;
        max-width: 95%;
        bottom: auto;
    }
        .h485 {
        height: 640px;
    }
      .w-sm-100{
        width: 100%;
    }
       .searchsections.prod-search-error-msg-text {
     width: 100%!important;
     font-size: 14px;
     line-height: 16px;
     top: 0px !important;
     right: 3px;
     left: auto;
     padding: 0 0 0 4px;
     max-width: 100%;

 }
    
}
  /* END CR 62897 css  */


  
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

 .animate_styles{

  display: inline-block;
  margin: 0 0.5rem;

  animation: headShake; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */

 }