@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');
* {
    font-family: "Reddit Sans", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #ff678e;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: #ff678e;
}
input::placeholder {
    color: #ff678e;
    opacity: 1;
}
html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #000;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
ul,
ol {
    list-style: none;
}
#body {
    position: relative;
    width: 100%;
    height: max-content;
    background: url(../images/ban-cung/bg.jpg) top center no-repeat;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    min-height: 1870px;
}
.color-yellow {
    color: #fee53a;
}
.text-center {
    text-align: center;
}
.btn-popup-rule {
    display: none;
}
.mouse {
    background: url(../images/ban-cung/btn-down.png) no-repeat;
    width: 75px;
    height: 84px;
    position: absolute;
    margin: 0 auto;
    top: 538px;
    animation: moveDown .9s infinite ease-in-out;
}
.mouse.mouse.mouse-login-success {
    top: 590px;
}
@keyframes moveDown {
    0% {
        transform: translateY(0);
        opacity: 0.2;
        /* Mờ nhẹ ở điểm xuất phát */
    }
    50% {
        opacity: 1;
        /* Rõ dần khi ở giữa */
    }
    100% {
        transform: translateY(15px);
        /* Khoảng cách dịch chuyển xuống dưới (px) */
        opacity: 0.2;
        /* Mờ dần khi kết thúc chu kỳ */
    }
}
/*text*/
.navbar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-tablet,
.logo {
    background: url(../images/ban-cung/logo.png) top left no-repeat;
    background-size: 100%;
    width: 229px;
    height: 136px;
    margin-top: 13px;
}
.logo-tablet {
    display: none;
}
.logo img {
    width: 268px;
}
.logo18 {
    background: url(../images/ban-cung/logo-warning.png) top left no-repeat;
    background-size: 100%;
    width: 188px;
    height: 188px;
    margin-left: 6px;
    margin-top: -29px;
}
/* header */
header {
    margin: 0 auto;
    margin-bottom: -57px;
    justify-content: space-between;
}
/* menu-social */
.top-menu-icon-star {
    width: 150px;
    height: 19px;
    background: url(../images/ban-cung/socials/icon-star.png) no-repeat center top;
    top: -11px;
    left: 86px;
}
.menu-social {
    gap: 4px;
    height: fit-content;
}
.wrapper-menu-social {
    margin-top: 21px;
}
.menu-social li {
    width: 62px;
    height: 62px;
    text-indent: -9999px;
    cursor: pointer;
}
.menu-social li:nth-child(1) {
    background: url(../images/ban-cung/socials/4.png) top center no-repeat;
    background-size: 100%;
}
.menu-social li:nth-child(2) {
    background: url(../images/ban-cung/socials/1.png) top center no-repeat;
    background-size: 100%;
}
.menu-social li:nth-child(3) {
    background: url(../images/ban-cung/socials/2.png) top center no-repeat;
    background-size: 100%;
}
.menu-social li:nth-child(4) {
    background: url(../images/ban-cung/socials/3.png) top center no-repeat;
    background-size: 100%;
}
.menu-social li:nth-child(5) {
    background: url(../images/ban-cung/socials/5.png) top center no-repeat;
    background-size: 100%;
}
.menu-social li:nth-child(1).active,
.menu-social li:nth-child(1):hover {
    background: url(../images/ban-cung/socials/4.png) bottom center no-repeat;
    background-size: 100%;
}
.menu-social li:nth-child(2).active,
.menu-social li:nth-child(2):hover {
    background: url(../images/ban-cung/socials/1.png) bottom center no-repeat;
    background-size: 100%;
}
.menu-social li:nth-child(3).active,
.menu-social li:nth-child(3):hover {
    background: url(../images/ban-cung/socials/2.png) bottom center no-repeat;
    background-size: 100%;
}
.menu-social li:nth-child(4).active,
.menu-social li:nth-child(4):hover {
    background: url(../images/ban-cung/socials/3.png) bottom center no-repeat;
    background-size: 100%;
}
.menu-social li:nth-child(5).active,
.menu-social li:nth-child(5):hover {
    background: url(../images/ban-cung/socials/5.png) bottom center no-repeat;
    background-size: 100%;
}
/*menu*/
#menu {
    position: relative;
    list-style: none;
}
#menu li {
    float: left;
    margin: 1px 1px;
}
#menu li a {
    display: block;
    width: 104px;
    height: 52px;
    float: left;
    text-indent: -99999px;
}
#menu li:nth-child(1) {
    background: url("../images/menu-top.png") top left no-repeat;
}
#menu li:nth-child(1):hover {
    background: url("../images/menu-top.png") bottom left no-repeat;
}
#menu li:nth-child(2) {
    background: url("../images/menu-top.png") top center no-repeat;
}
#menu li:nth-child(2):hover {
    background: url("../images/menu-top.png") bottom center no-repeat;
}
#menu li:nth-child(3) {
    background: url("../images/menu-top.png") top right no-repeat;
}
#menu li:nth-child(3):hover {
    background: url("../images/menu-top.png") bottom right no-repeat;
}
/*menu-bot*/
.menu-bot-image {
    position: relative;
}
#menu-bot {
    position: relative;
    list-style: none;
    width: 337px;
    height: 99px;
    display: flex;
}
#menu-bot a {
    display: block;
    width: 112px;
    text-indent: -99999px;
    float: left;
    text-align: center;
    text-decoration: none;
}
#menu-bot a.rules {
    background: url("../images/menu-bot.png") top left;
}
#menu-bot a.spin {
    background: url("../images/menu-bot.png") top center;
}
#menu-bot a.gift-exchange {
    background: url("../images/menu-bot.png") top right;
}
#menu-bot a.rules:hover,
#menu-bot a.rules.active {
    background-position: bottom left;
}
#menu-bot a.spin:hover,
#menu-bot a.spin.active {
    background-position: bottom center;
}
#menu-bot a.gift-exchange:hover,
#menu-bot a.gift-exchange.active {
    background-position: bottom right;
}
/*menu left*/
.text-top-center {
    background: url(../images/ban-cung/text-top-center.png) no-repeat;
    background-size: 100%;
    width: 943px;
    height: 215px;
    margin-bottom: -34px;
}
#menu-left {
    position: relative;
    list-style: none;
    display: flex;
    gap: 5px;
    margin-bottom: 0;
    z-index: 5;
    align-items: center;
    justify-content: center;
}
#menu-left li {
    width: 217px;
    height: 48px;
    margin-bottom: 0;
}
#menu-left a {
    text-indent: -99999px;
    text-align: center;
    text-decoration: none;
}
#menu-left li.btn-huong-dan {
    background: url(../images/ban-cung/btn-huong-dan.png) top center no-repeat;
    background-size: 100%;
}
#menu-left li.btn-gift {
    background: url(../images/ban-cung/btn-qua.png) top center no-repeat;
    background-size: 100% auto;
}
#menu-left li.btn-lich-su-qua {
    background: url(../images/ban-cung/btn-lich-su-qua.png) top center no-repeat;
    background-size: 100% auto;
}
#menu-left li.btn-bxh {
    background: url(../images/ban-cung/btn-bxh.png) top center no-repeat;
    background-size: 100% auto;
}
#menu-left li.btn-bxh:hover {
    background: url(../images/ban-cung/btn-bxh.png) bottom center no-repeat;
    background-size: 100% auto;
}
#menu-left li.btn-huong-dan.active,
#menu-left li.btn-huong-dan:hover {
    background: url(../images/ban-cung/btn-huong-dan.png) bottom center no-repeat;
    background-size: 100% auto;
}
#menu-left li.btn-gift.active,
#menu-left li.btn-gift:hover {
    background: url(../images/ban-cung/btn-qua.png) bottom center no-repeat;
    background-size: 100% auto;
}
#menu-left li.btn-lich-su-qua:hover {
    background: url(../images/ban-cung/btn-lich-su-qua.png) bottom center no-repeat;
    background-size: 100% auto;
}
.btn-dang-nhap-tablet {
    display: none;
}
/* menu-center */
.menu-center {
    position: absolute;
    top: 0;
    margin: 0 auto;
    max-width: 969px;
}
/*no login*/
#no-login-table,
#no-login {
    position: absolute;
    width: 308px;
    height: 81px;
    background: url("../images/ban-cung/btn-login.png");
    background-size: 100% auto;
    margin: 0 auto;
}
#no-login-table:hover,
#no-login:hover {
    background-position: bottom;
}
.overlay-no-login {
    background: url(../images/ban-cung/bg-overlay-login.png) no-repeat;
    width: 1096px;
    height: 503px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*login*/
#user-info {
    position: relative;
    width: 422px;
    height: 120px;
    background: url("../images/ban-cung/bg-userinfo-2.png") top left no-repeat;
    background-size: 100% auto;
    padding-left: 85px;
    padding-top: 15px;
}
#user-info * {
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}
#user-info span.fullname-txt {
    color: #fefb00;
    font-size: 16px;
}
#user-info>div {
    position: relative;
    display: flex;
    align-items: center;
}
#user-info .btn {
    display: block;
    position: absolute;
    width: 59px;
    height: 26px;
    top: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
    background: #fcd919;
    border: 3px solid #000;
}
#user-info .btn.btn-share {
    top: 13px;
}
#user-info .btn:hover {
    background: #ffe450
}
#user-info .logout {
    position: absolute;
    left: 259px;
    top: 70px;
    background: url(../images/ban-cung/btn-logout.png) no-repeat;
    width: 90px;
    height: 31px;
    text-indent: -9999px;
}
.remainPlay {
    left: 83px;
    color: #f3bb25 !important;
}
.remainScore {
    margin-left: 59px;
    color: #e46f07 !important;
}
.remainScoreSubtract {
    margin-left: 59px;
    color: #d83e01 !important;
}
.btn-calc-bonus {
    color: #0f0e06 !important;
    font-size: 13px !important;
    margin-right: 10px;
    position: absolute;
    left: 218px;
    top: 28px;
    /* text-decoration: none; */
    background: url(../images/ban-cung/btn-calc-bonus.png) no-repeat;
    width: 178px;
    height: 39px;
    text-indent: -9999px;
    margin-top: 4px;
}
.btn-calc-bonus:hover {
    background: url(../images/ban-cung/btn-calc-bonus.png) bottom;
}
/*useful link*/
.useful-link {
    width: 218px;
    height: 161px;
    text-align: left;
    text-indent: -9999px;
    position: absolute;
    background: url("../images/bg-menu-2-min.png") no-repeat;
    background-size: 100% auto;
}
.useful-link-rule {
    top: 425px;
    left: 120px;
    background-position: 0px 0px;
}
.useful-link-rule:hover {
    background-position: 3px -322px;
}
.useful-link-play {
    top: 585px;
    left: 120px;
    background-position: 0px -158px;
}
.useful-link-play:hover {
    background-position: 3px -480px;
}
.useful-link-gift {
    top: 425px;
    left: 331px;
    background-position: 0px -646px;
}
.useful-link-gift:hover {
    background-position: 0px -968px;
}
.useful-link-history {
    top: 585px;
    left: 331px;
    background-position: 0px -805px;
}
.useful-link-history:hover {
    background-position: 0px -1127px;
}
/*main*/
#main {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.wrapper-chum {
    margin-bottom: 151px;
    z-index: 2;
}
.wrapper-chum ul {
    list-style: none;
}
.top-chum {
    height: 431px;
}
@keyframes charBob {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}
.character-left {
    background: url(../images/ban-cung/games/char-left.png) no-repeat;
    background-size: 100%;
    width: 618px;
    height: 564px;
    top: -147px;
    left: -259px;
    animation: charBob 2.4s ease-in-out infinite;
}
.arrow-left {
    background: url(../images/ban-cung/games/arrow-left.png) no-repeat;
    background-size: 100%;
    width: 367px;
    height: 240px;
    opacity: 0;
    z-index: 30;
    position: relative;
}
/* ============ MÅ¨I TÃŠN BAY (projectile, tÃ¡ch khá»i character Ä‘á»ƒ khÃ´ng bá»‹ dÃ­nh transform bob) ============ */
@keyframes flyFromLeft {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(660px, 175px);
        opacity: 0;
    }
}
@keyframes flyFromRight {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(-560px, 175px);
        opacity: 0;
    }
}
.arrow-left.flying {
    animation: flyFromLeft .1s ease-in forwards;
}
.arrow-right.flying {
    animation: flyFromRight .1s ease-in forwards;
}
.character-right {
    background: url(../images/ban-cung/games/char-right.png) no-repeat;
    background-size: 100%;
    width: 653px;
    height: 566px;
    top: -147px;
    left: 259px;
    animation: charBob 2.4s ease-in-out infinite;
    animation-delay: 1.2s;
}
.arrow-right {
    background: url(../images/ban-cung/games/arrow-right.png) no-repeat;
    background-size: 100%;
    width: 367px;
    height: 240px;
    opacity: 0;
    z-index: 30;
    position: relative;
}
.chum-left-back {
    background: url(../images/ban-cung/games/back.png) no-repeat;
    background-size: 100%;
    width: 153px;
    height: 175px;
    left: -93px;
    top: 42px;
}
.chum-left-center {
    background: url(../images/ban-cung/games/center.png) no-repeat;
    background-size: 100%;
    width: 156px;
    height: 177px;
    left: -286px;
    top: 117px;
}
.chum-left-front {
    background: url(../images/ban-cung/games/front.png) no-repeat;
    background-size: 100%;
    width: 163px;
    height: 185px;
    left: -165px;
    top: 203px;
}
.chum-right-back {
    background: url(../images/ban-cung/games/back.png) no-repeat;
    background-size: 100%;
    width: 153px;
    height: 175px;
    left: 90px;
    top: 42px;
}
.chum-right-center {
    background: url(../images/ban-cung/games/center.png) no-repeat;
    background-size: 100%;
    width: 156px;
    height: 177px;
    left: 274px;
    top: 127px;
}
.chum-right-front {
    background: url(../images/ban-cung/games/front.png) no-repeat;
    background-size: 100%;
    width: 163px;
    height: 185px;
    left: 129px;
    top: 205px;
}
.chum-broken {
    background: url(../images/ban-cung/games/broken.png) no-repeat;
    background-size: 100%;
    width: 219px;
    height: 186px;
    left: 81px;
    top: 222px;
    opacity: 0;
}
.chum-broken.chum-left-back {
    left: -165px;
    top: 42px;
}
.chum-broken.chum-left-center {
    left: -339px;
    top: 127px;
}
.chum-broken.chum-left-front {
    left: -217px;
    top: 222px;
}
.chum-broken.chum-right-back {
    left: 25px;
    top: 42px;
}
.chum-broken.chum-right-center {
    left: 190px;
    top: 127px;
}
.chum-broken.chum-right-front {
    left: 65px;
    top: 222px;
}
.chum-broken.is-shown {
    opacity: 1;
    pointer-events: auto;
}
.chum.is-hit {
    opacity: 0;
    pointer-events: none;
}
.wrapper-btn-shot li {
    width: 217px;
    height: 48px;
    text-indent: -9999px;
}
.wrapper-btn-shot li:hover {
    background-position: bottom;
}
.shot-1 {
    background: url(../images/ban-cung/games/btn-shot-1.png) no-repeat;
    background-size: 100%;
}
.shot-10 {
    background: url(../images/ban-cung/games/btn-shot-10.png) no-repeat;
    background-size: 100%;
}
.shot-50 {
    background: url(../images/ban-cung/games/btn-shot-50.png) no-repeat;
    background-size: 100%;
}
/* gift random */
.gift-1 {
    background: url(../images/ban-cung/games/10-diem.png) no-repeat;
    background-size: 100%;
    width: 145px;
    height: 137px;
    top: 80px;
    left: 70px;
}
.gift-2 {
    background: url(../images/ban-cung/games/15-diem.png) no-repeat;
    background-size: 100%;
    width: 160px;
    height: 150px;
    top: 189px;
    left: 271px;
}
.gift-3 {
    background: url(../images/ban-cung/games/20-diem.png) no-repeat;
    background-size: 100%;
    width: 183px;
    height: 172px;
    top: 268px;
    left: 110px;
}
.gift-4 {
    background: url(../images/ban-cung/games/25-diem.png) no-repeat;
    background-size: 100%;
    width: 183px;
    height: 172px;
    top: 268px;
    left: -313px;
}
.gift-5 {
    background: url(../images/ban-cung/games/2-diem.png) no-repeat;
    background-size: 100%;
    width: 163px;
    height: 154px;
    top: 178px;
    left: -430px;
}
.gift-6 {
    background: url(../images/ban-cung/games/5-diem.png) no-repeat;
    background-size: 100%;
    width: 147px;
    height: 139px;
    top: 78px;
    left: -200px;
}
/*popup*/
.popup {
    z-index: 1001;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup.popup-update-profile {
    z-index: 1001;
}
.popup.popup-text {
    z-index: 1002;
}
.popup.popup-user-info .wrap,
.popup.popup-table-rule-luotchoi .wrap,
.popup.popup-text .wrap {
    position: relative;
    width: 557px;
    height: 381px;
    margin: 0 auto;
    background: url(../images/ban-cung/popup-text.png) top left no-repeat;
    display: flex;
    justify-content: center;
    background-size: 100%;
}
.popup.popup-table-rule-luotchoi .wrap {
    background: initial;
}
.popup-user-info .wrap .close,
.popup.popup-noti-shot1 .wrap .close,
.popup.popup-noti-shot10and50 .wrap .close,
.popup.popup.popup-info-gift-random .wrap .close,
.popup.popup-histories .wrap .close,
.popup.popup-ranking .wrap .close,
.popup.popup-text .wrap .close {
    position: absolute;
    width: 49px;
    height: 49px;
    top: -1px;
    right: 5px;
    text-align: left;
    text-indent: -9999px;
    background: url(../images/ban-cung/popup-gift-close.png) center center no-repeat;
}
.popup.popup-histories .wrap .close:hover,
.popup.popup-text .wrap .close:hover {
    opacity: 1;
}
.popup.popup-user-info .wrap .content,
.popup.popup-text .wrap .content {
    margin: 0;
    display: flex;
    vertical-align: middle;
    color: #505050;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    padding: 10px;
    padding-top: 75px;
    max-width: 440px;
}
.popup.popup-user-info .wrap .content {
    padding: 10px;
    padding-top: 53px;
    line-height: 24px;
}
.popup.popup-user-info .wrap .content .btn-close-popup {
    margin-top: 0px;
}
.popup.popup-user-info .wrap .content .title,
.popup.popup-text .wrap .content .title,
.popup.popup-text .wrap .content .item,
.popup.popup-text .wrap .content .item .item-num {
    font-size: 20px;
}
.popup.popup-user-info .wrap .content .description {
    text-align: left;
}
.popup-user-info p {
    margin-bottom: 2px;
}
.popup.popup-text .wrap .content .item .item-num {
    color: #ff7900;
}
.popup.popup-text .wrap .close {
    top: 31px !important;
    right: -25px !important;
}
.popup.popup-user-info .wrap .close {
    top: 13px !important;
    right: -44px !important;
}
.popup.popup-info-gift-random .wrap .close {
    top: 61px !important;
    right: 16px !important;
}
.popup.popup-noti-shot10and50 .wrap .close {
    top: 62px;
}
/*spin-wheel*/
.spin-wheel {
    cursor: pointer;
    width: 725px;
    height: 850px;
    position: relative;
    background: url('../images/bg-vongquay.png') top no-repeat;
    padding-top: 207px;
    padding-left: 14px;
    z-index: 4;
    margin-left: -407px;
    margin-top: -88px;
}
.spin-wheel_container {
    display: flex;
    background: url('../images/bg-playgame-3.png') top no-repeat;
    flex-direction: column;
    width: 978px;
    height: 715px;
    align-items: center;
    margin-left: -47px;
    /* padding-top: 55px; */
}
.btn-play_list {
    display: flex;
    margin-top: 20px;
}
.btn-play_list .btn-play_item {
    width: 201px;
    height: 59px;
    display: block;
    background: url('../images/btn-play-2.png') no-repeat;
}
.btn-play_list .btn-play_item:nth-child(1) {
    background-position: left top;
}
.btn-play_list .btn-play_item:nth-child(2) {
    background-position: center top;
}
.btn-play_list .btn-play_item:nth-child(3) {
    background-position: right top;
}
.btn-play_list .btn-play_item:hover {
    background-position-y: bottom;
}
/*exchange*/
.exchange-container {
    width: 100%;
}
.gift-title {
    background: url(../images/ban-cung/gift-title.png) no-repeat;
    width: 544px;
    height: 136px;
    margin-bottom: -30px;
}
.exchange {
    display: flex;
    padding-top: 78px;
    padding-left: 107px;
    width: 1252px;
    height: 718px;
    column-gap: 18px;
    row-gap: 45px;
    flex-wrap: wrap;
    background: url(../images/ban-cung/bg-wrapper-gift.png) no-repeat;
    align-content: flex-start;
}
.exchange .gift-item {
    position: relative;
    /* float: left; */
    width: 192px;
    height: 251px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* margin-bottom: 50px; */
    padding-top: 65px;
}
.exchange .gift-item:nth-child(1) {
    background: url(../images/ban-cung/gifts/bg/1.png);
    background-size: 100%;
}
.exchange .gift-item:nth-child(2) {
    background: url(../images/ban-cung/gifts/bg/2.png);
    background-size: 100%;
}
.exchange .gift-item:nth-child(3) {
    background: url(../images/ban-cung/gifts/bg/3.png);
    background-size: 100%;
}
.exchange .gift-item:nth-child(4) {
    background: url(../images/ban-cung/gifts/bg/4.png);
    background-size: 100%;
}
.exchange .gift-item:nth-child(5) {
    background: url(../images/ban-cung/gifts/bg/5.png);
    background-size: 100%;
}
.exchange .gift-item:nth-child(6) {
    background: url(../images/ban-cung/gifts/bg/6.png);
    background-size: 100%;
}
.exchange .gift-item:nth-child(7) {
    background: url(../images/ban-cung/gifts/bg/7.png);
    background-size: 100%;
}
.exchange .gift-item:nth-child(8) {
    background: url(../images/ban-cung/gifts/bg/8.png);
    background-size: 100%;
}
.exchange .gift-item:nth-child(9) {
    background: url(../images/ban-cung/gifts/bg/9.png);
    background-size: 100%;
}
.exchange .gift-item:nth-child(10) {
    background: url(../images/ban-cung/gifts/bg/10.png);
    background-size: 100%;
}
.exchange .gift-item .point {
    text-align: center;
    color: #ff7200;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
}
.exchange .gift-item .name {
    /* width: 114px; */
    height: 24px;
    line-height: 22px;
    color: #f6ff00;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}
.exchange .gift-item .wrap-image {
    height: 92px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 25px;
}
.exchange .gift-item .wrap-image img {
    max-width: 139px;
}
.exchange .gift-item .amount {
    color: #d15c15;
    font-size: 15px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 11px;
}
.exchange .gift-item .gift {
    width: 150px;
    height: 42px;
    text-decoration: none;
    background: url(../images/ban-cung/btn-ex-gift-2.png) no-repeat;
    background-size: 100%;
    padding-top: 2px;
}
.exchange .gift-item .gift:hover {
    background-position: bottom;
}
.exchange .gift-item .gift.off {
    filter: grayscale(100%);
    cursor: not-allowed;
}
.exchange .row-break {
    display: none;
    width: 0;
}
/*history*/
.history {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}
.tab {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-top: 122px;
    margin-right: 34px;
    margin-bottom: 10px;
    gap: 5px;
}
.tab li {
    width: 219px;
    height: 48px;
    background: url(../images/ban-cung/btn-tab-his.png) top left no-repeat;
    cursor: pointer;
}
.tab li:hover:nth-child(1) {
    background-position: bottom left;
}
.tab li:nth-child(2) {
    background-position: top right;
}
.tab li:nth-child(2):hover,
.tab li.active {
    filter: grayscale(1);
}
.tab li a {
    text-decoration: none;
    display: block;
    height: 100%;
}
.tab li h3 {
    display: block;
    height: 44px;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.tab li.active,
.tab li:hover {
    border-color: #864101;
}
.tab-content {
    width: 801px;
    height: 353px;
    margin: 0 auto;
    color: #fff;
    /* padding-top: 100px; */
    margin-left: 184px;
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-content table {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    /* border-collapse: separate; */
}
.popup-histories tbody,
.popup-histories td,
.popup-histories tfoot,
.popup-histories th,
.popup-histories thead,
.popup-histories tr {
    border-color: #7c3f2a;
    border-style: solid;
    border-width: 1px;
}
.tab-content table thead {
    background: #f4a659;
}
.tab-content table tbody {
    background: #f6d597;
}
.tab-content table th,
.tab-content table td {
    padding: 5px;
    color: #7c3f2a;
    font-weight: bold;
}
.tab-content table th {
    color: #fff;
    height: 43px;
}
.tab-wrap-content #tab1 th:nth-child(1) {
    width: 105px;
}
.tab-wrap-content #tab1 th:nth-child(2) {
    width: 241px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: none !important;
}
/*rule*/
.rule-container {
    width: 100%;
    height: 100%;
    margin-top: 63px;
}
.rule {
    width: 705px;
    height: 755px;
    text-align: justify;
    color: #fffea0;
    position: relative;
    padding-top: 273px;
    margin-left: 112px;
}
.rule h1,
.rule h2,
.rule h3,
.rule h4,
.rule h5,
.rule h6 {
    color: #2f619a;
    margin-bottom: 10px;
}
.rule h1 {
    font-size: 20px;
}
.rule h2 {
    font-size: 19px;
}
.rule h3 {
    font-size: 18px;
}
.rule h4,
.rule h5,
.rule h6 {
    font-size: 16px;
}
.rule p,
.rule div {
    margin-bottom: 10px;
}
#update-profile {
    color: #ff678e;
}
/*popup update profile*/
.popup.popup-update-profile .wrap {
    position: absolute;
    width: 644px;
    height: 618px;
    margin: 0 auto;
    top: 43%;
    transform: translateY(-50%);
}
.popup.popup-update-profile .wrap .content {
    width: 100%;
    height: 100%;
    padding: 182px 24px 10px 228px;
    background: url('../images/popup-info-3.png') no-repeat;
    background-size: 100%;
}
.popup.popup-update-profile .wrap .close {
    position: absolute;
    width: 82px;
    height: 82px;
    top: 32px;
    right: -12px;
}
.popup.popup-histories .wrap .close {
    position: absolute;
    width: 82px;
    height: 75px;
    top: 51px;
    right: -13px;
}
.popup.popup-thele .wrap .close {
    position: absolute;
    width: 82px;
    height: 75px;
    top: 24px;
    right: -13px;
}
.popup.popup-histories .wrap {
    position: relative;
}
.popup.popup-histories .content {
    background-image: url(../images/ban-cung/bg-history-2.png);
    position: relative;
    background-size: 100% auto;
    width: 1112px;
    height: 622px;
    overflow: hidden;
    background-position: -14px 0;
}
/* popup ranking */
.popup.popup-ranking .wrap {
    position: relative;
}
.popup.popup-ranking .content {
    background-image: url(../images/ban-cung/bg-popup-ranking.png);
    position: relative;
    background-size: 100% auto;
    width: 881px;
    height: 509px;
    overflow: hidden;
}
.popup.popup-ranking .wrap .close {
    top: 51px;
    right: -7px;
}
.popup.popup-ranking #tab-content-ranking {
    background: inherit;
}
.popup.popup-ranking .tab-content {
    padding-top: 145px;
}
.popup.popup-ranking .tab-content table {
    padding-top: 139px;
}
.popup.popup-ranking .tab-content table th,
.popup.popup-ranking .tab-content table td {
    padding: 5px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0 0 0;
    max-width: 83px;
    position: relative;
}
.popup.popup-ranking .tab-content table tr td:nth-child(1) {
    padding-left: 64px;
    width: 2%;
}
.popup.popup-ranking .tab-content table tr td:nth-child(2) {
    padding-left: 281px;
    width: 40%;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    white-space: nowrap;
    display: flex;
    justify-content: center;
    position: absolute;
}
.popup.popup-ranking .tab-content table tr td:nth-child(3) {
    padding-left: 400px;
}
span.rank {
    padding-left: 16px;
}
.rank-1 {
    background: url(../images/ban-cung/1.png) no-repeat;
    width: 45px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 0;
}
.rank-2 {
    background: url(../images/ban-cung/2.png) no-repeat;
    width: 39px;
    height: 34px;
    display: block;
    text-indent: -9999px;
    margin-left: 3px;
    position: absolute;
    top: 1px;
}
.rank-3 {
    background: url(../images/ban-cung/3.png) no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    text-indent: -9999px;
    margin-left: 5px;
    position: absolute;
    top: 0px;
}
/* popup huong dan */
.popup.popup-table-rule-luotchoi .wrap {
    position: relative;
    width: 1112px;
    height: 621px;
    overflow: hidden;
}
.popup.popup-table-rule-luotchoi .wrap .content {
    width: 100%;
    height: 100%;
    padding: 97px 154px 42px 186px;
    background: url(../images/ban-cung/bg-popup-huong-dan-2.png) top no-repeat;
    background-size: 100% auto;
}
/* popup-noti-shot1 */
.popup.popup-noti-shot1 .wrap {
    position: relative;
    width: 590px;
    height: 403px;
}
.popup.popup-noti-shot1 .wrap .content {
    width: 100%;
    height: 100%;
    padding: 164px 0 0 0;
    background: url(../images/ban-cung/popup-gift.png) top no-repeat;
    background-size: 100% auto;
    justify-content: center;
    display: flex;
}
.popup-noti-shot1 .description {
    display: flex;
    margin-top: -23px;
}
.popup.popup-noti-shot1 .wrap .close {
    top: 33px;
    right: -26px;
}
/* popup-noti-shot10and50 */
.popup.popup-info-gift-random .wrap,
.popup.popup-noti-shot10and50 .wrap {
    position: relative;
    width: 1112px;
    height: 622px;
    overflow: hidden;
}
.popup.popup-info-gift-random .wrap .content {
    width: 100%;
    height: 100%;
    padding: 150px 0 0 0;
    background: url(../images/ban-cung/bg-noti-10and50-2.png) top no-repeat;
    background-size: 100% auto;
    justify-content: center;
    display: flex;
}
.popup.popup-noti-shot10and50 .wrap .content {
    width: 100%;
    height: 100%;
    padding: 18px 0 0 0;
    background: url(../images/ban-cung/bg-noti-10and50-2.png) top no-repeat;
    background-size: 100% auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.popup-info-gift-random .description {
    display: flex;
    gap: 20px;
    margin-top: 70px;
    height: fit-content;
}
.popup-noti-shot10and50 .description {
    display: flex;
    gap: 20px;
    height: fit-content;
}
.description-txt p {
    text-align: center;
    color: red;
    font-size: 18px;
    font-weight: 600;
}
.total-point-popup,
.total-point-popup strong {
    font-size: 21px;
    font-weight: bold;
    color: #811500;
    text-transform: uppercase;
}
.popup.popup-info-gift-random .wrap .content {
    background: url(../images/ban-cung/bg-noti-10and50-2.png) -12px 0 no-repeat;
}
.tab-wrap-content {
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100%;
    width: 1112px;
    height: 616px;
}
.popup.popup-histories .wrap .content h6,
.popup.popup-update-profile .wrap .content h6 {
    margin-bottom: 4px;
}
.popup.popup-histories .wrap .content .form-control,
.popup.popup-update-profile .wrap .content .form-control {
    height: 26px;
    margin-bottom: 4px;
}
.popup.popup-histories.wrap .content .form-control.form-control-note,
.popup.popup-update-profile .wrap .content .form-control.form-control-note {
    font-size: 14px;
    color: #c64617;
    height: fit-content;
}
.popup.popup-histories .wrap .content label,
.popup.popup-update-profile .wrap .content label {
    line-height: 25px;
    width: 100px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    font-size: 14px;
}
.popup.popup-histories .wrap .content input,
.popup.popup-update-profile .wrap .content input {
    float: left;
    width: 208px;
    padding: 6px 0px 0px 0px;
    background: transparent;
    font-size: 14px;
    color: #ff678e;
    border: 0px;
    border-bottom: 1px solid #ff678e;
    border-radius: 0;
}
.popup.popup-update-profile .wrap .content .form-control-submit {
    padding: 0;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    margin-top: 28px;
    margin-left: -14px;
}
.popup.popup-update-profile .wrap .content .form-control-submit input {
    width: 201px;
    height: 44px;
    background: url(../images/btn-xacnhan.png) top no-repeat;
    background-size: 100%;
    border: none;
    cursor: pointer;
}
.popup.popup-update-profile .wrap .content .form-control-submit input:hover {
    background: url(../images/btn-xacnhan.png) bottom no-repeat;
    background-size: 100%;
}
.popup.popup-histories .wrap .content .select2-container,
.popup.popup-update-profile .wrap .content .select2-container {
    width: 208px !important;
}
.dropdown-select-server .select2-results ul {
    width: 100%;
}
.popup.popup-histories .wrap .content .select2-container--default .select2-selection--single,
.popup.popup-update-profile .wrap .content .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #ff678e;
    border-radius: 0;
}
.popup.popup-histories .wrap .content .select2-container .select2-selection--single .select2-selection__rendered,
.popup.popup-update-profile .wrap .content .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    color: #ff678e;
}
.popup.popup-histories .wrap .content .select2-container--default .select2-selection--single .select2-selection__arrow b,
.popup.popup-update-profile .wrap .content .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: auto;
    right: 0;
    border-color: #ffffff transparent transparent transparent;
}
.popup.popup-histories .wrap .content .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.popup.popup-update-profile .wrap .content .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
}
.popup.popup-histories .wrap .content button,
.popup.popup-update-profile .wrap .content button {
    background: #903224;
    border: 3px solid #000;
    padding: 5px 20px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 35px;
    color: #ffee30;
    font-weight: bold;
}
.popup.popup-histories .wrap .content button:hover,
.popup.popup-update-profile .wrap .content button:hover {
    background: #a74839;
}
#btn-histories {
    color: #fefb00;
    font-weight: 900;
    text-decoration: none;
}
#ranking {
    padding-top: 120px;
    padding-left: 90px;
}
#ranking table {
    padding-left: 105px;
    padding-top: 53px;
    width: 855px;
    background: url(../images/bg-ranking.png) no-repeat;
}
#ranking table thead {
    display: none;
}
#ranking table tbody tr {
    height: 48px;
}
#ranking table tbody td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 20px;
    color: #690100;
}
#ranking table tbody td:nth-child(1) {
    width: 515px;
    max-width: 515px;
    padding-right: 85px;
}
#ranking table tbody td:nth-child(2) {
    width: 230px;
    max-width: 230px;
}
#tab-content-rules {
    margin-top: 100px;
    padding-left: 72px;
    width: 935px;
    max-height: 635px;
}
.mCustomScrollbar .mCSB_scrollTools {
    width: 8px;
}
.mCustomScrollbar .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background-color: #d10006;
    border-radius: 8px;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: rgb(94, 20, 20);
}
.text-main {
    width: 529px;
    height: 344px;
    background: url("../images/text-main.png") top left no-repeat;
    background-size: 100%;
    position: relative;
}
.rule-table {
    width: 396px;
    height: 378px;
    background: url("../images/rule-table.png") top left no-repeat;
    background-size: 100%;
}
.left-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 4;
    gap: 12px;
    position: relative;
    margin-top: 15px;
}
:root {
    --gold: #f6c948;
    --gold-dark: #d99a1e;
    --cream: #fff6e0;
    --blue-light: #5fc0ff;
    --blue-mid: #2f9ce0;
    --blue-dark: #145f95;
    --ribbon-red: #a4291f;
    --text-dark: #4a2f10;
}
/* ============ KHUNG VÃ’NG QUAY ============ */
.wheel {
    position: relative;
    width: min(92vw, 460px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    padding-top: 100px;
}
.wheel::before {
    content: "";
    position: absolute;
    inset: 6%;
    border-radius: 50%;
    /* background: radial-gradient(circle, #ffffff 55%, #fdf1cf 100%); */
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}
/* ============ Tá»ªNG Ã” QUÃ€ ============ */
.gift-item-vongquay {
    position: absolute;
    width: 23%;
    height: 23%;
    transform: translate(-47%, -47%);
    border-radius: 50%;
    /* background: var(--cream); */
    /* border: 4px solid var(--gold); */
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
    z-index: 2;
}
.gift-item-vongquay-num-1 {
    height: 106% !important;
}
/* VÃ¹ng Ä‘á»ƒ tá»± thay áº£nh quÃ  tháº­t vÃ o (Ä‘áº·t <img> hoáº·c background-image) */
.gift-icon {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    padding: 4px;
    overflow: hidden;
}
.gift-item-vongquay:nth-child(1) .gift-icon {
    height: 126%;
}
.gift-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* NhÃ£n phe (Ngá»¥y / Thá»¥c / NgÃ´...) */
.gift-badge {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ribbon-red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
/* SÃ¡ng lÃªn khi kim quÃ©t ngang qua */
.gift-item-vongquay.active {
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 0 18px 6px rgba(255, 200, 60, 0.9);
    z-index: 3;
}
/* Nháº¥p nhÃ¡y liÃªn tá»¥c khi lÃ  quÃ  trÃºng thÆ°á»Ÿng */
.gift-item-vongquay.winner {
    animation: blinkWinner 0.6s ease-in-out infinite;
    z-index: 4;
}
@keyframes blinkWinner {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1.12);
        box-shadow: 0 0 14px 4px rgba(255, 210, 60, 0.85);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.25);
        box-shadow: 0 0 28px 10px rgba(255, 210, 60, 1);
    }
}
@media (prefers-reduced-motion: reduce) {
    .gift-item-vongquay.winner {
        box-shadow: 0 0 20px 8px rgba(255, 210, 60, 1);
        transform: translate(-50%, -50%) scale(1.15);
    }
}
/* ============ CÃ‚Y KIM ============ */
.needle {
    position: absolute;
    left: 50%;
    top: 47%;
    width: 10%;
    height: 33%;
    transform-origin: 50% 100%;
    transform: translate(-50%, -100%) rotate(0deg);
    background: linear-gradient(to top, #d94b2b, #f5a623);
    /* clip-path: polygon(50% 0%, 85% 35%, 62% 100%, 38% 100%, 15% 35%); */
    z-index: 5;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    background: url(../images/arrow.png) no-repeat top center;
    background-size: 100% auto;
}
.needle-pivot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9%;
    height: 9%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, #fff2c4, var(--gold-dark));
    border-radius: 50%;
    z-index: 6;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6);
}
/* ============ NÃšT QUAY ============ */
.spin-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 167px;
    height: 167px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 5px solid var(--gold);
    background: radial-gradient(circle at 35% 30%, var(--blue-light), var(--blue-mid) 60%, var(--blue-dark) 100%);
    color: #fff;
    font-size: clamp(16px, 4.5vw, 24px);
    font-weight: 800;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    z-index: 7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: transform 0.1s ease;
    background: url(../images/btn-quay.png) no-repeat top center;
    background-size: 100% auto;
    text-indent: -9999px;
}
.spin-btn:hover {
    background-position: bottom center;
}
.spin-btn:active:not(:disabled) {
    transform: translate(-50%, -50%) scale(0.96);
}
.spin-btn:disabled {
    cursor: not-allowed;
    filter: grayscale(0.3) brightness(0.9);
}
.result {
    margin-top: 26px;
    min-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    text-align: center;
}
.thele p {
    line-height: 20px !important;
}
.content-thele {
    height: 450px;
}
@media screen and (max-width: 1600px) {
    header {
        margin-bottom: 0;
        justify-content: center;
        align-items: center;
    }
    .menu-center {
        position: relative;
    }
    body {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .btn-popup-rule {
        background: url(../images/btn-rule-tablet.png) top left no-repeat;
        width: 94px;
        height: 94px;
        display: block;
        border: none;
        outline: none;
        position: absolute;
        top: 44px;
        left: 500px;
        text-indent: -9999px;
    }
    #body {
        flex-direction: column;
        width: 100%;
        background: #95271a url(../images/ban-cung/bg-tablet.png) center -139px no-repeat;
        height: fit-content;
        align-items: center;
        background-size: cover;
        min-height: 2429px;
    }
    .wrapper-info-u-tablet {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
    }
    .left-text {
        flex-direction: row-reverse;
    }
    .logo {
        width: 189px;
        height: 118px;
        margin-top: 0;
    }
    .logo18 {
        background: url(../images/ban-cung/logo-warning.png) top left no-repeat;
        background-size: 100%;
        width: 146px;
        height: 137px;
    }
    .left-header-content-tablet {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        position: relative;
        left: 45px;
    }
    .text-main {
        width: 569px;
        height: 366px;
    }
    .left-text {
        display: none;
    }
    .left-text-tablet {
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative;
        justify-content: center;
    }
    .wrapper-logo {
        display: flex;
        flex-direction: row-reverse !important;
        margin-left: 118px;
        margin-right: 10px;
    }
    .logo-tablet {
        position: relative;
        left: 0;
        display: block;
        margin-bottom: 9px;
    }
    a.logo-tablet img {
        width: 178px;
    }
    .logo img {
        width: 210px;
    }
    /* #no-login {
        display: none;
    } */
    #no-login-table {
        display: flex;
    }
    .rule-table {
        width: 219px;
        height: 393px;
        background: url(../images/rule-table-tl.png) top left no-repeat;
        background-size: 100%;
        right: 0;
        position: relative;
        top: 0;
        left: 375px;
        display: none;
    }
    .text-top-center {
        width: 800px;
        height: 172px;
        margin-bottom: -14px;
    }
    .wrapper-menu-social ul {
        margin: 0;
        padding: 0;
    }
    /* menu-left */
    #menu-left {
        position: relative;
        gap: 2px;
        left: 0;
        top: 0;
        margin-bottom: 40px;
        margin-left: 0;
        justify-content: center;
        flex-wrap: wrap;
        width: 687px;
    }
    #menu-left li {
        margin-bottom: 0;
    }
    #menu-left li.btn-dang-nhap-tablet {
        width: 217px;
        height: 48px;
        display: flex;
        background: url(../images/ban-cung/btn-dang-nhap.png) top no-repeat;
        background-size: 100%;
        display: none;
    }
    #menu-left li.btn-dang-nhap-tablet:hover {
        background: url(../images/ban-cung/btn-dang-nhap.png) bottom no-repeat;
    }
    .spin-wheel {
        width: 548px;
        height: 634px;
        position: relative;
        background: url(../images/bg-vongquay-tl.png) top no-repeat;
        padding-top: 82px;
        padding-left: 1px;
        z-index: 4;
        margin-left: 0;
        margin-top: -58px;
        background-size: 100%;
    }
    .two-character {
        display: none;
    }
    .wheel {
        position: relative;
        width: min(92vw, 406px);
        aspect-ratio: 1 / 1;
        margin: 0 auto;
        padding-top: 0;
        margin-left: 68px;
    }
    .layer-char {
        display: none;
    }
    .layer-char-tablet {
        display: none;
    }
    .char-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url(../images/char-tablet.png) no-repeat;
        width: 800px;
        height: 629px;
        background-size: 100%;
    }
    .arrow-left {
        top: 100px;
        left: -107px;
    }
    .arrow-right {
        top: 100px;
        left: 210px;
    }
    #main {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 0;
        display: flex;
        top: 0;
        flex-direction: column;
        align-items: center;
    }
    .chum-center {
        transform: scale(.9);
        z-index: 2;
    }
    .wrapper-chum {
        margin-bottom: 118px;
        margin-top: 106px;
    }
    .overlay-no-login {
        transform: scale(.9);
        margin-top: 288px;
        z-index: 3;
    }
    .character-left {
        top: -188px;
        left: -14px;
        width: 430px;
        height: 387px;
    }
    .character-right {
        top: -188px;
        left: -33px;
        width: 475px;
        height: 426px;
    }
    .navbar-container {
        width: 0;
        /* display: none; */
        z-index: 3;
    }
    #snow {
        width: 0;
    }
    .popup.popup-table-rule-luotchoi .wrap,
    .popup.popup-ranking .wrap,
    .popup.popup-histories .wrap {
        position: absolute;
        top: 40% !important;
        transform: translateY(-50%) scale(.8);
    }
    .popup.popup-thele .wrap {
        position: absolute;
        top: 32% !important;
        transform: translateY(-50%) scale(.8);
    }
    .exchange {
        width: 941px;
        height: 879px;
        align-content: flex-start;
        column-gap: 16px;
        row-gap: 1px;
        padding: 0;
        justify-content: center;
        background: url(../images/ban-cung/bg-wrapper-gift-tablet.png) no-repeat;
        padding-top: 54px;
    }
    .exchange .row-break {
        display: block;
        flex-basis: 100%;
        width: 0;
        height: 0;
    }
    .exchange .gift-item:nth-child(11) {
        background: url(../images/ban-cung/gifts/bg/9.png);
    }
    .exchange .gift-item:nth-child(12) {
        background: url(../images/ban-cung/gifts/bg/10.png);
    }
    .popup.popup-noti-shot10and50 .wrap .content {
        padding: 83px 0 0 0;
    }
    .popup-info-gift-random .description,
    .popup-noti-shot10and50 .description {
        margin-top: 0;
        flex-wrap: wrap;
        gap: 0;
        row-gap: 8px;
        column-gap: 13px;
        justify-content: center;
    }
    .popup.popup-info-gift-random .wrap .close {
        top: -1px !important;
        right: 22px !important;
    }
    .wrapper-gifts-popup img {
        width: 96px;
    }
    p.point-modal {
        font-size: 18px;
        margin-top: 4px;
        margin-bottom: 0;
    }
    .top-menu-icon-star {
        left: 54px;
    }
    .popup.popup-info-gift-random .wrap .content {
        background: url(../images/ban-cung/bg-noti-10and50-2.png) top center no-repeat;
        padding: 200px 0 0 0;
    }
    .top-chum {
        height: 405px;
    }
    .mouse {
        top: 649px;
    }
}
@media screen and (max-width: 820px) {
    .text-main {
        width: 469px;
        height: 298px;
    }
}
.bg-table-luotchoi {
    background: url(../images/rule-table.png) no-repeat;
    width: 396px;
    height: 378px;
    background-size: 100%;
}
.popup.popup-table-rule-luotchoi .wrap .close {
    background: url(../images/btn-close.png) center center no-repeat;
    position: absolute;
    width: 57px;
    height: 57px;
    top: 64px;
    right: -1px;
}
@media screen and (max-width: 600px) {
    body {
        overflow-y: auto;
        overflow-x: hidden;
    }
    #body {
        flex-direction: column;
        width: 100%;
        background: #be1104 url(../images/ban-cung/bg-mb.png) center -171px no-repeat;
        height: auto;
        align-items: center;
        background-size: cover;
    }
    .text-main {
        width: 241px;
        height: 156px;
        margin-left: -63px;
    }
    .logo {
        left: 12px;
        width: 120px;
        height: 79px;
    }
    .logo img {
        width: 101px;
    }
    .logo18 {
        width: 103px;
        height: 93px;
        margin-top: 0;
    }
    .wrapper-logo {
        flex-direction: row !important;
        margin-left: 0;
        margin-right: 0;
    }
    .left-text-tablet {
        margin-bottom: 0;
    }
    .top-menu-icon-star {
        width: 98px;
        height: 12px;
        top: -5px;
        left: 35px;
        background-size: 100%;
    }
    #menu-left li {
        width: 120px;
        height: 27px;
        margin-bottom: 0;
    }
    .text-top-center {
        width: 420px;
        height: 95px;
    }
    .menu-social li {
        width: 39px;
        height: 39px;
    }
    .wrapper-menu-social {
        margin: 0 !important;
    }
    #menu-left {
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0;
        max-width: 410px;
    }
    #menu-left li.btn-dang-nhap-tablet {
        width: 120px;
        height: 27px;
        background-size: 100%;
    }
    #menu-left li.btn-dang-nhap-tablet:hover {
        width: 120px;
        height: 27px;
        background-size: 100%;
        background-position: bottom;
    }
    .wheel {
        margin-left: 73px;
    }
    .spin-wheel {
        scale: .8;
        margin-left: 0;
    }
    #main {
        margin-left: 0;
    }
    .left-header-content-tablet {
        scale: .7;
        margin-right: -55px;
        left: -33px;
        margin-top: -54px;
    }
    #menu-left li {
        width: 120px;
        height: 26px;
    }
    .btn-popup-rule {
        top: 5px;
        left: 447px;
    }
    /* .popup.popup-ranking .wrap,
    .popup.popup-histories .wrap {
        transform: translateY(-50%) scale(.4);
    } */
    .popup.popup-text .wrap .content .description {
        position: absolute;
        top: 69px;
        font-size: 19px;
        width: auto;
        text-align: center;
    }
    .popup.popup-text .wrap .description {
        transform: translateY(-19%) scale(.8);
    }
    .popup.popup-update-profile .wrap {
        transform: translateY(-50%) scale(.6);
    }
    .popup.popup-thele .wrap {
        transform: translateY(-50%) scale(.4);
    }
    .popup.popup-table-rule-luotchoi .wrap {
        position: absolute;
        top: 20% !important;
        transform: inherit;
    }
    .popup.popup-table-rule-luotchoi .wrap .content {
        background-size: cover;
    }
    .chum-center {
        transform: scale(.6);
    }
    .character-left {
        top: -93px;
        left: 77px;
        width: 268px;
        height: 273px;
    }
    .character-right {
        top: -93px;
        left: -97px;
        width: 301px;
        height: 261px;
    }
    .arrow-left {
        width: 267px;
        height: 176px;
        top: 71px;
        left: -107px;
    }
    .arrow-right {
        top: 67px;
        left: 162px;
        width: 267px;
        height: 176px;
    }
    .exchange {
        width: 453px;
        background: url(../images/ban-cung/bg-wrapper-gift-mb.png) top center no-repeat;
        height: 1250px;
        padding-top: 34px;
        background-size: 100%;
        column-gap: 19px;
    }
    .exchange .gift-item:nth-child(1) {
        width: 140px;
        height: 181px;
    }
    .exchange .gift-item:nth-child(2) {
        width: 140px;
        height: 181px;
    }
    .exchange .gift-item:nth-child(3) {
        width: 140px;
        height: 181px;
    }
    .exchange .gift-item:nth-child(4) {
        width: 140px;
        height: 181px;
    }
    .exchange .gift-item:nth-child(5) {
        width: 140px;
        height: 181px;
    }
    .exchange .gift-item:nth-child(6) {
        width: 140px;
        height: 181px;
    }
    .exchange .gift-item:nth-child(7) {
        width: 140px;
        height: 181px;
    }
    .exchange .gift-item:nth-child(8) {
        width: 140px;
        height: 181px;
    }
    .exchange .gift-item:nth-child(9) {
        width: 140px;
        height: 181px;
    }
    .exchange .gift-item:nth-child(10) {
        width: 140px;
        height: 181px;
    }
    .gift-title {
        width: 360px;
        height: 91px;
        background-size: 100%;
        margin-bottom: -17px;
    }
    .exchange .gift-item {
        padding-top: 54px;
    }
    .exchange .gift-item .amount {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 9px;
    }
    .exchange .gift-item .wrap-image {
        height: 58px;
        margin-bottom: 19px;
    }
    .exchange .gift-item .wrap-image img {
        max-width: 103px;
    }
    .exchange .gift-item .gift {
        width: 116px;
        height: 31px;
    }
    .exchange .gift-item .name {
        height: 22px;
        line-height: 17px;
        font-size: 12px;
    }
    .exchange .gift-item .point {
        font-size: 12px;
    }
    .popup.popup-noti-shot10and50 .wrap .content {
        padding: 68px 0 0 0;
        background-size: cover;
    }
    .popup.popup-info-gift-random .wrap .content {
        padding: 150px 0 0 0;
        background-size: cover;
        background: url(../images/ban-cung/bg-noti-10and50-2.png) center no-repeat;
    }
    .popup-info-gift-random .description,
    .popup-noti-shot10and50 .description {
        max-width: 400px;
    }
    .popup.popup-info-gift-random .wrap .close {
        top: 0px !important;
        right: 3px !important;
    }
    .popup.popup-noti-shot1 .wrap .close {
        top: -32px;
        right: 11px;
    }
    .popup.popup-noti-shot10and50 .wrap .close {
        top: 0px;
    }
    #user-info {
        transform: scale(.8);
    }
    .wrapper-btn-shot {
        flex-wrap: wrap;
        max-width: 320px;
        justify-content: center;
        gap: 0;
        margin: 0;
        padding: 0;
        margin-top: 49px;
    }
    .top-chum {
        height: fit-content;
    }
    .popup.popup-noti-shot1 .wrap .content {
        width: 100%;
        background: url(../images/ban-cung/popup-gift.png) center no-repeat;
        background-size: cover;
    }
    .popup.popup-text .wrap .close {
        top: -37px !important;
        right: 23px !important;
    }
    .popup.popup-ranking .wrap .close {
        top: 32px;
        right: 235px;
    }
    .popup.popup-histories .wrap .close {
        top: 35px;
        right: 328px;
    }
    .overlay-no-login {
        margin-top: 163px;
    }
    /* gift random */
    .gift-1 {
        top: 15px;
        left: 74px;
    }
    .gift-2 {
        top: 192px;
        left: 218px;
    }
    .gift-3 {
        top: 258px;
        left: 100px;
    }
    .gift-4 {
        top: 276px;
        left: -291px;
    }
    .gift-5 {
        top: 192px;
        left: -358px;
    }
    .gift-6 {
        top: 15px;
        left: -203px;
    }
    .popup.popup-table-rule-luotchoi .wrap .close {
        width: 38px;
        height: 38px;
        top: 5px;
        right: 370px;
        background-size: 100%;
    }
    .popup-ranking .tab-content table {
        width: 100%;
        margin: 0 auto;
    }
    .popup.popup-ranking .content {
        transform: scale(.8);
    }
    .tab-wrap-content #tab1 th:nth-child(1) {
        width: 40px;
    }
    .tab-wrap-content #tab1 th:nth-child(2) {
        width: 128px;
    }
    .tab-wrap-content #tab1 th:nth-child(3) {
        width: 162px;
    }
    .popup.popup-histories .content {
        transform: scale(.8);
    }
    #no-login-table, #no-login {
        top: 0;
        width: 220px;
        height: 58px;
    }
    .mouse {
        top: 537px;
    }
    .mouse.mouse-login-success {
        top: 694px !important;
    }
    .content-thele {
        max-width: 399px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 429px) {
    .wheel {
        margin-left: 80px;
    }
}
@media screen and (max-width: 391px) {
    .spin-wheel {
        scale: .7;
        margin-left: 0;
        margin-top: -72px;
    }
    .wheel {
        margin-left: 92px;
        margin-top: 21px;
    }
}
@media screen and (max-width: 376px) {
    .spin-wheel {
        scale: .6;
        margin-left: 0;
        margin-top: -118px;
    }
    .wheel {
        margin-left: 97px;
        margin-top: 27px;
    }
    .spin-wheel {
        background-size: 94%;
        background-position: 18px 18px;
    }
}
.form-control {
    background-color: inherit;
    border: inherit;
}
.btn-close-popup {
    width: 201px;
    height: 44px;
    background: url(../images/btn-xacnhan.png) top no-repeat;
    background-size: 100%;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
}
.btn-close-popup:hover {
    background: url(../images/btn-xacnhan.png) bottom no-repeat;
    background-size: 100%;
}
.wrapper-gifts-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
}
p.point-modal {
    font-size: 21px;
    font-weight: bold;
    color: #811500;
    text-transform: uppercase;
    margin-top: 8px;
}
.popup-user-info .remainPlay {
    color: #000 !important;
}
.content-thele h1 {
    font-size: 24px;
}
.content-thele h2 {
    font-size: 22px;
}
.content-thele img {
    width: 100% !important;
    height: 100% !important;
}
.content-thele ul {
    list-style: disc;
}
