section.notification_bar {
    background-color: #153e6c;
}

.bg-light {
    background-color: #ededed !important;
}
.card .card-body .row.bg-light, .card .card-body .row {
    border-radius: .25rem;
    padding: .25rem;
}

.text-primary {
    color: #153e6c !important;
}
.text-success {
    color: #28a745 !important;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.card .card-body hr {
    border-bottom: 1px solid #bdbdbd;
}

/* Steps */
.steps .step {
    padding: .75rem .5rem .75rem 3rem;
    min-width: calc(25% - 4px);
    color: #bdbdbd;
}
.steps .step.active {
    color: #0a0a0a;
    font-weight: bold;
}
.steps .step.disabled {
    cursor: unset;
}
.steps .step:focus:not(.disabled), .steps .step:hover:not(.disabled) {
    background-color: #153e6c !important;
    color: #fff;
    transition: all .25s ease;
}
.steps .step:focus:not(.disabled):after, .steps .step:hover:not(.disabled):after {
    border-left-color: #153e6c;
    transition: all .25s ease;
}
.steps .step:before {
    border-left: 24px solid #ededed;
    left: 0;
}
.steps .step:after {
    border-left: 24px solid #fff;
    right: -24px;
    z-index: 2;
}
.steps .step:after, .steps .step:before {
    width: 0;
    height: 0;
    border-top: 24px inset transparent;
    border-bottom: 24px inset transparent;
    position: absolute;
    content: "";
    top: 0;
}
.steps .step:first-child:before, .steps .step:last-child:after {
    border: none;
}

.invoice-toggle {
    display: none;
}
.register-toggle, .participant-toggle, .company-toggle {
    display: block;
}
