.wizard li.active span.round-tab{
    background-color: rgb(159, 197, 130) !important;
    color: black;
    border: 1px solid rgb(159, 197, 130) !important;
}

.wizard span.round-tab{
    border: 1px solid rgb(159, 197, 130) !important;
}

.wizard .nav-tabs > li.active > a i {
    color: #000 !important;
}

.titulo-principal-alta {
    background: linear-gradient(62deg, rgba(0, 169, 201, 1) 0%, rgba(157, 196, 130, 1) 25%, rgba(255, 203, 0, 1) 50%, rgba(231, 65, 51, 1) 100%);
    background-size: 100% 6px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.container-formulario {
    display: grid;
    padding: 25px;
}

.cuerpo-formulario {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto 20px auto;
}

.titulo-reclamo {
    padding: 5px;
    border-radius: 15px 15px 0px 0px;
    margin-bottom: 0px;
}

.grey-background {
    background-color: rgb(237, 237, 237)
}

.row.grey-background {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 2px 3px 4px 3px rgba(0, 0, 0, 0.2);
    padding: 0px 30px;
}

.btn-continuar {
    width: 200px;
    height: 50px;
    font-size: 18px !important;
    font-weight: bold;
}

.tabla_familia {
    background: rgb(190, 202, 180) !important;
    color: white;
    text-align: center;
}

.label_formularios {
    margin: 10px 0px 0px 0px;
}


/* MODAL ACEPTAR EL GUARDADO DEL FORMULARIO */
/* Cambiar fondo del panel */
.alertify .ajs-dialog {
    background-color: rgb(245, 245, 245);
    /* gris claro */
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

/* Cambiar cabecera/título */
.alertify .ajs-header {
    background-color: rgb(159, 197, 130);
    /* verde */
    color: #fff;
    font-weight: bold;
}

/* Botón OK */
.alertify .ajs-ok {
    background-color: rgb(159, 197, 130);
    border: none;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
}

/* Botón Cancelar */
.alertify .ajs-cancel {
    background-color: #ccc;
    /* gris */
    border: none;
    color: #333;
    padding: 6px 12px;
    border-radius: 4px;
}

/* FIN MODAL ACEPTAR EL GUARDADO DEL FORMULARIO */

@media (max-width: 767.98px) {
    .row.grey-background {
        padding: 0px 5px;
    }

    .container-formulario {
        padding: 0px;
    }

    .cuerpo-formulario {
        width: 94%;
    }
}

@media (max-width: 467.98px) {

    .cuerpo-formulario {
        width: 97%;
    }
}
