/* _content/Chassis.UI.Common.Components/CollapsibleSection.razor.rz.scp.css */
.collapseSection[b-32xry0osvj] {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}

.trimmed-item[b-32xry0osvj] {
    -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent);
    mask-image: linear-gradient(to bottom, black 30%, transparent);
}

.hide-button[b-32xry0osvj]{
    display: none;
}
/* _content/Chassis.UI.Common.Components/CreditQualify/CreditQualifyScoreResults.razor.rz.scp.css */
.credit-score-card[b-12j16xfoy6] {
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
}
.credit-score-value[b-12j16xfoy6] {
    font-size: 36px;
    font-weight: bold;
}
.credit-score-gauge[b-12j16xfoy6] {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px;
}
.credit-score-headline[b-12j16xfoy6] {
    font-size: 21px;
    margin: 10px 0;
    font-weight: 600;
}
.credit-score-description[b-12j16xfoy6] {
    font-size: 18px;
    color: #555;
    margin: auto;
}
.credit-score-disclaimer[b-12j16xfoy6] {
    font-size: 12px;
    color: #999;
    margin-top: 20px;
}

.credit-score-border-top[b-12j16xfoy6]{
    max-width: max-content;
    padding: 10px 20px;
    margin: auto;
    border-top: 1px solid var(--bs-gray-300);
}
/* _content/Chassis.UI.Common.Components/CustomerSearchDropdown.razor.rz.scp.css */
.search-container[b-v3e6dyt2g3] {
    position: relative; /* Make sure the dropdown aligns correctly with the input */
}

.search-input[b-v3e6dyt2g3] {
    width: 100%;
    padding: 10px 35px 10px 10px; /* Extra right padding for the icon */
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.search-input-label[b-v3e6dyt2g3] {
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    margin-top: 15px;
    color: #39444D;
}

.search-icon[b-v3e6dyt2g3] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.dropdown-list[b-v3e6dyt2g3] {
    position: absolute; /* Change to absolute positioning */
    top: 100%; /* Align the dropdown below the input field */
    left: 0;
    width: 100%; /* Match the width of the parent container */
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Increased shadow for better visibility */
    z-index: 1000; /* Ensure the dropdown appears above other content */
}

.dropdown-item[b-v3e6dyt2g3] {
    padding: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #F7F7F7;
    color: #4B5A66;
    font-size: 15px;
}

.dropdown-item:last-child[b-v3e6dyt2g3] {
    border-bottom: none;
}

.dropdown-item:hover[b-v3e6dyt2g3],
.dropdown-item.selected[b-v3e6dyt2g3] {
    background-color: #F7F7F7;
}

.dropdown-item__customer-name[b-v3e6dyt2g3] {
    font-weight: 600;
    text-align: left;
}
/* _content/Chassis.UI.Common.Components/DropdownUnderline.razor.rz.scp.css */
/* Style The Dropdown Button */
.dropbtn[b-8xnsw6m775] {
    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-8xnsw6m775] {
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown[b-8xnsw6m775] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-8xnsw6m775] {
    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 button[b-8xnsw6m775] {
        color: black;
        padding: 12px 12px;
        text-decoration: none;
        display: block;
        background-color: white;
        border: none;
        width: 100%;
        text-align: left;
    }

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

.selected-option[b-8xnsw6m775] {
    color: white !important;
    background-color: #2f5a76 !important;
}
/* _content/Chassis.UI.Common.Components/EnterCityOrZipInput.razor.rz.scp.css */

.CityOrZipInput_inside_prompt_text[b-g8rlzv0221] {
    background-color: white;
    border-top: 1px solid var(--light-gray-color);
    border-left: 1px solid var(--light-gray-color);
    border-right: 1px solid var(--light-gray-color);
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 10px;
    color: #777;
    padding-left: 1em;
    padding-top: 1px;
    padding-bottom: 2px;
    text-align: left;
}

.CityOrZipInput_inside_input_text[b-g8rlzv0221] {
    background-color: white;
    border-top: none;
    border-left: 1px solid var(--light-gray-color);
    border-right: 1px solid var(--light-gray-color);
    border-bottom: 1px solid var(--light-gray-color);
    max-height: 22px;
    min-height: 22px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.CityOrZipInput_dropdown[b-g8rlzv0221] {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    max-height: 200px;
    background-color: white;
    overflow-y: auto;
    overflow-x: clip;
    z-index: 5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 1px;
    border-color: #C9CED4;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.3);
}

.CityOrZipInput_has_error[b-g8rlzv0221] {
    background-color: #ffefef !important;
    bottom-border: 2px solid #a94442 !important;
    left-border: 2px solid #a94442 !important;
    right-border: 2px solid #a94442 !important;
}

.CityOrZipInput_dropdown-content[b-g8rlzv0221] {
    position: absolute;
    background-color: white;
    width: 100%;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    height: 200px;
    overflow-y: auto;
    overflow-x: clip;
    z-index: 5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 1px;
    border-color: #C9CED4;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.3);
}

.CityOrZipInput_button[b-g8rlzv0221] {
    color: black;
    padding: 4px 5px;
    text-decoration: none;
    display: block;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.CityOrZipInput_button:hover[b-g8rlzv0221] {
    background-color: #f0f0f0;
    color: black;
}

.CityOrZipInput_button_highlight[b-g8rlzv0221] {
    background-color: #f0f0f0;
    color: black;
    padding: 4px 5px;
    text-decoration: none;
    display: block;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.floating-dropdown[b-g8rlzv0221] {
    position: relative;
}
/* _content/Chassis.UI.Common.Components/Inventory/PhotoOverlayTemplatePreview.razor.rz.scp.css */
.photoOverlayTemplatePreview__container[b-jj9jh8xcd0] {
    border: 1px solid var(--light-gray-color);
    width: 100%;
}

.photoOverlayTemplatePreview__container iframe[b-jj9jh8xcd0] {
    pointer-events: none;
    display: block;
    border: none;
}
.photoOverlayTemplatePreview__title[b-jj9jh8xcd0] {
    padding: 0.7rem 0.5rem;
    height: 3rem;
    overflow: hidden;
    border-top: 1px solid var(--light-gray-color);    
}
.photoOverlayTemplatePreview__container.selected[b-jj9jh8xcd0] {
    border-color: var(--sea-green-color);
}
.photoOverlayTemplatePreview__container.selected .photoOverlayTemplatePreview__title[b-jj9jh8xcd0] {
    border-color: var(--sea-green-color);
    background: var(--sea-green-color);
    color: #FFFFFF;
}

.templateName[b-jj9jh8xcd0] {
    line-height: 1.5;
}
/* _content/Chassis.UI.Common.Components/Inventory/VehicleAnalyticsSummary.razor.rz.scp.css */
.vehicleAnalyticsSummary__wrapper[b-cyl2xndwmv]{
    padding: 15px 15px 0;
}

.vehicleAnalyticsSummary__value[b-cyl2xndwmv]{
    font-size: 18px;
}

.vehicleAnalyticsSummary__label[b-cyl2xndwmv]{
    font-size: 12px;
    color: var(--medium-gray-color);
    line-height: 14px;
    padding-bottom: 14px;
}
/* _content/Chassis.UI.Common.Components/LeadForm.razor.rz.scp.css */
.form-row[b-14covjeshi] {
    margin-bottom: 10px !important;
}

.layoutOne.disclaimer[b-14covjeshi] {
    order: 7;
}
@media (min-width: 992px) {
    .layoutOne textarea[b-14covjeshi] {
        min-height: 110px !important;
    }

    .layoutOne.disclaimer[b-14covjeshi]{
        order: 7;
    }

    .layoutOne.neg-margin[b-14covjeshi] {
        margin-top: -20px;
    }
}
/* _content/Chassis.UI.Common.Components/Message/OpenGraphCard.razor.rz.scp.css */
.btn-removeattachtarget[b-ysyasiwkua]{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 3;
    padding: 0;
    font-size: 1rem;
    line-height: .8;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: var(--charcoal-color);/*#39444D*/
    color: var(--white-color);
    border: 0.1rem solid var(--white-color);
}
.card a[b-ysyasiwkua]{
    text-decoration: none;
}
.card .link-title[b-ysyasiwkua]{
    font-size: 1rem;
    margin-bottom: 0.15rem;
    font-weight: var(--fw-Bold);
    color: var(--dusty-blue-color);
    max-width: 100%;
    line-height: 1.1;
    width: auto;
    white-space: nowrap;
    -webkit-flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card .link-description[b-ysyasiwkua]{
    font-size: .95rem;
    color: var(--dusty-gray-color);
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card .link-url[b-ysyasiwkua]{
    font-size: .85rem;
    color: var(--medium-gray-color);
    max-width: 100%;
    line-height: 1.1;
    width: auto;
    white-space: nowrap;
    -webkit-flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* _content/Chassis.UI.Common.Components/ModalDialog.razor.rz.scp.css */
.modalDialog__sticky-footer[b-r9jtgs2ia9] {
    position: sticky;
    bottom: 0px;
    margin-top: .25em;
    background: white;
    width: 100%;
}

.modalDialog__sticky-header[b-r9jtgs2ia9] {
    position: sticky;
    top: 0px;
    margin-top: 0.25em;
    background: white;
    width: 100%;
    z-index: 2;
}
/* _content/Chassis.UI.Common.Components/VideoPlayer/VideoPlayer.razor.rz.scp.css */
.videoPlayer__imagePlaceholder[b-2noknw7kdx] {
    cursor: pointer;
    position: relative;
    background-color: #232323;
    overflow: hidden;
    height: 100%;
    z-index: 3;
}

.videoPlayer__imagePlaceholder__icon[b-2noknw7kdx] {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    font-size: 45px;
    color: #ffffff;
    z-index: 9;
}

.videoPlayer__imagePlaceholder img[b-2noknw7kdx] {
    opacity: .6;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1.33333333;
}

@media (min-width: 576px) {
    .videoPlayer__imagePlaceholder__icon[b-2noknw7kdx] {
        font-size: 55px;
    }
}

@media (min-width: 992px) {
    .videoPlayer__imagePlaceholder__icon[b-2noknw7kdx] {
        font-size: 80px;
    }
}

