.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
    border: 1px solid #000 !important;
    box-shadow: none !important
}

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

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

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

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

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

.alert-box[data-v-094925b8] {
    padding: 20px
}

.alert-box .alert-container[data-v-094925b8] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2)
}

.alert-box .alert-container .alert-wrapper[data-v-094925b8] {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 8px
}

.alert-box .alert-container .alert-wrapper img[data-v-094925b8] {
    height: 32px;
    width: 32px
}

@media screen and (max-width:425px) {
    .alert-box .alert-container .alert-wrapper img[data-v-094925b8] {
        height: 28px;
        width: 28px
    }
}

.alert-box .alert-container .alert-wrapper p[data-v-094925b8] {
    color: #000;
    font-weight: 600;
    margin-bottom: 0
}

.show-length-game-box[data-v-094925b8] {
    padding: 0 20px 10px
}

@media screen and (max-width:425px) {
    .show-length-game-box[data-v-094925b8] {
        padding: 0 20px
    }
}

.show-length-game-box .show-length-game-container[data-v-094925b8] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2)
}

.show-length-game-box .show-length-game-container .show-length-game-wrapper[data-v-094925b8] {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 8px
}

.show-length-game-box .show-length-game-container .show-length-game-wrapper p[data-v-094925b8] {
    color: #000;
    font-weight: 600;
    margin-bottom: 0
}

.show-length-game-box .show-length-game-container .show-length-game-wrapper span[data-v-094925b8] {
    color: var(--theme-font-color-2) !important;
    font-weight: 600
}

.outstanding-expand[data-v-094925b8] {
    grid-gap: 10px;
    color: #000;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    opacity: 1;
    padding: 20px;
    transition-duration: .3s
}

.outstanding-tag[data-v-094925b8] {
    align-items: center;
    animation: changeColor-094925b8 1s ease-in infinite;
    background: linear-gradient(180deg, #ffe45e, #e0710a);
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between;
    left: 0;
    padding: 6px 16%;
    position: fixed;
    top: 72px;
    width: 100%;
    z-index: 2
}

.outstanding-tag[data-v-094925b8]:hover {
    background-color: rgba(0, 0, 0, .897)
}

.outstanding-tag .text-title[data-v-094925b8] {
    color: #000;
    font-weight: 700
}

.outstanding-tag .alert-description[data-v-094925b8] {
    align-items: center;
    display: flex;
    gap: 10px
}

.outstanding-tag button[data-v-094925b8] {
    padding: 4px 10px !important
}

.outstanding-tag .button[data-v-094925b8]:hover {
    background-color: #3c25bc
}

.outstanding-expand .title[data-v-094925b8] {
    text-align: center
}

.outstanding-expand .image-section[data-v-094925b8] {
    display: flex;
    height: 200px;
    justify-content: center;
    position: relative;
    width: 100%
}

.outstanding-expand .image-section .overlay-content[data-v-094925b8] {
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .5), transparent, transparent);
    border-radius: 8px;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.outstanding-expand .image-section .game-name-box[data-v-094925b8] {
    bottom: .5rem;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    transform: translateY(0);
    white-space: nowrap;
    width: 100%
}

.outstanding-expand .image-section .game-name-box .game_cate[data-v-094925b8],
.outstanding-expand .image-section .game-name-box h4[data-v-094925b8] {
    color: #fff;
    margin: 0 4px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

    .outstanding-expand .image-section .game-name-box .game_cate[data-v-094925b8],
    .outstanding-expand .image-section .game-name-box h4[data-v-094925b8] {
        font-size: 13px
    }
}

.outstanding-expand .image-section .game-name-box .game_cate[data-v-094925b8] {
    align-items: center;
    display: flex;
    justify-content: center
}

.outstanding-expand .image-section .game-name-box .game_cate p[data-v-094925b8] {
    margin-bottom: 0
}

@media screen and (max-width:425px) {
    .outstanding-expand .image-section .game-name-box .game_cate p[data-v-094925b8] {
        font-size: 12px
    }
}

.outstanding-expand .image-section .game-name-box .game_cate img[data-v-094925b8] {
    height: 100%;
    max-width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width:425px) {
    .outstanding-expand .image-section .game-name-box .game_cate img[data-v-094925b8] {
        max-width: 36px
    }
}

.outstanding-expand img[data-v-094925b8] {
    border-radius: 13px;
    filter: drop-shadow(5px 5px 10px #000000);
    -o-object-fit: cover;
    object-fit: cover;
    transition-duration: .2s;
    width: 100%
}

.outstanding-expand .btn-click[data-v-094925b8] {
    align-items: center;
    border-radius: 13px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-duration: .2s;
    width: 100%
}

.outstanding-expand .image-section:hover .btn-click[data-v-094925b8] {
    cursor: pointer
}

.outstanding-expand .image-section:hover .main-game_image[data-v-094925b8] {
    filter: brightness(30%) drop-shadow(5px 5px 10px #000000)
}

.outstanding-expand .image-section:hover .game-name-box[data-v-094925b8] {
    opacity: 0;
    transition-duration: .3s
}

.outstanding-expand .btn-click .btn-wrap[data-v-094925b8] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateY(60px);
    transition-duration: .3s
}

.outstanding-expand .image-section:hover .btn-wrap[data-v-094925b8] {
    opacity: 1;
    transform: translateY(0)
}

.outstanding-expand .btn-click .btn-wrap button[data-v-094925b8] {
    background: linear-gradient(180deg, #ffe45e, #e0710a);
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: #212121 !important;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 18px;
    transition-duration: .2s
}

.outstanding-expand .btn-click .btn-wrap button[data-v-094925b8]:first-child {
    border-radius: 50%;
    height: 32px;
    padding: 0 0 0 2px;
    width: 32px
}

.outstanding-expand .btn-click .btn-wrap button[data-v-094925b8]:nth-child(2) {
    border-radius: 8px
}

.outstanding-expand .card[data-v-094925b8] {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.outstanding-expand .card .text-wrap[data-v-094925b8] {
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 700;
    padding-left: 10px
}

.outstanding-expand .btn-close[data-v-094925b8] {
    position: absolute;
    right: 10px;
    top: 10px
}

.loadingGameStartBack[data-v-094925b8] {
    align-items: center;
    border-radius: .625rem;
    display: flex;
    justify-content: center;
    transition: .25s
}

.loadingGameStartBack img[data-v-094925b8] {
    width: 100px
}

.joygame[data-v-094925b8] {
    animation: shake-094925b8 1.5s ease infinite;
    display: flex
}

@keyframes shake-094925b8 {
    0% {
        transform: translatey(0)
    }

    10% {
        transform: translatey(-2px)
    }

    20% {
        transform: translatey(2px)
    }

    30% {
        transform: translatey(-2px)
    }

    40% {
        transform: translatey(2px)
    }

    50% {
        transform: translatey(0)
    }
}

@keyframes changeColor-094925b8 {
    0% {
        filter: brightness(90%)
    }

    50% {
        filter: brightness(120%)
    }

    to {
        filter: brightness(90%)
    }
}

@media only screen and (max-width:1300px) {
    .outstanding-tag[data-v-094925b8] {
        padding: 6px 5%
    }

    .amountStuckGames[data-v-094925b8] {
        font-weight: 700
    }
}

@media only screen and (max-width:600px) {
    .outstanding-tag[data-v-094925b8] {
        padding: 6px 9px;
        top: 66px
    }

    .amountStuckGames[data-v-094925b8] {
        font-weight: 700
    }

    .outstanding-expand .image-section[data-v-094925b8] {
        height: auto
    }

    .outstanding-expand[data-v-094925b8] {
        grid-template-rows: none
    }

    .outstanding-tag .button[data-v-094925b8] {
        font-size: 10px
    }

    .outstanding-tag span[data-v-094925b8] {
        font-size: 12px
    }

    .outstanding-expand .card .text-wrap[data-v-094925b8] {
        font-size: 12px;
        padding: 0;
        text-align: center
    }

    .outstanding-expand .btn-click .btn-wrap button[data-v-094925b8]:nth-child(2) {
        font-size: 10px !important
    }
}

@media only screen and (max-width:425px) {
    .outstanding-expand .card .text-wrap[data-v-094925b8] {
        font-size: 9px
    }

    .amountStuckGames[data-v-094925b8] {
        font-weight: 700;
        width: 130px
    }
}

.wrapper {
    display: flex;
    max-width: 100%;
    position: relative
}

.wrapper .chevron-slide {
    background: #fff;
    border-radius: 50%;
    font-size: 1.15rem;
    height: 44px;
    position: absolute;
    text-align: center;
    top: 45%;
    transform: translateY(-50%);
    transition: transform .1s linear;
    width: 44px
}

.wrapper .chevron-slide.left {
    left: 16px
}

.wrapper .chevron-slide.right {
    right: 16px
}

.wrapper i {
    background: #fff;
    border-radius: 50%;
    color: #343f4f;
    cursor: pointer;
    font-size: 1.15rem;
    height: 44px;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .1s linear;
    width: 44px
}

.wrapper i:active {
    transform: translateY(-50%) scale(.9)
}

.wrapper i:hover {
    background: #f2f2f2
}

.wrapper i:first-child {
    display: none;
    left: -22px
}

.wrapper i:last-child {
    right: -22px
}

.wrapper .carousel {
    cursor: pointer;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100%
}

.carousel.dragging {
    cursor: grab;
    scroll-behavior: auto
}

.carousel.dragging .carousel-wrapper {
    pointer-events: none
}

.carousel-wrapper {
    display: inline-block;
    height: 100%;
    padding: .5rem;
    vertical-align: top;
    width: 100%
}

.carousel-title {
    color: #fff;
    font-size: 1.25rem;
    margin: 1rem 0;
    text-align: center
}

.carousel-content {
    display: block;
    margin-bottom: 2rem
}

.carousel-text {
    overflow: hidden
}

.carousel img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

#wrap-btn-backdrop {
    bottom: 40px;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: -25px;
    transform: translate(-50%, -50%);
    z-index: 5
}

.custom-dialog-title {
    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-box-wrapper {
    background: var(--theme-color-1) !important;
    padding: 0 .5rem !important
}

.custom-dialog-title-text {
    font-size: 2rem !important;
    padding-left: 3rem
}

@media screen and (max-width:475px) {
    .custom-dialog-title-text {
        font-size: 1.5rem !important
    }
}

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

.custom-dialog-color-noti {
    background: var(--theme-color-1)
}

.noti__wrapper {
    height: 100%;
    width: 100%
}

.noti__wrapper .noti__content {
    padding: 0 1rem 6rem
}

.noti__wrapper .noti__content .noti__title {
    margin: 1rem auto;
    text-align: center
}

.noti__wrapper .noti__content .noti__title h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700
}

.noti__wrapper .noti__content .noti__image img {
    height: auto !important;
    width: 100%
}

.noti__wrapper .noti__content .noti__text p {
    margin-bottom: 0
}

.fixed-wrapper-btn {
    background-color: var(--theme-color-1);
    display: block !important;
    padding: 0 !important;
    width: 100%
}

.fixed-wrapper-btn .slider-dots {
    display: flex;
    justify-content: center
}

.fixed-wrapper-btn .slider-dots span {
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 10px
}

.fixed-wrapper-btn .slider-dots span.active {
    background: linear-gradient(180deg, var(--secondary-color-1), var(--secondary-color-2)) !important
}

.bttn-event-multiple-wrap {
    background: rgba(228, 1, 1, .772);
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    max-width: 250px;
    padding: 12px 8px;
    text-align: center;
    transform: translateY(30px)
}

.blog-multiple-deposit {
    align-items: center;
    background: rgba(0, 0, 0, .7);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    padding: 0 15px;
    position: fixed;
    top: 0;
    transform: translateY(100vh);
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 9999999999
}

.blog-multiple-deposit .inner-multiple-deposit {
    background: pink;
    background-position: 50% !important;
    background-size: cover !important;
    border-radius: 20px;
    height: 95vh;
    max-width: 500px;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    width: 500px;
    z-index: 1
}

.blog-multiple-deposit .close-blog-event {
    background: #db0000;
    border: 2px solid #fff;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 3px 15px;
    position: absolute;
    right: 15px;
    top: 15px
}

.blog-multiple-deposit .character-event {
    bottom: -10px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1
}

.blog-multiple-deposit .character-event img {
    height: auto;
    max-width: 100%
}

.showmultiple {
    transform: translateY(0);
    transition: all .2s ease-in-out
}

.wrapper-event-multiple .head-event {
    margin: 40px 0 20px
}

.wrapper-event-multiple .head-event img {
    height: auto;
    max-width: 100%
}

.list-blog-multiple.-item3,
.list-blog-multiple.-item4 {
    margin: 5rem 0 0
}

.list-blog-multiple.-item3 .blog-inner-list .type-text {
    height: 130px;
    width: 150px
}

.list-blog-multiple.-item2 {
    margin: 8rem 0 0
}

.list-blog-multiple.-item2 .blog-inner-list .type-text {
    height: 140px;
    width: 160px
}

.list-blog-multiple.-item1 {
    margin: 5rem 0 0
}

.list-blog-multiple.-item1 .blog-inner-list {
    width: 100%
}

.list-blog-multiple.-item1 .blog-inner-list .type-text {
    height: 230px;
    width: 250px
}

.list-blog-multiple .blog-inner-list {
    cursor: pointer;
    padding: .5rem 1rem;
    text-align: center;
    width: 50%
}

.list-blog-multiple .blog-inner-list .type-img {
    padding: 0 2rem
}

.list-blog-multiple .blog-inner-list .type-img img {
    animation: rotatingcrown .6s ease-in-out infinite;
    height: auto;
    width: 100%
}

.list-blog-multiple .blog-inner-list .type-text {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 140px;
    z-index: 1
}

.list-blog-multiple .blog-inner-list .type-text span {
    animation: loader 2s ease-in-out infinite;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.list-blog-multiple .blog-inner-list .type-text p {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0;
    text-shadow: 2px 2px 4px #000
}

@keyframes rotatingcrown {
    0% {
        transform: translate(0) rotate(0deg)
    }

    50% {
        transform: translateY(-5%) rotate(10deg)
    }

    75% {
        transform: translateY(-5%) rotate(-10deg)
    }

    to {
        transform: translate(0) rotate(0deg)
    }
}

@keyframes loader {
    0% {
        -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
        transform: rotate(0deg) scale(.9)
    }

    50% {
        -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
        transform: rotate(180deg) scale(1)
    }

    to {
        -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
        transform: rotate(0deg) scale(.9)
    }
}

.justify-content-center {
    justify-content: center
}

.popup-show-result {
    background-position: 50% !important;
    background-size: cover !important;
    border: 2px solid #fff;
    border-radius: 20px;
    bottom: 45vh;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 30px;
    position: absolute;
    right: 0;
    text-shadow: 2px 2px 4px #000;
    transform: translateY(100vh);
    transition: all 2.5s ease-in-out;
    width: 90%;
    z-index: 9
}

.popup-show-result:before {
    background: rgba(0, 0, 0, .5);
    border-radius: 20px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.popup-show-result h2,
.popup-show-result h4 {
    font-size: 1.4rem
}

.popup-show-result span {
    color: gold;
    font-size: 1.8rem
}

.popup-show-result .bttn-firm-btn {
    cursor: pointer;
    padding: 15px 0 0;
    text-align: center
}

.popup-show-result .bttn-firm-btn img {
    height: auto;
    width: 200px
}

.showpopupmultiple {
    transform: translateY(0);
    transition: all 2.5s ease-in-out
}

.stop-ef-multiple {
    position: relative;
    z-index: 1
}

.stop-ef-multiple:before {
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.stop-ef-multiple .type-img img {
    animation: none !important
}

.stop-ef-multiple .type-text span {
    animation: none !important;
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%)
}

.eff-fast .type-img img {
    animation: rotatingcrown .3s ease-in-out infinite !important
}

.eff-fast .type-text span {
    animation: loader .5s ease-in-out infinite !important
}

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

    .popup-show-result h2,
    .popup-show-result h4 {
        font-size: 1.1rem
    }

    .popup-show-result span {
        font-size: 1.6rem
    }

    .popup-show-result {
        bottom: 40vh;
        padding: 15px
    }

    .list-blog-multiple .blog-inner-list .type-text p {
        font-size: 2rem
    }

    .list-blog-multiple .blog-inner-list .type-text {
        height: 100px;
        width: 120px
    }

    .list-blog-multiple .blog-inner-list .type-img {
        padding: 0 1rem
    }
}

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

    .popup-show-result h2,
    .popup-show-result h4 {
        font-size: .9rem
    }

    .popup-show-result span {
        font-size: 1.4rem
    }

    .list-blog-multiple .blog-inner-list .type-text {
        height: 80px;
        width: 100px
    }

    .popup-show-result .bttn-firm-btn img {
        height: auto;
        width: 160px
    }

    .list-blog-multiple .blog-inner-list .type-text p {
        font-size: 1.4rem
    }

    .list-blog-multiple .blog-inner-list {
        padding: 0 1rem
    }
}

.content-popup-notify {
    height: auto;
    max-height: 300px;
    overflow: auto !important
}

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

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

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

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

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

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

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

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

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

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

.popup-alert[data-v-12d4b552] {
    position: absolute;
    top: 30px
}

.text-body[data-v-12d4b552] {
    height: auto
}

.text-one[data-v-12d4b552] {
    font-size: 1.5rem;
    font-weight: 600
}

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

.text-two[data-v-12d4b552] {
    font-size: 1.2rem;
    font-weight: 400
}

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

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

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

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

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

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

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

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

    .text-one[data-v-12d4b552] {
        font-size: 1.2rem;
        font-weight: 600
    }

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

    .center[data-v-12d4b552] {
        margin-top: 10px
    }
}

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

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

    .text-one[data-v-12d4b552] {
        font-size: 1.1rem;
        font-weight: 600
    }

    .text-two[data-v-12d4b552] {
        font-size: .9rem;
        font-weight: 400
    }

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

@media screen and (max-width:321px) {
    .text-one[data-v-12d4b552] {
        font-size: 1rem;
        font-weight: 600
    }

    .text-two[data-v-12d4b552] {
        font-size: .8rem;
        font-weight: 400
    }
}

#cashback-commission-ranking-box {
    background: rgba(0, 0, 0, .45);
    border-radius: 8px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    padding: .625rem 0
}

#cashback-commission-ranking-box .px-default {
    padding-left: .625rem;
    padding-right: .625rem
}

#cashback-commission-ranking-box .header-box {
    align-items: center;
    display: flex;
    justify-content: space-between
}

#cashback-commission-ranking-box .header-box .header-title {
    background: linear-gradient(180deg, var(--secondary-color-1) 0, var(--secondary-color-2) 100%);
    border-radius: 1.5rem;
    font-size: 14px;
    padding: .25rem .5rem
}

@media screen and (max-width:600px) {
    #cashback-commission-ranking-box .header-box .header-title {
        font-size: 12px
    }
}

#cashback-commission-ranking-box .header-box .header-subtitle {
    color: #ffad2b;
    font-size: 14px
}

@media screen and (max-width:600px) {
    #cashback-commission-ranking-box .header-box .header-subtitle {
        font-size: 12px
    }
}

#cashback-commission-ranking-box .content-box {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: -2rem;
    min-height: 200px;
    overflow-x: hidden;
    position: relative
}

@media screen and (max-width:426px) {
    #cashback-commission-ranking-box .content-box {
        min-height: 180px
    }
}

#cashback-commission-ranking-box .content-box #progress-bar {
    margin-bottom: 1.5em;
    padding-top: 5px;
    position: relative;
    width: 130vw
}

#cashback-commission-ranking-box .content-box #progress-bar .less-ranking {
    width: 100%
}

#cashback-commission-ranking-box .content-box #progress-bar .default-ranking {
    width: 130vw
}

#cashback-commission-ranking-box .content-box #progress-bar #progress-steps {
    background-color: #fff;
    counter-reset: item;
    display: block;
    height: 6px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto
}

#cashback-commission-ranking-box .content-box #progress-bar #progress-steps .less-ranking {
    width: 100%
}

#cashback-commission-ranking-box .content-box #progress-bar #progress-steps .default-ranking {
    width: 130%
}

#cashback-commission-ranking-box .content-box #progress-bar .progress-step {
    float: left;
    height: 6px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: auto
}

#cashback-commission-ranking-box .content-box #progress-bar .progress-step:last-child:after {
    background-color: #fff;
    content: "";
    height: 6px;
    position: absolute;
    top: 0;
    width: 170px
}

@media screen and (max-width:600px) {
    #cashback-commission-ranking-box .content-box #progress-bar .progress-step:last-child:after {
        width: 190%
    }
}

#cashback-commission-ranking-box .content-box #progress-bar .progress-step.active:last-child:after {
    background: linear-gradient(180deg, var(--secondary-color-1) 0, var(--secondary-color-2) 100%);
    content: "";
    height: 6px;
    position: absolute;
    top: 0;
    width: 100vw
}

#cashback-commission-ranking-box .content-box #progress-bar .count:before {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 18px;
    padding: 2px 0 0 6px;
    position: absolute;
    right: -10px;
    top: -6px;
    width: 14px;
    z-index: 999
}

#cashback-commission-ranking-box .content-box #progress-bar .image-rank {
    position: absolute;
    right: -17px;
    top: -70px
}

@media screen and (max-width:600px) {
    #cashback-commission-ranking-box .content-box #progress-bar .image-rank {
        right: -14px;
        top: -60px
    }
}

@media screen and (max-width:426px) {
    #cashback-commission-ranking-box .content-box #progress-bar .image-rank {
        right: -12px;
        top: -48px
    }
}

#cashback-commission-ranking-box .content-box #progress-bar .image-rank img {
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px
}

@media screen and (max-width:600px) {
    #cashback-commission-ranking-box .content-box #progress-bar .image-rank img {
        height: 40px;
        width: 40px
    }
}

@media screen and (max-width:426px) {
    #cashback-commission-ranking-box .content-box #progress-bar .image-rank img {
        height: 32px;
        width: 32px
    }
}

#cashback-commission-ranking-box .content-box #progress-bar .image-rank img.pass-already {
    transform: scale(1)
}

#cashback-commission-ranking-box .content-box #progress-bar .image-rank img.active {
    transform: scale(1.3)
}

#cashback-commission-ranking-box .content-box #progress-bar .circle-check {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -14px;
    width: 36px;
    z-index: 999
}

@media screen and (max-width:600px) {
    #cashback-commission-ranking-box .content-box #progress-bar .circle-check {
        height: 30px;
        top: -12px;
        width: 30px
    }
}

@media screen and (max-width:426px) {
    #cashback-commission-ranking-box .content-box #progress-bar .circle-check {
        height: 26px;
        top: -10px;
        width: 26px
    }
}

#cashback-commission-ranking-box .content-box #progress-bar .circle-check img {
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 32px
}

@media screen and (max-width:600px) {
    #cashback-commission-ranking-box .content-box #progress-bar .circle-check img {
        height: 28px;
        width: 28px
    }
}

@media screen and (max-width:426px) {
    #cashback-commission-ranking-box .content-box #progress-bar .circle-check img {
        height: 24px;
        width: 24px
    }
}

#cashback-commission-ranking-box .content-box #progress-bar .circle-check.active {
    background: linear-gradient(180deg, var(--secondary-color-1) 0, var(--secondary-color-2) 100%)
}

#cashback-commission-ranking-box .content-box #progress-bar .circle-check.active i {
    color: #fff !important
}

#cashback-commission-ranking-box .content-box #progress-bar .circle-check:before {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 46px;
    padding: 2px 0 0 6px;
    position: absolute;
    right: -10px;
    top: -6px;
    width: 46px;
    z-index: 999
}

#cashback-commission-ranking-box .content-box #progress-bar .highlight-index:before {
    background-color: #3cb0a5;
    color: #fff
}

#cashback-commission-ranking-box .content-box #progress-bar .highlight-index {
    background-color: #3cb0a5;
    border-radius: 4px;
    display: block;
    height: 100%
}

#cashback-commission-ranking-box .content-box #progress-bar .bg-color-main {
    background: linear-gradient(180deg, var(--secondary-color-1) 0, var(--secondary-color-2) 100%);
    display: block;
    height: 100%
}

#cashback-commission-ranking-box .content-box #progress-bar .bg-color-main:before {
    background-color: #3cb0a5;
    color: #fff
}

#cashback-commission-ranking-box .content-box #progress-bar .description {
    text-wrap: nowrap;
    bottom: -40px;
    color: #c7c7c7;
    display: block;
    font-size: .9em;
    font-weight: 700;
    position: absolute;
    right: -40%;
    text-align: center;
    width: 100%
}

@media screen and (max-width:426px) {
    #cashback-commission-ranking-box .content-box #progress-bar .description {
        bottom: -36px;
        font-size: .8em;
        right: -42%
    }
}

#cashback-commission-ranking-box .content-box #progress-bar .description.pass-already {
    background: none;
    color: #fff;
    font-weight: 700
}

#cashback-commission-ranking-box .content-box #progress-bar .description.active {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(180deg, var(--secondary-color-1) 0, var(--secondary-color-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700
}

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

.back-to-top-btn {
    align-items: center;
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
    border-radius: 50%;
    bottom: -100px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: .6s;
    visibility: hidden;
    width: 50px;
    z-index: 6
}

@media only screen and (max-width:991px) {
    .back-to-top-btn {
        left: 15px;
        right: 0
    }
}

@media screen and (max-width:600px) {
    .back-to-top-btn {
        left: auto;
        right: 15px
    }
}

.back-to-top-btn i {
    color: var(--primary-font-color);
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    top: 45%;
    transform: translateY(-45%)
}

.back-to-top-btn.go-top {
    bottom: 90px;
    opacity: 1;
    visibility: visible
}

.back-to-top-btn: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 only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
    .back-to-top-btn.go-top {
        bottom: 10px;
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (min-device-width:768px)and (max-device-width:1023px) {
    .back-to-top-btn.go-top {
        bottom: 150px;
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (min-device-width:1024px)and (max-device-width:1366px) {
    .back-to-top-btn.go-top {
        bottom: 50px;
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width:600px) {
    .back-to-top-btn {
        height: 40px;
        width: 40px
    }

    .back-to-top-btn i {
        font-size: 22px
    }

    .back-to-top-btn.go-top {
        bottom: 80px;
        opacity: 1;
        visibility: visible
    }

    .back-to-top-btn.add-bottom {
        bottom: 140px !important
    }
}

@media screen and (max-width:1179px)and (orientation:landscape) {
    .back-to-top-btn.go-top {
        bottom: 50px;
        opacity: 1;
        visibility: visible
    }

    .back-to-top-btn.add-bottom {
        bottom: 90px !important
    }
}

@media screen and (max-width:766px)and (orientation:landscape) {
    .back-to-top-btn.go-top {
        bottom: 150px
    }
}

.move-on-scroll {
    transition: transform .3s ease-in-out
}

.move-down {
    transform: translateY(100px)
}