/** Menu **/
.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: none;
    border-radius: 6px;
}

.nav {
    --bs-nav-link-padding-y: 0rem;
}

#exp-menu {
    width: 100%;
    margin: 0;
    display: inline-flex;
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    z-index: 0;
}

#menu-profile {   
    height: 42px;
    align-items: center;
    /*display: flex;*/
    overflow-x: auto;
    overflow: scroll;
}

#menu-profile::-webkit-scrollbar {
    display: none;
}

#exp-menu .navbar-menu-profile {
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: sticky;
    size: 16px;
    color: black;
    background: #fff;
    border-radius: 0;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}

#exp-menu .function-disabled {
    color: #999;
}

#exp-menu .col-i-3 {
    flex: 1 1 auto;
    width: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

#exp-menu .single-line-menu {
    margin: 0 2px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 400;
    display: inline-flex;
    line-height: 40px;
}

#exp-menu .single-line-menu i {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 14px;
    /*margin-right: 6px;*/
    top: 0px;
}

#exp-menu .menu-link i {
    padding-right: 6px;
}

.txt-menu {
    color: #a6a6a6;
    font-weight: 400;
    font-size: 16px;
}

.p-menu {
    margin-bottom: 0;
}

.i-navbar {
    font-weight: 600;
    font-size: 20px;
}

.rod-text {
    font-size: 10px;
    letter-spacing: 0;
}

#exp-menu .menu-link {
    margin: 0;
    transition: all 0.5s;
}

#exp-menu .menu-link:hover {
    background-color: #f5f7fb;
    color: #1b1b1b;
    transition: all 0.5s;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
}

#exp-menu .menu-int {
    color: #8899A6;
    transition: all 0.5s;
    line-height: 25px;
    margin: 0 5px;
}

.menu-tab-act,
.nav-link.active {
    color: #212121 !important;
    border-bottom: 3px solid #7a73bd !important;
    font-weight: 500;
}

.nav-link.active .txt-menu {
    color: #1b1b1b;
    font-weight: 500;
}

.menu-tab-act .menu-link {
    color: #212121 !important;
    font-weight: 500;
}

.menu-tab-act .txt-menu {
    color: #1b1b1b;
    font-weight: 600;
}