.e-profile .nav-link {
    color: rgb(110, 110, 110);
    font-weight: 500;
    border: none;
}

.e-profile .nav-link:hover {
    color: #55c57a;
}

.e-profile a.nav-link.active {
    border-bottom: 4px solid #55c57a !important;
}

.e-profile .nav-tabs .nav-link.active {
    color: black;
    background-color:  white;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 600;

}

.e-profile .tab-content {
    padding-bottom: 1.3rem;
} 