.tv-header {
    --header-color-text: #0f0f0f;
    color: var(--header-color-text);
    flex: none;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    z-index: 2
}

html.theme-dark .tv-header {
    --header-color-text: #fff
}

.tv-header__top {
    z-index: 3
}

.tv-header--sticky {
    position: sticky;
    top: 0;
    z-index: 101
}

.tv-header--promo {
    --header-color-text: #fff
}

.tv-header--promo,
html.theme-dark .tv-header--promo {
    border-bottom-color: #0000
}

.tv-header__backdrop {
    background: linear-gradient(180deg, #0f0f0f, #0f0f0f00);
    display: none;
    height: 120px;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.tv-header--promo .tv-header__backdrop {
    display: block
}

.tv-header__inner {
    --adaptive-mf-container-padding: 20px;
    --adaptive-mf-container-max-width: 2360px;
    align-items: center;
    background-color: #fff;
    display: flex;
    flex: 0 0 auto;
    height: 64px;
    max-width: 100%;
    padding-left: var(--adaptive-mf-container-padding);
    padding-right: var(--adaptive-mf-container-padding);
    position: relative;
    z-index: 1
}

html.theme-dark .tv-header__inner {
    background-color: #000
}

@media (min-width:1024px) {
    .tv-header__inner {
        --adaptive-mf-container-padding: 32px
    }
}

@media (min-width:1440px) {
    .tv-header__inner {
        --adaptive-mf-container-padding: 40px
    }
}

@media (min-width:1920px) {
    .tv-header__inner {
        --adaptive-mf-container-padding: 100px
    }
}

@media (min-width:2560px) {
    .tv-header__inner {
        --adaptive-mf-container-padding: calc((100vw - var(--adaptive-mf-container-max-width))/2);
        margin-left: auto;
        margin-right: auto;
        max-width: var(--adaptive-mf-container-max-width)
    }
}

.tv-header--promo .tv-header__inner,
html.theme-dark .tv-header--promo .tv-header__inner {
    background-color: initial
}

.tv-header__inner--fixed .tv-header__inner {
    --adaptive-mf-container-padding: 20px;
    max-width: none
}

.tv-header__area {
    flex-shrink: 0
}

.tv-header__area--logo-menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-start
}

@media (min-width:768px) {
    .tv-header__area--logo-menu {
        flex-grow: 0
    }
}

.tv-header__area--menu {
    align-items: center;
    display: none;
    justify-content: center
}

@media (min-width:1280px) {
    body:not(.is-widgetbar-expanded) .tv-header__area--menu {
        display: flex
    }
}

@media (min-width:1440px) {
    .tv-header__area--menu {
        display: flex
    }
}

.tv-header__area--search {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end
}

@media (min-width:1280px) {
    body:not(.is-widgetbar-expanded) .tv-header__area--search {
        flex-grow: 0;
        margin-right: 8px
    }
}

@media (min-width:1440px) {
    .tv-header__area--search {
        flex-grow: 0;
        margin-right: 8px
    }
}

.tv-header--promo:not(.tv-header--promo--with-search) .tv-header__area--search {
    display: none
}

.tv-header__area--user {
    align-items: center;
    display: flex
}

@media (min-width:1920px) {
    .tv-header__area--user {
        justify-content: flex-end;
        min-width: 150px
    }
}

.tv-header__middle-wrapper {
    display: flex;
    flex-flow: 0;
    height: 64px
}

@media (min-width:768px) {
    .tv-header__middle-wrapper {
        flex-grow: 1
    }
}

.tv-header__middle-content {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin: 0 8px
}

@media (min-width:768px) {
    .tv-header__middle-content {
        margin: 0 32px
    }
}

@media (min-width:1920px) {
    .tv-header__middle-content {
        margin: 0 48px
    }
}

.tv-header__link {
    color: var(--header-color-text);
    display: inline-block;
    height: 64px;
    line-height: 64px;
    outline: none;
    overflow: visible;
    position: relative;
    vertical-align: middle
}

.tv-header__link:focus {
    outline: none
}

.tv-header__link:focus-visible {
    outline: none
}

.tv-header__link:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 24px);
    left: -12px;
    pointer-events: none;
    position: absolute;
    top: -12px;
    width: calc(100% + 24px);
    z-index: 1
}

.tv-header__link:focus:after {
    display: block
}

.tv-header__link:focus-visible:after {
    display: block
}

.tv-header__link:focus:not(:focus-visible):after {
    display: none
}

.tv-header__link:after,
html.theme-dark .tv-header__link:after {
    border-color: #2962ff
}

.tv-header__link:after {
    border-radius: 12px
}

.tv-header__link:last-child {
    margin-right: 0
}

.tv-header__link--logo {
    align-items: center;
    border: none;
    display: flex;
    height: 28px;
    position: relative
}

.tv-header__logo-text {
    align-items: center;
    flex-shrink: 0;
    height: 64px;
    margin-left: 6px
}

.tv-header__logo-pro {
    align-items: center;
    background-color: var(--header-color-text);
    display: flex;
    height: 20px;
    margin-left: -4px;
    -webkit-mask: url(logo-tradingview-header-pro.9ee49238ecff6169653f.svg) center;
    mask: url(logo-tradingview-header-pro.9ee49238ecff6169653f.svg) center;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 50px
}

body.is-widgetbar-expanded .tv-header__logo-pro {
    margin-left: -4px
}

@media (min-width:1920px) {
    body.is-widgetbar-expanded .tv-header__logo-pro {
        margin-left: 0
    }
}

@media (min-width:1440px) {
    .tv-header__logo-pro {
        margin-left: 0
    }
}

.tv-header__link,
.tv-header__logo {
    float: left
}

.tv-header__offer-button-container {
    display: flex;
    margin-left: 12px
}

@media (max-width:479px) {
    .is-authenticated .tv-header__offer-button-container:not(.is-authenticated .tv-header__offer-button-container--menu) {
        display: none !important
    }
}

.tv-header__offer-button-container--menu {
    margin: 0;
    padding: 12px 20px
}

@media (min-width:480px) {
    .tv-header__offer-button-container--menu {
        display: none !important
    }
}

.is-not-authenticated .tv-header__offer-button-container--menu {
    align-items: flex-end;
    flex-grow: 1
}

.tv-header__earlyaccess-text,
.tv-header__lastchance-text,
.tv-header__oneusd-text,
.tv-header__upsell-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tv-header__icon {
    line-height: 64px
}

.tv-header__icon svg {
    vertical-align: middle
}

.tv-header__icon--counter-red {
    background: #f7525f;
    border: 4px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    height: 18px;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 18px
}

html.theme-dark .tv-header__icon--counter-red {
    border: 4px solid #000
}

.tv-header--promo .tv-header__icon--counter-red {
    border-color: #000
}

.tv-header__link:active .tv-header__icon svg {
    transition-duration: 60ms
}

@media (any-hover:hover) {
    .tv-header__link:hover .tv-header__icon svg {
        transition-duration: 60ms
    }
}

.tv-header__user-menu-button {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0
}

.tv-header__user-menu-button.i-dropped {
    background-color: #f2f2f2
}

@media (any-hover:hover) {
    .tv-header__user-menu-button:hover {
        background-color: #f2f2f2
    }
}

html.theme-dark .tv-header__user-menu-button.i-dropped {
    background-color: #2e2e2e
}

@media (any-hover:hover) {
    html.theme-dark .tv-header__user-menu-button:hover {
        background-color: #2e2e2e
    }
}

.tv-header--promo .tv-header__user-menu-button.i-dropped {
    background-color: rgb(from #ffffff r g b/.2);
    color: #fff
}

@media (any-hover:hover) {
    .tv-header--promo .tv-header__user-menu-button:hover {
        background-color: rgb(from #ffffff r g b/.2);
        color: #fff
    }
}

html.theme-dark .tv-header--promo .tv-header__user-menu-button.i-dropped {
    background-color: rgb(from #ffffff r g b/.2)
}

@media (any-hover:hover) {
    html.theme-dark .tv-header--promo .tv-header__user-menu-button:hover {
        background-color: rgb(from #ffffff r g b/.2)
    }
}

html.theme-dark .tv-header--promo .tv-header__user-menu-button.i-dropped {
    color: #fff
}

@media (any-hover:hover) {
    html.theme-dark .tv-header--promo .tv-header__user-menu-button:hover {
        color: #fff
    }
}

@supports not (background:rgb(from #000 r g b)) {
    .tv-header--promo .tv-header__user-menu-button.i-dropped {
        background-color: #fff3
    }
    @media (any-hover:hover) {
        .tv-header--promo .tv-header__user-menu-button:hover {
            background-color: #fff3
        }
    }
    html.theme-dark .tv-header--promo .tv-header__user-menu-button.i-dropped {
        background-color: #fff3
    }
    @media (any-hover:hover) {
        html.theme-dark .tv-header--promo .tv-header__user-menu-button:hover {
            background-color: #fff3
        }
    }
}

.tv-header__user-menu-button {
    outline: none;
    overflow: visible;
    position: relative
}

.tv-header__user-menu-button:focus {
    outline: none
}

.tv-header__user-menu-button:focus-visible {
    outline: none
}

.tv-header__user-menu-button:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 8px);
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: calc(100% + 8px);
    z-index: 1
}

.tv-header__user-menu-button:focus:after {
    display: block
}

.tv-header__user-menu-button:focus-visible:after {
    display: block
}

.tv-header__user-menu-button:focus:not(:focus-visible):after {
    display: none
}

.tv-header__user-menu-button:after,
html.theme-dark .tv-header__user-menu-button:after {
    border-color: #2962ff
}

.tv-header__user-menu-button:after {
    border-radius: 36px
}

.is-not-authenticated .tv-header__user-menu-button--logged {
    display: none
}

.tv-header__user-menu-button--anonymous {
    display: none;
    flex-direction: column;
    height: 40px;
    padding-bottom: 2px;
    width: 40px
}

@media (any-hover:hover) {
    .tv-header__user-menu-button--anonymous:hover {
        background-color: #f2f2f2
    }
    html.theme-dark .tv-header__user-menu-button--anonymous:hover {
        background-color: #2e2e2e
    }
    .tv-header--promo .tv-header__user-menu-button--anonymous:hover {
        background-color: rgb(from #ffffff r g b/.2);
        color: #fff
    }
    html.theme-dark .tv-header--promo .tv-header__user-menu-button--anonymous:hover {
        background-color: rgb(from #ffffff r g b/.2);
        color: #fff
    }
}

@supports not (background:rgb(from #000 r g b)) {
    @media (any-hover: hover) {
        .tv-header--promo .tv-header__user-menu-button--anonymous:hover, html.theme-dark .tv-header--promo .tv-header__user-menu-button--anonymous:hover {
            background-color:#fff3
        }
    }
}

@media (min-width:768px) {
    .tv-header__user-menu-button--anonymous {
        display: flex
    }
}

.is-authenticated .tv-header__user-menu-button--anonymous {
    display: none
}

.tv-header__user-menu-button-userpic {
    border-radius: 32px;
    height: 40px;
    width: 40px
}

.tv-header__logo {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 64px;
    vertical-align: middle
}

.tv-header__hamburger-menu {
    align-items: center;
    background: none;
    border: none;
    border-radius: 32px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-left: -11px;
    margin-right: 8px;
    padding: 11px 9px;
    transition: transform .35s cubic-bezier(.215, .61, .355, 1), 2, opacity .35s cubic-bezier(.215, .61, .355, 1), 2;
    width: 40px
}

.tv-header__hamburger-menu.i-dropped {
    background-color: #f2f2f2
}

@media (any-hover:hover) {
    .tv-header__hamburger-menu:hover {
        background-color: #f2f2f2
    }
}

html.theme-dark .tv-header__hamburger-menu.i-dropped {
    background-color: #2e2e2e
}

@media (any-hover:hover) {
    html.theme-dark .tv-header__hamburger-menu:hover {
        background-color: #2e2e2e
    }
}

.tv-header--promo .tv-header__hamburger-menu.i-dropped {
    background-color: rgb(from #ffffff r g b/.2);
    color: #fff
}

@media (any-hover:hover) {
    .tv-header--promo .tv-header__hamburger-menu:hover {
        background-color: rgb(from #ffffff r g b/.2);
        color: #fff
    }
}

html.theme-dark .tv-header--promo .tv-header__hamburger-menu.i-dropped {
    background-color: rgb(from #ffffff r g b/.2)
}

@media (any-hover:hover) {
    html.theme-dark .tv-header--promo .tv-header__hamburger-menu:hover {
        background-color: rgb(from #ffffff r g b/.2)
    }
}

html.theme-dark .tv-header--promo .tv-header__hamburger-menu.i-dropped {
    color: #fff
}

@media (any-hover:hover) {
    html.theme-dark .tv-header--promo .tv-header__hamburger-menu:hover {
        color: #fff
    }
}

@supports not (background:rgb(from #000 r g b)) {
    .tv-header--promo .tv-header__hamburger-menu.i-dropped {
        background-color: #fff3
    }
    @media (any-hover:hover) {
        .tv-header--promo .tv-header__hamburger-menu:hover {
            background-color: #fff3
        }
    }
    html.theme-dark .tv-header--promo .tv-header__hamburger-menu.i-dropped {
        background-color: #fff3
    }
    @media (any-hover:hover) {
        html.theme-dark .tv-header--promo .tv-header__hamburger-menu:hover {
            background-color: #fff3
        }
    }
}

@media (any-hover:hover) {
    .tv-header__hamburger-menu:hover svg,
    html.theme-dark .tv-header__hamburger-menu:hover svg {
        fill: #2962ff
    }
}

@media (min-width:768px) {
    .tv-header__hamburger-menu {
        margin-right: 12px
    }
}

@media (min-width:1280px) {
    .tv-header__hamburger-menu {
        display: none;
        margin-left: 0
    }
    body.is-widgetbar-expanded .tv-header__hamburger-menu {
        display: flex
    }
}

@media (min-width:1440px) {
    body.is-widgetbar-expanded .tv-header__hamburger-menu {
        display: none
    }
}

.tv-header__hamburger-menu svg {
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 18px
}

.tv-header__hamburger-menu {
    outline: none;
    overflow: visible;
    position: relative
}

.tv-header__hamburger-menu:focus {
    outline: none
}

.tv-header__hamburger-menu:focus-visible {
    outline: none
}

.tv-header__hamburger-menu:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 8px);
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: calc(100% + 8px);
    z-index: 1
}

.tv-header__hamburger-menu:focus:after {
    display: block
}

.tv-header__hamburger-menu:focus-visible:after {
    display: block
}

.tv-header__hamburger-menu:focus:not(:focus-visible):after {
    display: none
}

.tv-header__hamburger-menu:after,
html.theme-dark .tv-header__hamburger-menu:after {
    border-color: #2962ff
}

.tv-header__hamburger-menu:after {
    border-radius: calc(50% + 4px)
}

.tv-header__main-menu {
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    --ui-lib-typography-font-size: 16px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 500;
    --ui-lib-typography-line-height: 24px;
    display: flex;
    line-height: var(--ui-lib-typography-line-height)
}

.tv-header__main-menu-item {
    display: flex
}

.tv-header__main-menu-item>a {
    align-items: center;
    background: #0000;
    border: none;
    border-radius: 36px;
    box-sizing: border-box;
    color: var(--header-color-text);
    cursor: pointer;
    display: flex;
    height: 40px;
    letter-spacing: .3px;
    margin: 12px 0;
    outline: none;
    overflow: visible;
    padding: 8px 16px;
    position: relative;
    white-space: nowrap
}

.tv-header__main-menu-item>a:focus {
    outline: none
}

.tv-header__main-menu-item>a:focus-visible {
    outline: none
}

.tv-header__main-menu-item>a:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 8px);
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: calc(100% + 8px);
    z-index: 1
}

.tv-header__main-menu-item>a:focus:after {
    display: block
}

.tv-header__main-menu-item>a:focus-visible:after {
    display: block
}

.tv-header__main-menu-item>a:focus:not(:focus-visible):after {
    display: none
}

.tv-header__main-menu-item>a:after,
html.theme-dark .tv-header__main-menu-item>a:after {
    border-color: #2962ff
}

.tv-header__main-menu-item>a:after {
    border-radius: 40px
}

@media (min-width:1920px) {
    .tv-header__main-menu-item>a {
        margin: 12px 8px
    }
}

.tv-header__main-menu-item--highlighted>a {
    color: #2962ff
}

html.theme-dark .tv-header__main-menu-item--highlighted>a {
    color: #5b9cf6
}

.tv-header__main-menu-item.i-dropped>a {
    background-color: #f2f2f2
}

@media (any-hover:hover) {
    .tv-header__main-menu-item>a:hover {
        background-color: #f2f2f2
    }
}

html.theme-dark .tv-header__main-menu-item.i-dropped>a {
    background-color: #2e2e2e
}

@media (any-hover:hover) {
    html.theme-dark .tv-header__main-menu-item>a:hover {
        background-color: #2e2e2e
    }
}

.tv-header--promo .tv-header__main-menu-item.i-dropped>a {
    background-color: rgb(from #ffffff r g b/.2);
    color: #fff
}

@media (any-hover:hover) {
    .tv-header--promo .tv-header__main-menu-item>a:hover {
        background-color: rgb(from #ffffff r g b/.2);
        color: #fff
    }
}

html.theme-dark .tv-header--promo .tv-header__main-menu-item.i-dropped>a {
    background-color: rgb(from #ffffff r g b/.2)
}

@media (any-hover:hover) {
    html.theme-dark .tv-header--promo .tv-header__main-menu-item>a:hover {
        background-color: rgb(from #ffffff r g b/.2)
    }
}

html.theme-dark .tv-header--promo .tv-header__main-menu-item.i-dropped>a {
    color: #fff
}

@media (any-hover:hover) {
    html.theme-dark .tv-header--promo .tv-header__main-menu-item>a:hover {
        color: #fff
    }
}

@supports not (background:rgb(from #000 r g b)) {
    .tv-header--promo .tv-header__main-menu-item.i-dropped>a {
        background-color: #fff3
    }
    @media (any-hover:hover) {
        .tv-header--promo .tv-header__main-menu-item>a:hover {
            background-color: #fff3
        }
    }
    html.theme-dark .tv-header--promo .tv-header__main-menu-item.i-dropped>a {
        background-color: #fff3
    }
    @media (any-hover:hover) {
        html.theme-dark .tv-header--promo .tv-header__main-menu-item>a:hover {
            background-color: #fff3
        }
    }
}

.tv-header__main-menu-item>svg {
    margin-right: 4px
}

.tv-header__main-menu-item__chevron {
    align-items: center;
    display: flex;
    height: 40px;
    opacity: 0;
    outline: none;
    overflow: visible;
    position: absolute;
    right: -8px
}

.tv-header__main-menu-item__chevron:focus {
    outline: none
}

.tv-header__main-menu-item__chevron:focus-visible {
    outline: none
}

.tv-header__main-menu-item__chevron:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 8px);
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: calc(100% + 8px);
    z-index: 1
}

.tv-header__main-menu-item__chevron:focus:after {
    display: block
}

.tv-header__main-menu-item__chevron:focus-visible:after {
    display: block
}

.tv-header__main-menu-item__chevron:focus:not(:focus-visible):after {
    display: none
}

.tv-header__main-menu-item__chevron:after,
html.theme-dark .tv-header__main-menu-item__chevron:after {
    border-color: #2962ff
}

.tv-header__main-menu-item__chevron:after {
    border-radius: 40px
}

.tv-header__main-menu-item__chevron:focus-visible {
    opacity: 1
}

.tv-header__language-button {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 36px;
    cursor: pointer;
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    gap: 4px;
    justify-content: center;
    margin-right: 8px;
    padding: 6px 12px;
    --ui-lib-typography-line-height: 24px;
    line-height: var(--ui-lib-typography-line-height);
    --ui-lib-typography-font-size: 16px;
    font-size: var(--ui-lib-typography-font-size);
    font-style: normal;
    font-weight: 500
}

@media (min-width:568px) {
    .tv-header__language-button {
        display: flex
    }
}

@media (min-width:768px) {
    .tv-header__language-button {
        margin-right: 12px
    }
}

.tv-header__language-button--active,
.tv-header__language-button.i-dropped {
    background-color: #f2f2f2
}

@media (any-hover:hover) {
    .tv-header__language-button:hover {
        background-color: #f2f2f2
    }
}

html.theme-dark .tv-header__language-button--active,
html.theme-dark .tv-header__language-button.i-dropped {
    background-color: #2e2e2e
}

@media (any-hover:hover) {
    html.theme-dark .tv-header__language-button:hover {
        background-color: #2e2e2e
    }
}

.tv-header--promo .tv-header__language-button--active,
.tv-header--promo .tv-header__language-button.i-dropped {
    background-color: rgb(from #ffffff r g b/.2);
    color: #fff
}

@media (any-hover:hover) {
    .tv-header--promo .tv-header__language-button:hover {
        background-color: rgb(from #ffffff r g b/.2);
        color: #fff
    }
}

html.theme-dark .tv-header--promo .tv-header__language-button--active,
html.theme-dark .tv-header--promo .tv-header__language-button.i-dropped {
    background-color: rgb(from #ffffff r g b/.2)
}

@media (any-hover:hover) {
    html.theme-dark .tv-header--promo .tv-header__language-button:hover {
        background-color: rgb(from #ffffff r g b/.2)
    }
}

html.theme-dark .tv-header--promo .tv-header__language-button--active,
html.theme-dark .tv-header--promo .tv-header__language-button.i-dropped {
    color: #fff
}

@media (any-hover:hover) {
    html.theme-dark .tv-header--promo .tv-header__language-button:hover {
        color: #fff
    }
}

@supports not (background:rgb(from #000 r g b)) {
    .tv-header--promo .tv-header__language-button--active,
    .tv-header--promo .tv-header__language-button.i-dropped {
        background-color: #fff3
    }
    @media (any-hover:hover) {
        .tv-header--promo .tv-header__language-button:hover {
            background-color: #fff3
        }
    }
    html.theme-dark .tv-header--promo .tv-header__language-button--active,
    html.theme-dark .tv-header--promo .tv-header__language-button.i-dropped {
        background-color: #fff3
    }
    @media (any-hover:hover) {
        html.theme-dark .tv-header--promo .tv-header__language-button:hover {
            background-color: #fff3
        }
    }
}

.tv-header__language-button {
    outline: none;
    overflow: visible;
    position: relative
}

.tv-header__language-button:focus {
    outline: none
}

.tv-header__language-button:focus-visible {
    outline: none
}

.tv-header__language-button:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 8px);
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: calc(100% + 8px);
    z-index: 1
}

.tv-header__language-button:focus:after {
    display: block
}

.tv-header__language-button:focus-visible:after {
    display: block
}

.tv-header__language-button:focus:not(:focus-visible):after {
    display: none
}

.tv-header__language-button:after,
html.theme-dark .tv-header__language-button:after {
    border-color: #2962ff
}

.tv-header__language-button:after {
    border-radius: 40px
}

.is-authenticated .tv-header__language-button {
    display: none
}

@media (min-width:1280px) {
    [lang=vi] .tv-header-search-container__text,
    [lang=vi] .tv-header__main-menu {
        font-size: 14px
    }
    [lang=ar] .tv-header-search-container__text,
    [lang=ar] .tv-header__main-menu,
    [lang=ja] .tv-header-search-container__text,
    [lang=ja] .tv-header__main-menu {
        font-size: 12px
    }
    .is-widgetbar-expanded .tv-header-search-container__button--full {
        width: 160px
    }
    [lang=fr] .is-widgetbar-expanded .tv-header-search-container__button--full,
    [lang=pt] .is-widgetbar-expanded .tv-header-search-container__button--full {
        width: 190px
    }
}

@media (min-width:1440px) and (max-width:1660px) {
    .is-widgetbar-expanded .tv-header__main-menu-item>a {
        padding-left: 12px;
        padding-right: 12px
    }
}

.tv-header__logo-text {
    display: none
}

@media (min-width:1440px) {
    .tv-header__logo-text {
        display: flex
    }
    .is-widgetbar-expanded .tv-header__logo-text {
        display: none
    }
}

@media (min-width:1920px) {
    .is-widgetbar-expanded .tv-header__logo-text {
        display: flex
    }
}

.tv-header--promo--with-search .tv-header-search-container__button {
    color: #dbdbdb
}

@media (any-hover:hover) {
    .tv-header--promo--with-search .tv-header-search-container__button:hover {
        background-color: #2e2e2e
    }
}

.tv-header--promo--with-search .tv-header-search-container__button--full {
    background-color: #2e2e2e;
    color: #8c8c8c
}

@media (any-hover:hover) {
    .tv-header--promo--with-search .tv-header-search-container__button--full:hover {
        color: #dbdbdb
    }
}

.tv-header-search-container {
    align-items: center;
    display: flex;
    flex-grow: 1
}

.tv-header-search-container__button {
    background: none;
    border: none;
    border-radius: 36px;
    box-sizing: border-box;
    color: #0f0f0f;
    height: 40px;
    padding: 0
}

html.theme-dark .tv-header-search-container__button {
    color: #dbdbdb
}

.tv-header-search-container__button {
    outline: none;
    overflow: visible;
    position: relative
}

.tv-header-search-container__button:focus {
    outline: none
}

.tv-header-search-container__button:focus-visible {
    outline: none
}

.tv-header-search-container__button:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 8px);
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: calc(100% + 8px);
    z-index: 1
}

.tv-header-search-container__button:focus:after {
    display: block
}

.tv-header-search-container__button:focus-visible:after {
    display: block
}

.tv-header-search-container__button:focus:not(:focus-visible):after {
    display: none
}

.tv-header-search-container__button:after,
html.theme-dark .tv-header-search-container__button:after {
    border-color: #2962ff
}

.tv-header-search-container__button:after {
    border-radius: 40px
}

@media (any-hover:hover) {
    .tv-header-search-container__button:hover {
        background-color: #f2f2f2;
        color: #2962ff
    }
    html.theme-dark .tv-header-search-container__button:hover {
        background-color: #2e2e2e;
        color: #2962ff
    }
}

.tv-header-search-container__button--full {
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 40px;
    box-sizing: border-box;
    color: #4a4a4a;
    display: flex;
    display: none;
    height: 40px;
    justify-content: space-between;
    justify-content: flex-start;
    padding: 6px
}

html.theme-dark .tv-header-search-container__button--full {
    background-color: #2e2e2e;
    color: #b8b8b8
}

.tv-header-search-container__button--full svg {
    min-width: 28px
}

@media (any-hover:hover) {
    .tv-header-search-container__button--full:hover {
        color: #0f0f0f
    }
    html.theme-dark .tv-header-search-container__button--full:hover {
        color: #dbdbdb
    }
}

.tv-header-search-container__button--simple {
    background-color: initial;
    border: 0;
    display: block;
    height: 40px;
    width: 40px
}

html.theme-dark .tv-header-search-container__button--simple {
    background-color: initial
}

@media (min-width:768px) {
    .tv-header-search-container__button--full {
        display: flex;
        width: 100%
    }
    .tv-header-search-container__button--simple {
        display: none
    }
}

@media (min-width:1280px) {
    .tv-header-search-container__button--full {
        width: 200px
    }
}

.tv-header-search-container__text {
    --ui-lib-typography-line-height: 24px;
    line-height: var(--ui-lib-typography-line-height);
    --ui-lib-typography-font-size: 16px;
    display: flex;
    font-size: var(--ui-lib-typography-font-size);
    font-style: normal;
    font-weight: 400;
    margin-left: 4px;
    white-space: nowrap
}

.tv-header-search-container__text:after {
    content: "(Ctrl+K)";
    display: none;
    margin-left: 4px;
    white-space: nowrap
}

@media (min-width:1280px) {
    .tv-header-search-container__text:after {
        display: flex
    }
}

html.mac_os_system .tv-header-search-container__text:after {
    content: "(⌘K)"
}