@media (min-width: 992px) {
    .modal-lg,
    .modal-xl,
    .modal-xxl {
        --tblr-modal-width: 720px;
    }
}
@media (min-width: 1200px) {
    .modal-xl,
    .modal-xxl {
        --tblr-modal-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .modal-xxl {
        --tblr-modal-width: 1600px; /* Define o tamanho XXL */
    }
}
