.nav-justified {
    background-color: #ececec
}

.nav-tabs {
    border: none
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: unset !important;
    border: none;
    /*border-bottom: 1px #878787 solid !important;*/
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    color: #A0BD3F !important
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: max-content
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    color: #000;
    font-weight: 800;
    font-size: 23px;
    cursor: pointer
}

.nav-justified .nav-item .nav-link:lang(en) {
    font-size: 18px;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-grow: 0 !important;
}

.tabcontent {
    display: none
}