input.p-password-input {
  width: 100% !important;
}

.main-body-gradient {
  background: linear-gradient(to right, #ffffff, #3b82f6);
  /* blanco → azul */
}

.p-tab-active {
  color: var(--color-blue-500) !important;
}

/* estilos base para todos los botones */
.fc .fc-button {
  background-color: #2b7fff !important;
  border: #2b7fff !important;
  box-shadow: #2b7fff !important;
}

.fc .fc-button:focus {
  box-shadow: rgb(13 123 233 / 50%) 0px 0px 0px 0.2rem !important;
}
