header {
    overflow:visible !important;
}
.tp-switcher {
    border-radius: 20px;
    border: 1px solid #752C90;
    background: #090317;
    margin-left:1rem !important;
    padding: 0px 6px 0px 20px;
    height: 42px;
    display: flex;
    position:relative;
    
}

.tp-switcher .switcher-inner {
    display: flex;
    align-items: center;
    gap:16px;
}

.tp-switcher .current-lang {
    font-weight: 700;
    font-size:14px;
}
.tp-switcher .switcher-toggle {
    border:0;
    padding:9px 12px;
    color:#FFF;
    font-size:11px;
    cursor:pointer !important;
    outline:none !important;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(117, 44, 144, 0.60) 0.91%, rgba(255, 54, 93, 0.60) 56.24%, rgba(255, 141, 22, 0.60) 111.57%);
}
.tp-switcher .absolute-dropdown-on-button-toggle[hidden] {
    display: none;
}

.tp-switcher .absolute-dropdown-on-button-toggle {
    position: absolute;
    top: 44px;
    z-index: 10;
    background-color: #2A1D34;
    padding: 10px 10px;
    border-radius: 20px;
    
    left: 0;
    width: calc(100% - 20px - 2px);

    border: double 1px rgba(0, 0, 0, 0);
    background-image: linear-gradient(#090317, #090317), linear-gradient(90deg, #752C8F 0.91%, #FF365E 56.24%, #FF8F17 111.57%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.tp-switcher .absolute-dropdown-on-button-toggle ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-switcher .absolute-dropdown-on-button-toggle .list-label {
    color:#726590;
    font-size:11px;
    line-height:1;
    text-align: center;
    padding-bottom:5px;
    padding-bottom:5px;
    border-bottom:1px solid #726590;
    margin-bottom:5px;
}
.tp-switcher .absolute-dropdown-on-button-toggle ul li {
    padding-top:2px;
    padding-bottom:2px;
    text-align: center;
}
.tp-switcher .absolute-dropdown-on-button-toggle ul li:hover {
    background-color:#3B2C45;
}   
.tp-switcher .absolute-dropdown-on-button-toggle ul li a {
    text-decoration: none;
}
.tp-switcher .absolute-dropdown-on-button-toggle ul li a br {
    display: none;
}

.tp-switcher.is-open .absolute-dropdown-on-button-toggle {
    display: block;
}