@import url('/assets/home/css/register/wizard.css');

.pearl.active .pearl-icon {
    color: #fdbc4d;
    background-color: #fff;
    border: 3px solid #fdbc4d;
}
.pearl.active .pearl-title {
    color: #fdbc4d;
    font-weight: bold;
}
.pearl.active:after {
    background-color: #fdbc4d;
}
.pearl.active:before {
    background-color: #fdbc4d;
}
.spw-section {
    background-image: linear-gradient(to bottom right, #fdbc4d, #fcd084);
}
.spw-txt-warning {
    font-size: 18px;
}
@media screen and (max-width: 766px) {
    .spw-txt-warning {
        font-size: 14px;
    }
}