/* Select2 Custom Style */
.select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #ced4da;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 12px;
    color: #495057;
}

.form-group {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #333;
}

.select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: 0;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 8px;
}

.select2-results__option {
    padding: 8px 12px;
}

.banner-page {
    background-image: url('../../../../img/pages/dealer/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 3/1;
}

.search-form-dealer, .card-list-dealer, .card-map-dealer {
    background-color: white;
    padding: 20px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #00000008;
    border-radius: 16px;
}

.dealer-list {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dealer-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.dealer-item:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

.dealer-item.active {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
}

.dealer-item.active .dealer-name,
.dealer-item.active .label {
    color: #fff;
}

.dealer-item.active .dealer-info,
.dealer-item.active .dealer-social a {
    color: #fff;
}

.dealer-item.active .dealer-info i,
.dealer-item.active .dealer-social i {
    color: #fff;
}

.dealer-item:last-child {
    border-bottom: none;
}

.dealer-name {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.dealer-info {
    color: #666;
}

.dealer-info i {
    width: 20px;
    color: #3498db;
}

.dealer-info .label {
    font-weight: 500;
    color: #2c3e50;
    margin-right: 5px;
}

.dealer-social {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
}

.dealer-social a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.dealer-social a:hover {
    color: #3498db;
}

.dealer-social i {
    margin-right: 5px;
}

.dealer-social .label {
    font-weight: 500;
    color: #2c3e50;
    margin-right: 5px;
}

/* Custom scrollbar */
.dealer-list::-webkit-scrollbar {
    width: 6px;
}

.dealer-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dealer-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.dealer-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#map {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#dealerList {
    min-height: 500px;
}

.goong-map {
    border-radius: 8px;
}

.mapboxgl-popup {
    max-width: 300px !important;
}

.mapboxgl-popup-content {
    padding: 15px;
    border-radius: 8px;
}

.mapboxgl-popup-content h6 {
    margin-bottom: 8px;
    font-weight: 600;
}

.mapboxgl-popup-content p {
    margin-bottom: 0;
    font-size: 14px;
}
