.form-aprendiz-section input,
.form-aprendiz-section select {
    background-color: #ffffff;
    border-color: #F8A11F;
    border-radius: 50px 50px 50px 50px;
    padding: 8px 14px;
    border: solid 1px #F8A11F;
    font-size: 15px;
}

.required::after {
    content: "*";
    color: red;
    padding-left: 0.2em;
}

.d-flex {
    display: flex;
}

.m-auto {
    margin: auto;
}

.justify-content-around {
    justify-content: space-around;
}

.form-aprendiz-section .form-check-input[type=radio] {
    padding: 8px;
}

.form-check-label {
    display: block;
    margin-bottom: 12px;
}

.form-check {
    display: inline-block;
}

.form-aprendiz-section .row {
    margin-bottom: 10px;
}

.btn-aprendiz {
    color: #ffffff;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    border: none;
    font-weight: bold;
}

.btn-aprendiz-next {
    background-color: #F8A11F !important;
    ;
}

.btn-aprendiz-prev {
    background-color: #293377;
}

ol.progress[data-steps="6"] li {
    width: 16%;
}

.progress {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.progress li {
    float: left;
    text-align: center;
    position: relative;
}

.progress .name {
    display: block;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 1em;
    color: black;
}

.progress .step {
    color: black;
    border: 2px solid silver;
    background-color: silver;
    border-radius: 50%;
    line-height: 1.2;
    padding: 8px 12px;
    display: inline-block;
    z-index: 0;
    font-weight: bold;
}

.progress .step span {
    opacity: 0.3;
}

.progress .active .step {
    opacity: 1;
    background-color: #293377;
    border-color: #293377 !important;
    color: #ffffff;
}

.progress .active .name {
    color: #293377;
}

.progress .step:before {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    left: 0;
    z-index: -1;
}

.progress .step:after {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    right: 0;
    z-index: -1;
}

.progress li:first-of-type .step:before {
    display: none;
}

.progress li:last-of-type .step:after {
    display: none;
}

.progress .active .step,
.progress .active .step:before {
    background-color: #293377;
}

.progress .done .step,
.progress .done .step:before,
.progress .done .step:after {
    background-color: #F8A11F;
}

.progress .done .name {
    color: #F8A11F;
}

.progress .done .step {
    border: 2px solid #F8A11F;
    opacity: 1 !important;
}

.progress .active .step {
    border: 2px solid #293377;
    opacity: 1 !important;
}

.progress .active .step span {
    color: #ffffff;
}

.progress {
    display: flex !important;
    align-items: flex-end !important;
}

#step1,
#step2,
#step3,
#step4,
#step5 {
    display: none;
}

.container-fluid {
    max-width: 1470px !important;
}

.form-aprendiz-section .error {
    color: red;
}

.alert {
    background: transparent;
    padding: 10px;
    margin-bottom: 1rem;
    color: inherit;
    border-color: transparent;
    border: 1px solid var(--bs-alert-border-color);
    border-radius: 0.375rem;
    position: relative;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #F8D7D9;
    border-color: #f5c2c7;
}
#nome_empresa, #cid, #def, #qtd_filhos,#div_nis,.mostrar_ctps,#beneficio_outro,#mostrar_reservista,
.mostrar_eleitor,.mostrar_contrato_mae,.mostrar_contrato_pai,.div_eleitor,.div_contrato,.div_reservista{
    display: none;
}
.error {color: #f00; }
.current{display: block!important;}
.tab{display: none;}
@media (max-width: 778px) {
    .progress li:not(.active) {
        display: none;
    }

    ol.progress[data-steps="6"] li {
        width: 100% !important;
    }
}