body {background: #fff;}
body.dark-body {background: #000;}

#gate-reward-box{position:absolute;bottom:76px;left:20px;width:260px}
#gate-rpreceve-box{position: absolute;bottom: 16px;left: 20px;width: 263px;border-radius: 8px;height: 44px;overflow-y: scroll;font-size: 12px;color: #ffffff;}
#gate-rpreceve-box::-webkit-scrollbar{display:none}

.current-conversation-wrapper{display:flex;box-sizing:border-box;width:100%;height:100%;}
.current-conversation{position:relative;width:100%;height: 100%;}
.current-conversation .chatRoom-title{position: relative;z-index: 10;background-color: var(--color-card-1);border-top-left-radius: 8px;border-top-right-radius: 8px;}
.fullscreen-message .current-conversation .chatRoom-title{border-radius: unset;}
.current-conversation .chatRoom-title .message_close{position: absolute;width: 24px;top: 50%;right:16px;transform: translate(0,-50%);cursor: pointer;}
.chat-content-conversation{position:absolute;top:0;padding-top: 52px;padding-bottom: 127px;display:flex;transition:all .5s;width: 100%;height: 100%;} 
.message-list{overflow-y:scroll;padding:20px 16px;width:100%}
.message-list::-webkit-scrollbar{display:none}
.message-wrapper{display:flex;margin:16px 0;align-items: flex-start;}
.message-content{overflow:hidden;flex:1 auto}
.message-content .message-detail-box{line-height: 20px;color: var(--color-text-1);user-select: text;-moz-user-select: text;-ms-user-select:text;-webkit-user-select: text;-khtml-user-select: text;margin-bottom: unset;}
.message-content .message-detail-box span{line-height: 20px;color: var(--color-text-1);user-select: text;-moz-user-select: text;-ms-user-select:text;-webkit-user-select: text;-khtml-user-select: text;word-wrap: break-word;}
.message-content .message-detail-box .live-chat-msg{font-size: 14px;line-height: 20px;color: var(--color-text-1);user-select: text;-moz-user-select: text;-ms-user-select:text;-webkit-user-select: text;-khtml-user-select: text;word-wrap: break-word;display: inline;}
.message-content .message-detail-box .live-chat-msg a{font-size: 14px;line-height: 20px;color: var(--color-brand-1);user-select: text;-moz-user-select: text;-ms-user-select:text;-webkit-user-select: text;-khtml-user-select: text;word-wrap: break-word;}
.message-content .message-detail-box .chat-group-tip{margin: 0px 5px 0 0;line-height: 12px;height: 12px;align-self: center;}
.message-content .message-auto-trans-box {margin: 8px 0 0 0;clear: both;;}
.message-content .message-auto-trans-box .live-chat-msg{font-size: 12px; line-height: 18px;color: #2E384D;word-wrap: break-word;}
.classic-dark .message-content .message-auto-trans-box .live-chat-msg {color: #AFB3BF;}
.message-content .message-auto-trans-box .live-chat-msg a{font-size: 12px; line-height: 18px;color: var(--color-brand-1);word-wrap: break-word;}
.message-content .message-auto-trans-box .auto-trans-icon{width: 14px;height: 14px;margin: 1px 4px 0 0;fill: #2E384D;float: left;}
html[lang=ar] .message-content .message-auto-trans-box .auto-trans-icon {float: right;}
.classic-dark .message-content .message-auto-trans-box .auto-trans-icon{fill: #AFB3BF;}
.message-avatar{margin-right:5px;width:24px;height:24px;border-radius:24px;min-width: 24px;}
.message-avatar.avatar-head{border-radius:50%;color:#fff;text-align:center;font-size:16px;line-height:24px;min-width:24px;cursor: pointer;}
.position-left{align-items:flex-start}
.position-right{align-items:flex-start}
.position-center{align-items:center}
/* .text-element-wrapper{position:relative;max-width:300px;border-radius:3px;word-break:break-word;}
.text-element{padding:5px;display: flex;flex-direction: row;color:#333}
.text-element p{margin:0;color:#04091A;word-wrap:break-word;font-size:14px;line-height:20px;display: inline-block;max-width: 300px;user-select: text;-moz-user-select: text;-ms-user-select:text;-webkit-user-select: text;-khtml-user-select: text}
.classic-dark .text-element p{color:#FFF;} */


#message-send-box-wrapper{position:absolute;bottom:0px;left:0;box-sizing:border-box;padding:16px;width:100%;border-top:1px solid var(--color-divider-2);background-color: var(--color-card-1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;text-align: center;}
#message-send-box-wrapper.not-login {background-color: var(--color-card-1);border: none;}
.classic-dark #message-send-box-wrapper.not-login{border: none;}

.send-header-bar{position: absolute;display:flex;align-items:center;bottom: 74px;right: 16px;}
.emoji-pick-out{margin-left:unset}
.send-header-bar .iconfont{margin-inline-end:8px;cursor:pointer;color: var(--color-text-2);}
.intercom-composer-popover{top:-20px;left:-320px;transform: translate(0, -100%);}
.intercom-composer-popover-caret{left:322px;}
.classic-dark .intercom-composer-popover-caret{border-top-color: #23282e;}

.send-left-corner{display:flex;height:32px;align-items:center;justify-content: space-between;margin-top: 16px;}
.send-left-corner .auto-trans-wrapper{display: inline-flex; align-items: center;}
.send-left-corner .auto-trans-wrapper .auto-trans-check-box {cursor: pointer;}
.send-left-corner .auto-trans-wrapper .auto-trans-check-box .mantine-GateSwitch-track{cursor: pointer;background-color: var(--color-neutral-2);}
.send-left-corner .auto-trans-wrapper .auto-trans-check-box input:checked + .mantine-GateSwitch-track {background-color: var(--color-brand-1);}
.send-left-corner .auto-trans-wrapper .auto-trans-text {margin-left: 8px;font-size: 14px;font-weight: 500;line-height: 16px;color: var(--color-text-2);}
.send-left-corner .util-and-send-box {display: flex; align-items: center;}
.send-left-corner .user-util-wrapper{flex-shrink: 0;}
.send-left-corner .iconfont{margin-inline-end:16px;width:20px;cursor:pointer;color: var(--color-text-2);}
.send-textarea{width:100%;border:none;resize:none;font-size: 14px;color: var(--color-text-1);background-color: var(--color-neutral-5);padding: 15px 88px 15px 12px;box-sizing: border-box;border-radius: 8px;line-height: 18px;}
.send-textarea::-webkit-input-placeholder {color: var(--color-text-7);}
.send-textarea:focus{outline:0;border:none}


.from-user{display:inline-flex;color:var(--color-text-3);font-size:14px;align-items:flex-start;margin-right: 5px;float: left;}
html[lang=ar] .from-user{float: right;}

.from-user span{cursor:pointer;white-space: nowrap;margin: 0 5px;}
.from-user img{transform: translate(0, 4px);}
.vip-icon{width: 24px;height: 14px;margin-inline-end: 5px;}
.vip-icon.lg{width: 30px;}
.reward-avatar{position:absolute;left:0;z-index:2;display:flex;width:40px;height:100%;border-radius:40px;color:#fff;font-size:20px;justify-content:center;align-items:center}
.reward-message{position:absolute;right:20px;left:20px;z-index:1;display:flex;padding:0 25px;height:100%;background:rgba(0,0,0,.3);flex-direction:column;justify-content:space-around}
.reward-user-name{overflow:hidden;padding-top:2px;color:#ffebcc;text-overflow:ellipsis;white-space:nowrap;font-size:14px}
.reward-user-name img{margin-right:5px}
.reward-detail{color:#fff;font-size:12px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.reward-coin{position:absolute;right:4px;top:4px;z-index:2;width:32px;height:32px;}
.reward-coin-wrapper{position: absolute;z-index: 1;width: 80px;height:80px;background: url(/images/gift_coin@2x.png) no-repeat;background-size: 100%;right:-20px;top:-20px;}
.reward-item{position:relative;display:flex;margin-top:20px;height:40px}
.reward-item-animated-enter{opacity:0;transform:translateX(-20%)}
.reward-item-animated-enter-active{opacity:1;transition:opacity .2s .3s,transform .2s .3s ease-in-out;transform:translateX(0)}
.reward-item-animated-exit{opacity:1;transform:translateX(0)}
.reward-item-animated-exit-active{opacity:0;transition:opacity .3s,transform .3s ease-in-out,height .3s .2s;transform:translateX(20%)}
.reward-item-blink{position:absolute;width:10px;height:5px;border-radius:5px;background:#ff0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
.reward-item-blink.item0{top:0;right:-13px;transform:rotate(-46deg);-webkit-animation-name:blink-animation-0;animation-name:blink-animation-0}
.reward-item-blink.item1{top:9px;right:-18px;transform:rotate(-24deg);-webkit-animation-name:blink-animation-1;animation-name:blink-animation-1}
.reward-item-blink.item2{top:20px;right:-20px;-webkit-animation-name:blink-animation-2;animation-name:blink-animation-2}
.receve-item{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow : hidden;text-overflow: ellipsis;}
.receve-item-animated {background: rgba(0,0,0,0.3);height: 44px;box-sizing: border-box;padding: 3px 0 0 8px;line-height:1.3;}
.receve-item-icon{display: inline-block;width: 32px;height: 16px;object-fit: cover;background: url(/images/new@2x.png) no-repeat;background-size: 100%;position: relative;top:2px;}
.receve-item-animated span{color: #ffebcc;padding: 0 4px;}
.receve-item-animated span.liveRp{color: #fff;padding: 0 4px;}
@keyframes blink-animation-0{0%{opacity:0}
60%{opacity:1}
}
@-webkit-keyframes blink-animation-0{0%{opacity:0}
60%{opacity:1}
}
@keyframes blink-animation-1{0%{opacity:0}
80%{opacity:1}
}
@-webkit-keyframes blink-animation-1{0%{opacity:0}
80%{opacity:1}
}
@keyframes blink-animation-2{0%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes blink-animation-2{0%{opacity:0}
100%{opacity:1}
}
#gate-reward-btns{position:absolute;right:0px;left: unset;}
html[lang=ar] #gate-reward-btns{right:unset;left: 0px;}
#gate-reward-btns>button{outline:0;border:none;background:0 0;cursor:pointer;position: relative;}
#gate-reward-btns>button:hover >div{color:var(--color-text-1)}

.live-like{margin-inline-start: 24px;}
.live-like img,.live-reward img{display: inline-block;width:36px;cursor:pointer;vertical-align: top;margin-inline-end: 8px;}
.ar-live-like img,.ar-live-reward img{margin-right: 0;margin-left: 8px;}

.live-like div,.live-reward > div{position: relative;display: inline-block;height:36px;font-weight: 600;line-height: 36px;color:var(--color-text-2)}

.live-like canvas{pointer-events: none;width: 250px;height: 125px;position: absolute;top: -5px;left: 50%; transform: translate(-55%,-100%);z-index: 99;}
/* canvas{pointer-events: none;transform: translate(-50%,-100%);width: 150px;height: 75px;} */

/* .live-reward,.live-like{position: relative;} */
.live-chat-reward-text:hover .bubble-tip{display: inline-block;line-height: 100%;}

.live-chat-reward-icon {
    vertical-align: middle;
    margin-inline-start: 8px;
    font-weight: 500;
}

.live-chat-enter-reward-ranking {
    background-position: center;
    background-size: cover;
    margin-inline-end: 5px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: var(--color-text-6);
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.live-reward-btn-popup {
    padding: 20px 16px 36px;
    border-radius: 4px;
    background: var(--color-card-2);
    box-shadow: 0px 0px 26px 0px rgba(13, 31, 66, 0.07);
    min-width: 400px;
}

.live-reward-btn-popup .mantine-HoverCard-arrow {
    display: none;
}

.live-reward-btn-popup-header {
    justify-content: space-between;
    color: var(--color-text-1);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

.live-reward-btn-popup-header .iconfont {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

.live-coin-form-item {
    padding: 0 16px;
    color: var(--color-text-1);
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    height: 48px;
    background: var(--color-neutral-3);
    border-radius: 4px;
    border: 1px solid transparent;
}

.live-coin-form-item:focus-within , .live-coin-form-item:hover{
    border-color: var(--color-brand-3);
}

.live-reward-coin-select__value-container {
    justify-content: flex-end;
}

.live-reward-coin-select__indicator {
    color: inherit;
    padding: 0;
}

.live-reward-coin-select__indicator-separator {
    display: none;
}

.live-reward-coin-select__value-container {
    height: 40px;
}

.live-reward-coin-select__single-value {
    display: flex;
    align-items: center;
    color: var(--color-text-1);
}

.live-reward-coin-select__single-value .icon-16 {
    margin: 0 6px;
}

.live-reward-coin-select__control {
    background-color: transparent;
    border: none;
    border-radius: 4px !important;
}


.live-reward-btn-popup-coin-select {
    margin-bottom: 20px;
}

.live-reward-btn-popup-coin-input input {
    border: none;
    background-color: transparent;
    padding-left: 10px;
    text-align: right;
    flex: 1;
    -moz-appearance: textfield;
}

.live-reward-btn-popup-coin-input input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-text-4);
}

.live-reward-btn-popup-coin-amount {
    margin-top: 64px;
    color: var(--color-text-1);
    font-size: 28px;
    font-weight: 600;
}

.live-reward-btn-popup-coin-send-btn {
    margin: 24px auto 0;
    border-radius: 4px;
    background: var(--color-funct-10);
    color: var(--color-text-6);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border: none;
    cursor: pointer;
    min-width: 300px;
    display: inline-block;
}

.live-reward-coin-select__option--is-selected,.live-reward-coin-select__option--is-focused {
    color: var(--color-text-1);
    border-radius: 4px;
}

.select-option-active-icon {
    color: var(--color-brand-3);
}

.live-reward-coin-select__menu-list {
    padding: 6px 8px;
    color: var(--color-text-1);
    font-size: 14px;
    font-weight: 600;
}

.live-reward-coin-select__option {
    padding: 8px;
}

.live-reward-coin-select__option:active {
    background-color: unset;
}

.select-option-container span:nth-of-type(2){
    flex: 1;
    padding-right: 10px;
}

.live-reward-coin-select__option .select-option-container {
    font-size: 14px;
}

.live-reward-coin-select__menu {
    background-color: var(--color-card-4);
    box-shadow: 0px 0px 26px 0px rgba(13, 31, 66, 0.07);
}

.bubble-wrapper{position: relative;}
.bubble-wrapper:hover > .bubble-tip{display: inline-block;left:30%;line-height: 100%;}

.bubble-tip{display: none;position:absolute;top:-8px;left: 50%;transform: translate(-50%,-100%);padding:12px;border-radius: 8px;color:#fff;background: #474F66;white-space: nowrap;font-size: 12px;pointer-events: none;z-index:99}
.bubble-tip .bottom-triangle{position:absolute;top:35.5px;left: 50%;transform: translate(-50%,0);width: 0;height: 0;border: 6px solid transparent; border-top: 8px solid #474F66;}



.popup-main{padding:24px}
.popup-header{justify-content:space-between}
.popup-header span{color:#111;font-size:18px}
.popup-header img{width:20px;cursor:pointer}
.popup-w384-content{width:384px!important}
.popup-w430-content{width:430px!important}
.popup-content{padding:0!important;border:none!important;border-radius:2px}
.popup-row{display:flex;margin-top:25px;height:36px;align-items:center;justify-content:space-between}
.popup-row label{display:inline-block;color:#111;font-size:12px}
.popup-row input,.popup-row textarea{box-sizing:border-box;padding-left:16px;width:100%;height:36px;border:1px solid #ddd;border-radius:2px;background-color: transparent;}
#reward-coin-type{border:none;background:0 0}
.popup-row textarea{height:50px;resize:none;color: var(--color-text-1);}
.popup-row textarea:focus{outline:0}
.rmb-calculate{margin-top:10px;font-size:20px}
.r-sel__control{height: 40px;}
.r-sel__value-container{height: 40px;}
.r-sel__single-value .icon-16{margin-left:5px}
.select-option-container .icon-16{margin-right:5px}
.redpacket-row{height:50px}
.rp-amount-limit{color:#a6a6a6;font-size:12px}
.rp-element{margin:16px 0;color:var(--color-text-3);font-size:14px;}
.rp-element .nick-name{color: var(--color-funct-6);}
.rp-element .nick-name-red{color: var(--color-funct-8);}
.rp-element .nick-name-orange{color: var(--color-funct-4);}
.sf-element {margin-bottom: 16px;padding: 12px;border-radius: 4px;background: var(--color-card-6);display: flex;align-items: flex-start;}
.sf-element .sf-el-left {width: 16px;height: 16px;margin-top: 3px;margin-inline-end: 8px;}
.sf-element .sf-el-right {flex: 1;font-size: 14px;line-height: 21px;font-weight: 400;color: var(--color-text-1);word-wrap: break-word;}
.sf-element .sf-el-right a {font-size: 14px;line-height: 21px;font-weight: 400;color: var(--color-brand-1);word-break: break-all;}
#gate-rp-counts{height: 360rem;overflow-y: auto;position:absolute;top:0;right:0;z-index:30; display: flex; flex-direction: column;align-items: flex-end;}
#gate-rp-counts.full-index {z-index: 210;}
#gate-rp-counts .rp-badge{position:absolute;top:-5px;right:6px;width:14px;height:14px;border:1px solid red;border-radius:14px;background:rgba(255,255,255,.7);color:#f25050;text-align:center;font-size:12px;line-height:14px}
@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}
14%{-webkit-transform:scale(1.3);transform:scale(1.3)}
28%{-webkit-transform:scale(1);transform:scale(1)}
42%{-webkit-transform:scale(1.3);transform:scale(1.3)}
70%{-webkit-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}
14%{-webkit-transform:scale(1.2);transform:scale(1.2)}
28%{-webkit-transform:scale(1);transform:scale(1)}
42%{-webkit-transform:scale(1.2);transform:scale(1.2)}
70%{-webkit-transform:scale(1);transform:scale(1)}
}
.heart-beat{animation:infinite;-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
.rp-modal-content{width:280px!important;height:400px;background:0 0!important}
.redpacket-close-icon-box {position: absolute; top: -44px; right: -32px; width: 24px;height: 24px;cursor: pointer;}
.redpacket-close-icon-box img {width: 100%; height: 100%; display: block;}
.rp-modal-container{overflow:hidden;box-sizing:border-box;padding:0 24px;height:100%;border-radius:12px;background:url(/images/bg_redpacket.png) no-repeat;background-size:100% 100%;}
.rp-modal-container.rp-status-0{background:url(/images/bg_hongbao_open@2x.png) no-repeat;background-size:100% 100%}
.rp-modal-container .rp-modal-info-box {display: flex; flex-direction: column; align-items: center;margin-top: 40px;}
.rp-modal-container .rp-modal-info-top {text-align: center;}
.rp-modal-container .rp-modal-info-top .rp-modal-info-user {display: inline-flex;align-items: center;}
.rp-modal-container .rp-modal-info-top .rp-modal-info-user img {width:20px;height:20px;display: block;margin-right: 4px;}
.rp-modal-container .rp-modal-info-top .rp-modal-info-user .rp-modal-info-user-nick {font-size: 12px; line-height: 15px; color: #fff; font-weight: 500;}
.rp-modal-container .rp-modal-info-top .rp-modal-info-user img.vip-icon {width: 24px; height: 14px; margin-inline-start: 5px;}
.rp-modal-container .rp-modal-info-top .rp-modal-info-msg {font-size: 16px;line-height: 21px;height: 42px;font-weight: 500;color: #FBE6AA;margin-top: 12px;white-space: normal;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;}
.rp-modal-container .rp-modal-info-btm {margin-top: 40px;}
.rp-modal-container .rp-modal-info-btm .rp-modal-info-follower{width: 100%;height: 15px;display: block;text-align: center;font-size: 12px;line-height: 15px;color: #fff;}
.rp-modal-container .rp-modal-info-btm .rp-modal-info-count-down-box {width: 100%;height: 53px;margin-top: 16px;display: flex;align-items: center;}
.rp-modal-container .rp-modal-info-btm .rp-modal-info-count-down-box .rp-modal-info-count-down-item {padding: 12px 8px;background-color: #DF4652;border-radius: 8px;font-size: 24px;line-height: 27px;color: #fff;font-weight: 600;}
.rp-modal-container .rp-modal-info-btm .rp-modal-info-count-down-box .count-down-divider {width: 8px;height: 24px;margin: 0 8px;}
.rp-modal-container .rp-modal-info-btm .rp-modal-info-count-down-box .count-down-divider img {width: 100%;height: 100%;display: block}
.rp-modal-head{width:20px;height:20px;border-radius:20px;background:#00c296;color:#fff;text-align:center;font-size:12px;line-height:20px}
.rp-modal-container .redpacket-open-btn{margin: 18px auto 0;width:72px;height: 72px;cursor:pointer;position: relative;}
.rp-modal-container .redpacket-open-btn img {width: 100%; height: 100%; display: block;}
.rp-opend-modal-container{overflow:hidden;box-sizing:border-box;height:100%;background:url(/images/bg_redpacket_open.png) no-repeat;background-size:100% 100%;}
.rp-opend-modal-container .rp-type-box {height: 26px;padding: 0 18px; position: absolute;top: 4px;left: 50%;transform: translateX(-50%);}
.rp-opend-modal-container .rp-type-box svg {width: 100%; height: 100%; position: absolute;top: 0;left: 0;z-index: 2;}
.rp-opend-modal-container .rp-type-box .rp-type-text {font-size: 14px;font-weight: 500;line-height: 26px;color: #A57856;position: relative;z-index: 10;}
.rp-opend-modal-container .rp-coin-number-box {margin-top: 58px;display: flex;align-items: center;flex-direction: column;}
.rp-opend-modal-container .rp-coin-number-box .rp-coin {font-size: 16px;line-height: 120%; font-weight: 500;color: #C23A4B;}
.rp-opend-modal-container .rp-coin-number-box .rp-amount {font-size: 24px;line-height: 120%; font-weight: 600;color: #C23A4B;margin-top: 12px;}
.rp-opend-modal-container .rp-coin-number-box .rp-amount.ft-36 {font-size: 36px;}
.rp-opend-modal-container .rp-coin-number-box .rp-amount.ft-72 {font-size: 72px;}
.rp-opend-modal-container .rp-tips {font-size: 12px;line-height: 15px; font-weight: 400;color: var(--color-text-1);text-align: center;}
.rp-opend-modal-container .rp-congratulations {font-size: 24px;line-height: 1.2; font-weight: 500;color: #FBE6AA;text-align: center;position: absolute;left: 50%;bottom: 104px;transform: translateX(-50%);}
.rp-common-tips{margin:20px 0;color:#ffebcc;text-align:center;font-size:18px;line-height:25px}
.chatroom-disconnect{display:flex;margin-top:200px;flex-direction:column;align-items:center}
.chatroom-disconnect img{width:100px}
.forbid-btn img{margin-right:5px;width:18px;cursor:pointer}
.forbid-btn{display:flex;padding:10px;border:none;background:0 0;color:#808b88;font-size:14px;cursor:pointer}
.delete-btn{display:flex;padding:10px;border:none;background:0 0;color:#808b88;font-size:14px;cursor:pointer;justify-content: center;width: 100%;}

.popup-delete-main{display: flex;justify-content: space-evenly;padding: 24px;}
.popup-delete-cancel-btn{margin: 0 20px;
    padding: 5px;
    width: 256px;
    height: 36px;
    border: none;
    border-radius: 2px;
    background: #c6c6c6;
    color:#04091A;
    cursor: pointer;}

.popup-delete-confirm-btn{margin: 0 20px;
    padding: 5px;
    width: 256px;
    height: 36px;
    border: none;
    border-radius: 2px;
    background: var(--brandColor);
    color: #fff;
    cursor: pointer;}

.forbid-tooltip-content{width:auto!important}
.forbidden-time-right .r-sel__control{width:100px}
#forbidden-time{margin-right:5px;flex:1 auto;background-color: transparent;}
.admin-icon{width:15px;height:15px;min-width:15px;}
.silentlist-modal{overflow-y:scroll;height:265px}
.no-silentlist{margin-top:50px;color:#ccc;text-align:center}
.silentlist-modal .popup-row{position:relative}
.silence-user{padding-bottom:5px;height:50px;border-bottom:1px solid #eeeee0}
.silence-user .message-avatar{margin-right:10px;width:48px;height:48px}
.silence-user-info{margin-bottom:5px;color:#ebc176;font-size:14px;justify-content:start}
.silence-user-info img{margin-right:5px}
.white-btn-sm{position:absolute;top:0;right:0;padding:5px;border:1px solid #e64e62;border-radius:2px;color:#e64e62;cursor:pointer}
.new-message-tips{position:absolute;left: 50%;bottom:140px;padding:0 16px;transform: translate(-50%,0);height:32px;border-radius:4px !important;border-radius:10px;background:var(--brandColor3);color:var(--colorFont1);font-size:14px;cursor:pointer;display: flex;align-items: center;}
.classic-dark .new-message-tips{background: #304277;}
.new-message-tips .iconfont{font-weight: lighter;margin-right: 8px;font-size: 12px;}

.css-1hwfws3{padding-left:16px;line-height: 100%;}
.css-1g6gooi{padding: 0;margin: 0;}
.red-package{position:relative;top:1px;left:3px;display:inline-block;width:12px;height:12px;background:url(/images/live/rp.png) no-repeat;background-size:cover}
.call-somebody{padding: 2px 3px;}
.video-right-cont {display: flex;flex-direction: column;justify-content: space-between;height: 100%;margin-left: 24px;}
.video-list-wrap {padding: 8px;box-sizing: border-box;overflow-y: scroll;background: #fff;margin-bottom: 10px;flex: 1;}
.video-im-history{flex:1;background: #ffffff;padding:16px;overflow-y: scroll;}
.video-im-history h3{font-size: 14px;height: 20px;line-height: 20px;color: #3a3a3a;margin-bottom: 25px;}
.his-text-ele p {margin: 0;color: #333333;word-wrap: break-word;font-size: 12px;line-height: 20px;display: inline-block;padding:8px;border-radius: 4px;background: #f4f7fc;}
.video-list-wrap h3{height: 28px;line-height: 28px;padding-left: 8px;font-size: 14px;}
.video-list-item {display: flex;/* justify-content: space-between */;cursor: pointer;margin-top: 8px;align-items: center;padding: 0 8px;}
/* .video-item-active {background: #ebf7ff;} */
/* .video-list-index{height:28px;line-height:28px;border-radius: 2px;color: #888888;font-size: 13px;} */
/* .video-item-active .video-list-index {color: #3a3a3a;font-weight: bold;} */
/* .video-item-active i {width: 16px;height: 16px;display: inline-block;background: url(/images/playing@2x.png) no-repeat;background-size: 100%;} */
/* .video-item-time{margin-left: 24px;} */
#redpacket-description{padding-top:10px}
::-webkit-input-placeholder{color:#a6a6a6;font-size:12px}
/* #play-video {width: 100%;height: 100%;object-fit: cover;} */
.video-player {width:100%;height:100%;position:relative;background:url(/images/live-cover.png) no-repeat;background-size: cover;}
.video-player-cont {width:100%;height:100%;}
.video-player-controls{position: absolute;bottom:0;width:100%;background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 1%, rgba(0,0,0,0.50) 100%)}
.progress-bar {height: 4px;background: rgba(255,255,255,.5);cursor: pointer;display: flex;align-items: center;}
.progress-bar-inside {background: #ffffff;height:4px;width: 20px;}
.progress-bar-point{width: 10px;height: 10px;border-radius: 50%;display: inline-block;background: #ffffff;}
.progress-bar-point:active {cursor: grab;}
/* .progress-bar:hover {height:8px;}
.progress-bar:hover .progress-bar-inside{height: 8px;}
.progress-bar:hover .progress-bar-point{width: 10px;height: 10px;border-radius: 50%;display: inline-block;background: #ffffff;} */
.group-contorls {display: flex;justify-content: space-between;align-items: center;padding: 0 16px;height:40px;}
.contrils-speed {display: inline-block;width: 24px;height: 24px;background: url(/images/speed@2x.png) no-repeat;background-size: 100%;cursor: pointer;user-select: none;}
.play-speed {width: 86px;background: rgba(0, 0, 0, 0.7);border-radius: 4px;position: absolute;right: 16px;bottom: 48px;z-index:1;}
.play-speed li{height:30px;line-height: 30px;color: #fff;text-align: center;font-size: 14px;cursor: pointer;}
.play-speed li.current-speed {color: #e64e62}
video.video-player-cont::-webkit-media-controls {display: none !important;}
.element-send {padding-left:32px;}
.element-received{padding-right: 32px;}
.his-message-content{margin-bottom: 10px;display:flex;}
.his-from-user{display: flex;align-items: center;}
.his-item-nickname {font-size: 12px;color: #6a6a6a;letter-spacing: -0.07px;margin-right: 5px;}
.his-item-time {font-size: 20px;color: #888888;transform: scale(.5);position: relative;left: -15px;}
.video-im-history::-webkit-scrollbar{display:none}

.gate-live-page .VIP-0{background:gray}
.gate-live-page .VIP-1{background:#c1aecd}
.gate-live-page .VIP-2{background:#c7c22c}
.gate-live-page .VIP-3{background:#4fae00}
.gate-live-page .VIP-4{background:#00c296}
.gate-live-page .VIP-5{background:#00c5e6}
.gate-live-page .VIP-6{background:#3190e4}
.gate-live-page .VIP-7{background:#a148ff}
.gate-live-page .VIP-8{background:#ff00de}
.gate-live-page .VIP-9{background:red}
.gate-live-page .VIP-10{background:#e68a53}
.gate-live-page .VIP-11{background:#ff5300}
.gate-live-page .VIP-12{background:#fba402}
.gate-live-page .VIP-13{background:#63723d}
.gate-live-page .VIP-14{background:#008079}

.dozen-list-wapper{position: absolute;top:52px;width: 100%;max-height: 172px;padding:8px 0;box-sizing:border-box;background-color: var(--color-cmpt-7);z-index: 10;overflow: hidden;transition: max-height .5s;}
.classic-dark .dozen-list-wapper {background-color: var(--color-card-6);}
.dozen-list-wapper:hover{max-height: 536px;}
.pin-chat-wrapper {position: absolute;top:52px;width: 100%;display: flex;align-items: flex-start;padding:11px 12px;box-sizing:border-box;background-color: var(--color-cmpt-3);z-index: 9;transition: max-height .5s;box-shadow: 0px 2px 14px 0px #00000014;}
.classic-dark .pin-chat-wrapper {box-shadow: 0px 7px 20px 0px #00000042;}
.pin-chat-wrapper .pin-chat-left-icon {width: 12px;height: 12px;margin-top: 3px;flex-shrink: 0;margin-inline-end: 8px;}
.pin-chat-wrapper .pin-chat-right-icon {width: 12px;height: 12px;margin-top: 3px;flex-shrink: 0;margin-inline-start: 8px;cursor: pointer;}
.pin-chat-wrapper .pin-chat-text {font-size: 14px;line-height: 18px;color: var(--color-text-1);flex: 1;word-break: break-word;max-height: 54px;overflow-y: auto;}
.pin-chat-wrapper .pin-chat-text a{font-size: 14px;line-height: 18px;color: var(--color-text-5);user-select: text;-moz-user-select: text;-ms-user-select:text;-webkit-user-select: text;-khtml-user-select: text;word-wrap: break-word;}
.pin-chat-wrapper .pin-chat-text.ellipsis{max-height: 18px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
/* .pin-chat-wrapper .pin-chat-text::-webkit-scrollbar{display:none} */
.dozen-list-title{color:#04091A;padding:0 20px;font-size:14px;height:48px;font-weight: 600;display:flex;justify-content: space-between;align-items: center;box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);}
.classic-dark .dozen-list-title{color:#FFF !important;box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.08);}
.dozen-list-title-icon{width: 20px;height: 20px;}

.dozen-item{display: flex;height: 52px;justify-content: space-between;padding: 0 16px;align-items: center;cursor: pointer;}
.dozen-item:hover{background: var(--color-card-2);}
.dozen-item-detail{display:flex;align-items:center}
.dozen-item-rank{margin-inline-end: 8px;width:20px;text-align:center;font-weight:900;font-size:14px;line-height:21px;color:var(--color-text-2);font-style: italic;font-family: system-ui;}
.dozen-item-head{overflow:hidden;margin-inline-end:7px;width:28px;height:28px;border-radius:50%;}
div.dozen-item-head{box-sizing:border-box;color:var(--color-text-6);text-align:center;font-size:12px;line-height: 28px;}
.dozen-item-rank-0{color:var(--color-funct-7)}
.dozen-item-rank-1{color:var(--color-funct-4)}
.dozen-item-rank-2{color:var(--color-other-2)}
.dozen-item-detail span{display:inline-block;margin-inline-end:4px;height:16px;color:var(--color-text-1);font-size:14px;line-height:16px;font-weight: 500;max-width: 120px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.dozen-rmb{font-size:14px;line-height:18px;color: var(--color-funct-4);}
.redpacket-popup-main {width: 430px;padding: 16px;background-color: #FDFDFE;box-shadow: 0px 0px 26px 0px rgba(13, 31, 66, 0.07);position: absolute;bottom: 128px;right: 50%;transform: translate(50%,0);z-index: 200;border-radius: 4px;}
.classic-dark .redpacket-popup-main {background-color: #21242E;box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.26);}
.redpacket-popup-header {align-items: center; justify-content: space-between;}
.redpacket-popup-header span {font-size: 16px; line-height: 100%;font-weight: 600; color: #262933;}
.classic-dark .redpacket-popup-header span {color: #E0E0E0}
.redpacket-popup-header .redpacket-popup-close-box {width: 20px; height: 20px; cursor: pointer;}
.redpacket-popup-header .redpacket-popup-close-box svg path{stroke: #262933;}
.classic-dark .redpacket-popup-header .redpacket-popup-close-box svg path{stroke: #FFF;}
.redpacket-popup-content {margin-top: 24px;}
.redpacket-select-tab {display: flex; align-items: flex-start;}
.redpacket-select-tab-item {display: inline-flex; align-items: flex-start; margin-right: 12px;cursor: pointer;}
.redpacket-select-tab-item .redpacket-select-tab-item-text {font-size: 14px; line-height: 17px;font-weight: 500; color: #8D93A6;}
.classic-dark .redpacket-select-tab-item .redpacket-select-tab-item-text {color: #70798C;}
.redpacket-select-tab-item svg {width: 12px; height: 12px; margin-left: 6px; margin-top: 2px;cursor: pointer;}
.redpacket-select-tab-item svg path {fill: #ACB2BF}
.classic-dark .redpacket-select-tab-item svg path {fill: #474F66}
.redpacket-select-tab-item svg:hover path {fill: #262933}
.classic-dark .redpacket-select-tab-item svg:hover path {fill: #E0E0E0}
.redpacket-select-tab-item.actived .redpacket-select-tab-item-text {position: relative; padding-bottom: 9px; color: #262933;}
.classic-dark .redpacket-select-tab-item.actived .redpacket-select-tab-item-text {color: #E0E0E0;}
.redpacket-select-tab-item.actived .redpacket-select-tab-item-text::before {content: ''; position: absolute; left: 50%; bottom: 0; width: 23px; height: 3px; background-color: #262933;transform: translateX(-50%);}
.classic-dark .redpacket-select-tab-item.actived .redpacket-select-tab-item-text::before {background-color: #E0E0E0;}
.redpacket-popup-row {display: flex;flex-direction: column; margin-top: 24px;}
.redpacket-popup-row.mt-16 {margin-top: 16px;}
.redpacket-popup-row .redpacket-popup-row-input {width: 100%; height: 48px; box-sizing: border-box;border: 2px solid transparent; background-color: #F2F3F7;border-radius: 4px;padding: 0 16px;display: flex;align-items: center;}
.classic-dark .redpacket-popup-row .redpacket-popup-row-input {background-color: #1A1C23;}
.redpacket-popup-row .redpacket-popup-row-input.focus {border: 2px solid var(--brandColor);}
.redpacket-popup-row .redpacket-popup-row-input .redpacket-popup-row-input-item {flex: 1;}
.redpacket-popup-row .redpacket-popup-row-input .redpacket-popup-row-input-item input {width: 100%; height: 16px;font-size: 14px;line-height: 16px; color: #262933;border: none;background-color: transparent;caret-color: var(--brandColor);}
.classic-dark .redpacket-popup-row .redpacket-popup-row-input .redpacket-popup-row-input-item input {color: #E0E0E0;}
.redpacket-popup-row .redpacket-popup-row-input textarea {width: 100%; height: 100%;font-size: 14px;line-height: 16px; color: #262933;border: none;background-color: transparent;caret-color: var(--brandColor); resize: none;outline: none;}
.classic-dark .redpacket-popup-row .redpacket-popup-row-input textarea {color: #E0E0E0;}
.redpacket-popup-row .redpacket-popup-row-input input#reward-coin-count {text-align: right;}
.redpacket-popup-row .redpacket-popup-row-input .redpacket-popup-row-input-divider {width: 1px;height: 16px; background-color: #B8BFCC;}
.classic-dark .redpacket-popup-row .redpacket-popup-row-input .redpacket-popup-row-input-divider {width: 1px;height: 16px; background-color: #474F66;}
.redpacket-popup-row .r-sel__control{width:200px;height: 44px;border: none; border-radius: unset;background-color: transparent !important;box-shadow: none !important;}
.redpacket-popup-row .r-sel__value-container{height: 44px;}
.redpacket-popup-row .r-sel__single-value {font-size: 14px; line-height: 16px; color: #262933;}
.classic-dark .redpacket-popup-row .r-sel__single-value {color: #E0E0E0;}
.redpacket-popup-row .r-sel__single-value .icon-16{margin-left:5px}
.redpacket-popup-row .r-sel__indicators .r-sel__indicator-separator {display: none;}
.redpacket-popup-row .redpacket-popup-row-desc {display: flex; align-items: center; font-size: 12px;line-height: 100%;color: #ACB2BF;margin-top: 8px;}
.classic-dark .redpacket-popup-row .redpacket-popup-row-desc {color: #474F66;}
.redpacket-count-down-box {margin-top: 28px;}
.redpacket-count-down-header {display: flex; align-items: center;justify-content: space-between;}
.redpacket-count-down-header-label-box {display: inline-flex; align-items: center;}
.redpacket-count-down-header-label {font-size: 14px; font-weight: 500;line-height: 17px;color: #262933;}
.classic-dark .redpacket-count-down-header-label {color: #E0E0E0;}
.redpacket-count-down-header-label-box svg {width: 12px; height: 12px; margin-left: 6px; cursor: pointer;}
.redpacket-count-down-header-label-box svg path {fill: #ACB2BF}
.classic-dark .redpacket-count-down-header-label-box svg path {fill: #474F66}
.redpacket-count-down-header-label-box svg:hover path {fill: #262933}
.classic-dark .redpacket-count-down-header-label-box svg:hover path {fill: #E0E0E0}
.redpacket-count-down-header-check-box {cursor: pointer;}
.redpacket-count-down-header-check-box .mantine-GateSwitch-track{background-color: #EEEFF5;}
.classic-dark .redpacket-count-down-header-check-box .mantine-GateSwitch-track{background-color: #2B2F3D;}
.redpacket-count-down-btm {margin-top: 8px;}
.redpacket-count-down-btm .redpacket-count-down-custom-box {display: flex; align-items: center;}
.redpacket-count-down-btm .redpacket-count-down-custom-box .redpacket-count-down-custom-unit {margin-left: 12px; font-size: 12px; line-height: 15px; color: #262933;}
.classic-dark .redpacket-count-down-btm .redpacket-count-down-custom-box .redpacket-count-down-custom-unit {color: #E0E0E0;}
.redpacket-count-down-check-list {display: flex;flex-direction: column;align-items: flex-start;} 
.redpacket-count-down-check-list-item {height: 40px; display: flex; align-items: center; justify-content: center;}
.redpacket-usd-amount-box {margin-top: 24px; font-size: 28px;line-height: 1.2;font-weight: 600;color: #262933;text-align: center;}
.redpacket-usd-amount-box.mt-80 {margin-top: 80px;}
.classic-dark .redpacket-usd-amount-box {color: #fff;}
.redpacket-send-btn-box {display: flex; align-items: center; justify-content: center;}
.redpacket-item {width: 105px;height: 48px;padding-left: 4px;margin-bottom: 20px;position: relative;}
.redpacket-open-load{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.redpacket-ready-box{position: relative; width:48px; height: 48px;cursor:pointer;z-index: 20;}
.redpacket-ready-box .ready-rp-icon{width: 100%; height: 100%; display: block;}
.redpacket-ready-box .click-rp-icon{width: 100%; height: 100%; display: none;}
.redpacket-ready-box.un-ready .click-rp-icon{width: 100%; height: 100%; display: block;}
.redpacket-ready-box.un-ready .ready-rp-icon{width: 100%; height: 100%; display: none;}
.redpacket-ready-box .follower-exclusive-tip {position: absolute;width: 100%;bottom: 0;padding: 1px 4px; font-size: 10px; line-height: 14px; color: #B44343;background-color: #FFE2AF;border-radius: 20px;font-weight: 500;text-align: center;}
.redpacket-ready-box svg {width: 100%; height: 100%;}
.redpacket-item:first-child {margin-top: 24px;}
.redpacket-item .redpacket-count-down-cmp {position: absolute;left: 0;bottom: 0;padding-left: 52px;width: 100%;height: 32px;font-size: 12px; font-weight: 600; color: #fff; line-height: 32px; background-color: rgba(0,0,0,0.25);z-index: 10;border-top-left-radius: 16px;border-bottom-left-radius: 16px;}
.subtitle-wrapper {width: 100%;padding: 16px;height: calc(100% - 52px);position: relative;}
.subtitle-wrapper .subtitle-list {width: 100%;height: 100%;overflow-y: scroll;}
.subtitle-wrapper .subtitle-list .subtitle-preparation-tip {font-size: 12px;line-height: 14px;color: var(--color-text-2);margin-bottom: 14px;text-align: center;}
.subtitle-wrapper .subtitle-list .subtitle-item {margin-bottom: 24px;display: flex;align-items: flex-start;}
.subtitle-wrapper .subtitle-list .subtitle-item .subtitle-item-time {flex-shrink: 0;width: 55px;font-size: 14px;line-height: 21px;color: var(--color-text-2);margin-inline-end: 12px;}
.subtitle-wrapper .subtitle-list .subtitle-item .subtitle-item-text {flex: 1;font-size: 14px;line-height: 21px;color: var(--color-text-1);word-wrap: break-word;}
.subtitle-wrapper .subtitle-unavailable {width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.subtitle-wrapper .subtitle-unavailable .subtitle-unavailable-tip {font-size: 14px;line-height: 17px;color: var(--color-text-2);}
.subtitle-wrapper .subtitle-unavailable .subtitle-open-box {width: 334px;margin-top: 24px;}
.subtitle-wrapper .new-subtitle-tips{position: absolute;bottom: 16px;left: 50%;transform: translateX(-50%);background-color: var(--color-brand-1);display: inline-flex;align-items: center;height: 32px;padding: 8px;border-radius: 32px;font-size: 14px;line-height: 16px;color: var(--color-text-6);cursor: pointer;font-weight: 500;}
.subtitle-wrapper .new-subtitle-tips .icon-a-12px-changjiantou-xia {font-size: 12px;line-height: 12px;margin-inline-end: 4px;}
#button-0,#button-1{border-radius: 20px;}
.chat-action-list {display: flex; align-items: center;}
.chat-action-list .chat-action-item {display: flex; align-items: center;flex-direction: column;margin-inline-start: 12px;cursor: pointer;min-width: 43px;}
.chat-action-list .chat-action-item:first-child {margin-inline-start: unset;}
.chat-action-list .chat-action-item .chat-action-text {font-size: 10px; line-height: 12px; color: var(--color-text-6);margin-top: 2px;}
