/* _content/Chassis.UI.DriversSeat.Common/Components/AddEditVendorForm/VendorEmailAddressInputs.razor.rz.scp.css */
[b-rmaikolx9w] .email-kebab-menu {
    position: relative;
    top: -3px;
}
[b-rmaikolx9w] .btn {
    padding: 0px;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/AddEditVendorForm/VendorPhoneNumberInputs.razor.rz.scp.css */
[b-06iwiqf57h] .phone-kebab-menu {
    position: relative;
    top: -3px;
}

[b-06iwiqf57h] .btn {
    padding: 0px;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/CustomerRecentlyViewed.razor.rz.scp.css */
.customerRecentlyViewed__label.tool-item[b-7wwr9h1c9s] {
    font-size: 14px;
    border-bottom: 1px solid var(--misty-color);
    border-radius: 0px;
    cursor: default;
    padding: 5px 15px;
    text-transform: uppercase;
}

.customerRecentlyViewed__label.tool-item:hover[b-7wwr9h1c9s] {
    background-color: #39444D;
}

.customerRecentlyViewed__customer[b-7wwr9h1c9s]{
    font-size: 14px;
    padding: 5px 15px;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/Dropdown.razor.rz.scp.css */
.dropdownInput__wrapper[b-eajseul65w] {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    width: 100%;
}

.dropdownInput__wrapper.disabled-input[b-eajseul65w] {
    border-radius: 3px;
    cursor: not-allowed;
    background-color: var(--fog-color);
}

input[b-eajseul65w] {
    cursor: pointer;
}

/*Dropdown List*/
ul.dropdownInput__list[b-eajseul65w] {
    list-style: none;
    position: absolute;
    background-color: white;
    padding: 0.5em;
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 0px 0px 5px 5px;
    z-index: 1001;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

li.dropdownInput__list-item[b-eajseul65w] {
    padding: 0.25em;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    overflow: hidden;
}

li.dropdownInput__list-item.checked[b-eajseul65w] {
    background-color: var(--misty-color);
}

li.dropdownInput__list-item:hover[b-eajseul65w] {
    background-color: var(--fog-color);
}

.dropdownInput__input-wrapper[b-eajseul65w] {
    position: relative;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 35px 10px 10px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
}

.dropdownInput__icon[b-eajseul65w] {
    color: var(--charcoal-color);
    position: absolute;
    right: 15px;
    font-size: 12px;
}

.dropdownInput__clear[b-eajseul65w] {
    position: absolute;
    right: 35px;
    font-size: 1.15rem;
    opacity: 0.75;
    transition: 0.25s;
    color: var(--ac-red-color);
}
.dropdown-clear:hover[b-eajseul65w] {
    opacity: 1;
}

.dropdownInput__hidden-focus-input[b-eajseul65w] {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: -1;
    top: 2px;
    left: 2px;
}

.dropdownInput__label[b-eajseul65w] {
    position: absolute;
    top: 3px;
    font-size: 10px;
    color: var(--medium-gray-color);
    font-weight: 400;
}

.dropdownInput__input-wrapper.dropdownInput__floating-label[b-eajseul65w] {
    padding: 25px 35px 10px 10px;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/DropdownUnderline.razor.rz.scp.css */
/* Style The Dropdown Button */
.dropbtn[b-ckon44im5m] {
    color: #3B7094;
    background-color: white;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-width: 120px;
}

.dropdownLabel[b-ckon44im5m] {
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown[b-ckon44im5m] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-ckon44im5m] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    border: 1px solid rgba(0,0,0,.176);
    border-radius: 6px;
    z-index: 1;
    overflow: hidden;
}

    /* Links inside the dropdown */
    .dropdown-content a[b-ckon44im5m] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

/* Show the dropdown menu on hover */
.dropdown .dropdown-content[b-ckon44im5m] {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn[b-ckon44im5m] {
    /*background-color: #3e8e41;*/
}

.selected-option[b-ckon44im5m] {
    color: white !important;
    background-color: #2f5a76;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/Elements/CheckboxComponent.razor.rz.scp.css */
.checkbox__wrapper[b-cumrsvimjf] {
    display: flex;
    align-items: center;
}

.checkbox__wrapper[b-cumrsvimjf]  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    margin: 0;
    font: inherit;
    color: currentColor;
    border: 1px solid var(--light-gray-color);
    border-radius: 0.25em;
    transform: translateY(-0.075em);
    box-sizing: content-box;
}

.checkbox__wrapper[b-cumrsvimjf]  input[type="checkbox"] {
    display: grid;
    place-content: center;
}

.checkbox__wrapper[b-cumrsvimjf]  input[type="checkbox"]::before {
    content: "\f00c";
    font-family: "FontAwesome";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    color: white;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.checkbox__wrapper[b-cumrsvimjf]  input[type="checkbox"]:checked {
    background-color: var(--sea-green-color);
}

.checkbox__wrapper[b-cumrsvimjf]  input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.checkbox__wrapper .checkbox__label[b-cumrsvimjf]{
    margin-bottom: 0;
    margin-left: 5px;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/Elements/CurrencyTextBox.razor.rz.scp.css */
.textbox-highlight-green[b-vtbp4ykzrb] {
    background-color: #e2f4f3;
    border: 1px solid #76d2d0;
}

.textbox-highlight-red[b-vtbp4ykzrb] {
    background-color: #f6e6e7;
    border: 1px solid #cf6367;
}

.textbox-highlight-green:disabled[b-vtbp4ykzrb] {
    background: white;
    background-color: #e2f4f3;
    border: 1px solid #76d2d0;
}

.textbox-highlight-red:disabled[b-vtbp4ykzrb] {
    background: white;
    background-color: #f6e6e7;
    border: 1px solid #cf6367;
}

.dollar[b-vtbp4ykzrb] {
    display: inline-block;
    position: relative;
}

.dollar.form-floating[b-vtbp4ykzrb] {
    width: 100%;
}

.dollar input[b-vtbp4ykzrb] {
    padding-left: 22px !important;
}

.dollar[b-vtbp4ykzrb]:before {
    position: absolute;
    content: "$";
    left: 11px;
    top: 12px;
}

.dollar.form-floating[b-vtbp4ykzrb]:before {
    position: absolute;
    content: "$";
    font-size: 14px;
    left: 11px;
    top: 19px;
}
.form-floating:has(.validation-message) > input[b-vtbp4ykzrb]{
    border-color: #A20226;
}

.form-floating:has(.validation-message) > label[b-vtbp4ykzrb]{
    color: #A20226;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/Elements/CustomToastComponent.razor.rz.scp.css */
.icon[b-aby84v1bpl]{
    margin-right: .5em;
}

/*Info Toast Styles*/
.info[b-aby84v1bpl]{
    border: 1px solid var(--sea-green-color);
}
.info .icon[b-aby84v1bpl]{
    color: var(--sea-green-color);
}

/*Success Toast Styles*/
.success[b-aby84v1bpl]{
    border: 1px solid var(--bs-green);
}
.success .icon[b-aby84v1bpl]{
    color: var(--bs-green);
}

/*Warning Toast Styles*/
.warning[b-aby84v1bpl]{
    border: 1px solid var(--bs-warning);
}
.warning .icon[b-aby84v1bpl]{
    color: var(--bs-warning);
}

/*Error Toast Styles*/
.error[b-aby84v1bpl]{
    border: 1px solid var(--ac-red-color); 
}

.error .icon[b-aby84v1bpl]{
    color: var(--ac-red-color);
}
/* _content/Chassis.UI.DriversSeat.Common/Components/Elements/Tag.razor.rz.scp.css */
span.tag__wrapper[b-2emhynkg0q] {
    font-size: 12px;
    border-radius: 5px;
    text-transform: uppercase;
    height: 24px;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-right: 0.5em;
    padding-left: 0.5em;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
/* _content/Chassis.UI.DriversSeat.Common/Components/FilterPills/FilterPillBase.razor.rz.scp.css */
.filterPillBase__wrapper[b-kwlqmilpg7] {
    display: flex;
    margin-bottom: 20px;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/FilterPills/FilterPillItem.razor.rz.scp.css */
.filterPillItem__item[b-b6m0tew28w] {
    padding: 0px 9px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid var(--light-gray-color);
    cursor: pointer;
    transition: .5s;
}

.filterPillItem__item.disabled[b-b6m0tew28w],
.filterPillItem__item.disabled:hover[b-b6m0tew28w] {
    cursor: not-allowed;
    opacity: 0.75;
    background-color: var(--medium-gray-color);
    color: white;
}

.filterPillItem__item:hover[b-b6m0tew28w]{
     background-color: var(--medium-gray-color);
     color: white;
 }

.filterPillItem__item.active[b-b6m0tew28w]{
     background-color: var(--dusty-blue-color);
     color: white;
 }

.filterPillItem__item:not(:last-child)[b-b6m0tew28w]{
      margin-right: 10px;
  }
/* _content/Chassis.UI.DriversSeat.Common/Components/LoanApplication/LoanApplicationForm.razor.rz.scp.css */
.loanApplication-wrapper[b-92toh1f8cz]{
    padding: 2em;   
    margin-top: 1.5em;
}

.selectVehicleTable__image img[b-92toh1f8cz] {
    height: 60px;
    width: 80px;
    object-fit: cover;
}

.close[b-92toh1f8cz] {
    position: relative;
    z-index: 1001;
    border: none;
    font-size: 20px;
    background: none;
}

.btn-top-right[b-92toh1f8cz] {
    position: absolute;
    right: -5px;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    justify-content: center;
    align-items: center;
    display: flex;
}

h3[b-92toh1f8cz] {
    font-size: 18px;
    font-weight: 500;
    margin: 0.5em 0;
}

.card-title[b-92toh1f8cz] {
    font-size: 20px;
}
.label[b-92toh1f8cz] {
    font-size: 12px;
    line-height: 12px;
    color: #6A7781;
    padding: 0.5em 0.5em 0em 0.5em;
}
.value[b-92toh1f8cz] {
    font-size: 14px;
    font-weight: 600;
    padding: 0em 0.5em 0.5em 0.5em;
}

.consent[b-92toh1f8cz]{
    font-size: 13px;
    line-height: 20px;
}

.k-loading-image[b-92toh1f8cz] {
    display: none;
}

.loanApplication-wrapper[b-92toh1f8cz] {
    text-align: left;
    white-space: initial;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/LoanApplication/Template/PrintableInfoTemplate.razor.rz.scp.css */
.printableInfoTemplate__wrapper[b-i7atvbboyl]{
    margin-bottom: 1.5em;
}

/* _content/Chassis.UI.DriversSeat.Common/Components/LoanCalculator/LoanCalculatorForm.razor.rz.scp.css */
/*  Loan Calc Module
=================================================================================================*/
[b-1zzz86b7dk] .loan__calc__content .btngrp__sublabel {
    display: block;
    font-size: 0.75em;
}

[b-1zzz86b7dk] .loan__calc__content .calc__list__item {
    padding: 15px 0;
    border-bottom: 2px dotted var(--light-gray-color);
}

[b-1zzz86b7dk] .loan__calc__content .calc__totals__wrapper {
    background-color: #fafafa;
    border: 1px solid var(--light-gray-color);
    padding: 20px;
}

[b-1zzz86b7dk] .loan__calc__content .calc__totals__wrapper .monthly__payment__price {
    font-size: 1.5em;
    font-weight: 700;
}

[b-1zzz86b7dk] .loan__calc__content .calc__totals__wrapper .monthly__payment__price sup {
    font-size: 0.5em;
}

[b-1zzz86b7dk] .loan__calc__content .calc__totals__wrapper .col:first-of-type {
    border-right: 1px solid var(--light-gray-color);
}

[b-1zzz86b7dk] .loan__calc__content .calc__totals__wrapper .label {
    font-size: 0.75em;
}

[b-1zzz86b7dk] .loan__calc__content .calc__totals__wrapper .value {
    font-size: 1.5em;
    font-weight: 700;
}

[b-1zzz86b7dk] .loan__calc__content .calc__totals__wrapper .value sup {
    font-size: 0.5em;
}


/* _content/Chassis.UI.DriversSeat.Common/Components/Overlays/Spinner.razor.rz.scp.css */
.spinner__wrapper[b-1ifyq308nn]{
    position: relative;
}

.spinner__disable-events[b-1ifyq308nn]{
    pointer-events: none;
}

.spinner__indicator[b-1ifyq308nn]{
    position: absolute;
    color: var(--dusty-blue-color);
    margin: auto;
    text-align: center;
    left: 0px;
    right: 0px;
    z-index: 10;
}

.spinner__sm[b-1ifyq308nn]{
    font-size: 25px;
    height: 25px;
}

.spinner__md[b-1ifyq308nn]{
    font-size: 60px;
    height: 60px;
}

.spinner__lg[b-1ifyq308nn]{
    font-size: 100px;
    height: 100px;
}

.spinner__xl[b-1ifyq308nn]{
    font-size: 140px;
    height: 140px;
}

.spinner__top[b-1ifyq308nn] {
    top: 60px;
}

.spinner__center[b-1ifyq308nn] {
    top: 0px;
    bottom: 0px;
}

.spinner__bottom[b-1ifyq308nn] {
    bottom: 60px;
}

.spinner__child-content.fade[b-1ifyq308nn]{
    opacity: .4;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/Overlays/VehicleStatusOverlay.razor.rz.scp.css */
.vehicleStatusOverlay__wrapper[b-fowld26762] {
    position: absolute;
    z-index: 10;
    width: 300px;
    height: 100px;
    font-weight: 700;
    transform: rotate(-45deg);
    top: -28px;
    left: -130px;
    text-transform: uppercase;
}

.vehicleStatusOverlay__sold[b-fowld26762] {
    background: var(--ac-red-color);
    color: white;
    text-align: center;
}

.vehicleStatusOverlay__deleted[b-fowld26762] {
    background: var(--ac-black-color);
    color: white;
    text-align: center;
}

.vehicleStatusOverlay__draft[b-fowld26762] {
    background: var(--ac-yellow-color);
    color: var(--ac-black-color);
    text-align: center;
}

.vehicleStatusOverlay__sale-pending[b-fowld26762] {
    background: var(--sea-green-color);
    color: white;
    cursor: pointer;
    text-align: center;
}

.vehicleStatusOverlay__text[b-fowld26762] {
    position: absolute;
    bottom: 5px;
    justify-content: center;
    display: flex;
    left: 0px;
    right: 0px;
    line-height: 20px;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/QuickNavMenu/MenuBase.razor.rz.scp.css */
.menuBase__wrapper[b-lyilpg4snn] {
    width: 280px;
    margin-top: 10px;
    margin-right: 35px;
}

@media (min-width: 992px){
   .menuBase__sticky[b-lyilpg4snn]{
        position: sticky;
        top: 0px;
    }
}
/* _content/Chassis.UI.DriversSeat.Common/Components/QuickNavMenu/MenuItem.razor.rz.scp.css */
li.menuItem__item[b-bhgd5lawtf] {
    font-size: 15px;
    height: 59px;
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 25px;
    margin-right: 0px;
    background-color: white;
    cursor: pointer;
    transition: .25s;
    /*
    border-top: 1px solid var(--light-gray-color);
    border-left: 1px solid var(--light-gray-color);
    border-right: 1px solid var(--light-gray-color);
    */
}

li.menuItem__item:not(:last-child)[b-bhgd5lawtf] {
    border-bottom: 1px solid var(--fog-color);
}

li.menuItem__item.active[b-bhgd5lawtf],
li.menuItem__item:hover[b-bhgd5lawtf] {
    font-weight: 600;
    background-color: var(--misty-color);
}
/* _content/Chassis.UI.DriversSeat.Common/Components/SelectCustomerTable/SelectCustomerTable.razor.rz.scp.css */
.selectCustomerTable__customer-name[b-qgf39t38os] {
    font-weight: 600;
    text-align: left;
    color: var(--dusty-blue-color);
}

.selectCustomerTable__filters[b-qgf39t38os]{
    position: sticky;
    top: 83px;
    background: white;
    z-index: 3;
    padding-top: 1.5em;
}

.selectCustomerTable__customer-row input[b-qgf39t38os]{
    width: 21px;
    height: 21px;
}

.selectCustomerTable__filters input[b-qgf39t38os],
.selectCustomerTable__filters select[b-qgf39t38os]{
    min-width: 250px;
}

.customerGird__quick-add-wrapper[b-qgf39t38os] {
    background: white;
    position: sticky;
    top: 177px;
    z-index: 4;
}

.selectCustomerTable__filters label[b-qgf39t38os] {
    white-space: nowrap;
    font-weight: 600;
    color: #232323;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 .5em;
}

.customerGird__quick-add-wrapper[b-qgf39t38os]{
    text-align: left;
    font-size: 12px;
}

.selectCustomerTable__search-filter-icon[b-qgf39t38os] {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.selectCustomerTable__sort-order-icon[b-qgf39t38os] {
    padding: 1em;
    cursor: pointer;
}

.selectCustomerTable__grid .row[b-qgf39t38os] {
    padding: .45em;
}


.selectCustomerTable__grid .selectCustomerTable__customer-row:nth-child(odd)[b-qgf39t38os] {
    background: var(--misty-color);
}

.selectCustomerTable__grid .selectCustomerTable__customer-row:nth-child(even)[b-qgf39t38os] {
    background: #FFFFFF;
}

.selectCustomerTable__search-filter-icon[b-qgf39t38os] {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}
.selectCustomerTable__sort-order-icon[b-qgf39t38os] {
    padding: 1em;
    cursor: pointer;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/SelectLoanApplicationTable/SelectLoanApplicationTable.razor.rz.scp.css */
.selectLoanApplicationTable__component-wrapper[b-ytwq58lqkt]{
    background: var(--misty-color);
    border: 1px solid var(--light-gray-color);
    padding: 1.5em;
    border-radius: 5px;
}
.selectLoanApplicationTable__item[b-ytwq58lqkt]{
    background: white;
    border: 1px solid var(--light-gray-color);
    padding: 0.75em;
    border-radius: 5px;
    margin-bottom: 1em;
}

.selectLoanApplicationTable__value[b-ytwq58lqkt] {
    font-weight: 600;
}
.btn-tertiary[b-ytwq58lqkt]{
    background: var(--sea-green-color);
    color: white;
}
i.fa-regular.fa-file-invoice-dollar[b-ytwq58lqkt] {
    color: var(--dusty-blue-color);
    font-size: 1.25em;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/SelectSalePacketTable/SelectSalePacketTable.razor.rz.scp.css */
.selectSalePacketTable__item[b-wzn46oq37m]{
    background: var(--misty-color);
    border: 1px solid var(--light-gray-color);
    padding: 0.75em;
    border-radius: 5px;
    margin-bottom: 1em;
}

.salePacketWorksheet__value[b-wzn46oq37m] {
    font-weight: 600;
}
.salePacketWorksheet__customer-image-placeholder[b-wzn46oq37m]{
    font-size: 18px;
    font-weight: 600;
    border: 1px solid var(--light-gray-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: auto;
    background-color: white;
}

.salePacketWorksheet__vehicle-image img[b-wzn46oq37m]{
    width: 50px;
}
.salePacketWorksheet__vehicle-sold[b-wzn46oq37m]{
   position: relative; 
}
.salePacketWorksheet__vehicle-image.salePacketWorksheet__vehicle-sold[b-wzn46oq37m]::after {
    content: "SOLD";
    position: absolute;
    color: white;
    font-size: 12px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.65);
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/SelectVehicleTable/SelectVehicleTable.razor.rz.scp.css */
.selectVehicleTable__filters[b-gfxdb3v2ra] {
    position: sticky;
    background-color: white;
}

.selectVehicleTable__filters[b-gfxdb3v2ra]{
    position: sticky;
    top: 83px;
    background: white;
    z-index: 3;
    padding-top: .25em;
}
.selectVehicleTable__sort-order-icon[b-gfxdb3v2ra] {
    padding: 1em;
    cursor: pointer;
    font-size: 12px;
}

.selectVehicleTable__vehicle-title[b-gfxdb3v2ra] {
    font-weight: 600;
    color: var(--charcoal-color);
}

.selectVehicleTable__filters label[b-gfxdb3v2ra] {
    white-space: nowrap;
    font-weight: 600;
    color: #232323;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 .5em;
}

.selectVehicleTable__search-filter-icon[b-gfxdb3v2ra]{
    position:absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.selectVehicleTable__vehicle-details[b-gfxdb3v2ra] {
    text-align: left;
}

.selectVehicleTable__grid .row[b-gfxdb3v2ra] {
    padding: .25em;
    cursor: pointer;
}

.selectVehicleTable__grid .selectVehicleTable__vehicle-row:nth-child(odd)[b-gfxdb3v2ra] {
    background: var(--misty-color);
}

.selectVehicleTable__grid .selectVehicleTable__vehicle-row:nth-child(even)[b-gfxdb3v2ra] {
    background: #FFFFFF;
}

.selectVehicleTable__ymm a[b-gfxdb3v2ra] {
    font-weight: 600;
    font-size: 17px;
    margin-right: .25em;
}

.selectVehicleTable__image img[b-gfxdb3v2ra] {
    width: 100px;
    height: 75px;
    object-fit: cover;
}

.selectVehicleTable__vehicle-row input[b-gfxdb3v2ra]{
    width: 25px;
    height: 25px;
    pointer-events: none;
}

.selectVehicleTable__price[b-gfxdb3v2ra] {
    font-weight: 600;
}

.selectVehicleTable__filters input[b-gfxdb3v2ra], 
.selectVehicleTable__filters select[b-gfxdb3v2ra]{
    min-width: 250px;
}

.selectVehicleTable__stock-number[b-gfxdb3v2ra] {
    font-size: 12px;
    line-height: 14px;
}

.form-check-input-radio[b-gfxdb3v2ra] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid rgba(33, 33, 33, 0.25);
    border-radius: 50%; /* Make it circular */
    position: relative;
    cursor: pointer;
    outline: none;
}

/* Style the "checked" state */
.form-check-input-radio:checked[b-gfxdb3v2ra] {
    background-color: var(--sea-green-color); 
    border-color: var(--sea-green-color);
}

/* Add an inner circle to mimic the radio button's checked state */
.form-check-input-radio:checked[b-gfxdb3v2ra]::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 8px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
/* _content/Chassis.UI.DriversSeat.Common/Components/SelectVehicleTable/VehicleTableCard.razor.rz.scp.css */
.selectVehicleTable__model-details[b-4y0gzz6ul9]{
    text-align: left;
}
.selectVehicleTable__vehicle-title[b-4y0gzz6ul9] {
    font-weight: 600;
    color: var(--dusty-blue-color);
}

.selectVehicleTable__vehicle-details[b-4y0gzz6ul9] {
    text-align: left;
}

.selectVehicleTable__vehicle-name[b-4y0gzz6ul9] {
    font-weight: 600;
    color: var(--dusty-blue-color);
    font-size: 16px;
}

.selectVehicleTable__grid .row[b-4y0gzz6ul9] {
    padding: .25em;
}

.selectVehicleTable__ymm a[b-4y0gzz6ul9] {
    font-weight: 600;
    font-size: 17px;
    margin-right: .25em;
}

.selectVehicleTable__image img[b-4y0gzz6ul9] {
    width: 100px;
    height: 75px;
    object-fit: cover;
}

.selectVehicleTable__price-mileage[b-4y0gzz6ul9] {
    font-weight: 600;
}

.selectVehicleTable__filters input[b-4y0gzz6ul9],
.selectVehicleTable__filters select[b-4y0gzz6ul9]{
    min-width: 250px;
}

.selectVehicleTable__stock-number[b-4y0gzz6ul9] {
    font-size: 12px;
    line-height: 14px;
}

.price-analysis-category[b-4y0gzz6ul9] {
    font-size: 12px;
    font-weight: 700;
}

.price-analysis-category.unavailable[b-4y0gzz6ul9] {
    opacity: 0.5;
}

.price-analysis-category:not(.unavailable) > i[b-4y0gzz6ul9] {
    color: green;
}

.price-analysis-category.good-price i[b-4y0gzz6ul9] {
    transform: rotateZ(-45deg);
    background-color: rgba(0, 255, 0, 0.1);
    border-radius: 50%;
}

.price-analysis-category.great-price i[b-4y0gzz6ul9] {
    transform: rotateZ(-90deg);
    background-color: rgba(0, 255, 0, 0.1);
    border-radius: 50%;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/StickyPopup.razor.rz.scp.css */
.sticky-popup[b-sems6nc0ww] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14) !important;
}

.sticky-popup .header[b-sems6nc0ww] {
    cursor: move;
}

.sticky-popup .close[b-sems6nc0ww] {
    position: relative;
    border: none;
    font-size: 20px;
    background: none;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/VendorGrid/VendorGrid.razor.rz.scp.css */
[b-a061v5iayw] .k-grid-header th.k-header{
    white-space: inherit !important;
}
/* _content/Chassis.UI.DriversSeat.Common/Components/VhrTermsAndConditions.razor.rz.scp.css */
.vhrTermsAndConditions__wrapper[b-4l2g56gf5h]{
    max-height: 350px;
    overflow: auto;
    border: 1px solid var(--light-gray-color);
    padding: 1em;
    text-align: start; 
}
/* _content/Chassis.UI.DriversSeat.Common/Components/Widgets/SingleStatistic.razor.rz.scp.css */
.tooltip-icon-container[b-7gory56riy] {
    margin-left: 5px;
    color: #3B7094;
}
