.mainSliderHeight {
	height: 70vh;
}
.subpageBannerHeight {
    height: 50vh;
}

.img-style.video {
    max-height: 300px;
}

.img-style.twogis {
    max-height: 300px;
}

.img-style.video-review {
    max-height: 210px;
}

.read-more {
    background-color: #fff; color: #EF1D26; padding:10px
}


#form-message {
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
}

#form-message.success {
    display: block;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#form-message.error {
    display: block;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.tb-my-input.is-invalid,
textarea.is-invalid {
    border: 2px solid #e3342f;
    background-color: #fff5f5;
}

.flat-filter-search.home4 .flat-tabs {
    margin-top: -6.8em;
}


/* car damages*/
.CarStatus__imgWrapper {
    width: 100%;
    min-height: 270px;
    position: relative;
    display: flex;
    gap: 1px;
    padding: 1px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.CarStatus__imgContainer:first-child {
    border-radius: 10px 0 0 10px;
}

.CarStatus__imgContainer {
    position: relative;
    width: 50%;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    padding-top: 10px;
}

.CarStatus__details {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(6, auto);
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.CarStatus__details__el {
    display: flex;
    align-items: center;
    gap: 5px;
}

.CarStatus__details__el span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.CarStatus__details__cat-r {
    background-color: #ef3e37;
}

.CarStatus__details__cat-b {
    background-color: #749de2;
}

.CarStatus__details__cat-o {
    background-color: #da973f;
}

.CarStatus__details__cat-g {
    background-color: #77879c;
}

.CarStatus__details__cat-s {
    background-color: #767763;
}

.CarStatus__details__cat-w {
    background-color: #9c8378;
}

.CarStatus__details__el label {
    font-size: 12px;
}

.CarStatus__point-CHANGE {
    fill: #ef3e37
}

.CarStatus__point-METAL {
    fill: #749de2
}

.CarStatus__point-CORROSION {
    fill: #da973f
}

.CarStatus__point-SCRATCH {
    fill: #77879c
}

.CarStatus__point-HILLS {
    fill: #767763
}

.CarStatus__point-DAMAGE {
    fill: #9c8378
}

@media (max-width: 800px) {
    .CarStatus__details {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(3, auto);
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}
