/* Navigation Pill Popover (used by .nav-pill.has-childs via tippy) */
.nav-content {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 18px 39px 0px rgba(27, 22, 90, 0.10),
                0px 71px 71px 0px rgba(27, 22, 90, 0.09),
                0px 160px 96px 0px rgba(27, 22, 90, 0.05);
    padding: 16px 29px;
    list-style: none;
    margin: 0;
    min-width: 280px;
    direction: rtl;
}

.nav-content > li {
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

.nav-content > li:last-child {
    border-bottom: none;
}

.nav-content > li > a {
    display: block;
    padding: 13px 0;
    color: #46494F;
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    text-decoration: none;
    text-align: right;
    white-space: nowrap;
    transition: font-weight 0.15s ease;
}

.nav-content > li > a:hover {
    font-weight: 700;
    cursor: pointer;
}
