.dashboard-tabs button.nav-link {
    background: #F8F5EB;
    border: 1px solid #F2E7C4;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #323A43;
    margin-bottom: 10px;
    height: 55px;
}
.dashboard-tabs button.nav-link.active{
    background: #fff;
    border: 1px solid #D2DAE0;
    color: #323A43;
}
.stapsB{
    display: none;
}
h4.dashboard-title {
    font-size: 30px;
    color: #FC6601;
    margin-bottom: 28px;
}