.header__wallet-btn {
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    /* height: 40px; */
    background: linear-gradient(180deg, #fadb93 0%, #d28e47 100%) !important;
    border-radius: 0 8px 8px 0;
    /* background-color: var(--tf-active); */
    /* color: var(--tf-active); */
    color: #FFF;
}