.example-full-width { width: 100%; } .divisionGeneral{ margin: 0 20px; } .titulo-Principal{ margin: 20px; } .select-tipoTrabajo{ width: 20rem; } .contenedor-general-botones { display: flex; } .contenedor-botones{ display: flex; justify-content: center; padding: 0 10px; } .fade-out { transition: opacity 1s ease-in-out; /* Hacer que la opacidad cambie gradualmente */ opacity: 0; /* El objetivo es que la opacidad llegue a 0 (completamente transparente) */ } .mdc-button__label{ display: flex !important; align-items: center !important; } mat-label { opacity: 1; /* Por defecto, el label será completamente visible */ } .custom-snackbar { white-space: pre-line; /* Permite respetar saltos de línea */ }