.mapboxgl-popup-content {
    font-family: var(--bs-body-font-family) !important;
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height) !important;
    color: var(--bs-body-color) !important;
    text-align: var(--bs-body-text-align) !important;
}

.btn-map-control {
    width: 30px !important;
    height: 30px !important;
}

.map-container {
    position: relative;
}

.map-overlay {
    position: absolute;
    background: #fff;
    font-family: var(--bs-body-font-family) !important;
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height) !important;
    border-radius: 5px;
}

.map-drawer {
    position: absolute;
    transition: none !important;
    margin: 10px;
    border-radius: 5px;
    width: 325px !important;
}

.map-feature {
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    line-height: 18px;
    top: 0;
    right:0;
    margin-top: 10px;
    margin-right: 10px;
    width: 275px;
    display: none;
}

.map-feature pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
}

.map-filter {
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    line-height: 18px;
    height: auto;
    width: 250px;
    display: inline-table;
    top:0;
    left:0;
    margin-top: 10px;
    margin-left: 60px;
}

.map-legend {
    padding: 10px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    line-height: 18px;
    margin-bottom: 25px;
    margin-right: 10px;
    bottom: 0;
    right: 0;
}

.map-legend-key {
    display: inline-block;
    border-radius: 20%;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.t_map_filter_content_category{
    display: none;
}

.dropzone-custom{
    border: 1px dashed #198754 !important;
    border-width: 2px !important;
    background-color: #fff !important;
}

.dropzone-custom-success {
    border: 1px dashed var(--bs-success);
    background-color: var(--bs-success-light);
}
