/* #mapView svg {
    width: 100%;
    height: 80vh;
}

#mapView .county {
    stroke: black;
    stroke-width: 0.3px;
}

.d3tooltip {
    position: absolute;
    background: white;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    display: none;
    pointer-events: none;
    z-index: 1000;
} */

.sortable span {
    cursor: pointer;
}

.no-wrap {
    white-space: nowrap !important;
}

.modal-title {
    font-weight: 600;
}

/* Custom filter remove icon (Blade-rendered) */
.filter-items i.fa-times {
    margin-left: 10px;
    position: relative;
    top: 0;
    cursor: pointer;
}

/* Select2 clear button (×) */
.select2-selection__clear span {
    margin: 10px;
    position: relative;
    top: 7px;
    cursor: pointer;
}
.hide-clear-icon + .select2 .select2-selection__clear span {
    display: none;
}

/* Optional: make sure the parent container has proper alignment */
.filter-items,
.select2-selection {
    display: flex;
    align-items: center;
}
