.header--logged .header__logo {
    background: var(--tf-logo-s) no-repeat left center;
    width: 80px;
    height: 40px;
    background-size: 40px 40px;
}

.header__wallet {
    display: flex
;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 190px;
    margin-left: -40px;
}

.header__signup {
    font-weight: 600 !important;
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(to right, #2f1b62 0%, #654ca2 29%, #654ca2 68%, #2f1b62 100%) !important;
    text-transform: capitalize !important;
    border: none !important;
    border-radius: 9px !important;
    height: auto !important;
    padding: 8px 0px !important;
    margin-right: 15px !important;
}

@media (max-width: 768px) {
    .header__signin {
        display: flex
;
        justify-content: center;
        align-items: center;
        width: auto;
        padding: 0px 0px !important;
    }
}

.header__wallet-btn {
    background-color: unset !important;
    background: transparent !important;
}

.playico-tv-button {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    min-width: 24px;
    min-height: 24px;
    background: #181818;
    padding: 8px;
    border-radius: 7px;
    position: relative;
    margin-right: 45px !important;
}

@media (min-width: 1200px) {
    .sidebar__logo {
        position: fixed;
        z-index: 100;
        left: 85px;
        display: block;
        width: 172px;
        height: 55px;
        margin-top: -10px;
        background: var(--tf-logo) no-repeat left center;
        background-size: auto 40px;
        transition: all .2s;
    }
}


@media (min-width: 1400px) {
    .header__wallet-dropdown-btn {
      width: auto !important;
    }
}
