.sw-theme-circles > ul.step-anchor > li > a {
    width: 85px;
    height: 85px;
    font-size: 0.89rem;
    padding: 32px 0;
}

/*SMART WIZARD CSS*/
.nav-link > span {
    font-size: 0.75rem;
    position: relative;
    top: -7px;
}
.sw-theme-circles > ul.step-anchor {
    margin-bottom: 50px;
}
.sw-container.tab-content {
    padding: 25px 10px;
}
.sw-theme-circles > ul.step-anchor {
    justify-content: space-evenly !important;
}
.sw-theme-dots > ul.step-anchor > li> a::after, .sw-theme-dots > ul.step-anchor > li.active > a::after {
    top: -20px;
}
.sw-theme-dots > ul.step-anchor > li> a#link-step-4::after, .sw-theme-dots > ul.step-anchor > li.active > a#link-step-4::after {
    top: -33px;
}
@media (max-width : 421px) {
    .nav-item {
        display: none !important;
    }
    .nav-item.active {
        display: inherit !important;
    }
}

.btn.sw-btn-next {
    background-color: #f67100 !important;
    border-color: #f67100 !important;
}

.border-next {
    border-radius: 4px !important;
}

/*.sw-theme-dots > ul.step-anchor > li.active > a {
    background: #f67100 !important;
}

.sw-theme-dots > ul.step-anchor > li.done > a::after {
    color: #5bc0de !important;
}*/


.sw-theme-circles > ul.step-anchor::before {
    left: 0;
    width: 15%
}

.sw-theme-circles > ul.step-anchor.step2::before {
    left: 0;
    width: 30%
}

.sw-theme-circles > ul.step-anchor.step3::before {
    left: 0;
    width: 50%
}

.sw-theme-circles > ul.step-anchor.step4::before {
    left: 0;
    width: 70%
}

.sw-theme-circles > ul.step-anchor.step5::before {
    left: 0;
    width: 90%
}

.external-link {
    position: absolute;
    margin-top: 2rem !important;
}

#link-step-4 {
    padding-top: 22px !important;
}

/*#credits_1era::placeholder,#credits_2ona::placeholder,#credits_3era::placeholder,
#credits_4rta::placeholder,#number_credits::placeholder,#number_matri::placeholder {
  font-size: 0.95rem;
}*/

#step-2, #step-3, #step-4, #step-5 {
    display: none;
}

#validate-step-3 label {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0px;
}