/* Header Link */
.nd-header-lk {
    display: flex !important;
}
.nd-header-lk .nd-avatar{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
}

.nd-header__wrap-menu .nd-header__menu ul li.nd-header-menu__lk a {
    padding-left: 42px;
}
.nd-header-balance {
    margin-top: -10px;
    padding: 0 25px 20px 20px;
}

.nd-header-balance__body,
.nd-header-lk {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: var(--grey-bg, #FAFAFA);
    border-radius: 8px;

}


.nd-header-balance__count {
    display: flex;
    align-items: center;
    gap: 8px;
}
.nd-header-balance__count p {
    display: flex;
    flex-direction: row;
    gap: 6px;
    color: var(--Black, #444);
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.nd-header-balance .nd-lk__add-balance {
    max-width: none;
    padding: 8px;
    height: auto;
    line-height: unset;
    text-align: center;
    color: var(--green, #326E5B);
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}