@import './components/map.css';
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lokasi-lelang .marker-window-info .icon {
  margin-right: 8px;
}
.lokasi-lelang .marker-window-info .icon .material-icons{
  color: #ee3342;
  font-size: 18px;
}
.lokasi-lelang .marker-window-info .hotline {
  margin-bottom: 35px;
}
.lokasi-lelang .marker-window-info .btn-direction {
  color: white;
  background: #ee3342;
  text-align: center;
  padding: 5px 0;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;

  font-size: 12px;
  font-family: NexaXBold;
}
.location-list .slick-arrow {
  transform: translateY(-15px);
}
.location-list .slick-list{
  margin: 0 -10px;
}
.lokasi-lelang .location-list .location-item {
  border-radius: 5px;
  padding: 8px;
}
.lokasi-lelang .location-list .location-item .location-wrap{
  background: white;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.lokasi-lelang .location-list .location-item .title {
  color: rgb(33, 44, 104);
  font-size: 12px;
  font-family: NexaXBold;
  margin-bottom: 15px;
}
.lokasi-lelang .location-list .location-item .icon {
  margin-right: 8px;
}
.lokasi-lelang .location-list .location-item .text {
  color: rgb(114, 114, 114);
  font-size: 11px;
  font-family: NexaReg;
}

.lokasi-lelang .slick-arrow {
  left: -2%;
  right: auto;
  padding: 15px;
}
.lokasi-lelang .slick-arrow.slick-next {
  right: -2%;
  left: auto;
}

/* New Design Styles */
section.lokasi-lelang {
  background: #FFFFFF;
}

.lokasi-lelang .header-section {
  margin-bottom: 24px;
}

.lokasi-lelang .main-title {
  font-family: 'Nexa', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  color: #001871;
  margin: 0 0 16px 0;
  text-align: left;
}

.lokasi-lelang .description {
  font-family: 'Nexa', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #001871;
  margin: 0;
  text-align: left;
}

.lokasi-lelang .city-filter-section {
  margin-bottom: 24px;
}

.lokasi-lelang .city-buttons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 12px;
  max-width: 1110px;
}

.lokasi-lelang .city-btn {
  background: #FFFFFF;
  border: 1px solid #EEEEEF;
  border-radius: 8px;
  padding: 16px;
  min-width: 175px;
  flex: 0 0 auto;
  font-family: 'Nexa', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  color: #001871;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.lokasi-lelang .city-btn:hover {
  background: #f5f5f5;
}

.lokasi-lelang .city-btn.active {
  background: #001871;
  color: #FFFFFF;
  border-color: #001871;
}

.lokasi-lelang .selected-city-section {
  margin-bottom: 24px;
}

.lokasi-lelang .city-title {
  font-family: 'Nexa', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  color: #001871;
  margin: 0;
}

/* Branches Section Styles */
section.branches-section {
    padding-top: 24px;
}
.branches-section .selected-city-section {
  margin-bottom: 24px;
}

.branches-section .city-title {
  font-family: 'Nexa', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  color: #001871;
  margin: 0;
}

.branches-section .location-list-new {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 348px;
  overflow-y: auto;
}

.branches-section .branch-card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.branches-section .branch-title {
  font-family: 'Nexa', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  color: #001871;
  margin: 0;
}

.branches-section .branch-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.branches-section .info-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.branches-section .location-icon {
  font-size: 24px;
  color: #001871;
  flex-shrink: 0;
}

.branches-section .info-text {
  font-family: 'Nexa', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #001871;
  margin: 0;
  flex: 1;
}

.branches-section .direction-btn {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Nexa', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #001871;
  transition: all 0.3s ease;
}

.branches-section .direction-btn:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #001871;
}

.branches-section .arrow-icon {
  font-size: 16px;
}

.branches-section .no-branches-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
  color: #001871;
  opacity: 0.6;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background: #FFFFFF;
}

.branches-section .no-branches-placeholder .material-icons {
  font-size: 48px;
  margin-bottom: 16px;
}

.branches-section .no-branches-placeholder p {
  font-family: 'Nexa', sans-serif;
  font-size: 16px;
  margin: 0;
}

.branches-section .image-display-container {
  position: relative;
  height: 100%;
  max-height: 348px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
}

.branches-section .default-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 348px;
  text-align: center;
  color: #001871;
  opacity: 0.6;
}

.branches-section .default-content .material-icons {
  font-size: 48px;
  margin-bottom: 16px;
}

.branches-section .default-content p {
  font-family: 'Nexa', sans-serif;
  font-size: 16px;
  margin: 0;
}

.branches-section .branch-image-content {
  height: 100%;
  min-height: 348px;
  display: flex;
  flex-direction: column;
  padding: 8px;
}

.branches-section .branch-image-title {
  font-family: 'Nexa', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #001871;
  margin: 16px;
}

.branches-section .branch-display-image {
  flex: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.lelang-location-page .breadcrumb-section {
    margin: 0;
}

.lelang-location-page .breadcrumb-section .breadcrumb {
    padding-bottom: 8px;
}

section.top-section {
    padding-bottom: 32px;
}

@media (max-width: 991px) {
  .branches-section .image-display-container {
    margin-top: 24px;
  }

  section.top-section {
    padding-bottom: 16px;
  }

  .branches-section .location-list-new {
    max-height: none;
    overflow: visible;
  }
}
