.birthdate input[name='birth_date_year'] {
    width: 65px;
    color: #666;
    vertical-align: top;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    padding: 2px 5px;
}

.custom_select {
    width: inherit;
    display: inline;
    color: #666;
    padding: 0px 5px;
}
.container-step .title-confirm{
    font-size: 16px;
    font-weight: 400;
}

.gender .form-check-label,
.gender input,
.gender label {
    cursor: pointer;
}

#job_step_1 .gender label span {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    text-align: center;
}

.gender input {
    margin-left: 0;
}

.gender .sex {
    vertical-align: middle;
}

.gender .form-check {
    padding: 0;
}

.footer-step {
    -ms-flex-align: center;
    -ms-flex-direction: row-reverse;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.footer-step .btn {
    cursor: pointer;
}

.footer_preview {
    display: block;
    padding: 15px;
    background: #eee;
}

.footer_preview .btn_print_pdf {
    margin-bottom: 30px;
}

.footer_preview .btn {
    margin-left: auto;
    margin-right: auto;
}

.preview_pdf {
    margin-top: 20px;
    text-align: center;
    background: #eee;
    padding: 15px;
}

.highlight {
    animation: colorchange 7s infinite;
    -webkit-animation: colorchange 7s infinite;
    animation-iteration-count: 1;
}

@keyframes colorchange {
    0% {
        background: rgb(204, 219, 217);
    }
    25% {
        background: #E4ECEB;
    }
    50% {
        background: rgb(204, 219, 217);
    }
    75% {
        background: #E4ECEB;
    }
    100% {
        background: rgb(204, 219, 217);
    }
}

[class*="area_"]:hover {
    background: rgba(102, 148, 140, .1);
}

.btn-warning {
    background: #f58844;
    border-color: #f58844;
    color: #fff;
}

.btn-warning.disabled,
.btn-warning:disabled {
    background: #ff8e47;
    border-color: #ff8e47;
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background: #f57c31;
    border-color: #f57c31;
    color: #fff;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #f58844 !important;
    background-color: #f58844!important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #637e6e !important;
    border-color: #637e6e!important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #637e6e !important;
    border-color: #637e6e !important;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.05rem #f58844;
}

.btn-danger[disabled='disabled'] {
    background: #d85763;
}

.step_fade {
    display: block !important;
    opacity: 0;
}

.download {
    max-width: 320px;
    margin: 0 auto;
}

.btn-download {
    width: 100%;
}

.job_send_mail {
    width: 100%;
}

.fa-download {
    margin-right: 5px;
}

#step_complete {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.span-step {
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
}