body {
    margin: 0;
    padding: 0;
}

#map {
   /* width: 1700px; */
    width: auto;
    /* height: 780px; */
    height: 100%;
    /* z-index: 1; */
}

#control-frame {
    position: fixed;
    background-color: #9687b4;
    overflow: scroll;
    /* float: right; */
    /* position: right; */
    width: 350px;
    height: 500px;
    z-index: 999999;
}

#control-frame header {
    background-color: #f3f3f3;
    color: #000;
    padding: 5%;
}

#selected {
    background-color: white;
    padding: 4%;
    border-radius: 4px;
}

.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}


/* #map_area {
    width: 500px !important;
} */


/* .attributes {
    z-index: 999999;
} */


/* .geocoder-control-suggestions .geocoder-control-suggestion {
    overflow-wrap: break-word;
    word-break: break-all;
    overflow: visible;
    white-space: break-spaces;
} */

.marker-cluster-small {
    /* background-color: rgba(218, 94, 94, 0.6); */
    color: #000000;
}

.marker-cluster-small div {
    /* background-color: rgba(226, 36, 36, 0.6); */
    color: #000000;
}

.marker-cluster-medium {
    /* background-color: rgba(241, 211, 87, 0.6); */
    color: #000000;
}

.marker-cluster-medium div {
    /* background-color: rgba(240, 194, 12, 0.6); */
    color: #000000;
}

.marker-cluster-large {
    /* background-color: rgba(253, 156, 115, 0.6); */
    color: #000000;
}

.marker-cluster-large div {
    /* background-color: rgba(241, 128, 23, 0.6); */
    color: #000000;
}

.card-attr {
    width: 250px !important;
}

.control-frame {
    overflow: auto !important;
    overflow-x: hidden !important;
    width: 200px !important;
    height: 750px;
}

.attr-body {
    padding: 2px;
    width: 200px !important;
}


/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}