.step-pages > .step-steps > li.active a {
    background-color: #00808b !important;
    color: #fff;
}
.step-pages > .step-steps > li.done a {
    background-color: #ac4e00 !important;
    color: #fff;
}

.step-pages .step-footer .step-btn {
    background-color: #00808b !important;
    color: #fff !important;
}

.privacy-bullets {
    margin: 0.75rem;
}
.privacy-bullets > ul {
    margin-top: 0.25rem;
}
.privacy-bullets > li {
    margin-left: 1rem;
    list-style: disc;
}
