.input-error {
    font-size: 80%;
    color: red;
}

.bulk-excel-zone {
    color: #131515;
    border: 1px dashed #5D677E;
}

.bulk-excel-zone .info {
    color: rgba(19, 21, 21, 0.5);
}

#drag-drop .dz-size {
    display: none !important;
}

.dropzone {
    padding: 20px 12px !important;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

.switch-active {
    border: 6px solid #336BB3 !important;
}

.equipment-coincides {
    border-radius: 300px;
    /*background-color: #F0F5F9;*/
    color: var(--white);
    background-color: var(--primary);
}

.equipment-comparison {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
}

.onboarding_custom_input {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(16, 24, 40, 0.04);
    background: #fff;
}

.table-options-list>.table-option:not(:last-child) {
    border: 0;
}

.table-price-descr {
    color: var(--secondary-2);
    padding-top: 3px;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-estimated_acquisition {
    color: var(--secondary-2);
    padding-bottom: 3px;

}

.table-column-width-300 {
    width: 200px !important;
}

.btn-success-dealer {
    width: 98px;
    color: #fff;
    background-color: #23a154;
    border: 1px solid #23a154;
    padding: 10px 0px;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 15px;
    font-weight: 600;
}

.btn-success-dealer:hover {
    background-color: #157347;
    border-color: #146c43;
}

.btn-success-dealer:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
    outline: none;
}

.btn-success-dealer:active {
    background-color: #146c43;
    border-color: #13653f;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-success-dealer:disabled {
    background-color: #198754;
    border-color: #198754;
    opacity: 0.65;
    pointer-events: none;
}

.card-body>.carfax-dealer-snapshot-embedded {
    width: 300px;
    border-radius: 15px;
}

.card-body>.carfax-dealer-snapshot-embedded>.dealer-value-snapshot {
    border-radius: 15px;
}

.card-body>.carfax-dealer-snapshot-embedded>.dealer-value-snapshot>.carfax-snapshot-header {
    border-radius: 15px 15px 0px 0px;
}

#chbv-container {
    border-radius: 0px 0px 15px 15px;
}

.disabled-status {
    pointer-events: none;
    opacity: 0.6;
    cursor: default;
}

.price-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product-card__item-comparison {
    border-top: 0 !important;
    margin: 10px 0 -10px 0;
}

.wrapp-table {
    overflow: auto;
}

.table-simple.table-simple--cards td,
.table-simple.table-simple--cards th {
    padding: 4px;
}

.table-simple.table-simple--cards td,
.table-simple.table-simple--cards .simple-th {
    background: transparent;
}

.table-simple td,
.table-simple th {
    min-width: 200px;
}

.table-simple .cards-group-grid__item,
.table-simple .product-card {
    height: 100%;
}

.product-card-table-sticky {
    visibility: hidden;
    opacity: 0;
}

.scrolled .product-card-table-sticky .cards-group-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.scrolled .product-card-table-sticky .product-card {
    visibility: hidden;
    opacity: 0;
}

.scrolled .product-card-table-sticky {
    visibility: visible;
    opacity: 1;
}

.product-card-table-sticky .product-card-title--sticky {
    display: none !important;
    color: var(--primary, #336BB3);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    max-width: 260px;
}

.scrolled .product-card-table-sticky .product-card-title--sticky {
    display: flex !important;
}

.scrolled .product-card-table-sticky {
    background-color: var(--white);
    border-bottom: 1px solid var(--border-color-cst);
}

#swalProgressContainer {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 25px;
    height: 20px;
    margin-top: 15px;
    overflow: hidden;
}

#swalProgressBar {
    height: 100%;
    width: 0%;
    background-color: #4caf50;
    border-radius: 25px;
    transition: width 0.1s;
}

.weekly-car-selector {
    cursor: pointer;
}


#comp-cars-tbody tr td {
    padding: 7px 5px;
}

#comp-cars-tbody .supply-td-custom {
    padding: 7px 0 !important;
}

#comp-cars-tbody .rank-td-custom {
    max-width: 20px !important;
    padding-left: 10px !important;
}

#dual-comp-table {
    width: 100% !important;
    table-layout: fixed;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.6;
}

button.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}


.effective-comp-tr {
    background-color: #8080800a !important;
}

.effective-comp-tr .pill-live__effective {
    display: block;
}

.comp-normalize-different {
    background-color: #5d677e29 !important;
}

.comp-icon {
    border: 2px solid #DC2626;
    color: #DC2626;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    font-size: 9px;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1.4;
    cursor: pointer;
    opacity: 0.7;
}

.comp-icon:not(:first-child) {
    margin-left: 5px;
}

.comp-icon.comp-icon-active {
    /* opacity: 1; */
    border: 2px solid #16a34a;
    color: #16a34a;
}

table.data-table-weekly-pricing thead>tr>th.sorting {
    padding-right: 20px !important;
}

#portfolio_gross_impact>span {
    display: block;
    margin-top: 15px;
    font-weight: 300;
}

.pill-danger-custom {
    display: flex;
    text-align: center;
    background-color: #fffdfd;
    border: 1px solid #dc2626;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #dc2626;
    padding: 4px 8px;
}


.customer-demand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid;
    border-color: #dddddd;
}

.customer-demand-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: transparent;
    flex-wrap: wrap;
}

.customer-demand-card .title-text {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 500;
    color: #131515;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
}

.customer-demand-card .text-wrapper {
    width: fit-content;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #5d677e;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .customer-demand-card__column__header {
    align-items: center;
    gap: 8px;
    display: flex;
    position: relative;
    flex: 0 0 auto;
}

.search-resources {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    height: 30px;
    padding: 6px 10px;
    border-radius: 8px;
    gap: 6px;
}

.search-resources svg {
    fill: currentColor;
    stroke: currentColor;
}

.search-resources,
.customer-demand-card .search-resources-1 {
    color: #885517;
    background-color: #FEF3C6;
}

.search-resources,
.customer-demand-card .search-resources-2 {
    background-color: #F0F5F9;
    color: #5D677E;
}

.customer-demand-card .customer-demand-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--i-spacing-spacing-spacing-4xl);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.customer-demand-card .days-row {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    align-self: stretch;
    flex: auto;
    overflow: auto;
}

.customer-demand-card .customer-demand-card__column {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: var(--i-spacing-spacing-spacing-md);
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    border-radius: 6px;
    border: 0.5px solid;
    border-color: #dddddd;
    flex: 1;
}

.customer-demand-card .title-text-2 {
    width: fit-content;
    margin-top: -0.50px;
    font-weight: 500;
    color: #131515;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-9 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.trending {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;

}

.customer-demand-card .trending-down {
    color: #DC2626;
}

.customer-demand-card .trending-up {
    color: #16A34A;
}

.customer-demand-card .customer-demand-card-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
}

.customer-demand-card .title-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0px;
    position: relative;
    background-color: #336bb3;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    margin-top: auto;
}

.customer-demand-card .title-text-4 {
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-10 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 2px 0px;
    position: relative;
    flex: 0 0 auto;
}

.customer-demand-card .title-text-5 {
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 400;
    color: #5d677e;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-11 {
    display: flex;
    flex-direction: column;
    width: 93px;
    align-items: flex-start;
    gap: 8px;
    padding: var(--i-spacing-spacing-spacing-md);
    position: relative;
    align-self: stretch;
    margin-top: -0.50px;
    margin-bottom: -0.50px;
    border-radius: 6px;
    border: 0.5px solid;
    border-color: #dddddd;
}

.customer-demand-card .vector-5 {
    position: absolute;
    width: 32.93%;
    height: 32.93%;
    top: 34.09%;
    left: 52.91%;
}

.customer-demand-card .title-text-6 {
    width: fit-content;
    margin-top: -0.50px;
    font-weight: 500;
    color: #dc2626;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-wrapper {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #336bb3;
    border-radius: 6px 6px 0px 0px;
}

.customer-demand-card .title-text-7 {
    width: fit-content;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .title-text-8 {
    width: 73px;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #5d677e;
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-12 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: var(--i-spacing-spacing-spacing-md);
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    margin-top: -0.50px;
    margin-bottom: -0.50px;
    border-radius: 6px;
    border: 0.5px solid;
    border-color: #dddddd;
}

.customer-demand-card .title-text-wrapper-2 {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #336bb3;
    border-radius: 6px 6px 0px 0px;
}

.customer-demand-card .title-text-wrapper-3 {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #336bb3;
    border-radius: 6px 6px 0px 0px;
}

.customer-demand-card .div-13 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: var(--i-spacing-spacing-spacing-md);
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    margin-top: -0.50px;
    margin-bottom: -0.50px;
    margin-right: -0.50px;
    border-radius: 6px;
    border: 0.5px solid;
    border-color: #dddddd;
}

.customer-demand-card .title-text-wrapper-4 {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #336bb3;
    border-radius: 6px 6px 0px 0px;
}

.customer-demand-card .ratio-slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: var(--i-spacing-spacing-spacing-md) var(--i-spacing-spacing-spacing-lg) var(--i-spacing-spacing-spacing-md) var(--i-spacing-spacing-spacing-lg);
    position: relative;
    align-self: stretch;
    border-radius: 6px;
    flex: auto;
}

.customer-demand-card .div-15 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0px 0px 6px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -14.00px;
}

.customer-demand-card .title-text-9 {
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 500;
    color: #131515;
    font-size: 12px;
    letter-spacing: -0.12px;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-16 {
    align-items: center;
    gap: var(--i-spacing-spacing-spacing-sm);
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
}

.customer-demand-card .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 500;
    color: #131515;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
}

.customer-demand-card .div-17 {
    display: flex;
    height: 12px;
    align-items: center;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.customer-demand-card .rectangle {
    position: relative;
    flex: 1;
    flex-grow: 1;
    height: 6px;
    border-radius: 360px;
    background: linear-gradient(90deg,
            rgba(231, 0, 11, 1) 0%,
            rgba(255, 223, 32, 1) 50%,
            rgba(0, 201, 80, 1) 100%);
}

.customer-demand-card .rectangle-2 {
    position: absolute;
    top: calc(50.00% - 6px);
    left: calc(50.00% - 6px);
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 360px;
    box-shadow: 0px 1px 2px #5b687152, 0px 0px 1px #1a202452;
    aspect-ratio: 1;
}

.customer-demand-card .div-18 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.customer-demand-card .title-text-10 {
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 500;
    color: #131515;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .title-text-11 {
    width: 92px;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #5d677e;
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-19 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.customer-demand-card .div-20 {
    align-items: center;
    gap: 6px;
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
}

.customer-demand-card .access-point {
    position: relative;
    width: 16px;
    height: 16px;
    aspect-ratio: 1;
}

.customer-demand-card .vector-6 {
    position: absolute;
    width: 0;
    height: 0;
    top: 45.94%;
    left: 45.94%;
}

.customer-demand-card .vector-7 {
    position: absolute;
    width: 6.40%;
    height: 30.92%;
    top: 30.48%;
    left: 61.40%;
}

.customer-demand-card .vector-8 {
    position: absolute;
    width: 12.81%;
    height: 61.85%;
    top: 15.01%;
    left: 76.87%;
}

.customer-demand-card .vector-9 {
    position: absolute;
    width: 6.40%;
    height: 30.92%;
    top: 30.48%;
    left: 24.06%;
}

.customer-demand-card .vector-10 {
    position: absolute;
    width: 12.81%;
    height: 61.85%;
    top: 15.01%;
    left: 2.18%;
}

.customer-demand-card .title-text-12 {
    width: fit-content;
    font-weight: 500;
    color: #131515;
    font-size: 14px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-22 {
    display: flex;
    height: 16px;
    align-items: center;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.customer-demand-card .rectangle-3 {
    position: relative;
    flex: 1;
    flex-grow: 1;
    height: 6px;
    background-color: #f0f5f9;
    border-radius: 360px;
}

.customer-demand-card .rectangle-4 {
    position: absolute;
    top: calc(50.00% - 3px);
    left: 0;
    width: 150px;
    height: 6px;
    background-color: #336bb3;
    border-radius: 360px;
}

.customer-demand-card .div-23 {
    display: inline-flex;
    align-items: center;
    gap: var(--i-spacing-spacing-spacing-xl);
    position: relative;
    flex: 0 0 auto;
}

.customer-demand-card .title-text-13 {
    width: fit-content;
    margin-top: -0.50px;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #5d677e;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-24 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
}

.customer-demand-card .sparkles-streamline {
    position: relative;
    width: 16px;
    height: 16px;
}

.customer-demand-card .vector-11 {
    position: absolute;
    width: 87.50%;
    height: 87.49%;
    top: 6.25%;
    left: 6.25%;
}

.customer-demand-card .title-text-14 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #5d677e;
    font-size: 14px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .title-text-15 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Roboto-SemiBold", Helvetica;
    font-weight: 600;
    color: #5d677e;
    font-size: 14px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .ellipse {
    position: relative;
    width: 3px;
    height: 3px;
    background-color: #5d677e;
    border-radius: 1.5px;
    aspect-ratio: 1;
}

:root {
    --i-spacing-spacing-spacing-sm: var(--primitives-spacing-1-5);
    --i-spacing-spacing-spacing-md: var(--primitives-spacing-2);
    --i-spacing-spacing-spacing-xl: var(--primitives-spacing-4);
    --i-spacing-spacing-spacing-lg: var(--primitives-spacing-3);
    --i-spacing-spacing-spacing-4xl: var(--primitives-spacing-7);
    --primitives-spacing-1-5: 6px;
    --primitives-spacing-2: 8px;
    --primitives-spacing-4: 16px;
    --primitives-spacing-3: 12px;
    --primitives-spacing-7: 28px;
}

.customer-demand-card__row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: auto;
    flex-wrap: wrap;
    width: 100%;
}


.noUi-target {
    border: none;
    box-shadow: none;
    height: 6px;
    border-radius: 999px;
}
.noUi-base {
    border-radius: 999px;
}
.noUi-connects {
    border-radius: 999px;
}

#blueSlider .noUi-base {
    background: #e9eff8;
}

#blueSlider .noUi-connect {
    background: #2d6cdf;
}

#gradientSlider .noUi-base {
    background: linear-gradient(90deg, #ff0000, #ffa500, #ffff00, #00ff00);
}

#gradientSlider .noUi-connect {
    background: transparent;
}

.noUi-handle {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    top: -4px !important;
    right: -6px !important;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.vehicle-grading {
    width: 100%;
    padding: 24px;
}

.vehicle-grading .popup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding: 0 4px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}

.vehicle-grading .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.vehicle-grading .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.vehicle-grading .text-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  position: relative;
  width: fit-content;
  color: #131515;
  letter-spacing: 0;
  white-space: nowrap;
}

.vehicle-grading .x-streamline-tabler {
  position: relative;
  width: 24px;
  height: 24px;
}

.vehicle-grading .vector {
  position: absolute;
  width: 46.88%;
  height: 46.88%;
  top: 23.44%;
  left: 23.44%;
}

.vehicle-grading .frame-2 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow: auto;
}

.vehicle-grading .banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 12px;
  border: 0.5px solid;
  border-color: #dddddd;
}

.vehicle-grading .frame-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.vehicle-grading .count-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.vehicle-grading .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 500;
  color: #5d677e;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.vehicle-grading .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.vehicle-grading .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 500;
  color: #131515;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.vehicle-grading .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-weight: 500;
  color: #131515;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.vehicle-grading .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -17.00px;
}

.vehicle-grading .sold-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
}

.vehicle-grading .search-resources-wrapper {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  position: relative;
  margin-top: -1.00px;
  margin-left: -1.00px;
  border-radius: 360px;
  overflow: hidden;
  border: 0.5px solid;
  border-color: #dddddd;
}

.vehicle-grading .search-resources {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -0.25px;
  margin-left: -0.50px;
  font-weight: 500;
  color: #131515;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.vehicle-grading .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.vehicle-grading .frame-7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}

.vehicle-grading .title-text {
  position: relative;
  width: fit-content;
  font-weight: 500;
  color: #131515;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.vehicle-grading .frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.vehicle-grading .frame-9 {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.vehicle-grading .frame-10 {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  background-color: #e6f0f8;
  border-radius: 8px;
  overflow: hidden;
  border: 0.5px solid;
  border-color: #336bb3;
}

.vehicle-grading .search-resources-2 {
  color: #336bb3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -0.25px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.vehicle-grading .frame-11 {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f0f5f9;
  border-radius: 8px;
  overflow: hidden;
}

.vehicle-grading .search-resources-3 {
  color: #5d677e;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -0.25px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.vehicle-grading .frame-12 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.vehicle-grading .frame-13 {
  display: inline-flex;
  align-items: center;
  padding: 6px 0px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.vehicle-grading .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
}

.vehicle-grading .img {
  margin-bottom: -0.50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
}

.modal-right .modal__dialog {
    margin-right: 0;
    max-width: 90%;
    width: 600px;
}

.red-td-comps-table {
    background: #ff0000;
    color: #ffffff;
}
.red-td-comps-table span, .red-td-comps-table span b{
    color: #ffffff;
}