.styles_theme__Wk__f {
    color: var(--color-nav-text);
    position: relative;
    height: var(--size-nav-height);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1
}

[dir] .styles_theme__Wk__f {
    padding: 0 12px;
    cursor: pointer
}

.styles_theme__Wk__f:hover {
    color: var(--color-nav-text-hover)
}

[dir] .styles_theme__Wk__f:hover {
    background: var(--color-dropdown-select-bg-hover)
}

@media(max-width:1080px) {
    .styles_theme__Wk__f:hover {
        --color-dropdown-select-text-hover: #fff
    }
}

.styles_theme__Wk__f:hover i {
    color: var(--color-dropdown-select-text-hover)
}

.styles_theme__Wk__f i {
    font-size: 20px
}

.styles_theme__Wk__f .theme-switch {
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1
}

.styles_theme__Wk__f .theme-switch span {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 16px
}

.styles_theme__Wk__f .theme-switch span i {
    font-size: 24px
}

@media(max-width:1080px) {
    .styles_theme__Wk__f .theme-switch span i {
        font-size: 20px
    }
}

.styles_mode_tips__TEvK2 {
    position: absolute;
    top: 100%;
    z-index: 9;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    min-width: 220px;
    max-width: 260px;
    box-sizing: border-box
}

[dir] .styles_mode_tips__TEvK2 {
    padding: 16px;
    background: var(--color-brand);
    border-radius: 4px
}

[dir=ltr] .styles_mode_tips__TEvK2 {
    right: -4px
}

[dir=rtl] .styles_mode_tips__TEvK2 {
    left: -4px
}

[dir=ltr] .styles_mode_tips__TEvK2 p {
    padding-right: 16px
}

[dir=rtl] .styles_mode_tips__TEvK2 p {
    padding-left: 16px
}

.styles_mode_tips__TEvK2:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%
}

[dir] .styles_mode_tips__TEvK2:before {
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent var(--color-brand) transparent
}

[dir=ltr] .styles_mode_tips__TEvK2:before {
    right: 8px
}

[dir=rtl] .styles_mode_tips__TEvK2:before {
    left: 8px
}

.styles_mode_tips__TEvK2 i {
    color: var(--color-nav-text);
    position: absolute;
    top: 8px
}

[dir] .styles_mode_tips__TEvK2 i {
    cursor: pointer
}

[dir=ltr] .styles_mode_tips__TEvK2 i {
    right: 6px
}

[dir=rtl] .styles_mode_tips__TEvK2 i {
    left: 6px
}

.styles_mode_tips__TEvK2 .btn {
    color: var(--color-brand) !important;
    height: 32px;
    min-width: 100px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    width: -moz-max-content;
    width: max-content
}

[dir] .styles_mode_tips__TEvK2 .btn {
    background: var(--color-nav-text) !important;
    margin-top: 16px
}

[dir=ltr] .styles_mode_tips__TEvK2 .btn {
    margin-left: auto
}

[dir=rtl] .styles_mode_tips__TEvK2 .btn {
    margin-right: auto
}

.styles_themeSwitch__ezQMx {
    position: relative;
    width: 44px;
    height: 24px
}

[dir] .styles_themeSwitch__ezQMx {
    border-radius: 20px;
    background: var(--color-fill-switch)
}

.styles_themeSwitch__ezQMx span {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

[dir] .styles_themeSwitch__ezQMx span {
    border-radius: 50%;
    background: var(--color-fill-primary-container);
    transition: .25s
}

[dir=ltr] .styles_themeSwitch__ezQMx span {
    left: 2px
}

[dir=rtl] .styles_themeSwitch__ezQMx span {
    right: 2px
}

[dir] .styles_themeSwitch__ezQMx span.dark {
    transition: .25s
}

[dir=ltr] .styles_themeSwitch__ezQMx span.dark {
    left: 22px
}

[dir=rtl] .styles_themeSwitch__ezQMx span.dark {
    right: 22px
}

@media(max-width:1440px) {
    [dir] .styles_theme__Wk__f {
        padding: 8px
    }
}

@media(max-width:768px) {
    .styles_theme__Wk__f {
        flex-direction: row !important;
        display: flex;
        align-items: center;
        order: 9;
        min-height: 40px
    }

    [dir] .styles_theme__Wk__f {
        padding: 4px 16px
    }

    .styles_theme__Wk__f .theme-icon {
        display: none
    }

    .styles_theme__Wk__f .theme-switch {
        display: flex
    }
}