.map_component {
    /* position: absolute;
            top: 0;
            bottom: 0; */
    width: 100%;
    height: 100%;
}

div.map_component .coordinates {
    background: rgba(255, 255, 255, 0.75);
    color: rgb(116, 116, 116);
    border: 0px;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    width: auto !important;
    height: auto !important;
    /* width: 200px; */
}

div.map_component .hidden {
    visibility: hidden;
}

div.map_component .maplibregl-canvas {
    width: 100%;
    height: 100%;
}

div.map_component .autocomplete {
    background: rgba(255, 255, 255, 0.75);
    border: 0px;
    text-align: center;
}

div.map_component .layer-change select {
    padding: 3px;
    padding-block: 2px;
    padding-inline: 4px;
    font-size: 1rem;
    color: rgb(116, 116, 116);
    border-radius: 4px;
    border: 1px solid rgba(33, 33, 33, 0.2);
    outline: none;
}

div.map_component .maplibregl-ctrl-scale {
    text-align: center;
    border: 0px;
    background: none;
    border-bottom: 2px solid black;
    font-weight: bold;
}

div.map_component .autoComplete_wrapper>ul>li mark {
    color: inherit;
}

div.map_component .autoComplete_wrapper>ul>li {
    padding: 5px 10px 5px 10px;
}

div.map_component .autocomplete-button {
    height: 40px;
    margin-bottom: 3px;
    margin-left: 2px;
}

div.map_component .autoComplete_wrapper > input {
    width: auto;
}

    div .map_component .autocomplete-button:hover, div.map_component .autocomplete-button:focus {
        background-color: #e6e6e6 !important;
        background-position: 0 0px;
    }

div.map_component {
    font: inherit !important;
    white-space: nowrap;
}

div.map_component .card {
    width: auto !important;
    font-size: smaller;
    will-change: auto !important;
}

div.map_component .card {
    width: 270px;
    background-color: #fff;
    color: #0e0e0e;
    border-radius: 4px;
    padding: 16px;
    position: absolute;
    cursor: default;
    box-sizing: border-box;
    /* box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2); */
    overflow: hidden;
    border-radius: 8px;
    left: 25px;
    pointer-events: auto;
    /* top: 0px; */
}

div.map_component .anti-blurr {
    /*will-change: auto;*/
}

div.map_component .card .card-body {
    position: relative;
    overflow: visible;
    /* background-color: #fff; */
    /* transform: translate3d(0, 0, 0); */
    height: auto !important;
}

div.map_component .card .card-footer {
    margin-top: 10px;

}

div.map_component .card .close {
    position: absolute;
    cursor: pointer;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px
}

div.map_component .focus {
    z-index: 100;
}

/* div.map_component .card .close:after {
            font-family: mapy;
            content: "c";
            font-size: 20px;
            color: #0e0e0e
        } */

div.map_component .card .close:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00d";
    font-size: 20px;
    color: #0e0e0e
}

div.map_component .FormLabel {
    margin-left: 3px;
}