.map-inside-overlay {
}

.am_box_title_tps {
    grid-column-start: 1;
    grid-row-start: 1;
}

.am_box_values{
    grid-column-start:1;
    grid-row-start:2;
    background-color: #ffffff22;
    border-radius: 10px;
    text-align: left;
    width: 100%;
}

.am_box_values div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.am_box_values .legend-key {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
}
.am_box_values div span:last-child {
    color: #070707;
    font-size: 14px;
}

.am_box_attribution{
    grid-column-start:1;
    grid-row-start:3;
}


.dropdown {
    background: #050505;
    width:10em;
    padding:0.3em;
    flex:auto;
    margin-left:auto;
}

.map-inside-overlay {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    background: rgba(4, 3, 3, 0.8);
    overflow: auto;
    padding: 5%;
    grid-template-columns: 15em 9em 9em;
    grid-template-rows: 3em 10em;

}

.map-inside-overlay[data-state="closed"] {
    display: none;
}

.dropdown:after {
    content: "\25BC"; /*here you can add any image url / sign you want for arrow down*/
    position: absolute;
    right: 15px;
}

.dropdown[data-toggle="off"]:after {
    content: "\25B2"; /*here you can add any image url / sign you want for arrow up*/
}

img {
    vertical-align: middle;
}

.legend-key{
    width:20px;
    height:10px;
    border:solid 1px;
    border-radius: 20%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
}
