div#mapSearchScreen {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(156 156 156 / 30%);
    width: 100%;
    height: 100%;
}

div#mapSearchInputWrapper {
    /* opacity: 1; */
    position: relative;
    background-color: white;
    padding: 20px;
    margin-top: 18px;
    margin-left: 6px;
    margin-right: 10px;
    text-align: center;
}

input#searchTextField {
    height: 28px;
    min-width: 200px;
    width: 40%;
}

button#mapCloseButton {
    border: 0;
    background: none;
    cursor: pointer;
    margin-left: 10px;
}

button#mapCloseButton:hover {
    font-weight: 800;
}