* {
    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;
}

img {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

#body {
    position: relative;
    width: 1920px;
    height: 980px;
    background: url("images/bg.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;
}

.text-center {
    text-align: center;
}

/*text*/
.navbar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 52px;
    margin-top: 0;
    padding-left: 90px;
    z-index: 2;
}

.navbar-container_item {
    margin-bottom: 10px;
}

#logo {
    position: relative;
    width: 238px;
    height: 164px;
    display: block;
    margin: 66px 0 35px 30px;
}

#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;
    margin-top: 50px;
}

#menu-left a {
    display: block;
    width: 244px;
    height: 87px;
    text-indent: -99999px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    background: url("./images/btn-menu.png");
}

#menu-left a.rules {
    background-position: left top;
}

#menu-left a.spin {
    background-position: left -87px;
}

#menu-left a.exchanges {
    background-position: left -174px;
}

#menu-left a.ranking {
    background-position: left bottom;
}

#menu-left a:hover,
#menu-left a.active {
    background-position-x: right;
}

/*menu*/
#menu {
    position: absolute;
    list-style: none;
    left: 1648px;
    top: 674px;
    width: 165px;
    height: 174px;
    text-indent: -99999px;
}

#menu .wrap-menu {
    left: 107px;
    top: 2px;
    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: rgba(0, 0, 0, 0.6) 0 1px;
}

#menu .wrap-menu a.fanpage {
    background: rgba(0, 0, 0, 0.6) 0 -42px;
}

#menu .wrap-menu a.group {
    background: rgba(0, 0, 0, 0.6) 0 -86px;
}

#menu .wrap-menu a.download {
    background: rgba(0, 0, 0, 0.6) 0 -130px;
}

#menu .wrap-menu a.payment {
    background: rgba(0, 0, 0, 0.6) 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: 314px;
    height: 108px;
    background: url(./images/btn-login.png) no-repeat;
    margin-left: 5px;
    margin-top: 17px;
}

/*login*/
#user-info {
    position: relative;
    width: 314px;
    height: fit-content;
    display: flex;
    justify-content: flex-end;
}

#user-info .user-info-wrap {
    width: 270px;
}

#user-info .user-info-wrap span {
    color: #fde594;
    font-size: 20px;
    line-height: 25px;
}


#user-info .user-info-wrap span.fullname-txt {
    color: #ffffff;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 11px;
}

#user-info .user-info-wrap .reload {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 10px;
}

#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;
    bottom: 0;
    right: 33px;
    color: #ffc705;
    font-size: 20px;
}

#btn-histories {
    color: #8aff00;
    font-size: 20px;
}

/*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: fit-content;
    height: 100%;
    position: relative;
    z-index: 2;
}

#main .content-main {
    background: url(./images/bg-main.png) no-repeat;
    width: 852px;
    height: 657px;
    margin: 224px 0 0 70px;
    padding: 22px 34px 20px 34px;
}

/*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;
    padding-bottom: 60px;
}

.popup.popup-update-profile {
    z-index: 1001;
}

.popup.popup-text {
    z-index: 1002;
}

.popup.popup-text .wrap {
    position: relative;
    width: 496px;
    height: 358px;
    margin: 0 auto;
    background: url("images/popup-notify.png") top left no-repeat;
    padding: 0 54px 0 20px;
}

.popup.popup-histories .wrap .close,
.popup.popup-text .wrap .close,
.popup.popup-update-profile .wrap .close {
    position: absolute;
    width: 37px;
    height: 37px;
    top: 0;
    right: 0;
    text-align: left;
    text-indent: -9999px;
}

.popup.popup-histories .wrap .close:hover,
.popup.popup-text .wrap .close:hover {
    opacity: 1;
}

.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;
    text-align: center;
    line-height: 30px;
}

.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: 56px;
    cursor: pointer;
    background-size: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.game-container {
    width: 1094px;
    height: 640px;
    background: url(./images/bg-playgame.png) no-repeat 0 0 / 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 216px;
    position: relative;
}

.game-container .tree {
    width: 518px;
    height: 646px;
    background: url(./images/tree.png);
    position: absolute;
    left: 44%;
    top: 41%;
    transform: translate(-50%, -50%);
}

.game-container .tree.inactive {
    animation: treeSwing 0.2s ease-in-out infinite;
}

@keyframes treeSwing {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    25% {
        transform: translate(-51%, -50%) rotate(-1.5deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    75% {
        transform: translate(-49%, -50%) rotate(1.5deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.btn-play_list {
    position: absolute;
    display: flex;
    bottom: -10px;
    left: 45%;
    transform: translateX(-50%);
    gap: 4px;
}

.btn-play_list .btn-play_item {
    width: 158px;
    height: 164px;
    display: block;
}

.btn-play_list.inactive .btn-play_item {
    filter: grayscale(90%);
    cursor: not-allowed;
}

.btn-play_list .btn-play_item:nth-child(1) {
    background: url('images/btn-play-multi.png') left top no-repeat;
}

.btn-play_list .btn-play_item:hover:nth-child(1) {
    background: url('images/btn-play-multi.png') left bottom no-repeat;
}

.btn-play_list .btn-play_item:nth-child(2) {
    background: url('images/btn-play-multi.png') center top no-repeat;
    transform: translateY(25px);
}

.btn-play_list .btn-play_item:hover:nth-child(2) {
    background: url('images/btn-play-multi.png') center bottom no-repeat;
}

.btn-play_list .btn-play_item:nth-child(3) {
    background: url('images/btn-play-multi.png') right top no-repeat;
}

.btn-play_list .btn-play_item:hover:nth-child(3) {
    background: url('images/btn-play-multi.png') right bottom no-repeat;
}

/*exchange*/
.exchange {
    width: 811px;
    height: 600px;
    /* background: url(../images/bg-ex.png) no-repeat; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    margin-top: 235px;
    margin-left: 107px;
}

.exchange-description {
    margin-top: 69px;
    margin-bottom: 10px;
    margin-left: -80px;
    color: #fff;
}

.exchange .gift-item {
    width: 192px;
    height: 232px;
    position: relative;
    text-decoration: none;
    background: url("./images/bg-gift.png") top center no-repeat;
    display: flex;
    flex-direction: column;
}

.exchange-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 100px 10px;
}

.exchange .gift.off {
    filter: grayscale(0.9);
}

.exchange .gift-item .point {
    color: #fffcf4;
    font-weight: 400;
    display: block;
    width: 127px;
    padding: 9px 0 0 26px;
    text-align: left;
    line-height: 16px;
}

.exchange .gift-item:nth-child(1) .point {}

.exchange .gift-item .name {
    position: relative;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #18a0f4;
    position: relative;
    font-size: 14px;
    width: 110px;
    top: 22px;
}

.exchange .gift-item:nth-child(4) .name {
    width: 90px;
    top: 15px;
    line-height: 15px;
}

.exchange .gift-item img {
    position: relative;
    line-height: 25px;
    text-align: center;
    width: 120px;
    height: 122px;
    margin: 29px auto 0 auto;
}

.exchange .gift-item .amount {
    position: relative;
    color: #01578d;
    font-weight: bold;
    font-size: 18px;
    margin-top: 2px;
}

.exchange .gift-item .num-amount {
    font-size: 13px;
}

.exchange .gift-item .gift {
    display: block;
    position: absolute;
    width: 192px;
    height: 62px;
    text-align: center;
    text-decoration: none;
    background: url(./images/btn-exgift.png) top no-repeat;
    bottom: -8px;
    transform: translateY(100%);
    font-size: 18px;
    padding: 10px 33px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-shadow:
        -1.5px -1.5px 0 #4a7af3,
        1.5px -1.5px 0 #4a7af3,
        -1.5px 1.5px 0 #4a7af3,
        1.5px 1.5px 0 #4a7af3;
}


.exchange .gift-item.active .gift span {
    color: #00fff0;
    background: #08527d;
    border-radius: 12px;
}

.exchange .gift-item.active .gift:hover {
    background-position-y: -61px;
}

.exchange .gift-item .gift.off {
    filter: grayscale(100%);
}

.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: 496px;
    height: 362px;
}

.popup.popup-update-profile .wrap .content {
    width: 100%;
    height: 100%;
    padding: 72px 56px 20px 22px;
    background: url(./images/popup-update-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: 38px;
    background: url(./images/btn-confirm.png) top no-repeat;
    text-indent: -9999px;
    border: unset;
    outline: unset;
    cursor: pointer;
    margin-top: 24px;
}

.popup.popup-update-profile .wrap .content .form-control-submit input:hover {
    background-position: bottom;
}

.popup.popup-histories .wrap {
    position: relative;
}

.popup.popup-histories .content {
    background-image: url('images/bg-history.png');
    position: relative;
    color: #ff8300;
    background-size: 100% auto;
    width: 922px;
    height: 422px;
    background-repeat: no-repeat;
    padding: 82px 103px 80px 55px;
}

.popup.popup-histories .history-description {
    position: absolute;
    top: 515px;
    left: 200px;
    color: #fff;
    font-weight: bold;
}

.popup.popup-histories .tab {
    position: absolute;
    top: -13px;
    left: 48%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
}

.popup.popup-histories .tab li {
    width: 244px;
    height: 87px;
    background: url(./images/btn-tab-his.png) no-repeat;
    cursor: pointer;
    list-style: none;
}

.popup.popup-histories .tab li.history-spin {
    background-position: left top;
}

.popup.popup-histories .tab li.history-exchange {
    background-position: right top;
}

.popup.popup-histories .tab li:hover {
    background-position-y: bottom;
}

.popup.popup-histories .tab li.active {
    background-position-y: center;
}

.popup.popup-histories .tab li a {
    display: block;
    width: 100%;
    height: 100%;
}

.tab-wrap-content {
    width: 764px;
    height: 260px;
    overflow: auto;
}

.tab-wrap-content .tab-content {
    display: none;
}

.tab-wrap-content .tab-content.active {
    display: block;
}

.tab-wrap-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    color: #03596c;
    text-align: center;
    font-weight: 500;
}

.tab-wrap-content table thead tr {
    height: 45px;
}

.tab-wrap-content table th {
    border: 2px solid #000;
    background-color: #71fff3;
    text-transform: uppercase;
}

.tab-wrap-content table td {
    border: 2px solid #034169;
    background-color: #fffff2;
    height: 40px;
}

.popup.popup-update-profile .wrap .content .form-control {
    height: 26px;
    margin-bottom: 15px;
    position: relative;
}

.popup.popup-update-profile .wrap .content .form-control.form-control-note {
    margin-top: 20px;
    color: #f4efc2;
}

.popup.popup-update-profile .wrap .content .form-control:after {
    content: "";
    display: block;
    clear: both;
}

.popup.popup-update-profile .wrap .content label {
    line-height: 22px;
    width: 135px;
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 20px;
}

.popup.popup-update-profile .wrap .content .form-control>input[type=text] {
    float: left;
    width: 278px;
    background: transparent;
    font-size: 16px;
    color: #c3c3c3;
    border: none;
    border-bottom: 1px solid gray;
}

.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;
}

.popup.popup-update-profile .wrap .content .select2-container {
    left: 0 !important;
}

.popup.popup-update-profile .wrap .wrapper-select-server>.select2-container {
    width: 278px !important;
}

.popup.popup-update-profile .wrap .content .select2-container .dropdown-select-server {
    left: 135px !important;
}

#select2-server-results {
    width: 100%;
}


#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-doithuong {
    position: relative;
    top: 34px;
}

.title-thele {
    position: absolute;
    top: -82px;
    left: 332px;
}

.spin-wheel .login {
    cursor: pointer;
}

a.register {
    color: #007cbc;
    display: block;
    position: relative;
    margin-left: -69px;
    margin-top: 29px;
}

/**** bxh ****/
#ranking {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#ranking .title {
    height: 43px;
    width: 336px;
}

#ranking .thead {
    margin-top: 10px;
}

#ranking table {
    width: 100%;
    max-width: 708px;
    border-collapse: separate;
    border-spacing: 0 7px;
}

#tab-content-ranking tr {
    height: 38px;
}

#tab-content-ranking tr td {
    font-size: 21px;
    background-color: #86d6ff;
    text-align: center;
    color: #fff;
}

#tab-content-ranking tr td:nth-child(1) {
    border-radius: 20px 0 0 20px;
}

#tab-content-ranking tr td:nth-child(3) {
    border-radius: 0 20px 20px 0;
}

#tab-content-ranking tr:nth-child(1) td {
    background-color: #014275;
}

#tab-content-ranking tr:nth-child(2) td {
    background-color: #005ea7;
}

#tab-content-ranking tr:nth-child(3) td {
    background-color: #4da5e8;
}

.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);
    }
}

.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;
}

#snow {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
}

.tree .spark {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: radial-gradient(circle, #fffad0 0%, #ffea00 30%, #ffb300 60%, transparent 80%);
    box-shadow:
        0 0 15px 4px rgba(255, 234, 0, 0.9),
        0 0 35px 15px rgba(255, 200, 0, 0.8),
        0 0 65px 25px rgba(255, 180, 0, 0.7);
    opacity: 0.95;
    animation: spark-glow 1.5s infinite ease-in-out;
    filter: blur(0.4px);
    mix-blend-mode: screen;
}

@keyframes spark-glow {
    0%,
    100% {
        opacity: 0.6;
        filter: brightness(1);
    }

    50% {
        opacity: 1;
        filter: brightness(2.5);
    }
}

.tree.inactive .spark {
    animation: unset;
}

.tree .spark:nth-child(1) {
    top: 40px;
    right: 250px;
}

.tree .spark:nth-child(2) {
    top: 145px;
    left: 190px;
}

.tree .spark:nth-child(3) {
    top: 220px;
    left: 155px;
}

.tree .spark:nth-child(4) {
    top: 135px;
    right: 240px;
}

.tree .spark:nth-child(5) {
    top: 237px;
    right: 241px;
}

.tree .spark:nth-child(6) {
    top: 175px;
    right: 190px;
}

.tree .spark:nth-child(7) {
    bottom: 275px;
    right: 100px;
}

.tree .spark:nth-child(8) {
    bottom: 186px;
    right: 208px;
}

.tree .spark:nth-child(9) {
    bottom: 279px;
    right: 209px;
}

.tree .spark:nth-child(10) {
    bottom: 236px;
    right: 119px;
}

.tree .spark:nth-child(11) {
    bottom: 238px;
    left: 125px;
}

.tree .spark:nth-child(12) {
    top: 306px;
    left: 234px;
}

.tree .spark:nth-child(13) {
    bottom: 284px;
    left: 92px;
}

#tab-content-rules .mCSB_container h1 {
    color: #FFDE00;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
}

#tab-content-rules .mCSB_container h1 span {
    color: #fff !important;
}

#tab-content-rules .mCSB_container h2 {
    color: #0000cc;
    font-size: 24px;
    font-weight: 600;
}

#tab-content-rules .mCSB_container p {
    margin-bottom: 16px;
}

#tab-content-rules .mCSB_container ul {
    margin: 10px 0 10px 40px;
}

#tab-content-rules .mCSB_container ul li {
    list-style: disc;
}

#tab-content-rules .mCSB_container span[style="color:#9b59b6"] {
    color: #FFDE00 !important;
}

#tab-content-rules .mCSB_container span[style="color:#e74c3c"] {
    color: #fff !important;
}

#tab-content-rules .mCSB_container h3,
#tab-content-rules .mCSB_container h3 span[style="color:#9b59b6"] {
    color: #3498db !important;
    font-size: 22px;
    font-weight: 600;
}

#tab-content-rules .mCSB_container img {
    max-width: 100%;
}

.balloon-item {
    position: absolute;
    z-index: 1;
    animation: floatBalloon 6s ease-in-out infinite;
}

@keyframes floatBalloon {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    25% {
        transform: translateY(-18px) rotate(-6deg) scale(1.04);
    }

    50% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    75% {
        transform: translateY(-12px) rotate(6deg) scale(0.97);
    }

    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

.balloon-item.balloon-1 {
    right: 104px;
    top: 395px;
    animation-duration: 6s;
    animation-delay: 0s;
}

.balloon-item.balloon-2 {
    right: 120px;
    bottom: 160px;
    animation-duration: 7s;
    animation-delay: -1s;
}

.balloon-item.balloon-3 {
    right: 243px;
    top: 202px;
    animation-duration: 5.5s;
    animation-delay: -0.5s;
}

.balloon-item.balloon-4 {
    left: 428px;
    top: 185px;
    animation-duration: 7.5s;
    animation-delay: -2s;
}

.balloon-item.balloon-5 {
    left: 397px;
    bottom: 129px;
    animation-duration: 6.3s;
    animation-delay: -1.3s;
}

.mCustomScrollbar .mCSB_scrollTools {
    width: 8px;
}

.mCustomScrollbar .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: 8px;
    background-color: #1880c9;
    border-radius: 8px;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #fff;
}