#settings_panel {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;

    background: #ffffff;

    font-size: 12px;

    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-bottom-width: 4px;

    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: var(--primary-bg-color);

    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: var(--primary-bg-color);

    grid-column:1/2;
}

#subtitle_map_settings {
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    background-color: #4D4D4D;
    padding:2px;
    /* width: 90%; */
    /* margin-right: 10px; */
    text-align: center;
    margin-bottom: 8px;
    border-radius: 4%;
}


.settings_block {
    border: none;
    padding: 0;
    margin: 0 0 8px;
}

#settings_panel .categoryLabel {
    font-weight: bold;
    margin: 0 0 5px;
    z-index: 3;
}
#last_score_settings {
    margin-bottom: 20px;
}

#pois_of_interest2{
  border-style: dashed;
  border-width: 4px;
  border-color: #2ee63a;
}

#pois_of_interest_descr{
    margin-bottom: 10px;
}

#buildings_or_streets{
  border-style: dashed;
  border-width: 4px;
  border-color: #e62e31;
}