.nav-tabs {
    margin-bottom: 20px;
}

.nav-tabs .nav-item {
    font-weight: bold;
}

.tab-content-review {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    margin-bottom: 20px
}

.nav-tabs .nav-link {
    color: rgb(90, 90, 90) !important;
}

.nav-tabs .nav-item.active .nav-link {
    color: black !important;
    font-weight: 600;
}

.nav-tabs {
    position: relative;
}

.nav-tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
}

.nav-tabs .nav-item {
    position: relative;
}