@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

.language-selector select[data-v-08b91e1c] {
    padding: 4px 12px;
    background: #0b1d33;
    border: 1px solid #0a0917;
    color: #fff
}

.language-selector option[data-v-08b91e1c] {
    background: #0b1d33;
    color: #fff
}

.notification-bar[data-v-2b78084c] {
    height: 50px;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.notification-bar[data-v-2b78084c], .notification-content[data-v-2b78084c] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notification-content[data-v-2b78084c] {
    max-width: 1200px;
    padding: 0 20px
}

.icon[data-v-2b78084c] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-container[data-v-2b78084c] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative
}

.marquee[data-v-2b78084c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-animation: marquee-data-v-2b78084c linear infinite;
    animation: marquee-data-v-2b78084c linear infinite
}

.notice-item[data-v-2b78084c] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 50px
}

.notice-text[data-v-2b78084c] {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: color .3s;
    transition: color .3s
}

.notice-text[data-v-2b78084c]:hover {
    color: #337ab7;
    cursor: pointer
}

@-webkit-keyframes marquee-data-v-2b78084c {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes marquee-data-v-2b78084c {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.slide-fade-enter-active[data-v-27c25140] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.slide-fade-enter[data-v-27c25140], .slide-fade-leave-to[data-v-27c25140] {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0
}

.p-header[data-v-27c25140] {
    width: 100%;
    height: 90px;
    background: #fff !important;
    position: fixed;
    z-index: 999
}

.header-container[data-v-27c25140] {
    background: #1a182d;
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-container > div[data-v-27c25140] {
    width: 100%;
    min-width: 1210px;
    margin: 0 30px
}

.home-banner-image[data-v-27c25140] {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 550px
}

.slide-bar[data-v-27c25140] {
    position: relative
}

.slide-bar .slide-button[data-v-27c25140] {
    background: rgba(35, 35, 35, .7019607843);
    position: absolute;
    top: 20px;
    left: 20px;
    color: #111;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: .85em;
    gap: 20px
}

.slide-bar .slide-button .button[data-v-27c25140], .slide-bar .slide-button[data-v-27c25140] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slide-bar .slide-button .button[data-v-27c25140] {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.slide-bar .slide-button .button[data-v-27c25140]:hover {
    opacity: .9
}

.liner[data-v-27c25140] {
    background-color: #111;
    height: 20px;
    width: 1px
}

.header-box[data-v-27c25140] {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.board-header[data-v-27c25140] {
    background-color: #111;
    color: #222;
    width: 100%
}

.board-header .board-header-menu[data-v-27c25140] {
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.board-header .board-header-menu button[data-v-27c25140] {
    color: #eee;
    font-weight: 600;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.board-header .board-header-menu .board-header-menu-item[data-v-27c25140] {
    position: relative;
    white-space: nowrap;
    font-size: 15px;
    padding: 8px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.board-header .board-header-menu .board-header-menu-item:hover a[data-v-27c25140] {
    color: gold
}

.board-header .board-header-menu .board-header-menu-item[data-v-27c25140]:hover :before {
    height: 10px;
    opacity: 1
}

.board-header .board-header-menu .board-header-menu-item[data-v-27c25140] :before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0;
    -webkit-transition: height .3s ease-out .1s, opacity .3s ease-in;
    transition: height .3s ease-out .1s, opacity .3s ease-in;
    opacity: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAKCAMAAABPPnZ6AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABdUExURf//APrFIfrGIPrHIfrII/vIIv//APnGIf/IJPrHIfjFH/jHH/rGH/nFH//FIPjKIPrGIf/EHfvEH/vFIfnHH/jHIPnFIvrIH/jFIfnGIfrDH//GJfjEIPrFIfnFIMBe5QAAAAAfdFJOUwGof9gzQgJVHGrDKWgxHyenGkFMYE5hOFSROBtPa5a19c7DAAAA3klEQVQ4y6WSCRKDIAxF44rSunTfe/9jFgiSQMHa8QEqI/DfZABQ1CtomhWbgVgUFVDa4SYh/ynA8mRM5FT0GV+9yCDiMJdaJeGrnEHSJKngb/yOFbNEdFIVAYg5UHjZBNkspjUN39jZPHTxPGxASsH8r+094/FBdGvJWx87F54L12CX1liECvCgq03xLlsIipplWsVLQhp4PtaCFPpho7k/vahcNyLLeP+JXZlnZJa7Klmz60WlDv0OoDsct5rXe8TtUnUp9ZgoVDOPYjG4R+LDYo7VxyPjTaWeT/vuA1p6HTEaKWD1AAAAAElFTkSuQmCC) no-repeat 50%;
    background-position: bottom;
    background-size: auto 100%
}

.board-header .board-header-menu .active a[data-v-27c25140] {
    color: gold
}

.board-header .board-header-menu .active[data-v-27c25140] :before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 10px;
    -webkit-transition: height .3s ease-out .1s, opacity .3s ease-in;
    transition: height .3s ease-out .1s, opacity .3s ease-in;
    opacity: 1;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAKCAMAAABPPnZ6AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABdUExURf//APrFIfrGIPrHIfrII/vIIv//APnGIf/IJPrHIfjFH/jHH/rGH/nFH//FIPjKIPrGIf/EHfvEH/vFIfnHH/jHIPnFIvrIH/jFIfnGIfrDH//GJfjEIPrFIfnFIMBe5QAAAAAfdFJOUwGof9gzQgJVHGrDKWgxHyenGkFMYE5hOFSROBtPa5a19c7DAAAA3klEQVQ4y6WSCRKDIAxF44rSunTfe/9jFgiSQMHa8QEqI/DfZABQ1CtomhWbgVgUFVDa4SYh/ynA8mRM5FT0GV+9yCDiMJdaJeGrnEHSJKngb/yOFbNEdFIVAYg5UHjZBNkspjUN39jZPHTxPGxASsH8r+094/FBdGvJWx87F54L12CX1liECvCgq03xLlsIipplWsVLQhp4PtaCFPpho7k/vahcNyLLeP+JXZlnZJa7Klmz60WlDv0OoDsct5rXe8TtUnUp9ZgoVDOPYjG4R+LDYo7VxyPjTaWeT/vuA1p6HTEaKWD1AAAAAElFTkSuQmCC) no-repeat 50%;
    background-position: bottom;
    background-size: auto 100%
}

.board-header .board-header-menu a[data-v-27c25140] {
    white-space: nowrap;
    color: #111;
    font-weight: 600
}

.board-header .board-header-menu a[data-v-27c25140]:hover {
    text-decoration: none
}

.board-header .board-header-menu .active-link[data-v-27c25140] {
    color: #f7d512 !important
}

.tl_logo[data-v-27c25140] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto;
    position: relative;
    height: auto
}

.notice-link[data-v-27c25140] {
    background-color: #1a1a1a;
    height: 35px;
    line-height: 35px;
    padding: 8px 8px;
    color: #f7d512;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.notice-link[data-v-27c25140]:hover {
    text-decoration: none
}

.menu-link[data-v-27c25140] {
    font-size: 14px;
    color: #111;
    font-weight: 700
}

.menu-link[data-v-27c25140]:hover {
    text-decoration: none
}

.register-button[data-v-27c25140] {
    background-color: #f7d512;
    color: #000;
    font-size: 12px;
    border-radius: 2px
}

.default-button[data-v-27c25140] {
    background-color: #575757;
    color: #8c8c8c;
    font-size: 12px;
    border-radius: 2px
}

.router-link-btn[data-v-27c25140] {
    color: #007bff
}

.router-link-btn[data-v-27c25140]:hover {
    text-decoration: none
}

.only-swd[data-v-27c25140] {
    display: none !important
}

.full-wd[data-v-27c25140] {
    position: relative !important
}

@media screen and (max-width: 600px) {
    .p-header[data-v-27c25140] {
        min-width: 100%
    }

    .only-swd[data-v-27c25140] {
        display: table-cell !important
    }

    .full-wd[data-v-27c25140] {
        display: none !important
    }
}

.main-nav.scrolled {
    background-color: #1a182d;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear;
    border-bottom: 1px solid #555
}

.main-nav {
    padding: 8px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.main-nav__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-nav__list__item {
    display: inline-block;
    vertical-align: middle
}

.main-nav__list__item > i {
    font-size: 20px
}

.text-primary {
    color: #fff !important
}

.main-nav__list__item__logo {
    height: 34px
}

.announcement-wrapper {
    margin-top: 5px;
    background-color: #1d1d1d;
    padding: 0 10px;
    height: 42px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.announcement__btn {
    background-color: #bb3636;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    width: 66px;
    padding: 0 12px;
    height: 20px;
    white-space: nowrap
}

.announcement__date, .announcement__subject {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 1;
    font-weight: 700
}

.announcement__subject {
    color: #fff;
    margin-right: 10px
}

.announcement__date {
    color: #999
}

.marquee-child span {
    margin-right: 10px;
    font-size: 14px;
    left: 14px;
    top: 0
}

.announcement, .marquee-child span {
    display: inline-block;
    vertical-align: middle
}

.announcement {
    line-height: 1;
    padding: 0 10px !important
}

.main-banner__text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

.side-nav__list {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-right: 2px solid #000
}

.side-nav__list__item {
    padding: 5px 0;
    font-size: .75rem;
    color: #d1d5db;
    background-color: #192031;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    position: relative
}

.li-box {
    background-color: #192031;
    margin: 0 16px;
    border-radius: 12px;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 10px
}

.icon {
    display: block;
    margin-left: 30px;
    height: 30px;
    width: 30px
}

.side-nav__list__item > .icon {
    margin-bottom: 5px
}

.icon.icon-live {
    background: url(../img/live-icon.645cbc94.svg) 50% no-repeat
}

.icon.icon-other {
    background: url(../img/other-icon.3dab9ad5.svg) 50% no-repeat
}

.icon.icon-deposit {
    background: url(../img/deposit-icon.969e26cb.svg) 50% no-repeat
}

.icon.icon-withdraw {
    background: url(../img/withdraw-icon.24ca5a04.svg) 50% no-repeat
}

.icon.icon-transfer {
    background: url(../img/money-transfer-icon.4e60ff6f.svg) 50% no-repeat
}

.icon.icon-message {
    background: url(../img/dm-icon.4b5298ee.svg) 50% no-repeat
}

.icon.icon-notice {
    background: url(../img/notice-icon.cde71fdb.svg) 50% no-repeat
}

.icon.icon-promotion {
    background: url(../img/promo-icon.94a2b225.svg) 50% no-repeat
}

.icon.icon-liveshow {
    background: url(../img/live-chat-icon.db246e70.svg) 50% no-repeat
}

.icon.icon-logout {
    background: url(../img/logout-icon.7c7b4156.svg) 50% no-repeat
}

.icon.icon-slot {
    background: url(../img/slot-icon.0731e84a.svg) 50% no-repeat
}

.icon.icon-sports {
    background: url(../img/sports-icon.979d824c.svg) 50% no-repeat
}

.icon.icon-faq {
    background: url(../img/faq-icon.64b909a0.svg) 50% no-repeat
}

.icon.icon-comp {
    background: url(../img/comp-icon.b638d46e.svg) 50% no-repeat
}

.home-banner-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 150px
}

.slide-bar {
    position: relative
}

.slide-bar .slide-button {
    background: rgba(35, 35, 35, .7019607843);
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: .85em;
    gap: 20px
}

.slide-bar .slide-button, .slide-bar .slide-button .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slide-bar .slide-button .button {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.slide-bar .slide-button .button:hover {
    opacity: .9
}

.footer[data-v-880ebcf2] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a182d
}

.footer-page[data-v-880ebcf2] {
    background: url(../img/footer.bc209205.png) no-repeat;
    height: 240px;
    background-size: cover
}

.footer-container[data-v-880ebcf2] {
    font-size: 13px;
    line-height: 95px;
    background: #1a182d;
    padding-bottom: 100px
}

.sub-footer[data-v-880ebcf2] {
    width: 100%
}

.footer__links[data-v-880ebcf2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    list-style: none
}

.footer__links li[data-v-880ebcf2] {
    cursor: pointer
}

.footer__links__item[data-v-880ebcf2] {
    position: relative;
    text-align: center;
    width: 25%
}

.footer__links__item svg[data-v-880ebcf2] {
    width: 30px;
    margin: 0 auto 10px;
    height: 26px;
    fill: #fff
}

.footer__links__item__title[data-v-880ebcf2] {
    color: #bdbcbf;
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

@media screen and (max-width: 468px) {
    .footer[data-v-880ebcf2] {
        min-width: 100% !important
    }

    .footer .sub-footer[data-v-880ebcf2], .footer[data-v-880ebcf2] {
        width: 100%
    }

    .footer-container > div[data-v-880ebcf2], .footer .sub-footer[data-v-880ebcf2], .footer[data-v-880ebcf2] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-rule-container[data-v-880ebcf2] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(40px, 11vw, 120px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 clamp(56px, 5%, 100px);
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 1150px;
    position: relative;
    padding-bottom: 81px
}

.footer-rule-container[data-v-880ebcf2]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #555
}

.footer-rule-container .footer-rule-box-right[data-v-880ebcf2], .footer-rule-container .footer-rule-box[data-v-880ebcf2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.footer-rule-container .footer-rule-box-right[data-v-880ebcf2] {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer-rule-container .footer-rule-svg-box[data-v-880ebcf2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

.footer-rule-container .footer-rule-main[data-v-880ebcf2] {
    white-space: nowrap;
    color: #fff;
    font-size: clamp(14px, 1.4vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.footer-rule-container .footer-rule-surve[data-v-880ebcf2] {
    color: #fff;
    font-size: clamp(12px, 1.2vw, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.side-bar-title[data-v-9f48077a] {
    margin-left: 10px;
    max-width: 120px;
    word-break: break-word;
    text-align: justify
}

.menu-bar[data-v-9f48077a] {
    margin-top: 5px !important;
    padding: 0 5px !important
}

.menu-bar .menu-bar-item-group[data-v-9f48077a] {
    border: 1px solid #ddd;
    border-radius: 12px
}

.menu-bar li[data-v-9f48077a] {
    list-style: none !important;
    margin: 10px 0 !important;
    text-align: center !important
}

.menu-bar li svg[data-v-9f48077a] {
    color: #9f9cd6 !important
}

.pc-side-bar[data-v-9f48077a] {
    width: 340px;
    position: absolute;
    left: 0;
    background: #1a182d;
    z-index: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: auto;
    margin-top: 35px
}

.pc-side-bar[data-v-9f48077a]::-webkit-scrollbar-thumb {
    background: #2d2f6a;
    border-radius: 20px
}

.p-header[data-v-9f48077a] {
    width: 100%;
    height: 160px;
    background: #fff !important;
    position: fixed;
    z-index: 999
}

.header-container[data-v-9f48077a] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(46, 44, 76, .4);
    border-radius: 10px;
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px
}

.header-container > div[data-v-9f48077a] {
    width: 100%;
    min-width: 290px;
    max-width: 290px
}

.menu-item-imgs[data-v-9f48077a] {
    display: none
}

.menu-item[data-v-9f48077a] {
    width: 100%;
    text-align: left;
    padding: .5rem;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-item a[data-v-9f48077a] {
    font-weight: 700;
    color: #9f9cd6;
    font-size: 16px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px
}

.menu-item a svg[data-v-9f48077a] {
    color: #9f9cd6 !important;
    width: 40px;
    margin-top: 4px
}

.menu-item a img[data-v-9f48077a] {
    margin-right: 5px;
    width: 30px
}

.menu-item .menu-item-icon-turn[data-v-9f48077a], .menu-item a img[data-v-9f48077a] {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.menu-item:hover a[data-v-9f48077a] {
    font-weight: 700;
    text-decoration: none
}

.menu-item:hover a .menu-item-icons[data-v-9f48077a] {
    display: none
}

.menu-item:hover a .menu-item-imgs[data-v-9f48077a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.menu-item:hover a .menu-item-icon-turn[data-v-9f48077a] {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.menu-item:hover a .side-bar-title[data-v-9f48077a] {
    color: #9f9cd6 !important
}

.menu-item:hover a img[data-v-9f48077a] {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 600px) {
    .pc-side-bar[data-v-9f48077a] {
        display: none !important
    }

    .p-header[data-v-9f48077a] {
        min-width: 100%
    }

    .only-swd[data-v-9f48077a] {
        display: table-cell !important
    }

    .full-wd[data-v-9f48077a] {
        display: none !important
    }
}

.ql-container.ql-snow, .ql-toolbar.ql-snow {
    border: 1px solid #585858 !important
}

.ql-editor {
    color: #fff
}

.ql-editor, .quillWrapper .ql-snow.ql-toolbar {
    background-color: #111
}

.menu-content[data-v-e09175f2] {
    padding: 30px 15px 15px
}

.input-group[data-v-e09175f2] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.input-group .label[data-v-e09175f2] {
    font-size: 13px;
    font-weight: 700;
    color: #ffc527;
    text-align: left;
    padding: 10px 0
}

.input-group .input[data-v-e09175f2] {
    width: 100%;
    position: relative
}

.input-group .input .form-control[data-v-e09175f2]:focus {
    outline: none;
    background-color: #111;
    border: 1px solid #585858;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6) !important
}

.input-group .input input[data-v-e09175f2] {
    background-color: #111;
    border: 1px solid #585858;
    color: #fff;
    font-size: 14px;
    border-radius: 1px
}

.input-group .message[data-v-e09175f2] {
    color: #999;
    font-size: 14px;
    padding-top: 8px
}

.input-group .required[data-v-e09175f2] {
    color: #99211f
}

.input-group .exchange-password[data-v-e09175f2] {
    padding-right: 120px
}

.input-group .wallet-button[data-v-e09175f2] {
    background: #99211f;
    width: unset;
    margin-top: unset;
    border-radius: 0;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 5px
}

@media screen and (max-width: 468px) {
    .input-group .wallet-button[data-v-e09175f2] {
        padding: 0 9px
    }
}

.input-group .wallet-button.clear[data-v-e09175f2] {
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.input-group .wallet-button[data-v-e09175f2]:active, .input-group .wallet-button[data-v-e09175f2]:focus, .input-group .wallet-button[data-v-e09175f2]:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#efd48c), to(#ddad2d));
    background: linear-gradient(180deg, #efd48c 0, #ddad2d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd48c", endColorstr="#ddad2d", GradientType=0);
    color: #fff
}

@media screen and (max-width: 468px) {
    .input-group[data-v-e09175f2] {
        padding: 0 9px
    }
}

.charge-button[data-v-e09175f2] {
    width: 100% !important;
    max-width: 420px !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px
}

.error-message[data-v-e09175f2] {
    color: #cd5c5c;
    font-size: 14px;
    margin-top: 5px
}

.gold[data-v-e09175f2] {
    color: #ffc527 !important
}

@media screen and (max-width: 468px) {
    .menu-content[data-v-e09175f2] {
        padding: 0
    }
}

.menu-content[data-v-c26a7fe2] {
    padding: 30px 15px 15px
}

.input-group[data-v-c26a7fe2] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.input-group .label[data-v-c26a7fe2] {
    font-size: 13px;
    font-weight: 700;
    color: #ffc527;
    text-align: left;
    padding: 10px 0
}

.input-group .input[data-v-c26a7fe2] {
    width: 100%;
    position: relative
}

.input-group .input .form-control[data-v-c26a7fe2]:focus {
    outline: none;
    background-color: #111;
    border: 1px solid #585858;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6) !important
}

.input-group .input input[data-v-c26a7fe2] {
    background-color: #111;
    border: 1px solid #585858;
    color: #fff;
    font-size: 14px;
    border-radius: 1px
}

.input-group .message[data-v-c26a7fe2] {
    color: #999;
    font-size: 14px;
    padding-top: 8px
}

.input-group .required[data-v-c26a7fe2] {
    color: #99211f
}

.input-group .exchange-password[data-v-c26a7fe2] {
    padding-right: 120px
}

.input-group .wallet-button[data-v-c26a7fe2] {
    background: #99211f;
    width: unset;
    margin-top: unset;
    border-radius: 0;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 5px
}

@media screen and (max-width: 468px) {
    .input-group .wallet-button[data-v-c26a7fe2] {
        padding: 0 9px
    }
}

.input-group .wallet-button.clear[data-v-c26a7fe2] {
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.input-group .wallet-button[data-v-c26a7fe2]:active, .input-group .wallet-button[data-v-c26a7fe2]:focus, .input-group .wallet-button[data-v-c26a7fe2]:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#efd48c), to(#ddad2d));
    background: linear-gradient(180deg, #efd48c 0, #ddad2d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd48c", endColorstr="#ddad2d", GradientType=0);
    color: #fff
}

@media screen and (max-width: 468px) {
    .input-group[data-v-c26a7fe2] {
        padding: 0 9px
    }
}

.charge-button[data-v-c26a7fe2] {
    width: 100% !important;
    max-width: 420px !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px
}

.error-message[data-v-c26a7fe2] {
    color: #cd5c5c;
    font-size: 14px;
    margin-top: 5px
}

.gold[data-v-c26a7fe2] {
    color: #ffc527 !important
}

@media screen and (max-width: 468px) {
    .menu-content[data-v-c26a7fe2] {
        padding: 0
    }
}

.profile-template .user-balance[data-v-204e4f6b] {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background: #1d1d1d;
    border-top: 1px solid #404040
}

.profile-template .balance-button-container__rank[data-v-204e4f6b], .profile-template .user-balance > div > h3[data-v-204e4f6b] {
    display: inline-block;
    vertical-align: baseline
}

.profile-template .player-balance > p[data-v-204e4f6b], .profile-template .user-balance > div > h3[data-v-204e4f6b] {
    font-size: 14px;
    margin: 0
}

.profile-template .wallet__nav[data-v-204e4f6b] {
    padding: 18px 20px
}

.profile-template .wallet__nav__list[data-v-204e4f6b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-template .list-unstyled[data-v-204e4f6b] {
    padding-left: 0;
    list-style: none
}

.profile-template .wallet__nav__list__item[data-v-204e4f6b] {
    width: calc(50% - 1px);
    border: 1px solid #414141;
    color: #f4b741;
    font-weight: 700;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
    margin: 1px 0;
    text-align: left;
    padding-left: 20px;
    background-color: #171717;
    background: #5127ab;
    background: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(#1d1d1d));
    background: linear-gradient(180deg, #1d1d1d 0, #1d1d1d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5127ab", endColorstr="#291d5d", GradientType=0)
}

.login-form[data-v-74154033] {
    padding: 30px;
    width: 50%
}

.login-form .login-top[data-v-74154033] {
    color: #ddd;
    text-align: right;
    cursor: pointer
}

.login-form .login-top strong[data-v-74154033] {
    padding-bottom: 4px
}

.login-form .login-input-box[data-v-74154033] {
    color: #ddd
}

.login-form .login-input-box .login-button-box[data-v-74154033] {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.login-form .login-input-box input[data-v-74154033] {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    line-height: 42px;
    border: none;
    color: #ddd;
    background: #211532 !important;
    font-size: 15px;
    text-align: center;
    border: 1px solid #4b4b4b;
    font-weight: 700;
    margin-bottom: 30px
}

.login-form .login-input-box input[data-v-74154033]::-webkit-input-placeholder {
    color: #666
}

.login-form .login-input-box input[data-v-74154033]::-moz-placeholder {
    color: #666
}

.login-form .login-input-box input[data-v-74154033]:-ms-input-placeholder {
    color: #666
}

.login-form .login-input-box input[data-v-74154033]::-ms-input-placeholder {
    color: #666
}

.login-form .login-input-box input[data-v-74154033]::placeholder {
    color: #666
}

.login-form .login-input-box .join[data-v-74154033] {
    background: #f56406 !important;
    border: 1px solid #f56406 !important;
    -webkit-transition: background-color .1s;
    transition: background-color .1s
}

.login-form .login-input-box .sign-up[data-v-74154033] {
    background-color: #211532;
    border: 1px solid #f56406;
    color: #f56406
}

.login-button[data-v-74154033] {
    display: block;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: .3s;
    -webkit-transition: .3s;
    margin-bottom: 8px
}

.login-button[data-v-74154033]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-wrapper[data-v-74154033] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    border-radius: 18px;
    background-color: #1e1d33
}

@media screen and (max-width: 468px) {
    .login-form[data-v-74154033] {
        width: 100%
    }
}

.loading-container[data-v-58c13b4d] {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .713);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.text[data-v-58c13b4d] {
    font-size: 30px;
    font-weight: 700;
    color: hsla(0, 0%, 97.3%, .782)
}

.loader[data-v-58c13b4d] {
    width: 200px;
    height: 200px;
    display: inline-block;
    position: relative
}

.loader[data-v-58c13b4d]:after, .loader[data-v-58c13b4d]:before {
    content: "";
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    animation: animloader-data-v-58c13b4d 2s linear infinite
}

.loader[data-v-58c13b4d]:after {
    animation-delay: 1s
}

@keyframes animloader-data-v-58c13b4d {
    0% {
        transform: scale(0);
        opacity: 1
    }
    to {
        transform: scale(1);
        opacity: 0
    }
}

footer[data-v-f9e56dd8] {
    position: fixed;
    width: 100vw;
    height: 20vw;
    bottom: 0;
    z-index: 1000;
    color: #fff;
    background-color: #121221;
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    font-family: Microsoft JhengHei, sans-serif;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0)
}

footer[data-v-f9e56dd8], footer ul[data-v-f9e56dd8] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

footer ul[data-v-f9e56dd8] {
    padding-left: 0;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 8vw
}

footer ul li[data-v-f9e56dd8] {
    width: 20vw;
    list-style: none
}

footer ul li a[data-v-f9e56dd8] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: #fff;
    font-size: .72rem
}

footer ul li a[data-v-f9e56dd8]:hover {
    text-decoration: none
}

footer ul li.active a span[data-v-f9e56dd8] {
    animation: parent-tab-image .5s linear;
    -webkit-animation: parent-tab-image .5s linear
}

footer ul li a span[data-v-f9e56dd8]:first-child {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: .5vw
}

footer ul li:nth-child(3) a[data-v-f9e56dd8] {
    font-size: .81rem;
    width: 15.2vw;
    height: 15.2vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 3.6vw;
    left: 42.4vw;
    color: #fff
}

footer ul li:nth-child(3) a span[data-v-f9e56dd8]:first-child {
    color: var(--txtColor01);
    margin-bottom: .5vw;
    font-size: 1.2rem
}

footer ul li a div[data-v-f9e56dd8] {
    text-align: center;
    font-family: Microsoft JhengHei, sans-serif;
    -webkit-transform: scale(.92);
    transform: scale(.92)
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (-webkit-min-device-pixel-ratio: 2) {
    footer ul li:nth-child(3) a[data-v-f9e56dd8], footer ul li a[data-v-f9e56dd8] {
        font-size: 1.2rem
    }

    footer ul li a span[data-v-f9e56dd8]:first-child {
        font-size: 2.8rem
    }

    footer ul li:nth-child(3) a span[data-v-f9e56dd8]:first-child {
        font-size: 2.4rem
    }

    footer ul li a div[data-v-f9e56dd8] {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

footer ul li a img[data-v-f9e56dd8] {
    width: 30px
}

li[data-v-f9e56dd8]::marker {
    display: none
}

@media only screen and (min-width: 1024px)and (max-height: 1366px)and (-webkit-min-device-pixel-ratio: 1.5) {
    footer ul li:nth-child(3) a[data-v-f9e56dd8], footer ul li a[data-v-f9e56dd8] {
        font-size: 1.6rem
    }

    footer ul li a span[data-v-f9e56dd8]:first-child {
        font-size: 4rem
    }

    footer ul li:nth-child(3) a span[data-v-f9e56dd8]:first-child {
        font-size: 3.2rem
    }
}

@media only screen and (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-device-pixel-ratio: 2)and (device-aspect-ratio: 40/71) {
    footer ul li a[data-v-f9e56dd8] {
        font-size: .72rem
    }
}

.b-modal-content[data-v-54feef25] {
    padding: 0 10px 15px !important
}

.login-container[data-v-54feef25] {
    padding: 0 30px 10px
}

.login-form[data-v-54feef25] {
    margin-top: 20px
}

.login-button[data-v-54feef25] {
    display: block;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border: none;
    height: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: .3s;
    -webkit-transition: .3s;
    margin-bottom: 8px
}

.form-control[data-v-54feef25] {
    margin-bottom: 10px;
    background-color: hsla(0, 0%, 100%, .05);
    border: 1px solid #585858;
    color: #fff;
    font-size: 15px;
    height: 38px;
    width: 100%;
    margin-bottom: 0
}

.form-control[data-v-54feef25]:focus {
    outline: none;
    background-color: hsla(0, 0%, 100%, .05);
    border: 1px solid #585858;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6) !important
}

input[type=password][data-v-54feef25], input[type=text][data-v-54feef25] {
    background-color: hsla(0, 0%, 100%, .05);
    border: 1px solid #585858;
    color: #fff
}

.input-group[data-v-54feef25] {
    width: 100%;
    display: block;
    margin-bottom: 15px
}

.input-group .label[data-v-54feef25] {
    font-size: 13px;
    color: #ddd
}

.input-group .input[data-v-54feef25] {
    margin-top: 5px;
    background: #1a1f2c;
    position: relative
}

.input-group .input button[data-v-54feef25] {
    height: 38px;
    border: none;
    border-radius: .25rem;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    background: #8b0000;
    color: #fff
}

.input-group .required[data-v-54feef25] {
    color: gold;
    margin-left: 0
}

.b-modal-header[data-v-54feef25] {
    background: #ffb700
}

.login-button[data-v-54feef25] {
    margin-top: 10px;
    padding: 6px 12px;
    font-size: 14px;
    width: 100%
}

.login-button[data-v-54feef25], .login-button[data-v-54feef25]:hover {
    background: #f9d616 !important;
    color: #000
}

@media screen and (max-width: 468px) {
    .modal-body .b-modal-header[data-v-54feef25] {
        padding: 0 10px !important;
        border-bottom: none !important
    }
}

.popup-background {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, .4392156863);
    z-index: 999
}

.popups {
    position: absolute;
    z-index: 999999;
    width: 100%;
    text-align: center;
    top: 100px
}

.popup-container {
    max-width: 380px;
    width: 100%;
    max-height: 700px;
    overflow-y: scroll;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    background: #111
}

.popup-container::-webkit-scrollbar {
    width: 7px;
    background-color: #111
}

.popup-container::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #535353
}

.popup-content {
    background: #111;
    color: #fff
}

.popup-content img {
    width: 100%
}

.close-button {
    width: 100%;
    border: 0;
    background: #2e2e2e;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 12px
}

.close-button:hover {
    background: #111
}

.popup-bottom {
    position: sticky;
    bottom: 0
}

@media screen and (max-width: 468px) {
    .popup-container {
        margin-left: 0;
        left: 0;
        position: fixed;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column
    }

    .popups {
        top: 80px
    }
}

.reply-noti[data-v-9883f788] {
    text-align: center;
    color: #a71f67;
    font-weight: 600;
    cursor: pointer;
    padding: 15px
}

.reply-noti[data-v-9883f788]:hover {
    text-decoration: underline
}

.thema-background {
    background: linear-gradient(339deg, #22c1c3, #fdbb2d)
}

.thema-border-animate {
    border: 4px;
    --borderWidth: 5px;
    position: relative;
    border-radius: var(--borderWidth)
}

.thema-border-animate:after {
    content: "";
    position: absolute;
    top: calc(var(--borderWidth) * -1);
    left: calc(var(--borderWidth) * -1);
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(var(--borderWidth) * 1.5);
    z-index: -1;
    -webkit-animation: animatedgradient 2s ease infinite alternate;
    animation: animatedgradient 2s ease infinite alternate;
    background-size: 300% 300%
}

@-webkit-keyframes animatedgradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes animatedgradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

#app {
    font-family: Noto Sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background: #12131e !important
}

.app-user input::-webkit-inner-spin-button, .app-user input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.app-user input[type=number] {
    -moz-appearance: textfield
}

.app-user .btn {
    background-color: #1a1f2c
}

.app-user .sub-color {
    color: sliver
}

.app-user .table td {
    background: #1a182d !important;
    color: sliver !important
}

.app-user .main-title-div {
    color: #fff
}

.app-user .border-main {
    border: 2px solid #9f9cd6;
    padding: 2px;
    margin-bottom: 2px
}

.app-user .main-color {
    color: #9f9cd6 !important;
    font-weight: 800
}

.app-user .sub-board-header {
    font-size: 1.1em;
    font-weight: 700;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.app-user .board-header {
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    background: #1a1f2c !important
}

.app-user .board-header .yl_bar {
    display: none
}

.app-user .board-header .title {
    position: relative;
    left: -20px;
    font-size: 1.5em !important;
    color: sliver !important
}

.app-user .app-container {
    width: 1260px;
    margin: 0 auto;
    position: relative
}

.app-router-view {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 1200px;
    min-width: 1128px;
    width: 100%;
    margin: 0 auto;
    background-color: #1a182d
}

.app-user .app-router-view, .app-user .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-user .m-l-10 {
    margin-left: 10px
}

.app-user .pointer {
    cursor: pointer
}

.app-user .btn-transparent {
    padding: 0;
    border: none;
    margin: 0;
    background: none;
    outline: none;
    color: #fff
}

.app-user .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.app-user .table tr {
    font-size: 13px;
    font-weight: 500;
    color: #fff
}

.app-user .table thead > tr > th {
    background-color: rgba(120, 140, 190, .2);
    padding: 20px;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: none;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 18px;
    font-weight: 500;
    color: #c3d4ff
}

.app-user .table td, .app-user .table th {
    vertical-align: middle !important
}

.app-user .table td {
    border-top: 1px solid #333 !important;
    background: #1a1f2c !important;
    padding: .7rem !important
}

.app-user .table .board-subject:hover {
    text-decoration: none;
    color: #ffc527
}

.app-user .table .board-selected {
    color: #ffc527
}

.app-user .g-button {
    font-size: .7vw;
    width: 104px;
    height: 44px;
    border: 0;
    border-radius: 10px;
    background: #39f;
    color: #0f0e1b;
    font-weight: 600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-position .3s ease-in, text-shadow .3s ease-in .1s, -webkit-box-shadow .5s ease-out .1s;
    transition: background-position .3s ease-in, text-shadow .3s ease-in .1s, -webkit-box-shadow .5s ease-out .1s;
    transition: box-shadow .5s ease-out .1s, background-position .3s ease-in, text-shadow .3s ease-in .1s;
    transition: box-shadow .5s ease-out .1s, background-position .3s ease-in, text-shadow .3s ease-in .1s, -webkit-box-shadow .5s ease-out .1s
}

.app-user .g-button:hover {
    background-position: 0 0
}

.app-user .g-button-gold {
    font-size: .7vw;
    width: 104px;
    height: 44px;
    border: 0;
    border-radius: 10px;
    background: #ffbc21;
    color: #0f0e1b;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 4px 15px;
    overflow: hidden;
    -webkit-transition: background-position .3s ease-in, text-shadow .3s ease-in .1s, -webkit-box-shadow .5s ease-out .1s;
    transition: background-position .3s ease-in, text-shadow .3s ease-in .1s, -webkit-box-shadow .5s ease-out .1s;
    transition: box-shadow .5s ease-out .1s, background-position .3s ease-in, text-shadow .3s ease-in .1s;
    transition: box-shadow .5s ease-out .1s, background-position .3s ease-in, text-shadow .3s ease-in .1s, -webkit-box-shadow .5s ease-out .1s
}

.app-user .g-button-gold:hover {
    background-position: 0 0
}

.app-user .modal-content {
    border-radius: 18px !important
}

.app-user .modal-body {
    padding: 0 !important;
    background: #1e2024 !important;
    border-radius: 18px
}

.app-user .modal-body .b-modal-header {
    position: relative;
    padding: 0 10px !important;
    text-align: center
}

.app-user .modal-body .b-modal-header img {
    width: 80px
}

.app-user .modal-body .b-modal-mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background: #191919;
    color: #ffc527;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.app-user .modal-body .b-modal-content {
    padding: 0
}

.app-user .modal-close-button {
    background: none;
    position: absolute;
    right: 0;
    top: 6px
}

.app-user .modal-close-button, .app-user .modal-close-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.app-user .currency {
    text-align: right !important;
    color: #9f9cd6 !important;
    font-weight: 600 !important;
    padding-right: 25px !important
}

.app-user .right {
    float: right
}

.app-user .btn-yellow {
    border: 1px solid #fad981;
    background: -webkit-gradient(linear, left top, left bottom, from(#efd48c), to(#ddad2d));
    background: linear-gradient(180deg, #efd48c 0, #ddad2d)
}

.app-user .btn-yellow:hover, .app-user .game-button:hover .btn-yellow {
    color: #fad981 !important;
    background: #000
}

.app-user .button-disabled:hover {
    border: 1px solid #6f6f6f !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#454545)) !important;
    background: linear-gradient(180deg, #000 0, #454545) !important;
    cursor: not-allowed
}

.app-user .swal2-show {
    background: #1a1f2c
}

.app-user .swal2-popup {
    width: 100% !important;
    max-width: 420px !important;
    background: #1a1f2c !important
}

.app-user .swal2-title {
    font-size: 20px !important;
    color: #fff !important
}

.app-user .swal2-content {
    font-size: 15px !important;
    color: #fff !important
}

.app-user .swal2-icon {
    width: 3em !important;
    height: 3em !important;
    margin: 1.25em auto 1em
}

.app-user .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: 1.38em !important;
    width: 1.5em !important
}

.app-user .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .8em !important
}

.app-user .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .74em !important
}

.app-user .swal2-styled.swal2-confirm {
    background: -webkit-gradient(linear, left top, left bottom, from(#efd48c), to(#ddad2d)) !important;
    background: linear-gradient(180deg, #efd48c 0, #ddad2d) !important;
    color: #121212 !important;
    border: 1px solid #fad981 !important
}

.app-user .swal2-styled {
    padding: .225em 2em !important
}

.app-user .swal2-icon.swal2-success [class^=swal2-success-line] {
    top: 1.5em !important;
    left: .2em !important
}

.app-user .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    width: 1.2em !important
}

.app-user .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    width: 2em !important;
    top: 1.3em !important;
    left: .8em !important
}

.app-user .m-side-bar .b-sidebar {
    width: 250px !important
}

.app-user .b-sidebar-body {
    background-color: #131824
}

.app-user .font-skyblue {
    color: #1874cd
}

.app-user .font-gold {
    color: #ffc527
}

.app-user .font-indianred {
    color: #cd5c5c
}

.app-user .pc {
    display: block
}

.app-user .mobile {
    display: none
}

.app-user .dark-select option {
    background-color: #191919 !important
}

.app-user .html img {
    width: 30% !important
}

.app-user .popups {
    position: absolute;
    z-index: 1000;
    width: 100%;
    text-align: center;
    top: 20%
}

.app-user .popups .popup {
    max-width: 380px;
    width: 100%;
    display: inline-block;
    margin-left: 20px;
    border: 3px solid #daa520;
    position: relative
}

@media screen and (max-width: 468px) {
    .app-user .html img {
        width: 100% !important
    }

    .app-user .popups {
        top: 60px
    }

    .app-user .popups .popup {
        margin-left: 0;
        left: 0;
        position: fixed;
        max-width: 100%
    }

    .app-user .pc {
        display: none !important
    }

    .app-user .mobile {
        display: block !important
    }

    .app-user .only-pc {
        display: none !important
    }

    .app-user .modal-content {
        height: 100vh
    }

    .app-user .modal-body {
        border: none !important
    }

    .app-user .modal-dialog {
        margin: 0 !important
    }

    .app-user .m-p-10 {
        padding: 0 10px
    }

    .app-user .app-router-view {
        width: 100%;
        min-width: 100%
    }
}

.app-user .bg-light {
    border-radius: .25rem
}

.app-user .black-to-yellow-transition {
    background-color: #6f747e;
    border: 1px solid #3a3a3a;
    color: #fff
}

.app-user .black-to-yellow-transition:hover {
    border: 1px solid #404040 !important;
    background: #ffc000 !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-user .red-transition {
    background-color: #8b0000;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.app-user .red-transition:hover {
    border: 1px solid #404040 !important;
    background: #000 !important;
    color: #fff
}

.app-user .black3-transition {
    background-color: #333;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.app-user .black3-transition:hover {
    border: 1px solid #404040 !important;
    background: #000 !important
}

.app-user .page-wrapper {
    margin: 0 auto;
    padding: 30px 0;
    color: #fff !important;
    background-color: #121221;
    min-height: 1030px
}

.app-user .contWrap {
    position: relative;
    width: 100%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0
}

.app-user .contWrap, .app-user .leftSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-user .leftSide {
    width: calc(100% - 300px);
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.app-user .rightSide {
    width: 100%;
    max-width: 340px
}

.app-user .board-header {
    background: #1a1f2c;
    position: relative;
    border-radius: 4px;
    padding: 0 12px;
    display: table;
    width: 100%;
    height: 46px
}

.app-user .board-header .title {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.app-user .yl_bar {
    width: 4px;
    height: 25px;
    background: #f3ba2f;
    border-radius: 10px
}

.app-router-content {
    padding-left: 340px;
    width: 100%;
    min-height: 70vh
}

@media screen and (max-width: 468px) {
    .app-user .page-wrapper {
        width: 100%
    }

    .app-user .app-router-content {
        padding-left: 0;
        padding-bottom: 50px;
        min-height: 70vh
    }

    .app-user .contWrap {
        padding: 10px
    }

    .app-user .leftSide {
        width: 100%;
        padding-right: 0
    }

    .app-user .mobile-hide {
        display: none
    }
}

@media (min-width: 576px) {
    .app-user .modal-sm {
        max-width: 420px !important
    }
}

@media (max-width: 430px) {
    .app-user .live_gm {
        width: 890px !important
    }
}

@media (max-width: 410px) {
    .app-user .live_gm {
        width: 870px !important
    }
}

@media (min-width: 384px)and (max-width: 410px) {
    .app-user .live_gm {
        width: 810px !important;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
}

@media (min-width: 360px)and (max-width: 376px) {
    .app-user .live_gm {
        width: 780px !important
    }
}

.app-user * ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.app-user * :-webkit-scrollbar-track {
    background-color: #000
}

.app-user * ::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 200px
}

@media screen and (max-width: 468px) {
    .head-menu, .pc {
        display: none !important
    }

    #agent-pc-header {
        margin-left: 0 !important;
        width: 100% !important
    }

    #agent-router-view {
        padding-left: 0 !important
    }

    .mobile-head-menu {
        display: flex
    }

    .mobile-head-menu div {
        display: inline-block
    }

    .mobile-head-menu .left {
        width: 40px
    }

    .mobile-head-menu .center {
        width: calc(100% - 80px);
        padding-top: 3px;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        color: #fff
    }

    .mobile-head-menu .right {
        width: 40px
    }
}

.pc-side-bar ul {
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0;
    padding: 10px
}

.pc-side-bar ul li {
    list-style: none;
    padding: 15px 0;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
    position: relative;
    padding: 10px 20px;
    margin-bottom: 2px
}

.pc-side-bar ul .active, .pc-side-bar ul li:hover {
    background-color: hsla(0, 0%, 100%, .1);
    cursor: pointer;
    border-radius: 4px;
    font-weight: 600 !important;
    color: #fff !important
}

.pc-side-bar .b-sidebar {
    width: 280px !important;
    height: 100vh
}

.pc-side-bar .b-sidebar-body {
    background-color: #444054;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#261959", endColorstr="#130645", GradientType=1)
}

.sub-li {
    padding-left: 40px !important;
    font-size: 13px !important;
    font-weight: 400 !important
}

.group-li {
    font-weight: 700;
    font-size: .8rem !important;
    cursor: default !important
}

.group-li:hover {
    background-color: transparent !important
}

.transition {
    background-color: transparent;
    outline: none;
    border: none
}

.menu-bar {
    margin-top: 5px !important;
    padding: 0 5px !important
}

.menu-bar li {
    padding: 10px !important;
    text-align: center !important
}

.menu-bar li svg {
    color: #fff !important
}

.st0 {
    fill: #1f1f1a
}

.st1 {
    fill: #ffe450
}

.pe-icon {
    color: hsla(0, 0%, 100%, .7450980392);
    font-size: 18px;
    font-weight: 700;
    margin-right: 13px;
    margin-top: -4px !important
}

.table-container[data-v-7798f5f3] {
    display: inline-flex;
    width: 100%;
    max-width: 800px;
    float: right;
    margin: 10px 0;
    overflow-x: auto;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

table[data-v-7798f5f3] {
    width: 100%;
    border-collapse: collapse
}

td[data-v-7798f5f3], th[data-v-7798f5f3] {
    padding: 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    font-weight: 300;
    color: #67757c
}

.cell[data-v-7798f5f3], th[data-v-7798f5f3] {
    background-color: #f5f5f5
}

.cell.blue[data-v-7798f5f3] {
    background-color: #d3f0ff
}

.cell.red[data-v-7798f5f3] {
    background-color: #ffd3d3
}

.cell.yellow[data-v-7798f5f3] {
    background-color: #fffbe4
}

.cell.purple[data-v-7798f5f3] {
    background-color: #e9e1f6
}

.cell.skyblue[data-v-7798f5f3] {
    background-color: #dcf8fe
}

.cell.pink[data-v-7798f5f3] {
    background-color: #ffe6e2
}

.fade-enter-active[data-v-7798f5f3], .fade-leave-active[data-v-7798f5f3] {
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.fade-enter[data-v-7798f5f3], .fade-leave-to[data-v-7798f5f3] {
    opacity: 0;
    transform: translateY(-20px)
}

[data-v-49720d92] ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

[data-v-49720d92] ::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 80%, .2549019608);
    border-radius: 200px
}

.head-menu[data-v-49720d92] {
    display: flex;
    justify-content: space-between
}

.head-menu ul[data-v-49720d92] {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.head-menu ul li[data-v-49720d92] {
    color: #eaeded;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px
}

.my-info h6[data-v-49720d92] {
    margin-top: 16px
}

.my-info h6[data-v-49720d92]:first-child {
    margin-top: 0
}

.data-form[data-v-49720d92] {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px
}

.data-form .data[data-v-49720d92] {
    position: absolute;
    right: 0;
    top: 0
}

.side-menu ul[data-v-49720d92] {
    padding: 0;
    margin: 0
}

.side-menu ul li[data-v-49720d92] {
    list-style: none;
    border-bottom: 1px solid #777;
    transition: .6;
    color: #fff;
    background: #1a242d;
    font-weight: 400 !important;
    font-size: 14px;
    cursor: pointer
}

.side-menu ul .menu[data-v-49720d92] {
    padding: 15px 20px 15px
}

.side-menu ul .menu[data-v-49720d92]:hover {
    background: #333;
    cursor: pointer;
    transition: .6
}

.side-menu ul .child-menu[data-v-49720d92] {
    padding-left: 40px
}

.notice-menu[data-v-49720d92] {
    position: absolute;
    right: 10px;
    top: 8px
}

.notice-menu .m-notice-menu[data-v-49720d92] {
    display: none;
    background: none;
    border: none;
    outline: none
}

.notice-menu ul[data-v-49720d92] {
    list-style: none;
    margin: 0;
    padding: 0
}

.notice-menu ul li[data-v-49720d92] {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.notice-menu ul li a[data-v-49720d92] {
    color: #7fc4f5
}

.notice-menu ul li[data-v-49720d92]:hover {
    color: #f90
}

.notice-menu ul .number-count[data-v-49720d92] {
    color: #fff
}

ul[data-v-49720d92] {
    margin-bottom: 0
}

.btn[data-v-49720d92] {
    font-size: 13px
}

.pc {
    display: block
}

.mobile-head-menu {
    display: none
}

.menu-close {
    overflow: hidden;
    max-height: 0;
    transition: all .5s
}

.menu-open {
    max-height: 500px
}

@media screen and (max-width: 468px) {
    .head-menu, .pc {
        display: none !important
    }

    #agent-pc-header {
        margin-left: 0 !important;
        width: 100% !important
    }

    #agent-router-view {
        padding-left: 0 !important
    }

    .mobile-head-menu {
        display: flex
    }

    .mobile-head-menu div {
        display: inline-block
    }

    .mobile-head-menu .left {
        width: 40px
    }

    .mobile-head-menu .center {
        width: calc(100% - 80px);
        padding-top: 3px;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        color: #fff
    }

    .mobile-head-menu .right {
        width: 40px
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 998
    }
}

.pc-side-bar-b ul {
    margin-top: 50px;
    margin-left: 0;
    padding-left: 0;
    padding: 10px 0
}

.pc-side-bar-b ul li {
    list-style: none;
    padding: 25px 0;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
    position: relative;
    padding: 10px 20px;
    margin-bottom: 0
}

.pc-side-bar-b ul .active, .pc-side-bar-b ul li:hover {
    cursor: pointer;
    border-radius: 4px;
    font-weight: 600 !important;
    color: #fff !important
}

.pc-side-bar-b .sub-li {
    padding-left: 40px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    background-color: #27272a
}

.pc-side-bar-b .group-li {
    font-weight: 700;
    font-size: .8rem !important;
    cursor: default !important;
    padding: 18px 20px !important
}

.pc-side-bar-b .group-li div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pc-side-bar-b .group-li:hover {
    background-color: transparent !important
}

.pc-side-bar-b .transition {
    background-color: transparent;
    outline: none;
    border: none
}

.pc-side-bar-b .menu-bar {
    margin-top: 5px !important;
    padding: 0 5px !important
}

.pc-side-bar-b .menu-bar li {
    padding: 10px !important;
    text-align: center !important
}

.pc-side-bar-b .menu-bar li svg {
    color: #fff !important
}

.pc-side-bar-b .st0 {
    fill: #1f1f1a
}

.pc-side-bar-b .st1 {
    fill: #ffe450
}

.pc-side-bar-b .pe-icon {
    color: hsla(0, 0%, 100%, .7450980392);
    font-size: 18px;
    font-weight: 700;
    margin-right: 0 !important;
    margin-top: -4px !important
}

.pc-side-bar-b .b-sidebar {
    width: 280px !important;
    height: 100vh
}

.pc-side-bar-b .b-sidebar-body {
    background-color: #323237;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#261959", endColorstr="#130645", GradientType=1)
}

.active a {
    color: #fff !important
}

.help-desk {
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    padding: 20px;
    cursor: pointer;
    background-color: #232f3e;
    width: 238px
}

[data-v-0e07e890] ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

[data-v-0e07e890] ::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 80%, .2549019608);
    border-radius: 200px
}

.head-menu[data-v-0e07e890] {
    display: flex;
    justify-content: space-between
}

.head-menu ul[data-v-0e07e890] {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.head-menu ul li[data-v-0e07e890] {
    color: #f8ef43;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px
}

.my-info h6[data-v-0e07e890] {
    margin-top: 16px
}

.my-info h6[data-v-0e07e890]:first-child {
    margin-top: 0
}

.data-form[data-v-0e07e890] {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px
}

.data-form .data[data-v-0e07e890] {
    position: absolute;
    right: 0;
    top: 0
}

.side-menu ul[data-v-0e07e890] {
    padding: 0;
    margin: 0
}

.side-menu ul li[data-v-0e07e890] {
    list-style: none;
    border-bottom: 1px solid #777;
    transition: .6;
    color: #fff;
    background: #1a242d;
    font-weight: 400 !important;
    font-size: 14px;
    cursor: pointer
}

.side-menu ul .menu[data-v-0e07e890] {
    padding: 15px 20px 15px
}

.side-menu ul .menu[data-v-0e07e890]:hover {
    background: #333;
    cursor: pointer;
    transition: .6
}

.side-menu ul .child-menu[data-v-0e07e890] {
    padding-left: 40px
}

.notice-menu[data-v-0e07e890] {
    position: absolute;
    right: 10px;
    top: 8px
}

.notice-menu .m-notice-menu[data-v-0e07e890] {
    display: none;
    background: none;
    border: none;
    outline: none
}

.notice-menu ul[data-v-0e07e890] {
    list-style: none;
    margin: 0;
    padding: 0
}

.notice-menu ul li[data-v-0e07e890] {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.notice-menu ul li a[data-v-0e07e890] {
    color: #7fc4f5
}

.notice-menu ul li[data-v-0e07e890]:hover {
    color: #f90
}

.notice-menu ul .number-count[data-v-0e07e890] {
    color: #fff
}

ul[data-v-0e07e890] {
    margin-bottom: 0
}

.btn[data-v-0e07e890] {
    font-size: 13px
}

.wallet-button[data-v-920bcef8] {
    background: #6495ed;
    border-radius: 4px;
    width: unset;
    margin-top: unset;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 5px
}

.wallet-button.clear[data-v-920bcef8] {
    background: tomato;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.btn[data-v-920bcef8] {
    padding: 5px 8px;
    font-size: 14px;
    line-height: normal
}

.page-link[data-v-2c225057]:hover, .selected-page[data-v-2c225057] {
    background: #007bff !important;
    color: #fff !important;
    font-weight: 600;
    border-color: hsla(0, 0%, 100%, .2)
}

.page-link[data-v-2c225057] {
    padding: 6px 12px !important;
    font-size: 14px;
    border-radius: 4px !important;
    background-color: #eee;
    border-color: hsla(0, 0%, 100%, .2);
    color: #333
}

@media screen and (max-width: 468px) {
    .page-link[data-v-2c225057] {
        padding: 4px 8px !important
    }
}

.input-group[data-v-3ef2760c] {
    width: 100%;
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.input-group .label[data-v-3ef2760c] {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    width: 150px;
    text-align: left;
    padding: 5px 0
}

.input-group .input[data-v-3ef2760c] {
    width: 100%;
    position: relative
}

.input-group .input .form-control[data-v-3ef2760c]:focus {
    outline: none;
    background-color: hsla(0, 0%, 100%, .05)
}

.input-group .input input[data-v-3ef2760c] {
    background-color: hsla(0, 0%, 100%, .05);
    color: #000;
    font-size: 14px;
    border-radius: 1px
}

.input-group .message[data-v-3ef2760c] {
    color: #000;
    font-size: 14px
}

.input-group .required[data-v-3ef2760c] {
    color: #99211f
}

.input-group .login-button[data-v-3ef2760c] {
    font-size: 14px;
    height: calc(1.5em + .75rem + 2px);
    position: absolute;
    top: 0;
    right: 0
}

.input-group .exchange-password[data-v-3ef2760c] {
    padding-right: 120px
}

.input-group .wallet-button[data-v-3ef2760c] {
    background: #6495ed;
    border-radius: 4px;
    width: unset;
    margin-top: unset;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 5px
}

@media screen and (max-width: 468px) {
    .input-group .wallet-button[data-v-3ef2760c] {
        padding: 0 9px
    }
}

.input-group .wallet-button.clear[data-v-3ef2760c] {
    background: tomato;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.input-group .wallet-button[data-v-3ef2760c]:active, .input-group .wallet-button[data-v-3ef2760c]:focus, .input-group .wallet-button[data-v-3ef2760c]:hover {
    background: -moz-linear-gradient(top, #efd48c 0, #ddad2d 100%);
    background: -webkit-linear-gradient(top, #efd48c, #ddad2d);
    background: linear-gradient(180deg, #efd48c 0, #ddad2d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd48c", endColorstr="#ddad2d", GradientType=0);
    color: #fff
}

@media screen and (max-width: 468px) {
    .input-group[data-v-3ef2760c] {
        padding: 0 9px
    }
}

.charge-button[data-v-3ef2760c] {
    width: 100% !important;
    max-width: 420px !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px
}

.error-message[data-v-3ef2760c] {
    color: #cd5c5c;
    font-size: 14px;
    margin-top: 5px
}

.gold[data-v-3ef2760c] {
    color: #ffc527 !important
}

.alert-danger[data-v-3ef2760c] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 10pt;
    padding: 10px;
    border-radius: 9px
}

.input-group[data-v-7c1874cd] {
    width: 100%;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.input-group .label[data-v-7c1874cd] {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    width: 150px;
    text-align: left;
    padding: 5px 0
}

.input-group .input[data-v-7c1874cd] {
    width: 100%;
    position: relative
}

.input-group .input .form-control[data-v-7c1874cd]:focus {
    outline: none;
    background-color: hsla(0, 0%, 100%, .05)
}

.input-group .input input[data-v-7c1874cd] {
    background-color: hsla(0, 0%, 100%, .05);
    color: #000;
    font-size: 14px;
    border-radius: 1px
}

.input-group .message[data-v-7c1874cd] {
    color: #000;
    font-size: 14px
}

.input-group .required[data-v-7c1874cd] {
    color: #99211f
}

.input-group .login-button[data-v-7c1874cd] {
    font-size: 14px;
    height: calc(1.5em + .75rem + 2px);
    position: absolute;
    top: 0;
    right: 0
}

.input-group .exchange-password[data-v-7c1874cd] {
    padding-right: 120px
}

.input-group .wallet-button[data-v-7c1874cd] {
    background: #6495ed;
    border-radius: 4px;
    width: unset;
    margin-top: unset;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 5px
}

@media screen and (max-width: 468px) {
    .input-group .wallet-button[data-v-7c1874cd] {
        padding: 0 9px
    }
}

.input-group .wallet-button.clear[data-v-7c1874cd] {
    background: tomato;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.input-group .wallet-button[data-v-7c1874cd]:active, .input-group .wallet-button[data-v-7c1874cd]:focus, .input-group .wallet-button[data-v-7c1874cd]:hover {
    background: -moz-linear-gradient(top, #efd48c 0, #ddad2d 100%);
    background: -webkit-linear-gradient(top, #efd48c, #ddad2d);
    background: linear-gradient(180deg, #efd48c 0, #ddad2d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd48c", endColorstr="#ddad2d", GradientType=0);
    color: #fff
}

@media screen and (max-width: 468px) {
    .input-group[data-v-7c1874cd] {
        padding: 0 9px
    }
}

.charge-button[data-v-7c1874cd] {
    width: 100% !important;
    max-width: 420px !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px
}

.error-message[data-v-7c1874cd] {
    color: #cd5c5c;
    font-size: 14px;
    margin-top: 5px
}

.gold[data-v-7c1874cd] {
    color: #ffc527 !important
}

.alert-danger[data-v-7c1874cd] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 10pt;
    padding: 10px;
    border-radius: 9px
}

.input-group[data-v-f3a13eea] {
    width: 100%;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.input-group .label[data-v-f3a13eea] {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    width: 150px;
    text-align: left;
    padding: 5px 0
}

.input-group .input[data-v-f3a13eea] {
    width: 100%;
    position: relative
}

.input-group .input .form-control[data-v-f3a13eea]:focus {
    outline: none;
    background-color: hsla(0, 0%, 100%, .05)
}

.input-group .input input[data-v-f3a13eea] {
    background-color: hsla(0, 0%, 100%, .05);
    color: #000;
    font-size: 14px;
    border-radius: 1px
}

.input-group .message[data-v-f3a13eea] {
    color: #000;
    font-size: 14px
}

.input-group .required[data-v-f3a13eea] {
    color: #99211f
}

.input-group .login-button[data-v-f3a13eea] {
    font-size: 14px;
    height: calc(1.5em + .75rem + 2px);
    position: absolute;
    top: 0;
    right: 0
}

.input-group .exchange-password[data-v-f3a13eea] {
    padding-right: 120px
}

.input-group .wallet-button[data-v-f3a13eea] {
    background: #6495ed;
    border-radius: 4px;
    width: unset;
    margin-top: unset;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 5px
}

@media screen and (max-width: 468px) {
    .input-group .wallet-button[data-v-f3a13eea] {
        padding: 0 9px
    }
}

.input-group .wallet-button.clear[data-v-f3a13eea] {
    background: tomato;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.input-group .wallet-button[data-v-f3a13eea]:active, .input-group .wallet-button[data-v-f3a13eea]:focus, .input-group .wallet-button[data-v-f3a13eea]:hover {
    background: -moz-linear-gradient(top, #efd48c 0, #ddad2d 100%);
    background: -webkit-linear-gradient(top, #efd48c, #ddad2d);
    background: linear-gradient(180deg, #efd48c 0, #ddad2d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd48c", endColorstr="#ddad2d", GradientType=0);
    color: #fff
}

@media screen and (max-width: 468px) {
    .input-group[data-v-f3a13eea] {
        padding: 0 9px
    }
}

.charge-button[data-v-f3a13eea] {
    width: 100% !important;
    max-width: 420px !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px
}

.error-message[data-v-f3a13eea] {
    color: #cd5c5c;
    font-size: 14px;
    margin-top: 5px
}

.gold[data-v-f3a13eea] {
    color: #ffc527 !important
}

.alert-danger[data-v-f3a13eea] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 10pt;
    padding: 10px;
    border-radius: 9px
}

.wallet-button[data-v-5efcd723] {
    background: #6495ed;
    border-radius: 4px;
    width: unset;
    margin-top: unset;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 30px;
    line-height: 34px;
    font-size: 12px !important;
    margin-right: 5px
}

.wallet-button.clear[data-v-5efcd723] {
    background: tomato;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.btn[data-v-5efcd723] {
    padding: 5px 8px;
    font-size: 14px;
    line-height: normal
}

.input-group[data-v-66e541c6] {
    width: 100%;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.input-group .label[data-v-66e541c6] {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    width: 150px;
    text-align: left;
    padding: 5px 0
}

.input-group .input[data-v-66e541c6] {
    width: 100%;
    position: relative
}

.input-group .input .form-control[data-v-66e541c6]:focus {
    outline: none;
    background-color: hsla(0, 0%, 100%, .05)
}

.input-group .input input[data-v-66e541c6] {
    background-color: hsla(0, 0%, 100%, .05);
    color: #000;
    font-size: 14px;
    border-radius: 1px
}

.input-group .message[data-v-66e541c6] {
    color: #000;
    font-size: 14px
}

.input-group .required[data-v-66e541c6] {
    color: #99211f
}

.input-group .login-button[data-v-66e541c6] {
    font-size: 14px;
    height: calc(1.5em + .75rem + 2px);
    position: absolute;
    top: 0;
    right: 0
}

.input-group .exchange-password[data-v-66e541c6] {
    padding-right: 120px
}

.input-group .wallet-button[data-v-66e541c6] {
    background: #6495ed;
    border-radius: 4px;
    width: unset;
    margin-top: unset;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 5px
}

@media screen and (max-width: 468px) {
    .input-group .wallet-button[data-v-66e541c6] {
        padding: 0 9px
    }
}

.input-group .wallet-button.clear[data-v-66e541c6] {
    background: tomato;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.input-group .wallet-button[data-v-66e541c6]:active, .input-group .wallet-button[data-v-66e541c6]:focus, .input-group .wallet-button[data-v-66e541c6]:hover {
    background: -moz-linear-gradient(top, #efd48c 0, #ddad2d 100%);
    background: -webkit-linear-gradient(top, #efd48c, #ddad2d);
    background: linear-gradient(180deg, #efd48c 0, #ddad2d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd48c", endColorstr="#ddad2d", GradientType=0);
    color: #fff
}

@media screen and (max-width: 468px) {
    .input-group[data-v-66e541c6] {
        padding: 0 9px
    }
}

.charge-button[data-v-66e541c6] {
    width: 100% !important;
    max-width: 420px !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px
}

.error-message[data-v-66e541c6] {
    color: #cd5c5c;
    font-size: 14px;
    margin-top: 5px
}

.gold[data-v-66e541c6] {
    color: #ffc527 !important
}

.alert-danger[data-v-66e541c6] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 10pt;
    padding: 10px;
    border-radius: 9px
}

.panel[data-v-66e541c6] {
    border: 1px solid hsla(0, 0%, 100%, .2);
    color: #333;
    border-radius: 4px;
    margin-bottom: 20px
}

.panel .panel-heading[data-v-66e541c6] {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 10px 15px;
    position: relative;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background-color: #ececec;
    color: #333
}

.panel .panel-heading h5[data-v-66e541c6] {
    font-size: 15px;
    margin-bottom: 0
}

@media screen and (max-width: 468px) {
    .panel .panel-heading h5[data-v-66e541c6] {
        width: 200px
    }
}

.panel .panel-heading .date[data-v-66e541c6] {
    text-align: right;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    right: 10px;
    top: 12px;
    position: absolute
}

.panel .panel-body[data-v-66e541c6] {
    background: hsla(0, 0%, 100%, .05);
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 13px
}

.input-group[data-v-168aba9d] {
    width: 100%;
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.input-group .label[data-v-168aba9d] {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    width: 150px;
    text-align: left;
    padding: 5px 0
}

.input-group .input[data-v-168aba9d] {
    width: 100%;
    position: relative
}

.input-group .input .form-control[data-v-168aba9d]:focus {
    outline: none;
    background-color: hsla(0, 0%, 100%, .05)
}

.input-group .input input[data-v-168aba9d] {
    background-color: hsla(0, 0%, 100%, .05);
    color: #000;
    font-size: 14px;
    border-radius: 1px
}

.input-group .message[data-v-168aba9d] {
    color: #000;
    font-size: 14px
}

.input-group .required[data-v-168aba9d] {
    color: #99211f
}

.input-group .login-button[data-v-168aba9d] {
    font-size: 14px;
    height: calc(1.5em + .75rem + 2px);
    position: absolute;
    top: 0;
    right: 0
}

.input-group .exchange-password[data-v-168aba9d] {
    padding-right: 120px
}

.input-group .wallet-button[data-v-168aba9d] {
    background: #6495ed;
    border-radius: 4px;
    width: unset;
    margin-top: unset;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 5px
}

@media screen and (max-width: 468px) {
    .input-group .wallet-button[data-v-168aba9d] {
        padding: 0 9px
    }
}

.input-group .wallet-button.clear[data-v-168aba9d] {
    background: tomato;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.input-group .wallet-button[data-v-168aba9d]:active, .input-group .wallet-button[data-v-168aba9d]:focus, .input-group .wallet-button[data-v-168aba9d]:hover {
    background: -moz-linear-gradient(top, #efd48c 0, #ddad2d 100%);
    background: -webkit-linear-gradient(top, #efd48c, #ddad2d);
    background: linear-gradient(180deg, #efd48c 0, #ddad2d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd48c", endColorstr="#ddad2d", GradientType=0);
    color: #fff
}

@media screen and (max-width: 468px) {
    .input-group[data-v-168aba9d] {
        padding: 0 9px
    }
}

.charge-button[data-v-168aba9d] {
    width: 100% !important;
    max-width: 420px !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px
}

.error-message[data-v-168aba9d] {
    color: #cd5c5c;
    font-size: 14px;
    margin-top: 5px
}

.gold[data-v-168aba9d] {
    color: #ffc527 !important
}

.alert-danger[data-v-168aba9d] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 10pt;
    padding: 10px;
    border-radius: 9px
}

.loading[data-v-5e1ca8a1] {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    right: 0
}

.join_frame[data-v-bf9db366] {
    min-height: 480px
}

.join_frame .title[data-v-bf9db366] {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ddd;
    color: #333
}

.join_frame table[data-v-bf9db366] {
    width: 100%
}

.join_frame table tr[data-v-bf9db366] {
    width: 100%;
    border-bottom: 1px solid #ddd
}

.join_frame table th[data-v-bf9db366] {
    width: 40%;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    text-align: center
}

.join_frame table td[data-v-bf9db366] {
    padding: 0 12px
}

.join-input[data-v-bf9db366] {
    width: 100%;
    height: 36px;
    line-height: 42px;
    font-size: 13px;
    vertical-align: middle;
    outline: none
}

.join-btn-frame[data-v-bf9db366] {
    margin-top: 12px
}

.input-frame[data-v-bf9db366] {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.login-input[data-v-bf9db366] {
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    outline: none
}

.login-button[data-v-bf9db366] {
    display: block;
    cursor: pointer;
    background: #303c67;
    color: #fff;
    font-size: 13px;
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: .3s;
    -webkit-transition: .3s
}

.link-frame[data-v-bf9db366] {
    padding-top: 15px;
    margin: 0
}

.join-link[data-v-bf9db366] {
    text-decoration: none;
    color: #aaa;
    cursor: pointer
}

.button-text[data-v-bf9db366] {
    padding: 14px 0 16px 0
}

.input-group[data-v-2d9ae00e] {
    width: 100%;
    display: flex;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.input-group .label[data-v-2d9ae00e] {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-align: left;
    padding: 10px 0
}

.input-group .input[data-v-2d9ae00e] {
    width: 100%;
    position: relative
}

.input-group .input .form-control[data-v-2d9ae00e]:focus {
    outline: none;
    background-color: hsla(0, 0%, 100%, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6) !important
}

.input-group .input input[data-v-2d9ae00e] {
    background-color: hsla(0, 0%, 100%, .05);
    font-size: 14px;
    border-radius: 1px
}

.input-group .message[data-v-2d9ae00e] {
    color: #999;
    font-size: 14px;
    padding-top: 8px
}

.input-group .required[data-v-2d9ae00e] {
    color: #99211f
}

.input-group .exchange-password[data-v-2d9ae00e] {
    padding-right: 120px
}

.input-group .wallet-button[data-v-2d9ae00e] {
    background: #99211f;
    width: unset;
    margin-top: unset;
    border-radius: 0;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 5px
}

@media screen and (max-width: 468px) {
    .input-group .wallet-button[data-v-2d9ae00e] {
        padding: 0 9px
    }
}

.input-group .wallet-button.clear[data-v-2d9ae00e] {
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.input-group .wallet-button[data-v-2d9ae00e]:active, .input-group .wallet-button[data-v-2d9ae00e]:focus, .input-group .wallet-button[data-v-2d9ae00e]:hover {
    background: -moz-linear-gradient(top, #efd48c 0, #ddad2d 100%);
    background: -webkit-linear-gradient(top, #efd48c, #ddad2d);
    background: linear-gradient(180deg, #efd48c 0, #ddad2d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd48c", endColorstr="#ddad2d", GradientType=0);
    color: #fff
}

@media screen and (max-width: 468px) {
    .input-group[data-v-2d9ae00e] {
        padding: 0 9px
    }
}

.charge-button[data-v-2d9ae00e] {
    width: 100% !important;
    max-width: 420px !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px
}

.error-message[data-v-2d9ae00e] {
    color: #cd5c5c;
    font-size: 14px;
    margin-top: 5px
}

.gold[data-v-2d9ae00e] {
    color: #ffc527 !important
}

@media screen and (max-width: 468px) {
    .menu-content[data-v-2d9ae00e] {
        padding: 0
    }
}

.reply-noti[data-v-12d5bdac] {
    text-align: center;
    color: #8abdff;
    font-weight: 600;
    cursor: pointer;
    padding: 15px
}

.reply-noti[data-v-12d5bdac]:hover {
    text-decoration: underline
}

.alert-default[data-v-199c2902] {
    color: #fff;
    background-color: #333;
    border-color: none;
    font-weight: 400
}

.error[data-v-199c2902] {
    color: #fff;
    background-color: #eb5757;
    border-color: none;
    font-weight: 400
}

.wallet-button[data-v-5c203dcc] {
    background: #6495ed;
    border-radius: 4px;
    width: unset;
    margin-top: unset;
    border: none;
    padding: 0 12.4px;
    color: #fff;
    height: 30px;
    line-height: 34px;
    font-size: 12px !important;
    margin-right: 5px
}

.wallet-button.clear[data-v-5c203dcc] {
    background: tomato;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.btn[data-v-5c203dcc] {
    padding: 5px 8px;
    font-size: 14px;
    line-height: normal
}

.app-agent {
    .mbg {
        background-color: hsla(0, 0%, 100%, .45) !important
    }

    .modal-body {
        background: #fff;
        border: none
    }

    .table {
        td {
            border-top: 1px solid #333 !important;
            background: #fff !important;
            color: #000 !important;
            padding: .7rem !important
        }
    }
}

.app-agent {
    .user-parent-form-group {
        .col {
            display: flex !important
        }
    }

    background-color: #f1f4f6 !important;

    .page-wrapper {
        margin: 0 auto;
        padding: 30px 0;
        color: #fff !important
    }

    .card, .page-wrapper {
        background-color: #fff
    }

    .card {
        box-shadow: 0 .46875rem 2.1875rem rgba(4, 9, 20, .03), 0 .9375rem 1.40625rem rgba(4, 9, 20, .03), 0 .25rem .53125rem rgba(4, 9, 20, .05), 0 .125rem .1875rem rgba(4, 9, 20, .03);
        border-radius: .25rem;

        .card-header {
            margin-bottom: 10px;
            padding: 10px 1.25rem;
            background-color: transparent
        }

        .card-footer {
            padding: 1.25rem;
            background-color: transparent;
            font-size: 14px;
            color: #495057
        }

        .card-body {
            padding: 1.25rem
        }

        .dark-table {
            margin-bottom: 0;
            border: none !important;

            th {
                background-color: #212529 !important;
                border-color: #32383e !important;
                color: #fff !important
            }

            td {
                padding: .55rem !important;
                vertical-align: middle !important;
                background: #fff !important;
                color: #000 !important
            }

            tr:nth-child(2n) {
                td {
                    background: #efefef !important
                }
            }

            tr {
                background-color: rgba(0, 0, 0, .03) !important
            }
        }

        .trans-table {
            margin-bottom: 0;
            border: none !important;

            th {
                background-color: #fff !important;
                border-left: none !important;
                border-right: none !important;
                border-top: 1px solid #e9ecef !important;
                border-bottom: 2px solid #e9ecef !important;
                padding: .55rem !important;
                font-size: 14px !important;
                font-weight: 700 !important;
                color: #495057 !important
            }

            td {
                border-left: none !important;
                border-right: none !important;
                padding: .55rem !important;
                vertical-align: middle !important
            }

            tr:nth-child(2n) {
                background-color: rgba(0, 0, 0, .03)
            }
        }
    }

    .board-header {
        background: hsla(0, 0%, 100%, .45) !important;
        border-radius: 4px;
        display: table;
        width: 100%;
        height: 46px;
        padding: 30px;
        margin-bottom: 20px;

        .icon-box {
            display: table-cell;
            width: 60px;
            height: 60px;
            text-align: center;
            vertical-align: middle;
            background: #fff;
            box-shadow: 0 .46875rem 2.1875rem rgba(4, 9, 20, .03), 0 .9375rem 1.40625rem rgba(4, 9, 20, .03), 0 .25rem .53125rem rgba(4, 9, 20, .05), 0 .125rem .1875rem rgba(4, 9, 20, .03);
            border-radius: .25rem;

            svg {
                color: #d57eeb
            }
        }

        .title {
            font-weight: 500;
            font-size: 20px;
            color: #495057
        }

        .title, .title-text {
            display: table-cell;
            vertical-align: middle
        }

        .title-text {
            height: 60px;
            padding-left: 30px;

            .sub-text {
                font-size: 14px;
                font-weight: 400;
                color: #495057
            }
        }
    }

    .board-subject {
        cursor: pointer;
        color: #3f6ad8
    }

    .text-slice {
        display: inline-block;
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .nav-tabs {
        border-bottom: 0 !important;

        .nav-link {
            font-size: 14px;
            cursor: pointer
        }

        .nav-link.active, .nav-link:hover {
            background: #3f6ad8 !important;
            border-radius: .25rem !important;
            color: #fff !important;
            box-shadow: 0 14px 26px -12px hsla(0, 0%, 66.3%, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px hsla(0, 0%, 66.3%, .2);
            border-color: #dee2e6 #dee2e6 #fff;
            border-bottom: none
        }
    }

    .board-page {
        margin-top: 20px;
        padding: 0 30px
    }

    .mt0 {
        margin-top: 0 !important
    }

    .simple-tree {
        width: 22%
    }

    @media screen and (max-width: 468px) {
        .simple-tree {
            width: 100%
        }

        .board-page {
            padding: 0 15px;
            flex-direction: column
        }

        .card {
            width: 100%;
            overflow-x: scroll
        }

        .mobile-flex-direction-column {
            flex-direction: column
        }

        .mobile-min-width {
            min-width: 1200px
        }
    }

    .modal-dialog {
        min-width: max-content !important
    }
}

#agent-router-view {
    padding-left: 280px;
    padding-top: 140px;

    .agent-router-contents {
        min-height: 100vh
    }

    table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #ddd;

        td {
            padding: 5px;
            font-size: 10pt;
            position: relative;
            vertical-align: middle !important
        }

        tr:hover {
            background: #eee
        }

        th {
            font-weight: 600;
            font-size: 10pt
        }

        td, th {
            border: 1px solid #e0e0e0 !important
        }

        th {
            align-content: center
        }

        th, tr:nth-child(2n) {
            background-color: #fafafa
        }
    }
}

.agent-modal {
    .modal-body {
        background-color: #fff
    }

    .ql-editor, .ql-snow {
        border: 1px solid #ced4da !important
    }

    .ql-editor {
        color: #000 !important
    }

    .ql-editor, .ql-toolbar {
        background-color: #fff !important
    }
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        width: 100%;
        min-width: auto !important
    }
}

.agent_darkmode {
    .board-header {
        background-color: transparent !important
    }
}

.swal2-success-fix {
    z-index: 0 !important
}

.agent_darkmode {
    background: #1b2125 !important;
    color: #aaaeb3 !important
}

.agent_darkmode button, .agent_darkmode div, .agent_darkmode h1, .agent_darkmode h2, .agent_darkmode h3, .agent_darkmode h4, .agent_darkmode h5, .agent_darkmode h6, .agent_darkmode input, .agent_darkmode li, .agent_darkmode p, .agent_darkmode select {
    background-color: #1b2125 !important;
    color: #aaaeb3 !important
}

.agent_darkmode .sub-li:hover, .agent_darkmode button:hover {
    opacity: .5
}

.agent_darkmode .active, .agent_darkmode .active div, .agent_darkmode .active h4, .agent_darkmode .active li, .agent_darkmode .bold, .agent_darkmode .bold div, .agent_darkmode .bold h4, .agent_darkmode .bold li {
    background-color: #1b2125 !important
}

.agent_darkmode .font-indianred, .agent_darkmode .red {
    color: red !important
}

.agent_darkmode .blue, .agent_darkmode .blue *, .agent_darkmode .font-skyblue, .agent_darkmode .font-skyblue *, .agent_darkmode .link-button, .agent_darkmode .link-button * {
    color: #2e76fc !important
}

.agent_darkmode .chart .apexcharts-xaxis *, .agent_darkmode .chart .apexcharts-yaxis * {
    fill: #aaaeb3 !important
}

.agent_darkmode .table-row-highlight {
    background: #090c0f !important
}

.agent_darkmode .l-header {
    background: #21292e
}

.agent_darkmode .l-header .h-f {
    border-color: #090c0f
}

.agent_darkmode .l-header .h-th {
    background: #111e25
}

.agent_darkmode table {
    color: grey !important
}

.agent_darkmode table tr div {
    background: #161616 !important
}

.agent_darkmode table tr:hover {
    background: rgba(51, 34, 17, .1333333333)
}

.agent_darkmode table th {
    background-color: #000 !important;
    border-color: #433e3e !important
}

.agent_darkmode table td {
    border-color: #090c0f
}

.agent_darkmode table tr:nth-child(2n) {
    background: #000 !important
}

.agent_darkmode table tr:nth-child(2n) div {
    background: #161616 !important
}

.agent_darkmode .btn-success {
    color: #fff !important;
    background-color: #3ac47d !important;
    border-color: #3ac47d !important
}

.agent_darkmode .btn-warning {
    color: #212529 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important
}

.agent_darkmode .custom-select, .agent_darkmode .form-control, .agent_darkmode .join-input, .agent_darkmode .search-input {
    background-color: #111e25 !important;
    border: 0 !important
}

.agent_darkmode .btn-info, .agent_darkmode .btn-info *, .agent_darkmode .btn-primary, .agent_darkmode .btn-primary *, .agent_darkmode .btn-secondary, .agent_darkmode .btn-secondary * {
    color: #fff !important
}

.agent_darkmode .selected-page {
    background: #090c0f !important;
    border: none !important
}

.agent_darkmode .nav-item .nav-link:hover, .agent_darkmode .nav-tabs {
    border-color: #090c0f !important
}

.agent_darkmode .nav-item .active {
    background-color: #090c0f !important;
    border: none !important
}

.agent_darkmode .badge-info, .agent_darkmode .badge-primary, .agent_darkmode .badge-success, .agent_darkmode .badge-warning {
    color: #000 !important
}

.agent_darkmode .modal-body {
    background: #000 !important;
    border: 1px solid #111e25 !important
}

.agent_darkmode .a-betting .selected * {
    color: #141414 !important
}

.agent_darkmode .a-betting .betting-head {
    background: #222 !important
}

.agent_darkmode .a-betting .betting-folder-info {
    background: #333 !important
}

.agent_darkmode .a-betting .betting-info {
    background: #444 !important
}

.agent_darkmode ::-webkit-scrollbar {
    width: 10px;
    height: 7px
}

.agent_darkmode ::-webkit-scrollbar-track {
    background: #21292e
}

.agent_darkmode ::-webkit-scrollbar-thumb {
    background: #4a5666;
    border-radius: 10px
}

.agent_darkmode ::-webkit-scrollbar-thumb:hover {
    background: #55555f
}

.user-modal .modal-body {
    padding: 0 !important;
    border-radius: 0 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2f2b60), to(#151531)) !important;
    background: linear-gradient(180deg, #2f2b60, #151531) !important
}

.user-modal .modal-body .b-modal-header {
    position: relative;
    padding: 10px 10px !important;
    border-bottom: 1px solid #292d31 !important;
    text-align: center
}

.user-modal .modal-body .b-modal-header img {
    width: 130px
}

.user-modal .modal-body .b-modal-mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background: #0f1025;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.user-modal .modal-body .b-modal-content {
    padding: 0
}

.user-modal .modal-close-button {
    background: none;
    position: absolute;
    right: 0;
    top: 8px
}

.user-modal .modal-close-button, .user-modal .modal-close-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.join-button, .login-button {
    color: #fff !important;
    border: 1px solid #6f6f6f !important;
    border-top: 1px solid #5e55cb;
    border-left: 1px solid #5e55cb;
    border-bottom: 1px solid #2d2864;
    background: #46409a;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-button:hover {
    border: 1px solid #404040 !important;
    background: #000 !important
}

.login-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button-disabled:hover {
    border: 1px solid #6f6f6f !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#454545)) !important;
    background: linear-gradient(180deg, #000 0, #454545) !important;
    cursor: not-allowed
}

@media only screen and (min-width: 468px) {
    .mobile {
        display: none !important;
        width: 100%
    }
}