/* _content/TLV.PMOP.Common.Map/Components/Map/DefaultMap.razor.rz.scp.css */
.toolbar-container[b-aognkeq38o] {
    min-height: 63px;
    max-height: 63px;
    border-bottom: 1px solid #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

#main_container[b-aognkeq38o] {
    height: calc(100% - 63px);
}

#left_map_container[b-aognkeq38o] {
    width: 100%;
    height: 100%;
    position: relative;
}

[b-aognkeq38o] .map-hide {
    display: none;
}

.map-asset-detail[b-aognkeq38o] {
    left: 0;
    bottom: 0;
    width: 500px;
    height: auto;
    z-index: 5000;
    position: absolute;
    border-radius: 0.25rem;
    border: 1px solid black;
    background-color: white;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
}

.map-asset-list-contaier[b-aognkeq38o] {
    top: 0;
    right: 0;
    float: right;
    width: 200px;
    height: 750px;
    z-index: 5000;
    position: relative;
    border: 1px solid black;
    background-color: white;
}
