.modal-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.modal-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
}

#filtersContainer {
    margin-top: 20px;
}

button .fa-trash {
    color: white;
}

button .fa-plus,
button .fa-minus {
    font-size: 16px;
}

.border {
    border-radius: 20px;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.selected-classification {
    border: 2px solid #28a745;
    background-color: #036cf504;
}

.non-clickable {
    pointer-events: none;
}

.mouseArraste {
    cursor: move;
}

.modal-content {
    position: fixed;
    width: auto;
    z-index: 1050;
}

.modal-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
