@media screen and (max-width:425px) {
    #header-line-contact img {
        width: 55px !important
    }
}

@media screen and (max-width:280px) {
    #header-line-contact img {
        padding-right: 8px;
        width: 45px !important
    }
}

.header-btn-amount {
    width: 130px !important
}

.header-btn {
    width: 120px !important
}

@media screen and (max-width:280px) {
    .header-btn {
        font-size: 12px !important;
        width: 40px !important
    }
}

.border-profile {
    border-radius: 8px
}

@media screen and (max-width:390px) {
    .border-profile {
        border-radius: 16px
    }
}

@media screen and (max-width:786px) {
    .mobile-none {
        display: none !important
    }
}

.mobile-hidden img {
    display: block
}

@media screen and (max-width:600px) {
    .mobile-hidden img {
        display: none
    }
}

.grid-menu {
    grid-gap: 7px;
    display: grid;
    gap: 7px;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-content: center;
    overflow: hidden;
    padding: 8px
}

.box-menu,
.grid-menu {
    text-align: center;
    width: 100%
}

.box-menu {
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 12px;
    position: relative;
    transition: .25s
}

.box-menu:hover {
    transform: translateY(-4px)
}

.box-menu:disabled {
    filter: brightness(.7);
    opacity: .7;
    transform: translateY(0)
}

.box-menu p {
    white-space: nowrap
}

.box-item-promotion .flex {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.cover-box-menu {
    display: flex;
    gap: 7px;
    width: 100%
}

.cover-box-menu .box-menu-income,
.cover-box-menu .box-menu-income .flex {
    align-items: center;
    display: flex;
    justify-content: center
}

.cover-box-menu .box-menu-income img {
    margin-right: 5px
}

.other {
    grid-template-columns: 50% 50% !important;
    overflow: visible;
    padding: 8px 4px !important
}

.other .box-menu {
    overflow: visible;
    position: relative;
    z-index: 9
}

.other .box-menu .sub-dropdown-btn {
    background: #fff;
    border-radius: 10px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 105%;
    transform: translateY(-20%);
    transition: all .2s ease;
    visibility: hidden;
    width: 100%
}

.other .box-menu .sub-dropdown-btn .item-dropdown-list {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    padding: 5px 10px;
    width: 100%
}

.other .box-menu .sub-dropdown-btn .item-dropdown-list:hover {
    background: linear-gradient(180deg, var(--secondary-color-1) 0, var(--secondary-color-2) 100%) !important;
    border-radius: 10px
}

.other .box-menu .sub-dropdown-btn .item-dropdown-list:hover p {
    color: #fff
}

.other .box-menu .sub-dropdown-btn .item-dropdown-list img {
    height: 35px;
    width: auto
}

.other .box-menu .sub-dropdown-btn .item-dropdown-list p {
    margin: 0 0 0 10px
}

.active-dropdown-wrap {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all .2s ease !important;
    visibility: visible !important
}

.btn-logout-grid {
    position: relative;
    z-index: 7
}

.btn-none-login {
    position: relative;
    z-index: 1
}

.fix-menu-content .other {
    padding: 0 !important
}

.fix-menu-content .other:nth-child(2) a {
    position: relative;
    z-index: 1
}

.close-dropdown-wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px !important
}

.close-dropdown-wrap .v-icon {
    color: red !important;
    font-size: 20px !important
}

.alertimg {
    position: absolute;
    right: -5px;
    top: -5px
}

.alertimg-sidebar {
    height: 24px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: -4px;
    top: -3px;
    width: 24px
}

.deposit {
    left: 5px;
    position: absolute
}

@media only screen and (max-width:450px) {
    .box-menu {
        font-size: 10px
    }
}

@media only screen and (max-width:600px) {
    .other a .item-dropdown-list p {
        font-size: .9rem !important
    }

    .flex-profile-crop .desc-profile .flex-desc {
        justify-content: space-between !important
    }

    .flex-profile-crop .desc-profile .flex-desc p {
        width: auto !important
    }
}

.image-refresh {
    align-content: center;
    display: grid;
    justify-content: center;
    place-content: center
}

.image-refresh img {
    filter: brightness(.3) invert(.7);
    margin-bottom: 1px;
    width: 15px !important
}

@media screen and (max-width:600px) {
    .image-refresh img {
        width: 12px !important
    }
}

.spin {
    animation: spin 1s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(0)
    }

    0% {
        transform: rotate(1turn)
    }
}

.text-wrap-vip {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.vip-header {
    height: 30px;
    transform: translateX(16px) !important;
    width: 80px
}

@media screen and (max-width:320px) {
    .vip-header {
        transform: translateX(8px) !important
    }
}

.vip-header .vip-member-container {
    height: 24px;
    width: 76px
}

.vip-header .vip-member-container .vip-member-warp {
    left: auto !important;
    padding: 0 .8rem;
    right: 0;
    transform: translateY(-50%)
}

.vip-header .vip-member-container .vip-member-warp img {
    height: 20px;
    width: 20px
}

.vip-header .vip-member-container .vip-member-warp span {
    font-size: 12px
}

@media only screen and (max-width:600px) {
    .vip-header {
        width: 67px
    }

    .vip-header .vip-member-container {
        width: 64px
    }

    .vip-header .vip-member-container .vip-member-warp {
        padding: 0 .4rem
    }

    .vip-header .vip-member-container .vip-member-warp img {
        height: 18px;
        width: 18px
    }

    .vip-header .vip-member-container .vip-member-warp span {
        font-size: 14px
    }
}


#popup-title {
    color: #fff !important
}

#popup-title .custom-dialog-color {
    background: var(--theme-color-1);
    box-shadow: none !important
}

#popup-title .custom-dialog-color .popup-box {
    background: linear-gradient(180deg, var(--theme-color-2), var(--theme-color-2)) !important;
    box-shadow: 0 2px 3px rgba(58, 99, 197, .4);
    height: 70px;
    position: relative
}

#popup-title .custom-dialog-color .popup-box h1 {
    font-size: 32px
}

@media screen and (max-width:425px) {
    #popup-title .custom-dialog-color .popup-box h1 {
        font-size: 18px !important
    }

    #popup-title .custom-dialog-color .popup-box {
        height: 60px
    }
}

#popup-title .custom-dialog-color .popup-box .popup-title-icon-back {
    cursor: pointer;
    left: 20px;
    position: absolute
}

#popup-title .custom-dialog-color .popup-box .popup-title-icon-back .popup-title-icon {
    color: #fff !important;
    top: 0
}

@media screen and (max-width:425px) {
    #popup-title .custom-dialog-color .popup-box .popup-title-icon-back .popup-title-icon {
        font-size: 20px !important
    }
}

#popup-title .custom-dialog-color .popup-box .popup-title {
    cursor: pointer;
    position: absolute;
    right: 20px
}

#popup-title .custom-dialog-color .popup-box .popup-title .popup-title-icon {
    color: #fff !important;
    top: 0
}

@media screen and (max-width:425px) {
    #popup-title .custom-dialog-color .popup-box .popup-title .popup-title-icon {
        font-size: 20px !important
    }
}

#popup-title .custom-dialog-color .popup-box .popup-title-left {
    cursor: pointer;
    filter: invert(1);
    left: 20px;
    position: absolute
}

#popup-title .custom-dialog-color .popup-box .popup-title-left .popup-title-icon {
    color: #fff !important;
    top: 0
}

@media screen and (max-width:425px) {
    #popup-title .custom-dialog-color .popup-box .popup-title-left .popup-title-icon {
        font-size: 20px !important
    }
}

.v-card__subtitle,
.v-card__text,
.v-card__title {
    padding: 0
}

.notOverFlow {
    overflow-y: auto !important
}

.alert {
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    color: var(--theme-color-2);
    display: flex;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    margin-left: 8px;
    width: 20px
}

.alert span {
    padding-top: 3px
}

@media only screen and (max-width:1280px) {
    .outstanding-container .v-card__text {
        max-height: 500px !important
    }
}

@media only screen and (max-width:450px) {
    .outstanding-container .v-card__text {
        max-height: 300px !important
    }
}

#banner-main {
    position: relative
}

#banner-main .image-banner,
#banner-main .v-image {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important
}

@media screen and (max-width:1200px) {
    #banner-main .v-image {
        height: auto !important
    }
}

@media screen and (max-width:600px) {
    #banner-main .v-image {
        height: 100% !important;
        max-height: 150px
    }
}

#banner-main .v-item--active .v-btn__content .v-icon {
    opacity: 1 !important
}

@media screen and (max-width:425px) {
    #banner-main .v-item--active .v-btn__content .v-icon {
        font-size: 14px !important
    }
}

#banner-main .v-item--active .v-btn__content .v-icon:before {
    background: var(--themeActive-color-1) !important;
    border-radius: 50% !important;
    color: transparent !important
}

#banner-main .v-item-group {
    height: auto !important;
    padding-bottom: 24px !important
}

@media only screen and (min-width:100px) {
    #banner-main .v-item-group {
        padding-bottom: 10px !important
    }
}

@media only screen and (min-width:600px) {
    #banner-main .v-item-group {
        padding-bottom: 24px !important
    }
}

@media screen and (max-width:425px) {
    #banner-main .v-item-group .v-carousel__controls .v-btn--icon.v-size--small {
        height: 10px !important;
        width: 10px !important
    }
}

#banner-main .v-item-group .v-window__container .v-carousel .v-window-item .v-responsive .v-responsive__content img {
    height: 400px;
    width: 100%
}

.hide-banner {
    display: none
}

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

.Vue-Toastification__container[data-v-0bd3ffea] {
    z-index: 999999999 !important
}

@media screen and (min-width:601px) {
    .Vue-Toastification__toast[data-v-0bd3ffea] {
        max-width: 350px
    }
}

label.v-label.theme--dark[data-v-0bd3ffea] {
    font-size: 16px
}

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

.custom-dialog-color[data-v-0bd3ffea] {
    background: var(--theme-color-1)
}

.popup-box[data-v-0bd3ffea] {
    height: 100px;
    position: relative
}

.popup-title[data-v-0bd3ffea] {
    background: var(--theme-color-1);
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.popup-title .popup-title-icon[data-v-0bd3ffea] {
    color: #fff !important
}

@media screen and (max-width:425px) {
    .popup-title .popup-title-icon[data-v-0bd3ffea] {
        font-size: 20px !important
    }
}

.popup-alert[data-v-0bd3ffea] {
    height: 80px;
    width: 80px
}

.text-body[data-v-0bd3ffea] {
    height: auto
}

.text-one[data-v-0bd3ffea] {
    font-size: 1.25rem;
    font-weight: 600
}

.text-one[data-v-0bd3ffea],
.text-two[data-v-0bd3ffea] {
    color: var(--primary-font-color)
}

.text-two[data-v-0bd3ffea] {
    font-size: 1rem;
    font-weight: 400
}

.center[data-v-0bd3ffea] {
    margin-top: 15px;
    text-align: center
}

.flex-button[data-v-0bd3ffea] {
    display: flex;
    justify-content: center
}

.btn[data-v-0bd3ffea] {
    border-radius: 12px;
    height: 38px;
    width: 123px
}

.confirm[data-v-0bd3ffea] {
    background-color: #7690ff;
    color: #fff
}

.details[data-v-0bd3ffea] {
    background-color: #c2c2c2;
    color: #000
}

.text-size[data-v-0bd3ffea] {
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width:426px) {
    .popup-box[data-v-0bd3ffea] {
        height: 80px
    }

    .popup-alert[data-v-0bd3ffea] {
        height: 50px;
        top: 15px;
        width: 50px
    }

    .text-one[data-v-0bd3ffea] {
        font-size: 1rem;
        font-weight: 600
    }

    .text-two[data-v-0bd3ffea] {
        font-size: .875rem;
        font-weight: 400
    }

    .center[data-v-0bd3ffea] {
        margin-top: 10px
    }
}

@media screen and (max-width:376px) {
    .popup-box[data-v-0bd3ffea] {
        height: 50px
    }

    .popup-alert[data-v-0bd3ffea] {
        height: 30px;
        top: 10px;
        width: 30px
    }

    .center[data-v-0bd3ffea] {
        margin-top: 5px;
        width: auto
    }
}

.close-btn-alert[data-v-0bd3ffea] {
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 20px;
    z-index: 1
}

.manual-deposit {
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%) !important;
    border-radius: 12px;
    color: var(--primary-font-color) !important;
    display: flex;
    justify-content: center;
    padding: 0 .5rem;
    transition: .25s;
    width: 100%
}

.manual-deposit:hover {
    transform: translateY(-10px)
}

.manual-deposit .in-line {
    align-items: center;
    display: flex;
    justify-content: center
}

.manual-deposit button span {
    color: #fff
}

.href-class button span {
    color: #000;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.line-bot {
    background: linear-gradient(180deg, #3ad83a, #539100);
    border-radius: 12px;
    padding: 0 .5rem;
    transition: .25s
}

.line-bot:hover {
    transform: translateY(-10px)
}

.line-bot .in-line {
    align-items: center;
    display: flex;
    justify-content: center
}

ol li[data-v-8a9c725c]:not(.ql-direction-rtl),
ul li[data-v-8a9c725c]:not(.ql-direction-rtl) {
    padding-left: 0 !important
}

.Vue-Toastification__container[data-v-8a9c725c] {
    z-index: 999999999 !important
}

@media screen and (min-width:601px) {
    .Vue-Toastification__toast[data-v-8a9c725c] {
        max-width: 350px
    }
}

label.v-label.theme--dark[data-v-8a9c725c] {
    font-size: 16px
}

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

#qr-item .card-theme[data-v-8a9c725c] {
    border: 2px solid #f0f0f0;
    border-radius: 6px;
    padding: 6px
}

#qr-item .card-theme .wrapper-item[data-v-8a9c725c] {
    align-items: center;
    display: flex;
    justify-content: space-between
}

#qr-item .card-theme .wrapper-item p[data-v-8a9c725c] {
    color: #000;
    margin-bottom: 0
}

@media screen and (max-width:600px) {
    #qr-item .card-theme .wrapper-item p[data-v-8a9c725c] {
        font-size: .825rem
    }
}

#qr-item .card-theme .wrapper-item .first-box[data-v-8a9c725c] {
    align-items: center;
    display: flex;
    gap: 4px
}

@media screen and (max-width:600px) {
    #qr-item .card-theme .wrapper-item .first-box[data-v-8a9c725c] {
        gap: 2px
    }
}

#qr-item .card-theme .wrapper-item .first-box .info-icon i[data-v-8a9c725c] {
    margin-bottom: 2px
}

@media screen and (max-width:600px) {
    #qr-item .card-theme .wrapper-item .first-box .info-icon i[data-v-8a9c725c] {
        font-size: 16px
    }
}

#qr-item .card-theme .wrapper-item>div[data-v-8a9c725c] {
    text-align: center
}

#qr-item .card-theme .wrapper-item>div[data-v-8a9c725c]:nth-child(4) {
    width: 15%
}

@media screen and (max-width:400px) {
    #qr-item .card-theme .wrapper-item>div[data-v-8a9c725c]:nth-child(4) {
        width: auto
    }
}

#qr-item .card-theme .wrapper-item .status-box p.success[data-v-8a9c725c] {
    color: #47a047 !important
}

#qr-item .card-theme .wrapper-item .status-box p.waiting[data-v-8a9c725c] {
    color: #e08515 !important
}

#qr-item .card-theme .wrapper-item .status-box p.errorText[data-v-8a9c725c] {
    color: red !important
}

@media screen and (max-width:600px) {
    #qr-item .card-theme .wrapper-item .status-box[data-v-8a9c725c] {
        font-size: .825rem
    }
}

#qr-item .card-theme .wrapper-item .show-amount[data-v-8a9c725c] {
    color: #000
}

@media screen and (max-width:600px) {
    #qr-item .card-theme .wrapper-item .show-amount[data-v-8a9c725c] {
        font-size: .825rem
    }
}

#qr-item .card-theme .wrapper-item .show-detail button[data-v-8a9c725c] {
    padding: 6px 8px
}

@media screen and (max-width:600px) {
    #qr-item .card-theme .wrapper-item .show-detail button[data-v-8a9c725c] {
        font-size: 10px !important;
        padding: 4px 6px !important
    }
}

@media screen and (max-width:400px) {
    #qr-item .card-theme .wrapper-item .show-detail button[data-v-8a9c725c] {
        padding: 2px 4px !important
    }
}

ol li[data-v-54fed642]:not(.ql-direction-rtl),
ul li[data-v-54fed642]:not(.ql-direction-rtl) {
    padding-left: 0 !important
}

.Vue-Toastification__container[data-v-54fed642] {
    z-index: 999999999 !important
}

@media screen and (min-width:601px) {
    .Vue-Toastification__toast[data-v-54fed642] {
        max-width: 350px
    }
}

label.v-label.theme--dark[data-v-54fed642] {
    font-size: 16px
}

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

.qr-detail-wrapper .top-wrapper[data-v-54fed642] {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    border-radius: .275rem;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    padding: .5rem 0
}

.qr-detail-wrapper .qr-detail-wrapper-inner[data-v-54fed642] {
    background-color: #fff
}

.qr-detail-wrapper .qr-detail-wrapper-inner p[data-v-54fed642] {
    color: #000;
    margin-bottom: 0
}

.qr-detail-wrapper .qr-detail-wrapper-inner .qr-detail-box[data-v-54fed642] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.qr-detail-wrapper .qr-detail-wrapper-inner .qr-detail-box .user-box[data-v-54fed642] {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: end
}

.qr-detail-wrapper .qr-detail-wrapper-inner .qr-detail-box .user-box img[data-v-54fed642] {
    border-radius: 50%;
    height: 25px;
    width: 25px
}

@media screen and (max-width:600px) {
    .qr-detail-wrapper .qr-detail-wrapper-inner .qr-detail-box .status-box[data-v-54fed642] {
        font-size: .825rem
    }
}

.qr-detail-wrapper .qr-detail-wrapper-inner .qr-detail-box .status-box p.success[data-v-54fed642] {
    color: #47a047 !important
}

.qr-detail-wrapper .qr-detail-wrapper-inner .qr-detail-box .status-box p.waiting[data-v-54fed642] {
    color: #e08515 !important
}

.qr-detail-wrapper .qr-detail-wrapper-inner .qr-detail-box .status-box p.errorText[data-v-54fed642] {
    color: red !important
}

.amount-box-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
    color: #000;
    padding: 1rem;
    text-align: center
}

.amount-box-wrapper>p {
    margin-bottom: .5rem
}

.amount-box-wrapper>p:first-child {
    color: #000;
    font-size: 1rem;
    font-weight: 600
}

.amount-box-wrapper>p:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 600
}

ol li[data-v-3f73ae9a]:not(.ql-direction-rtl),
ul li[data-v-3f73ae9a]:not(.ql-direction-rtl) {
    padding-left: 0 !important
}

.Vue-Toastification__container[data-v-3f73ae9a] {
    z-index: 999999999 !important
}

@media screen and (min-width:601px) {
    .Vue-Toastification__toast[data-v-3f73ae9a] {
        max-width: 350px
    }
}

label.v-label.theme--dark[data-v-3f73ae9a] {
    font-size: 16px
}

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

#app-footer[data-v-3f73ae9a] {
    bottom: 0;
    display: none;
    left: 50%;
    position: fixed;
    transform: translate(-50%);
    z-index: 110
}

#app-footer .navigation[data-v-3f73ae9a] {
    align-items: center;
    background: linear-gradient(180deg, #38d851, #0f6a00);
    border-radius: 10px;
    display: flex;
    height: 70px;
    justify-content: center;
    max-width: 400px;
    position: relative;
    width: 100%
}

#app-footer .navigation ul[data-v-3f73ae9a] {
    display: flex;
    max-width: 375px;
    padding: 0 !important;
    width: 100%
}

#app-footer .navigation ul li[data-v-3f73ae9a] {
    display: flex;
    height: 70px;
    list-style: none;
    padding-left: 0 !important;
    width: 70px;
    z-index: 1
}

#app-footer .navigation ul li a[data-v-3f73ae9a] {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%
}

#app-footer .navigation ul li a .icon[data-v-3f73ae9a] {
    bottom: 5px;
    color: #f69b09;
    display: block;
    font-size: 1.5em;
    position: relative;
    text-align: center;
    transition: .5s
}

#app-footer .navigation ul li a .icon img[data-v-3f73ae9a] {
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 35px
}

#app-footer .navigation ul li a .text[data-v-3f73ae9a] {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: 50%;
    opacity: 1;
    position: absolute;
    transform: translate(-50%, 23px);
    transition: .5s;
    width: 100%
}

#app-footer .navigation ul li:first-child.active~.indicator[data-v-3f73ae9a] {
    transform: translateX(0)
}

#app-footer .navigation ul li:nth-child(2).active~.indicator[data-v-3f73ae9a] {
    transform: translateX(70px)
}

#app-footer .navigation ul li:nth-child(3).active~.indicator[data-v-3f73ae9a] {
    transform: translateX(140px)
}

#app-footer .navigation ul li:nth-child(4).active~.indicator[data-v-3f73ae9a] {
    transform: translateX(210px)
}

#app-footer .navigation ul li:nth-child(5).active~.indicator[data-v-3f73ae9a] {
    transform: translateX(280px)
}

#app-footer .navigation ul li.active a .icon[data-v-3f73ae9a] {
    transform: translateY(-20px)
}

#app-footer .navigation ul li.active a .icon img[data-v-3f73ae9a] {
    transform: scale(1)
}

#app-footer .navigation ul li.active a .text[data-v-3f73ae9a] {
    opacity: 1
}

#app-footer .indicator[data-v-3f73ae9a] {
    background: linear-gradient(180deg, #38d851, #0f6a00);
    border-radius: 50%;
    box-shadow: inset 0 0 15px hsla(0, 0%, 100%, .16) !important;
    height: 60px;
    left: 5px;
    position: absolute;
    top: -35%;
    transition: .5s;
    width: 60px
}

#app-footer .indicator.hide[data-v-3f73ae9a] {
    transition: .5s;
    visibility: hidden
}

#app-footer .indicator[data-v-3f73ae9a]:before {
    border-top-right-radius: 20px;
    left: -22px
}

#app-footer .indicator[data-v-3f73ae9a]:after,
#app-footer .indicator[data-v-3f73ae9a]:before {
    background: transparent;
    box-shadow: 0 -10px 0 0 transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 50%;
    width: 20px
}

#app-footer .indicator[data-v-3f73ae9a]:after {
    border-top-left-radius: 20px;
    right: -22px
}

@media(max-width:960px) {
    #app-footer[data-v-3f73ae9a] {
        display: block
    }
}

#popup-alert-modal {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%
}

#popup-alert-modal .popup-title-icon-box {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

#popup-alert-modal .popup-title-icon-box .popup-title-icon {
    color: #fff !important
}

@media screen and (max-width:425px) {
    #popup-alert-modal .popup-title-icon-box .popup-title-icon {
        font-size: 20px !important
    }
}

#popup-alert-modal .alert-wrapper {
    text-align: center
}

#popup-alert-modal .alert-wrapper .popup-alert {
    height: 80px;
    margin: 0 auto;
    width: 80px
}

@media screen and (max-width:600px) {
    #popup-alert-modal .alert-wrapper .popup-alert {
        height: 60px;
        width: 60px
    }
}

#popup-alert-modal .alert-wrapper .alert-subtitle p {
    font-size: 16px
}

#comp-footer {
    background: linear-gradient(180deg, #38d851, #0f6a00);
    border-radius: 31.5px 31.5px 0 0;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .5);
    display: none;
    height: 70px;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 5
}

#comp-footer .footer-wrap {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    max-width: 960px;
    width: 100%
}

#comp-footer .footer-wrap a {
    margin: auto;
    text-align: center
}

#comp-footer .footer-wrap a.s-sm {
    width: 20%
}

#comp-footer .footer-wrap a.s-sm .d-block {
    margin-bottom: -5px
}

#comp-footer .footer-wrap a.s-sm img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 45px
}

#comp-footer .footer-wrap a.s-sm img.animate {
    animation: rubberBand 1s ease-in-out infinite alternate both
}

#comp-footer .footer-wrap a.s-sm .text-menu {
    color: #fff;
    font-size: 12px;
    margin-top: 0
}

#comp-footer .footer-wrap a.s-xl {
    width: 20%
}

#comp-footer .footer-wrap a.s-xl img {
    height: 100px;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: -30px;
    transform: translate(-50%);
    width: 150px
}

#comp-footer .footer-wrap a.s-xl .text-menu {
    bottom: 3px;
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

@media only screen and (max-width:760px) {
    #comp-footer .footer-wrap a.s-sm {
        width: 17.5%
    }

    #comp-footer .footer-wrap a.s-sm .d-block {
        margin-bottom: 0
    }

    #comp-footer .footer-wrap a.s-sm img {
        height: 35px;
        width: 35px
    }

    #comp-footer .footer-wrap a.s-sm .text-menu {
        color: #fff;
        font-size: 12px;
        margin-top: 5px
    }

    #comp-footer .footer-wrap a.s-xl {
        width: 30%
    }

    #comp-footer .footer-wrap a.s-xl img {
        height: 90px;
        left: 50%;
        top: -21px;
        transform: translate(-50%);
        width: 120px
    }

    #comp-footer .footer-wrap a.s-xl .text-menu {
        color: #212121;
        font-size: 13px;
        font-weight: 700
    }
}

@media(max-width:960px) {
    #comp-footer {
        display: flex
    }
}

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
}

#x-footer {
    display: none;
}

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

    #x-footer {
        display: block;
    }
}

@media only screen and (max-width:993px) {


    #x-footer {
        border-radius: .5rem;
        bottom: 0;
        position: fixed;
        z-index: 1;
        width: 100%;
        display: block;
    }

    #x-footer .x-sub {
        cursor: pointer;
        width: 25%
    }

    #x-footer .x-sub .item {
        align-items: center;
        background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: .25rem 0;
        width: 101%
    }

    #x-footer .x-sub .item #x-badge {
        bottom: 95% !important;
        left: 25px !important
    }

    #x-footer .x-sub .item #y-badge {
        bottom: -15px !important
    }

    #x-footer .x-sub .item span {
        font-size: 13px;
        white-space: nowrap
    }

    #x-footer .x-sub .item img {
        height: 34px;
        -o-object-fit: contain;
        object-fit: contain;
        padding-top: 2px;
        width: 34px
    }

    #x-footer .x-sub .first {
        border-top-left-radius: 1rem !important
    }

    #x-footer .x-sub .last {
        border-top-right-radius: 1rem !important
    }

    #x-footer .center {
        border-radius: 1rem;
        position: relative;
        width: 25%
    }

    #x-footer .center .item {
        background: linear-gradient(180deg, var(--themeActive-color-1), var(--themeActive-color-2)) !important;
        border-radius: 3rem 3rem 0 0;
        height: calc(100% + 15px);
        justify-content: center;
        position: absolute;
        transform: translateY(-15px);
        width: 100%
    }

    #x-footer .center .item img {
        height: 65px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 65px
    }

    #x-footer .center:before {
        background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
        content: "";
        height: 100%;
        position: absolute;
        width: 100%
    }

    #x-footer .alertimg {
        margin-right: -25px;
        margin-top: -70px
    }
}

@media only screen and (max-width:769px) {
    #x-footer .x-sub {
        width: 25%
    }

    #x-footer .x-sub .item {
        align-items: center;
        background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: .25rem 0
    }

    #x-footer .x-sub .item #x-badge {
        bottom: 95% !important;
        left: 20px !important
    }

    #x-footer .x-sub .item #y-badge {
        bottom: -15px !important
    }

    #x-footer .x-sub .item span {
        font-size: 12px;
        white-space: nowrap
    }

    #x-footer .x-sub .item img {
        height: 28px;
        -o-object-fit: contain;
        object-fit: contain;
        padding-top: 2px;
        width: 28px
    }

    #x-footer .x-sub .first {
        border-top-left-radius: 1rem !important
    }

    #x-footer .x-sub .last {
        border-top-right-radius: 1rem !important
    }

    #x-footer .center {
        border-radius: 1rem;
        position: relative;
        width: 25%
    }

    #x-footer .center .item {
        background: linear-gradient(180deg, var(--themeActive-color-1), var(--themeActive-color-2)) !important;
        border-radius: 3rem 3rem 0 0;
        height: calc(100% + 15px);
        justify-content: center;
        position: absolute;
        transform: translateY(-15px);
        width: 100%
    }

    #x-footer .center .item img {
        height: 80px;
        transform: translateY(-5px);
        width: 80px
    }

    #x-footer .alertimg {
        margin-right: -25px;
        margin-top: -60px
    }
}

@keyframes x-rotate-62a1178e {
    0% {
        transform: rotate(8deg)
    }

    to {
        transform: rotate(-8deg)
    }
}

@keyframes x-bounceIn-62a1178e {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        transform: scale3d(.7, .7, .7)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

#box-loading-cont {
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

#box-loading-cont .img-logo {
    margin: auto;
    max-width: 260px
}

#box-loading-cont .img-logo img {
    height: auto;
    width: 100%
}

#box-loading-cont .img-logo .sub {
    height: auto;
    width: 65%
}

#box-loading-cont .cycles {
    display: inline-block;
    margin: auto;
    width: 220px
}

#box-loading-cont .cycle {
    background-color: #00bfff;
    border-radius: 50%;
    box-shadow: inset 0 0 2px #fff;
    display: inline-block;
    height: 20px;
    margin: 10px;
    width: 20px
}

#box-loading-cont #cycle1 {
    animation: ani_1 2s linear 0s infinite
}

#box-loading-cont #cycle2 {
    animation: ani_1 2s linear .3s infinite
}

#box-loading-cont #cycle3 {
    animation: ani_1 2s linear .6s infinite
}

#box-loading-cont #cycle4 {
    animation: ani_1 2s linear .9s infinite
}

#box-loading-cont #cycle5 {
    animation: ani_1 2s linear 1.2s infinite
}

#box-loading-cont .logo {
    animation: ani_2 4s linear infinite;
    border-bottom: 2px solid pink;
    color: gray;
    font-family: sans-serif;
    left: calc(50% - 105px);
    letter-spacing: 2px;
    margin: 20px 60px;
    position: absolute;
    top: calc(50% + 30px)
}

@keyframes ani_1 {
    0% {
        background-color: #18388b;
        height: 20px;
        margin-top: 10px;
        width: 20px
    }

    50% {
        background-color: #89a5eb;
        height: 10px;
        margin-top: 20px;
        width: 10px
    }

    to {
        background-color: #93b304;
        height: 20px;
        margin-top: 10px;
        width: 20px
    }
}

@keyframes ani_2 {
    0% {
        border-bottom: 2px solid skyblue
    }

    50% {
        border-bottom: 2px solid hotpink
    }

    to {
        border-bottom: 2px solid skyblue
    }
}

.loading-progress {
    align-items: center;
    background: #000;
    background: linear-gradient(180deg, #000, #2b2b2b 50%, #000);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999
}

.loading-progress .content-loading-progress {
    text-align: center
}

.loading-progress .content-loading-progress .img-logo {
    margin: 0 auto;
    width: 200px
}

.loading-progress .content-loading-progress .img-logo img {
    height: auto;
    width: 100%
}

.loading-progress .content-loading-progress .img-logo-sub {
    cursor: pointer;
    height: auto;
    margin: 0 auto;
    padding-top: 1rem;
    width: 170px
}

.loading-progress .content-loading-progress .img-logo-sub img {
    height: auto;
    width: 100%
}

.loading-progress .content-loading-progress.trans-late {
    transform: translateY(-100px)
}

@media screen and (max-width:1023px) {
    .loading-progress .content-loading-progress.trans-late {
        transform: translateY(-80px)
    }
}

@media screen and (max-width:600px) {
    .loading-progress .content-loading-progress.trans-late {
        transform: translateY(-50px)
    }
}

.loading-progress .progressbar {
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    border-radius: 20px;
    box-shadow: 0 4px 8px -4px hsla(0, 0%, 100%, .4), 0 -3px 3px -3px hsla(0, 0%, 100%, .25), inset 0 0 12px 0 rgba(0, 0, 0, .5);
    display: block;
    height: 20px;
    margin: 10px auto;
    padding: 5px 20px;
    position: relative;
    width: 350px
}

.loading-progress .blog-status-label {
    bottom: 0;
    height: 30px;
    position: absolute;
    left: 4%;
    transition: left 1s ease;
    width: 60px;
    transform: translateX(-50%);
}

.loading-progress .label {
    align-items: center;
    background: linear-gradient(180deg, #4c4c4c, #262626);
    border-radius: 5px;
    bottom: -40px;
    display: flex;
    height: 30px;
    justify-content: center;
    opacity: 1;
    position: absolute;
    left: 50%;
    transition: all 0.5s ease;
    width: 60px;
    transform: translateX(-50%);
}

.loading-progress .label:before {
    background: linear-gradient(135deg, #565656, #4c4c4c 50%);
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .15);
    -webkit-clip-path: polygon(50% 40%, 0 100%, 100% 100%);
    clip-path: polygon(50% 40%, 0 100%, 100% 100%);
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#565656", endColorstr="#4c4c4c", GradientType=1);
    height: 10px;
    left: 10px;
    position: absolute;
    top: -9px;
    width: 10px
}

.loading-progress .label span {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    transform: translateY(1px)
}

.loading-progress .active-progress {
    opacity: 1 !important
}

.loading-progress .progressbar:before {
    background: #222;
    border: 1px solid rgba(0, 0, 0, .8);
    border-radius: 24px;
    box-shadow: inset 0 0 6px 2px rgba(0, 0, 0, .65);
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 350px
}

.loading-progress .bar {
    border-radius: 20px;
    display: block;
    height: 16px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 2px;
    transition: width 1s ease;
    width: 0
}

.loading-progress .bar.color4 {
    background: linear-gradient(180deg, var(--theme-color-1), var(--theme-color-2));
    box-shadow: 0 0 10px 1px var(--theme-color-1), inset 0 1px 0 1px hsla(0, 0%, 100%, .45), inset 1px 0 0 1px hsla(0, 0%, 100%, .25), inset -1px 0 0 1px hsla(0, 0%, 100%, .25)
}

.loading-progress .bar:before {
    background: radial-gradient(ellipse at center, hsla(0, 0%, 100%, .35) 0, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .05) 51%, hsla(0, 0%, 100%, .01) 100%);
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    height: 100%;
    left: -15px;
    position: absolute;
    top: -15%;
    width: 606px
}

.loading-progress .bar:after {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .6) 98%, hsla(0, 0%, 100%, 0));
    border-radius: 0 20px 20px 0;
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1);
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px
}

.loading-progress .bar span {
    animation: glitter 5s linear infinite;
    background: url(/images/bg-progress.webp) 0 0;
    border-radius: 20px;
    display: block;
    height: 54px;
    left: 0;
    opacity: .15;
    position: absolute;
    top: 0;
    width: 100%
}

@keyframes glitter {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -375px
    }
}

@media screen and (max-width:1023px) {

    .loading-progress .content-loading-progress .img-logo,
    .loading-progress .content-loading-progress .img-logo-sub {
        margin: 0 auto;
        width: 160px
    }

    .loading-progress .progressbar,
    .loading-progress .progressbar:before {
        width: 250px
    }

    .loading-progress .label {
        bottom: -38px;
        height: 28px;
        position: absolute;
        width: 50px
    }

    .loading-progress .label span {
        font-size: .9rem
    }
}

@media screen and (max-width:600px) {

    .loading-progress .progressbar,
    .loading-progress .progressbar:before {
        width: 250px
    }

    .loading-progress .label {
        bottom: -38px;
        height: 28px;
        position: absolute;
        width: 50px
    }

    .loading-progress .label span {
        font-size: .9rem
    }
}

.sub-white-label {
    animation: fade-in 1.5s ease-in
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#draggable-container {
    position: fixed;
    z-index: 999
}

#draggable-header {
    z-index: 1000
}

#wrap-btn-backdrop {
    display: flex;
    flex-direction: column
}

#vip-popup img {
    height: auto;
    width: 100%
}

.popup-vip-btn {
    background: linear-gradient(180deg, #ffdf46, #ffdc42 23.96%, #feeb52 49.48%, #fbc316 71.87%, #f69b09);
    border-radius: 50%;
    box-shadow: 0 0 4px #000;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    margin: 5px 0;
    text-align: center;
    width: 60px
}

.popup-vip-btn span {
    color: #212121;
    font-weight: 700
}

.popup-vip-btn img {
    animation: rubberBand 2s cubic-bezier(.39, .575, .565, 1) infinite alternate both;
    filter: drop-shadow(0 0 .75rem #000);
    margin: 0 auto;
    width: 50%
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

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

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px
}

@media screen and (max-width:600px) {
    .flex-wrapper {
        padding-top: 0
    }
}

.flex-wrapper p {
    text-align: center;
    width: 100%
}

.flex-wrapper .pic-logo-img {
    height: 100%;
    width: 240px
}

@media screen and (max-width:600px) {
    .flex-wrapper .pic-logo-img {
        width: 200px
    }
}

.main-footer-seo {
    color: #fff;
    margin: 1rem 0 0;
    position: relative;
    z-index: 1
}

.main-footer-seo .wrap-footer-group {
    background: linear-gradient(180deg, rgb(42 123 155 / 0%) 0%, var(--theme-color-1) 8%, var(--theme-color-2) 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
    width: 100%
}

.main-footer-seo .wrap-footer-group .section-1 {
    order: 1;
    padding-left: 1rem;
    width: 20%
}

.main-footer-seo .wrap-footer-group .section-2 {
    order: 2;
    width: 30%
}

.main-footer-seo .wrap-footer-group .section-3 {
    margin-bottom: 1rem;
    order: 3;
    padding-right: 1rem;
    width: 50%
}

.main-footer-seo .wrap-footer-group .section-4 {
    order: 4;
    text-align: center;
    width: 100%
}

.logo-footer img {
    height: auto;
    margin: 0 0 10px;
    width: 160px
}

.line-footer {
    display: none
}

.title-footer-wrap {
    margin: 0 0 1rem
}

.tag-footer-main {
    margin: 0;
    padding: 0
}

.tag-footer-main .list-tag {
    background: hsla(0, 0%, 100%, .6);
    border-radius: 20px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 3px 30px !important
}

.tag-footer-main .list-tag a {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none
}

.tag-footer-main>li {
    background: hsla(0, 0%, 100%, .6);
    border-radius: 20px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 3px 30px !important
}

.tag-footer-main>li a {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none
}

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

.flex-content-blog .content-in-flex {
    padding: 0 20px;
    width: 50%
}

.logo-list-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%
}

.logo-list-footer>li {
    align-items: center;
    background: hsla(0, 0%, 100%, .6);
    border-radius: 12px;
    display: flex;
    height: 45px;
    justify-content: center;
    margin: 1px 5px 5px 0;
    padding: 0 !important;
    width: 45px
}

.logo-list-footer>li img {
    border-radius: 50%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 3px;
    width: 100%
}

.logo-list-footer-casino {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%
}

.logo-list-footer-casino>li {
    align-items: center;
    background: hsla(0, 0%, 100%, .6);
    border-radius: 12px;
    display: flex;
    height: 45px;
    justify-content: center;
    margin: 1px 5px 5px 0;
    padding: 0 !important;
    width: 45px
}

.logo-list-footer-casino>li img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.create-blog {
    margin: .5rem auto
}

.create-blog img {
    height: auto;
    width: 250px
}

.create-blog p {
    margin: 0 0 5px
}

.create-blog a {
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none
}

.copyright-wrap {
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding-bottom: 8px;
    text-align: center
}

.copyright-wrap p {
    margin: 0
}

.copyright-wrap p:first-child {
    color: #f7ac03
}

@media only screen and (max-width:1200px) {
    .desc-footer p {
        font-size: .7rem
    }

    .title-footer-wrap {
        font-size: 1rem
    }

    .main-footer-seo .wrap-footer-group .section-1,
    .main-footer-seo .wrap-footer-group .section-2,
    .main-footer-seo .wrap-footer-group .section-3 {
        width: 33.33%
    }

    .flex-content-blog {
        flex-wrap: wrap
    }

    .flex-content-blog .content-in-flex {
        margin: 0 0 1rem;
        padding: 0;
        width: 100%
    }

    .tag-footer-main {
        margin: 0 0 1rem
    }

    .tag-footer-main>li {
        margin: 4px;
        padding: 3px 10px !important
    }

    .tag-footer-main>li a {
        font-size: .65rem
    }

    .tag-footer-main .list-tag {
        margin: 4px;
        padding: 3px 10px !important
    }

    .tag-footer-main .list-tag a {
        font-size: .65rem
    }
}

@media only screen and (max-width:1000px) {
    .copyright-wrap {
        padding: 15px 0 5rem
    }
}

@media screen and (max-width:600px) {
    .logo-list-footer>li img {
        padding: 0
    }

    .desc-footer p {
        font-size: .9rem
    }

    .line-footer {
        background: #d4d4d4;
        display: block
    }

    .title-footer-wrap {
        font-size: 1.1rem
    }

    .wrap-section {
        padding: 0 15px
    }

    .flex-content-blog .content-in-flex {
        padding: 0
    }

    .main-footer-seo .wrap-footer-group {
        position: relative
    }

    .main-footer-seo .wrap-footer-group .section-1 {
        height: auto !important;
        order: 1;
        position: relative;
        text-align: center;
        top: 0;
        width: 100%
    }

    .main-footer-seo .wrap-footer-group .section-2 {
        margin-top: .5rem;
        order: 2;
        padding-top: .5rem;
        text-align: center;
        width: 100%
    }

    .main-footer-seo .wrap-footer-group .section-3 {
        margin-bottom: 3rem;
        order: 2;
        width: 100%
    }

    .main-footer-seo .wrap-footer-group .section-4 {
        order: 3
    }

    .create-blog {
        border-radius: 5px;
        padding: 10px 0
    }

    .create-blog img {
        height: auto;
        width: 200px
    }

    .flex-content-blog {
        flex-wrap: wrap
    }

    .flex-content-blog .content-in-flex {
        margin: 0 0 1rem;
        text-align: center;
        width: 100%
    }

    .logo-list-footer {
        justify-content: center
    }

    .logo-list-footer>li {
        height: 45px;
        margin: 2px;
        width: 45px
    }

    .logo-list-footer>li img {
        height: 35px;
        width: 35px
    }

    .logo-list-footer-casino {
        justify-content: center
    }

    .logo-list-footer-casino>li {
        height: 45px;
        margin: 2px;
        width: 45px
    }

    .tag-footer-main {
        margin: 0 0 1rem
    }

    .tag-footer-main>li {
        margin: 4px;
        padding: 3px 20px !important
    }

    .tag-footer-main>li a {
        font-size: .8rem
    }

    .tag-footer-main .list-tag {
        margin: 4px;
        padding: 3px 20px !important
    }

    .copyright-wrap {
        margin-top: -80px;
        position: relative
    }
}

@media screen and (max-width:425px) {
    .main-footer-seo .wrap-footer-group {
        position: relative
    }

    .main-footer-seo .wrap-footer-group .section-1 {
        order: 1;
        position: relative;
        text-align: center;
        top: 0;
        width: 100%
    }

    .main-footer-seo .wrap-footer-group .section-2 {
        margin-top: .5rem;
        order: 2;
        padding-top: .5rem;
        text-align: center;
        width: 100%
    }

    .main-footer-seo .wrap-footer-group .section-3 {
        margin-bottom: 4rem;
        order: 2;
        width: 100%
    }

    .main-footer-seo .wrap-footer-group .section-4 {
        order: 3
    }
}

#game-hit {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    z-index: 1
}

#game-hit .text {
    background: red;
    color: wheat;
    display: block
}

#game-hit .swiper {
    border-radius: 8px;
    position: relative;
    width: 100%
}

#game-hit .swiper .image-sort {
    border-radius: 8px;
    padding-left: 20px;
    padding-top: 35px;
    transition: visibility .2s, opacity .2s linear
}

#game-hit .swiper .image-sort .icon-sort {
    align-items: center;
    background: linear-gradient(var(--secondary-color-1), var(--secondary-color-2)) !important;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    left: 10px;
    position: absolute;
    top: 25px;
    width: 40px;
    z-index: 5
}

#game-hit .swiper .image-sort .icon-sort .text-dark {
    color: #000;
    font-size: 20px;
    font-weight: 700
}

#game-hit .swiper .image-sort .icon-sort .crown-icon {
    height: 40px;
    position: absolute;
    right: -10px;
    top: -30px;
    transform: rotate(20deg);
    width: 40px
}

#game-hit .swiper .image-sort .btn-game {
    background: linear-gradient(var(--secondary-color-1), var(--secondary-color-2)) !important;
    border-radius: 8px;
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    left: 50%;
    opacity: 0;
    padding: .3rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: visibility .2s, opacity .2s linear;
    visibility: hidden;
    width: 60%;
    z-index: 2
}

@media screen and (max-width:899px) {
    #game-hit .swiper .image-sort .btn-game {
        height: 1.225rem;
        left: 60%;
        padding: .1rem;
        top: 60%;
        width: 40%
    }
}

@media screen and (max-width:911px) {
    #game-hit .swiper .image-sort .btn-game span {
        font-size: 12px !important
    }
}

#game-hit .swiper .image-sort .btn-game:before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.4, 0, .6, 1)
}

#game-hit .swiper .image-sort:hover img {
    filter: grayscale(.5) contrast(1.1);
    mix-blend-mode: luminosity;
    transition: all .5s
}

#game-hit .swiper .image-sort:hover .card-hover {
    display: block;
    opacity: 1;
    visibility: visible
}

#game-hit .swiper .image-sort:hover .card-hover:hover {
    background: linear-gradient(180deg, #fac01f, #ffe885) !important
}

#game-hit .swiper .image-sort .image-bg {
    position: relative;
    width: 100%
}

#game-hit .swiper .image-sort .image-bg img {
    border-radius: 8px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width:1200px) {
    #game-hit .swiper .image-sort .image-bg img {
        height: 250px
    }
}

@media screen and (max-width:1000px) {
    #game-hit .swiper .image-sort .image-bg img {
        height: 200px
    }
}

@media screen and (max-width:991px) {
    #game-hit .swiper .image-sort .image-bg img {
        height: 150px
    }
}

#game-hit .swiper .image-sort .image-bg img:hover {
    filter: grayscale(.5) contrast(1.1);
    mix-blend-mode: luminosity;
    transition: all .5s
}

#game-hit .swiper .image-sort .image-bg .name-inner-box {
    align-items: center;
    background: rgba(0, 0, 0, .8);
    border-radius: 0 0 .625rem .625rem;
    bottom: 5px;
    display: flex;
    height: 1.425rem;
    justify-content: flex-start;
    overflow: hidden;
    padding: .125rem .225rem;
    position: absolute;
    width: 96%;
    z-index: 99
}

@media screen and (max-width:600px) {
    #game-hit .swiper .image-sort .image-bg .name-inner-box {
        height: 1.225rem
    }
}

@media screen and (max-width:1000px) {
    #game-hit .swiper .image-sort .image-bg .name-inner-box {
        width: 94%
    }
}

@media screen and (max-width:800px) {
    #game-hit .swiper .image-sort .image-bg .name-inner-box {
        width: 92%
    }
}

#game-hit .swiper .image-sort .image-bg .name-inner-box span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

@media screen and (max-width:600px) {
    #game-hit .swiper .image-sort .image-bg .name-inner-box span {
        font-size: .725rem
    }
}

#game-hit .position-relative {
    background: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#game-hit .swiper-pagination {
    z-index: 0
}

#game-hit .swiper-pagination-bullet {
    height: 15px !important;
    margin: 0 .5rem;
    padding: 5px;
    width: 15px !important
}

#game-hit .swiper-pagination-bullet-active {
    background: linear-gradient(var(--secondary-color-1), var(--secondary-color-2)) !important;
    opacity: 1
}

#game-hit .swiper-pagination.swiper-pagination-bullets {
    bottom: 20px;
    left: 0;
    padding: 5px;
    right: 0;
    z-index: 20
}

#game-hit .swiper-pagination-bullet-active {
    outline: none
}

#game-hit .swiper-button-next,
#game-hit .swiper-button-prev {
    background: linear-gradient(var(--secondary-color-1), var(--secondary-color-2)) !important;
    border-radius: 50%;
    height: 40px;
    margin-top: -16px;
    position: absolute;
    top: calc(50% + 20px);
    width: 40px;
    z-index: 2
}

#game-hit .swiper-button-prev {
    margin-top: 0
}

#game-hit .swiper-button-prev img {
    height: 25px;
    margin-right: 3px;
    width: 15px
}

#game-hit .swiper-button-prev:after {
    content: ""
}

#game-hit .swiper-button-next {
    margin-top: 0
}

#game-hit .swiper-button-next img {
    height: 25px;
    margin-left: 3px;
    width: 15px
}

#game-hit .swiper-button-next:after {
    content: ""
}

@media(max-width:960px) {

    #game-hit .swiper-button-next,
    #game-hit .swiper-button-prev {
        display: none
    }
}

#game-hit .game-hit-title {
    background: radial-gradient(50% 9182.83% at 50% 49.6%, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0) 100%);
    gap: 10px;
    height: 40px;
    margin-top: 8px;
    width: 100%
}

#game-hit .game-hit-title img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 40px
}

#game-hit .game-hit-title p {
    color: #000;
    font-size: 16px
}

@media only screen and (max-width:960px) {
    #game-hit {
        display: none
    }
}

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

.home-audio {
    animation: effect-up 1.25s ease infinite;
    bottom: 40% !important;
    display: flex !important
}

@media screen and (max-width:600px) {
    .home-audio {
        bottom: 20% !important;
        height: 40px !important;
        width: 40px !important
    }

    .home-audio.add-bottom {
        bottom: 30% !important
    }

    .home-audio img {
        height: 30px !important;
        -o-object-fit: contain;
        object-fit: contain;
        width: 30px !important
    }
}

.home-page {
    align-items: center;
    animation: effect-up 1s ease infinite;
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
    border-radius: 50%;
    bottom: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 60px;
    justify-content: center;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 60px;
    z-index: 2 !important
}

.home-page img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 40px
}

.home-page:hover {
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    color: #000;
    transform: translateY(-5px);
    transition: .6s
}

@media screen and (max-width:600px) {
    .home-page {
        display: none
    }
}