#property-custom-gallery-controls-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

#property-custom-gallery-controls-dots .property-custom-dot {
  width: 80px;
  height: 80px;
  border-radius: 15%;
  cursor: pointer;
}

#property-custom-gallery-controls-dots .property-custom-dot img {
  width: 100%;
  height: 100%;
  border-radius: 15%;
  object-fit: cover;
}

#property-custom-gallery-controls .property-custom-prev,
#property-custom-gallery-controls .property-custom-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: var(--accent-color);
  color: #ffffff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

#property-custom-gallery-controls .property-custom-prev {
  left: 8px;
}

#property-custom-gallery-controls .property-custom-next {
  right: 8px;
}

#property-custom-gallery > * {
  /* height: 600px; */
  display: none;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
}
#property-custom-gallery > *.carousel-item {
  height: 600px;
}

#property-custom-gallery-controls {
  position: relative;
}

@media (max-width: 767.98px) {
  #property-custom-gallery-controls-dots .property-custom-dot {
    width: 60px;
    height: 60px;
  }

  #property-custom-gallery-controls .property-custom-prev,
  #property-custom-gallery-controls .property-custom-next {
    display: none;
  }
}

@media (max-width: 450px) {
  #property-custom-gallery-controls-dots .property-custom-dot {
    width: 40px;
    height: 40px;
  }
}

.drawer .drawer-content > *:nth-child(2) {
  margin-top: 4.2rem;
}

.customMarker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.customMarker .marker-content {
  transition: all 1s ease-out;
  position: relative;
}

.customMarker .marker-content .minimal {
  /* background-color: #46b2a6; */
  border: 2px solid transparent;
  border-radius: 10px;
  color: #ffffff;
  padding: 5px 10px;
}

/* .customMarker .marker-content .full {
  height: 380px;
} */

.customMarker .marker-content.visible .full {
  display: block;
}

.customMarker .marker-content .full {
  display: none;
}

.customMarker .marker-content.visible .full {
  /* width: fit-content; */
  position: absolute;
  transform: translate(0, 0) scale(0.8);
}

.customMarker:hover .imi-marker,
.customMarker.hover-state .imi-marker,
.customMarker.promoted .imi-marker {
  background-color: #56565675;
  border: 2px solid #ff7c71;
  border-radius: 50%;
}

.customMarker:hover .imi-marker .st0,
.customMarker.hover-state .imi-marker .st0,
.customMarker.promoted .imi-marker .st0 {
  fill: #ff7c71;
  stroke: #ff7c71;
}

.customMarker.hover-state .minimal,
.customMarker:hover .minimal,
.customMarker.promoted .minimal {
  background-color: #ff7c71;
}

.customMarker .imi-marker {
  width: 48px;
  height: 48px;
  padding: 3px;
}

.customMarker .imi-marker svg {
  width: 100%;
  height: 100%;
}

.homeofficesgroups {
  opacity: 1;
  transition: opacity 1s;
}

.homeofficesgroups.fade {
  opacity: 0;
  display: none;
}

dialog.modal #map_mobile {
  display: none;
}

dialog.modal[open] #map_mobile {
  display: block;
}

.dropdown-content .save-button-dropdown {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

.stroke-primary {
  stroke: var(--fallback-p, oklch(var(--p) / 1));
}
.fill-primary {
  fill: var(--fallback-p, oklch(var(--p) / 1));
}

#tinymce_content,
.tinymce_center {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

#tinymce_content h2,
.tinymce_center h2 {
  font-size: 1.5em;
  font-weight: bold;
}

#tinymce_content h3,
.tinymce_center h3 {
  font-size: 1.17em;
}

#tinymce_content h4,
.tinymce_center h4 {
  font-size: 1.11em;
}

#tinymce_content h5,
.tinymce_center h5 {
  font-size: 1.11em;
}

#tinymce_content ul,
.tinymce_center ul {
  list-style-type: disc;
  padding: unset;
  margin: unset;
  padding-inline-start: 40px;
}

#tinymce_content ol,
.tinymce_center ol {
  list-style-type: decimal;
  padding: unset;
  margin: unset;
  padding-inline-start: 40px;
}
