﻿.FilterItem {
    border-bottom: 1px solid #0000001f;
    padding-bottom: 10px;
}

.FilterHeaderContainer {
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0 5px;
    cursor:pointer;
}
.yearFlex {
    display: flex;
}

#MinYear{
    width:40%;
}
#MaxYear {
    width: 40%;
}
#MinMileage {
    width: 40%;
}

#MaxMileage {
    width: 40%;
}
[data-list=true] {
    margin: 10px 0 5px;
    /*height: 200px;*/
    overflow-y: scroll;
    display: none
}


.ListItem {
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid #8080804f;
    flex-wrap: wrap;
}

#SlideCarItem_ImgContainer {
    height: 100%px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#NavSectionContainer {
    width: 25%;
}

#NavSection {
    background-color: #f4f6f5;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
}

#ListContainer {
    display: flex;
    flex-wrap: wrap;
}

.ListContainer {
    width: 75%;
}

.ListItemImgContainer {
    width: 40%
}

.ListItemDataContainer {
    width: 60%;
    padding: 10px
}

.ListItemDataContainerL1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ListItemDataContainerVehicleInfo {
    width: 80%;
}

.VehicleInfoSvgCont {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.ListItemDataContainerTimeCounter {
    width: 20%;
}


.ListItemDataContainerOpeningPrice {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

    .ListItemDataContainerOpeningPrice div:nth-child(1) {
        text-align: right;
    }

    .ListItemDataContainerOpeningPrice div:nth-child(2) {
        font-weight: 600;
        font-size: 24px;
        color: var(--orange);
        letter-spacing: 1px;
        margin-top: 5px;
    }



.ListItemDataContainerBidSection {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    width: 100%;
}

#grayStar {
    height: 12px;
    margin-right: 5px;
    -webkit-filter: grayscale(1);
}

#OrderType {
    font-weight: 600;
    font-size: 12px;
    border-left: 1px solid #80808021;
    padding: 0px 10px;
}

.ListTypePassive {
    padding: 2px;
    cursor: pointer;
    background-color: #80808021;
}

.ListTypeActive {
    padding: 2px;
    cursor: pointer;
    background-color: #808080
}

.ListTypeIcon18 {
    height: 18px;
}

.ListTypeIcon24 {
    height: 24px;
}

#SoundIcon {
    outline: 1px solid var(--orange);
    padding: 4px;
    cursor: pointer;
    margin-left: 10px;
}

#MobileBtnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 10px;
}

.MobileBtn {
    width: 48%;
    padding: 10px;
    border: 1px solid #c8c8c8;
    background-color: #f4f6f5;
    border-radius: 5px;
    color: #536259;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px
}

    .MobileBtn img {
        height: 24px;
    }

@media (max-width: 768px) {

    #NavSectionContainer {
        width: 100%;
    }

    #NavSection {
        display: none;
    }

    .ListContainer {
        width: 100%;
    }

    .ListItemImgContainer {
        width: 100%
    }

    .ListItemDataContainer {
        width: 100%;
        padding: 10px
    }

    .ListItemDataContainerL1 {
        display: flex;
        flex-wrap: wrap;
    }

    .ListItemDataContainerVehicleInfo {
        width: 100%;
    }

    .VehicleInfoSvgCont {
        display: flex;
        margin-top: 20px;
        justify-content: space-around;
    }

    .ListItemDataContainerTimeCounter {
        width: 50%;
        margin-top: 20px;
    }

    .ListItemDataContainerOpeningPrice {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .ListItemDataContainerBidSection {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        width: 100%;
    }
}
