.interactivemap {
    font-size: 14px;
}

.interactivemap .dropdown button {
    width: 100%;
    text-align: left;
    position: relative;
}

.interactivemap .dropdown button::after {
    position: absolute;
    right: 1rem;     /* moves the arrow fully to the right */
    top: 50%;
    transform: translateY(-50%);
}

.interactivemap .dropdown button .count {
    position: absolute;
    right: 2rem;        /* before the arrow */
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    background-color: #E6E6E6;
    color: #000;
    display: none;
}


.interactivemap .btn-primary {
    background-color: #fff;
    border-color: #E6E6E6;
    color: #333;
}
.interactivemap .btn-primary,
.interactivemap .btn-primary:focus {
    box-shadow: none;
}
.interactivemap .text-danger { text-decoration: none; }

.interactivemap h2 {
    text-align: left;
    padding: 0;
    border-bottom: 1px #E5E5E5 solid;
    margin-bottom: 10px;
    padding-bottom: 6px;
}
.interactivemap h2 span {
    background: #E5E5E5;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: initial;
    font-weight: bold;
}

#selectedRegions ul { margin:0; padding:0; }
#selectedRegions ul li {
    list-style: none;
    color: #333;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    background: #F7F7F7;
    border-radius: .3rem;
    padding: .3rem .6rem;
    cursor: pointer;
}

#dropdownBuildingTypeButton {
    overflow: hidden;
}