.nav-link-instructions .active {
    background-color: #000000 !important;
}

.content-instructions {
    color: #9B9B9B !important;
}

.nav-instructions-primary .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #3B71CA !important;
}

.nav-instructions-secondary .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #9FA6B2 !important;
}

.nav-instructions-success .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #14A44D !important;
}

.nav-instructions-danger .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #BD2439 !important;
    /*background-color: #DC4C64 !important;*/
}

.nav-instructions-warning .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #E4A11B !important;
}

.nav-instructions-info .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #54B4D3 !important;
}

.nav-instructions-light .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #FBFBFB !important;
}

.nav-instructions-dark .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #332D2D !important;
}

.multi-step-instructions-btn {
    box-shadow: none;
}

.multi-step-instructions-btn {
    box-shadow: none;
}

.multi-step-instructions-btn:hover {
    box-shadow: none;
}

.multi-step-instructions-btn .btn-outline-danger {
    background-color: #BD2439;
}

.multi-step-instructions-btn .btn-danger {
    background-color: #BD2439;
}

.multi-step-instructions-sequential-cards-content > p > a {
    color: #BD2439;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #BD2439;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    font-weight: 800;
}