.dark .layer-sgl_igis-dialog {
    background-color: #fff !important;
}

.dark .layer-sgl_igis-dialog .layui-layer-title {
    background: #ffffff;
    color: #000;
}

.dark .layer-sgl_igis-dialog .layui-layer-content {
    background-color: #fff;
    color: #000;
}

.dark .layui-layer .layui-layer-setwin .layui-layer-close.layui-layer-close1 {
    background-color: #000;
}

.dark a:hover {
    color: #62a8ea;
}

#bottom_modal {
    background-color: #fff;
    position: fixed;
    z-index: 99999999;
    bottom: 30px;
    display: none;
    width: 99.9%;
}

.div-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: grey;
}

.div-title {
    flex: 1;
}

.float-right {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Adjust the gap between buttons */
}

#bottom_modal_Title {
    font-size: 15px;
    padding-left: 22px;
}

#bottomDrawerBody {
    padding-bottom: 5px;
}

.div-button {
    padding-right: 17px;
}

#lpdatatable_wrapper {
    margin: 9px 0 0 0;
}

#lpdatatable_filter input {
    background-color: white;
    color: #000;
    border: 1px solid gray !important;
}

.icon-style_div {
    background-color: white;
    color: gray
}

.sgl_igis_3d-popup-close-button {
    cursor: pointer;
}

.distance-legend-scale-bar {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    position: absolute;
    height: 10px;
    top: 15px;
}

.distance-legend-label {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    line-height: 30px;
    color: #000 !important;
    width: 125px;
    text-align: center;
}