@-webkit-keyframes animate-dialog {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animate-dialog {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes progress-circular-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0px
    }

    50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px
    }

    to {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px
    }
}

@keyframes progress-circular-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0px
    }

    50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px
    }

    to {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px
    }
}

@-webkit-keyframes progress-circular-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes progress-circular-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes indeterminate {
    0% {
        left: -90%;
        right: 100%
    }

    60% {
        left: -90%;
        right: 100%
    }

    to {
        left: 100%;
        right: -35%
    }
}

@keyframes indeterminate {
    0% {
        left: -90%;
        right: 100%
    }

    60% {
        left: -90%;
        right: 100%
    }

    to {
        left: 100%;
        right: -35%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    to {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    to {
        left: 107%;
        right: -8%
    }
}

@-webkit-keyframes query {
    0% {
        right: -90%;
        left: 100%
    }

    60% {
        right: -90%;
        left: 100%
    }

    to {
        right: 100%;
        left: -35%
    }
}

@keyframes query {
    0% {
        right: -90%;
        left: 100%
    }

    60% {
        right: -90%;
        left: 100%
    }

    to {
        right: 100%;
        left: -35%
    }
}

@-webkit-keyframes query-short {
    0% {
        right: -200%;
        left: 100%
    }

    60% {
        right: 107%;
        left: -8%
    }

    to {
        right: 107%;
        left: -8%
    }
}

@keyframes query-short {
    0% {
        right: -200%;
        left: 100%
    }

    60% {
        right: 107%;
        left: -8%
    }

    to {
        right: 107%;
        left: -8%
    }
}

.application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.application--wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative
}

.theme--dark.application {
    background: #303030;
    color: #fff
}

@-moz-document url-prefix() {
    @media print {

        .application,
        .application--wrap {
            display: block
        }
    }
}

@-webkit-keyframes shake {
    59% {
        margin-left: 0
    }

    60%,
    80% {
        margin-left: 2px
    }

    70%,
    90% {
        margin-left: -2px
    }
}

@keyframes shake {
    59% {
        margin-left: 0
    }

    60%,
    80% {
        margin-left: 2px
    }

    70%,
    90% {
        margin-left: -2px
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0
}

[hidden] {
    display: none
}

input {
    border-radius: 0
}


input {
    font: inherit
}


input {
    background-color: transparent;
    border-style: none;
    color: inherit
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

html {
    font-size: 14px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.application {
    font-family: Roboto, sans-serif;
    line-height: 1.5
}

::-ms-clear,
::-ms-reveal {
    display: none
}

.title {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1 !important;
    letter-spacing: .02em !important;
    font-family: Roboto, sans-serif !important
}

.mb-3 {
    margin-bottom: 16px !important
}

[data-v-3f1b0cec]:export {
    colorRouRed: #d9202c;
    colorRouGreen: #20d923;
    colorRouBlue: #2033d9;
    colorRouOrange: #f5a623;
    colorRouBlack: #1b1f23;
    colorRouZero: #fff
}

.hide-scrollbar[data-v-3f1b0cec] {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.hide-scrollbar[data-v-3f1b0cec]::-webkit-scrollbar {
    display: none
}

.app[data-v-3f1b0cec] {
    height: 100%;
    width: 100%
}

.app .app-content[data-v-3f1b0cec] {
    position: relative;
    height: 100%;
    width: 100%;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

/*! tailwindcss v2.2.6 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}


input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

img {
    border-style: solid
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #9b9b9b
}

input::-moz-placeholder {
    opacity: 1;
    color: #9b9b9b
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #9b9b9b
}

input::-ms-input-placeholder {
    opacity: 1;
    color: #9b9b9b
}

input::placeholder {
    opacity: 1;
    color: #9b9b9b
}


input {
    padding: 0;
    line-height: inherit;
    color: inherit
}


iframe,
img,
svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,
:after,
:before {
    --tw-border-opacity: 1;
    border-color: rgba(239, 244, 255, var(--tw-border-opacity))
}

#html .t-fixed {
    position: fixed
}

#html .t-relative {
    position: relative
}

#html .t-mt-2 {
    margin-top: .5rem
}

#html .t-mt-6 {
    margin-top: 1.5rem
}

#html .t-mt-11 {
    margin-top: 2.75rem
}

#html .t-mr-1 {
    margin-right: .25rem
}

#html .t-mb-7 {
    margin-bottom: 100px !important
}

#html .t-ml-1 {
    margin-left: .25rem
}

#html .t-ml-3 {
    margin-left: .75rem
}

#html .t-h-2 {
    height: .5rem
}

#html .t-h-4 {
    height: 1rem
}

#html .t-h-full {
    height: 100%
}

#html .t-w-2 {
    width: .5rem
}

#html .t-w-4 {
    width: 1rem
}

#html .t-flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

@-webkit-keyframes t-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes t-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes t-ping {

    75%,
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes t-ping {

    75%,
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes t-pulse {
    50% {
        opacity: .5
    }
}

@keyframes t-pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes t-bounce {

    0%,
    to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes t-bounce {

    0%,
    to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@-webkit-keyframes t-breath {
    0% {
        background-color: hsla(0, 0%, 100%, .1)
    }

    50% {
        background-color: hsla(0, 0%, 100%, 0)
    }

    to {
        background-color: hsla(0, 0%, 100%, .1)
    }
}

@keyframes t-breath {
    0% {
        background-color: hsla(0, 0%, 100%, .1)
    }

    50% {
        background-color: hsla(0, 0%, 100%, 0)
    }

    to {
        background-color: hsla(0, 0%, 100%, .1)
    }
}

#html .t-place-self-center {
    place-self: center
}

#html .t-px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

#html .t-text-gold-500 {
    --tw-text-opacity: 1;
    color: rgba(252, 239, 188, var(--tw-text-opacity))
}

*,
:after,
:before {
    --tw-shadow: 0 0 transparent
}

*,
:after,
:before {
    --tw-ring-inset: var(--tw-empty,
        /*!*/
        /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(60, 145, 244, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.app.login .app-content {
    background-size: 100% 100%
}

.app .lobby-header .logo {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.app .lobby-header .logo.portrait {
    background-size: contain;
    background-position: 50%;
    height: 150px
}

.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon:before {
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    margin-right: 3px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes tour-wrapper-animation {

    0%,
    to {
        -webkit-box-shadow: 0 0 6px 4px #fffe91;
        box-shadow: 0 0 6px 4px #fffe91
    }

    50% {
        -webkit-box-shadow: 0 0 10px 2px #fffe91;
        box-shadow: 0 0 10px 2px #fffe91
    }
}

@keyframes tour-wrapper-animation {

    0%,
    to {
        -webkit-box-shadow: 0 0 6px 4px #fffe91;
        box-shadow: 0 0 6px 4px #fffe91
    }

    50% {
        -webkit-box-shadow: 0 0 10px 2px #fffe91;
        box-shadow: 0 0 10px 2px #fffe91
    }
}

@-webkit-keyframes pulse {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .75
    }
}

@-webkit-keyframes MovingUp {

    0%,
    to {
        -webkit-transform: rotate(180deg) translateX(50%) translateY(20px);
        transform: rotate(180deg) translateX(50%) translateY(20px)
    }

    50% {
        -webkit-transform: rotate(180deg) translateX(50%) translateY(0);
        transform: rotate(180deg) translateX(50%) translateY(0)
    }
}

@keyframes MovingUp {

    0%,
    to {
        -webkit-transform: rotate(180deg) translateX(50%) translateY(20px);
        transform: rotate(180deg) translateX(50%) translateY(20px)
    }

    50% {
        -webkit-transform: rotate(180deg) translateX(50%) translateY(0);
        transform: rotate(180deg) translateX(50%) translateY(0)
    }
}

@-webkit-keyframes MovingRight {

    0%,
    to {
        -webkit-transform: rotate(270deg) translateX(50%) translateY(20px);
        transform: rotate(270deg) translateX(50%) translateY(20px)
    }

    50% {
        -webkit-transform: rotate(270deg) translateX(50%) translateY(0);
        transform: rotate(270deg) translateX(50%) translateY(0)
    }
}

@keyframes MovingRight {

    0%,
    to {
        -webkit-transform: rotate(270deg) translateX(50%) translateY(20px);
        transform: rotate(270deg) translateX(50%) translateY(20px)
    }

    50% {
        -webkit-transform: rotate(270deg) translateX(50%) translateY(0);
        transform: rotate(270deg) translateX(50%) translateY(0)
    }
}

@-webkit-keyframes MovingDown {

    0%,
    to {
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px)
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
}

@keyframes MovingDown {

    0%,
    to {
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px)
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
}

@-webkit-keyframes MovingLeft {

    0%,
    to {
        -webkit-transform: rotate(90deg) translateX(-50%) translateY(20px);
        transform: rotate(90deg) translateX(-50%) translateY(20px)
    }

    50% {
        -webkit-transform: rotate(90deg) translateX(-50%) translateY(0);
        transform: rotate(90deg) translateX(-50%) translateY(0)
    }
}

@keyframes MovingLeft {

    0%,
    to {
        -webkit-transform: rotate(90deg) translateX(-50%) translateY(20px);
        transform: rotate(90deg) translateX(-50%) translateY(20px)
    }

    50% {
        -webkit-transform: rotate(90deg) translateX(-50%) translateY(0);
        transform: rotate(90deg) translateX(-50%) translateY(0)
    }
}

@keyframes pulse {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .75
    }
}

@-webkit-keyframes tour-wrapper-animation-live-stream {

    0%,
    to {
        -webkit-box-shadow: inset 0 0 0 2px #9013fe;
        box-shadow: inset 0 0 0 2px #9013fe
    }

    50% {
        -webkit-box-shadow: inset 0 0 20px 2px #9013fe;
        box-shadow: inset 0 0 20px 2px #9013fe
    }
}

@keyframes tour-wrapper-animation-live-stream {

    0%,
    to {
        -webkit-box-shadow: inset 0 0 0 2px #9013fe;
        box-shadow: inset 0 0 0 2px #9013fe
    }

    50% {
        -webkit-box-shadow: inset 0 0 20px 2px #9013fe;
        box-shadow: inset 0 0 20px 2px #9013fe
    }
}

.app.mobile .icon:before {
    width: 14px;
    height: 14px;
    margin-right: 2px
}

@-webkit-keyframes fade {
    to {
        opacity: 1
    }
}

@keyframes fade {
    to {
        opacity: 1
    }
}

@-webkit-keyframes breath {
    0% {
        opacity: .05
    }

    60% {
        opacity: .4
    }

    to {
        opacity: .05
    }
}

@keyframes breath {
    0% {
        opacity: .05
    }

    60% {
        opacity: .4
    }

    to {
        opacity: .05
    }
}

@-webkit-keyframes rotate-halo {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    10% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@keyframes rotate-halo {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    10% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@-webkit-keyframes rotate-twice {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    49% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-twice {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    49% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes bounce-in {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    90% {
        -webkit-transform: translate(-50%, -50%) scale(var(--l));
        transform: translate(-50%, -50%) scale(var(--l));
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(var(--s));
        transform: translate(-50%, -50%) scale(var(--s));
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes bounce-in {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    90% {
        -webkit-transform: translate(-50%, -50%) scale(var(--l));
        transform: translate(-50%, -50%) scale(var(--l));
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(var(--s));
        transform: translate(-50%, -50%) scale(var(--s));
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.app .application--wrap>.app-content {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden
}

.app .application--wrap {
    height: 100%;
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app.application {
    background: transparent;
    background-color: transparent;
    font-family: -apple-system, Tahoma, Verdana, Arial, 微軟正黑體Microsoft JhengHei, 微軟正黑體 Microsoft JhengHei, Microsoft JhengHei, 微軟正黑體, sans-serif
}

.app.login .app-content {
    background-image: url(../img/bg.1093c141.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: unset;
    transition: unset
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    height: 100%
}

body,
html {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overscroll-behavior-y: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url(./assets/bg_main.jpg);
    background-color: #000;
    font-size: 16px;
    height: 100vh;
    background-size: cover
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: none
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

[data-v-278a10fe]:export {
    colorRouRed: #d9202c;
    colorRouGreen: #20d923;
    colorRouBlue: #2033d9;
    colorRouOrange: #f5a623;
    colorRouBlack: #1b1f23;
    colorRouZero: #fff
}

.hide-scrollbar[data-v-278a10fe] {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.hide-scrollbar[data-v-278a10fe]::-webkit-scrollbar {
    display: none
}

.logo[data-v-278a10fe] {
    height: 55px
}

.t-page[data-v-278a10fe] {
    height: 100%;
    line-height: 1;
    grid-template-rows: 1fr minmax(-webkit-min-content, -webkit-max-content);
    grid-template-rows: 1fr minmax(min-content, max-content)
}

.t-page[data-v-278a10fe],
.t-qrcode[data-v-278a10fe] {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.t-qrcode[data-v-278a10fe] {
    margin-top: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: .375rem;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    place-content: center;
    justify-items: center;
    width: 44px;
    height: 44px;
    background: #4a4a4a
}

.t-qrcode img[data-v-278a10fe] {
    width: 30px;
    height: 30px
}

.t-content[data-v-278a10fe] {
    place-self: center;
    justify-self: center;
    display: grid;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-template-columns: minmax(-webkit-max-content, 400px);
    grid-template-columns: minmax(max-content, 400px);
    width: 380px;
    height: 490px;
    background-color: rgba(0, 0, 0, .5);
}

.t-footer[data-v-278a10fe] {
    margin-left: .75rem;
    margin-right: .75rem;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    place-content: center;
    grid-template-rows: repeat(2, minmax(0, -webkit-min-content));
    grid-template-rows: repeat(2, minmax(0, min-content))
}

.language-btn[data-v-278a10fe] {
    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;
    place-self: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgba(252, 239, 188, var(--tw-text-opacity))
}

.language-btn[data-v-278a10fe]:active,
.language-btn[data-v-278a10fe]:hover {
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(252, 239, 188, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1
}

.version[data-v-278a10fe] {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(117, 117, 119, var(--tw-text-opacity));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[data-v-a800b914]:export {
    colorRouRed: #d9202c;
    colorRouGreen: #20d923;
    colorRouBlue: #2033d9;
    colorRouOrange: #f5a623;
    colorRouBlack: #1b1f23;
    colorRouZero: #fff
}

.hide-scrollbar[data-v-a800b914] {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.hide-scrollbar[data-v-a800b914]::-webkit-scrollbar {
    display: none
}

.t-button[data-v-a800b914] {
    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;
    width: 100%;
    border-radius: .5rem;
    padding: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    font-weight: 500;
    min-height: 40px
}

.t-button.common.first[data-v-a800b914] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 239, 188, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity))
}

.t-button.common.first[data-v-a800b914]:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 218, var(--tw-bg-opacity))
}

.t-button.common.first[data-v-a800b914]:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 205, 145, var(--tw-bg-opacity))
}

.t-button.common.second[data-v-a800b914] {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(252, 239, 188, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(252, 239, 188, var(--tw-text-opacity))
}

.t-button.common.second[data-v-a800b914]:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 218, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 247, 218, var(--tw-text-opacity))
}

.t-button.common.second[data-v-a800b914]:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 205, 145, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(220, 205, 145, var(--tw-text-opacity))
}

@-webkit-keyframes ripple-animation-data-v-6ae9d004 {
    0% {
        opacity: .1
    }

    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .1
    }
}

@keyframes ripple-animation-data-v-6ae9d004 {
    0% {
        opacity: .1
    }

    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .1
    }
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

[data-v-02e2f522]:export {
    colorRouRed: #d9202c;
    colorRouGreen: #20d923;
    colorRouBlue: #2033d9;
    colorRouOrange: #f5a623;
    colorRouBlack: #1b1f23;
    colorRouZero: #fff
}

.hide-scrollbar[data-v-02e2f522] {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.hide-scrollbar[data-v-02e2f522]::-webkit-scrollbar {
    display: none
}

.t-text-field[data-v-02e2f522] {
    pointer-events: auto;
    cursor: text;
    font-size: 16px;
    line-height: 1;
    outline: 2px solid transparent;
    outline-offset: 2px;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    min-height: 30px
}

.t-text-field__main[data-v-02e2f522] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    padding-bottom: .5rem
}

.t-text-field__prepend[data-v-02e2f522] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 16px;
    max-height: 16px
}

.t-text-field__input[data-v-02e2f522] {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px
}

.t-text-field__input[data-v-02e2f522]::-webkit-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(155, 155, 155, var(--tw-text-opacity))
}

.t-text-field__input[data-v-02e2f522]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgba(155, 155, 155, var(--tw-text-opacity))
}

.t-text-field__input[data-v-02e2f522]:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(155, 155, 155, var(--tw-text-opacity))
}

.t-text-field__input[data-v-02e2f522]::-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(155, 155, 155, var(--tw-text-opacity))
}

.t-text-field__input[data-v-02e2f522]::placeholder {
    --tw-text-opacity: 1;
    color: rgba(155, 155, 155, var(--tw-text-opacity))
}

input[data-v-02e2f522]::-webkit-inner-spin-button,
input[data-v-02e2f522]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

@-webkit-keyframes pulse {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .75
    }
}

@keyframes pulse {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .75
    }
}
.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

#app.H88.login .app-content {
    background-image: url(./assets/bg_login.jpg)
}

#app.H88 .lobby-header .logo {
    background-image: url(/images/product/H88/icon_logo_landscape.png)
}

#app.H88 .lobby-header .logo.portrait {
    background-image: url(./assets/icon_logo_portrait.png)
}

.t-mb-custom {
    margin-bottom: 1rem;
}