@charset "UTF-8";

.SmilesWidgetContainer\#AW {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    min-width: 100%;
    pointer-events: auto
}

.SmilesWidgetContainer__titleBlock\#Uy {
    align-items: center;
    color: #f8f8f8;
    display: flex;
    justify-content: space-between
}

.SmilesWidgetContainer__title\#wG {
    font-style: normal
}

.SmilesWidgetContainer__closeBtn\#GV {
    background: 0 0;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    margin: -6px -6px -6px 6px;
    opacity: .4;
    padding: 6px;
    transition: 120ms ease-in-out
}

.SmilesWidgetContainer__closeBtn\#GV:hover {
    opacity: 1
}

.SmilesWidgetContainer__content\#uS {
    flex: 1;
    overflow: auto;
    scrollbar-width: none
}

.SmilesWidgetContainer__content\#uS::-webkit-scrollbar {
    display: none
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__chat\#mq {
    background: #383838;
    border-radius: 8px 8px 0 0;
    padding: 16px 16px 8px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__chat\#mq .SmilesWidgetContainer__titleBlock\#Uy {
    margin-bottom: 12px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__chat\#mq .SmilesWidgetContainer__title\#wG {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__chat\#mq .SmilesWidgetContainer__controls\#MQ {
    margin-top: 12px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__messenger\#Xs {
    background: #2e2e2e;
    border-radius: 8px 8px 0 0;
    box-shadow: none;
    padding: 8px 14px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__messenger\#Xs .SmilesWidgetContainer__titleBlock\#Uy {
    margin-bottom: 8px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__messenger\#Xs .SmilesWidgetContainer__title\#wG {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__messenger\#Xs .SmilesWidgetContainer__controls\#MQ {
    margin-top: 8px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__fullscreen\#rk {
    background: rgba(0, 0, 0, .95);
    border-radius: 8px;
    padding: 8px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__fullscreen\#rk .SmilesWidgetContainer__titleBlock\#Uy {
    margin-bottom: 8px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__fullscreen\#rk .SmilesWidgetContainer__title\#wG {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__fullscreen\#rk .SmilesWidgetContainer__controls\#MQ {
    margin-top: 8px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__bs\#zx {
    background: #1d1d1d;
    border-radius: 8px 8px 0 0;
    padding: 8px 16px 12px
}

@supports (padding-bottom:max(env(safe-area-inset-bottom, 0), 12px)) {
    .SmilesWidgetContainer\#AW.SmilesWidgetContainer__bs\#zx {
        padding-bottom: max(env(safe-area-inset-bottom, 0), 12px)
    }
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__bs\#zx .SmilesWidgetContainer__titleBlock\#Uy {
    margin-bottom: 12px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__bs\#zx .SmilesWidgetContainer__title\#wG {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.SmilesWidgetContainer\#AW.SmilesWidgetContainer__bs\#zx .SmilesWidgetContainer__controls\#MQ {
    margin-top: 12px
}

.SmilesWidgetToggle\#bK {
    align-items: center;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    padding: 8px;
    position: relative
}

.SmilesWidgetToggle__toggleItem\#z5 {
    align-items: center;
    color: #f8f8f8;
    display: flex;
    flex: 1;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 8px;
    overflow: hidden;
    padding: 5px 16px;
    position: relative;
    text-overflow: ellipsis;
    transition: 90ms ease-in-out;
    white-space: nowrap
}

.SmilesWidgetToggle__toggleItem\#z5 .SmilesWidgetToggle__toggleItemText\#RJ {
    opacity: .6
}

.SmilesWidgetToggle__toggleItem\#z5:first-of-type {
    margin-left: 0
}

.SmilesWidgetToggle__toggleItem\#z5 input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.SmilesWidgetToggle__toggleItem\#z5.SmilesWidgetToggle__toggleItemSelected\#H4 .SmilesWidgetToggle__toggleItemText\#RJ,
.SmilesWidgetToggle__toggleItem\#z5:hover .SmilesWidgetToggle__toggleItemText\#RJ {
    opacity: 1
}

.SmilesWidgetToggle__toogleGhost\#Jl {
    border-radius: 4px;
    display: flex;
    height: calc(100% - 16px);
    left: 8px;
    margin: 8px 0;
    padding: 5px 16px;
    position: absolute;
    top: 0;
    transition: transform .2s ease-in-out;
    width: calc(50% - 12px)
}

.SmilesWidgetToggle__toogleGhost\#Jl.SmilesWidgetToggle__toogleGhostAnimation\#m9 {
    transform: translateX(calc(100% + 8px))
}

.SmilesWidgetToggle__toogleGhost\#Jl.SmilesWidgetToggle__toogleGhostSpicy\#C3 {
    transform: translateX(0)
}

.SmilesWidgetToggle__ultimateIcon\#Ao {
    background: url(common/images/levels/ultimate-star.svg) center/100% no-repeat;
    height: 16px;
    width: 16px;
    margin-right: 4px
}

.SmilesWidgetToggle\#bK.SmilesWidgetToggle__chat\#Vj,
.SmilesWidgetToggle\#bK.SmilesWidgetToggle__messenger\#dB {
    background: rgba(0, 0, 0, .2)
}

.SmilesWidgetToggle\#bK.SmilesWidgetToggle__chat\#Vj .SmilesWidgetToggle__toogleGhost\#Jl,
.SmilesWidgetToggle\#bK.SmilesWidgetToggle__messenger\#dB .SmilesWidgetToggle__toogleGhost\#Jl {
    background: rgba(248, 248, 248, .1)
}

.SmilesWidgetToggle\#bK.SmilesWidgetToggle__bs\#sz {
    background: rgba(0, 0, 0, .2)
}

.SmilesWidgetToggle\#bK.SmilesWidgetToggle__bs\#sz .SmilesWidgetToggle__toggleItem\#z5 {
    padding: 8px 16px
}

.SmilesWidgetToggle\#bK.SmilesWidgetToggle__bs\#sz .SmilesWidgetToggle__toogleGhost\#Jl {
    background: rgba(248, 248, 248, .1)
}

.SmilesWidgetToggle\#bK.SmilesWidgetToggle__fullscreen\#nB {
    background: rgba(248, 248, 248, .1);
    padding: 5px
}

.SmilesWidgetToggle\#bK.SmilesWidgetToggle__fullscreen\#nB .SmilesWidgetToggle__toggleItem\#z5 {
    color: #f8f8f8
}

.SmilesWidgetToggle\#bK.SmilesWidgetToggle__fullscreen\#nB .SmilesWidgetToggle__toogleGhost\#Jl {
    background: rgba(248, 248, 248, .1);
    border-radius: 0;
    height: 100%;
    left: 0;
    margin: 0;
    width: 50%
}

.SmilesWidgetToggle\#bK.SmilesWidgetToggle__fullscreen\#nB .SmilesWidgetToggle__toogleGhost\#Jl.SmilesWidgetToggle__toogleGhostAnimation\#m9 {
    transform: translateX(100%)
}

.Sticker\#mQ {
    position: relative
}

.Sticker__sticker\#Qk {
    height: 250%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250%
}

.Sticker__btn\#L9 {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.Sticker__loading\#9b {
    background-color: #515255;
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.Sticker__loading\#9b::before {
    animation: skeleton-animation 3s infinite linear;
    background-color: unset;
    background-image: linear-gradient(90deg, transparent 20%, #535457 28%, #57595c 35%, #535457 42%, transparent 50%);
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 300%
}

.StickerListItem__item\#zd {
    align-items: center;
    background-color: rgba(248, 248, 248, .1);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-basis: calc(50% - 4px);
    flex-direction: column;
    justify-content: flex-start;
    max-width: calc(50% - 4px);
    outline-offset: -1px;
    overflow: hidden;
    position: relative;
    transition: background-color 120ms ease-in-out, outline 120ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.StickerListItem__item\#zd:nth-child(odd):last-of-type {
    flex-basis: 100%;
    max-width: 100%
}

.StickerListItem__sticker\#dA {
    height: 48px;
    width: 48px
}

.StickerListItem__bottom\#Bx {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 100%;
    position: absolute
}

.StickerListItem__bottom\#Bx.visible-enter {
    opacity: 0
}

.StickerListItem__bottom\#Bx.visible-enter-active {
    opacity: 1;
    transition: opacity .25s
}

.StickerListItem__bottom\#Bx.visible-exit {
    opacity: 1
}

.StickerListItem__bottom\#Bx.visible-exit-active {
    opacity: 0;
    transition: opacity .25s
}

.StickerListItem__title\#cB {
    color: #f8f8f8;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    max-width: 100%;
    padding: 0 4px;
    text-align: center
}

.StickerListItem__price\#Ck {
    color: #f8f8f8;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    opacity: .6
}

.StickerListItem__btn\#YN {
    align-items: center;
    background: #feb601;
    border: none;
    border-radius: 36px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 20px;
    max-width: 100%;
    overflow: hidden;
    padding: 6px 16px;
    text-overflow: ellipsis;
    transition: background-color 90ms ease-in-out;
    white-space: nowrap;
    z-index: 1
}

.StickerListItem__btn\#YN.StickerListItem__green\#WO {
    background-color: #61922f;
    color: #f8f8f8
}

.StickerListItem__item\#zd.StickerListItem__chat\#eh {
    justify-content: space-between;
    padding: 24px 24px 72px
}

.StickerListItem__item\#zd.StickerListItem__chat\#eh.StickerListItem__item_selected\#z_ {
    background-color: rgba(248, 248, 248, .15);
    outline: 0
}

.StickerListItem__item\#zd.StickerListItem__chat\#eh .StickerListItem__bottom\#Bx {
    bottom: 24px
}

.StickerListItem__item\#zd.StickerListItem__chat\#eh .StickerListItem__btn\#YN {
    height: 32px
}

.StickerListItem__item\#zd.StickerListItem__messenger\#V8 {
    padding: 12px 24px 60px
}

.StickerListItem__item\#zd.StickerListItem__messenger\#V8.StickerListItem__item_selected\#z_ {
    background-color: rgba(248, 248, 248, .15);
    outline: 0
}

.StickerListItem__item\#zd.StickerListItem__messenger\#V8 .StickerListItem__bottom\#Bx {
    bottom: 12px
}

.StickerListItem__item\#zd.StickerListItem__messenger\#V8 .StickerListItem__btn\#YN {
    font-size: 13px;
    height: 28px;
    line-height: 18px;
    margin-bottom: 4px
}

.StickerListItem__item\#zd.StickerListItem__fullscreen\#ar {
    background-color: rgba(248, 248, 248, .1);
    padding: 12px 24px 60px
}

.StickerListItem__item\#zd.StickerListItem__fullscreen\#ar.StickerListItem__item_selected\#z_ {
    background-color: rgba(248, 248, 248, .2)
}

.StickerListItem__item\#zd.StickerListItem__fullscreen\#ar .StickerListItem__bottom\#Bx {
    bottom: 12px
}

.StickerListItem__item\#zd.StickerListItem__fullscreen\#ar .StickerListItem__price\#Ck,
.StickerListItem__item\#zd.StickerListItem__fullscreen\#ar .StickerListItem__title\#cB {
    color: #f8f8f8
}

.StickerListItem__item\#zd.StickerListItem__fullscreen\#ar .StickerListItem__btn\#YN {
    font-size: 13px;
    height: 28px;
    line-height: 18px;
    margin-bottom: 4px
}

.StickerListItem__item\#zd.StickerListItem__fullscreen\#ar .StickerListItem__btn\#YN .StickerListItem__sendText\#XI.StickerListItem__sendTextLong\#yR {
    display: none
}

.StickerListItem__item\#zd.StickerListItem__bs\#au {
    padding: 20px 24px 68px
}

.StickerListItem__item\#zd.StickerListItem__bs\#au.StickerListItem__item_selected\#z_ {
    background-color: rgba(248, 248, 248, .2);
    outline: 0
}

.StickerListItem__item\#zd.StickerListItem__bs\#au .StickerListItem__bottom\#Bx {
    bottom: 16px
}

.StickerListItem__item\#zd.StickerListItem__bs\#au .StickerListItem__btn\#YN {
    height: 36px;
    margin-bottom: 2px
}

.StickerList\#GJ {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center
}

.SmilesWidget__content\#Ml.SmilesWidget__content\#Ml.SmilesWidget__content\#Ml {
    height: 100%;
    position: relative
}

.SmilesWidgetPosition\#kX {
    overflow: hidden;
    z-index: 1
}

.SmilesWidgetPosition\#kX>.visible-enter {
    transform: translateY(100%)
}

.SmilesWidgetPosition\#kX>.visible-enter-active {
    transform: translateY(0);
    transition: transform .2s;
    transition: transform var(--smiles-widget-position-transition-delay, 200ms)
}

.SmilesWidgetPosition\#kX>.visible-exit {
    transform: translateY(0)
}

.SmilesWidgetPosition\#kX>.visible-exit-active {
    transform: translateY(100%);
    transition: transform .2s;
    transition: transform var(--smiles-widget-position-transition-delay, 200ms)
}

.SmilesWidgetPosition__smileBs\#To {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 65%;
    justify-content: flex-end;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 498
}

.SendTipButton\#HI {
    transition: 90ms ease-in-out
}

.SendTipButton\#HI.SendTipButton__size_300\#dh {
    border-radius: 36px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 20px;
    padding: 8px 16px
}

.SendTipButton\#HI.SendTipButton__public-anonymous\#Sd {
    background-color: #485e33;
    color: #fff;
    outline: #6ba234 solid 2px;
    outline-offset: -2px
}

.SendTipButton\#HI.SendTipButton__public\#DX {
    background: #61922f;
    color: #f8f8f8
}

.SendTipButton\#HI.SendTipButton__private\#ea {
    background: #feb601;
    color: #141414
}

.PromptTipCloseButton__closeBtn\#dT {
    align-items: center;
    background-color: #101010;
    border-radius: 50%;
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    margin-left: 12px;
    opacity: .6;
    padding: 4px;
    transition: 120ms ease-in-out
}

.PromptTipControls__controls\#Ej {
    align-items: center;
    display: flex;
    justify-content: center
}

@keyframes PromptTip__show\#NC {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.PromptTip\#V3 {
    align-items: flex-end;
    animation: PromptTip__show\#NC .25s linear;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    padding: 16px 12px;
    will-change: opacity
}

.PromptTip\#V3.PromptTip__reverse\#qA {
    align-items: flex-start
}

.PromptTip\#V3.PromptTip__noEvent\#ml {
    animation: none;
    opacity: 0;
    pointer-events: none
}

.voice-panel-controls {
    align-items: center;
    color: #f8f8f8;
    display: inline-flex;
    justify-content: center
}

.voice-panel-controls__button {
    align-items: center;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    opacity: .5;
    align-items: center;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    margin-left: 20px;
    opacity: .4;
    position: relative;
    transition: opacity .3s;
    width: 24px
}

.voice-panel-controls__button:hover {
    background: rgba(248, 248, 248, .1);
    opacity: 1
}

.voice-panel-controls__button .icon {
    fill: currentColor;
    margin-right: 0;
    transition: .3s
}

.voice-panel-form__access-settings {
    display: flex;
    margin-bottom: 10px
}

.voice-panel-form__access-mode {
    flex: 1 1 180px;
    margin-right: 12px
}

.voice-panel-form__cost {
    flex: 1 1 112px;
    min-width: 0;
    position: relative
}

.voice-panel-form__cost--with-value:after {
    color: rgba(248, 248, 248, .4);
    content: "Tk";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    position: absolute;
    right: 10px;
    top: 8px
}

.voice-panel-form__cost-field {
    max-width: 100%;
    padding-right: 25px
}

.voice-panel-form__title {
    margin-bottom: 10px;
    width: 100%
}

.voice-panel-form .voice-panel-form__submit-btn {
    margin: 0;
    width: 100%
}

.voice-panel-form__error-tooltip {
    z-index: 1
}

.voice-panel-modal .modal-body {
    align-items: center;
    background-color: #2e2e2e !important;
    border-radius: 12px !important;
    display: flex;
    flex-direction: column;
    max-width: calc(100vw - 20px);
    padding: 32px 42px 30px;
    width: 356px
}

.voice-panel-modal--error .modal-body {
    padding: 32px 30px 30px
}

.voice-panel-modal__icon-wrapper {
    background-clip: padding-box;
    background-color: #515255;
    border: 10px solid rgba(255, 255, 255, .03);
    border-radius: 50%;
    height: 76px;
    margin-bottom: 22px;
    position: relative;
    width: 76px
}

.voice-panel-modal__icon-wrapper .icon {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 32px
}

.voice-panel-modal__warning-icon-wrapper {
    background-color: #2e2e2e;
    border-radius: 50%;
    bottom: -14px;
    height: 36px;
    position: absolute;
    right: -14px;
    width: 36px
}

.voice-panel-modal__warning-icon-wrapper .icon {
    color: #ffc107;
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 20px
}

.voice-panel-modal__title {
    color: #f8f8f8;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px
}

.voice-panel-modal__title--error {
    color: #ffc107
}

.voice-panel-modal__description {
    color: rgba(248, 248, 248, .6);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center
}

.voice-panel-modal__check-list {
    background-color: #272727;
    border-radius: 12px;
    color: #f8f8f8;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 16px 24px
}

.voice-panel-modal__check-action::before {
    content: "•";
    padding-right: 8px
}

.voice-panel-modal__devices {
    margin-bottom: 20px;
    width: 100%
}

.voice-panel-modal .voice-panel-modal__btn-ok {
    border: 0;
    margin: 0;
    width: 140px
}

.voice-panel-modal .icon-close-3 {
    transform: scale(.64)
}

.voice-recording-timer {
    color: #f8f8f8;
    font-size: 14px;
    line-height: 20px
}

.voice-recording-timer__max-time {
    opacity: .6
}

.voice-panel {
    animation: opacity-fade-show .12s;
    background: #333437;
    border-radius: 10px;
    min-height: 240px;
    position: relative
}

.voice-panel--hide-form {
    background: #272727
}

.voice-panel__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 336px
}

.voice-panel__content--init {
    padding: 78px 0 16px
}

.voice-panel__content--recording {
    padding: 36px 0 16px
}

.voice-panel__content--record-sending,
.voice-panel__content--recorded {
    padding: 36px 0 10px
}

.voice-panel__controls {
    position: absolute;
    right: 15px;
    top: 13px
}

.voice-panel__start-rec-hint {
    border-radius: 12px;
    color: #f8f8f8;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 19px;
    max-width: calc(100% - 40px);
    opacity: .6;
    padding: 10px 12px;
    position: relative
}

.voice-panel__timer {
    margin-bottom: 24px
}

.voice-panel__example-wave {
    height: 30px;
    margin-bottom: 24px;
    width: calc(100% - 80px)
}

.voice-panel__player {
    margin-bottom: 24px;
    width: calc(100% - 80px)
}

.voice-panel__player--disabled {
    pointer-events: none
}

.voice-panel__form {
    width: calc(100% - 32px)
}

.SmilesButton__btn\#Dr {
    background: 0 0;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    opacity: .6;
    padding: 0
}

.SmilesButton__btn\#Dr.SmilesButton__active\#mg {
    color: #feb601;
    opacity: 1
}

.TranslateButton\#ZN {
    color: rgba(248, 248, 248, .6);
    cursor: pointer;
    display: flex;
    position: relative
}

.TranslateButton\#ZN svg {
    flex-shrink: 0
}

.TranslateButton_icon\#r7 {
    color: #6e6e6e
}

.TranslateButton_icon\#r7:hover {
    color: silver
}

.TranslateButton_outline\#qg {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

.TranslateButton\#ZN.TranslateButton_translated\#wF.TranslateButton_translated\#wF,
.TranslateButton\#ZN.TranslateButton_translated\#wF.TranslateButton_translated\#wF:hover {
    color: #8db6f9
}

.TranslateButton__loader\#JT {
    margin-bottom: 6px
}

.PopoverRestrictedByParent\#Iq {
    position: absolute;
    visibility: hidden
}

.PopoverRestrictedByParent__visible\#97 {
    visibility: visible
}

.PopoverRestrictedByParent\#Iq::before {
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-width: 8px;
    color: inherit;
    content: "";
    height: 0;
    position: absolute;
    transform: translate(0, 0);
    transform: var(--translation-popover-arrow, translate(0, 0));
    width: 0
}

.PopoverRestrictedByParent\#Iq.PopoverRestrictedByParent__top\#H1::before {
    border-bottom-color: transparent;
    border-top-color: currentColor;
    left: calc(50% - 8px);
    top: 100%
}

.PopoverRestrictedByParent\#Iq.PopoverRestrictedByParent__bottom\#uq::before {
    border-bottom-color: currentColor;
    border-top-color: transparent;
    bottom: 100%;
    left: calc(50% - 8px)
}

.PopoverRestrictedByParent__arrow_hidden\#jE::before {
    display: none
}

.ChatInput__wrapper\#IN {
    align-items: flex-end;
    display: flex
}

.ChatInput__inputBlock\#xL {
    align-items: flex-end;
    background-color: #141414;
    border: 1px solid #141414;
    border-radius: 20px;
    color: #f8f8f8;
    display: flex;
    flex: 1;
    height: 40px;
    padding: 8px 9px 8px 16px
}

.ChatInput__inputBlock\#xL.ChatInput__active\#g2,
.ChatInput__inputBlock\#xL.ChatInput__focus\#vb {
    border-color: rgba(248, 248, 248, .5)
}

.ChatInput__inputBlock\#xL.ChatInput__textareaBlock\#CJ {
    height: unset;
    min-height: 40px
}

.ChatInput__input\#r1 {
    align-items: center;
    background-color: transparent;
    border: none;
    color: inherit;
    display: flex;
    flex: 1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 2px 8px 2px 0;
    min-height: 18px;
    outline: 0;
    padding: 0;
    resize: none;
    width: 100%;
    scrollbar-color: #aaaaaa transparent;
    scrollbar-gutter: auto;
    scrollbar-width: thin;
    scrollbar-width: 5px;
    scrollbar-face-color: #aaaaaa;
    scrollbar-track-color: transparent
}

.ChatInput__input\#r1::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.ChatInput__input\#r1::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 2.5px;
    height: 20%
}

.ChatInput__input\#r1::-webkit-scrollbar-track {
    background: 0 0
}

.ChatInput__input\#r1::-webkit-scrollbar-corner {
    background: 0 0
}

.ChatInput__input\#r1:focus::-moz-placeholder {
    color: rgba(248, 248, 248, .2)
}

.ChatInput__input\#r1:focus::placeholder {
    color: rgba(248, 248, 248, .2)
}

.ChatInput__input\#r1::-moz-placeholder {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ChatInput__input\#r1::placeholder {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ChatInput__inputActionsContainer\#iM {
    display: flex;
    margin: -1px 0 -1px 8px
}

.ChatInput__sendBtn\#Q5 {
    align-items: center;
    background-color: #2f80ed;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    margin-left: 8px;
    width: 40px
}

.ChatInput__sendBtn\#Q5:disabled {
    background-color: rgba(16, 16, 16, .4);
    border-color: transparent;
    cursor: default;
    transition: .1s linear
}

.ChatInput__sendBtn\#Q5:disabled .ChatInput__sendBtnIcon\#On {
    color: rgba(248, 248, 248, .6)
}

.ChatInput__sendBtnIcon\#On {
    color: #f8f8f8;
    height: 100%;
    margin: 0;
    width: 100%
}

.ChatInput__private\#sn .ChatInput__sendBtn\#Q5,
.ChatInput__private\#sn .ChatInput__sendBtn\#Q5:disabled {
    background-color: #feb601;
    border-color: transparent
}

.ChatInput__private\#sn .ChatInput__sendBtn\#Q5:disabled .ChatInput__sendBtnIcon\#On {
    color: #101010
}

.ChatInput__private\#sn .ChatInput__sendBtnIcon\#On {
    color: #101010
}

.ChatInput__inputActionBtn\#a_ {
    height: 24px;
    opacity: .6;
    width: 24px
}

.ChatInput__uploadBtn\#jZ {
    margin-right: 10px
}

.ChatInput__micBtn\#_j {
    margin-right: 7px
}

.ChatInput__smilesBtn\#tx {
    margin-right: -1px
}

.ChatInput__fullscreen\#p0 .ChatInput__inputBlock\#xL {
    background-color: rgba(16, 16, 16, .6);
    border-color: rgba(248, 248, 248, .2);
    border-width: 2px;
    color: #f8f8f8;
    position: relative
}

.ChatInput__fullscreen\#p0 .ChatInput__inputBlock\#xL:hover:not(.ChatInput__active\#g2):not(.ChatInput__focus\#vb) {
    background-color: rgba(16, 16, 16, .8)
}

.ChatInput__fullscreen\#p0 .ChatInput__inputBlock\#xL.ChatInput__active\#g2,
.ChatInput__fullscreen\#p0 .ChatInput__inputBlock\#xL.ChatInput__focus\#vb {
    background-color: rgba(16, 16, 16, .8);
    border-color: rgba(248, 248, 248, .4)
}

.ChatInput__fullscreen\#p0 .ChatInput__inputBlock\#xL .ChatInput__inputActionBtn\#a_ {
    opacity: .6
}

.ChatInput__fullscreen\#p0 .ChatInput__input\#r1 {
    margin: 1px 0
}

.ChatInput__fullscreen\#p0 .ChatInput__inputActionsContainer\#iM {
    margin: -2px 0 -2px 8px
}

.ChatInput__fullscreen\#p0 .ChatInput__sendBtn\#Q5 {
    background-color: #2f80ed;
    border: none
}

.ChatInput__fullscreen\#p0 .ChatInput__sendBtn\#Q5:disabled {
    background-color: rgba(16, 16, 16, .4)
}

.ChatInput__fullscreen\#p0 .ChatInput__sendBtn\#Q5:disabled .ChatInput__sendBtnIcon\#On {
    color: rgba(248, 248, 248, .3764705882)
}

.ChatInput__fullscreen\#p0 .ChatInput__sendBtnIcon\#On {
    color: #f8f8f8
}

.ChatInput__fullscreen\#p0.ChatInput__private\#sn .ChatInput__sendBtn\#Q5 {
    background-color: #feb601;
    border: none
}

.ChatInput__fullscreen\#p0.ChatInput__private\#sn .ChatInput__sendBtn\#Q5:disabled {
    background-color: rgba(16, 16, 16, .4)
}

.ChatInput__fullscreen\#p0.ChatInput__private\#sn .ChatInput__sendBtn\#Q5:disabled .ChatInput__sendBtnIcon\#On {
    color: rgba(248, 248, 248, .3764705882)
}

.ChatInput__fullscreen\#p0.ChatInput__private\#sn .ChatInput__sendBtnIcon\#On {
    color: #141414
}

.ChatInput__page-chat\#M5 .ChatInput__inputBlock\#xL {
    position: relative
}

.ChatInput__messenger\#R1 .ChatInput__inputBlock\#xL {
    background-color: rgba(16, 16, 16, .6);
    border-color: rgba(16, 16, 16, .6);
    border-radius: 20px;
    border-width: 1px;
    padding: 8px 11px;
    position: relative
}

.ChatInput__messenger\#R1 .ChatInput__inputBlock\#xL.ChatInput__active\#g2,
.ChatInput__messenger\#R1 .ChatInput__inputBlock\#xL.ChatInput__focus\#vb {
    border-color: rgba(248, 248, 248, .6)
}

.ChatInput__messenger\#R1 .ChatInput__inputBlock\#xL.ChatInput__textareaBlock\#CJ.ChatInput__textareaBlock\#CJ {
    border-radius: 20px
}

.ChatInput__messenger\#R1 .ChatInput__inputActionBtn\#a_ {
    opacity: .6
}

.ChatInput__messenger\#R1 .ChatInput__uploadBtn\#jZ {
    margin-right: 8px
}

.ChatInput__messenger\#R1 .ChatInput__micBtn\#_j {
    margin-right: 5px
}

.ChatInput__messenger\#R1 .ChatInput__sendBtn\#Q5 {
    background-color: rgba(16, 16, 16, .6);
    height: 40px;
    width: 40px
}

.ChatInput__messenger\#R1 .ChatInput__sendBtn\#Q5.ChatInput__emptyInput\#A1 {
    background-color: rgba(16, 16, 16, .6);
    border-color: transparent
}

.ChatInput__messenger\#R1 .ChatInput__sendBtn\#Q5.ChatInput__emptyInput\#A1 .ChatInput__sendBtnIcon\#On {
    color: rgba(248, 248, 248, .6)
}

.ChatInput__messenger\#R1 .ChatInput__sendBtnIcon\#On {
    color: #f8f8f8
}

.StickerTopContent\#Wm {
    display: flex
}

.StickerTopContent__sticker\#o2 {
    height: 128px;
    margin: 12px 16px;
    max-width: 100%;
    width: 128px
}

.UploadButton__btn\#JD {
    color: inherit
}

.UploadButton__icon\#S9 {
    aspect-ratio: 1;
    fill: currentColor;
    height: 100%;
    margin: 0;
    width: 100%
}

.upgrade-private-message {
    background-color: #4d4230;
    margin-top: 10px;
    padding: 14px
}

.upgrade-private-message::before {
    background-color: #feb601
}

.upgrade-private-message .message-body {
    display: flex
}

.upgrade-private-message__icon-wrapper {
    position: relative
}

.upgrade-private-message__fan-club-label {
    display: inline
}

.upgrade-private-message__icon {
    height: 25px;
    position: relative;
    top: -4px;
    width: 25px
}

.upgrade-private-message__icon--with-benefits {
    height: 24px;
    width: 24px
}

.upgrade-private-message__text-wrapper {
    color: #fff;
    margin-left: 14px;
    text-align: left;
    width: 100%
}

.upgrade-private-message__text-wrapper--with-benefits {
    margin-left: 5px
}

.upgrade-private-message__header {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 14px;
    font-size: .875rem;
    line-height: 1.063rem
}

.upgrade-private-message__highlighted {
    color: #feb601
}

.upgrade-private-message__footer {
    font-weight: 500;
    font-size: .813rem;
    line-height: 1rem
}

.model-chat-fullscreen .upgrade-private-message .upgrade-private-message__icon {
    height: 17px;
    top: 7px;
    width: 17px
}

.model-chat-fullscreen .upgrade-private-message .upgrade-private-message__header {
    margin-bottom: 6px;
    padding-bottom: 8px;
    font-size: .75rem;
    line-height: .938rem
}

.model-chat-fullscreen .upgrade-private-message .upgrade-private-message__footer {
    font-size: .75rem;
    line-height: .938rem
}

.VoicePanelToggleBtn__btn\#db {
    color: inherit
}

.VoicePanelToggleBtn__icon\#pt {
    aspect-ratio: 1;
    fill: currentColor;
    height: 100%;
    margin: 0;
    width: 100%
}

@media screen and (max-width:1023px) {
    .StickerListItem__item\#zd.StickerListItem__fullscreen\#ar .StickerListItem__btn\#YN {
        height: 32px
    }

    .ChatInput__page-chat\#M5 .ChatInput__sendBtn\#Q5.ChatInput__emptyInput\#A1 {
        background-color: #141414;
        border-color: transparent
    }

    .ChatInput__page-chat\#M5 .ChatInput__sendBtn\#Q5.ChatInput__emptyInput\#A1 .ChatInput__sendBtnIcon\#On {
        color: #f8f8f8
    }
}

@media screen and (orientation:portrait) and (max-width:1023px) {
    .SmilersWidgetSpicyList__bs\#ne .SmilersWidgetSpicyList__smile\#mG {
        padding: 24px
    }
}

@media (max-width:639px),
(max-height:615px) and (max-width:900px) {
    .SmilesWidgetContainer\#AW.SmilesWidgetContainer__messenger\#Xs {
        border-radius: 0;
        padding: 14px 14px 8px
    }

    @supports (padding-bottom:max(env(safe-area-inset-bottom, 0), 8px)) {
        .SmilesWidgetContainer\#AW.SmilesWidgetContainer__messenger\#Xs {
            padding-bottom: max(env(safe-area-inset-bottom, 0), 8px)
        }
    }

    .SmilesWidgetContainer\#AW.SmilesWidgetContainer__messenger\#Xs .SmilesWidgetContainer__titleBlock\#Uy {
        display: none
    }

    .StickerListItem__item\#zd.StickerListItem__messenger\#V8 {
        padding: 16px 24px 64px
    }

    .StickerListItem__item\#zd.StickerListItem__messenger\#V8 .StickerListItem__btn\#YN {
        height: 36px;
        margin-bottom: 2px
    }
}

@media screen and (orientation:portrait) and (max-width:639px) {
    .SmilersWidgetSpicyList__bs\#ne .SmilersWidgetSpicyList__smile\#mG {
        padding: 8px
    }
}

@media screen and (max-width:479px) {
    .ChatInput__input\#r1 {
        text-overflow: ellipsis
    }

    .ChatInput__input\#r1:focus::-moz-placeholder {
        color: transparent
    }

    .ChatInput__input\#r1:focus::placeholder {
        color: transparent
    }
}

@media screen and (max-width:399px) {
    .StickerListItem__btn\#YN .StickerListItem__sendText\#XI.StickerListItem__sendTextLong\#yR {
        display: none
    }
}

@media (hover:hover) {
    .TranslateButton_outline\#qg:hover {
        background: rgba(248, 248, 248, .1);
        color: #f8f8f8
    }

    .TranslateButton_outline\#qg:active {
        background: rgba(248, 248, 248, .2);
        border: 1px solid transparent;
        color: #f8f8f8
    }
}

@media (hover:none) {
    .TranslateButton_outline\#qg:active {
        background: rgba(248, 248, 248, .2);
        border: 1px solid transparent;
        color: #f8f8f8
    }
}

@media (orientation:landscape) {
    .SmilesWidgetPosition__smileBs\#To {
        height: 60%
    }
}

@media (pointer:coarse) {
    .PromptTipCloseButton__closeBtn\#dT {
        opacity: 1
    }
}

@media (pointer:fine) {
    .StickerListItem__btn\#YN:hover {
        background: #fbc932
    }

    .StickerListItem__btn\#YN.StickerListItem__green\#WO:hover {
        background: #82c043
    }

    .StickerListItem__item\#zd.StickerListItem__chat\#eh:hover {
        background-color: rgba(248, 248, 248, .15);
        outline: 0
    }

    .StickerListItem__item\#zd.StickerListItem__messenger\#V8:hover {
        background-color: rgba(248, 248, 248, .15);
        outline: 0
    }

    .StickerListItem__item\#zd.StickerListItem__fullscreen\#ar:hover {
        background-color: rgba(248, 248, 248, .2)
    }

    .StickerListItem__item\#zd.StickerListItem__bs\#au:hover {
        background-color: rgba(248, 248, 248, .2);
        outline: 0
    }

    .SendTipButton\#HI.SendTipButton__public-anonymous\#Sd:hover {
        background-color: #5f863c;
        color: #fff;
        outline-color: #82c043
    }

    .SendTipButton\#HI.SendTipButton__public\#DX:hover {
        background: #82c043;
        color: #f8f8f8
    }

    .SendTipButton\#HI.SendTipButton__private\#ea:hover {
        background: #fbc932;
        color: #141414
    }

    .PromptTipCloseButton__closeBtn\#dT:active,
    .PromptTipCloseButton__closeBtn\#dT:hover {
        opacity: 1
    }

    .SmilesButton__btn\#Dr:hover {
        color: #feb601;
        opacity: 1
    }

    .SmilesButton__btn\#Dr.SmilesButton__active\#mg:hover {
        color: #fbc932
    }

    .ChatInput__sendBtn\#Q5:not(:disabled):hover {
        background-color: #4d92f0;
        border-color: transparent
    }

    .ChatInput__sendBtn\#Q5:not(:disabled):hover .ChatInput__sendBtnIcon\#On {
        color: #f8f8f8
    }

    .ChatInput__sendBtn\#Q5:not(:disabled):active {
        background-color: #2f80ed;
        border-color: transparent;
        transform: scale(.95)
    }

    .ChatInput__private\#sn .ChatInput__sendBtn\#Q5:not(:disabled):hover {
        background-color: #fbc932;
        border-color: transparent
    }

    .ChatInput__private\#sn .ChatInput__sendBtn\#Q5:not(:disabled):hover .ChatInput__sendBtnIcon\#On {
        color: #141414
    }

    .ChatInput__fullscreen\#p0 .ChatInput__inputBlock\#xL .ChatInput__inputActionBtn\#a_:hover,
    .ChatInput__inputActionBtn\#a_:hover {
        opacity: 1
    }

    .ChatInput__fullscreen\#p0 .ChatInput__sendBtn\#Q5:not(:disabled):hover {
        background-color: #4d92f0
    }

    .ChatInput__fullscreen\#p0 .ChatInput__sendBtn\#Q5:not(:disabled):hover .ChatInput__sendBtnIcon\#On {
        color: #f8f8f8
    }

    .ChatInput__fullscreen\#p0.ChatInput__private\#sn .ChatInput__sendBtn\#Q5:not(:disabled):hover {
        background-color: #fbc932
    }

    .ChatInput__fullscreen\#p0.ChatInput__private\#sn .ChatInput__sendBtn\#Q5:not(:disabled):hover .ChatInput__sendBtnIcon\#On {
        color: #141414
    }

    .ChatInput__messenger\#R1 .ChatInput__inputActionBtn\#a_:hover {
        opacity: 1
    }

    .ChatInput__messenger\#R1 .ChatInput__sendBtn\#Q5:not(:disabled):hover {
        background-color: #101010
    }

    .ChatInput__messenger\#R1 .ChatInput__sendBtn\#Q5:not(:disabled):hover .ChatInput__sendBtnIcon\#On {
        color: #f8f8f8
    }
}