﻿

.color-container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: .9em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Option Label/Price */

    .color-container .option-label {
        padding-top: .3em;
    }

        .color-container .option-label span.price {
            color: #777 !important;
            font-weight: 400;
            font-size: .9em
        }

    /* Hide default radio button */

    .color-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Customize radio button */

    .color-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 35px;
        width: 35px;
        background-color: #eeeeee;
        border-radius: 50%;
        border: 2px solid #ccc;
    }


.options-summary .card-body {
    padding: 1.5em 2.5em
}

.options-summary .summary-list .summary-row {
    padding-bottom: .5em
}

    .options-summary .summary-list .summary-row .desc {
        font-size: 1em !important;
        font-weight: 700;
    }

    .options-summary .summary-list .summary-row .price {
        font-size: 1em !important;
        font-weight: normal;
        color: #000
    }

.options-summary .summary-list .summary-footer {
    border-top: 1px solid #cccccc;
    font-weight: 900;
    padding-top: .5em;
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 1.25em;
}

.options-summary .summary-list .summary-disclaimer {
    line-height: 1.2
}


#vehicle-lead-quote .vehicle-lead-quote-heading {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #eeeeee;
}

    #vehicle-lead-quote .vehicle-lead-quote-heading h2 {
        font-weight: 900;
    }


    #vehicle-lead-summary .vehicle-details .details-list .details-footer {
        border-top: 1px solid #cccccc;
        padding-top: .25em;
        margin-top: .75em;
    }

        #vehicle-lead-summary .vehicle-details .details-list .details-footer .desc,
        #vehicle-lead-summary .vehicle-details .details-list .details-footer .total {
            font-size: 1.25em;
            font-weight: 900;
            color: var(--bs-primary);
        }

/* Form */

#vehicle-lead-quote .lead-form {
}

    #vehicle-lead-quote .lead-form label {
        font-weight: bold
    }

#vehicle-lead-quote .lead-form-box {
    background: #fafafa;
    padding: 1.5em 1.5em;
    box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.15);
    transition: box-shadow .3s ease-in-out;
    border: 1px solid #ddd;
    margin-bottom: 1.5em
}

/* Dealer */

#vehicle-lead-quote .lead-quote-dealer {
}

    .dealer-logo {
        max-height: 48px !important;
    }

    #vehicle-lead-quote .lead-quote-dealer .dealer-address {
        font-size: .9em;
    }

@media screen and (max-width:992px) {
    #vehicle-lead-quote .vehicle-lead-quote-heading h2 {
        font-size: 1.6em;
    }

    #vehicle-lead-summary .vehicle-details .details-box .card-header {
        font-size: 1.2em
    }
}


.disclaimers {
    font-size: .85em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #777777
}

#vehicleSpinner {
    top: 0;
    left: 0;
    position:absolute;
    background:#fff;
}
.bg {
    background-image: url("../images/car_schematic_1.jpeg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    #leadform .col-form-label {
        font-weight: bold;
    }

#order-form {
    max-width: 30rem !important;
    background-color: rgba(255,255,255,0.5) !important
}