.publish-button[data-v-5e832ad4] {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer
}

.publish-button .publish-button__wrap[data-v-5e832ad4] {
    color: var(--green-primary);
    width: 100%;
    height: 100%
}

.publish-button .publish-button__add[data-v-5e832ad4] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--layout-bg);
    width: 22px;
    height: 22px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.publish-button .publish-button__add.open[data-v-5e832ad4] {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.publish-modal[data-v-5e832ad4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999
}

.dark .publish-modal[data-v-5e832ad4] {
    background-color: rgba(0, 0, 0, .9)
}

.publish-modal__main[data-v-5e832ad4] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: calc(50vh - 100px) auto
}

[data-v-5e832ad4] .publish-modal__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 25px
}

[data-v-5e832ad4] .publish-modal__main-item.slide-down {
    -webkit-animation: slide-down-5e832ad4 .45s forwards;
    animation: slide-down-5e832ad4 .45s forwards
}

[data-v-5e832ad4] .publish-modal__main-item.slide-down-1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

[data-v-5e832ad4] .publish-modal__main-item.slide-down-2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

[data-v-5e832ad4] .publish-modal__main-item.slide-down-3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

[data-v-5e832ad4] .publish-modal__main-item.slide-down-4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.publish-modal__main-item-icon-wrap[data-v-5e832ad4] {
    width: 128px;
    height: 128px;
    background-color: var(--layout-bg);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.publish-modal__main-item-icon[data-v-5e832ad4] {
    width: 70px;
    height: 70px;
    color: var(--green-primary)
}

.publish-modal__main-item-text[data-v-5e832ad4] {
    font-size: 20px;
    line-height: 1.35em;
    color: #fff;
    font-weight: 700
}

.dark .publish-modal__main-item-text[data-v-5e832ad4] {
    color: var(--white-title)
}

@-webkit-keyframes slide-down-5e832ad4 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(50vh);
        transform: translateY(50vh);
        opacity: 0
    }
}

@keyframes slide-down-5e832ad4 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(50vh);
        transform: translateY(50vh);
        opacity: 0
    }
}

.v-enter-active[data-v-5e832ad4],
.v-leave-active[data-v-5e832ad4] {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.v-enter-from[data-v-5e832ad4],
.v-leave-to[data-v-5e832ad4] {
    opacity: 0
}

@media only screen and (max-width:648px) {
    .lang-switch__trigger-icon[data-v-f31904d5] {
        width: 20px;
        height: 20px
    }
}

@media only screen and (min-width:500px) {
    .lang-switch__popover-content {
        width: 244px;
        border-radius: 16px;
        padding: 12px 16px;
        max-height: 80vh;
        overflow: auto;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain
    }
}

.lang-switch-options[data-v-f31904d5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.lang-switch-options__item[data-v-f31904d5] {
    padding: 10px 12px;
    font-size: 16px;
    line-height: 30px;
    color: var(--white-title);
    cursor: pointer
}

@media (hover:hover) {
    .lang-switch-options__item[data-v-f31904d5]:hover {
        background-color: var(--extension-overlay-black)
    }
}

@media only screen and (min-width:500px) {
    .theme-switch__popover-content {
        width: 244px;
        border-radius: 16px;
        padding: 12px 16px;
        max-height: 80vh;
        overflow: auto;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain
    }
}

.theme-switch-options[data-v-620ba307] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.theme-switch-options__item[data-v-620ba307] {
    padding: 10px 12px;
    font-size: 16px;
    line-height: 30px;
    color: var(--white-title);
    cursor: pointer
}

@media (hover:hover) {
    .theme-switch-options__item[data-v-620ba307]:hover {
        background-color: var(--extension-overlay-black)
    }
}

@media only screen and (max-width:499px) {
    .login-button-container[data-v-8460efc1] {
        padding: 0 12px
    }
}

.login-button[data-v-8460efc1] {
    border-radius: 12px;
    height: 48px
}

.login-button--small[data-v-8460efc1] {
    display: none;
    height: 32px !important;
    padding: 0 !important
}

.layout-header__container[data-v-8460efc1] {
    min-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto
}

.layout-header__footer[data-v-8460efc1] {
    position: absolute;
    bottom: 20px
}

@media only screen and (max-width:499px) {
    .layout-header__footer[data-v-8460efc1] {
        padding-left: 10px
    }
}

.layout-header__container-logo[data-v-8460efc1] {
    margin: 6px 0 0 10px;
    /* display: block */
}

@media only screen and (max-width:499px) {
    .layout-header__container-logo[data-v-8460efc1] {
        display: none
    }
}

.layout-header__logo-wide[data-v-8460efc1] {
    width: 114px;
    height: 32px;
    color: var(--green-primary)
}

.dark .layout-header__logo-wide[data-v-8460efc1] {
    color: #fff
}

.layout-header__logo-narrow[data-v-8460efc1] {
    /* display: none; */
    /* width: 44px; */
    height: 44px
}

.layout-header__menu[data-v-8460efc1] {
    display: none;
    width: 28px;
    height: 28px
}

@media only screen and (max-width:499px) {
    .layout-header__menu[data-v-8460efc1] {
        display: inline-block
    }
}

.layout-header__tap-logo[data-v-8460efc1] {
    width: 75px;
    display: none
}

@media only screen and (max-width:499px) {
    .layout-header__tap-logo[data-v-8460efc1] {
        display: inline-block
    }
}

.layout-header__navs[data-v-8460efc1] {
    margin-bottom: 180px
}

.layout-header__navs-item[data-v-8460efc1] {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px
}

.layout-header__navs-item.active[data-v-8460efc1] {
    background-color: var(--gray-60);
    color: #fff !important
}

@media (any-hover:hover) {
    .layout-header__navs-item[data-v-8460efc1]:hover {
        background-color: var(--gray-90)
    }
}

@media only screen and (max-width:499px) {
    .layout-header__navs-item[data-v-8460efc1] {
        margin-top: 12px
    }
}

.layout-header__navs-item-icon--inbox[data-v-8460efc1] {
    position: relative
}

.layout-header__navs-item-icon--inbox[data-v-8460efc1]:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background-color: var(--primary-red);
    border-radius: 50%
}

.layout-header__navs-sub-item[data-v-8460efc1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 24px;
    padding-left: 50px;
    padding-right: 10px;
    letter-spacing: .28px
}

.layout-header__navs-item-text[data-v-8460efc1] {
    letter-spacing: .32px;
    font-weight: 600
}

.layout-header__navs-item-more[data-v-8460efc1] {
    width: 28px;
    height: 28px;
    color: var(--gray-20)
}

.layout-header__navs-item-more[data-v-8460efc1]:hover {
    color: var(--white-pure)
}

.layout-header__navs-item-avatar[data-v-8460efc1] {
    width: 28px;
    height: 28px;
    border-radius: 50%
}

.layout-header__menu-publish[data-v-8460efc1] {
    display: none !important;
    margin-top: 8px
}

@media only screen and (max-width:499px) {
    .layout-header__menu-publish[data-v-8460efc1] {
        margin-top: 12px;
        margin-left: 6px
    }
}

[data-v-8460efc1] .lang-switch__popover-content,
[data-v-8460efc1] .theme-switch__popover-content {
    padding: 12px 0;
    border-radius: 8px
}

@media only screen and (max-width:1248px) and (min-width:500px) {
    .layout-header__container--pc[data-v-8460efc1] {
        width: 48px
    }

    .layout-header__container--pc .login-button[data-v-8460efc1] {
        display: none
    }

    .layout-header__container--pc .login-button--small[data-v-8460efc1] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .layout-header__container--pc .layout-header__container-logo[data-v-8460efc1] {
        width: 48px;
        height: 48px;
        margin: 0 0 3px
    }

    .layout-header__container--pc .layout-header__logo-wide[data-v-8460efc1] {
        display: none
    }

    .layout-header__container--pc .layout-header__logo-narrow[data-v-8460efc1] {
        display: none
    }

    .layout-header__container--pc .layout-header__footer[data-v-8460efc1],
    .layout-header__container--pc .layout-header__navs-item-more[data-v-8460efc1],
    .layout-header__container--pc .layout-header__navs-item-text[data-v-8460efc1],
    .layout-header__container--pc .layout-header__navs-sub-item[data-v-8460efc1] {
        display: none
    }

    .layout-header__container--pc .layout-header__menu-publish[data-v-8460efc1] .publish-button {
        width: 48px !important;
        height: 48px !important
    }
}

.navs-item-more__popover-content {
    position: relative;
    width: 207px;
    background-color: var(--media-component-background);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.navs-item-more__popover-content:after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--media-component-background);
    position: absolute;
    bottom: -4px;
    right: 26px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}