.header-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0 auto;
    gap: 10px;
}

.header-actions a {
    text-decoration: none;
    color: #101934;
}

 .header-actions .action-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #101934;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
}

.header-actions .action-icon:hover {
    background: #49d1c1;
}


.header-actions .count-label {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .7rem;
    line-height: 1;
    font-weight: 600;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #ff4861;
}

.header_ava {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 5px 0 15px;
    border-radius: 4px;
}

.header_user_balance {
text-align: right;
    padding-right: 21px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header_user_balance img {
    max-width: 20px;
  }