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

