﻿.lot-web-container {
    padding: 3px 6px ;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 100px);
}

.lot-web-bottom-border {
    border-bottom: 1px solid #D4D8E2;
}

.lot-web-bedge {
    background: #F3F5FC;
    height: 35px;
    width: 35px;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

.lot-web-brand-logo {
    /*width:50px;*/
    height: 50px;
}

.lot-web-carousel-container {
    height: 100%;
}

.lot-web-carousel-inner {
    height: 100%;
    border-radius: 0 !important;
}

.lot-web-carousel-counter {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: end;
    padding: 0;
    margin-right: 3%;
    margin-bottom: 4rem;
    list-style: none;
}

    .lot-web-carousel-counter > h4 > .badge {
        background: #0B1630;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 19.5px;
        line-height: 120%;
    }

.lot-web-carousel-arrow-button {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .lot-web-carousel-arrow-button:hover {
        background: rgba(255, 255, 255, 0.7);
    }

    .lot-web-carousel-arrow-button > i {
        font-size: 2em;
        color: var(--text-color-dark-100)
    }

.lot-web-carousel-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain ;
    object-position: center;
}

.lot-web-content-vehicle-data-title {
    font-size: 1.125em;
    font-variation-settings: "wght" 600;
    line-height: 1.25em;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem !important;
    padding-top: 0.5rem !important;
}

.lot-web-vehicle-observation {
    background: rgba(0, 67, 238, 0.1);
    color: #0043EE;
    text-align: left !important;
    width: auto !important;
    border-radius: 0.25rem;
}

    .lot-web-vehicle-observation > p {
        margin: 0px;
        padding: 0.5rem !important;
        font-size: 1rem;
    }

.lot-web-info-container {
    width: 100%;
    padding-right: 5rem;
    padding-left: 5rem;
    margin-right: auto;
    margin-left: auto;
}

.lot-web-info {
    border: 1px solid #D4D8E2;
}
    .lot-web-info > [class*="col-"] {
        height: auto !important;
        overflow: hidden;
        overflow-y: auto;
    }

.lot-web-info-title {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lot-web-info-expire-time {
    font-size: 1.25rem;
}

.lot-web-ordervehicule {
    height: 59px !important;
    width: 45px !important;
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #002B52;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
}

.lot-web-triangle {
    border: 7px solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-width: 0px 32px 11px;
    max-width: 36px;
}

.lot-web-favorite-button {
    width: 35px !important;
    height: 35px !important;
    position: initial !important;
}

.lot-web-offers {    
    position: absolute;
    right: 50px;
    bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px 24px 48px -12px rgba(17, 19, 34, 0.18);
    border-radius: 8px;
    justify-content: end;
    z-index:12;
}


.lot-web-offers-divider {
    position: relative;
}

    .lot-web-offers-divider:after {
        content: " ";
        position: absolute;
        border-right: 1px #D4D8E2 solid;
        top: 35%;
        right: 0;
        height: 50%;
        margin-top: auto;
        margin-bottom: auto;
    }

.lot-web-offer-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.lot-web-offer-button {
    width: 200px;
    height: 50px;
}

.contsearch{
    min-width: 38px;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .lot-web-offers {
        width: 100% !important;
        right: 0;
        bottom: 0;
    }
    .lot-web-info-expire-time {
        font-size: 1.25rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .lot-web-offers {
        right: 0;
        bottom: 0;
    }
    .lot-web-info-expire-time {
        font-size: 1.25rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .lot-web-offers {
        width: 100% !important;
        right: 0;
        bottom: 0;
    }
    .lot-web-info-expire-time {
        font-size: 1rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .lot-web-offers {
        width: 80% !important;
        right: 0px;
        bottom: 10px;
    }
    .lot-web-info-expire-time {
        font-size: 1.25rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .lot-web-offers {
        width: 65% !important;
        right: 0px;
        bottom: 10px;
    }
    .lot-web-info-expire-time {
        font-size: 1.25rem;
    }
}

/* Extra large devices (large laptops and desktops, 1645px and up) */
@media only screen and (min-width: 1645px) {
    .lot-web-offers {
        width: 45% !important;
        right: 0px;
        bottom: 10px;
    }
    .lot-web-info-expire-time {
        font-size: 1.25rem;
    }
}


.lot-web-small-button {
    height: 32px;
    width: 32px;
    border: 1px solid #002B52 !important;
}