/* _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/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/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/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;
}
