.nav.nav-tabs {
    display: flex;
    justify-content: right;
    width: fit-content;
    margin-left: auto;
    border-radius: 4px;
    border: 1px solid #E9EAEC;
    padding: 2px;
    margin-bottom: 8px;
}

.nav.nav-tabs .nav-link {
    background: #fff;
    color: #3181f6;
    font-weight: 600;
    padding: 10.5px 15.5px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16.71px;
    text-align: center;
    border-radius: 4px;
    min-width: 80px;
}

.nav.nav-tabs .nav-link.active {
    background: #3181f6;
    color: #fff;
}
