.hasil-lelang-top {
    background: url(../img/bg-lelang-mobil.svg);
    background-size: cover;
}

.hasil-lelang-top h2 {
    font-family: 'NexaHeavy';
    font-size: 30px;
}

.hasil-lelang-top .sub-top-page,
.hasil-lelang-detail-top .sub-top-page {
    padding: 40px 0;
}

.hasil-lelang-top .page-title {
    margin-bottom: 0;
}

.hasil-lelang-content {
    background: #f5f5f5;
}

.tab-menu-container {
    background: #fff;
}

.custom-tab-menu .nav-tabs {
    justify-content: space-between;
}

.hasil-lelang-tab-container .custom-tab-menu {
    margin: 0 auto;
    width: 80%;
    position: relative;
    top: -46px;
}

.custom-tab-menu .nav-item {
    display: flex;
    flex-direction: row;
    width: 48%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.custom-tab-menu .nav-item .nav-link {
    width: 100%;
    color: #5b5b5b;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: NexaHeavy;
    justify-content: center;
    background: white;
    text-transform: uppercase;
    position: relative;
    padding: 13px 10px 10px;
    opacity: 1;
}

.custom-tab-menu .nav-tabs .nav-link.active {
    color: white;
    background-color: #212c68;
    display: flex;
    align-items: center;
    font-family: NexaHeavy;
    justify-content: center;
}

.custom-tab-menu .nav-tabs .motor.nav-link.active {
    background-color: #ee3342;
}

.custom-tab-menu .nav-item .nav-link .icon {
    z-index: 1;
    left: 30px;
    top: 10px;
    position: absolute;
}

.custom-tab-menu .nav-item .nav-link .text {
    width: 70%;
    text-align: center;
}

.custom-tab-menu .nav-item .nav-link::before {
    width: 30%;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #f0efef;
    border-radius: 0 40% 0 0;
    height: 300%;
    content: '';
}

.custom-tab-menu .nav-tabs .nav-link.active:after {
    display: none;
}

.custom-tab-menu .nav-item .nav-link.active::before {

    background: white;
}

.hasil-lelang-tab-container .tab-content>.tab-pane {
    height: auto;
}

.hasil-lelang-tab-container .tab-content .tab-pane .box {
    padding: 0px 0;
}

.hasil-lelang-tab-container h3 {
    font-family: 'NexaHeavy';
    font-size: 20px;
    margin-bottom: 25px;
}

.hasil-lelang-item {
    margin-bottom: 50px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
}

.hasil-lelang-item .brand-container {
    text-align: center;
}

.hasil-lelang-item .product-photo {
    max-width: 225px;
    margin: auto;
    width: 100%;
}

.hasil-lelang-item .car-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 20px;
    padding-top: 20px;
    color: #212c68;
}

.hasil-lelang-item .car-info .logo-product {
    display: inline-flex;
    justify-items: center;
    margin-right: 10px;
}

.hasil-lelang-tab-container .main-result {
    padding-bottom: 50px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.hasil-lelang-tab-container .other-result {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 60px 0;
}

.hasil-lelang-tab-container .motor-tab {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.hasil-lelang-detail-top {
    background: url(../img/bg-hasil-lelang-detail.svg);
    background-size: cover;
}

.btn-find-car {
    background: #212c68;
    color: #fff;
    border-radius: 5px;
    padding: 13px 20px 10px;
    vertical-align: top;
}

.btn-find-car:hover {
    color: #fff;
    opacity: 0.7;
}

.btn-find-car>img {
    margin-left: 20px;
    width: 15px;
    display: inline-block;
    ;
}

.filter-car {
    border-radius: 4px;
    border: 1px solid #dfe4ef;
    background: #fff;
    padding: 20px;
    text-align: center;
}

.filter-car .select2-container--default {
    text-align: left;
}

.filter-car .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #212c68 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -11px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.filter-car .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dfe4ef;
    border-radius: 4px;
    padding: 10px 10px 6px;
    height: auto;
}

.filter-car .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 18px;
    padding-left: 0;
}

.filter-car .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.filter-car h3 {
    font-size: 18px;
}

.filter-car .car-type {
    margin-bottom: 15px;
}

.btn-filter-red {
    background: #ee3342;
    color: #fff;
    border: 0;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0 8px;
    font-size: 12px;
}

.btn-filter-red span {
    width: 20px;
    height: 19px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.hasil-lelang-lainnya h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.sidebar-container>div:not(:last-child) {
    margin-bottom: 30px;
}

.other-car-list .other-item {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.other-item .photo-container {
    padding: 15px;
}

.other-item>img.product-photo {
    width: 100%;
}

.other-item .car-type {
    padding: 10px 0;
}

.other-item .product-price {
    padding: 9px 0 5px;
    background: #212c68;
    color: #fff;
    font-size: 15px;
    font-family: 'NexaHeavy';
}

.other-result-auction-list .other-item {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.hasil-lelang-product a.red-link {
    font-family: 'NexaBold';
    font-size: 14px;
    padding-top: 13px;
    display: inline-block;

}

.daftar-hasil-lelang {
    padding-top: 30px
}

.daftar-hasil-lelang .table-style {
    display: table;
    width: 100%;
}

.daftar-hasil-lelang .table-style div.list-group {
    display: table-row;
    flex-direction: unset;
}

.daftar-hasil-lelang div.list-group>div:not(:last-child) {
    text-align: center;
    display: table-cell;
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    line-height: normal;
}

.daftar-hasil-lelang div.list-group {
    color: #000;
}

.daftar-hasil-lelang div.list-group:nth-child(even) {
    background: #fff
}

.daftar-hasil-lelang div.list-group:nth-child(odd) {
    background: #f5f7ff
}

.daftar-hasil-lelang div.list-titlelist-group div {
    background: #212c68;
    color: #fff;
    border: 0
}

.daftar-hasil-lelang .table-style .list-group .lelangprice {
    color: #ee3342;
}

section.hl-recomendation {
    padding-top: 0;
}

.hl-recomendation .hl-recomendation-container {
    background: url(../img/bg-recomedasi-big.png) no-repeat left bottom #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-size: 100%;
    padding: 30px;
}

.hl-recomendation .hl-recomendation-title {
    text-transform: uppercase;
}

.hl-recomendation-title {
    width: 264px;
    height: 46px;
    background: #ef3340;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 278 46"><path d="M261.684 0C265.532 0 269.039 2.20883 270.702 5.67969L276.931 18.6797C278.239 21.4112 278.239 24.5888 276.931 27.3203L270.702 40.3203C269.039 43.7912 265.532 46 261.684 46H15.9941C12.0906 45.9998 8.54381 43.7283 6.91113 40.1826L0.925781 27.1826C-0.296309 24.5284 -0.296309 21.4716 0.925781 18.8174L6.91113 5.81738C8.54381 2.27167 12.0906 0.000179061 15.9941 0H261.684Z" fill="white"/></svg>') no-repeat center;
    -webkit-mask-size: cover;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 278 46"><path d="M261.684 0C265.532 0 269.039 2.20883 270.702 5.67969L276.931 18.6797C278.239 21.4112 278.239 24.5888 276.931 27.3203L270.702 40.3203C269.039 43.7912 265.532 46 261.684 46H15.9941C12.0906 45.9998 8.54381 43.7283 6.91113 40.1826L0.925781 27.1826C-0.296309 24.5284 -0.296309 21.4716 0.925781 18.8174L6.91113 5.81738C8.54381 2.27167 12.0906 0.000179061 15.9941 0H261.684Z" fill="white"/></svg>') no-repeat center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: NexaHeavy;
    color: #fff;
    position: absolute;
    z-index: 10;
    gap: 4px;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.hl-recomendation-slider2 .slider-item.recomendation-item {
    border: 1px solid #eeeeef;
    margin: 0 8px;
}

@keyframes hl-rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.hl-recomendation-container .inner {
    margin: 4px 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 40px 16px 42px !important;
}

.hl-recomendation-container::before {
    content: "";
    display: block;
    background: linear-gradient(90deg, rgba(255, 0, 18, 0) 0, rgba(255, 0, 18, 0.75) 50%, #ff0012 100%);
    height: 800px;
    width: 20000px;
    transform: translate(0);
    position: absolute;
    animation: 5s linear infinite forwards hl-rotate;
    z-index: 0;
    top: 50%;
    transform-origin: top center;
}

.hl-recomendation-container::after {
    content: "";
    display: block;
    background: #ff00113c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hl-recomendation-container {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px !important;
}

.hl-recomendation-container .inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.product-item {
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.product-item .car-photo {
    position: relative;
    padding-bottom: 56.25%;
}

.product-item .car-photo img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
}

.product-item .bid-lot {
    background: #212c68;
    color: #fff;
    font-size: 8px;
    font-family: 'NexaBold';
    border-radius: 5px;
    padding: 3px 10px;
    text-transform: uppercase;
    text-align: center;
}

.product-item .bid-lot span {
    display: block;
    font-size: 14px;
}

.product-item .item-info {
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px;
    z-index: 99;
}

.wishlist-button>button {
    border: 0;
    background: url(../img/icon-wishlist-off.svg);
    height: 28px;
    width: 28px;

}

.wishlist-button>button.active,
.wishlist-button>button:hover {
    border: 0;
    background: url(../img/icon-wishlist-on.svg);
    height: 28px;
    width: 28px;
}

.wishlist-button>button.bike-whishlist {
    border: 0;
    background: url(../img/icon-wishlist-bike-off.svg);
    height: 28px;
    width: 28px;
    background-size: 28px;

}

.wishlist-button>.bike-whishlist.active,
.wishlist-button>.bike-whishlist:hover {
    border: 0;
    background: url(../img/icon-wishlist-bike-on.svg);
    height: 28px;
    width: 28px;
    background-size: 28px;
}

.product-item .car-info,
.product-item .bike-info {
    text-align: center;
    margin-top: -20px;
    position: relative;
}

.product-item .car-price,
.product-item .bike-price {
    background: #ee3342;
    color: #fff;
    font-family: 'NexaBold';
    font-size: 12px;
    width: auto;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 20px;
}

.product-item .car-name,
.product-item .bike-name {
    font-size: 14px;
    color: #212c68;
    padding-top: 20px;
    padding-bottom: 10px;
}

.product-item .auction-loc {
    font-size: 12px;
    color: #212c68;
}

.hl-rec-item {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    border: 1px solid #EEEEEF;
    height: 100%;
}

.hl-rec-item .car-photo {
    position: relative;
    padding-bottom: 56.25%;
    height: 150px;
}

.hl-rec-item .car-photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.hl-rec-item .bid-lot {
    background: #212c68;
    color: #fff;
    font-size: 8px;
    font-family: 'NexaBold';
    border-radius: 4px;
    padding: 6px;
    text-transform: uppercase;
    text-align: center;
    flex: 0 0 52px;
    height: 100%;
}

.hl-rec-item .bid-lot span {
    display: block;
    font-size: 14px;
}

.hl-rec-item .item-info {
    position: absolute;
    display: flex;
    justify-content: space-between;
    gap: 4px;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px;
    z-index: 99;
}

.hl-rec-item .wishlist-button>button {
    border: 0;
    background: url(../img/icon-wishlist-off.svg);
    height: 28px;
    width: 28px;
}

.hl-rec-item .wishlist-button>button.active,
.hl-rec-item .wishlist-button>button:hover {
    border: 0;
    background: url(../img/icon-wishlist-on.svg);
    height: 28px;
    width: 28px;
}

.hl-rec-item .car-info {
    text-align: center;
    margin-top: -14px;
    position: relative;
}

.hl-rec-item .car-price {
    background: var(--secondary-500);
    color: #fff;
    font-family: 'NexaHeavy';
    font-weight: 900;
    font-size: 12px;
    width: auto;
    padding: 6px 20px 4px;
    border-radius: 4px;
    line-height: normal;
    display: inline-flex;
    flex-direction: column;
}

.hl-rec-item .car-price>span {
    font-family: 'NexaReg';
    font-weight: 400;
    font-size: 10px;
}

.hl-rec-item .car-name {
    font-size: 14px;
    color: var(--secondary-500);
    padding-top: 10px;
    padding-bottom: 4px;
}

.hl-rec-item .like-view {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    gap: 1rem;
    color: #212C68;
}

.hl-rec-item .like-view .like-count,
.hl-rec-item .like-view .view-count {
    display: flex;
    flex-direction: row;
}

.hl-rec-item .like-view .like-count .number,
.hl-rec-item .like-view .view-count .number {
    color: var(--secondary-500);
    font-size: 12px;
    font-family: 'NexaReg';
    font-weight: normal;
    margin-left: 4px;
    padding-top: 2px;
}

.hl-rec-item .auction-loc {
    font-size: 12px;
    color: #212c68;
}

.hl-rec-item .settlement-deadline {
    text-align: center;
    color: black;
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
    max-width: 171px;
    width: 100%;
    margin: 0 auto;
    font-family: 'NexaReg';
}

.hl-rec-item .settlement-deadline.wanpres {
    color: #EE3342;
}

.hl-rec-item .kendaraan-status {
    margin: 8px 0 0;
}

.hl-rec-item .kendaraan-status .status-title {
    font-size: 12px;
    text-align: center;
    color: #5b5b5b;
    padding: 1px 0;
    background: #e5e5e5;
}

.hl-rec-item .status-content {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #5b5b5b;
}

.hl-rec-item .status-content .row>.col {
    border-left: 1px solid #eeeeef;
    padding: 10px 0 8px;
}

.hl-rec-item .status-content .row>.col:first-child {
    border: 0;
}

.hl-rec-item .status-content span img {
    height: 13px;
    display: block;
    margin: 0 auto 5px;
}

.hl-rec-item .grade-kendaraan-content span {
    font-size: 24px;
    font-family: 'NexaHeavy';
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.product-item #productTab .nav-item {
    font-size: 11px;
    width: 50%;
}

.product-item #productTab.nav-tabs {
    border: 0
}

.product-item #productTab.nav-tabs .nav-link {
    padding: 10px 0px;
    text-align: center;
    border: 0;
    color: #b9b9b9;
    background-color: #efefef;
    border-radius: 0;
}

.product-item #productTab.nav-tabs .nav-link.active {
    color: #111;
    background-color: #f9f9f9;
}

.gradeKendaraan .col {
    font-size: 24px;
    font-family: 'NexaHeavy';
    text-align: center;
    padding-top: 10px;
    border-left: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
}

.gradeKendaraan .col span {
    font-size: 9px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.infoKendaraan .col {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'NexaBold';
    border-left: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    padding: 10px 0px;
}

.infoKendaraan .col:first-child,
.gradeKendaraan .col:first-child {
    border-left: 0;
}

.infoKendaraan img {
    height: 13px;
    display: block;
    margin: 0 auto 5px;
}

.product-list {
    padding-top: 40px;
}

.product-sorting {
    font-size: 12px;
    padding: 7px 10px;
    margin-left: 10px;
}

.productsearch-content .title {
    padding-top: 10px;
    font-size: 18px;
}

.btn-bookprice {
    background: #212c68;
    color: #fff;
    font-size: 12px;
    padding: 15px 0 11px;
    text-align: center;
    border: 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
    transition: 300ms ease;
}

.btn-bookprice:hover {
    background: #4b5baf;
}

.auction-result-top .breadcrumb-section {
    margin-bottom: 32px;
}

.title-section {
    text-align: center;
}

.title-section .title {
    font-size: 30px;
    font-family: NexaHeavy;
    margin-bottom: 24px;
}

.title-section .sub-title {
    font-size: 18px;
    font-family: NexaHeavy;
    margin-bottom: 8px;
}

section.auction-result-popular-section,
section.auction-result-other-model-section {
    padding: 0 50px 50px;
}

.df-tabs {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.df-tab {
    font-size: 1rem;
    padding: 10px 0;
    border: none;
    background: none;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    text-decoration: none;
    line-height: 1;
    flex: 1;
    text-wrap: nowrap;
}

.df-tab.active {
    border-bottom: 3px solid var(--secondary-500);
    color: var(--secondary-500);
    cursor: default;
    font-weight: 700;
}

a.df-tab {
    color: #212C68;
}

.tabs-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
}

/* Popular Grid & Card */
.popular-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 24px;
}

.popular-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 10px 0;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    overflow: hidden;
    position: relative;
}

.popular-card:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}

.popular-card__logo {
    align-self: flex-start;
    height: 28px;
    margin-bottom: 4px;
    padding: 0 10px;
}

.popular-card__logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.popular-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 121px;
    padding: 0 22px;
}

.popular-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.popular-card__divider {
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    margin: 12px 0;
}

.popular-card__name {
    font-family: NexaBold;
    font-size: 16px;
    line-height: 1.5;
    color: var(--secondary-500);
    text-align: center;
    padding: 4px 10px;
}

.other-model-header {
    margin-bottom: 50px;
    text-align: center;
}

.other-model-header h2 {
    font-family: NexaHeavy;
    font-size: 18px;
    line-height: 1.5;
    color: var(--secondary-500);
    margin-bottom: 0;
}

.btn-act-wrap {
    display: flex;
    gap: 8px;
}

.btn-action {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--secondary-500);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-action[disabled] {
    pointer-events: none;
    opacity: 0.4;
    cursor: default;
}

.result-auction-detail-page h1.title {
    font-size: 30px;
    font-family: NexaHeavy;
    color: var(--secondary-500);
}

.result-auction-detail__information {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.result-auction-detail__information .result-auction-detail__content-information {
    border-radius: 8px;
    padding: 30px;
    background-color: #fff;
}

.result-auction-detail__content-information .title,
.result-auction-detail__content-information p {
    color: var(--secondary-500);
}

.btn-find-car-v2 {
    background: var(--secondary-500);
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    padding: 12px 16px;
}

.btn-find-car-v2:hover {
    color: #fff;
    font-family: NexaBold;
}

section.result-detail-content {
    padding-top: 0px;
}

.auction-result-product {
    border-radius: 8px;
    border: 1px solid var(--neutral-200);
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
    padding: 24px;
}

.auction-result-product .header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
    border-bottom: 1px solid var(--neutral-200);
}

.auction-result-product .header-info .title {
    font-size: 24px;
    font-family: NexaHeavy;
    color: var(--secondary-500);
}

.auction-result-product .list-auction-result {
    padding-top: 24px;
}

.list-auction-result .list-title.list-group {
    background-color: var(--secondary-500) !important;
    color: white;
}

.list-auction-result .list-title {
    font-family: 'NexaBold';
}

.list-auction-result .list-title.list-group>div:first-child {
    border-top-left-radius: 8px;
}

.list-auction-result .list-title.list-group>div:last-child {
    border-top-right-radius: 8px;
    text-align: center;
    font-family: 'NexaBold';
    display: table-cell;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/* Custom select for detail page */
.result-auction-detail-page .filter-car select {
    width: 100%;
    padding: 12px 40px 12px 16px;
    font-size: 14px;
    font-family: 'NexaBook', sans-serif;
    color: #333;
    background-color: #fff;
    border: 1px solid #dfe4ef;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/home/icon-dropdown-red.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s ease;
}

.result-auction-detail-page .filter-car select:focus {
    border-color: var(--secondary-500);
}

.result-auction-detail-page .filter-car .select2-container {
    display: none !important;
}

.result-auction-detail-page .filter-car select {
    display: block !important;
}

.result-auction-detail-page .filter-car .select-container {
    margin-bottom: 16px;
}

.result-detail-content .filter-car .title {
    font-size: 12px;
    color: var(--primary-500);
}


.result-auction-detail-page .btn-filter-red {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 16px;
}

.other-result-auction {
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
    padding: 16px;
    width: 100%;
}

.other-result-auction .title {
    font-size: 16px;
    font-family: NexaHeavy;
    color: var(--secondary-500);
    text-align: center;
    margin-bottom: 16px;
}

section.other-result-auction-wrapper {
    padding: 0 0 40px;
}

/*responsive - recommendation*/
@media (min-width: 768px) {
    .hl-recomendation-container .inner {
        padding: 54px 32px 30px !important;
        margin: 4px;
    }

    .hl-recomendation-container {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .hl-recomendation-slider2 .slick-dots button {
        background: #e5e5e5;
    }
}

@media (max-width: 576px) {
    .auction-result-product .header-info {
        flex-wrap: wrap;
        row-gap: 16px;
    }
}

/*responsive*/
@media (min-width: 1200px) {}

@media (max-width: 1024px) {
    .result-auction-detail-page h1.title {
        font-size: 24px;
    }

    .popular-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 16px;
        row-gap: 16px;
    }

    .btn-act-wrap {
        display: none;
    }

    .title-section .title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .title-section .sub-title {
        display: none;
    }

    .other-model-header {
        margin-bottom: 24px;
    }

    section.auction-result-top {
        padding: 16px 0 40px;
    }

    .auction-result-top .breadcrumb-section {
        margin-bottom: 24px;
    }

    .auction-result-product .header-info .title {
        font-size: 18px;
    }

    .result-auction-detail__information .result-auction-detail__content-information  {
        padding: 16px;
    }

    .result-auction-detail__information .result-auction-detail__content-information .banner-cont {
        padding-bottom: 16px;
    }

    .hl-recomendation-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .popular-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 12px;
        row-gap: 12px;
    }

    section.auction-result-popular-section,
    section.auction-result-other-model-section {
        padding: 0 0 40px;
    }

    .tabs-wrapper {
        justify-content: center;
    }

    .df-tabs {
        gap: 16px;
    }

    .df-tabs .df-tab {
        font-size: 14px;
        text-align: center;
        line-height: 1.5;
    }

    .df-tabs .df-tab:not(.auction-result-other-model-section .df-tab) {
        text-wrap: wrap;
    }

    .btn-find-car {
        font-size: 12px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .hasil-lelang-tab-container .custom-tab-menu {
        width: 100%;
    }

    .custom-tab-menu .nav-item .nav-link::before {
        height: 150%;
        width: 35%;
    }

    .custom-tab-menu .nav-item .nav-link .icon {
        left: 10px;
    }

    .custom-tab-menu .nav-tabs .nav-link {
        padding-left: 35%
    }

    .hasil-lelang-item a img.product-photo {
        display: none;
    }

    .hasil-lelang-page .hasil-lelang-item .car-info {
        flex-direction: column;
    }

    .hasil-lelang-page .hasil-lelang-item .car-info>div {
        margin: 0
    }

    .hasil-lelang-page .hasil-lelang-item .car-info>div.logo-product img {
        margin: 0 auto;
    }

    .hasil-lelang-page .hasil-lelang-item .car-info>div.logo-product {
        margin-bottom: 10px;
    }

    .hasil-lelang-item {
        margin-bottom: 10px;
    }

    .hasil-lelang-detail-page .advance-search {
        width: 100%;
    }

    .sidebar-container .hasil-lelang-lainnya {
        display: none;
    }

    .daftar-hasil-lelang .table-style div.list-group:first-child {
        display: none;
    }

    .daftar-hasil-lelang .table-style div.list-group {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 10px;
        background: transparent;
        border: 0;
        position: relative;
        justify-content: space-between;
        background: #fff;
        position: relative;
    }

    .daftar-hasil-lelang .table-style div.list-group>div {
        text-align: left;
        border: 0;
        background: #fff;
        padding: 10px;
    }

    .daftar-hasil-lelang .table-style div.list-group>div:before {
        display: block;
        width: 100%;
        font-size: 9px;
        text-transform: uppercase;
        text-align: left;
        color: #212c68;
    }

    .daftar-hasil-lelang .table-style div.list-group div:first-child {
        order: 3;
        display: none;
    }

    .daftar-hasil-lelang .table-style div.list-group div:first-child:before {
        content: 'MERK';
        display: block;
    }

    .daftar-hasil-lelang .table-style div.list-group>div:nth-child(2) {
        order: 4;
        display: none;
    }

    .daftar-hasil-lelang .table-style div.list-group>div:nth-child(2):before {
        content: 'MODEL';
    }

    .daftar-hasil-lelang .table-style div.list-group>div:nth-child(5) {
        order: 6;
        display: none;
    }

    .daftar-hasil-lelang .table-style div.list-group>div:nth-child(5):before {
        content: 'lokasi';
    }

    .daftar-hasil-lelang .table-style div.list-group>div.lelangprice {
        order: 2;
        width: 60%;
    }

    .daftar-hasil-lelang .table-style div.list-group>div.lelangprice:before {
        content: 'Harga Hasil LElang';
    }

    .daftar-hasil-lelang .table-style div.list-group>div:nth-child(3) {
        order: 1;
        width: 40%;
    }

    .daftar-hasil-lelang .table-style div.list-group>div:nth-child(3):before {
        content: 'Tahun';
    }

    .daftar-hasil-lelang .table-style div.list-group>div:nth-child(4) {
        order: 5;
        display: none;
    }

    .daftar-hasil-lelang .table-style div.list-group>div:nth-child(4):before {
        content: 'Lokasi';
    }

    .daftar-hasil-lelang .table-style div.list-group .show-car-info-container {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0;
    }

    .btn-show-car-info {
        border: 0;
        background: url(../img/arrow-red.svg) no-repeat #ee3342;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        transition: all 0.05s ease-in-out;
    }

    .btn-show-car-info.active {
        transform: rotate(180deg);
        transition: all 0.05s ease-in-out;
    }

    .daftar-hasil-lelang .table-style div.list-group>div.show {
        display: inline-block;

    }

    .other-car-list {
        overflow: hidden;
    }

    .other-car-list .photo-container img {
        margin: 0 auto;
    }

    .other-car-list .slick-list {
        width: 87%;
        overflow: visible;
    }

    .other-car-list .slick-list .other-item {
        margin: 0 10px
    }

    .other-result-auction-list {
        overflow: hidden;
    }

    .other-result-auction-list .photo-container img {
        margin: 0 auto;
    }
}
