[data-theme=light] {
    --_0-yZsI: var(--color-cold-gray-900);
    --_1-yZsI: #0000;
    --_2-yZsI: var(--color-white);
    --_3-yZsI: var(--color-white);
    --_4-yZsI: var(--color-white);
    --_5-yZsI: var(--color-tv-blue-500);
    --_6-yZsI: #fff3;
    --_7-yZsI: #fff3;
    --_8-yZsI: #fff3;
    --_9-yZsI: #fff3;
    --_10-yZsI: #fff3
}

[data-theme=dark] {
    --_0-yZsI: var(--color-white);
    --_1-yZsI: #0000;
    --_2-yZsI: var(--color-white);
    --_3-yZsI: var(--color-white);
    --_4-yZsI: var(--color-white);
    --_5-yZsI: var(--color-tv-blue-300);
    --_6-yZsI: #fff3;
    --_7-yZsI: #fff3;
    --_8-yZsI: #fff3;
    --_9-yZsI: #fff3;
    --_10-yZsI: #fff3
}

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

.tv-header__top {
    z-index: 3
}

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

.tv-header--promo {
    --header-color-text: var(--color-white);
    border-bottom-color: var(--_1-yZsI)
}

.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--promo-for-broker-awards .tv-header__backdrop {
    opacity: .8
}

.tv-header__inner {
    --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*20px + var(--side-gap-mode-fixed, 0)*20px);
    --adaptive-mf-container-max-width: 2360px;
    align-items: center;
    background-color: var(--color-header-bg);
    display: flex;
    flex: 0 0 auto;
    height: 64px;
    max-width: 100%;
    padding-inline-end: var(--adaptive-mf-container-padding);
    padding-inline-start: var(--adaptive-mf-container-padding);
    position: relative;
    z-index: 1
}

@media (min-width:1024px) {
    .tv-header__inner {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*32px + var(--side-gap-mode-fixed, 0)*20px)
    }
}

@media (min-width:1440px) {
    .tv-header__inner {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*40px + var(--side-gap-mode-fixed, 0)*20px)
    }
}

@media (min-width:1920px) {
    .tv-header__inner {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*100px + var(--side-gap-mode-fixed, 0)*20px)
    }
}

@media (min-width:2560px) {
    .tv-header__inner {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*(100vw - var(--adaptive-mf-container-max-width))/2 + var(--side-gap-mode-fixed, 0)*20px);
        margin-inline-end: auto;
        margin-inline-start: auto;
        max-width: var(--adaptive-mf-container-max-width)
    }
}

.tv-header--promo .tv-header__inner {
    background-color: var(--_1-yZsI)
}

.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-inline-end: 8px
    }
}

@media (min-width:1440px) {
    .tv-header__area--search {
        flex-grow: 0;
        margin-inline-end: 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);
    inset-inline-start: -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 {
    border-color: var(--color-focus-outline-color-blue);
    border-radius: 12px
}

.tv-header__link:last-child {
    margin-inline-end: 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-inline-start: 6px
}

.tv-header__logo-text:dir(rtl) {
    margin-left: 6px;
    margin-right: 0
}

.tv-header__logo-pro {
    align-items: center;
    background-color: var(--header-color-text);
    display: flex;
    height: 20px;
    -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
}

.tv-header__logo-pro,
body.is-widgetbar-expanded .tv-header__logo-pro {
    margin-inline-start: -4px
}

@media (min-width:1920px) {
    body.is-widgetbar-expanded .tv-header__logo-pro {
        margin-inline-start: 0
    }
    body.is-widgetbar-expanded .tv-header__logo-pro:dir(rtl) {
        margin-right: 4px
    }
}

body.is-widgetbar-expanded .tv-header__logo-pro:dir(rtl) {
    margin-right: 4px
}

@media (min-width:1440px) {
    .tv-header__logo-pro {
        margin-inline-start: 0
    }
    .tv-header__logo-pro:dir(rtl) {
        margin-right: 4px
    }
}

.tv-header__logo-pro:dir(rtl) {
    margin-right: 4px
}

.tv-header__link,
.tv-header__logo {
    float: inline-start
}

.tv-header__offer-button-container {
    display: flex;
    margin-inline-start: 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: var(--color-ripe-red-400);
    border: 4px solid var(--color-header-bg);
    border-radius: 50%;
    box-sizing: border-box;
    height: 18px;
    inset-inline-end: -3px;
    position: absolute;
    top: -3px;
    width: 18px
}

.tv-header--promo .tv-header__icon--counter-red {
    border-color: var(--color-black)
}

.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: var(--color-background-tertiary)
}

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

.tv-header--promo .tv-header__user-menu-button.i-dropped {
    background-color: rgb(from var(--_4-yZsI) r g b/.2);
    color: var(--_3-yZsI)
}

@media (any-hover:hover) {
    .tv-header--promo .tv-header__user-menu-button:hover {
        background-color: rgb(from var(--_4-yZsI) r g b/.2);
        color: var(--_3-yZsI)
    }
}

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

.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);
    inset-inline-start: -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 {
    border-color: var(--color-focus-outline-color-blue);
    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: var(--color-background-tertiary)
    }
    .tv-header--promo .tv-header__user-menu-button--anonymous:hover {
        background-color: rgb(from var(--_4-yZsI) r g b/.2);
        color: var(--_3-yZsI)
    }
}

@supports not (background:rgb(from #000 r g b)) {
    @media (any-hover: hover) {
        .tv-header--promo .tv-header__user-menu-button--anonymous:hover {
            background-color:var(--_10-yZsI)
        }
    }
}

@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__logo:dir(rtl) {
    direction: ltr
}

.tv-header__hamburger-menu {
    align-items: center;
    background: none;
    border: none;
    border-radius: 32px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-inline-end: 8px;
    margin-inline-start: -11px;
    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: var(--color-background-tertiary)
}

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

.tv-header--promo .tv-header__hamburger-menu.i-dropped {
    background-color: rgb(from var(--_4-yZsI) r g b/.2);
    color: var(--_3-yZsI)
}

@media (any-hover:hover) {
    .tv-header--promo .tv-header__hamburger-menu:hover {
        background-color: rgb(from var(--_4-yZsI) r g b/.2);
        color: var(--_3-yZsI)
    }
}

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

@media (any-hover:hover) {
    .tv-header__hamburger-menu:hover svg {
        fill: var(--color-brand)
    }
}

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

@media (min-width:1280px) {
    .tv-header__hamburger-menu {
        display: none;
        margin-inline-start: 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);
    inset-inline-start: -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 {
    border-color: var(--color-focus-outline-color-blue);
    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);
    inset-inline-start: -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 {
    border-color: var(--color-focus-outline-color-blue);
    border-radius: 40px
}

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

.tv-header__main-menu-item--highlighted>a {
    color: var(--_5-yZsI)
}

.tv-header__main-menu-item.i-dropped>a {
    background-color: var(--color-bg-primary-hover)
}

@media (any-hover:hover) {
    .tv-header__main-menu-item>a:hover {
        background-color: var(--color-bg-primary-hover)
    }
}

.tv-header--promo .tv-header__main-menu-item.i-dropped>a {
    background-color: rgb(from var(--_4-yZsI) r g b/.2);
    color: var(--_3-yZsI)
}

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

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

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

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

.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);
    inset-inline-start: -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 {
    border-color: var(--color-focus-outline-color-blue);
    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-inline-end: 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-inline-end: 12px
    }
}

.tv-header__language-button--active,
.tv-header__language-button.i-dropped {
    background-color: var(--color-background-tertiary)
}

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

.tv-header--promo .tv-header__language-button--active,
.tv-header--promo .tv-header__language-button.i-dropped {
    background-color: rgb(from var(--_4-yZsI) r g b/.2);
    color: var(--_3-yZsI)
}

@media (any-hover:hover) {
    .tv-header--promo .tv-header__language-button:hover {
        background-color: rgb(from var(--_4-yZsI) r g b/.2);
        color: var(--_3-yZsI)
    }
}

@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: var(--_10-yZsI)
    }
    @media (any-hover:hover) {
        .tv-header--promo .tv-header__language-button:hover {
            background-color: var(--_10-yZsI)
        }
    }
}

.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);
    inset-inline-start: -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 {
    border-color: var(--color-focus-outline-color-blue);
    border-radius: 40px
}

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

.tv-header__warning {
    --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*20px + var(--side-gap-mode-fixed, 0)*20px);
    --adaptive-mf-container-max-width: 2360px;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    padding-inline-end: var(--adaptive-mf-container-padding);
    padding-inline-start: var(--adaptive-mf-container-padding);
    --ui-lib-typography-font-size: 14px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 500;
    --ui-lib-typography-line-height: 18px;
    background-color: var(--color-container-fill-primary-neutral-extra-heavy);
    color: var(--color-content-secondary-inverse);
    line-height: var(--ui-lib-typography-line-height);
    padding-bottom: 12px;
    padding-top: 12px;
    position: sticky;
    text-align: center;
    top: 64px;
    z-index: 3
}

@media (min-width:1024px) {
    .tv-header__warning {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*32px + var(--side-gap-mode-fixed, 0)*20px)
    }
}

@media (min-width:1440px) {
    .tv-header__warning {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*40px + var(--side-gap-mode-fixed, 0)*20px)
    }
}

@media (min-width:1920px) {
    .tv-header__warning {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*100px + var(--side-gap-mode-fixed, 0)*20px)
    }
}

@media (min-width:2560px) {
    .tv-header__warning {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*(100vw - var(--adaptive-mf-container-max-width))/2 + var(--side-gap-mode-fixed, 0)*20px);
        margin-inline-end: auto;
        margin-inline-start: auto;
        max-width: var(--adaptive-mf-container-max-width)
    }
}

@media (min-width:1280px) {
    .tv-header__warning {
        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;
        line-height: var(--ui-lib-typography-line-height)
    }
}

.tv-header--light-bg {
    --header-color-text: var(--color-cold-gray-900)
}

.tv-header--light-bg .tv-header__user-menu-button--logged:has(.tv-header__icon--counter-red:not(.i-hidden)) .tv-header__user-menu-button-userpic {
    -webkit-mask: radial-gradient(circle 9px at calc(100% - 6px) 6px, #0000 100%, #000 0);
    mask: radial-gradient(circle 9px at calc(100% - 6px) 6px, #0000 100%, #000 0)
}

.tv-header--light-bg .tv-header__user-menu-button--logged .tv-header__icon--counter-red {
    border: none;
    height: 10px;
    inset-inline-end: 1px;
    top: 1px;
    width: 10px
}

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

.tv-header--light-bg .tv-header__user-menu-button--logged.i-dropped {
    background-color: initial
}

@media (any-hover:hover) {
    .tv-header--light-bg .tv-header__user-menu-button--logged:hover {
        background-color: initial
    }
}

@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-inline-end: 12px;
        padding-inline-start: 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: var(--color-cold-gray-200)
}

@media (any-hover:hover) {
    .tv-header--promo--with-search .tv-header-search-container__button:hover {
        background-color: var(--color-cold-gray-800)
    }
}

.tv-header--promo--with-search .tv-header-search-container__button--full {
    background-color: var(--color-cold-gray-800);
    color: var(--color-cold-gray-450)
}

@media (any-hover:hover) {
    .tv-header--promo--with-search .tv-header-search-container__button--full:hover {
        color: var(--color-cold-gray-200)
    }
}

[data-theme=light] {
    --_0-obiT: #0000;
    --_1-obiT: var(--color-cold-gray-150);
    --_2-obiT: var(--color-cold-gray-100)
}

[data-theme=dark] {
    --_0-obiT: #0000;
    --_1-obiT: var(--color-cold-gray-750);
    --_2-obiT: var(--color-cold-gray-800)
}

.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: var(--color-text-primary);
    height: 40px;
    outline: none;
    overflow: visible;
    padding: 0;
    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);
    inset-inline-start: -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 {
    border-color: var(--color-focus-outline-color-blue);
    border-radius: 40px
}

@media (any-hover:hover) {
    .tv-header-search-container__button:hover {
        background-color: var(--color-bg-primary-hover);
        color: var(--color-brand)
    }
}

.tv-header-search-container__button--full {
    align-items: center;
    background-color: var(--_2-obiT);
    background-color: var(--color-bg-primary-hover);
    border-radius: 40px;
    box-sizing: border-box;
    color: var(--color-content-primary-neutral-semi-bold);
    display: flex;
    display: none;
    height: 40px;
    justify-content: space-between;
    justify-content: flex-start;
    padding: 6px
}

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

@media (any-hover:hover) {
    .tv-header-search-container__button--full:hover {
        color: var(--color-text-primary)
    }
}

.tv-header-search-container__button--simple {
    background-color: var(--_0-obiT);
    border: 0;
    display: block;
    height: 40px;
    width: 40px
}

@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-inline-start: 4px;
    white-space: nowrap
}

.tv-header-search-container__text:after {
    content: "(Ctrl+K)";
    display: none;
    margin-inline-start: 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)"
}