:root {
  --color-sys-light-secondary-container: #F8F5F3;
  --color-sys-light-primary: #0D0E10;
  --bs-btn-hover-border-color: #0D0E10;
  --color-sys-light-outline: #B1B1B1;
  --bs-btn-font-size: 1em;
}

.badge-style {
  border-radius: 0.667rem;
  background: #FFF900;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: #0A0A0A;
  padding: 0.55rem;
  cursor: pointer;
}

/* Custom cluster styling */
/* Single marker styling */
.single-custom-marker {
  padding: 0.55rem;
  background: transparent !important;
  color: #FFF900 !important;
}

.badge-count {
  font-size: 1.167rem;
  line-height: 1;
}

.single-custom-marker-container {
  position: relative;
  border: 0.083rem solid #B1B1B1;
  border-radius: 0.667rem;
  background: #0A0A0A;
}

.single-custom-marker-content {
  padding: 0.55rem;
  color: #FFF900 !important;
}

.beak-icon {
  position: absolute;
  bottom: -0.667rem; /* Adjust this value based on the height of the beak icon */
  left: 50%;
  transform: translateX(-50%);
}

.badge-stacked-images-items {
  display: flex;
}

.badge-stacked-images-item {
  background-color: #0A0A0A;
  height: 2.5rem;
  width: 2.5rem;
}

.badge-stacked-images-items .badge-stacked-images-item:not(:first-child) {
  margin-left: -1.5rem;
}

.asm-popup {
  border-radius: 1.333rem !important;
}

.asm-popup .mapboxgl-popup-content {
  background: #0A0A0A !important;
  border-radius: 1.333rem !important;
  padding-top: 2.5rem;
}

.asm-popup .mapboxgl-popup-tip {
  display: none;
}

.asm-popup .image-slider .image-slider-item {
  width: 100%;
}

.slick-dots {
  position: relative !important;
  bottom: 0 !important;
  height: 1.667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}

.mapboxgl-popup-content .slick-dots {
  bottom: -0.6rem !important;
}

.slick-dots li {
  margin: 0 0.167rem !important;
}

.slick-dots li, .slick-dots li button {
  width: 0.5rem !important;
  height: 0.333rem !important;
  color: #9d9d9d !important;
}

.slick-dots li button {
  padding: 0 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots li.slick-active {
  width: 1rem !important;
  background-color: #ffffff !important;
}

.slick-dots li.slick-active button:before {
  display: none !important;
}

.popup-marker-zoom-modal .slider-prev-arrow {
  left: 1.5rem;
}
.popup-marker-zoom-modal .slider-next-arrow {
  right: 0.7rem;
}
.popup-marker-zoom-modal .marker-popup-image-slide {
  height: 100% !important;
}
.popup-marker-zoom-modal .marker-popup-image-slide img {
  min-height: 24rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marker-popup-image-slider .slick-track {
  width: 25rem;
}

.marker-popup-image-slide img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marker-popup-image-slide.zoom-modal img {
  height: 400px !important;
}

.popup-marker-zoom-modal .slider-arrow {
  bottom: 1rem !important;
}

.asm-submit-report hr {
  display: none !important;
}
.asm-submit-report .section-header {
  border-top: 1px solid #E8E8E8 !important;
  padding-top: 1.5rem;
}
.asm-submit-report .section-header h5 {
  border: none !important;
  font-family: "aeonik_fonomedium", sans-serif;
  font-size: 1.333rem;
  font-weight: 500;
}
.asm-submit-report .section-header p {
  display: none !important;
}
.asm-submit-report .preview-question-list .preview-question {
  margin-bottom: 1.333rem;
}
.asm-submit-report .preview-question-list .preview-question .form-check-input[type=checkbox] {
  padding: 0.7rem !important;
}
.asm-submit-report .preview-question-inputs .form-select {
  padding: 0.8rem !important;
}
.asm-submit-report .preview-question-content label {
  font-family: "aeonik_fonoregular", sans-serif;
  font-size: 1.167rem;
  font-weight: 400;
  margin-bottom: 0.667rem;
}
.asm-submit-report .preview-question-content label .preview-uploaded-images .preview-uploaded-image img {
  width: 100%;
  height: auto;
}

.asm-map-container .mapboxgl-popup-close-button {
  background-color: #fff !important;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  border-radius: 0.2rem;
  font-size: 2.083rem;
}
