@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter.woff2") format("woff2"), url("../fonts/Inter.woff") format("woff"), url("../fonts/Inter.ttf") format("truetype"), url("../fonts/Inter.svg#Inter") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}
.support-nav__ic-home {
    mask-image: url(../svg/navigation/home.svg);
    background-color: rgba(0, 0, 0, 0.45);
    mask-size: cover;
}
.support-nav__ic-chat {
    mask-image: url(../svg/navigation/chat.svg);
    background-color: rgba(0, 0, 0, 0.45);
    mask-size: cover;
}
.support-nav__ic-coupon {
    mask-image: url(../svg/navigation/coupon.svg);
    background-color: rgba(0, 0, 0, 0.45);
    mask-size: cover;
}
.support-nav__ic-news {
    mask-image: url(../svg/navigation/news.svg);
    background-color: rgba(0, 0, 0, 0.45);
    mask-size: cover;
}
.support-nav__ic-help {
    mask-image: url(../svg/navigation/help.svg);
    background-color: rgba(0, 0, 0, 0.45);
    mask-size: cover;
}

.support-widget {
    font-family: "Inter";
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    background: linear-gradient(180deg, #123215 0%, #123215 45%, #FFFFFF 60%, #FFFFFF 100%);
    border-radius: 18px;
}

.support-widget-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    flex-grow: 1;
    overflow: auto;
}

.support-widget-container_home {
    max-height: calc(100% - 80px);
}

.support-widget-container_home .support-content {
    background: none !important;
}

.support-widget .support-header-welcome {
    padding: 30px 32px 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    position: relative;
}

.support-widget .support-header-welcome .logo {
    max-width: 80px;
}

.support-widget .support-header-welcome .support-men-online {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 42px;
}

.support-widget .support-header-welcome .support-men-online img {
    border: 3px solid #246429;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.support-widget .support-header-welcome .support-men-online img:nth-last-child(2) {
    margin: 0 -9px;
}

.support-widget .support-header-welcome .close {
    position: fixed;
    right: 32px;
    top: 32px;
}

.support-widget .support-content {
    flex-grow: 1;
    overflow: auto;
    position: relative;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.support-widget .support-content_no-bg {
    background: none;
}

.support-widget .support-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    max-height: 120px;
}

.support-widget .support-nav {
    margin-top: auto;
    flex-shrink: 0;
    max-height: 120px;
    border-top: 1px solid rgba(43, 43, 43, 0.08);
    background: #FFF;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.05);
    z-index: 20;
}

.support-widget .close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s;
    transform: scale(1);
}

.support-widget .close:hover {
    transition: transform 0.3s;
    transform: scale(1.2);
}

.support-widget .close img {
    width: 32px;
    height: 32px;
}

.support-widget .support-welcome {
    padding: 30px 32px 0 32px;
    font-size: 34px;
    color: #F8F8F8;
    font-style: normal;
    font-weight: 600;
    margin-top: 70px;
}

.support-widget .support-welcome p:first-child {
    opacity: 0.7;
}

.support-widget .support-nav {
    padding: 18px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    height: 80px;
}

.support-widget .support-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.support-widget .support-nav__item:hover .support-nav__img, .support-widget .support-nav__item.s-active .support-nav__img {
    opacity: 1;
    background-color: #308537;
    transition: background-color 0.3s, opacity 0.3s;
}

.support-widget .support-nav__item:hover .support-nav__text, .support-widget .support-nav__item.s-active .support-nav__text {
    transition: color 0.3s;
    color: #308537;
}

.support-widget .support-nav__img {
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    opacity: 0.45;
    background-color: black;
    transition: background-color 0.3s, opacity 0.3s;
}

.support-widget .support-nav__text {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    transition: color 0.3s;
}
.support-choose-news-header {
    margin: 24px 24px 0 24px;
    display: flex;
    justify-content: space-between;
}
.support-choose-news-header__right .support-men-online img {
    border: 3px solid #fff;
    border-radius: 50%;
    max-width: 40px;
}
.support-choose-news-header__right .support-men-online img:nth-last-child(2) {
    margin: 0 -9px;
}
.support-choose-news-header	h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.support-choose-news-header	p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.support-widget .support-choose,
.support-widget .support-choose-news-wrap {
    padding: 20px;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.support-widget .support-choose > div,
.support-widget .support-choose-news-wrap > div {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: #FFF;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
    overflow: hidden;
}

.support-widget .support-choose > div:hover,
.support-widget .support-choose-news-wrap > div:hover {
    transition: box-shadow 0.3s;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.54);
}

.support-widget .support-choose__message,
.support-widget .support-choose-news-wrap__message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.support-widget .support-choose__news,
.support-widget .support-choose-news-wrap__news {
    display: flex;
    flex-direction: column;
    gap: 10px 8px;
}

.support-widget .support-choose__news .support-choose-header,
.support-widget .support-choose-news-wrap__news .support-choose-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}

.support-widget .support-choose__news .support-choose-text,
.support-widget .support-choose-news-wrap__news .support-choose-text {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
}

.support-widget .support-choose__news .support-choose-text span,
.support-widget .support-choose-news-wrap__news .support-choose-text span {
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    max-width: 90%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
}
.support-choose__news__img {
    margin: -21px -21px 10px -21px;
    max-width: calc(100% + 42px);
    max-height: 205px;
    object-fit: cover;
}
.support-widget .support-choose .support-w__dialog,
.support-widget .support-choose-news-wrap .support-w__dialog {
    border-bottom: none;
}

.support-widget .support-choose .support-w__dialog:hover,
.support-widget .support-choose-news-wrap .support-w__dialog:hover {
    background: none;
}

.support-widget .s-full {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: transform 0.3s;
}

.support-widget .s-full:hover {
    transition: transform 0.3s;
    transform: scale(1.2);
}

.support-widget .s-full img {
    width: 24px;
    height: 24px;
}

.support-widget .s-more {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transform: scale(1);
    transition: transform 0.3s;
}

.support-widget .s-more:hover, .support-widget .s-more.s-active {
    transition: transform 0.3s;
    transform: scale(1.2);
}

.support-widget .s-more.s-active {
    background: rgba(255, 255, 255, 0.15);
}

.support-widget .s-more img {
    width: 32px;
    height: 32px;
}

.support-widget .s-back {
    display: block;
    cursor: pointer;
    width: 32px;
    height: 32px;
    transform: scale(1);
    transition: transform 0.3s;
}

.support-widget .s-back:hover {
    transition: transform 0.3s;
    transform: scale(1.2);
}

.support-widget .s-back img {
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    filter: invert(1);
}

.support-widget .new {
    border-radius: 20px;
    background: #3CA645;
    color: #FFF;
    padding: 3px 8px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    width: fit-content;
}

.support-choose-news-wrap {
    background: #fff;
}

.support-w {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.support-w__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 100%*/
    padding: 20px;
    gap: 12px;
}

.support-w__header__left {
    flex: 40%;
    display: flex;
    align-items: center;
    gap: 14px;
}

.support-w__header__center {
    flex: 1;
    color: white;
    white-space: nowrap;
}

.support-w__header__right {
    flex: 40%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.support-w__content {
    flex-grow: 1;
    /*width: 100%*/
    /*height: 100%;*/
    background: #FFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    box-sizing: border-box;
}
.support-w__content a {
    text-decoration: underline;
}

.support-w__content .message-support {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.support-w__content .message-support__avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.support-w__content .message-support__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.support-w__content .message-support__content {
    flex: 1;
    max-width: 70%;
}

.support-w__content .message-support__text, .support-w__content .message-support__file {
    background: #F5F5F5;
    padding: 12px 16px;
    border-radius: 10px 10px 10px 2px;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.support-w__content .message-support__file img {
    filter: brightness(0.1);
}

.support-w__content .message-support__file, .support-w__content .message-support__file a {
    display: flex;
    gap: 8px;
    width: fit-content;
    color: black;
}

.support-w__content .message-support__file__name {
    white-space: nowrap;
    width: 100%;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support-w__content .message-support__time {
    font-size: 12px;
    color: #999;
}

.support-w__content .message-my {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.support-w__content .message-my__content {
    max-width: 70%;
}

.support-w__content .message-my__text, .support-w__content .message-my__file {
    background: #246429;
    color: white;
    padding: 12px 16px;
    border-radius: 6px 6px 2px 6px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
    word-wrap: break-word;
}

.support-w__content .message-my__text img, .support-w__content .message-support__text img{
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.support-w__content .message-my__text a{
    color: white;
}
.support-w__content .message-support__text a{
    color: black;
}
.support-w__content .message-my__file img {
    filter: brightness(10);
}

.support-w__content .message-my__file, .support-w__content .message-my__file a {
    display: flex;
    gap: 8px;
    color: white;
}

.support-w__content .message-my__file__name {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support-w__content .message-my__time {
    font-size: 12px;
    color: #999;
    text-align: right;
}
.support-w__content .message-no {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.support-w__content .message-no .support-nav__ic-chat,
.support-w__content .message-no .support-nav__ic-coupon {
    width: 40px;
    height: 40px;
}

.support-w__content .message-no h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.support-w__content .message-no p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.176px;
    color: rgba(0, 0, 0, 0.45);
}
.support-w__content .bot-buttons {
    margin-top: auto;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.support-w__content .bot-buttons .bot-button {
    background: #C4E4C7;
    border-radius: 24px;
    padding: 12px 14px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #1E1E1E;
    cursor: pointer;
    transition: background 0.3s;
}

.support-w__content .bot-buttons .bot-button:hover {
    transition: background 0.3s;
    background: #9dd6a3;
}

.support-w__content_list {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
}

.support-w__content_list_with-button {
    padding-bottom: 72px;
}
.shadow-conent-list {
    height: 80px;
    background: none;
    bottom: 0px;
    position: absolute;
    width: 100%;
    box-shadow: inset 0px -38px 53px 3px rgb(255 255 255);
}
.support-w__dialog, .support-w__request, .support-w__help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #F2F2F2;
    transition: background 0.3s;
}

.support-w__dialog:hover, .support-w__request:hover, .support-w__help:hover {
    transition: background 0.3s;
    background: #F5F5F5;
}

.no-read-dialog .support-w__dialog__img {
    background: red;
    border-radius: 16px;
    width: 12px;
    height: 12px;
    margin-right: 6px;
}
.no-read-dialog .support-w__dialog__img img{
    display: none;
}

.support-w__dialog__text, .support-w__request__text, .support-w__help__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    word-wrap: break-word;
    width: calc(100% - 90px);
}

.support-w__request__text h4, .support-w__help__text h4 {
    color: black;
}

.support-w__dialog__text p, .support-w__request__text p, .support-w__help__text p {
    color: rgba(0, 0, 0, 0.45);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.support-w__dialog__text__topic p{
    color: black;
    font-weight: 400;
}
.support-w__dialog__text__topic {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.no-read-dialog .support-w__dialog__text__topic p {
    font-weight: 600;
}

.support-w__dialog__text__dep {
    display: flex;
    align-items: center;
    color: gray;
    font-size: 14px;
    gap: 4px;
}

.support-w__help__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto;
}

.support-w__help__text p {
    color: black;
    margin: 12px auto 24px auto;
}

.support-w__help__text .support-w__send-btn {
    position: relative;
    left: 0;
    margin: 0;
    top: 12px;
}

.support-w__help__text .support-w__send-btn-a {
    text-decoration: none;
}

.support-w__dialog__text__dep .support-nav__ic-coupon {
    width: 20px;
    height: 20px;
}

.support-w__dialog .support-men-online, .support-w__request .support-men-online, .support-w__help .support-men-online {
    width: 46px;
    height: 46px;
    position: relative;
}

.support-w__dialog .support-men-online img, .support-w__request .support-men-online img, .support-w__help .support-men-online img {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.support-w__dialog .support-men-online img:nth-child(1), .support-w__request .support-men-online img:nth-child(1), .support-w__help .support-men-online img:nth-child(1) {
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.support-w__dialog .support-men-online img:nth-child(2), .support-w__request .support-men-online img:nth-child(2), .support-w__help .support-men-online img:nth-child(2) {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.support-w__dialog .support-men-online img:nth-child(3), .support-w__request .support-men-online img:nth-child(3), .support-w__help .support-men-online img:nth-child(3) {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

.support-w__dialog .logo {
    max-width: 42px;
    height: auto;
    border-radius: 50%;
    border: 2px solid #fff;
}

.support-w__send-btn {
    cursor: pointer;
    width: fit-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 16px;
    background: #3CA645;
    border-radius: 12px;
    color: white;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
    transition: background 0.3s;
}

.support-w__send-btn:hover {
    transition: background 0.3s;
    background: #308537;
}

.support-w__ai {
    color: #fff;
    display: flex;
    gap: 2px;
    flex-direction: column;
}

.support-w__ai-img {
    max-width: 34px;
    max-height: 34px;
    width: 100%;
}

.support-w__ai h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.support-w__ai p {
    display: flex;
    align-items: center;
}

.support-w__ai p.ai span:first-child {
    border-radius: 6px;
    background: #fff;
    padding: 4px 6px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    color: #123215;
    margin-right: 6px;
}

.support-news-content {
    height: 100%;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.support-news-content img {
    max-width: 100%;
    height: auto;
}

.support-news-content .support-news-text {
    display: block;
}

.support-news-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.support-news-text {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.support-news-time {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}


.support-news-list-end {
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
}

.support-news-list-end img {
    filter: grayscale(1);
    margin-bottom: 6px;
}

.support-footer-news {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    padding: 12px 12px;
    align-items: center;
    justify-content: center;
}

.support-input-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 24px 12px;
    background: #FFF;
    /* border-top: 1px solid #EBEBEB; */
}
.support-input-border {
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    width: 100%;
    padding: 12px;
}
.support-input-container .support-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 16px 0;
    /* background: #F8F8F8; */
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    transition: background 0.3s;
    resize: none;
    height: 52px;
    min-height: 52px;
    width: 100%;
    max-height: 120px;
    box-sizing: border-box;
    overflow-y: auto;
    line-height: 1.4;
    font-family: inherit;
}
.support-input-container .support-input {
    &::-webkit-scrollbar {
        display: none;
    }
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.support-input-container .support-input::placeholder {
    color: #999;
    font-size: 14px;
}

.support-input-container .support-input:focus {
    /* background: #F0F0F0; */
    transition: background 0.3s;
}

.support-input-container .support-input-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.support-input-container .support-input-actions__left {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: flex-start;    
}

.support-input-container .support-input-pre-img {
    position: relative;
    width: 54px;
    height: 54px;
}
.support-input-container .support-input-pre-img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.support-input-pre-img__delete {
    background: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
}
.support-input-pre-img__delete::before,
.support-input-pre-img__delete::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.support-input-pre-img__delete::before {
    transform: rotate(45deg);
}

.support-input-pre-img__delete::after {
    transform: rotate(-45deg);
}
.support-input-action {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.support-input-action label {
    cursor: pointer;
}

.support-input-container .support-input-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support-input-container .support-input-actions .support-input-action__send {
    width: 24px;
    height: 24px;
    background: rgb(212, 182, 120);
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    
}
.support-input-container .support-input-actions .support-input-action__send img {
    filter: brightness(2);
}
/*.support-input-action__send:hover {*/
/*    transform: scale(1.1);*/
/*}*/

.support-input-action img {
    width: 18px;
    height: 18px;
    filter: brightness(1);
}

.support-input-action__file {
    margin-top: 5px;
}

.support-input-action img:hover {
    filter: brightness(0);
}

.support-input-container .support-input-actions .support-input-action .support-input-file {
    display: none;
}

.support-input-container .support-input-actions .support-input-action label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.support-input-container .support-input-actions .support-input-action label img {
    width: 20px;
    height: 20px;
}

.s-more.s-active {
    z-index: 1;
}

.s-more.s-active .s-more-dropdown {
    position: absolute;
    right: 0;
    top: 35px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    border-radius: 16px;
    background: #18421C;
    z-index: 1;
    color: white;
    white-space: nowrap;
    width: 238px;
    transition: all 0.3s;
    padding: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.s-more.s-active .s-more-dropdown .s-more-item {
    transition: all 0.3s;
}

.s-more.s-active .s-more-dropdown .s-more-item:hover {
    background: #123215;
    transition: all 0.3s;
}

.s-more.s-active .s-more-dropdown img {
    width: 24px;
    height: 24px;
}

.load-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 40px;
}

.load-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #308537;
    display: inline-block;
    animation: jump-dots 1.4s infinite ease-in-out;
}

.load-dot-1 {
    animation-delay: 0s;
}

.load-dot-2 {
    animation-delay: 0.2s;
}

.load-dot-3 {
    animation-delay: 0.4s;
}

@keyframes jump-dots {
    0%, 100% {
        transform: translateY(0);
}
    50% {
        transform: translateY(-15px);
    }
}


.support-rating {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 52.5px;
}

.support-rating span {
    cursor: pointer;
    filter: grayscale(1);
    transition: filter 0.3s;
}

.support-rating span:hover, .support-rating span.s-active {
    filter: grayscale(0);
    transition: filter 0.3s;
}

.support-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 1;
    background: red;
    border-radius: 50%;
    padding: 0;
    min-width: 14px;
    min-height: 14px;
    width: fit-content;
    height: fit-content;
    font-size: 11px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-down-btn {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px;
    bottom: 7px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background: white;
    border: 1px solid #e5e5e5;
    box-shadow: rgba(9, 14, 21, 0.16) 0px 0px 4px 0px;
    cursor: pointer;
}

.support-down-btn img {
    width: 18px;
    height: 18px;
    transform: rotate(90deg);
}

.line-fill-wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

.line-fill-wrap .line__fill {
    width: 100%;
    height: 4px;
    border-radius: 8px;
    flex: 1;
}

.support__request__header {
    text-align: center;
}

.support__request__header > * {
    margin-bottom: 10px;
}

.request-in-work .request-done {
    color: #4B4B4B;
}
.request-in-work .line-fill-wrap .line__fill {
    background: #4B4B4B;
}
.request-in-work .line-fill-wrap .line__fill:nth-child(n+2) {
    background: rgba(0, 0, 0, 0.08);
}

.request-in-wait .request-done {
    color: #CCA414;
}
.request-in-wait .line-fill-wrap .line__fill {
    background: #FFCD19;
}
.request-in-wait .line-fill-wrap .line__fill:nth-child(n+3) {
    background: rgba(0, 0, 0, 0.08);
}

.request-in-done .request-done {
    color: #308537;
}
.request-in-done .line-fill-wrap .line__fill {
    background: #3CA645;
}
.request-done {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.support__request-operator img {
    width: 66px;
    height: 66px;
}

.support__request__deposit {
    padding: 8px 12px;
    border: 2px solid black;
    border-radius: 50px;
    cursor: pointer;
    width: fit-content;
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    transition: color 0.3s, border 0.3s;
    background: white;
    display: flex;
    gap: 6px;
}

.support__request__deposit:hover {
    border: 2px solid #3CA645;
    color: #3CA645;
    transition: color 0.3s, border 0.3s;
}

.support__request__deposit:hover .support-nav__ic-coupon {
    background-color: #3CA645;
    opacity: 1;
}

.support__request__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.support__request__content h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.support__request__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    border-top: 1px solid #EBEBEB;
    justify-content: center;
    gap: 10px;
    text-align: center;
    min-height: 70px;
}
.support__request__footer > p {
    color: rgba(0, 0, 0, 0.45);
}
.request-gray-text {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.084px;
    text-align: center;
}
b.request-gray-text {
    font-weight: 600;
    margin: -12px 0 12px 0 !important;
}
.border-green-btn {
    color: #3CA645;
    padding: 8px 12px;
    border: 2px solid #3CA645;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: color 0.3s, border 0.3s;
}

.border-green-btn:hover {
    border: 2px solid #2a7530;
    color: #2a7530;
    transition: color 0.3s, border 0.3s;
}

.border-green-btn p {
    color: rgba(0, 0, 0, 0.45);
}

.support-w-loader {
    z-index: 10;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.support-w-loader__spiner {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: white;
    position: absolute;
}

.support-w-loader__bg {
    width: 35px;
    height: 35px;
    border: 5px solid gray;
    border-bottom: 5px solid transparent;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    border-radius: 50%;
    position: absolute;
    animation: spin-loader 1s linear infinite;
    animation-background: none;
}

@keyframes spin-loader {
    0% {
        transform: rotate(0deg);
}
    100% {
        transform: rotate(360deg);
    }
}


.support-w-search {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 2px solid #3CA645;
    border-radius: 12px;
    background: #FFFFFF;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
    position: relative;
}

.support-w-search:focus-within {
    border-color: #2a7530;
    box-shadow: 0 0 0 3px rgba(60, 166, 69, 0.1);
}

.support-w-search__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.support-w-search__icon img {
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.support-w-search__input {
    flex: 1;
}

.support-w-search__input input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.support-w-search__input input::placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-weight: 400;
}

.support-w__help-prev {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.support-w__help-prev__gray {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.45);
}

.support-help-content {
    height: 100%;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.support-help-content .support-news-text {
    display: block;
}

.support-help-header {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
}

.support-help-text {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #F2F2F2;
}

.support-help-time {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}

.support-w__content::-webkit-scrollbar,
.support-content::-webkit-scrollbar {
    width: 6px;
}

.support-w__content::-webkit-scrollbar-track,
.support-content::-webkit-scrollbar-track {
    background: var(--rgb-255-04);
}

.support-w__content::-webkit-scrollbar-thumb,
.support-content::-webkit-scrollbar-thumb {
    background: var(--rgb-255-08);
}

.support-w__content::-webkit-scrollbar-thumb:hover,
.support-content::-webkit-scrollbar-thumb:hover {
    background: var(--rgb-255-08);
}

@media screen and (max-width: 480px) {
    .support-widget {
        height: 100vh;
        max-height: 100vh;
    }

    .support-widget-iframe {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 100vh;
        max-height: 100vh;
    }
}


@media screen and (max-width: 600px) {
    .desktop-only {
        display: none !important;
    }
}

@media screen and (min-width: 422px) and (max-width: 424px) and (min-height: 703px) and (max-height: 705px) {
    .desktop-only {
        display: flex !important;
    }
}


@media screen and (max-height: 740px) {
    .support-widget {
        height: 100vh;
        max-height: 100vh;
    }

    .support-widget-iframe {
        bottom: 0;
        margin: auto;
        height: 100vh;
        max-height: 100vh;
    }
}


.w-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    align-items: center;
    justify-content: center;
}

.w-popup.show {
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.w-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}


.w-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    font-size: 24px;
    color: #666;
    z-index: 1;
}

.w-popup__close:hover {
    background: #e0e0e0;
    transition: background 0.2s;
}


.w-popup__body {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    max-width: 340px;
    width: 100%;
    max-height: 90%;
    padding: 60px 16px 16px 16px;
}

.w-popup__message {
    font-size: 16px;
    color: #666666;
    margin-bottom: 12px;
}
.w-popup .support-w__send-btn {
    position: relative;
}
