﻿/* Color del botón cuando está seleccionado */
.mud-stepper-vertical .mud-stepper-step.mud-stepper-step-active,
.mud-stepper-horizontal .mud-stepper-step.mud-stepper-step-active {
    background-color: #014D88; /* Cambia este color al que desees */
    color: white; /* Cambia el color del texto si es necesario */
}

/* Color del botón al pasar el ratón por encima */
.mud-stepper-vertical .mud-stepper-step:hover,
.mud-stepper-horizontal .mud-stepper-step:hover {
    background-color: #014D88; /* Cambia este color al que desees */
    color: black; /* Cambia el color del texto si es necesario */
}

.custom-mud-button:hover {
    background-color: #014D88; /* Azul corporativo Pereda */
}

.custom-login-button {
    background-color: #014D88 !important;
    color: white !important;
}
