@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&display=swap');
* {
    font-family: "Roboto Slab", "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;
}
html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
#body {
    position: relative;
    width: 1920px;
    height: 980px;
    background: url("../images/bg-4.jpg") top left no-repeat;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    display: flex;
    flex-wrap: nowrap;
}
.color-yellow {
    color: #fee53a;
}
.text-center {
    text-align: center;
}
/*text*/
.navbar-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 58px;
    margin-top: 121px;
    z-index: 2;
    width: 410px;
}
.navbar-container_item {
    margin-bottom: 27px;
}
#logo {
    position: absolute;
    width: 209px;
    margin-bottom: 20px;
    display: block;
    top: 21px;
    right: 90px;
}
#logo img {
    width: 100%;
}
#text-h1 {
    position: absolute;
    top: 765px;
    left: 755px;
    width: 409px;
    height: 54px;
}
#text-h2 {
    position: absolute;
    top: 815px;
    left: 627px;
    width: 652px;
    height: 75px;
}
#text-h1 img {
    width: 100%;
}
#text-h2 img {
    width: 100%;
}
/*menu*/
#menu {
    position: relative;
    list-style: none;
}
#menu li {
    float: left;
    margin: 1px 1px;
}
#menu li a {
    display: block;
    width: 110px;
    height: 35px;
    float: left;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
    background: url("../images/bg-menu-min.png") top left no-repeat;
    background-size: 100% auto;
}
#menu li a:hover {
    background-position: bottom left;
}
/*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*/
#menu-left {
    position: relative;
    list-style: none;
    display: flex;
    flex-direction: column;
    background: url(../images/menu-left-4.png) 0 0 no-repeat;
    margin-left: 23px;
}
#menu-left a {
    display: block;
    text-indent: -99999px;
    text-align: center;
    text-decoration: none;
}
#menu-left a.rules {
    width: 274px;
    height: 146px;
    background: url("../images/menu-left-4.png") top left;
    margin-bottom: 6px;
}
#menu-left a.spin {
    height: 130px;
    width: 296px;
    background: url("../images/menu-left-4.png") left -152px;
    margin-bottom: 2px;
}
#menu-left a.exchanges {
    height: 126px;
    width: 318px;
    background: url("../images/menu-left-4.png") left -283px;
    margin-bottom: 8px;
}
#menu-left a.histories {
    height: 120px;
    width: 337px;
    background: url("../images/menu-left-4.png") left -417px;
}
#menu-left a:hover {
    background-position-x: -337px;
}
/*menu*/
#menu {
    position: absolute;
    list-style: none;
    right: 105px;
    bottom: 175px;
    width: 165px;
    height: 174px;
    text-indent: -99999px;
}
#menu .wrap-menu {
    left: 107px;
    top: 13px;
    position: relative;
}
#menu .wrap-menu a {
    width: 166px;
    height: 42px;
    float: left;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}
#menu .wrap-menu a.homepage {
    background: url("../images/menu-fixed.png") 0 1px;
}
#menu .wrap-menu a.fanpage {
    background: url("../images/menu-fixed.png") 0 -42px;
}
#menu .wrap-menu a.group {
    background: url("../images/menu-fixed.png") 0 -86px;
}
#menu .wrap-menu a.download {
    background: url("../images/menu-fixed.png") 0 -130px;
}
#menu .wrap-menu a.payment {
    background: url("../images/menu-fixed.png") 0 -173px;
}
#menu .wrap-menu a.homepage:hover {
    background-color: #000;
}
#menu .wrap-menu a.fanpage:hover {
    background-color: #000;
}
#menu .wrap-menu a.group:hover {
    background-color: #000;
}
#menu .wrap-menu a.download:hover {
    background-color: #000;
}
#menu .wrap-menu a.payment:hover {
    background-color: #000;
}
/*no login*/
#no-login {
    position: relative;
    width: 100%;
    height: 226px;
}
/*login*/
#user-info {
    position: relative;
    width: 414px;
    height: 200px;
}
#user-info .user-info-wrap {
    position: relative;
    width: 408px;
    height: 198px;
    color: #d17b00;
    background: url(../images/bg-login-4.png) no-repeat;
    font-weight: 500;
    padding-top: 51px;
    padding-left: 39px;
}
#user-info .user-info-wrap span {
    display: inline-block;
    color: #fde594;
}
#user-info .user-info-wrap span.info {
    width: auto;
    color: #d17b00;
    margin-right: 12px;
}
#user-info .user-info-wrap span:nth-child(1) {
    color: #d17b00;
}
#user-info .user-info-wrap span.fullname-txt {
    color: #ffffff;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 11px;
}
#user-info .user-info-wrap>div {
    line-height: 27px;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 5px;
}
#user-info .user-info-wrap>div span {
    font-size: 18px;
}
#user-info .user-info-wrap .reload {
    display: flex;
    align-items: center;
    margin-left: 18px;
    opacity: 0.6;
}
#user-info .user-info-wrap .reload:hover {
    opacity: 1;
}
#user-info .user-info-wrap .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 .user-info-wrap .btn.btn-share {
    top: 13px;
}
#user-info .user-info-wrap .btn:hover {
    background: #ffe450
}
#user-info .user-info-wrap .logout {
    position: absolute;
    top: 16px;
    right: 38px;
    color: #ff0000;
    font-weight: 500;
    font-size: 18px;
}
/*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: 993px;
    height: 100%;
    position: relative;
}
/*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-text .wrap {
    position: relative;
    width: 564px;
    height: 296px;
    margin: 0 auto;
    background: url("../images/popup-notify-3.png") top left no-repeat;
}
.popup.popup-histories .wrap .close,
.popup.popup-text .wrap .close,
.popup.popup-update-profile .wrap .close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 2px;
    left: 509px;
    text-align: left;
    text-indent: -9999px;
    /* background: url(../images/popup-gift-close-min.png) no-repeat; */
}
.popup.popup-histories .wrap .close:hover,
.popup.popup-text .wrap .close:hover {
    opacity: 1;
}
.popup.popup-histories .wrap {
    position: relative;
}
.popup.popup-histories .wrap .close {
    top: 15px;
    left: 797px;
}
.popup.popup-update-profile .wrap .close {
    top: 78px;
    left: 474px;
}
.popup.popup-text .wrap .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    margin-top: -25px;
    text-align: center;
    line-height: 30px;
    padding: 0 50px;
}
.popup.popup-text .wrap .content .title,
.popup.popup-text .wrap .content .item,
.popup.popup-text .wrap .content .item .item-num {
    font-size: 20px;
}
.item-num {
    color: #ff7900;
}
/*spin-wheel*/
.spin-wheel {
    margin-top: 84px;
    cursor: pointer;
    background-size: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.game-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 119px;
}
.btn-play_list {
    display: flex;
    margin-left: 0;
    margin-top: 13px;
}
.btn-play_list .btn-play_item {
    width: 198px;
    height: 54px;
    display: block;
}
.btn-play_list .btn-play_item:nth-child(1) {
    background: url('../images/btn-play-multi-3.png') left top no-repeat;
}
.btn-play_list .btn-play_item:hover:nth-child(1) {
    background: url('../images/btn-play-multi-3.png') left bottom no-repeat;
}
.btn-play_list .btn-play_item:nth-child(2) {
    background: url('../images/btn-play-multi-3.png') top center no-repeat;
}
.btn-play_list .btn-play_item:hover:nth-child(2) {
    background: url('../images/btn-play-multi-3.png') center bottom no-repeat;
}
.btn-play_list .btn-play_item:nth-child(3) {
    background: url('../images/btn-play-multi-3.png') right top no-repeat;
}
.btn-play_list .btn-play_item:hover:nth-child(3) {
    background: url('../images/btn-play-multi-3.png') right bottom no-repeat;
}
/*==================== exchange container ====================*/
.exchange-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 245px 0 0 14px;
    background: url(../images/bg-ex-3.png) no-repeat;
    width: 954px;
    height: 557px;
}
.exchange-container .title-doithuong {
    position: relative;
    margin: 13px 0 13px;
    width: 343px;
    height: 46px;
    background: url(../images/title-doithuong.png) no-repeat;
}
.exchange-container .text-notice {
    color: #cecece;
    font-size: 17px;
    text-align: center;
    margin-bottom: 15px;
}
.exchange-container .gift-item {
    position: relative;
    float: left;
    margin-bottom: 31px;
    text-decoration: none;
    background: url("../images/bg-item-min-4.png") top center no-repeat;
    width: 123px;
    height: 234px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 12px;
}
.exchange-container .exchange-list {
    width: 800px;
    padding-left: 72px;
}
.exchange-container .gift.off {
    filter: grayscale(0.9);
}
.exchange-container .gift-item .point {
    color: #f9ca6f;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.exchange-container .point-list {
    list-style: none;
    display: flex;
    gap: 65px;
}
.exchange-container .point-list li {
    width: 71px;
    height: 22px;
}
.exchange-container .point-list li:nth-child(1) {
    background: url(../images/point-3.png) top no-repeat;
}
.exchange-container .point-list li:nth-child(2) {
    background: url(../images/point-3.png) 0 -21px no-repeat;
}
.exchange-container .point-list li:nth-child(3) {
    background: url(../images/point-3.png) 0 -44px no-repeat;
}
.exchange-container .point-list li:nth-child(4) {
    background: url(../images/point-3.png) 0 -65px no-repeat;
}
.exchange-container .point-list li:nth-child(5) {
    background: url(../images/point-3.png) bottom no-repeat;
}
.exchange-container .gift-item .name {
    position: relative;
    font-weight: bold;
    color: #f9d108;
    text-shadow: 1px 1px 1px #d49a1e;
    position: relative;
    font-size: 13px;
    width: 110px;
    line-height: 15px;
}
.exchange-container .gift-item:nth-child(1) .name {
    margin-top: 3px;
    margin-bottom: 6px;
}
.exchange-container .gift-item:nth-child(2) .name {
    margin-top: -7px;
}
.exchange-container .gift-item:nth-child(3) .name {
    margin-top: -7px;
}
.exchange-container .gift-item:nth-child(4) .name {
    margin-top: -7px;
}
.exchange-container .gift-item:nth-child(5) .name {
    margin-top: -7px;
}
.exchange-container .gift-item img {
    position: relative;
    line-height: 25px;
    text-align: center;
    width: 75px;
    height: 100px;
}
.exchange-container .gift-item .amount {
    position: relative;
    width: auto;
    height: 21px;
    color: #f9d108;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 19px;
    margin-bottom: -9px;
}
.exchange-container .gift-item .num-amount {
    font-size: 13px;
}
.exchange-container .gift-item .gift {
    position: relative;
    width: 102px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    background: url("../images/btn-exgift-4.png") top no-repeat;
    margin-top: 20px;
}
.exchange-container .gift-item .gift span {
    display: block;
    border: 1px solid #000;
    margin: 2px;
    line-height: 24px;
    color: #c5c5c5;
    background: #414141;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 10px;
}
.exchange-container .gift-item.gift-item-long-text .gift span {
    line-height: 12px;
}
.exchange-container .gift-item.active .gift span {
    color: #00fff0;
    background: #08527d;
    border-radius: 12px;
}
.exchange-container .gift-item.active .gift:hover {
    background: url("../images/btn-exgift-4.png") bottom center no-repeat;
}
.exchange-container .gift-item.active .gift:hover span {
    background: #0083b9;
}
.exchange-container .gift-item .gift.off {
    filter: brightness(.5);
}
.exchange-container .gift-item .gift.active {
    background: url(../images/btn-exgift-4.png) bottom no-repeat;
}
.exchange-container .gift-item .gift.off {
    background: url(../images/btn-exgift-4.png) top no-repeat;
}
.exchange-container .gift-item .gift:hover {
    background: url(../images/btn-exgift-4.png) bottom no-repeat;
}
.exchange-list {
    display: flex;
    gap: 0;
}
/*==================== progress container ====================*/
.exchange-container .progress-container {
    position: relative;
    width: 57%;
    height: 6px;
    background-color: #cc3b3b;
    border-radius: 10px;
    margin: 25px auto 24px;
}
.exchange-container .progress-bar {
    height: 100%;
    width: 0%;
    background-color: #ffcb2c;
    border-radius: 10px;
    transition: width 0.4s ease;
}
.exchange-container .milestone {
    position: absolute;
    top: -6px;
    height: 48px;
    width: 48px;
    transform: translateX(-16%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    background: url(../images/process-neo-2.png) no-repeat;
    text-indent: -9999px;
}
.exchange-container .milestone.active {
    color: #fff;
    text-indent: -9999px;
    background: url(../images/process-neo-active-2.png) no-repeat;
}
/*history*/
.history {
    margin-top: 10px;
}
.tab {
    list-style: none;
    display: flex;
    justify-content: center;
    top: -58px;
    left: 0;
    position: absolute;
}
.tab li {
    width: 208px;
    height: 57px;
    margin: 0;
    background: url("../images/btn-tab-his-3.png") top left no-repeat;
    cursor: pointer;
}
.tab li:hover:nth-child(1),
.tab li.active:nth-child(1) {
    background: url("../images/btn-tab-his-3.png") bottom left no-repeat;
}
.tab li:nth-child(2) {
    background: url("../images/btn-tab-his-3.png") top right no-repeat;
}
.tab li:hover:nth-child(2),
.tab li.active:nth-child(2) {
    background: url("../images/btn-tab-his-3.png") bottom right no-repeat;
}
.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 {
    display: none;
    width: 545px;
    height: 227px;
    margin: 0 auto;
    color: #fff;
}
.tab-content.active {
    display: block;
}
.tab-content table {
    width: 100%;
    text-align: center;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-spacing: 0;
    border-collapse: separate;
}
.tab-content table thead {
    background: #292929;
}
.tab-content table th,
.tab-content table td {
    padding: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #999999;
}
.tab-content table th {
    color: #e9d094;
}
.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: 211px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-the {
    width: 343px;
    height: 53px;
    background: url('../images/title-thele.png') top center no-repeat;
}
.rule {
    width: 569px;
    height: 391px;
    text-align: justify;
    color: #fffea0;
    position: relative;
    margin-top: 30px;
    background: url(../images/bg-thele.png) top center no-repeat;
    padding: 25px;
}
.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;
}
/*popup update profile*/
.popup.popup-update-profile .wrap {
    position: relative;
    width: 583px;
    height: 573px;
}
.popup.popup-update-profile .wrap .content {
    width: 100%;
    height: 100%;
    padding: 184px 0 0 0;
    color: #fffac5;
    background: url(../images/bg-popup-info.png) center no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
}
.popup.popup-update-profile .wrap .content .form-control-submit input {
    width: 160px;
    height: 54px;
    background: url(../images/btn-confirm.png) top no-repeat;
    text-indent: -9999px;
    border: unset;
    outline: unset;
    cursor: pointer;
    margin-top: 20px;
}
.popup.popup-update-profile .wrap .content .form-control-submit input:hover {
    background: url(../images/btn-confirm.png) bottom no-repeat;
}
.popup.popup-histories .content {
    background-image: url('../images/bg-history-4.png');
    position: relative;
    color: #ff8300;
    background-size: 100% auto;
    height: 100%;
    background-repeat: no-repeat;
}
.popup.popup-histories .history-description {
    position: absolute;
    top: 395px;
    left: 200px;
    color: #fff;
    font-weight: bold;
}
.tab-wrap-content {
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100%;
    width: 857px;
    height: 555px;
    padding-top: 95px;
}
.popup.popup-histories .wrap .content h6,
.popup.popup-update-profile .wrap .content h6 {
    margin-bottom: 15px;
}
.popup.popup-histories .wrap .content .form-control,
.popup.popup-update-profile .wrap .content .form-control {
    height: 26px;
    margin-bottom: 28px;
}
.popup.popup-histories.wrap .content .form-control.form-control-note,
.popup.popup-update-profile .wrap .content .form-control.form-control-note {
    margin-top: 20px;
    font-size: 14px;
    color: #cacaca;
}
.popup.popup-histories .wrap .content .form-control:after,
.popup.popup-update-profile .wrap .content .form-control:after {
    content: "";
    display: block;
    clear: both;
}
.popup.popup-histories .wrap .content label,
.popup.popup-update-profile .wrap .content label {
    line-height: 22px;
    width: 110px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    color: #8b744d;
    font-weight: 600;
}
.popup.popup-update-profile .wrap .content .form-control>input[type=text] {
    float: left;
    width: 330px;
    padding: 6px 0 6px 6px;
    background: #3f3118;
    font-size: 16px;
    color: #c3c3c3;
    border: 0px;
    border: 2px solid #54462e;
    border-radius: 0;
}
.popup.popup-histories .wrap .content .select2-container,
.popup.popup-update-profile .wrap .content .select2-container {
    width: 330px !important;
}
.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 #224a6b;
    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: #6090b7;
}
.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: #6090b7 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 #6090b7 transparent;
}
.popup.popup-histories .wrap .content button,
.popup.popup-update-profile .wrap .content button {
    background: #fcd919;
    border: 3px solid #000;
    padding: 5px 20px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 35px;
}
.popup.popup-histories .wrap .content button:hover,
.popup.popup-update-profile .wrap .content button:hover {
    background: #ffe450;
}
.popup.popup-text .wrap .content .img {
    position: relative;
}
.popup.popup-text .wrap .content .description {
    position: relative;
    top: 25px;
    font-size: 17px;
    width: 561px;
    text-align: center;
}
.popup.popup-text .wrap .content .description strong {
    color: aliceblue;
}
#text-h2 {
    position: absolute;
    top: 794px;
    left: 612px;
    width: 694px;
    height: 131px;
}
.title-vongquay {
    position: absolute;
    top: -77px;
    left: 300px;
}
.title-lichsu {
    position: absolute;
    top: -82px;
    left: 325px;
}
.title-thele {
    position: absolute;
    top: -82px;
    left: 332px;
}
.spin-wheel .bg-no-login {
    cursor: pointer;
    display: block;
    background: url(../images/vong-quay-min-7.png) no-repeat;
    width: 504px;
    height: 504px;
}
a.register {
    color: #007cbc;
    display: block;
    position: relative;
    margin-left: -69px;
    margin-top: 29px;
}
/**** bxh ****/
.bxh {
    position: absolute;
    top: 156px;
    left: 1420px;
    width: 427px;
    height: 572px;
    background: url(../images/bg-ranking.png) no-repeat;
}
.bxh-not-active {
    background: url(../images/bg-ranking.png) no-repeat;
}
.bxh table {
    display: block;
    position: absolute;
    top: 134px;
    left: 31px;
    border-collapse: collapse;
    border-color: none;
    width: 350px;
    color: #fff;
    font-weight: 500;
}
.bxh table thead {
    background: #ff6d00;
    text-transform: uppercase;
    color: #fff;
    display: none;
}
.bxh table thead th {
    width: 151px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #000;
}
.bxh table thead th:nth-child(1) {
    width: 10%;
}
.bxh table tbody {
    background: none;
}
.bxh table tbody tr td {
    padding: 3px 3px 6px 3px;
    text-align: center;
    border: 1px solid none;
    max-width: 148px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bxh table tbody tr td:nth-child(3) {
    padding-left: 35px;
}
.loader-container {
    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;
}
.loader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 325px;
    left: 917px;
    border-radius: 50px;
    background: linear-gradient(#ab9a69, rgb(219 60 2), rgb(255 240 0));
    animation: animate .7s linear infinite;
    z-index: 99999;
    opacity: 0.4;
}
.loader span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(#ab9a69, rgb(219 60 2), rgb(255 240 0));
}
.loader:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #1b0706;
    border-radius: 50px;
}
@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#no-login {
    background: url("../images/bg-login-4.png") center center no-repeat;
    text-decoration: none;
    padding: 30px;
}
#no-login span {
    margin-top: 0;
}
.content-nologin {
    display: block;
    color: #ffc332;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
    position: relative;
    text-align: left;
}
.text-rule {
    position: relative;
    margin-top: 23px;
    width: 100%;
}
.autoloading {
    position: absolute;
    top: 777px;
    left: 1365px;
    opacity: 0.7;
    z-index: 3;
}
.autoloading button {
    cursor: pointer;
    padding: 5px;
}
.notify-list {
    background: aliceblue;
    width: 350px;
    margin-top: 5px;
    padding: 5px 5px;
    display: none;
}
