
#locpicker-view .olControlAttribution {
    display: none !important;
}

#map {

    height: 100vh;
    width: 100%;
}


#locpicker-view .button-container {
    z-index:1004;
    position: absolute;
    width: 100%;
}

#locpicker-view .help-fm-modal{
    position: absolute;
    width: 100%;
    z-index: 1004;
    font-size: 18px;
    font-weight: bold;
    color: #008a7c;
    margin: initial;
    text-align: center;
}
#locpicker-view .help-fm-modal span {

    background-color: #f2efe9b8;

}