<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****** VEHICLE SAVE BAR ******/

/** MAIN MODAL **/
#vehicle-save-modal .modal-content, #vehicle-save-login-modal .modal-content {
    border-radius: 0;
}

#vehicle-save-modal .modal-body, #vehicle-save-login-modal .modal-body {
    padding: 30px;
}

#vehicle-save-login-modal .vs-sign-up h2 {
    margin-bottom: 20px;
}

#vehicle-save-modal .modal-footer, #vehicle-save-login-modal .modal-footer {
    padding: 30px;
    background-color: #f7f7f7;
    border-top: none;
}

#vehicle-save-modal .pointer {
    cursor: pointer;
}

#vehicle-save-modal .vs-modal-list {
    width: 100%;
    max-height: 500px;
    overflow-x: auto;
}

#vehicle-save-modal .vs-modal-item-image {
    position: relative;
    width: 40%;
    padding-right: 5%;
    float: left;
}

#vehicle-save-modal .vs-modal-item-details {
    width: 60%;
    float: left;
}

#vehicle-save-modal h5 {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#vehicle-save-modal div.vs-modal-item {
    width: 100%;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vs-modal-item-links a {
    color: #00a6e0;
}

#vehicle-save-modal .remove {
    color: red;
}

#vehicle-save-modal div.vs-modal-item:last-child {
    border-bottom: none;
}

#vehicle-save-modal img {
    width: 100%;
}

/** LOGIN MODAL **/

#vehicle-save-login-modal .modal-footer {
    text-align: left;
}

#vehicle-save-login-modal .login-switch, #vehicle-save-modal .logout-button, #vehicle-save-modal .sign-up {
    color: #00a6e0;
    cursor: pointer;
}

#vehicle-save-login-modal img {
    width: 100%;
}

#vehicle-save-login-modal div.btn {
    vertical-align: middle;
}

#vehicle-save-login-modal div.vs-sign-in, #vehicle-save-login-modal div.vs-sign-up {
    margin: 10px 0;
}

@media screen and (max-width: 782px) {
    #vehicle-save-modal .vs-modal-list {
        max-height: none;
    }

    #vehicle-save-modal h5 {
        margin: 5px 0;
    }
}

.close-modal {
    background-color: transparent;
    border: none;
    outline: 0;
}</pre></body></html>