.nav-tabs {
    border-bottom: unset;
}

.nav-tabs .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-tabs .nav-item .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    color: rgb(96, 96, 96) !important;
    // color: #354b92 !important;

    border: unset;
}

.nav-tabs .nav-item .nav-link.active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: unset;
    // color: rgb(15, 15, 15) !important;
    color: #354b92 !important;
    // color: #7CC242 !important;

    border-bottom: 5px solid #354b92;
    // border-bottom: solid 5px #dee2e6;
}

.nav-tabs .nav-item:first-child .nav-link.active {
    border-top-left-radius: 10px;
}

.nav-tabs .nav-item:last-child .nav-link.active {
    border-top-right-radius: 10px;
}


