.account-top-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    background: var(--theme-secondary-color);
    color: var(--theme-yellow);
    padding: 20px 20px ;
    border-radius: 5px;
}

.bar-line {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-yellow {
    background: #F1BB18;
}

.account-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.btn-custome-left-bar {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--theme-white);
    background: var(--theme-content)
}

.btn-custome-left-bar.active {
    background: var(--theme-yellow);
}