.map-placeholder {
    position: relative !important;
}
.sla-legend-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 4px;
    font-weight: 600;
/* Gradient Text */
    background: linear-gradient(90deg, #2c5fb8, #9b59b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  /* Smooth look */
}
.legend-row {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
    /* font-size: 85%; */
}
.circle-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px
}
.sla-legend-box {
    right: 1em;
    top: 1em;
    background: #ffffff;
    padding: 1em;
    border: 1px solid #aec0c9;
    position: unset;
    border-radius: 20px;
    box-shadow: 0px 20px 45px rgb(0 0 0 / 14%);
    z-index: 1;
    width: 245px;
}
@keyframes pulse {
    0% {
        r: 3;
        opacity: .8
    }
    70%, to {
        r: 10;
        opacity: 0
    }
}
#rural_district {
    width: 75%;
    height: auto;
    filter: drop-shadow(3px -4px 0 #6a6a6a29);
}
.map_path {
    fill: #ff8f40;
    /* stroke: #ffffff; */
    /* stroke-width: 1px; */
    cursor: pointer;
    transition: all .25s ease
}
.map_path:hover {
    fill: #bc6a2f !important;
}
.map_path.bg1 {
    fill: #4a9963;
}
.map_path.bg2 {
    fill: #dcc03e
}
.map_path.bg3 {
    fill: #135aa0
}
.map_path.bg4 {
    fill: #ca37a1;
}

.bg1 {
    background: #4a9963;
}
.bg2 {
    background: #dcc03e
}
.bg3 {
    background: #135aa0
}
.bg4 {
    background: #ca37a1;
}

.map-bubble {
    fill: #ff3b3b;
    stroke: #fff;
    stroke-width: 1.5;
    pointer-events: none
}
.map-bubble-pulse {
    fill: rgba(255, 59, 59, .35);
    animation: pulse 2s infinite
}
#rural_district_tooltip {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 9999;
}
.map-bubble-img, .map-bubble-pulse {
    pointer-events: none
}
.map-area {
    position: relative;
    padding: 1em;
    border-radius: 20px;
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.48);
    background: #fff;
}
.header-cards {
    display: flex;
    right: 1em;
    top: 1em;
    position: absolute;
    border-radius: 20px;
    z-index: 1;
    gap: 0.5em;
    flex-direction: column;
}