﻿@import url("https://fonts.googleapis.com/css2?family=Archivo");
@import url("https://fonts.googleapis.com/css2?family=Open Sans");

.vehicle-container {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: calc(100% - 32px);
}

.vehicle-foto {
    height: 60px;
    width: 80px;
    display: flex;
    flex-grow: 0;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    position: relative;
}

    .vehicle-foto.big {
        height: 300px;
        width: 400px;
    }


.vehicle-model {
    text-decoration: underline;
    color: #4291DB;
    width: 300px;
}

.indicator-filters {
    background-color: red;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: -7px;
    margin-left: -2px;
    border: 2px solid var(--background-color-light-grey);
}

.quick-filter-button {
    font-size: 1.1em;
    color: var(--text-color-white);
    border: 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 36px;
    height: 36px;
}

    .quick-filter-button.on {
        background-color: var(--primary-color-green);
    }

    .quick-filter-button.off {
        background-color: var(--primary-color-btn);
    }

.vehicle-check-detail-container, .vehicle-check-description-container {
    align-items: center;
    color: #0B1630;
}


.vehicle-check-vehicleimage {
    width: 100%;
    height: 99px;
    left: 35px;
    top: 64px;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vechicle-check-brand-image {
    width: 31.63px;
    height: 16px;
    background-blend-mode: multiply, normal;
    border-radius: 100px;
    flex-grow: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 10px;
}

.vehicle-check-detail-box {
    font-family: Archivo;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    /* color: #0B1630;
    border-right: 3px solid #002B52;*/
    /* padding-right: 2rem !important;
    padding-left: 2rem !important;*/
}

.vehicle-check-model {
    font-weight: 600;
    text-decoration-line: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.hide-tr {
    display: none;
}


.vehicle_check_modal_container {
    display: flex;
    flex-direction: column;
}

.vehicle_check_modal_main_row_container {
    display: flex;
    flex-direction: row;
}

.lotinfo-vehicle-list {
    font-size: 1.1em;
}

    .lotinfo-vehicle-list .lot-info-container {
        max-height: unset !important;
        min-height: unset !important;
    }

        .lotinfo-vehicle-list .lot-info-container .card-lot-info-makemodel {
            text-decoration: underline !important;
            cursor: pointer !important;
        }

            .lotinfo-vehicle-list .lot-info-container .card-lot-info-makemodel .make-model-text {
                width: calc(100% - 40px);
            }

.vehicle-list-contest-icon {
    color: rgb(var(--background-color-black-rgb), 0.7);
}

.vehicle-data-row {
    display: flex;
    justify-content: center;
}

.vehicle-list-contest-header-logo {
    max-width: 4em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vehicle-header-row-column {
    color: #212529;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 3.0rem;
}

    .vehicle-header-row-column > .small-label {
        font-size: 0.9em;
        opacity: 0.8;
    }

    .vehicle-header-row-column > .text {
        font-size: 1.1em;
        padding-top: .5rem;
        padding-bottom: .5rem;
        margin-left: .5rem;
    }

    .vehicle-header-row-column > .clickable:hover {
        text-shadow: 0 0 7px rgb(53 104 141);
    }
