.tabsapipropertymap__marker__inner {
    width: 50px;
    height: 50px;
}

.tabsapipropertymap__marker__inner svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.4));
    -webkit-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.4));
}

.tabsapipropertymap__marker__inner svg path {
    fill: white;
}

.tabsapipropertymap__marker--group {
    border-radius: 50%;
    border: 4px solid #fff;
    width: 40px !important;
    height: 40px !important;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    text-align: center;
    line-height: 35px;
}

.tabsapiproperty__map--loading:before,
.tabsapiproperty__map--nonefound:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.tabsapiproperty__map--loading:before,
.tabsapiproperty__map--nonefound:before {
    content: '';
    background-color: white;
    opacity: 0.5;
    position: absolute;
}

.tabsapiproperty__map--nonefound:after {
    content: 'No properties found';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    z-index: 501;
    cursor: default;
}

.tabsapipropertymap__detail {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    margin: 0;
    border: 0 none;
    text-align: center;
}

.tabsapipropertymap__detail summary {
    display: inline;
}
.tabsapipropertymap__detail > summary::-webkit-details-marker {
    display: none;
}
.tabsapipropertymap__detail summary:before {
    content: "Show ";
}
.tabsapipropertymap__detail[open] summary:before {
    content: "Hide ";
}

.tabsapipropertymap__detail__inner {
    text-align: left;
    background: #dbdbdb;
    padding: 1rem;
}