@media screen and (max-width:600px) {
    label.v-label.theme--dark {
        font-size: 12px
    }

    .spin-event-wheel {
        height: 400px;
        overflow-y: auto
    }
}

.text-sm {
    font-size: 14px !important
}

@media screen and (max-width:425px) {
    .text-sm {
        font-size: 12px !important
    }
}

.have-wheel-condition {
    border: 2px solid red;
    border-radius: 8px;
    margin-top: 10px;
    padding: 2px
}

.have-wheel-condition .flex-wheel-box {
    align-content: center;
    display: flex;
    gap: .625rem;
    justify-content: center
}

.have-wheel-condition p {
    color: #3f3f3f;
    margin-bottom: .125rem
}

.header-dialog-wrap h1 {
    font-size: 1.2rem
}

.header-dialog-wrap .close {
    top: 5px !important
}

.line-bot-modal {
    text-align: center
}

.line-bot-modal .thumb {
    margin: 0 0 15px
}

.line-bot-modal .thumb img {
    height: auto;
    width: 100%
}

.btn-line-bot-wrap2 {
    background: linear-gradient(180deg, #6df36d, #00b900 47.92%, #009300);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    height: auto !important;
    min-height: auto !important;
    padding: 8px 30px !important
}

.btn-line-bot-wrap2 img {
    height: auto;
    margin-right: 5px;
    width: 30px
}

.coupon-code-img {
    max-width: 85px;
    width: 100% !important
}

@media only screen and (max-width:430px) {
    .coupon-code-img {
        max-width: 65px !important
    }
}

.basil {
    background-color: transparent !important
}

.basil--text {
    color: #ffe66f !important
}

.tab-item-bg,
.v-tabs-items {
    background: transparent !important
}

#wrap-checkin-event {
    grid-gap: 5px;
    display: grid;
    gap: 5px;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.5rem
}

#wrap-checkin-event .box-item {
    position: relative
}

#wrap-checkin-event .box-item .carlendar {
    height: auto;
    left: 50%;
    max-width: 90px;
    mix-blend-mode: hard-light;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

#wrap-checkin-event .box-item .date {
    color: #303030;
    left: 50%;
    position: absolute;
    top: 47%;
    transform: translate(-50%, -50%)
}

#wrap-checkin-event .box-item .action {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -30%)
}

#wrap-checkin-event .box-1st {
    background: hsla(0, 0%, 100%, .5);
    grid-column: 2/4;
    grid-row: 3/3
}

@media screen and (max-width:600px) {
    .image-checkin img {
        height: 20px;
        width: 20px
    }
}

.image-checkin .text-checkin {
    color: var(--theme-font-color-1)
}

@media screen and (max-width:600px) {
    .image-checkin .text-checkin {
        font-size: 12px
    }
}

#contain-checkin .wrap-checkin {
    background: rgba(91, 91, 91, .6);
    border-radius: 10px;
    margin: 1rem 0
}

#contain-checkin .wrap-checkin .inner-wrap-checkin {
    padding: 1rem
}

#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin {
    position: relative
}

#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin .box-inside-image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin .inside-image {
    height: 37%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 37%;
    z-index: 1
}

#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin .inside-image.animate-x {
    animation: flipV 1s ease-in-out infinite alternate;
    filter: drop-shadow(0 0 3px, #000)
}

#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin .action-recieve {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin .text-day {
    bottom: 7px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center
}

#contain-checkin .wrap-checkin .inner-wrap-checkin .box-checkin .text-day span {
    color: #000;
    font-size: .8rem;
    font-weight: 700
}

@media(max-width:960px) {
    #contain-checkin .box-checkin {
        position: relative
    }

    #contain-checkin .box-checkin .inside-image {
        top: 48% !important
    }

    #contain-checkin .box-checkin .text-day {
        bottom: 3px !important
    }
}

@keyframes flipV {
    0% {
        transform: rotateY(180deg)
    }

    to {
        transform: rotateY(-180deg)
    }
}

.content-road-map-wrap {
    height: auto;
    margin-top: 1rem;
    max-height: 90dvh;
    overflow-y: auto;
    padding: .425rem
}

@media screen and (max-width:600px) {
    .content-road-map-wrap {
        max-height: 80dvh
    }
}

.content-road-map-wrap #roadmap-detail li {
    list-style-type: inherit;
    padding-left: 0 !important
}

.wrap-content-ranking {
    display: flex;
    flex-direction: column;
    width: 100%
}

.wrap-content-ranking .order-1 {
    order: 1 !important
}

.wrap-content-ranking .order-2 {
    order: 2 !important
}

.wrap-content-ranking .order-2 .reward-ranking-btn-wrapper-mobile {
    display: block;
    margin: 1rem 0;
    width: -moz-max-content;
    width: max-content
}

@media screen and (min-width:600px) {
    .wrap-content-ranking .order-2 .reward-ranking-btn-wrapper-mobile {
        display: none
    }
}

.wrap-content-ranking .order-2 .reward-ranking-btn-wrapper-mobile .reward-ranking-btn-inner {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.wrap-content-ranking .order-2 .reward-ranking-btn-wrapper-mobile .reward-ranking-btn-inner .reward-ranking-display {
    border-radius: 1.5rem;
    padding: .5rem 1rem;
    width: auto
}

@media screen and (max-width:600px) {
    .wrap-content-ranking .order-2 .reward-ranking-btn-wrapper-mobile .reward-ranking-btn-inner .reward-ranking-display {
        padding: .25rem .5rem
    }
}

.wrap-content-ranking .order-2 .reward-ranking-btn-wrapper-mobile .reward-ranking-btn-inner .reward-ranking-display.theme-main {
    background: linear-gradient(180deg, var(--primary-color-1) 0, var(--primary-color-2) 100%)
}

.wrap-content-ranking .order-2 .reward-ranking-btn-wrapper-mobile .reward-ranking-btn-inner .reward-ranking-display.theme-secondary {
    background: linear-gradient(180deg, var(--secondary-color-1) 0, var(--secondary-color-2) 100%)
}

.wrap-content-ranking .order-2 .reward-ranking-btn-wrapper-mobile .reward-ranking-btn-inner .reward-ranking-display p {
    color: #fff;
    margin-bottom: 0
}

@media screen and (max-width:600px) {
    .wrap-content-ranking .order-2 .reward-ranking-btn-wrapper-mobile .reward-ranking-btn-inner .reward-ranking-display p {
        font-size: 14px
    }

    .wrap-content-ranking .order-1 {
        order: 2 !important
    }

    .wrap-content-ranking .order-2 {
        order: 1 !important
    }
}

.wrap-content-ranking .content-ranking-img {
    height: 100%;
    width: 100%
}

.wrap-content-ranking .content-ranking-img img {
    border-radius: 12px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

#eventrandombox {
    margin-top: 5rem
}

.list-event-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.list-event-blog .inner-blog-event {
    align-items: center;
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
    border-radius: 15px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
    padding: 15px 20px;
    position: relative;
    width: 49%;
    z-index: 1
}

.list-event-blog .inner-blog-event img {
    height: auto;
    width: 120px
}

.list-event-blog .inner-blog-event .close-event-inner {
    align-items: center;
    background: rgba(67, 67, 67, .92);
    border-radius: 15px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.list-event-blog .inner-blog-event .close-event-inner img {
    height: auto;
    width: 50px
}

.list-event-blog-nodata {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.list-event-blog-nodata .gift-image {
    height: 200px;
    margin-top: 2rem;
    width: 50%
}

.list-event-blog-nodata .gift-image img {
    filter: grayscale(.6);
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.blog-l-wrap {
    text-align: center
}

.btn-history-event {
    border-radius: 5px !important;
    cursor: pointer !important;
    display: block;
    font-size: .9rem !important
}

.btn-event-main {
    cursor: pointer !important;
    display: inline-block !important;
    min-width: auto !important;
    width: auto !important
}

@media only screen and (max-width:600px) {
    .list-event-blog .inner-blog-event {
        align-items: center;
        border-radius: 15px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        display: flex;
        justify-content: space-between;
        margin: 15px 0 0;
        padding: 15px 20px;
        width: 100%
    }

    .list-event-blog .inner-blog-event img {
        height: auto;
        width: 100px
    }

    .btn-history-event {
        font-size: .8rem !important
    }
}

#selected-download .tabs-download {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    width: 100%
}

#selected-download .tabs-download .tab-download {
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    color: #c1c1c1;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px 16px;
    transition: all .25s;
    width: 35%
}

@media screen and (max-width:600px) {
    #selected-download .tabs-download .tab-download {
        font-size: 12px;
        padding: 8px 16px;
        width: 50%
    }
}

#selected-download .tabs-download .tab-download:first-child {
    border-radius: 12px 0 0 12px
}

#selected-download .tabs-download .tab-download:nth-child(2) {
    border-radius: 0 12px 12px 0
}

#selected-download .tabs-download .tab-download.is-active {
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%) !important;
    color: #fff !important
}

#selected-download .ios-box {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 98%
}

#selected-download .ios-box .container-download {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 92%
}

#selected-download .ios-box img {
    height: 430px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media screen and (min-width:700px) {
    #selected-download .ios-box img {
        height: 500px
    }
}

@media screen and (min-width:1200px) {
    #selected-download .ios-box img {
        height: 600px
    }
}

#selected-download .android-box {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 80%
}

#selected-download .android-box img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out;
    width: 100%
}

#selected-download .android-box img:hover {
    filter: none;
    -webkit-transform: scale(1.02)
}

#selected-download .downloadBtn {
    align-items: center;
    background: linear-gradient(180deg, var(--primary-color-1) 0, var(--primary-color-2) 100%);
    border-radius: 8px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 4px;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 425px;
    padding: 10px;
    transition: all .3s;
    width: 100%
}

@media screen and (max-width:600px) {
    #selected-download .downloadBtn {
        font-size: 14px;
        max-width: 305px
    }
}

#selected-download .downloadBtn:hover {
    filter: brightness(.9);
    transform: scale(1.01)
}

#selected-download .downloadBtn img {
    height: 20px;
    width: 20px
}

#selected-download .download-tab-content {
    padding: 0 !important
}

ol li:not(.ql-direction-rtl),
ul li:not(.ql-direction-rtl) {
    padding-left: 0 !important
}

.Vue-Toastification__container {
    z-index: 999999999 !important
}

@media screen and (min-width:601px) {
    .Vue-Toastification__toast {
        max-width: 350px
    }
}

label.v-label.theme--dark {
    font-size: 16px
}

@media screen and (max-width:600px) {
    label.v-label.theme--dark {
        font-size: 12px
    }
}

.box-go-back .go-back-menu {
    cursor: pointer;
    left: 10px;
    position: absolute;
    top: 20px
}

@media screen and (max-width:426px) {
    .box-go-back .go-back-menu {
        top: 15px
    }
}

.box-go-back .go-back-menu .popup-title-icon {
    color: #fff !important
}

@media screen and (max-width:425px) {
    .box-go-back .go-back-menu .popup-title-icon {
        font-size: 24px !important
    }
}

@media screen and (max-width:600px) {
    .percent-cash-com {
        font-size: 10px
    }
}

.row-card-cash-com {
    padding: 2rem .5rem .5rem
}

.row-card-cash-com .card-cash-com {
    align-items: center;
    background: #fff;
    border-radius: .5rem;
    color: #000;
    cursor: pointer;
    display: flex;
    gap: 4px;
    height: calc(100% - 1.5rem);
    justify-content: space-between;
    padding: .5rem;
    position: relative;
    z-index: 1
}

.row-card-cash-com .card-cash-com img {
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .2s;
    width: 70px
}

.row-card-cash-com .card-cash-com:hover {
    color: #f2f2f2;
    z-index: 0
}

.row-card-cash-com .card-cash-com:hover img {
    mix-blend-mode: normal;
    transform: scale(1.2) translateY(-1.5rem)
}

.row-card-cash-com .card-cash-com:hover:before {
    transform: scaleX(1);
    transform-origin: top right;
    z-index: -1
}

.row-card-cash-com .card-cash-com:hover .text-wrap {
    font-weight: 700
}

.row-card-cash-com .card-cash-com:before {
    background: linear-gradient(180deg, var(--secondary-color-1), var(--secondary-color-2));
    border-radius: 8px;
    bottom: 0;
    color: #f2f2f2;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    inset: 0 0 0 0;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform .3s ease;
    z-index: 0
}

@media screen and (max-width:600px) {
    .row-card-cash-com {
        padding: 1.5rem .4rem .5rem
    }

    .row-card-cash-com .col-card {
        height: 105px;
        padding: 4px !important
    }

    .row-card-cash-com .col-card .card-cash-com img {
        width: 60px
    }

    .row-card-cash-com .col-card .card-cash-com h3 {
        font-size: 16px
    }
}

#wrap-cashback-select {
    padding-bottom: 1rem
}

#nav-cashback-select {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    list-style: none;
    margin: auto;
    max-width: 1200px;
    padding-left: 0;
    text-align: center;
    width: 100%
}

#nav-cashback-select .nav-item {
    display: inline-block;
    padding: 0 1rem;
    width: 100%
}

#nav-cashback-select .nav-item .nav-link {
    align-items: center;
    background: rgba(0, 0, 0, .45);
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    color: var(--primary-font-color);
    display: inline-flex;
    height: 3rem;
    justify-content: space-between;
    margin-top: 1rem;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all .4s;
    width: 100%
}

#nav-cashback-select .nav-item .nav-link.disabled {
    opacity: .4;
    pointer-events: none
}

#nav-cashback-select .nav-item .nav-link .nav-inner-item {
    padding: 5px .5rem;
    position: relative
}

#nav-cashback-select .nav-item .nav-link .nav-inner-item .image-box {
    margin-right: 4px;
    position: relative;
    top: -10px
}

#nav-cashback-select .nav-item .nav-link .nav-inner-item .image-box img {
    height: 60px;
    max-width: 60px;
    top: -10px;
    width: 100%
}

#nav-cashback-select .nav-item .nav-link .nav-inner-item .text-wrap span:first-child {
    font-size: 16px;
    font-weight: 700
}

#nav-cashback-select .nav-item .nav-link .nav-inner-item .text-wrap span:nth-child(2) {
    font-size: 12px
}

#nav-cashback-select .nav-item .nav-link .nav-inner-item .icon {
    font-size: 16px !important
}

#nav-cashback-select .nav-item .nav-link .button-box {
    height: 100%
}

#nav-cashback-select .nav-item .nav-link .button-box button {
    border-radius: 0 8px 8px 0 !important;
    height: 100%
}

#nav-cashback-select .nav-item .nav-link:hover {
    color: #f2f2f2
}

#nav-cashback-select .nav-item .nav-link:hover img {
    mix-blend-mode: normal;
    transform: scale(1.1)
}

#nav-cashback-select .nav-item .nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: top right
}

#nav-cashback-select .nav-item .nav-link:hover .text-wrap {
    font-weight: 700
}

@media screen and (max-width:600px) {
    #nav-cashback-select .nav-item {
        padding: 0 5px
    }

    #nav-cashback-select .nav-item .nav-link .nav-inner-item .image-box {
        margin-right: 4px;
        position: relative;
        top: -10px
    }

    #nav-cashback-select .nav-item .nav-link .nav-inner-item .image-box img {
        height: 50px;
        max-width: 50px;
        top: -10px;
        width: 100%
    }

    #nav-cashback-select .nav-item .nav-link .nav-inner-item .text-wrap span:first-child {
        font-size: 14px;
        font-weight: 700
    }

    #nav-cashback-select .nav-item .nav-link .nav-inner-item .text-wrap span:nth-child(2) {
        font-size: 11px
    }

    #nav-cashback-select .nav-item .nav-link .button-box button {
        min-width: 40px
    }
}

.history-icon-back {
    color: #fff !important;
    cursor: pointer;
    font-size: 2.75rem;
    position: absolute;
    top: 15px;
    z-index: 5
}

@media screen and (max-width:425px) {
    .history-icon-back {
        font-size: 24px;
        left: 12px;
        top: 17px
    }
}

.cash-and-com {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-top: 8px;
    padding: 12px;
    width: 100%
}

@media screen and (max-width:425px) {
    .cash-and-com {
        padding-bottom: 0
    }
}

.cash-and-com .tabs {
    display: flex;
    height: 40px;
    justify-content: center;
    width: 80%
}

.cash-and-com .tabs .tab {
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    color: #c1c1c1;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 8px;
    width: 110px
}

@media screen and (max-width:425px) {
    .cash-and-com .tabs .tab {
        font-size: 14px;
        padding: 6px 8px;
        width: 46%
    }
}

@media screen and (max-width:320px) {
    .cash-and-com .tabs .tab {
        font-size: 12px;
        padding: 4px 8px;
        width: 46%
    }
}

.cash-and-com .tabs .tab:first-child {
    border-radius: 12px 0 0 12px
}

.cash-and-com .tabs .tab:nth-child(2) {
    border-radius: 0 12px 12px 0
}

.cash-and-com .tabs .tab.is-active {
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%) !important;
    color: #fff !important
}

.cash-com-enable {
    background: hsla(0, 0%, 8%, .427);
    border-radius: 12px;
    height: 200px
}

.cash-com-box-next-step,
.cash-com-enable {
    align-items: center;
    display: flex;
    justify-content: center
}

.cash-com-box-next-step {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.border-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.show-tournament-title {
    margin-top: 1rem;
    text-align: center
}

.show-tournament-title h1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #fffeeb, #fcf9c4);
    background-clip: text;
    -webkit-background-clip: text
}

.show-tournament-wrapper {
    background: linear-gradient(#add8e6 55%, #fff 0) no-repeat;
    border-radius: 8px;
    height: 8.5rem
}

.show-tournament-wrapper .show-tournament-inner {
    display: flex;
    height: 100%
}

.show-tournament-wrapper .show-tournament-inner .tournament-image {
    margin-left: 1rem
}

@media screen and (max-width:600px) {
    .show-tournament-wrapper .show-tournament-inner .tournament-image {
        margin-left: 0
    }
}

.show-tournament-wrapper .show-tournament-inner .tournament-image img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 7rem
}

.show-tournament-wrapper .show-tournament-inner .tournament-time {
    flex: 1 1 auto
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time {
    display: flex;
    flex-direction: column;
    height: 100%
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-top {
    align-items: center;
    display: flex;
    flex: 1 1 68px;
    gap: 8px;
    justify-content: center
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-top:first-child {
    text-align: center
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-top:first-child p {
    color: var(--primary-color-2);
    font-weight: 600;
    margin-bottom: 0
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-top .tournament-date-show {
    text-align: center
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-top .tournament-date-show .countdown-item {
    display: flex;
    gap: 4px;
    justify-content: end
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-top .tournament-date-show .countdown-item>span {
    align-items: center;
    background: linear-gradient(180deg, var(--primary-color-1) 0, var(--primary-color-2) 100%) !important;
    border-radius: 6px;
    color: var(--primary-font-color) !important;
    display: grid;
    font-size: 18px;
    height: 40px;
    justify-items: center;
    padding: 6px;
    place-items: center;
    width: 30px
}

@media screen and (max-width:425px) {
    .show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-top .tournament-date-show .countdown-item>span {
        font-size: 16px;
        height: 35px;
        width: 22px
    }
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-top .countdown-type {
    color: var(--primary-color-2);
    margin-top: 1.425rem;
    text-align: left
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-top .countdown-type small {
    font-weight: 600
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-bottom {
    align-items: center;
    display: flex;
    flex: 1 1 68px;
    gap: 1rem;
    justify-content: center
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-bottom .time-box {
    color: #000;
    margin-top: 1rem;
    text-align: center
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-bottom .time-box .countdown-item>span {
    border: 2px solid #c7c7c7;
    border-radius: 6px;
    font-size: 16px;
    padding: 4px
}

@media screen and (max-width:600px) {
    .show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-bottom .time-box .countdown-item>span {
        font-size: 14px
    }
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-bottom .time-box .countdown-type {
    padding-top: 4px
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .countdown-time .tournament-time-bottom .time-box .countdown-type small {
    color: #c7c7c7
}

.show-tournament-wrapper .show-tournament-inner .tournament-time .tournament-time-inner .show-finish h2 {
    color: #000
}

#header-tournament {
    align-items: center;
    background-color: #fff !important;
    border-radius: 16px 16px 0 0 !important;
    display: -webkit-box;
    overflow-x: scroll;
    width: 100%
}

#header-tournament button {
    background-color: #fff !important;
    border-radius: 0 !important;
    color: #c7c7c7;
    display: block;
    height: 100%;
    padding: .425rem;
    width: 25%
}

#header-tournament button.only-one-item {
    width: 100%
}

#header-tournament button.item-two {
    width: 50%
}

#header-tournament button.more-than-two {
    width: 33.33%
}

.tournament-table-content {
    background-color: #fff;
    color: #000
}

.tournament-table-content .tour-content {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: .425rem
}

.tournament-table-content .tournament-table-date {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: .625rem
}

.tournament-table-content .tournament-table-date .date-item {
    cursor: pointer;
    flex: 1 1 40px;
    position: relative
}

.tournament-table-content .tournament-table-date .date-item span {
    color: #c7c7c7
}

.tournament-table-content .tournament-table-date .date-item:hover {
    box-shadow: rgb(0, 0, 0, var(--primary-color-2))
}

.tournament-table-content .tournament-table-date .date-item.date-item-active span {
    color: var(--primary-color-2);
    font-weight: 600;
    position: relative
}

.tournament-table-content .tournament-table-date .date-item.date-item-active span:before {
    background-color: var(--primary-color-1);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.loading-content-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.tournament-table-content-two .tournament-ranking-container {
    height: 100%;
    width: 100%
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-box {
    align-items: center;
    display: flex;
    margin-top: .625rem
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-box .tournament-ranking-header {
    flex: 1 1 auto
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-box .tournament-ranking-header span {
    font-weight: 600
}

.tournament-table-content-two .tournament-ranking-container .no-data {
    border: 2px solid #c7c7c7;
    border-radius: 8px;
    color: #c7c7c7 !important;
    margin-top: .625rem;
    padding: .425rem
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-item {
    align-items: center;
    background: #ececec;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
    display: flex;
    height: 3rem;
    margin-bottom: 8px
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-item>div {
    flex: 1 1 120px
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-item>div img {
    height: 100%;
    max-width: 2rem;
    width: 100%
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-item.tournament-first-rank {
    background: linear-gradient(180deg, #fef3d3, #f0d6b1)
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-item.tournament-second-rank {
    background: rgba(201, 215, 225, .3)
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-item.tournament-third-rank {
    background: rgba(255, 185, 120, .3)
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-item .ranking-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #775c41
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-item .box-reward .item-reward .item-reward-box {
    align-items: center;
    display: flex;
    gap: .225rem;
    justify-content: center;
    width: 100%
}

.tournament-table-content-two .tournament-ranking-container .tournament-ranking-item .box-reward .item-reward .item-reward-box .coin-image img {
    height: 24px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 24px
}

ol li:not(.ql-direction-rtl),
ul li:not(.ql-direction-rtl) {
    padding-left: 0 !important
}

.Vue-Toastification__container {
    z-index: 999999999 !important
}

@media screen and (min-width:601px) {
    .Vue-Toastification__toast {
        max-width: 350px
    }
}

label.v-label.theme--dark {
    font-size: 16px
}

@media screen and (max-width:600px) {
    label.v-label.theme--dark {
        font-size: 12px
    }
}

#shop-container {
    align-items: center;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    display: flex
}

#shop-container button {
    background-color: #fff !important;
    color: #000;
    display: block;
    flex: 1 1 auto;
    height: 100%;
    padding: .425rem;
    width: 100%
}

@media screen and (max-width:600px) {
    #shop-container button {
        font-size: 12px
    }
}

#shop-container button:first-child {
    border-radius: 16px 0 0 0
}

#shop-container button:last-child {
    border-radius: 0 16px 0 0
}

.shop-content {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: .425rem
}