html,
body {
    overflow-x: hidden;
}

.order-details ul.timeline:before {
    margin-bottom: 15px !important;
}

.live-order-details ul.timeline>li:before {
    margin-top: 10px;
}

.live-order-details ul.timeline>li:before {
    background: #636363;
}

/* .products-grid .holder .description {
    height: 63px;
} */

.live-order-details ul.timeline li.success p.title {
    color: #0B5DD8;
}

.live-order-details ul.timeline>li.success:before {
    background: #0B5DD8;
}

.live-order-details ul.timeline p.title {
    color: #979797;
}

.products-grid .red-tab .prod-amount {
    font-size: 22px;
}

.product-holder .red-tab .prod-amount {
    font-size: 25px;
}

.red-tab .vat-amount {
    font-size: 0.6rem !important;
    display: block;
    position: absolute;
    top: 80%;
    right: 40%;
    line-height: 0 !important;
    color: #fff;
    font-weight: 500;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .red-tab .vat-amount {
        font-size: 0.5rem !important;
        display: block;
        position: absolute;
        top: 80%;
        right: 42%;
        line-height: 0 !important;
        color: #fff;
        font-weight: 600;
    }
}

/* Adjustments for even smaller screens */
@media (max-width: 576px) {
    .red-tab .vat-amount {
        font-size: 0.39rem !important;
        display: block;
        position: absolute;
        top: 80%;
        right: 44%;
        line-height: 0 !important;
        color: #fff;
        font-weight: 600;
    }
}

.tds-product-cards .red-tab .prod-amount {
    font-size: 20px;
}

.category-holder .category-results-sort-panel #leads_page {
    border-radius: 0.375rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.dropdown-menu.show {
    z-index: 999999999999;
}

.auth-dropdown::after {
    display: none;
}

.auth-btn-group .dropdown-item {
    color: #636363;
}

.underline {
    text-decoration: none;
}

.main-categories-page {
    background-color: white;
}

.main-categories-page .categories {
    padding: 1rem;
    background-color: transparent;
}

.main-categories-page .categories .nav-tabs li a.active {
    color: #0b5dd8;
}

/* Modal Css */
.custom-policy-modal {
    z-index: 999999;
    overflow: hidden;
}

.custom-policy-modal .modal-header-btn {
    font-weight: 500;
    font-size: 0.75rem;
}

#cookiePolicyModal .cookie-policy-sections,
#tdsPoliciesModal .cookie-policy-sections,
#tdsPrivacyPolicyModal .cookie-policy-sections {
    padding: 24px 24px 24px 24px;
}

.custom-policy-modal .modal-main-heading {
    font-weight: 600;
    font-size: 1.05rem;
    text-align: center;
}

.custom-policy-modal .sec-heading {
    font-size: 0.85rem;
    font-weight: 600;
}

.custom-policy-modal .modal-content p {
    margin-bottom: 0.4rem;
    font-size: 0.7rem;
    color: #000;
    /* font-weight: 500; */
}

.custom-policy-modal .text-custom-primary {
    color: #0B5DD8;
}

.custom-policy-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(34, 41, 47, 0.2);
    border-radius: 0.358rem;
    outline: 0;
    border: none;
    overflow: visible;
    box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1);
    padding: 0px;
}

.custom-policy-modal .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.8rem 1.4rem;
    border-bottom: 1px solid #ebe9f1;
    border-top-left-radius: calc(0.358rem - 1px);
    border-top-right-radius: calc(0.358rem - 1px);
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-policy-modal .modal-header .modal-title {
    margin-bottom: 0;
    font-size: 1.07rem;
    line-height: 1.45;
}

.custom-policy-modal .modal-content .table th {
    font-size: 0.7rem;
}

.custom-policy-modal .modal-content .table {
    font-size: 0.8rem;
}

.custom-policy-modal .table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
}

.custom-policy-modal .modal-footer .btn {
    box-shadow: none;
    font-weight: 500;
    padding: 0.7rem 0rem;
    font-size: 0.75rem;
    line-height: 1;
}

.custom-policy-modal .modal-footer .conf-btn:hover {
    border: 1px solid transparent;
}

.custom-policy-modal .modal-footer .btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #7367f0;
    background-color: hwb(216 4% 15%);
    border: 1px solid transparent;
}

.custom-policy-modal .modal-footer .btn-secondary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #82868b;
}

.custom-policy-modal .definitions-list,
.custom-policy-modal .cookie-types-list,
.custom-policy-modal .browser-links {
    font-size: 0.8rem;
}

.consent-banner-section-title {
    font-size: 0.9rem;
    font-weight: 600;
}

.consent-banner-section-description {
    margin: 12px 0 0 0;
}

.custom-policy-modal .modal-filter input {
    display: none;
}

.custom-policy-modal .modal-filter label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 2.1em;
    height: 1.1em;
    background: #cccccc;
    border-radius: 50px;
    transition: 300ms linear;
}

.custom-policy-modal .modal-filter label:before {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 0.8em;
    height: 0.85em;
    background: #ffffff;
    border-radius: 50%;
    transition: 300ms linear;
}

.custom-theme.bg-light .sidebar-theme-switcher label:before {
    background: #4a86e1;
}

.custom-theme.bg-dark .sidebar-theme-switcher label:before {
    background: #525866;
}

.custom-policy-modal .modal-filter input:checked+label {
    background: #0B5DD8;
}

.custom-policy-modal .modal-filter input:checked+label:before {
    right: 17px;
}

.custom-policy-modal .consent-banner-sec {
    padding: 24px 24px 15px 24px;
}

.custom-policy-modal .modal-border-bottom {
    border-bottom: 1px solid #dbd9d9 !important;
}

.custom-policy-modal .modal-border-top {
    border-top: 1px solid #dbd9d9 !important;
}

.custom-policy-modal .modal-footer {
    padding-top: 1.5rem;
    justify-content: center;
}

.custom-policy-modal .modal-footer .white-btn:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #7367f0;
    background-color: hwb(216 4% 15%);
    border: 1px solid transparent;
}

@media (min-width: 992px) {
    .custom-policy-modal .modal-lg {
        --bs-modal-width: 645px;
    }
}

#cookiePolicyModal .modal-footer .btn,
#tdsPoliciesModal .modal-footer .btn {
    width: 25%;
}

#manageCookiePolicyModal .modal-footer .btn {
    width: 40%;
}

#cookiePolicyModal .modal-body,
#manageCookiePolicyModal .modal-body {
    height: 400px;
    overflow-y: scroll;
}

#tdsPoliciesModal .modal-body, #tdsPrivacyPolicyModal .modal-body {
    height: 370px;
    overflow-y: scroll;
}

.custom-policy-modal .modal-body {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

/* Initially hidden scrollbar */
.custom-policy-modal .modal-body::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    max-height: 70%;
}

.custom-policy-modal .modal-body:hover::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(58, 58, 58, 0.2);
}

.custom-policy-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.custom-policy-modal .modal-body:hover::-webkit-scrollbar-thumb {
    background-color: rgba(58, 58, 58, 0.2);
}

/* .cat-product-ads {
    position: absolute;
    bottom: 0;
} */
.cat-product-ads img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.cat-product-ads {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 5px;
}



#disputePolicyModal .modal-body {
    height: 300px;
    overflow-y: scroll;
}

@media (max-width: 768px) {
    .custom-policy-modal .modal-main-heading {
        font-size: 0.85rem;
    }

    .custom-policy-modal .modal-footer .btn {
        width: 100% !important;
        display: block;
        margin-bottom: 0.8rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-policy-modal .modal-footer .btn {
        font-size: 0.69rem;
    }
}

.custom-policy-modal .modal-bottom-links a {
    font-size: 0.69rem;
    text-decoration: none;
}

@media (max-width: 576px) {
    .custom-policy-modal .modal-header-btn {
        padding: 0.375rem 0.3rem;
    }
}

.policy-sections {
    padding: 24px;
}

/* Seller Profile Css */
.seller-categories .holder {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 10px 15px;
    text-decoration: none;
    color: #707070;
    font-weight: 500;
    font-size: 0.85rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.feedback-block {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 10px 15px;
    text-decoration: none;
    color: #707070;
    font-weight: 500;
    font-size: 0.85rem;
}

.about-seller-heading {
    font-size: 1.3rem;
    font-weight: 600;
}

.seller-profile-pic {
    height: 25%;
    width: 25%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.seller-info .seller-link {
    color: #212529;
    text-decoration: none;
}

.seller-info .seller-info-stats {
    font-size: 0.9rem;
}

.seller-profile-products-btn:hover {
    background-color: #0B5DD8;
}

/* .seller-profile .heart-btn {
    border: 1px solid #c4c4c4 !important;
    color: #c4c4c4 !important;
} */

/* .seller-profile .products-grid .heart-btn {
    border: 1px solid #c4c4c4 !important;
    color: #c4c4c4 !important;
    padding: 0.78rem 0.85rem !important;
} */

.w-24 {
    width: 24%;
}

.theme-blue-color {
    color: #0B5DD8 !important;
}

.theme-blue-bg {
    background-color: #0B5DD8 !important;
}

.seller-info-dt {
    font-size: 0.85rem;
}

.seller-cat-dt {
    font-size: 0.75rem !important;
}

.rating-cat {
    font-size: 0.9rem;
    font-weight: 500;
}

.rating-title {
    color: #212529;
    font-size: 1rem;
}

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

.add-product-blockquote {
    font-size: 14px;
    width: 100%;
    padding: 1.2em 30px 1.2em 45px;
    line-height: 1.6;
    position: relative;
    border-radius: 28px;
    border-right: 4px solid #ECEEF1;
    border-top: 2px solid #ECEEF1;
    border-bottom: 2px solid #ECEEE6;
}

.custom-theme.bg-light .add-product-blockquote {
    border-left: 8px solid #0B5DD8;
    color: #555555;
}

.custom-theme.bg-dark .add-product-blockquote {
    border-left: 8px solid #71dd37;
    color: #fff;
}

.add-product-blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #0B5DD8;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

.custom-theme.bg-dark .add-product-blockquote::before {
    color: #71dd37;
}

.add-product-blockquote::after {
    font-family: Arial;
    content: "\201D";
    color: #0B5DD8;
    font-size: 4em;
    position: absolute;
    right: 16px;
    bottom: -38px;
}

.custom-theme.bg-dark .add-product-blockquote::after {
    color: #71dd37;
}

.custom-form-check-input:checked[type=radio] {
    background-color: #0B5DD8;
    border-color: #0B5DD8;
    box-shadow: 0 2px 4px 0 rgba(105, 108, 255, .4);
    width: 20px;
    height: 20px;
}

.seller-filter-dropdown-item:not(.disabled).active,
.seller-filter-dropdown-item:not(.disabled):active {
    background-color: transparent;
    color: inherit !important;
}

.custom-policy-modal .sec-sub-heading {
    font-size: 0.75rem;
    font-weight: 600;
}

#tdsPoliciesModal ::marker {
    font-size: 0.8rem;
}

.pt-24 {
    padding-top: 24px;
}

.eu-popup-button {
    background-color: white;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px lightgray solid;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.5;
}

.eu-popup-button:last-child {
    margin-left: 10px;
}

.eu-popup-button:hover {
    background-color: lightgray;
    cursor: pointer;
}

.custom-policy-modal li {
    margin-bottom: 0.4rem;
    font-size: 0.7rem;
    color: #000;
}

.custom-text-font-size {
    font-size: 0.7rem;
}

.w-28 {
    width: 28%;
}

.custom-policy-modal .browser-links a {
    text-decoration: none;
    font-size: 0.7rem;
}

.custom-policy-modal .cookie-purpose td,
.custom-policy-modal .cookie-purpose th {
    font-size: 0.7rem;

}

.custom-policy-modal .browser-links a {
    display: block;
}


.custom-policy-modal .cookie-policy-main {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

/* Initially hidden scrollbar */
.custom-policy-modal .cookie-policy-main::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    max-height: 70%;
}

.custom-policy-modal .cookie-policy-main:hover::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(58, 58, 58, 0.2);
}

.custom-policy-modal .cookie-policy-main::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.custom-policy-modal .cookie-policy-main:hover::-webkit-scrollbar-thumb {
    background-color: rgba(58, 58, 58, 0.2);
}

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

.about-this-seller-card {
    padding: 5px;
}

.about-this-seller-card .seller-profile-pic {
    width: 30%;
}

.about-this-seller-card .seller-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.about-seller-info .seller-info-dt {
    font-size: 0.8rem;
}

.about-this-seller-card .rating-cat {
    font-size: 0.8rem;
    font-weight: 600;
}

.about-this-seller-card .seller-follow-btn {
    font-size: 1rem;
    background: #fff;
    border: 1px solid #0e5fd8;
    color: #0e5fd8;
}

.about-this-seller-card .seller-items-btn {
    font-size: 1rem;
}

@media (max-width: 1200px) {
    .about-this-seller-card .seller-items-btn {
        font-size: 0.9rem;
    }

    .about-this-seller-card .seller-follow-btn {
        font-size: 0.9rem;
    }

    .about-this-seller-card .seller-profile-pic {
        width: 25%;
    }

    .cart-item-action-link {
        font-size: 0.62rem !important;
    }
}

.dt-product-description .more-text {
    display: none;
}

.header-description .more-text {
    display: none;
}

.safe-harbour .more-text {
    display: none;
}

#toggleFiltersButton {
    display: none;
}

@media (max-width:767.9px) {
    .about-this-seller-card {
        background-color: #fff;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    /* .form-control:focus {
        box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, .25) !important;
    } */
}

@media (max-width: 992px) {
    #toggleFiltersButton {
        display: inline-block;
    }

    .search-side-bar-filters {
        display: none;
    }
}

@media (min-width: 992px) {
    #toggleFiltersButton {
        display: none;
    }

    .search-side-bar-filters {
        display: inline-block;
    }
}

.about-this-seller-card .seller-follow-btn:active {
    background-color: #fff;
    border-color: #0e5fd8;
    color: #0B5DD8;
}

.row.product-detail-top-section {
    --bs-gutter-y: 1.5rem !important;
}

.lead-ongoing-table-sec .product-image {
    width: 25%;
    border-radius: 20px;
}

.lead-ongoing-table-sec .product-name {
    font-size: 1rem;
    text-wrap: wrap;
}

.lead-ongoing-table-sec .product-description {
    text-wrap: wrap;
    font-size: 0.85rem;
}

.lead-ongoing-table-sec .section-heading {
    font-size: 1.1rem;
    font-weight: 600;
}

.lead-ongoing-table-sec .dt-heading {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.lead-ongoing-table-sec .dt-value {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.dtr-details {
    width: 100%;
}

.custom-divider-height {
    height: 0.9px;
}

.w-2rem {
    width: 2rem !important;
}

.w-15rem {
    width: 15rem !important;
}

.w-70 {
    width: 70% !important;
}

.w-30 {
    width: 30% !important;
}

@media (max-width: 576px) {
    .product-holder .product-details-holder .custom-qty-select {
        font-size: 12px;
    }

    .product-holder .product-details-holder .product-dropdown-icon .fa {
        font-size: 1rem !important;
    }
}

.custom-qty-dropdown {
    position: relative;
    display: inline-block;
}

.product-dropdown-icon {
    position: absolute;
    top: 50%;
    right: 1.3rem;
    transform: translateY(-50%);
}

.custom-qty-select {
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #0e5fd8;
    background-color: #fff;
    color: #0B5DD8;
    font-family: 'FontAwesome', 'Poppins', sans-serif;
    font-size: 1.25rem;
}

.disable-btn {
    border: 1px solid #636363 !important;
    color: #6c757d !important;
}

.btn-primary-custom-hover:hover {
    background-color: #0952bf !important;
    border: 1px solid #0952bf !important;
}

.read-more {
    display: table;
    text-decoration: none;
    font-weight: 700;
    color: #212529;
}

.cat-btn-group .btn {
    padding-left: 2rem;
    padding-right: 2rem;
}

.product-desc-sec p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.fs-2rem {
    font-size: 2rem !important;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

.verify-email-text {
    font-size: 1.3rem;
}

.text-light-grey {
    color: #979797;
}

.main-categories-page .categories {
    padding: 0px !important;
}

.categories .product-image img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.custom-cat-holder-px {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}

.main-categories-page #business_page {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

@media only screen and (max-width: 767px) {
    .categories .holder {
        padding: 8px 5px;
    }

    .custom-cat-holder-px {
        padding-left: 0.3rem !important;
        padding-right: 0.3rem !important;
    }

    .custom-cat-holder-px {
        padding-left: 0.3rem !important;
        padding-right: 0.3rem !important;
    }
}

@media (min-width: 571px) and (max-width: 767px) {
    .categories-section .categories .cat-name a {
        font-size: 0.7rem;
    }

    .categories-tabs-top-section .cat-btn-group .btn {
        font-size: 1rem;
    }
}

@media (min-width: 371px) and (max-width: 570px) {
    .categories-section .categories .cat-name a {
        font-size: 0.5rem;
    }

    .categories-section .btn {
        font-size: 0.8rem;
    }

    .categories-tabs-top-section .categories-main-heading {
        font-size: 1.2rem;
    }

    .categories-tabs-top-section .cat-btn-group .btn {
        font-size: 0.9rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 370px) {
    .categories-section .categories .cat-name a {
        font-size: 0.45rem;
    }

    .categories-tabs-top-section .categories-main-heading {
        font-size: 0.8rem;
    }

    .categories-tabs-top-section .cat-btn-group .btn {
        font-size: 0.7rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (min-width: 992px) {
    .desktop-categories {
        display: flex;
    }

    .mobile-categories {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .desktop-categories {
        display: none;
    }

    .mobile-categories {
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .desktop-top-navbar-wrapper {
        display: none !important;
    }

    .top-navbar-wrapper {
        display: flex !important;
    }
}

@media only screen and (min-width: 768px) {
    .desktop-top-navbar-wrapper {
        display: flex !important;
    }

    .top-navbar-wrapper {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width:768px) {
    .header-topbar-icons {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width:1024px) {
    .choose-cat .choose-cat-link {
        font-size: 0.85rem;
    }
}

@media (max-width: 991.5px) {
    .choose-cat {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .li-item-box {
        padding-left: 0px;
    }

    .order-details .border-line:before {
        bottom: 6px !important;
    }

    .order-processing-section:after {
        bottom: 5px !important;
    }
}

@media (min-width: 609px) and (max-width:636px) {
    .order-details .border-line:before {
        height: 89% !important;
    }
}

.w-90 {
    width: 90% !important;
}

.w-10 {
    width: 10% !important;
}

.custom-quantity-form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230B5DD8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    cursor: pointer;
    line-height: 1.9rem;
}

.dispute-modal-wrapper .tabs-dispute-list {
    background: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #babbbc;
    width: 100%;
    font-size: 13px;
    --bs-btn-padding-y: 1em;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}


.dispute-modal-wrapper .tabs-dispute-list.active {
    background: transparent;
    border: none !important;
    border-bottom: 3px solid #0B5DD8 !important;
    color: #0B5DD8;
}

.dispute-modal-wrapper .tabs-dispute-list:hover {
    background: transparent;
    border: none !important;
    border-bottom: 3px solid #0B5DD8 !important;
    color: #0B5DD8;
}

.dispute-modal-wrapper .list-group-item-action {
    padding-left: 0px;
    padding-right: 0px;
}

.dispute-modal-wrapper .list-group-item {
    border-left: none;
    border-right: none;
}

.dispute-modal-wrapper .list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-top: none;
}

.dispute-modal-wrapper .dispute-message-img {
    width: 45px;
    height: 45px;
}

.dispute-modal-wrapper .dispute-message-img img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.dispute-modal-wrapper .dispute-message-created-by {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.dispute-modal-wrapper .dispute-read-message-created-by {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}

.dispute-modal-wrapper .dispute-message {
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    width: 240px;
    text-overflow: ellipsis;
}

.dispute-modal-wrapper .btn-light::after {
    content: " + ";
}

.dispute-modal-wrapper .btn-light.active::after {
    content: " - ";
}

.dispute-modal-wrapper .dispute-message-item {
    cursor: pointer;
    padding: 10px 10px;
}

.dispute-modal-wrapper .dispute-message-item:last-child {
    border-bottom: none;
}

.dispute-modal-wrapper .dispute-message-time {
    font-size: 0.69rem;
}

.dispute-modal-wrapper .dispute-unread-message-dot {
    background-color: #0B5DD8;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.dispute-modal-wrapper .message-tick-img {
    width: 0.9rem;
    margin-right: 2px;
}

.dispute-modal-wrapper .message-blue-tick-img {
    height: 10px;
    width: 14px;
    margin-right: 2px;
}

.dispute-modal-wrapper .dispute-detail-top-heading {
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 600;
}

.dispute-modal-wrapper .dispute-detail-sub-heading {
    font-size: 0.7rem;
    font-weight: 400;
    display: block;
    letter-spacing: 0;
}

.message-avatar {
    margin: 0 0 0 5px;
    width: 38px;
    height: 38px;
}

.dispute-modal-wrapper .message-avatar img {
    border-radius: 50%;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
}

.dispute-modal-wrapper .detail-message-top-heading {
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    margin: 0 0 0 8px;
    overflow: hidden;
    white-space: nowrap;
}

#disputeMessagesContent {
    background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
    z-index: 0;
}

#dispute-detail-messages-top-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.dispute-modal-wrapper .add-attachment i {
    font-size: 1.7rem !important;
}

.offcanvas-messages-footer {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}


.dispute-modal-wrapper .preview-image-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.dispute-modal-wrapper .upload-image-thumb {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.dispute-modal-wrapper .image-pip {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 100px;
    height: 85px;
}

.dispute-modal-wrapper .remove-image {
    display: block;
    background: #444;
    color: white;
    text-align: center;
    cursor: pointer;
}

.dispute-modal-wrapper .image-pip {
    position: relative;
    margin: 10px;
}

.dispute-modal-wrapper .remove-image {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0px 5px;
}

.dispute-modal-wrapper .upload-image-thumb {
    max-height: 100px;
    padding: 1px;
    cursor: pointer;
}

@media (max-width: 576px) {
    .dispute-modal-wrapper .send-message {
        display: block !important;
    }
}

.dispute-modal-wrapper .main-tds-dispute-header {
    color: #fff;
    background-color: #0B5DD8;
}

.dispute-modal-wrapper .dispute-detail-ticket-status {
    font-size: 0.8rem;
}

.dispute-modal-wrapper .dispute-detail-header {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.dispute-modal-wrapper .group-message-date {
    text-align: center;
}

.dispute-modal-wrapper .group-message-date .text-date {
    background-color: #fff;
    font-size: 0.75rem;
    border-radius: 5px;
}

.lead-details-sec {
    word-break: break-word;
}

.ticket-info-modal-wrapper .logo-section {
    width: 70px;
}

.ticket-info-modal-wrapper .logo-section img {
    width: 100%;
}

.ticket-info-modal-wrapper .info-text {
    font-size: 0.9rem;
}

.ticket-info-modal-wrapper .progress-border {
    border: 0.188rem solid #0B5DD8;
    margin-bottom: 0.4rem;
}

.dt-info-text {
    font-size: 0.85rem;
}

.dt-sub-info-text {
    font-size: 0.82rem;
}

.ticket-info-modal-wrapper .uncomplete-progress-border {
    border: 0.188rem solid #dfdfdf;
    margin-bottom: 0.4rem;
}

.text-disabled {
    color: #939393;
}

.ticket-info-modal-wrapper .notifiable-section {
    background-color: #f5f5f5;
    border-radius: 10px;
}

.dispute-info-tbl,
.dispute-user-data-tbl,
.dispute-product-data-tbl,
.delivery-schedule-tbl {
    padding: 0.18rem 1rem;
    font-size: 0.8rem;
    border: none;
}

.ticket-info-modal-wrapper .section-heading {
    font-size: 0.87rem;
}

.ticket-info-modal-wrapper .btn-close:focus:not(:focus-visible) {
 box-shadow: none;
}

#dispute-information-modal-btn:active {
    border: none;
}
.dispute-body-wrapper{
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
/* Initially hidden scrollbar */
 .dispute-body-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    max-height: 70%;
}

 .dispute-body-wrapper:hover::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(58, 58, 58, 0.2);
}

 .dispute-body-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
}

 .dispute-body-wrapper:hover::-webkit-scrollbar-thumb {
    background-color: rgba(58, 58, 58, 0.2);
}

.dispute-modal-wrapper .sent-image-container {
    width: 150px;
    height: 150px;
}

.dispute-modal-wrapper .sent-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-images {
    display: flex;
    flex-wrap: wrap;
}

.chat-image-container {
    width: 132px;
    height: 132px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.chat-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.raise-dispute-modal .form-label {
    font-size: 0.9rem;
}

.raise-dispute-modal .form-select {
    font-size: 0.85rem;
}

.file-summary-modal-wrapper .btn-close {
    background-color: transparent;
    box-shadow: none;
    margin-top: 0px !important;
    transform: translate(0px);
}

.file-summary-modal-wrapper .modal-main-heading {
    color: #212529;
    font-weight: 600;
}

.file-summary-modal-wrapper .modal-header {
    background-color: #f3f7ff;
}

.file-summary-modal-wrapper .uploaded-data-count-section, .file-summary-modal-wrapper .upload-full-data-count {
    color: #212529;
    font-weight: 600;
}

.file-summary-modal-wrapper .uploaded-data-count-section p, .file-summary-modal-wrapper .upload-full-data-count p {
    font-size: 1.1rem;
}

.file-summary-modal-wrapper .btn-close:hover, .file-summary-modal-wrapper .btn-close:focus, .file-summary-modal-wrapper .btn-close:active {
    transform: translate(0px);
}

.row-padding {
    padding-bottom: 0.7rem !important;
}

.modal-header-bg {
    background-color: #f3f7ff;
}

.modal-header .modal-btn-close {
    font-size: 0.8375rem !important;
}

.raise-dispute-modal-wrapper .modal-header .modal-title {
    color: #212529;
    font-weight: 600;
    font-size: 1.2rem;
}

.white-btn:hover:not(.disabled):not(:disabled) {
    background-color: hwb(216 4% 15%);
    border: 1px solid transparent;
}

.custom-modal-title {
    color: #212529;
    font-weight: 600;
    font-size: 1.2rem;
}

.dispute-modal-wrapper .message-group-date:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #f0eff5;
    top: 10px;
}
.dispute-modal-wrapper .message-group-date {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 12px;
}

#file-error {
    font-size: 0.8rem;
}


.simplebar-scrollbar::before {
    background-color: #a8a8a8 !important;
    width: 4px !important;
}
 
.attribute-search-modal .tabs-attribute-list.active {
    background: transparent;
    border: none !important;
    border-bottom: 3px solid #0B5DD8 !important;
    color: #0B5DD8;
}

.attribute-search-modal .tabs-attribute-list {
    background: transparent;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 12px;
    --bs-btn-padding-y: 1em;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.attribute-search-modal .tabs-attribute-list:hover {
    background: transparent;
    border: none !important;
    border-bottom: 3px solid #0B5DD8 !important;
    color: #0B5DD8;
}

.attribute-search-modal .search-filter-modal-btns {
    width: auto !important;
}

.search-attributes-tab-sections {
    font-size: 12px;
}

.attribute-search-modal .page-link {
    font-size: 12px;
}

.category-side-bar .header-attributes-searchbox {
    font-size: 12px !important;
}

.attribute-search-modal .modal-main-heading {
    font-weight: 600;
    font-size: 1.05rem;
    text-align: center;
}

.attribute-search-modal .modal-header-bg {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.8rem 1.4rem;
    border-bottom: 1px solid #ebe9f1;
    border-top-left-radius: calc(0.358rem - 1px);
    border-top-right-radius: calc(0.358rem - 1px);
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding:20px 24px !important;
}

#headerAttributesModal .modal-body {
    overflow-y: auto;
    height: 400px;
 }
 
#financial-attributes-tbl td, #personal-attributes-tbl td, #business-attributes-tbl td, #vehicle-attributes-tbl td, #property-attributes-tbl td, #geographic-attributes-tbl td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
}

#headerAttributesModal .search-container {
    position: relative;
}

#headerAttributesModal .search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #aaa;
}

#headerAttributesModal .header-attributes-searchbox {
    padding-left: 30px;
}

#dsrRequestModal .form-control {
    font-size: 0.8rem;
}

.light-green-check-circle {
    color: #24B24F;
    font-size: 1.1rem;
}

#selected-attributes {
    font-size: 0.7rem;
}

.description-column {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-count {
    font-size: 0.6rem;
}

.dt-product-instructions {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

#buyerInstructionsModal .modal-header .modal-title {
    color: #212529;
    font-weight: 600;
    font-size: 1.2rem;
}

.tds-modal-header {
    background-color: #f3f7ff !important;
}

.tds-modal-main-heading {
    color: #212529;
    font-weight: 600;
    font-size: 1.2rem;
}

.tds-modal-btn-close {
    font-size: 0.8375rem !important;
    background-color: transparent !important;
    box-shadow: none !important;
    margin-top: 0px !important;
    transform: translate(0px) !important;
}

.tds-modal-wrapper .modal-header .modal-title {
    color: #212529;
    font-weight: 600;
    font-size: 1.2rem;
}

#locationModal .modal-btn-close {
    font-size: 0.8rem !important;
}

.criteria-data-quantity-wrapper {
    font-size: 1.2rem;
}

.criteria-search-result  {
    font-size: 1rem;
    font-weight: 500;
}

.tds-text-grey {
    --bs-text-opacity: 1;
    color: #6c757d;
}

.dd-box-dark-text {
    color: #212529;
    font-weight: 600;
}

.paper-trail-section-main-heading {
    font-weight: 600;
    font-size: 1rem;
}

.dd-search-modal .dd-box-custom-icon-1 {
    font-size: 1.3rem;
    color: #999999;
}

.seller-profile-uploader {
    padding: 0.5rem 1rem !important;
    line-height: 2.34rem !important;
}

.seller-profile-uploader {
    vertical-align: middle;
}

.schedule-link {
    font-size: 20px;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.text-body-secondary {
    color: #858c97 !important;
}

.fs-sm {
    font-size: calc(1rem* 0.875) !important;
}

.fs-xs {
    font-size: calc(1rem* 0.75) !important;
}

.text-nav {
    opacity: 1;
    color: #434a57 !important;
}

.tds-terms-conditions {
    font-size: 0.8rem;
}

@media screen and (max-width: 576px) {
    .tds-terms-conditions {
        font-size: 0.7rem !important;
    }
}
