.container {
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width: 320px) {
    .container {
        width: 355px
    }
}

@media only screen and (min-width: 481px) {
    .container {
        width: 480px
    }
}

@media only screen and (min-width: 768px) {
    .container {
        width: 756px
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px
    }
}

@media only screen and (min-width: 1281px) {
    .container {
        width: 1281px
    }
}

.bottom-shadow {
    border-bottom: 1.5px solid #414349;
    box-shadow: 0 -15px 30px -24px #000 inset
}

.column {
    color: #b5b5b6;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
    align-self: stretch;
    justify-content: space-between
}

@media only screen and (min-width: 481px) {
    .column {
        width: 25%
    }
}

.column label {
    margin-bottom: 10px
}

@media only screen and (min-width: 320px) {
    .column label {
        margin: 10px 0
    }
}

@media only screen and (min-width: 481px) {
    .column label {
        margin: 10px 0
    }
}

@media only screen and (min-width: 768px) {
    .column label {
        margin: 10px 0
    }
}

.column span {
    color: #fff
}

.column span.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.column .game-mode-cell {
    color: #fff;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    padding: 4px
}

@media only screen and (min-width: 320px) {
    .column .game-mode-cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

@media only screen and (min-width: 481px) {
    .column .game-mode-cell {
        flex-direction: row
    }
}

.column .game-mode-cell .free {
    height: 35px;
    width: 54px;
    background: center 100%/100% no-repeat url(assets/images/gamemode/Free.png)
}

.column .game-mode-cell .respin {
    height: 35px;
    width: 54px;
    background: center 100%/100% no-repeat url(assets/images/gamemode/Respin.png)
}

.column .game-mode-cell .feature {
    height: 35px;
    width: 54px;
    background: center 100%/100% no-repeat url(assets/images/gamemode/Feature.png)
}

.column .game-mode-cell .banker {
    height: 35px;
    width: 54px;
    background: center 100%/100% no-repeat url(assets/images/gamemode/Banker.png)
}

.column .game-mode-cell .freespin {
    height: 35px;
    width: 54px;
    background: center 100%/100% no-repeat url(assets/images/gamemode/FreeSpin.png)
}

.column .game-mode-cell .maxwin {
    height: 35px;
    color: #fad600;
    display: flex;
    align-items: center
}

.column .game-mode-cell .maxwin:before {
    content: "MAX WIN"
}

.column.fish-column {
    width: 50%
}

@media only screen and (min-width: 768px) {
    .column.fish-column {
        width: 25%
    }
}

.column-4 {
    width: 50%
}

@media only screen and (min-width: 481px) {
    .column-4 {
        width: 25%
    }
}

.column-5 {
    width: 50%
}

@media only screen and (min-width: 481px) {
    .column-5 {
        width: 33.3333%
    }
}

@media only screen and (min-width: 768px) {
    .column-5 {
        width: 20%
    }
}

.column-6 {
    width: 33.3333%
}

@media only screen and (min-width: 320px) {
    .column-6 {
        width: 33.3333%
    }
}

@media only screen and (min-width: 768px) {
    .column-6 {
        width: 16.6666%
    }
}

.column-7 {
    width: 33.3333%
}

@media only screen and (min-width: 320px) {
    .column-7 {
        width: 33.3333%
    }
}

@media only screen and (min-width: 768px) {
    .column-7 {
        width: 14.2857%
    }
}

.border-bt {
    border-bottom: solid #41444a 1px
}

.border-bt-thick {
    border-bottom: solid #41444a 2px
}

:root {
    --item-width: 100px;
    --item-height: 100px;
    --slot-row-size: 5;
    --slot-col-size: 3;
    --rwd_item_size: calc(var(--slot-item-width) / var(--slot-row-size))
}

@media only screen and (min-width: 320px) {
    :root {
        --slot-item-width: 1.68
    }
}

@media only screen and (min-width: 481px) {
    :root {
        --slot-item-width: 2.3
    }
}

@media only screen and (min-width: 768px) {
    :root {
        --slot-item-width: 3.62
    }
}

@media only screen and (min-width: 992px) {
    :root {
        --slot-item-width: 3.03
    }
}

@media only screen and (min-width: 1200px) {
    :root {
        --slot-item-width: 2.76
    }
}

@media only screen and (min-width: 1281px) {
    :root {
        --slot-item-width: 2.94
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #2a2f35;
    font-family: Microsoft JhengHei;
    font-size: 14px
}

body::-webkit-scrollbar {
    display: none
}

.th-language {
    font-family: Prompt !important
}

.full-width {
    width: 100%
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-gray {
    color: #b5b5b6
}

.text-white {
    color: #fff
}

.text-yellow {
    color: #fad600
}

.d-flex {
    display: flex
}

.d-flex.wrap {
    flex-wrap: wrap
}

.d-flex.f-dir-row {
    flex-direction: row
}

.d-flex.f-dir-column {
    flex-direction: column
}

.d-flex.j-start {
    justify-content: flex-start
}

.d-flex.j-end {
    justify-content: flex-end
}

.d-flex.j-center {
    justify-content: center
}

.d-flex.j-space-around {
    justify-content: space-around
}

.d-flex.j-space-between {
    justify-content: space-between
}

.d-flex.j-space-evenly {
    justify-content: space-evenly
}

.d-flex.a-end {
    align-items: flex-end
}

.d-flex.a-center {
    align-items: center
}

.d-flex .f-1 {
    flex: 1
}

.pt-10 {
    padding-top: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.pl-10 {
    padding-left: 10px
}

.pr-10 {
    padding-right: 10px
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.mr-10 {
    margin-right: 10px
}

.disable {
    cursor: not-allowed
}

@font-face {
    font-family: Prompt;
    src: url(Prompt-Regular.69b4db196b45586f.woff) format("woff"), url(Prompt-Regular.f2daf3946fd44cf4.ttf) format("ttf")
}