.noUi-connect {
    background: var(--bs-primary);
}
.noUi-handle {
    cursor: pointer;
}
.modal, .modal-backdrop {
    opacity: 0;
    transition: opacity 1s;
}
.modal.show {
    opacity: 1;
}
