﻿.header-card {
    margin: 0 15px;
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
    background: linear-gradient(60deg,#0464af,#0464af);
}

    .header-card .card-title {
        color: #fff;
        font-size: 1rem;
    }

    .header-card .card-category {
        color: #fff;
        font-size: 0.8rem;
        opacity: 0.8;
    }
.rightbox {
    background: #0464af;
}

.step-bar-wrapper a {
    color: #141c38;
}

.step-wrapper li.active > a:before {
    background-color: #0464af;
}
