/* This file is reserved for overriding and extending the template styles. */
label.error, .required {
    color: red;
    font-weight: bold;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.toast-container, .toast-header .btn-close { /* Reemplaza 'toast-class' con la clase real del toast */
    z-index: 1061; /* Asegúrate de que este valor sea mayor que el del modal */
}