.standard_tertiary_button {
    background-color: var(--tertiary-color);
    color: var(--secondary-color);
    padding: 5px 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}
.HeaderContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}
.sliders {
    background-color: white;
    width: 100%;
    border-top: none;
    box-shadow: none;
}
.sliders.is-open .flexed_elements {
    padding: 25px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.slider {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px;
    max-height: 400px;
}
.CarHeader {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.car-card:not(.card-open) {
    transition: all 0.8s ease-in-out;
}

.car-card.card-open {
    border-radius: 10px 10px 0px 0px;
    box-shadow: none;
    border-bottom: none;
}

.car-card {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.CarIntro {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.cars_id_background {
    width: fit-content;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    /* border-radius: 0px 10px 10px 0px; */
    align-items: center;
    background-color: var(--secondary-color);
}
.CarDescription {
    min-height: 300px;
    max-height: 400px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    height: 100%;
}
.carDesText p {
    direction: ltr;
    margin: 0px !important;
    padding: 0px !important;
    width: auto;
    height: auto;
}
.bottom_Prices_timer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    /* gap: 20px;   */
}

.bottom_timer_bid {
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    height: 101px;
    width: 90%;
    background: #d2e7e4;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-right: 20px;
}
.insider_container {
    clip-path: polygon(0% 0%, 98% 0%, 89% 100%, 0% 100%);
    height: 78px;
    width: 95%;
    /* background: white; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 30px;
}
.CarPrices {
    width: 100%;
    background-color: #d2e7e4;
    display: flex;
    justify-content: center;
    gap: 3%;
    flex-direction: row;
    align-items: center;
    /* clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.asset-card2 div.winner_span {
    position: absolute;
    left: 45%;
    transform: translate(0%, -98%);
    top: 0px;
    border-radius: 10px 10px 3px 3px;
    background-color: #d2e7e4;
    width: 139px;
    padding: 3px 8px;
    height: 24px;
    color: var(--secondary-color);
    /* bottom: 0px; */
    display: flex;
    z-index: 99;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    gap: 15px !important;
}

.carDesText {
    max-height: 150px;
    /* white-space: pre-wrap; */
    overflow-y: scroll;
    text-align: right;
    scrollbar-width: none;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.carDesText::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.CarFooter {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 7px 0px;
    border-top: 1px solid var(--secondary-color);
    border-top: 1px solid #80808029;
}
.CarPriceContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.CarPriceChild span {
    color: black;
    font-weight: 300;
    font-size: 15px;
}
.CarPriceChild p {
    color: grey;
    font-size: 20px;
    font-weight: 500;
}
.CarPriceChild {
    text-align: right;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.CarPropertiesItem {
    white-space: nowrap;
}
.CarPropertiesItem p:first-child {
    color: var(--secondaryText_color);
}
.CarPropertiesItem p:nth-child(2) {
    color: var(--secondary-color);
    font-weight: 500;
}
.CarPropertiesRowContainer {
    margin: 10px 0px;
    gap: 2%;
    flex-wrap: wrap;
    /* flex: 1 1 auto; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.CarPropertiesRow {
    margin: 10px 0px;
    gap: 8px;
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

#tabsContainer {
    font-family: Arial, sans-serif;
}

.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #ccc;
}

.tabs .tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #f9f9f9;
    margin-right: 5px;
}
.tabs_header {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--secondaryText_color);
    white-space: nowrap;
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
}
.tab_item > span:first-child {
    color: black;
}
.tab_item > span:nth-child(2) {
    color: var(--secondary-color);
}

.tab_item {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    width: 22%;
    padding: 15px 35px;
    background: var(--accent-color);
    border-radius: 5px;
}
.tab_body {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.tabs_header li.active {
    color: var(--secondary-color);
    border-bottom: 3px solid var(--secondary-color);
    padding-bottom: 5px;
}
.title-timer-bid {
    align-self: self-end;
}
.noTimerYet {
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%) !important;
    width: 100% !important;
    border-radius: 8px !important;
}

.tab-content {
    /* padding: 20px;
    border: 1px solid #ccc;
    background: #fff; */
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.CarssearchInputWrapper {
    border: 1px solid #0000003b;
    background-color: white !important;
    border-radius: 10px !important;
    width: auto !important;
}

.tabs_header li {
    /* width: 30%; */
    width: 20%;
    display: flex;
    justify-content: center;
}

@media (max-width: 900px) {
    .bottom_Prices_timer {
        border: 10px solid #d2e7e4;
    }
    .CarIntro {
        flex-direction: column;
    }
    .slider {
        width: 100% !important;
    }
    .bottom_Prices_timer {
        flex-direction: column;
    }
    .bottom_timer_bid {
        width: 100%;
        /* clip-path: polygon(
            0% 0%,
            0% 100%,
            2% 100%,
            2% 10%,
            97% 10%,
            89% 90%,
            0% 90%,
            0% 100%,
            90% 100%,
            100% 0%
        ); */
    }
    .CarPrices {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .CarHeader
        > div.title-timer-bid
        > div.bottom-timer-bid
        > div
        > button.standard_main_button {
        padding: 7px 18px !important;
    }
    .CarHeader
        > div.title-timer-bid
        > div.bottom-timer-bid
        > div
        > button.standard_tertiary_button {
        padding: 7px 18px !important;
    }
    .CarHeader > div > div.cars_id_background {
    }
    .CarHeader > div > h3 > a {
        font-size: 18px !important;
    }
}

@media (max-width: 850px) {
    .tab_item {
        width: 30%;
        height: 100px;
    }
    .CarHeader
        > div.title-timer-bid
        > div.bottom-timer-bid
        > div
        > button.standard_main_button {
        padding: 4px 12px !important;
    }
    .CarHeader
        > div.title-timer-bid
        > div.bottom-timer-bid
        > div
        > button.standard_tertiary_button {
        padding: 4px 12px !important;
    }
    .CarHeader > div > div.cars_id_background {
    }
    .CarHeader > div > h3 > a {
        font-size: 12px !important;
    }
}
@media (max-width: 750px) {
    .tab_item span {
        font-size: 14px;
    }
    .tabs_header {
        font-size: 15px;
        gap: 15px;
    }

    .CarHeader
        > div.title-timer-bid
        > div.bottom-timer-bid
        > div
        > button.standard_main_button {
        padding: 4px 15px !important;
    }
    .CarHeader
        > div.title-timer-bid
        > div.bottom-timer-bid
        > div
        > button.standard_tertiary_button {
        padding: 4px 15px !important;
    }
    .CarHeader > div > div.cars_id_background {
    }
    .CarHeader > div > h3 > a {
        font-size: 15px !important;
    }
}
@media (max-width: 600px) {
    .asset-card2 div.winner_span {
        left: 29%;
    }

    .tab_item {
        gap: 2px;
        padding: 7px 15px;
        border-radius: 5px;
    }
    .tab_body {
        gap: 8px;
    }
    .bottom_timer_bid {
        width: 100%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .insider_container {
        /* width: 100%; */
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .CarPrices {
        clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%) !important;
        padding: 12px;
        gap: 0%;
    }

    .CarHeader {
        flex-direction: column;
        align-items: flex-start;
    }
    .cars_id_background {
        /* padding: 6px; */
    }
    .CarPrices > div.CarPriceContainer > img {
        width: 20px !important;
    }
    .CarPrices > div.CarPriceContainer > div.CarPriceChild {
        gap: 2px !important;
    }
    .CarPrices > div.CarPriceContainer > div.CarPriceChild span {
        font-size: 10px !important;
    }
    .CarPrices > div.CarPriceContainer > div.CarPriceChild p {
        font-size: 16px !important;
    }
}
@media (max-width: 500px) {
    .tabs_header li {
        width: 46%;
        margin: 3px 0px;
    }
    .tab_item {
        width: 48%;
    }
    .CarsflexSpaceBetween {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
    .CarssearchInputWrapper {
        width: 100% !important;
    }
    .searchInputWrapper {
        width: 100% !important;
    }
}
@media (max-width: 450px) {
    .cellNumberWrapper {
        padding: 0.3em;
    }
    .newTimer .timer-row p {
        font-size: small;
    }
    .cellNumberWrapper::after {
        --border-size: 2px;
    }
    .CarPrices {
        clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%) !important;
        padding: 12px;
        gap: 0%;
    }
    .CarPriceContainer img {
        display: none;
    }
    .CarPrices > div.CarPriceContainer > div.CarPriceChild p {
        font-size: 15px !important;
    }

    .btn-slide img {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 360px) {
    .btn-slide img {
        width: 25px;
        height: 25px;
    }
}
