.map{
    width: 100%; 
    height: calc(100% - 80px);
    z-index: 1;
    border: none;
    position: fixed;
}

.map_button{
    width: 80px; 
    height: 80px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.selection_marker{
    background-image: url('../images/red_marker.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 33px;
    height: 40px;
    left: calc(50% - 8px);
    top: calc(50% - 77px);
    position: absolute;
    z-index: 2;
    display: none;
}

.info_note_header_value{
    font-weight: bold;
}

.parking_card_div{
    left: 10%;
    top: 10%;
    position: fixed;
    width: 80%;
    height: calc(100% - 80px - 20%);
    z-index: 4;
    display: none;
}

.parking_card_frame{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

.close_parking_card_button_div{
    position: absolute;
    right: 0;
}

.close_functions_button_div{
    position: absolute;
    right: 0;
}

.functions_div{
    left: 10%;
    top: 10%;
    position: fixed;
    width: 80%;
    height: calc(100% - 80px - 20%);
    z-index: 4;
    display: none;
}

.functions_frame{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}