.aside-app__item-avatar[data-v-8555bb84]{border-radius:16px}.aside-app__item-detail[data-v-8555bb84]{width:0}.aside-app__item-rate[data-v-8555bb84]{position:relative}
.app-tag[data-v-fe3ac0ae] {
    max-width: 85%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 13px;
    background-color: var(--gray-02);
    padding: 5px 10px;
    margin-bottom: 8px;
    margin-right: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.app-tag[data-v-fe3ac0ae]:hover {
    background-color: var(--gray-03)
}

.app-tag__icon[data-v-fe3ac0ae] {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    border-radius: 22.78%
}

.app-tag__title[data-v-fe3ac0ae] {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.app-tag__label[data-v-fe3ac0ae],
.app-tag__title[data-v-fe3ac0ae] {
    color: var(--white-pure);
    letter-spacing: .02em;
    white-space: nowrap
}

.app-tag__label[data-v-fe3ac0ae] {
    font-size: 8px;
    line-height: 1.3em;
    background-color: var(--gray-03);
    padding: 0 4px;
    margin-left: 4px;
    border-radius: 100px;
    font-weight: 700
}

.app-tag-link.disabled {
    pointer-events: none
}

.app-tag-link__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 85%;
    padding: 2px;
    border-radius: 18px;
    background-color: var(--black-10);
    margin-bottom: 8px;
    margin-right: 6px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.app-tag-link__wrap.has-link-text {
    padding-right: 10px
}

.app-tag-link__wrap .app-tag-link__wrap-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.app-tag-link__wrap:hover {
    background-color: var(--black-20)
}

.app-tag-link__wrap .app-tag-link {
    max-width: 180px
}

.app-tag-link__wrap .app-tag {
    max-width: 100%;
    margin: 0;
    background-color: var(--black-20);
    padding: 3px 6px
}

.recent-search[data-v-5e634509] {
    padding-bottom: 10px
}

.recent-search__head[data-v-5e634509] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0
}

.recent-search__head-title[data-v-5e634509] {
    font-size: 16px;
    line-height: 1.3em;
    color: var(--white-pure);
    font-weight: 500
}

.recent-search__head-clear[data-v-5e634509] {
    font-size: 12px;
    line-height: 1.3em;
    color: var(--gray-60);
    letter-spacing: .02em;
    cursor: pointer
}

.recent-search__list[data-v-5e634509] {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.recent-search__list.collapse[data-v-5e634509] {
    max-height: 64px;
    overflow: hidden
}

.recent-search__list[data-v-5e634509]:before {
    content: "";
    float: right;
    width: 0;
    height: 100%;
    margin-bottom: -26px
}

.recent-search__list[data-v-5e634509]:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--extension-background-white);
    visibility: hidden
}

.recent-search__list.collapse[data-v-5e634509]:after {
    visibility: visible
}

.recent-search__list-trigger[data-v-5e634509] {
    float: right;
    clear: both;
    width: 26px;
    height: 26px;
    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;
    background-color: var(--gray-02);
    border-radius: 50%;
    cursor: pointer
}

.recent-search__list-icon[data-v-5e634509] {
    width: 14px;
    height: 14px;
    color: var(--white-pure);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.recent-search__list-icon.flips[data-v-5e634509] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tap-long-text {
    max-width: 100%
}

.tap-long-text.tap-text__multi-line {
    line-height: 0
}

.tap-long-text__contents {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle
}

.tap-long-text__contents.tap-long-text__contents--inline {
    display: inline
}

.tap-long-text__contents.tap-long-text__contents--overflow {
    display: contents
}

.tap-long-text__contents.tap-long-text__contents--nowrap {
    white-space: nowrap
}

.tap-long-text--single {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tap-long-text--single .tap-long-text__contents {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

.tap-long-text__float-placeholder {
    float: right;
    width: 0
}

.tap-long-text__float-end {
    float: right;
    clear: right;
    max-width: 100%
}

.tap-search-tag__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 34%;
    background: var(--black-20);
    border-radius: 18px;
    padding: 3px 6px;
    margin-right: 4px;
    height: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tap-search-tag__icon {
    margin-right: var(--space-m4-w6);
    font-size: 0
}

.tap-search-tag__tag {
    margin-left: var(--space-m4-w6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.trend-post__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: var(--black-20);
    margin-right: 6px
}

.trend-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.white-primary {
    color: var(--white-pure)
}

.trend-post__user {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 6px
}

.app-tag[data-v-a74c32de] {
    display: inline-block;
    padding: 2px 4px;
    font-size: 8px;
    letter-spacing: .02em;
    border-radius: 100px;
    background-color: var(--gray-03);
    margin-left: 2px;
    font-weight: 700
}

.tap-app-title__tag {
    vertical-align: middle;
    margin-left: var(--space-m2-w4);
    font-weight: 400
}

.tap-app-title__tag.tap-app-title__ad-tag {
    background: var(--primary-tap-orange-gradient)
}

.tap-app-title__title {
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: .02em;
    vertical-align: middle
}

.tap-app-title__tag {
    margin-top: 1px
}

.tap-app-title__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--green-primary)
}

.app-rating__icon {
    width: 16px;
    height: 16px;
    margin-right: 2px
}

.app-rating__less-rating {
    white-space: nowrap;
    text-align: center
}

.app-rating__number {
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: .02em
}

.web-aside__app-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.web-aside__app-item .app-item__icon {
    width: 56px;
    height: 56px;
    border-radius: 23%;
    overflow: hidden
}

.web-aside__app-item .app-item__infos {
    margin: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.web-aside__app-item .app-item__content {
    margin-top: 3px
}

.web-aside__app-item .app-item__title-tags {
    padding: 2px 4px
}

.web-aside__app-item .app-item__rating {
    margin-right: 8px
}

.web-aside__app-item .app-item__tag {
    margin-top: 1px;
    height: 100%
}

.web-aside__app-item .app-item__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 1.2em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.2em;
    overflow: hidden;
    word-break: break-word
}

.web-aside__app-item .app-item__tags-item {
    letter-spacing: .02em;
    font-size: 11px;
    line-height: 1.2em;
    color: var(--gray-60)
}

.web-aside__app-item .app-item__tags-item:hover {
    text-decoration: underline
}

.web-aside__app-item .app-item__tags-item:not(:first-child) {
    position: relative;
    margin-left: 14px
}

.web-aside__app-item .app-item__tags-item:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    display: block;
    background-color: var(--gray-60)
}

.trend-app {
    width: 100%
}

.trend-app .app-icon {
    width: 44px !important;
    height: 44px !important
}

.tap-app-title__title {
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: .02em;
    color: var(--gray-08)
}

.trend-post__image {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 10px;
    margin-right: 6px
}

.tap-trend-search-item__wrapper {
    width: calc(50% - 8px);
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 8px 8px 8px 4px;
    border-radius: 12px;
    margin: 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px
}

.tap-trend-search-item__wrapper-small {
    width: 100%;
    margin: 0
}

.tap-trend-search-item__wrapper .app-button-v2 {
    display: none
}

@media only screen and (max-width:499px) {
    .tap-trend-search-item__wrapper {
        width: 100%;
        margin: 0
    }
}

.tap-trend-search-item__wrapper .web-aside__app-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tap-trend-search-item__wrapper .web-aside__app-item .app-item__infos {
    margin: 0 0 0 6px;
    display: block
}

.tap-trend-search-item__index {
    margin-left: 8px;
    margin-right: 10px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.green-primary {
    color: var(--green-primary)
}

.black-50 {
    color: var(--gray-60)
}

.tap-trend-search__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tap-trend-search__wrapper-line .tap-trend-search-item__wrapper {
    width: 100%
}

.trending[data-v-d706c90b] {
    background-color: var(--gray-90);
    border-radius: 16px;
    margin: 12px 0 16px
}

.trending__title[data-v-d706c90b] {
    padding: 12px 12px 8px;
    font-size: 16px;
    line-height: 1.3em;
    color: var(--white-pure);
    font-weight: 500
}

.trending__main[data-v-d706c90b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.search-list-item-correct__wrapper {
    margin-bottom: 0;
    border-bottom: 1px solid var(--gray-02);
    padding: 16px var(--space-m16-w20)
}

div.search-list-item-app__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

div.search-list-item-app__wrapper--mix-mobile {
    padding-top: 4px;
    padding-bottom: 4px
}

.search-list-item-app__app-row-card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 16px;
    background-color: unset;
    border-radius: 0
}

.search-list-item-app__app-row-card .tap-avatar {
    width: 56px;
    height: 56px
}

.post-item[data-v-30a9489a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px var(--space-m16-w20)
}

.post-item__img-wrap[data-v-30a9489a] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 98px
}

.post-item__img-wrap .post-item__img[data-v-30a9489a],
.post-item__img-wrap[data-v-30a9489a] img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post-item__img-wrap-content[data-v-30a9489a] {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background-color: var(--extension-shadow-background-white);
    border-radius: 6px;
    overflow: hidden;
    margin-right: 12px
}

.post-item__info[data-v-30a9489a] {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding-bottom: 24px;
    position: relative
}

.post-item__info-title[data-v-30a9489a] {
    width: 100%;
    font-size: 14px;
    line-height: 1.3em;
    color: var(--white-pure);
    letter-spacing: .02em;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis
}

.post-item__info-stat[data-v-30a9489a] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-item__info-stat-item[data-v-30a9489a] {
    letter-spacing: .02em;
    font-size: 12px;
    line-height: 1.2em;
    color: var(--gray-60)
}

.post-item__info-stat-item[data-v-30a9489a]:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.post-item__info-stat-item[data-v-30a9489a]:not(:first-child) {
    position: relative;
    margin-left: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.post-item__info-stat-item[data-v-30a9489a]:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    display: block;
    background-color: var(--gray-60)
}

.post-item__duration[data-v-30a9489a] {
    position: absolute;
    bottom: 4px;
    left: 4px;
    padding: 1px 4px;
    background-color: var(--white-overlay);
    border-radius: 20px;
    color: var(--white-pure);
    font-weight: 700;
    font-size: 8px;
    line-height: 1.2em;
    letter-spacing: .02em
}

.user-item[data-v-74ad6c46] {
    width: 100%;
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

[data-v-74ad6c46] .user-item__avatar {
    width: 56px;
    height: 56px;
    margin-right: 12px
}

.user-item__info[data-v-74ad6c46] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

[data-v-74ad6c46] .user-item__info-name {
    width: 100%;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.3em;
    color: var(--white-pure);
    letter-spacing: .02em;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-v-74ad6c46] .user-item__info-name :hover {
    text-decoration: underline
}

.user-item__info-intro[data-v-74ad6c46] {
    font-size: 12px;
    line-height: 1.3em;
    color: var(--gray-60);
    letter-spacing: .02em
}

.post-item__info-stat[data-v-74ad6c46],
.user-item__info-intro[data-v-74ad6c46] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.post-item__info-stat[data-v-74ad6c46] {
    width: 100%;
    height: 15px;
    line-height: 15px
}

[data-v-74ad6c46] .post-item__info-stat-item {
    letter-spacing: .02em;
    font-size: 12px;
    line-height: 1.2em;
    color: var(--gray-60)
}

[data-v-74ad6c46] .post-item__info-stat-item:hover {
    text-decoration: underline
}

[data-v-74ad6c46] .post-item__info-stat-item:not(:first-child) {
    position: relative;
    margin-left: 14px
}

[data-v-74ad6c46] .post-item__info-stat-item:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    display: block;
    background-color: var(--gray-60)
}

.search-list-item-sug__wrapper .app-tag {
    max-width: 112px;
    margin-bottom: 0;
    margin-right: 4px
}

.search-list-item-sug__wrapper {
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.3em
}

.search-list-item-sug__text {
    color: var(--white-pure);
    letter-spacing: .02em
}

.search-list-item-sug__icon-more {
    width: 20px;
    height: 20px;
    margin-left: var(--space-m8-w12);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--white-pure)
}

.search-list-item-sug__icon-sug {
    width: 24px;
    height: 24px;
    margin-right: var(--space-m8-w12);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--black-30)
}

.search-list-item-loading__wrapper[data-v-427ca667] {
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-list-item-loading__icon[data-v-427ca667],
.search-list-item-loading__line[data-v-427ca667] {
    background-color: var(--extension-overlay-black);
    border-radius: 16px
}

.search-list-item-loading__line-wrapper[data-v-427ca667] {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.search-list-item-loading__icon[data-v-427ca667] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    width: 56px;
    height: 56px
}

.search-list-item-loading__line[data-v-427ca667] {
    height: var(--icon-size-m10-w12);
    margin-bottom: 12px
}

.search-list-item-loading__line[data-v-427ca667]:last-child {
    margin-bottom: 0
}

.search-item-list__separator--full {
    width: 100%;
    height: var(--space-m6-w8);
    background-color: var(--extension-background-gray)
}

.search-item-list__separator--slim {
    width: calc(100% - var(--space-m16-w20)*2);
    height: 1px;
    background-color: var(--white-divider);
    margin: 0 auto
}

.search-item-list__list-item-active {
    background-color: var(--black-10-hover)
}

.tap-search-suggest__row {
    padding: 12px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px
}

@media only screen and (max-width:1002px) {
    .tap-search-suggest__row {
        padding: 12px 16px
    }
}

.tap-search-suggest__text {
    display: block;
    position: relative;
    height: 24px
}

.tap-search-suggest__empty-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 96px
}

.tap-search-suggest__active {
    background-color: var(--extension-overlay-black)
}

.standalone-layout .tap-search-suggest__wrapper {
    padding-bottom: 1em;
    padding-bottom: calc(1em + var(--safe-area-inset-bottom))
}

.no-search-content {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.35em;
    color: var(--gray-20)
}

.search-box[data-v-a5ff2570] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search-box__trigger.hidden[data-v-a5ff2570] {
    visibility: hidden
}

.search-box__modal[data-v-a5ff2570] {
    position: fixed;
    padding-top: 16px;
    border-radius: 16px;
    z-index: 400;
    background-color: var(--layout-bg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:499px) {
    .search-box__modal[data-v-a5ff2570] {
        padding-left: 16px;
        padding-right: 16px
    }
}

.search-box__modal-top[data-v-a5ff2570] {
    height: 40px;
    /* margin-bottom: 16px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-box__modal-top-back[data-v-a5ff2570] {
    display: none;
    width: 26px;
    height: 26px;
    margin-right: 12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--white-pure);
    cursor: pointer
}

@media only screen and (max-width:1002px) {
    .search-box__modal-top-back[data-v-a5ff2570] {
        display: inline-block
    }
}

.search-box__trigger-icon[data-v-a5ff2570] {
    color: var(--gray-40)
}

.search-box__modal-search-btn[data-v-a5ff2570] {
    height: 28px !important;
    padding: 0 10px !important;
    letter-spacing: 0 !important;
    border-radius: 14px !important;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-box__modal-input-wrap[data-v-a5ff2570] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: var(--white-input-bg);
    border-radius: 20px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--gray-03);
    cursor: pointer;
    overflow: hidden
}

.search-box__modal-input[data-v-a5ff2570] {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    line-height: 1.35em;
    letter-spacing: .02em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--white-pure)
}

.search-box__modal-clear[data-v-a5ff2570] {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    color: var(--gray-06);
    cursor: pointer
}

.search-box__modal-content[data-v-a5ff2570] {
    width: 100%;
    overflow-y: overlay;
    max-height: 80vh;
    border-radius: 16px;
    border: 2px solid var(--gray-90);
    background-color: var(--extension-background-white);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dark .search-box__modal-content[data-v-a5ff2570] {
    border-color: var(--black-10)
}

@media only screen and (max-width:499px) {
    .search-box__modal-content[data-v-a5ff2570] {
        max-height: calc(100vh - 72px)
    }
}

.search-box__modal-input-tag {
    max-width: 120px;
    margin-right: 10px
}

.search-box__modal-input-tag .app-tag {
    margin-bottom: 0;
    max-width: 100%
}
.layout-header__container-logo-img{
    width: 100%;
    height: 45px;
}

.cookies {
    max-width: 630px;
    padding: 45.5px 36px 30px 33.7px;
    background-color: #eba917;
    position: fixed;
    left: -700px;
    bottom: 0;
    z-index: 999;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
  }
  
  @media all and (max-width: 767px) {
    .cookies {
      /* padding:19px 20px 10px; */
      max-width: 100%;
      /* width: 100%; */
      left: -10000%
    }
  }
  
  .cookies.active {
    left: 0
  }
  
  .cookies__close {
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
  }
  
  @media all and (max-width: 767px) {
    .cookies__close {
      height:30px;
      width: 30px;
      top: .2rem;
      text-align: left;
      right: 15px
    }
  }
  
  .cookies__close .line {
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
    left: 50%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
  }
  
  @media all and (max-width: 767px) {
    .cookies__close .line {
      width:15px;
      margin-left: -8px
    }
  }
  
  .cookies__close .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  .cookies__close .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  
  .cookies__close:hover {
    opacity: .7
  }
  
  .cookies__close:hover .line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  
  .cookies__close:hover .line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  .cookies__block .icon {
    font-size: 54px
  }
  
  @media all and (max-width: 767px) {
    .cookies__block .icon {
      font-size:44px
    }
  }
  
  .cookies__text {
    font-size: 16px;
    line-height: 1.38;
    color: #000;
    width: 130%;
    text-align: left;
    /* word-break:keep-all; */
    margin-top: 25px
  }
  
  @media all and (max-width: 767px) {
    .cookies__text {
      font-size:13px;
      line-height: 22px;
      margin-top: 0
    }
  }
  
  .cookies__text a {
    color: #000;
    font-weight: bold;
    line-height: 1
  }
  
  .cookies__text a span {
    display: inline-block;
    position: relative
  }
  
  .cookies__text a span::after {
    display: block;
    content: "";
    background-color: #000;
    height: 1px;
    width: 0;
    left: 0;
    position: absolute;
    margin-top: 1px;
    -webkit-transition: width .2s ease-in-out 0s;
    -moz-transition: width .2s ease-in-out 0s;
    -o-transition: width .2s ease-in-out 0s;
    -ms-transition: width .2s ease-in-out 0s;
    transition: width .2s ease-in-out 0s
  }
  
  .cookies__text a span:hover::after,.cookies__text a span:focus::after {
    width: 100%
  }
  
  .cookies .float-left {
    width: 18%
  }
  
  @media all and (max-width: 767px) {
    .cookies .float-left {
      width:100%;
      text-align: center
    }
  }
  
  .cookies .float-right {
    width: 82%
  }
  
  @media all and (max-width: 767px) {
    .cookies .float-right {
      width:100%;
      text-align: center
    }
  }
  
  .cookies__button {
    width: 125px;
    padding: 9px;
    border-radius: 10px;
    border: solid 4px #fff;
    background-color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.33;
    text-align: center;
    color: #000;
    margin-top: 21px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
  }
  
  @media all and (max-width: 767px) {
    .cookies__button {
      margin-top: .9rem;
      width: 229px;
      max-width: 100%;
      font-size: 14px;
      font-weight: 600;
      padding: 4px;
      text-transform: uppercase
    }
  }
  
  .cookies__button:hover {
    opacity: .7;
    padding-left: 15px
  }
  .icon{
    width: 28px;
    height: 28px;
  }