.BoxSendChat_boxSendChat__mfCZ5 {
    border-radius: 4px 4px 0 0;
    width: 100%;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO {
    position: relative;
    width: calc(100% - 34px);
    background: #0c0c0c;
    padding: 6px 0 6px 8px;
    gap: 8px;
}

@media screen and (max-width: 767px) {
    .BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO {
        width: 100%;
    }
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ {
    box-sizing: border-box;
    position: relative;
    background-color: #f6f6f6;
    margin: 0;
    padding: 0.6em 0.9em;
    border-radius: 0.7em;
    flex-grow: 1;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ .BoxSendChat_scrollContainer__XVbtO {
    height: 100%;
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.35em;
    min-height: 1.35em;
    max-height: 5.4em;
    padding: 0;
    scroll-padding: 0;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ .BoxSendChat_contentEditable__TkOBE {
    box-sizing: border-box;
    flex-grow: 1;
    outline: 0;
    border: 0;
    color: rgba(0, 0, 0, 0.87);
    overflow-wrap: anywhere;
    word-break: break-word;
    color: #969696;
    overflow: auto;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ .BoxSendChat_contentEditable__TkOBE::-webkit-scrollbar {
    width: 6px;
    opacity: 0;
    transition: opacity 0.3s;
    display: none;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ .BoxSendChat_contentEditable__TkOBE:hover::-webkit-scrollbar {
    opacity: 0;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ .BoxSendChat_psRail__Z3LRV {
    width: 6px;
    background-color: #c6e3fa;
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    opacity: 0;
    transition: top 0.2s ease;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ .BoxSendChat_psRail__Z3LRV:active,
.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ .BoxSendChat_psRail__Z3LRV:hover {
    opacity: 1;
    width: 10px;
    transition: all 0.3s;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ .BoxSendChat_contentEditable__TkOBE:hover+.BoxSendChat_psRail__Z3LRV {
    opacity: 1;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ:-ms-input-placeholder {
    color: var(--color-green-3);
    font-size: 14px;
    line-height: 20px;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_textareaChat__6LClZ::placeholder {
    color: var(--color-green-3);
    font-size: 14px;
    line-height: 20px;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_inputChat__Uy4IO .BoxSendChat_emojiContainer__THtbd {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_btnSend___RVLA {
    color: #1db57a;
    font-size: 20px;
    border-radius: 0;
    background: #0c0c0c !important;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_btnSend___RVLA svg {
    width: 28px;
    height: 28px;
}

.BoxSendChat_boxSendChat__mfCZ5 .BoxSendChat_btnSend___RVLA.BoxSendChat_btnSendDisabled__53sfX {
    color: #18532e;
}

.chat_chatRoomMatch__6KmxC {
    width: var(--width-box-chat);
    background: #0c0c0c;
    border-radius: 4px;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    max-height: 652px;
    z-index: 10;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

@media screen and (max-width: 767px) {
    .chat_chatRoomMatch__6KmxC {
        width: 100% !important;
        height: 450px;
    }
    .chat_chatRoomMatch__6KmxC.chat_chatClose__Uiple {
        height: 250px;
    }
}

.chat_chatRoomMatch__6KmxC .chat_btnNewMessage__7TMUE {
    position: absolute;
    background: var(--color-primary);
    border-radius: 100px;
    width: 112px;
    height: 28px;
    bottom: 110px;
    left: 30%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .chat_chatRoomMatch__6KmxC .chat_btnNewMessage__7TMUE {
        display: none;
    }
}

.chat_chatRoomMatch__6KmxC .chat_btnNewMessage__7TMUE span {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-text-title);
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 10px;
    padding: 12px;
    height: 60px;
    background-color: #171a23;
    scrollbar-color: #242c36 #0c0c0c;
    scrollbar-width: thin;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK {
        height: 55px;
        flex-shrink: 0;
    }
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icons__B_jdv {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 15px;
    position: relative;
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icons__B_jdv .chat_tabNew__Odad7 {
    position: absolute;
    top: -6px;
    right: -13px;
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57 {
    align-items: center;
    border: 0.0625rem solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
    font-weight: 400;
    gap: 0.25rem;
    justify-content: center;
    padding: 0.25rem 0;
    height: 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57 .chat_asHideName__VwLmH {
    line-height: 0;
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57.chat_active__YdBG_ {
    font-weight: 500;
    background: var(--color-primary);
    border-radius: 6.25rem;
    padding: 0.25rem 0.75rem;
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57.chat_active__YdBG_ svg circle,
.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57.chat_active__YdBG_ svg path,
.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57.chat_active__YdBG_ svg rect {
    fill: #fff;
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57.chat_active__YdBG_ .chat_asHideName__VwLmH {
    color: #fff;
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57:hover:not(.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57.chat_active__YdBG_) svg circle,
.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57:hover:not(.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57.chat_active__YdBG_) svg path,
.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57:hover:not(.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57.chat_active__YdBG_) svg rect {
    fill: #4cf446;
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57:hover:not(.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57.chat_active__YdBG_) .chat_asHideName__VwLmH {
    color: #4cf446;
}

.chat_chatRoomMatch__6KmxC .chat_chatHeader__zt9qK .chat_icon__BYM57:last-child {
    padding-right: 10px;
}

.chat_chatRoomMatch__6KmxC .chat_socialNetwork__lV7q_ {
    text-align: right;
    padding: 8px 12px;
    background: #22252d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-color: #4b4e56;
    border-style: solid;
    border-width: 1px 0;
    font-size: 0.857rem;
}

.chat_chatRoomMatch__6KmxC .chat_socialNetwork__lV7q_ .chat_boxViewer__GEm6Z {
    display: flex;
    align-items: center;
}

.chat_chatRoomMatch__6KmxC .chat_socialNetwork__lV7q_ .chat_boxViewer__GEm6Z>div {
    height: 16px;
}

.chat_chatRoomMatch__6KmxC .chat_socialNetwork__lV7q_ .chat_boxViewer__GEm6Z svg {
    height: 16px;
    width: 16px;
}

.chat_chatRoomMatch__6KmxC .chat_socialNetwork__lV7q_ .chat_viewer__00TI_ {
    color: #cdcdcd;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

.chat_chatRoomMatch__6KmxC .chat_facebookLink__OwQcc,
.chat_chatRoomMatch__6KmxC .chat_telegramLink__1tL8t {
    border-radius: 4px;
    background: #039be5;
    color: #fff;
    font-weight: 500;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-transform: uppercase;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: 100px;
}

.chat_chatRoomMatch__6KmxC .chat_facebookLink__OwQcc span,
.chat_chatRoomMatch__6KmxC .chat_telegramLink__1tL8t span {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

.chat_chatRoomMatch__6KmxC .chat_facebookLink__OwQcc {
    background: #1570fd;
}

.chat_chatRoomMatch__6KmxC .chat_boxTurnOffChat__nXhWz {
    background: #22252d;
    height: 32px;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #676767;
    padding: 8px;
}

.chat_chatRoomMatch__6KmxC .chat_boxTurnOffChat__nXhWz .chat_turnOffChat__NDfEn {
    color: #cdcdcd;
    line-height: 16px;
    flex: 1 1 0%;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    font-size: 12px;
    cursor: pointer;
    max-width: 85px;
}

.chat_chatRoomMatch__6KmxC .chat_shouldLogin__TbIfh {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: linear-gradient(0deg, rgba(58, 61, 68, 0.95), rgba(58, 61, 68, 0.5) 65%, rgba(58, 61, 68, 0));
    color: #fff;
    text-align: center;
    padding: 10px 30px 30px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.chat_chatRoomMatch__6KmxC .chat_shouldLogin__TbIfh .chat_txtLogin__FVLZ0 {
    height: 30px;
}

.chat_chatRoomMatch__6KmxC .chat_shouldLogin__TbIfh .chat_txtJoin__cG29Q {
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;
    color: #fff;
}

.chat_chatRoomMatch__6KmxC .chat_textAds__qULlh {
    padding: 4px;
}

.chat_chatRoomMatch__6KmxC .chat_textAds__qULlh .chat_textBanner__sfOuL {
    background: rgba(40, 188, 102, 0.1);
    padding: 4px;
    font-size: 14px;
    word-break: break-all;
    white-space: pre-line;
}

.chat_chatRoomMatch__6KmxC .chat_textAds__qULlh .chat_textBanner__sfOuL a {
    color: var(--color-yellow);
    font-size: 14px;
    line-height: 16px;
}

.chat_chatRoomMatch__6KmxC .chat_scrollDown__0Co3L {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #faca39;
    z-index: 11;
    bottom: 5px;
    right: 15px;
    cursor: pointer;
    bottom: 100px;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg {
    padding: 5px 10px 0 5px;
    max-height: 450px;
    overflow-y: overlay;
    overflow-x: hidden;
    position: relative;
    margin-right: 1px;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg::-webkit-scrollbar-thumb {
    background: #676767;
    box-shadow: 0 4px 4px #15382d;
    border-radius: 5px;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #272727;
    border-radius: 5px;
    background: #272727;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg::-webkit-scrollbar-button {
    width: 5px;
    height: calc(100% - 100px);
}

@media screen and (max-width: 1440px) {
    .chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg {
        width: 100% !important;
        max-height: 420px;
    }
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u {
    overflow-anchor: none;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    color: #161823;
    display: flex;
    line-height: 24px;
    padding-bottom: 4px;
    border-radius: 2px;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_userCard__ykgSe {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_userCard__ykgSe .chat_avatar__Yk0VK {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    position: relative;
    padding-top: 3px;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_divChatMessageContent__QhSVp {
    width: 100%;
    outline: 0;
    color: #161823;
    word-break: break-all;
    display: flex;
    align-items: baseline;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_divChatMessageContent__QhSVp .chat_chatCard__hjun1 {
    cursor: pointer;
    vertical-align: middle;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_divChatMessageContent__QhSVp .chat_messageOwnerName__YEVq8 {
    color: #faca39;
    height: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    flex: 0 0 auto;
    order: 0;
    cursor: pointer;
    margin-inline-end: 4px;
    display: inline-flex;
    align-items: center;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_divChatMessageContent__QhSVp .chat_messageOwnerName__YEVq8 .chat_blueTick__QqEDu {
    margin-left: 5px;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_divChatMessageContent__QhSVp .chat_firstCharacter__IDCEj,
.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_divChatMessageContent__QhSVp .chat_tag__JwMBt {
    color: #ededed;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_divChatMessageContent__QhSVp .chat_tag__JwMBt {
    height: 16px;
    min-width: 34px;
    padding: 2px 3px;
    border-radius: 3px;
    font-size: 10px;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_divChatMessageContent__QhSVp .chat_spanChatRoomComment__cnH4N {
    color: #fff;
    margin-block-start: 3px;
    font-size: 13px;
    line-height: 20px;
    overflow-wrap: break-word;
    vertical-align: middle;
}

.chat_chatRoomMatch__6KmxC .chat_chatList__J7Ymg .chat_chatMessage__PD63u .chat_divChatMessageContent__QhSVp .chat_spanChatRoomComment__cnH4N.chat_commentator__377U9 {
    color: #fabd00;
}