body {
    width: 830px;
    min-width: 830px;
    background: #3d3d3d
}

.wrapper {
    width: 830px
}

.wpopupwrap {
    padding: 0 10px;
    background: #3d3d3d
}

.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    background: #3d3d3d;
    padding: 16px 10px 0 10px;
}
.popup-header .info-box {
    color: #e9e9e9;
    background: none;
    font-size: 1.3rem;
    padding: 0;
    margin-top: 0;
}
.popup-header .info-box a {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 3px;
    letter-spacing: -0.03rem
}
.popup-header .info-box svg {
    margin-top: 2px;
    width: 16px;
    height: 16px;
}
.popup-header .info-box a:hover {
    color: #fff;
    text-decoration: underline
}
.popup-header .info-box a:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #888;
    margin: 0 5px;
}
.popup-header .info-box a:last-child:after {
    display: none;
}
.popup-header .logo-img{
    width : 42px;
}
.popup-header .logo-text {
    width: 110px;
}

.popup-content {
    background: none;
    padding: 10px;
}

.hp_box {
    background: #fff;
}

.icon16 {
    width: 16px;
    height: 16px
}

.icon_lock {
    position: relative;
    top: -1px;
    background-position: -145px -669px
}

.icon_list {
    margin-right: 7px;
    background-position: -193px -669px
}

.icon_record {
    position: relative;
    top: -1px;
    margin-right: 3px;
    background-position: -113px -669px
}

.icon_explain {
    position: relative;
    top: -1px;
    margin-right: 3px;
    background-position: -129px -669px
}

.icon_list_cnt {
    margin-left: 7px;
    background-position: 0 -143px
}

.icon_user_cnt {
    margin-left: 7px;
    background-position: -177px -669px
}

.icon_reco_cnt {
    margin-left: 7px;
    background-position: -161px -669px
}

.icon_bookmark {
    margin-right: 5px;
    background-position: -81px -669px
}

    .icon_bookmark.on {
        background-position: -97px -669px;
    }

.icon_youtobe {
    position: relative;
    top: 3px;
    width: 21px;
    height: 16px;
    margin-right: 3px;
    background-position: -209px -669px
}

.hide {
    display: none
}

.chat_menu {
    height: 58px;
    background: #f5f5f5
}

    .chat_menu li {
        position: relative;
        width: 138px
    }

        .chat_menu li.select {
            width: 414px;
            padding: 5px
        }

            .chat_menu li.select select {
                position: absolute;
                top: -1px;
                left: -1px;
                width: 180px;
                height: 58px;
                padding: 0 15px;
                letter-spacing: -1px
            }

        .chat_menu li > a {
            line-height: 56px;
            width: 138px;
            text-align: center;
            letter-spacing: -1px;
            border-left: 1px solid #e5e5e5
        }

        .chat_menu li > a {
            letter-spacing: -1px
        }

        .chat_menu li:first-child > a {
            border-left: none
        }

        .chat_menu li > a.selected {
            font-weight: 700;
            color: #fff;
            background: #1ba9de
        }

            .chat_menu li > a.selected em.hbox {
                position: absolute;
                z-index: 100;
                top: -1px;
                left: -1px;
                display: block;
                width: 139px;
                height: 58px;
                border: 1px solid #1787b0
            }

        .chat_menu li > span.null {
            line-height: 56px;
            display: inline-block;
            width: 138px;
            text-align: center;
            letter-spacing: -1px;
            color: #ddd;
            border-left: 1px solid #e5e5e5
        }

        .chat_menu li > a.bookmark {
            font-weight: 700;
            color: #999;
            background: #fff
        }

            .chat_menu li > a.bookmark em.hbox {
                position: absolute;
                z-index: 100;
                top: -1px;
                left: 0;
                display: block;
                width: 138px;
                height: 58px;
                border: 1px solid #d1d1d1;
                border-right: none
            }

        .chat_menu li > a.make {
            font-weight: 700;
            color: #fff;
            background: #e62626
        }

            .chat_menu li > a.make em.hbox {
                position: absolute;
                z-index: 100;
                top: -1px;
                left: 0;
                display: block;
                width: 139px;
                height: 58px;
                border: 1px solid #c01e1e
            }

        .chat_menu li .icon_bookmark {
            position: relative;
            top: -1px
        }

.chat_top_notice {
    position: relative;
    margin-top: 10px;
    padding: 10px;
    letter-spacing: -1px;
    background: #fff
}

    .chat_top_notice h2 {
        font-size: 14px;
        padding: 15px 0 0 15px
    }

    .chat_top_notice ul {
        padding: 15px 0;
        list-style-position: inside
    }

    .chat_top_notice li {
        line-height: 1.8;
        padding: 0 15px;
        list-style-type: disc;
        color: #999
    }

    .chat_top_notice .btn {
        position: absolute;
        top: 15px;
        right: 15px
    }

    .chat_top_notice .btn {
        font-size: 12px;
        line-height: 36px;
        display: inline-block;
        height: 38px;
        padding: 0 15px;
        letter-spacing: -1px;
        color: #888;
        background: #fff
    }

    .chat_top_notice .btn {
        border: 1px solid #d1d1d1;
        background: #fbfbfb
    }

        .chat_top_notice .btn:hover {
            color: #333;
            border: 1px solid #888
        }

.board {
    margin-top: 10px;
    background: #fff
}

    .board h1 {
        line-height: 56px;
        position: relative;
        height: 56px;
        padding: 0 15px;
        border-bottom: 1px solid #d1d1d1;
        background: #fbfbfb
    }

        .board h1 .icon_board {
            line-height: 1;
            display: inline-block;
            width: 23px;
            height: 30px;
            margin-right: 10px;
            background-position: 0 -639px
        }

        .board h1 .right {
            font-family: gulim;
            font-size: 12px;
            font-weight: 400;
            position: absolute;
            top: 0;
            right: 15px;
            letter-spacing: -1px
        }

            .board h1 .right span {
                display: inline-block
            }

            .board h1 .right .toggle_reset {
                width: 63px;
                height: 30px;
                margin-left: 10px
            }

                .board h1 .right .toggle_reset.on {
                    background-position: -23px -639px
                }

                .board h1 .right .toggle_reset.off {
                    background-position: -93px -639px
                }

    .board ul {
        max-height: 113px;
        padding: 5px
    }

        .board ul li {
            font-size: 12px;
            line-height: 34px;
            position: relative;
            padding: 0 10px;
            letter-spacing: -.5px;
            color: #999
        }

            .board ul li:hover {
                background: #fbfbfb
            }

            .board ul li a {
                color: #555
            }

                .board ul li a:hover {
                    color: #e62626
                }

            .board ul li .date {
                position: absolute;
                top: 0;
                right: 10px;
                color: #bbb
            }

            .board ul li span.img {
                position: relative;
                top: -2px;
                display: inline-block;
                width: 16px;
                height: 16px;
                margin-right: 5px
            }

                .board ul li span.img.icon_link {
                    margin: 0 3px;
                    background-position: -48px -669px
                }

                .board ul li span.img.icon_gift {
                    margin-left: 3px;
                    background-position: -16px -669px
                }

                .board ul li span.img.icon_win {
                    margin-left: 3px;
                    background-position: -32px -669px
                }

                .board ul li span.img.icon_add {
                    margin-left: 3px;
                    background-position: 0 -669px
                }

.search {
    position: relative;
    height: 56px;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
    background: #fbfbfb
}

    .search input {
        width: 100%;
        height: 54px;
        padding: 0 40px;
        letter-spacing: -1px;
        border: none;
        background: #fbfbfb
    }

    .search .icon {
        position: absolute;
        top: 17px;
        left: 15px;
        display: inline-block;
        width: 16px;
        height: 16px;
        background-position: 0 -623px
    }

    .search .input_clear {
        position: absolute;
        top: 17px;
        right: 15px;
        width: 16px;
        height: 16px;
        background-position: -64px -623px
    }


.chat_list {
  margin-top: 5px;
  position: relative;
}
.chat_list strong {
  font-weight: 700;
  margin-bottom: 2px;
}
.chat_list strong.badge {
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 4px;
}
.chat_list .list {
  cursor: pointer;
}
.chat_list .list span {
  font-size: 13px;
  font-weight: 500;
}
.chat_list .item {
  flex: none;
  padding: 17px 10px;
  border: 1px solid #c2c2c2;
  margin-bottom: 8px;
  border-radius: 8px;
  align-items: flex-end;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
  position: relative;
  background: #fff;
  position:relative;
}

    .chat_list .item:hover:before {
        content: '';
        width: 790px;
        height: 125px;
        position: absolute;
        top: -1px;
        left: -1px;
        background-color: #fff;
        border-radius: 8px;
        border: 4px solid transparent;
        border-image: linear-gradient(-45deg, #ed407f, #ed407f);
        border-image-slice: 1;
        box-sizing: border-box;
    }
.chat_list .item .icon_best {
  position: absolute;
  top: 20px;
  left: 40px;
}
.chat_list .item .chat-rank {
  display: flex;
  align-items: center;
  gap: 16px;

}
    .chat_list .item .img-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        min-width: 75px;
    }
    .chat_list .item .text-wrap {
        min-width: 75px;
        margin-top: -13px;
    }

    .chat_list .item .chat-rank .text-rank {
        position: relative;
        min-width: 56px;
        height: 40px;
        font-size: 20px;
        color: #333;
        z-index: 2;
        font-weight: 900;
        bottom: -20px;
    }
.chat_list .item .text-rank:before {
  position: absolute;
  content: '';
  display: inline-block;
  width : 32px;
  height: 32px;
  background-image: linear-gradient(to right, #eeeeee 0%, #e1e1e1 50%, #aaaaaa 100%);
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  left:13px;
  top: -5px;
  z-index: -1
}
    .chat_list .item.minus-rank {
        background: rgba(255,255,255,.8) !important;
    }
        .chat_list .item.minus-rank:hover {
            background: rgba(255,255,255,1) !important;
        }
    .chat_list .item.minus-rank:hover:before {
        content: '';
        width: 790px;
        height: 125px;
        position: absolute;
        top: -1px;
        left: -1px;
        background-color: #fff;
        border-radius: 8px;
        border: 4px solid transparent;
        border-image: linear-gradient(316deg, #111, #111);
        border-image-slice: 1;
        box-sizing: border-box;
    }
    .chat_list .item.minus-rank .total_score {
        color: #444
    }
        .chat_list .item.minus-rank .chat-rank .text-rank {
            line-height: 1.2;
            font-weight: 500;
            font-size: 1.7rem;
            color: #666;
            margin-top: -13px;
            margin-bottom: 10px;
        }
    .chat_list .item.minus-rank .text-rank:before {
        display: none
    }
.chat_list .item .chat-rank .img-wrap .img {
  max-width: 56px;
}
.chat_list .item .chat-rank .img-wrap .circle {
  margin: 0 auto;
}
.chat_list .item .chat-rank .name-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}
.chat_list .item .chat-rank .name-wrap .img {
  border-radius: 50%;
  overflow: hidden;
}
.chat_list .item .chat-rank .name-wrap .img.user_photo80 {
  max-width: 80px;
  border: 1px solid #e9e9e9;
}
.chat_list .item .chat-rank .name-wrap > .img-wrap {
  max-width: 80px;
  max-height: 80px;
}
.chat_list .item .chat-rank .name-wrap > .img-wrap > img {
  max-width: 100%;
  max-height: 100%;
}
.chat_list .item .chat-rank .name-wrap .chat-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.chat_list .item .chat-rank .name-wrap .chat-wrap .name-wrap{
  gap: 0
}
    .chat_list .item .chat-rank .name-wrap .chat-wrap .name-wrap .img {
        max-width: 29px;
        border-radius: 0;
    }
.chat_list .item .chat-rank .name-wrap .chat-wrap .chat-name {
  font-size: 1.4rem;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 6px;
}
.chat_list .item .chat-rank .name-wrap .chat-wrap .chat-info {
  display: flex;
  align-items: center;
}
.chat_list .item .chat-rank .name-wrap .chat-wrap .chat-info p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.03rem;
}
.chat_list .item .chat-rank .name-wrap .chat-wrap .chat-info p strong {
  margin: 0 4px;
}
.chat_list .item .chat-rank .name-wrap .chat-wrap .chat-tag {
  font-size: 1.2rem;
  color: #666;
  text-align: left;
}
.chat_list .item .chat-rank .name-wrap .chat-wrap .chat-tag span + span {
  margin-left: 8px;
}
.chat_list .item .user-info {
  min-width: 352px;
  float: right;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 13px;
}
.chat_list .item .user-info .count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 5px;
}
.chat_list .item .user-info .name-wrap {
  display: flex;
  align-items: center;
}
.chat_list .item .user-info .name-wrap .img {
  max-width: 29px;
}
.chat_list .item .user-info .name-wrap .user-nickname {
  font-weight: 400;
  font-size: 1.3rem;
}
.chat_list .item .count span,
.chat_list .item .count p{
  font-size: 1.2rem;
}
.chat_list .item .count span {
  color: #666;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.chat_list .item .count span.count-like {
  background-image: url("/assets/img/icon-like.png");
  color: #ED407F;
  font-weight: 600;
}
.chat_list .item .count span.count-user {
  background-image: url("/assets/img/icon-user.png");
  color: #5a27bf;
  font-weight: 600;
}
.chat_list .item .count span.count-bookmark {
    background-image: url("/assets/img/icon-bookmark-on.png");
    background-size: contain;
    color: #ffb328;
    font-weight: 600;
}
.chat_list .item .chat-tag span {
     color: #333;
     font-size: 13px;
}
.chat_list .item .chat-tag span + span:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #b7b7b7;
    margin: 0 7px 0 2px;
}
.chat_list .item a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.chat_list .item a:hover {
  color: #000;
}

.scroll {
    overflow-x: hidden;
    overflow-y: scroll
}

    .scroll::-webkit-scrollbar-track {
        background-color: #f8f8f8;
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.2)
    }

    .scroll::-webkit-scrollbar {
        width: 13px;
        background-color: #f5f5f5
    }

    .scroll::-webkit-scrollbar-thumb {
        height: 6px;
        border: 2.5px solid transparent;
        background-color: rgba(0,0,0,.3);
        background-clip: padding-box;
        -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05),inset 1px 1px 0 rgba(0,0,0,.05)
    }

#list_primium .rank_box span.primium {
    -webkit-animation: rainbow 3s ease infinite;
    -o-animation: rainbow 3s ease infinite;
    animation: rainbow 3s ease infinite;
    color: #fff;
    border: none;
    border: 1px solid rgba(0,0,0,.1);
    background: linear-gradient(124deg,#ff2400,#e81d1d,#e8b71d,#e3e81d,#1de840,#1ddde8,#2b1de8,#dd00f3,#dd00f3);
    background-size: 1800% 1800%;
    -z-animation: rainbow 3s ease infinite
}

.chat_list .item .primium_icon {
    position: absolute;
    top: -4px;
    right: 20px
}

#list_primium .item.primium .primium_icon img {
    width: 60px
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 0 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0 82%
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 0 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0 82%
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 0 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0 82%
    }
}

@keyframes rainbow {
    0% {
        background-position: 0 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0 82%
    }
}

.hp_box .hp_box-sec .select .bookmark span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/Assets/img/icon-bookmark-small.png);
    background-size: 16px;
    vertical-align: text-bottom;
    margin-right: 3px;
}
.hp_box .hp_box-sec .select .bookmark:hover,
.hp_box .hp_box-sec .select .bookmark.on {
    color: #5a27bf;
    background: #fff;
    border: 1px solid #5a27bf;
}
.hp_box .hp_box-sec .select .bookmark {
    color: #666;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.hp_box .hp_box-sec .select .bookmark span:hover:before,
.hp_box .hp_box-sec .select .bookmark.on span:before {
    width: 16px;
    height: 16px;
    background-image: url(/Assets/img/icon-bookmark-on.png);
    background-size: 16px;
}

#refresh-btn {
    border: 1px solid #5a27bf;
    line-height: 1;
    height: 34px;
}

#refresh-btn:hover {
    background-color: #5a27bf
}

    #refresh-btn:hover svg {
       color: #fff
    }

#refresh-btn svg {
    animation: rotate_image 5s linear infinite;
    transform-origin: 50% 50%;
    color: #5a27bf
}

    @keyframes rotate_image {
        100% {
            transform: rotate(360deg);
        }
    }
.hp_box-sec .flex {
    gap: 0;
}

.chat_list .item .total_score {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    min-width: 58px;
    border-radius: 16px;
    background: #f1f1f1;
    padding: 3px 8px 6px;
}

/* 베스트채팅방 */

.best_room.item {
    position: relative;
    padding: 6px 2px;
}

    .best_room:hover:before {
        background-color: transparent;
        border-image: none;
    }

.best_room:after {
    content: '';
    width: 790px;
    height: 130px;
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: linear-gradient(120deg,#FF5C5C, #3344FF, #D846FF, #00B1FC);
    background-size: 400%;
    clip-path: polygon(0% 100%, 7px 100%, 7px 7px, calc(100% - 7px) 7px, calc(100% - 7px) calc(100% - 7px), 7px calc(100% - 7px), 7px 100%, 100% 100%, 100% 0%, 0% 0%);
    animation: gradient-animation 3s ease-in-out infinite;
}

@keyframes gradient-animation {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 85% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

.best_room .img-wrap {
    position: relative;
    width: 82px;
    height: 116px;
    background-color: #FF5D5D;
}
    .best_room .img-wrap img {
        background-position: center;
        z-index: 2;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .best_room .img-wrap:before {
        content: '';
        position: absolute;
        top: 20px;
        right: 6px;
        background: url(/Assets/res/chat/img/icon-best.png) no-repeat;
        width: 30px;
        height: 30px;
        z-index: 1;
        animation: swing ease-in-out 0.8s infinite alternate;
    }
@keyframes swing {
    0% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(-15deg);
    }
}
.best_room .total_score {
    display: none;
}

.best_room.item:hover:before {
    border-image: none;
}
.chat_list .list .badge.premium,
.chat_list .best_list .badge.premium {
    height: 21px;
    background: linear-gradient(180deg, #7968FC, #B621FE);
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.1rem;
    position: relative;
    line-height: 15px;
}


/* 연승 뱃지 */
.chat_list .list .item .win-badges,
.chat_list .best_list .item .win-badges{
    position: absolute;
    right: 0px;
    top: 4px;
    display: flex;
}
.chat_list .list .item .win-badges > div,
.chat_list .best_list .item .win-badges > div {
    background: url(/Assets/res/chat/img/win-badges.png) no-repeat;
    text-align: center;
}
.chat_list .list .item .win-badges .badge-5,
.chat_list .best_list .item .win-badges .badge-5 {
    width: 56px;
    height: 56px;
    background-position: -173px 0;
}
    .chat_list .list .item .win-badges .badge-10,
    .chat_list .best_list .item .win-badges .badge-10 {
        width: 56px;
        height: 56px;
        background-position: -120px 0;
    }
    .chat_list .list .item .win-badges .badge-15,
    .chat_list .best_list .item .win-badges .badge-15 {
        width: 56px;
        height: 56px;
        background-position: -63px 0;
    }
    .chat_list .list .item .win-badges .badge-20,
    .chat_list .best_list .item .win-badges .badge-20 {
        width: 56px;
        height: 56px;
        background-position: -3px 0;
        position: relative;
    }
        .chat_list .list .item .win-badges .badge-20:before,
        .chat_list .best_list .item .win-badges .badge-20:before {
            -webkit-animation: sparkle 4s infinite linear;
            animation: sparkle 1s infinite linear;
            background: linear-gradient(145deg, #ffffff 0%, #e5d4ff 11%, #afcfff 22%, #bb99ff 33%, #b380ff 44%, #c8c7ff 55%, #ffffff 66%, #ffffff 77%, #d7c3ff 88%, #5a27bf 100%);
            background-size: 200% 100%;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 4px;
            filter: blur(12px);
            transform: scale(0.5) translateY(6px);
        }
@keyframes sparkle {
    from {
        background-position: 0% 100%;
    }

    to {
        background-position: 200% 100%;
    }
}
.chat_list .list .item .win-badges .badge-20:after,
.chat_list .best_list .item .win-badges .badge-20:after {
    content: '';
    display: inline-block;
    background: url(/Assets/res/chat/img/win-20.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.chat_list .list .item .win-cnt,
.chat_list .best_list .item .win-cnt {
    position: relative;
}

    .chat_list .list .item .win-cnt .outer-text,
    .chat_list .best_list .item .win-cnt .outer-text {
        position: absolute;
        top: 0;
        left: 18px;
        -webkit-text-stroke: 4px #fff;
        color: #fff;
        font-weight: 700;
        font-size: 1.6rem;
        text-shadow: 0px 3px 4px #000000;
    }

    .chat_list .list .item .win-cnt .inner-text,
    .chat_list .best_list .item .win-cnt .inner-text {
        position: absolute;
        top: 0;
        left: 18px;
        background: linear-gradient(180deg, #5400ff, #cf2fd1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        font-size: 1.6rem;
    }
.chat_list .best_list .item .win-badges {
    top: 8px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip {
    display: none;
    position: absolute;
    bottom: -137%;
    left: 378%;
    transform: translateX(-50%);
    color: #fff;
    white-space: nowrap;
    z-index: 10;
    font-size: 13px;
    text-align: left;
    line-height: 1.7;
    min-width: 555px;
    width: 100%;
}

.tooltip-container:hover .custom-tooltip {
    display: block;
}
    .tooltip-container:hover .custom-tooltip li.score-box {
        padding: 8px;
        border-radius: 4px 4px 0 0;
        background-color: #5B0B2D;
        display: flex
    }
    .tooltip-container:hover .custom-tooltip li + li {
        padding: 8px 8px 0;
        background-color: #832f53;
        color: #fff;
    }
    .tooltip-container:hover .custom-tooltip li:last-child {
        padding: 0 8px 8px 8px;
        border-radius: 0 0 4px 4px;
    }
    .custom-tooltip li.score-box > span {
    color: #f7f7f7;
}
    .tooltip-container:hover .custom-tooltip li.score-box > span {
        color: #f7f7f7;
        flex: 2;
    }
    .tooltip-container:hover .custom-tooltip li.score-box .badge {
    background-color: #D30B77;
    color: #f1f1f1;
}
    .tooltip-container:hover .custom-tooltip li.score-box .total-score {
        font-weight: 600;
        position: relative;
        flex: 0;
    }
    .tooltip-container:hover .custom-tooltip li.score-box .badge {
        background-color: #D30B77;
        color: #f1f1f1;
        margin-right: 4px;
    }
    .tooltip-container:hover .custom-tooltip li.score-box strong {
        color: #fff;
    }
    .tooltip-container:hover .custom-tooltip li strong {
        color: #fbfbfb;
        font-weight: 600;
    }
    .tooltip-container:hover .custom-tooltip span.split {
        content: '';
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: #bdbdbd;
        margin: 0px 5px -1px;
    }

.best_room .custom-tooltip {
    bottom: -54%;
    left: 332%;
    transform: translateX(-50%);
    min-width: 515px;
    width: 100%;
}
.best_room .custom-tooltip li.score-box {
    background-color: #5B0B2D !important;
}
.best_room .custom-tooltip li.score-box .total-score {
    flex: 1;
}
    .best_room .custom-tooltip li.score-box .total-score:after {
        content: '';
        display: inline-block;
        margin: 0 16px -10px;
        width: 1px;
        height: 26px;
        background: linear-gradient(90deg, #2f0516, #694b58);
    }
.best_room .custom-tooltip li.score-box > span {
    flex: 2;
}
.best_room .custom-tooltip li.score-box > span.chat-score {
    flex: 2.5;
}
.best_room .custom-tooltip li.score-box strong {
    color: #fff;
}
.best_room .custom-tooltip li + li {
    padding: 8px;
}
.best_room .tooltip-container:hover .custom-tooltip li:last-child {
    padding: 8px;
}

.best_room .custom-tooltip li strong {
    color: #fff
}

.scroll-top-btn {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 24px;
    padding: 8px 8px;
    background-color: rgba(51, 51, 51, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%; 
    z-index: 9997;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    transition: background-color 0.3s;
}
.scroll-top-btn:hover {
    background-color: rgba(51, 51, 51, 0.8);
}
.scroll-top-btn svg {
    vertical-align: middle;
}

#list_default {
    cursor: default;
    position:relative;
}

    #list_default .gm_default {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
        font-size: 16px;
    }

    #list_default .gm_default:before {
        content: '';
        display: inline-block;
        background: url(/Assets/res/chat/img/icon-default.png) no-repeat;
        width: 100px;
        height: 100px;
        background-size: 100px;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }

    #list_default.chat_list .list {
        cursor: default
    }
