@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

a {
    text-decoration: none
}

input:-moz-read-only {
    pointer-events: none
}

input:read-only, .select_disable {
    pointer-events: none
}

.mx_width {
    width: 98%;
    max-width: 1028px;
    margin: 0 auto
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

body {
    width: 100%;
    min-height: 100vh;
    background-image: url(../Images/bgn1.jpg);
    /*background-image: url(../Images/raya_bg.png);*/
    background-size: contain;
    background-repeat: repeat-y
}

.container {
    overflow: hidden
}

.login_con {
    width: 100%;
    background-image: url(../Images/login/bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

* {
    margin: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-family: "Montserrat",sans-serif
}

.row {
    display: flex
}

.btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 999rem;
    border: 0;
    background: rgba(0,0,0,0);
    font-weight: 700;
    cursor: pointer;
    text-align: center
}

input {
    background: #fff;
    padding: 11px 20px;
    border-radius: 10px;
    border: 1px solid #000;
    font-size: 13px;
    outline: 0;
    font-weight: 500
}

    input::-moz-placeholder {
        font-weight: 500;
        color: #d1d3d4;
        letter-spacing: .4px
    }

    input::placeholder {
        font-weight: 500;
        color: #d1d3d4;
        letter-spacing: .4px
    }

    input[type=checkbox] {
        accent-color: #ed1c24;
    }

.input_margin {
    margin-bottom: 20px
}

.col {
    display: flex;
    flex-direction: column
}

.text_flow {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 3px 7px;
    border-radius: 999rem;
    font-size: 7px;
    background: #39b44a
}

    .text_flow::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        border-top: 5px solid #db262e
    }

    .text_flow.hot {
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important
    }

        .text_flow.hot::after {
            content: "";
            border-top: 5px solid linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important
        }

    .text_flow.new::after {
        content: "";
        border-top: 5px solid #27ad24 !important;
    }

header {
    width: 100%;
    padding: 18px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #fff;
    /*z-index: 9999;*/
    position: relative;
    transition: .4s;
    /*background-image: url(../Images/bgn_cny.jpg);*/
}

    header .logo {
        width: 100%;
        max-width: 178px;
        height: 47px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    header .header1 {
        width: 100%;
        padding: 8px 12px;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        z-index: 99;
        transition: .4s
    }

    header .header_nav_row {
        flex: 1;
        margin-right: 30px;
        margin-left: 55px;
        font-size: 14px;
        justify-content: flex-end;
        align-items: center;
        gap: 12px
    }

        header .header_nav_row .nav {
            font-size: 11px;
            color: #414042;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            transition: .4s;
            position: relative;
            width: max-content;
        }

            header .header_nav_row .nav:hover {
                color: #ed1c24;
            }

        header .header_nav_row .active {
            color: #ed1c24;
        }

    header .header_right_wrap {
        flex: 1;
        justify-content: flex-end;
        align-items: center;
        gap: 10px
    }

        header .header_right_wrap .btn {
            min-width: 88px;
            text-align: center;
            justify-content: center;
            align-items: center
        }

        header .header_right_wrap .login_btn {
            border: 1px solid #000;
            color: #000;
            font-size: .7rem
        }

        header .header_right_wrap .reg_btn {
            color: #fff;
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            border: 1px solid #ed1c24;
            align-items: center;
            gap: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: .7rem
        }

            header .header_right_wrap .reg_btn img {
                width: 18px
            }

        header .header_right_wrap i {
            font-size: 22px
        }

        header .header_right_wrap .header_logged_row {
            width: -moz-fit-content;
            width: fit-content;
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            padding: 5px;
            border-radius: 999rem;
            align-items: center;
            gap: 5px;
            max-width: 150px
        }

            header .header_right_wrap .header_logged_row i {
                font-size: 13px;
                color: #fff;
                margin-left: 5px
            }

            header .header_right_wrap .header_logged_row span {
                font-size: 12px;
                color: #fff;
                font-weight: `0
            }

            header .header_right_wrap .header_logged_row .balance {
                font-size: 12px;
                color: #fff;
                text-align: right;
                width: 80px;
                white-space: nowrap;
                margin-left: 10px;
                font-weight: 600;
                gap: 5px
            }

                header .header_right_wrap .header_logged_row .balance input {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 70%;
                    background: none;
                    border: 0;
                    padding: 0;
                    color: #fff;
                    font-size: 12px;
                    font-weight: 600;
                    text-align: right;
                    cursor: default
                }

            header .header_right_wrap .header_logged_row .wallet_btn {
                width: 20px;
                height: 20px;
                padding: 5px;
                background: #fff;
                border-radius: 999rem
            }

                header .header_right_wrap .header_logged_row .wallet_btn img {
                    width: 100%
                }

        header .header_right_wrap .lang_row {
            width: -moz-fit-content;
            width: fit-content;
            gap: 10px;
            align-items: center
        }

            header .header_right_wrap .lang_row .current_lang {
                width: 22px;
                padding: 1px;
                background: #fff;
                border-radius: 999rem
            }

                header .header_right_wrap .lang_row .current_lang img {
                    width: 100%
                }

        header .header_right_wrap .menu_wrap {
            width: -moz-fit-content;
            width: fit-content;
            position: relative;
            display: flex
        }

            header .header_right_wrap .menu_wrap .menu_dropdown_wrap {
                position: absolute;
                top: 130%;
                right: 0;
                width: -moz-fit-content;
                width: fit-content;
                padding: 20px;
                background: #fff;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0,0,0,.4);
                align-items: stretch;
                display: none;
                z-index: 99
            }

                header .header_right_wrap .menu_wrap .menu_dropdown_wrap .menu_dropdwon_col {
                    flex: 1;
                    gap: 4px;
                    border-radius: 10px;
                    padding: 10px
                }

                    header .header_right_wrap .menu_wrap .menu_dropdown_wrap .menu_dropdwon_col .menu_row {
                        width: 100%;
                        justify-content: flex-start;
                        align-items: center;
                        gap: 10px;
                        padding: 6px 20px
                    }

                        header .header_right_wrap .menu_wrap .menu_dropdown_wrap .menu_dropdwon_col .menu_row .circle {
                            width: 34px;
                            height: 34px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                            border-radius: 999rem;
                            padding: 8px
                        }

                            header .header_right_wrap .menu_wrap .menu_dropdown_wrap .menu_dropdwon_col .menu_row .circle img {
                                width: 100%;
                                filter: brightness(0) invert(1)
                            }

                        header .header_right_wrap .menu_wrap .menu_dropdown_wrap .menu_dropdwon_col .menu_row img {
                            width: 26px
                        }

                        header .header_right_wrap .menu_wrap .menu_dropdown_wrap .menu_dropdwon_col .menu_row span {
                            font-size: 12px;
                            font-weight: 600;
                            color: #414042
                        }

                        header .header_right_wrap .menu_wrap .menu_dropdown_wrap .menu_dropdwon_col .menu_row .text {
                            font-size: 10px;
                            color: #fff;
                            background: red;
                            padding: 2px 10px;
                            border-radius: 999rem
                        }

                            header .header_right_wrap .menu_wrap .menu_dropdown_wrap .menu_dropdwon_col .menu_row .text.new {
                                background: #39b44a
                            }

                    header .header_right_wrap .menu_wrap .menu_dropdown_wrap .menu_dropdwon_col .logout_btn {
                        width: 100%;
                        border: .6mm solid linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                        border-radius: 10px;
                        padding: 7px;
                        color: #ed1c24;
                        ;
                        text-align: center;
                        font-size: 12px;
                        font-weight: 700;
                        margin-top: auto;
                        cursor: pointer
                    }

                    header .header_right_wrap .menu_wrap .menu_dropdown_wrap .menu_dropdwon_col.bg {
                        background: linear-gradient(180deg, rgba(223, 221, 221, 0.5098039216) 50%, rgba(241, 242, 242, 0))
                    }

.header_center {
    width: 100%;
    position: relative
}

    .header_center .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .header_center .close {
        width: 30px;
        margin-left: auto
    }

        .header_center .close img {
            width: 100%
        }

.header1_center {
    width: 100%;
    position: relative
}

    .header1_center .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .header1_center .close {
        width: 30px;
        margin-left: auto
    }

        .header1_center .close img {
            width: 100%
        }

.header_sticky {
    position: sticky;
    top: -2px;
    animation: slide-in-top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    box-shadow: 0px 5px 10px rgba(0,0,0,.3)
}

.top_wrap {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 10px;
    border-radius: 0 0 15px 15px
}

.bannerSwiper {
    width: 100%
}

    .bannerSwiper .swiper-slide {
        width: 100%;
        display: flex
    }

        .bannerSwiper .swiper-slide img {
            width: 100%;
            border-radius: 15px
        }

    .bannerSwiper .swiper-pagination-bullet {
        background: #fff;
        opacity: .6
    }

    .bannerSwiper .swiper-pagination-bullet-active {
        background: #000;
        opacity: 1
    }

.marquee_wrap {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #dfe5ea;
    padding: 7px 12px;
    border-radius: 999rem;
    margin: 10px auto 0
}

    .marquee_wrap img {
        width: 20px
    }

    .marquee_wrap marquee {
        color: #58595b;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .5px
    }

.bottom_wrap {
    width: 100%;
    padding: 0 10px;
    gap: 10px;
    align-items: flex-start
}

.index_menu_row {
    width: 100%;
    align-items: center
}

    .index_menu_row .index_menu_wrap {
        width: 100%;
        gap: 10px;
        overflow: auto
    }

        .index_menu_row .index_menu_wrap::-webkit-scrollbar {
            display: none;
            width: 0
        }

    .index_menu_row .index_menu_block {
        width: 100%;
        padding: 18px;
        justify-content: center;
        align-items: center;
        gap: 5px;
        position: relative;
        background: #dfe5ea;
        border-radius: 12px;
        cursor: pointer
    }

        .index_menu_row .index_menu_block img {
            width: 26px;
            filter: grayscale(1);
            z-index: 2
        }

        .index_menu_row .index_menu_block span {
            color: #808285;
            font-size: 11px;
            font-weight: 600;
            position: relative;
            z-index: 2
        }

    .index_menu_row .target {
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important
    }

        .index_menu_row .target::before {
            opacity: 1
        }

        .index_menu_row .target img {
            width: 30px;
            filter: brightness(0) invert(1)
        }

        .index_menu_row .target span {
            opacity: 0;
            visibility: hidden;
            display: none
        }

.news_wrap {
    width: 100%;
    padding: 12px;
    background: #f1f2f2;
    align-items: center;
    border-radius: 10px;
    gap: 10px
}

    .news_wrap .news_icon {
        width: 40px;
        height: 40px;
        padding: 9px;
        background: linear-gradient(45deg, #828282 5%, transparent, #828282 92%);
        box-shadow: 3px 2px 10px rgba(0,0,0,.6117647059);
        border-radius: 999rem
    }

        .news_wrap .news_icon img {
            width: 100%
        }

    .news_wrap .news_infor {
        flex: 1;
        color: #6f7073;
        font-size: 10px;
        font-weight: 600
    }

        .news_wrap .news_infor .sp {
            color: #ed1c24;
            ;
            font-size: 10px;
            font-weight: 600
        }

.index_wrap {
    width: 100%;
    padding: 0;
    gap: 15px;
    padding-bottom: 50px
}

    .index_wrap .index_event_row {
        width: 100%;
        gap: 15px;
        align-items: stretch
    }

        .index_wrap .index_event_row .index_event_col {
            gap: 10px
        }

            .index_wrap .index_event_row .index_event_col.left {
                width: 60%
            }

            .index_wrap .index_event_row .index_event_col.right {
                width: 40%
            }

    .index_wrap .title {
        font-size: 14px;
        color: #58595b;
        font-weight: 700
    }

    .index_wrap .table_wrap {
        width: 100%;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        overflow: auto;
        border: 1px solid #dfe5ea;
        max-height: 413px;
        overflow-y: auto;
    }

        .index_wrap .table_wrap table {
            width: 100%;
            height: 100%;
            border-spacing: none;
            border-collapse: collapse
        }

            .index_wrap .table_wrap table th {
                color: #888a8d
            }

            .index_wrap .table_wrap table td {
                color: #6a6b6d
            }

            .index_wrap .table_wrap::-webkit-scrollbar {
                width: 5px; /* Width of the vertical scrollbar */
            }

            .index_wrap .table_wrap::-webkit-scrollbar-thumb {
                background-color: #888; /* Color of the scrollbar thumb */
                border-radius: 5px; /* Roundness of the thumb */
            }

                .index_wrap .table_wrap::-webkit-scrollbar-thumb:hover {
                    background-color: #555; /* Darker on hover */
                }

            .index_wrap .table_wrap::-webkit-scrollbar-track {
                background-color: #f1f1f1; /* Background color of the scrollbar track */
            }

            .index_wrap .table_wrap table th, .index_wrap .table_wrap table td {
                text-align: center;
                font-size: 10px;
                white-space: nowrap;
                font-weight: 700;
                padding: 5px
            }

            .index_wrap .table_wrap table tr:nth-child(even) {
                border-radius: 10px
            }

                .index_wrap .table_wrap table tr:nth-child(even) td {
                    background: #dfe5ea
                }

                    .index_wrap .table_wrap table tr:nth-child(even) td:first-child {
                        border-radius: 5px 0 0 5px
                    }

                    .index_wrap .table_wrap table tr:nth-child(even) td:last-child {
                        border-radius: 0 5px 5px 0
                    }

    .index_wrap .index_live {
        width: 100%
    }

        .index_wrap .index_live img {
            width: 100%;
            border-radius: 10px
        }

    .index_wrap .provider_block {
        width: 100%;
        padding: 20px;
        background: #29313c;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,.3)
    }

        .index_wrap .provider_block .providerSwiper {
            width: 100%
        }

            .index_wrap .provider_block .providerSwiper .swiper-slide {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center
            }

                .index_wrap .provider_block .providerSwiper .swiper-slide img {
                    height: 38px;
                    filter: brightness(0) invert(1)
                }

.match-owl {
    width: 100%
}

    .match-owl .item {
        width: 100%;
        position: relative
    }

        .match-owl .item .bg {
            width: 100%;
            border-radius: 10px
        }

        .match-owl .item .match_cover {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 10px;
            overflow: hidden
        }

            .match-owl .item .match_cover .match_date {
                width: 100%;
                background: rgba(0,0,0,.7);
                padding: 8px;
                font-size: 12px;
                color: #fff;
                text-align: center
            }

            .match-owl .item .match_cover .match_row {
                width: 100%;
                height: 100%;
                justify-content: space-around;
                align-items: stretch;
                gap: 10px
            }

                .match-owl .item .match_cover .match_row .team {
                    flex: 1;
                    justify-content: center;
                    align-items: center;
                    gap: 10px
                }

                    .match-owl .item .match_cover .match_row .team img {
                        width: 70%
                    }

                    .match-owl .item .match_cover .match_row .team .team_name {
                        font-size: 12px;
                        color: #fff
                    }

                .match-owl .item .match_cover .match_row .match_middle_col {
                    flex: 1;
                    height: 100%;
                    justify-content: center;
                    align-items: center;
                    position: relative
                }

                    .match-owl .item .match_cover .match_row .match_middle_col h2 {
                        color: #fff
                    }

                    .match-owl .item .match_cover .match_row .match_middle_col .bet_btn {
                        position: absolute;
                        top: 70%;
                        width: 100%;
                        text-align: center;
                        white-space: nowrap;
                        background: #fff;
                        color: #ed1c24;
                        ;
                        font-size: .6rem;
                        font-weight: 700;
                        padding: 5px 0
                    }

.promo-owl {
    width: 100%
}

    .promo-owl .item {
        width: 100%
    }

        .promo-owl .item img {
            width: 100%;
            border-radius: 10px 10px 0 0
        }

        .promo-owl .item .promo_infor_block {
            width: 100%;
            background: #27313c;
            border-radius: 0 0 10px 10px;
            padding: 9px 15px;
            gap: 10px
        }

            .promo-owl .item .promo_infor_block .promo_title {
                width: 100%;
                font-size: 11px;
                font-weight: 600;
                color: #fff;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .promo-owl .item .promo_infor_block .promo_count_row {
                width: 100%;
                justify-content: space-between;
                align-items: center;
                gap: 10px
            }

            .promo-owl .item .promo_infor_block .get_btn {
                width: -moz-fit-content;
                width: fit-content;
                text-align: center;
                white-space: nowrap;
                color: #fff;
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                font-size: 11px;
                font-weight: 700;
                padding: 7px 12px
            }

    .promo-owl .countdown_row {
        width: 100%;
        margin: auto 0;
        align-items: flex-start
    }

        .promo-owl .countdown_row .countdown_day {
            gap: 4px;
            align-items: center
        }

            .promo-owl .countdown_row .countdown_day .countdown_block {
                width: -moz-fit-content;
                width: fit-content;
                padding: 5px 9px;
                background: #fff;
                font-size: 10px;
                font-weight: 600;
                border-radius: 4px;
                color: #000
            }

            .promo-owl .countdown_row .countdown_day span {
                color: #c2c5c7;
                font-size: 8px
            }

        .promo-owl .countdown_row .countdown_timer {
            width: -moz-fit-content;
            width: fit-content;
            align-items: flex-start;
            margin-left: 8px;
            position: relative
        }

            .promo-owl .countdown_row .countdown_timer .symbol {
                background: #fff;
                padding: 5px 0;
                font-size: 10px;
                color: #000
            }

            .promo-owl .countdown_row .countdown_timer .countdown_wrap {
                position: relative;
                gap: 4px
            }

                .promo-owl .countdown_row .countdown_timer .countdown_wrap .countdown_block {
                    padding: 5px 9px;
                    background: #fff;
                    font-size: 10px;
                    font-weight: 600;
                    color: #000
                }

                .promo-owl .countdown_row .countdown_timer .countdown_wrap span {
                    color: #c2c5c7;
                    font-size: 8px;
                    text-align: center
                }

                .promo-owl .countdown_row .countdown_timer .countdown_wrap .border_left {
                    border-radius: 4px 0 0 4px
                }

                .promo-owl .countdown_row .countdown_timer .countdown_wrap .border_right {
                    border-radius: 0 4px 4px 0
                }

.owl-theme .owl-dots {
    position: absolute;
    top: -28px;
    right: 0;
    margin-top: 0 !important
}

    .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 5px 3px;
        background: #dedede
    }

.border_btm {
    border-bottom: .6mm solid #bfc0c2
}

.login_con {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    background: #fff;
    margin: auto;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative
}

    .login_con .logo {
        width: 180px;
        margin: 0 auto
    }

    .login_con .popup_close {
        position: absolute;
        width: 25px;
        top: 15px;
        right: 15px
    }

.reg_con {
    max-width: 820px
}

.login_wrap {
    width: 100%;
    padding: 10px;
    max-height: 75vh;
    overflow: auto
}

    .login_wrap::-webkit-scrollbar {
        width: 7px;
        background-color: #fff
    }

    .login_wrap::-webkit-scrollbar-thumb {
        border-radius: 999rem;
        background-color: #d62929
    }

    .login_wrap .login_banner_wrap {
        width: 100%;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
        gap: 20px;
        box-shadow: 0px 0px 10px rgba(0,0,0,.4)
    }

        .login_wrap .login_banner_wrap .banner_txt {
            width: 28%;
            max-width: 100px;
            margin-top: -18px
        }

        .login_wrap .login_banner_wrap .banner_img {
            transform: translateY(30px);
            width: 40%;
            max-width: 200px;
            margin-top: -28px
        }

    .login_wrap form {
        width: 85%;
        gap: 15px;
        margin: 25px auto
    }

        .login_wrap form .textbox_wrap {
            width: 100%;
            gap: 3px;
            position: relative
        }

            .login_wrap form .textbox_wrap input {
                width: 100%
            }

            .login_wrap form .textbox_wrap span {
                color: red
            }

            .login_wrap form .textbox_wrap i {
                position: absolute;
                top: 50%;
                right: 20px;
                transform: translateY(-50%);
                color: #a7a9ac
            }

        .login_wrap form .textbox_col {
            width: 100%;
            gap: 3px
        }

            .login_wrap form .textbox_col .textbox_title {
                color: #ed1c24;
                ;
                font-size: 12px;
                margin-bottom: 5px;
                font-weight: 600
            }

            .login_wrap form .textbox_col .textbox_wrap {
                margin-bottom: 0 !important
            }

            .login_wrap form .textbox_col p {
                font-size: 10px;
                font-style: italic;
                color: red;
                font-weight: 600
            }

        .login_wrap form select {
            background: #fff;
            padding: 10px 13px;
            border-radius: 10px;
            border: 1px solid #000;
            font-size: 12px;
            outline: 0;
            margin-right: 5px
        }

        .login_wrap form .ref_col {
            border-top: 1px solid #c1c2c3;
            margin-top: 5px;
            padding-top: 15px
        }

        .login_wrap form .form_title {
            font-size: 16px;
            color: #000;
            font-weight: 700
        }

        .login_wrap form .checkbox_row {
            width: 100%;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
            padding: 0 10px
        }

            .login_wrap form .checkbox_row input {
                margin: 0;
                pointer-events: all !important
            }

            .login_wrap form .checkbox_row label {
                font-size: 11px;
                color: #ed1c24;
                ;
                font-weight: 600
            }

        .login_wrap form .btn {
            width: 100%;
            font-size: 13px;
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            color: #fff;
            border-radius: 10px;
            padding: 9px
        }

        .login_wrap form .login_ph {
            color: #000;
            text-decoration: underline;
            font-size: 12px;
            font-weight: 600;
            width: 100%;
            text-align: center;
            cursor: pointer
        }

        .login_wrap form .forgot_link {
            width: 100%;
            text-decoration: underline;
            font-size: 13px;
            /*margin: 15px auto;*/
            text-align: right;
            color: #ed1c24;
            ;
            font-weight: 600
        }

        .login_wrap form .textbox_anim {
            width: 100%;
            position: relative;
            align-items: center;
            gap: 10px
        }

            .login_wrap form .textbox_anim input {
                width: 100%;
                background: #fff;
                padding: 9px 15px 7px
            }

                .login_wrap form .textbox_anim input:focus {
                    border: 1px solid rgba(224,9,9,.8509803922)
                }

            .login_wrap form .textbox_anim label {
                position: absolute;
                top: 4px;
                font-size: 11px;
                margin: 6px;
                padding: 0 10px;
                font-weight: 500;
                color: #d1d3d4;
                background: #fff;
                z-index: 5;
                letter-spacing: .4px;
                transition: top .2s ease-in-out,font-size .2s ease-in-out
            }

            .login_wrap form .textbox_anim .active {
                font-weight: 600;
                top: -12px;
                font-size: 10px;
                color: #000
            }

        .login_wrap form img {
            width: 16px;
            height: 16px;
            /*margin: auto*/
        }

        .login_wrap form .phone_icon {
            margin-right: 8px
        }

    .login_wrap .reg_link {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-bottom: 1px solid #919396;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

        .login_wrap .reg_link p, .login_wrap .reg_link div {
            font-size: 10px;
            font-weight: 600;
            color: #6d6e71;
            gap: 5px;
            text-align: center;
            align-items: center
        }

            .login_wrap .reg_link p .popup_target, .login_wrap .reg_link div .popup_target {
                color: #ed1c24;
                ;
                font-size: 12px;
                font-weight: 600;
                white-space: nowrap;
                text-decoration: none
            }

    .login_wrap .log_link {
        width: 100%;
        margin-top: 3vh;
        justify-content: center;
        align-items: center;
        gap: 4px;
        padding-bottom: 30px
    }

        .login_wrap .log_link p {
            font-size: 12px;
            font-weight: 600;
            color: #6d6e71;
            gap: 5px;
            display: ruby-text;
            text-align: center
        }

            .login_wrap .log_link p a {
                color: #ed1c24;
                ;
                font-size: 12px;
                font-weight: 600;
                white-space: nowrap;
                margin-left: 5px
            }

    .login_wrap .contact_link {
        width: 80%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        gap: 4px;
        padding-bottom: 10px
    }

        .login_wrap .contact_link p {
            font-size: 9px;
            font-weight: 600;
            color: #6d6e71;
            gap: 5px;
            display: ruby-text;
            text-align: center
        }

            .login_wrap .contact_link p a {
                color: #ed1c24;
                font-size: 10px;
                font-weight: 600;
                white-space: nowrap;
                text-decoration: none
            }

    .login_wrap .license {
        width: 100%;
        max-width: 120px;
        margin: 20px auto 0
    }

        .login_wrap .license img {
            width: 100%
        }

.allin_wrap .allin_btn {
    position: absolute;
    width: 23%;
    padding: 16px;
    border-radius: 10px;
    right: 0;
    text-align: center;
    top: 0;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important
}

.login_row {
    width: 100%;
    align-items: flex-start;
    gap: 10px;
    max-height: 70vh;
    overflow: auto
}

    .login_row::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 10px;
        background-color: #f5f5f5
    }

    .login_row::-webkit-scrollbar {
        width: 6px;
        background-color: #f5f5f5
    }

    .login_row::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #ed1c24;
    }

    .login_row .login_left {
        width: 50%;
        gap: 10px
    }

        .login_row .login_left .login_banner_wrap {
            width: 100%;
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            border-radius: 20px;
            align-items: center;
            justify-content: center;
            gap: 20px;
            box-shadow: 0px 0px 10px rgba(0,0,0,.4)
        }

            .login_row .login_left .login_banner_wrap .banner_txt {
                width: 28%;
                max-width: 100px;
                margin-top: -18px
            }

            .login_row .login_left .login_banner_wrap .banner_img {
                transform: translateY(30px);
                width: 40%;
                max-width: 200px;
                margin-top: -28px
            }

        .login_row .login_left .reg_step_col {
            width: 100%;
            padding: 20px 0;
            gap: 6px;
            align-items: center
        }

            .login_row .login_left .reg_step_col .reg_step_block {
                width: 100%;
                border-radius: 10px;
                /*border: .6mm solid linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;*/
                border: .6mm solid #ed1c24;
                align-items: center;
                justify-content: center;
                gap: 10px;
                border-radius: 20px;
                padding: 12px 20px
            }

                .login_row .login_left .reg_step_col .reg_step_block .step_img {
                    width: 40%;
                    justify-content: flex-end
                }

                    .login_row .login_left .reg_step_col .reg_step_block .step_img img {
                        height: 50px
                    }

                .login_row .login_left .reg_step_col .reg_step_block .step_infor_col {
                    flex: 1;
                    align-items: flex-start
                }

                    .login_row .login_left .reg_step_col .reg_step_block .step_infor_col .step_title {
                        text-transform: uppercase;
                        font-size: 11px;
                        font-weight: 700;
                        color: #ed1c24;
                    }

                    .login_row .login_left .reg_step_col .reg_step_block .step_infor_col .step_infor {
                        font-size: 14px;
                        font-weight: 700;
                        text-transform: uppercase;
                        color: #414042;
                        width: 80%;
                        text-align: left
                    }

            .login_row .login_left .reg_step_col .arrow-down {
                width: 0;
                height: 0;
                border-left: 10px solid rgba(0,0,0,0);
                border-right: 10px solid rgba(0,0,0,0);
                border-top: 10px solid #ed1c24;
            }

        .login_row .login_left .license {
            width: 100%;
            max-width: 120px;
            margin: 20px auto 0
        }

            .login_row .login_left .license img {
                width: 100%
            }

    .login_row .login_wrap {
        width: 50%
    }

.logged_nav_wrap {
    width: 100%;
    padding: 7px 10px;
    border-radius: 999rem;
    background: linear-gradient(180deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
    align-items: stretch;
}

    .logged_nav_wrap .logged_row {
        width: -moz-fit-content;
        width: fit-content;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
        gap: 15px
    }

        .logged_nav_wrap .logged_row .time {
            font-size: 12px;
            color: #fff;
            font-weight: 600;
            line-height: 1
        }

            .logged_nav_wrap .logged_row .time #current_datetime {
                min-width: 125px
            }

        .logged_nav_wrap .logged_row .balance_row {
            gap: 5px;
            align-items: center
        }

            .logged_nav_wrap .logged_row .balance_row .balance {
                font-size: 14px;
                color: #fff;
                font-weight: 600;
                max-width: 110px;
                line-height: 1;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

            .logged_nav_wrap .logged_row .balance_row img {
                width: 17px;
                cursor: pointer
            }

        .logged_nav_wrap .logged_row .deposit_btn {
            background: #fff;
            padding: 7px 14px;
            font-size: 13px;
            color: #ed1c24;
            ;
            font-weight: 700;
            border-radius: 999rem;
            align-items: center;
            gap: 10px;
            cursor: pointer
        }

            .logged_nav_wrap .logged_row .deposit_btn img {
                width: 20px
            }

        .logged_nav_wrap .logged_row .logged_vip_row {
            width: -moz-fit-content;
            width: fit-content;
            gap: 10px;
            align-items: center
        }

            .logged_nav_wrap .logged_row .logged_vip_row img {
                width: 47px;
                border-radius: 3px
            }

            .logged_nav_wrap .logged_row .logged_vip_row .vip {
                font-size: 12px;
                text-transform: uppercase;
                font-weight: 500;
                color: #fff
            }

        .logged_nav_wrap .logged_row .icon {
            width: 25px
        }

            .logged_nav_wrap .logged_row .icon img {
                width: 100%
            }

            .logged_nav_wrap .logged_row .icon.logout {
                width: 21px;
                cursor: pointer
            }

        .logged_nav_wrap .logged_row .uname {
            color: #fff;
            font-size: 12px;
            font-weight: 500
        }

        .logged_nav_wrap .logged_row i {
            color: #fff;
            font-size: 13px
        }

        .logged_nav_wrap .logged_row .lang_nav {
            width: -moz-fit-content;
            width: fit-content;
            gap: 10px;
            align-items: center;
            position: relative
        }

            .logged_nav_wrap .logged_row .lang_nav .title {
                font-size: 11px;
                font-weight: 500;
                color: #fff
            }

            .logged_nav_wrap .logged_row .lang_nav .current_lang {
                width: 18px;
                padding: 1px;
                background: #fff;
                border-radius: 999rem
            }

                .logged_nav_wrap .logged_row .lang_nav .current_lang img {
                    width: 100%
                }

    .logged_nav_wrap .logged_popup {
        position: relative;
        align-items: center;
        gap: 10px
    }

    .logged_nav_wrap .dropdown_wrap {
        position: absolute;
        width: 200px;
        top: 205%;
        left: -10px;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        z-index: 99;
        border-radius: 8px;
        display: none
    }

        .logged_nav_wrap .dropdown_wrap .option {
            width: 100%;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
            padding: 13px;
            font-size: 12px;
            color: #fff;
            font-weight: 600
        }

            .logged_nav_wrap .dropdown_wrap .option img {
                width: 18px
            }

            .logged_nav_wrap .dropdown_wrap .option .lang_option {
                font-size: 12px;
                color: #fff;
                transition: .4s;
                cursor: pointer
            }

                .logged_nav_wrap .dropdown_wrap .option .lang_option:hover {
                    color: #ff0
                }

            .logged_nav_wrap .dropdown_wrap .option .not {
                color: #ff0
            }

    .logged_nav_wrap .user_drop {
        top: 160%;
        padding: 10px
    }

        .logged_nav_wrap .user_drop .option {
            padding: 10px 15px
        }

    .logged_nav_wrap .logged_row.flex1 {
        flex: 1
    }

    .logged_nav_wrap .logged_row:not(:last-child) {
        position: relative
    }

        .logged_nav_wrap .logged_row:not(:last-child)::after {
            content: "";
            background: #000;
            width: 1px;
            height: 20px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%)
        }

.textbox_alert_wrap {
    display: none;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    margin: -10px 0;
    padding: 0 28px
}

    .textbox_alert_wrap .textbox_elert {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        color: red;
        font-size: 9px;
        font-weight: 600
    }

        .textbox_alert_wrap .textbox_elert img {
            width: 15px
        }

.game_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px
}

    .game_wrap .game_block {
        width: 100%;
        position: relative;
        overflow: hidden
    }

        .game_wrap .game_block img {
            width: 100%;
            transition: .3s
        }

        .game_wrap .game_block .text_sp {
            position: absolute;
            top: 11.5%;
            right: 0px;
            border-radius: 0 9px 0 9px;
            background: red;
            padding: 3% 6%;
            font-size: 9px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700
        }

        .game_wrap .game_block .game_cover {
            position: absolute;
            bottom: -150%;
            left: 0;
            background: rgba(0,0,0,.8);
            border-radius: 9px;
            width: 100%;
            height: 89%;
            z-index: 3;
            display: flex;
            transition: .4s
        }

            .game_wrap .game_block .game_cover .play_btn {
                width: -moz-fit-content;
                width: fit-content;
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                color: #fff;
                font-size: .6rem;
                border-radius: 10px;
                margin: auto;
                padding: 9px 14px;
                font-weight: 700;
                text-transform: uppercase
            }

        .game_wrap .game_block:hover img {
            filter: brightness(0.5)
        }

        .game_wrap .game_block:hover .game_cover {
            bottom: 0
        }

.news_con {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

footer {
    width: 100%;
    background: #d9dee2
}

    footer .footer_wrap {
        width: 100%;
        padding: 30px 10px
    }

        footer .footer_wrap .logo {
            width: 80%;
            max-width: 180px;
            margin-bottom: 30px
        }

            footer .footer_wrap .logo img {
                width: 100%;
                filter: grayscale(1)
            }

        footer .footer_wrap .footer_row {
            width: 100%;
            gap: 15px;
            padding: 0 10px
        }

            footer .footer_wrap .footer_row .footer_col {
                flex: 1;
                gap: 20px
            }

                footer .footer_wrap .footer_row .footer_col .title_row {
                    color: #565657;
                    font-size: 12px;
                    font-weight: 600;
                    gap: 10px
                }

                    footer .footer_wrap .footer_row .footer_col .title_row img {
                        width: 16px
                    }

                footer .footer_wrap .footer_row .footer_col .license {
                    width: 80%;
                    max-width: 160px
                }

                footer .footer_wrap .footer_row .footer_col p {
                    color: #414042;
                    font-size: 9px;
                    font-weight: 600;
                    line-height: 1.5;
                    letter-spacing: .4px;
                    width: 80%;
                    max-width: 320px
                }

                footer .footer_wrap .footer_row .footer_col .social_row {
                    width: 100%;
                    gap: 10px
                }

                    footer .footer_wrap .footer_row .footer_col .social_row a {
                        width: 32px
                    }

                        footer .footer_wrap .footer_row .footer_col .social_row a img {
                            width: 100%;
                            filter: grayscale(1);
                            transition: .4s
                        }

                        footer .footer_wrap .footer_row .footer_col .social_row a:hover img {
                            filter: none
                        }

                footer .footer_wrap .footer_row .footer_col .footer_block {
                    width: 100%;
                    gap: 10px
                }

                    footer .footer_wrap .footer_row .footer_col .footer_block .title_row {
                        text-align: left
                    }

                    footer .footer_wrap .footer_row .footer_col .footer_block .footer_img_wrap {
                        width: 100%;
                        gap: 10px;
                        flex-wrap: wrap
                    }

                        footer .footer_wrap .footer_row .footer_col .footer_block .footer_img_wrap img {
                            height: 24px;
                            transition: .4s;
                            filter: grayscale(1)
                        }

                            footer .footer_wrap .footer_row .footer_col .footer_block .footer_img_wrap img:hover {
                                filter: none
                            }

                    footer .footer_wrap .footer_row .footer_col .footer_block .payment_wrap img {
                        height: 24px
                    }

        footer .footer_wrap .footer_link_wrap {
            width: 100%;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            margin: 40px 0 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(65,64,66,.231372549)
        }

            footer .footer_wrap .footer_link_wrap .footer_link_row {
                flex: 1
            }

                footer .footer_wrap .footer_link_wrap .footer_link_row .link {
                    color: #58595b;
                    font-size: 11px;
                    font-weight: 600;
                    padding: 0 10px;
                    white-space: nowrap
                }

                    footer .footer_wrap .footer_link_wrap .footer_link_row .link:not(:last-child) {
                        border-right: 1px solid #414042
                    }

            footer .footer_wrap .footer_link_wrap .copyright {
                text-transform: uppercase;
                color: #414042;
                font-size: 10px;
                font-weight: 600
            }

        footer .footer_wrap .footer_infor_wrap {
            width: 100%;
            padding: 0 10px;
            display: flex;
            flex-direction: column;
            gap: 15px
        }

            footer .footer_wrap .footer_infor_wrap .footer_infor_block {
                width: 100%
            }

                footer .footer_wrap .footer_infor_wrap .footer_infor_block .title {
                    color: #ed1c24;
                    ;
                    font-size: 12px;
                    font-weight: 700;
                    margin-bottom: 10px
                }

                footer .footer_wrap .footer_infor_wrap .footer_infor_block p {
                    color: #6d6e71;
                    font-size: 10px;
                    font-weight: 600;
                    line-height: 1.3;
                    letter-spacing: .4px
                }

            footer .footer_wrap .footer_infor_wrap .footer_infor_show {
                color: #6d6e71;
                font-size: 11px;
                text-decoration: underline;
                font-weight: 700;
                cursor: pointer
            }

            footer .footer_wrap .footer_infor_wrap .hide {
                display: none
            }

.cover {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

.menu_con {
    width: 75%;
    max-width: 300px;
    height: 100%;
    background: #fff;
    margin-left: auto;
    overflow: auto;
    transform: translateX(100%);
    transition: .4s
}

    .menu_con .menu_top_row {
        width: 100%;
        padding: 8px 12px;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        justify-content: space-between;
        align-items: center;
        gap: 10px
    }

        .menu_con .menu_top_row .menu_close {
            width: 24px;
            height: 24px;
            border-radius: 999rem;
            background: rgba(0,0,0,.7);
            display: flex;
            justify-content: center;
            align-items: center
        }

            .menu_con .menu_top_row .menu_close i {
                color: #fff
            }

        .menu_con .menu_top_row .lang_row {
            width: -moz-fit-content;
            width: fit-content;
            gap: 10px;
            align-items: center
        }

            .menu_con .menu_top_row .lang_row .title {
                font-size: 11px;
                font-weight: 500;
                color: #fff
            }

            .menu_con .menu_top_row .lang_row .current_lang {
                width: 20px;
                padding: 1px;
                background: #fff;
                border-radius: 999rem
            }

                .menu_con .menu_top_row .lang_row .current_lang img {
                    width: 100%
                }

            .menu_con .menu_top_row .lang_row i {
                color: #efeded;
                font-size: 13px
            }

    .menu_con .menu_body {
        width: 100%;
        padding: 30px 15px
    }

    .menu_con .menu_grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-bottom: 10px;
        align-items: center
    }

        .menu_con .menu_grid .menu_block {
            width: 100%;
            background: #fff;
            border-radius: 8px;
            padding: 15px 0;
            justify-content: center;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            border: 1px solid #fff;
            position: relative;
            box-shadow: 0px 0px 10px rgba(0,0,0,.2)
        }

            .menu_con .menu_grid .menu_block img {
                width: 26px;
                height: 26px;
                filter: grayscale(1)
            }

            .menu_con .menu_grid .menu_block span {
                font-size: 10px;
                white-space: nowrap;
                width: 100%;
                text-align: center;
                text-overflow: ellipsis;
                color: #6e6f72;
                font-weight: 600
            }

            .menu_con .menu_grid .menu_block .text_sp {
                position: absolute;
                top: -1px;
                right: -1px;
                border-radius: 0 8px 0 8px;
                background: red;
                padding: 3px 10px;
                font-size: 8px;
                color: #fff;
                text-transform: uppercase;
                font-weight: 700;
                width: -moz-fit-content;
                width: fit-content
            }

        .menu_con .menu_grid .menu_active {
            border: 1px solid linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important
        }

            .menu_con .menu_grid .menu_active img {
                filter: none
            }

    .menu_con .menu_row {
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        padding: 12px;
        border-bottom: 1px solid #a8aaad
    }

        .menu_con .menu_row .menu {
            font-size: 12px;
            font-weight: 600;
            color: #7a7c80
        }

        .menu_con .menu_row img {
            width: 25px;
            filter: brightness(0) invert(0.4)
        }

.select_wrap.lang {
    z-index: 9999
}

.menu_con_show {
    transform: translateX(0)
}

.page_header_row {
    width: 100%;
    padding: 13px 16px;
    background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

    .page_header_row .menu_close {
        width: 24px;
        height: 24px;
        border-radius: 999rem;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .page_header_row .menu_close img {
            width: 100%
        }

        .page_header_row .menu_close i {
            color: #fff
        }

    .page_header_row .page_name {
        color: #fff;
        font-weight: 700;
        font-size: 14px
    }

.sp_between {
    justify-content: space-between
}

.page_con {
    width: 100%;
    min-height: 100%;
    padding-bottom: 70px
}

.page_wrap_row {
    width: 100%;
    gap: 10px;
    padding: 0 18px
}

    .page_wrap_row .page_nav_col {
        width: 200px;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        padding: 10px 0;
        border-radius: 20px
    }

        .page_wrap_row .page_nav_col .user_col {
            width: 100%;
            align-items: center;
            padding: 10px;
            gap: 8px
        }

            .page_wrap_row .page_nav_col .user_col .icon {
                width: 42px
            }

                .page_wrap_row .page_nav_col .user_col .icon img {
                    width: 100%
                }

            .page_wrap_row .page_nav_col .user_col .uname {
                font-size: 14px;
                font-weight: 600;
                color: #fff
            }

            .page_wrap_row .page_nav_col .user_col .user_infor_col {
                width: 100%;
                align-items: center;
                gap: 3px
            }

                .page_wrap_row .page_nav_col .user_col .user_infor_col .u_title {
                    font-size: 10px;
                    color: #d1d3d4;
                    font-weight: 500
                }

                .page_wrap_row .page_nav_col .user_col .user_infor_col .u_infor {
                    font-size: 12px;
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: 500
                }

        .page_wrap_row .page_nav_col .user_nav_col {
            width: 100%;
            padding: 10px 0 5px;
            margin: 10px 0 0;
            gap: 5px;
            position: relative
        }

            .page_wrap_row .page_nav_col .user_nav_col::after {
                content: "";
                width: 80%;
                height: 1px;
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(46,46,46,.3098039216)
            }

            .page_wrap_row .page_nav_col .user_nav_col .u_nav_title {
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 700;
                color: #393737;
                padding: 10px 20px
            }

            .page_wrap_row .page_nav_col .user_nav_col .nav_row {
                font-size: 12px;
                font-weight: 500;
                color: #fff;
                padding: 10px 20px;
                position: relative;
                gap: 10px
            }

                .page_wrap_row .page_nav_col .user_nav_col .nav_row .not {
                    color: #ff0
                }

                .page_wrap_row .page_nav_col .user_nav_col .nav_row::after {
                    content: "";
                    width: 5px;
                    height: 100%;
                    background: #ff0;
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 0;
                    transition: .4s
                }

                .page_wrap_row .page_nav_col .user_nav_col .nav_row:hover {
                    color: #ff0
                }

            .page_wrap_row .page_nav_col .user_nav_col .active {
                color: #ff0
            }

                .page_wrap_row .page_nav_col .user_nav_col .active::after {
                    opacity: 1
                }

    .page_wrap_row .page_right_wrap {
        background: #dfe5ea;
        padding: 10px;
        border-radius: 20px;
        width: 100%
    }

        .page_wrap_row .page_right_wrap .wallet_block {
            width: 100%
        }

            .page_wrap_row .page_right_wrap .wallet_block .wallet_top_row {
                width: 100%;
                padding: 20px;
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                align-items: center;
                border-radius: 20px 20px 0 0
            }

                .page_wrap_row .page_right_wrap .wallet_block .wallet_top_row .wallet_block_row {
                    flex: 1;
                    align-items: center;
                    gap: 20px
                }

                    .page_wrap_row .page_right_wrap .wallet_block .wallet_top_row .wallet_block_row img {
                        width: 52px;
                        filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
                        border-radius: 4px
                    }

                    .page_wrap_row .page_right_wrap .wallet_block .wallet_top_row .wallet_block_row .wallet_infor_col {
                        padding: 0
                    }

                .page_wrap_row .page_right_wrap .wallet_block .wallet_top_row .wallet_infor_col {
                    flex: 1;
                    padding: 0 10px;
                    /*border-left: 1px solid #e81b24*/
                }

                    .page_wrap_row .page_right_wrap .wallet_block .wallet_top_row .wallet_infor_col .title {
                        font-size: 12px;
                        color: #cfc1c4;
                        font-weight: 500
                    }

                    .page_wrap_row .page_right_wrap .wallet_block .wallet_top_row .wallet_infor_col .infor {
                        color: #fff;
                        font-size: 14px;
                        font-weight: 500
                    }

            .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row {
                width: 100%;
                padding: 20px;
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                gap: 10px;
                margin-bottom: 10px;
                border-radius: 0 0 20px 20px;
                align-items: flex-end
            }

                .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row .wallet_infor_col {
                    flex: 1;
                    gap: 5px
                }

                    .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row .wallet_infor_col .wallet_title {
                        width: 100%;
                        text-transform: uppercase;
                        color: #fafafa;
                        font-size: 10px;
                        font-weight: 600;
                        gap: 12px;
                        padding: 0 8px
                    }

                        .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row .wallet_infor_col .wallet_title i {
                            color: #e4e4e4
                        }

                    .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row .wallet_infor_col .wallet_balance {
                        width: 100%;
                        position: relative;
                        background: #fff;
                        border-radius: 999rem
                    }

                        .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row .wallet_infor_col .wallet_balance .value {
                            color: #6d6e71;
                            font-size: 12px;
                            font-weight: 700;
                            top: 50%;
                            transform: translateY(-50%);
                            position: absolute;
                            line-height: 1;
                            left: 20px
                        }

                        .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row .wallet_infor_col .wallet_balance input {
                            width: 88%;
                            border: 0;
                            outline: 0;
                            background: rgba(0,0,0,0);
                            color: #6d6e71;
                            font-size: 12px;
                            font-weight: 700;
                            padding: 10px 20px;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden
                        }

                        .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row .wallet_infor_col .wallet_balance .balance_input {
                            padding-left: 50px
                        }

                        .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row .wallet_infor_col .wallet_balance i {
                            position: absolute;
                            top: 50%;
                            right: 15px;
                            transform: translateY(-50%);
                            color: #bcbec0
                        }

                .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row .restore_btn {
                    align-items: center;
                    padding: 3px 20px;
                    border: .6mm solid #fff;
                    background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                    border-radius: 999rem;
                    color: #fff;
                    font-size: 12px;
                    align-items: center;
                    gap: 5px
                }

                    .page_wrap_row .page_right_wrap .wallet_block .wallet_balance_row .restore_btn img {
                        width: 26px
                    }

        .page_wrap_row .page_right_wrap .page_nav_row {
            width: 100%;
            padding: 3px;
            background: #f1f2f2;
            border-radius: 999rem;
            overflow: auto;
            align-items: stretch;
            gap: 3px
        }

            .page_wrap_row .page_right_wrap .page_nav_row .page_nav {
                flex: 1;
                min-width: 60px;
                padding: 9px 2px;
                border-radius: 999rem;
                text-align: center;
                color: #939598;
                font-size: 12px;
                font-weight: 700;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: .4s
            }

            .page_wrap_row .page_right_wrap .page_nav_row .nav_active {
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                color: white;
            }

                .page_wrap_row .page_right_wrap .page_nav_row .nav_active .bank_option_image {
                    filter: brightness(0) invert(1);
                }

        .page_wrap_row .page_right_wrap .page_wrap {
            width: 100%
        }

            .page_wrap_row .page_right_wrap .page_wrap form {
                width: 100%;
                /*max-width: 400px;*/
                display: flex;
                flex-direction: column;
                gap: 10px;
                position: relative
            }

                .page_wrap_row .page_right_wrap .page_wrap form .deposit_qr_wrap {
                    width: 100%;
                    max-width: 140px;
                    border-radius: 10px;
                    border: 5px solid #fff;
                    display: flex;
                    margin: 0 10px
                }

                    .page_wrap_row .page_right_wrap .page_wrap form .deposit_qr_wrap img {
                        width: 100%;
                        border-radius: 10px
                    }

                .page_wrap_row .page_right_wrap .page_wrap form .transfer_arrow {
                    width: 30px;
                    top: 88%;
                    position: absolute;
                    right: -33px;
                    transform: rotate(90deg)
                }

.page_sticky {
    width: 100%;
    position: sticky;
    top: 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.4);
    z-index: 99
}

.page_top {
    width: 100%;
    background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
    padding: 4px 6px 8px;
    border-radius: 0 0 20px 20px;
    gap: 12px
}

    .page_top .wallet_balance_row {
        width: 100%;
        gap: 10px
    }

        .page_top .wallet_balance_row .wallet_infor_col {
            flex: 1;
            gap: 5px
        }

            .page_top .wallet_balance_row .wallet_infor_col .wallet_title {
                width: 100%;
                text-transform: uppercase;
                color: #fafafa;
                font-size: 10px;
                font-weight: 600;
                gap: 10px;
                padding: 0 8px
            }

                .page_top .wallet_balance_row .wallet_infor_col .wallet_title i {
                    color: #e4e4e4
                }

            .page_top .wallet_balance_row .wallet_infor_col .wallet_balance {
                width: 100%;
                position: relative;
                background: #fff;
                border-radius: 999rem
            }

                .page_top .wallet_balance_row .wallet_infor_col .wallet_balance .value {
                    color: #6d6e71;
                    font-size: 12px;
                    font-weight: 700;
                    top: 50%;
                    transform: translateY(-50%);
                    position: absolute;
                    line-height: 1;
                    left: 20px
                }

                .page_top .wallet_balance_row .wallet_infor_col .wallet_balance input {
                    width: 88%;
                    border: 0;
                    outline: 0;
                    background: rgba(0,0,0,0);
                    color: #6d6e71;
                    font-size: 12px;
                    font-weight: 700;
                    padding: 10px 20px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden
                }

                .page_top .wallet_balance_row .wallet_infor_col .wallet_balance .balance_input {
                    padding-left: 50px
                }

                .page_top .wallet_balance_row .wallet_infor_col .wallet_balance i {
                    position: absolute;
                    top: 50%;
                    right: 15px;
                    transform: translateY(-50%);
                    color: #bcbec0
                }

    .page_top .page_nav_row {
        width: 100%;
        padding: 3px;
        background: #f1f2f2;
        border-radius: 999rem;
        overflow: auto;
        align-items: stretch;
        gap: 3px
    }

        .page_top .page_nav_row .page_nav {
            flex: 1;
            min-width: 60px;
            padding: 9px 2px;
            border-radius: 999rem;
            text-align: center;
            color: #939598;
            font-size: .5rem;
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: .4s
        }

        .page_top .page_nav_row .nav_active {
            color: #fff;
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important
        }

.page_wrap {
    width: 100%;
    padding: 15px 12px;
    gap: 15px
}

    .page_wrap .user_bar_row {
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0,0,0,.3);
        border-radius: 15px;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        padding: 12px 16px
    }

        .page_wrap .user_bar_row .icon {
            width: 30px
        }

            .page_wrap .user_bar_row .icon img {
                width: 100%
            }

        .page_wrap .user_bar_row .user_infor_col {
            flex: 1
        }

            .page_wrap .user_bar_row .user_infor_col .username {
                flex: 1;
                color: #58595b;
                font-size: 13px;
                font-weight: 700
            }

            .page_wrap .user_bar_row .user_infor_col .user_id {
                flex: 1;
                color: #939598;
                font-size: 12px;
                font-weight: 600
            }

        .page_wrap .user_bar_row .user_vip {
            width: 70px
        }

            .page_wrap .user_bar_row .user_vip img {
                width: 100%;
                border-radius: 5px
            }

        .page_wrap .user_bar_row .user_qr {
            width: 38px
        }

            .page_wrap .user_bar_row .user_qr img {
                width: 100%
            }

    .page_wrap .wallet_wrap {
        width: 100%;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        border-radius: 15px;
        padding: 15px
    }

        .page_wrap .wallet_wrap .wallet_balance_row {
            width: 100%;
            gap: 10px
        }

            .page_wrap .wallet_wrap .wallet_balance_row .wallet_infor_col {
                flex: 1;
                gap: 5px
            }

                .page_wrap .wallet_wrap .wallet_balance_row .wallet_infor_col .wallet_title {
                    width: 100%;
                    text-transform: uppercase;
                    color: #fafafa;
                    font-size: 10px;
                    font-weight: 600;
                    gap: 10px;
                    padding: 0 8px
                }

                    .page_wrap .wallet_wrap .wallet_balance_row .wallet_infor_col .wallet_title i {
                        color: #e4e4e4
                    }

                .page_wrap .wallet_wrap .wallet_balance_row .wallet_infor_col .wallet_balance {
                    width: 100%;
                    position: relative;
                    background: #fff;
                    border-radius: 999rem
                }

                    .page_wrap .wallet_wrap .wallet_balance_row .wallet_infor_col .wallet_balance .value {
                        color: #6d6e71;
                        font-size: 12px;
                        font-weight: 700;
                        top: 50%;
                        transform: translateY(-50%);
                        position: absolute;
                        line-height: 1;
                        left: 20px
                    }

                    .page_wrap .wallet_wrap .wallet_balance_row .wallet_infor_col .wallet_balance input {
                        width: 88%;
                        border: 0;
                        outline: 0;
                        background: rgba(0,0,0,0);
                        color: #6d6e71;
                        font-size: 12px;
                        font-weight: 700;
                        padding: 10px 20px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden
                    }

                    .page_wrap .wallet_wrap .wallet_balance_row .wallet_infor_col .wallet_balance .balance_input {
                        padding-left: 50px
                    }

                    .page_wrap .wallet_wrap .wallet_balance_row .wallet_infor_col .wallet_balance i {
                        position: absolute;
                        top: 50%;
                        right: 15px;
                        transform: translateY(-50%);
                        color: #bcbec0
                    }

        .page_wrap .wallet_wrap .wallet_grid {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
            padding: 14px 0 0
        }

            .page_wrap .wallet_wrap .wallet_grid .wallet_block {
                width: 100%;
                background: rgba(0,0,0,.2);
                padding: 12px;
                border-radius: 10px;
                justify-content: center;
                align-items: center;
                gap: 10px
            }

                .page_wrap .wallet_wrap .wallet_grid .wallet_block img {
                    width: 22px
                }

                .page_wrap .wallet_wrap .wallet_grid .wallet_block span {
                    font-size: 12px;
                    color: #fff;
                    font-weight: 600;
                    width: 62px
                }

    .page_wrap .wallet_menu_col {
        width: 100%;
        background: #fff;
        border-radius: 15px;
        padding: 0 12px;
        box-shadow: 0px 0px 5px rgba(0,0,0,.3)
    }

        .page_wrap .wallet_menu_col .wallet_menu_row {
            width: 100%;
            gap: 12px;
            align-items: center;
            border-bottom: 1px solid #b6b7ba;
            padding: 12px;
            position: relative
        }

            .page_wrap .wallet_menu_col .wallet_menu_row img {
                width: 18px
            }

            .page_wrap .wallet_menu_col .wallet_menu_row span {
                color: #6d6e71;
                font-size: 12px;
                font-weight: 600
            }

            .page_wrap .wallet_menu_col .wallet_menu_row i {
                margin-left: auto;
                color: #6d6e71
            }

            .page_wrap .wallet_menu_col .wallet_menu_row .img_rlt {
                position: relative
            }

                .page_wrap .wallet_menu_col .wallet_menu_row .img_rlt .dot {
                    width: 6px;
                    height: 6px;
                    border-radius: 999rem;
                    background: red;
                    display: block;
                    position: absolute;
                    top: 1px;
                    left: 1px;
                    animation: attention 1.2s infinite both
                }

@keyframes attention {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.page_wrap .wallet_menu_col .wallet_menu_row:last-child {
    border-bottom: 0
}

.page_wrap .logout_btn {
    width: 100%;
    text-align: center;
    border: 1px solid #ed1c24;
    color: #fff;
    padding: 10px;
    background-color: #ed1c24;
    ;
    border-radius: 10px
}

.page_wrap .withdraw_notice {
    font-size: 12px;
    font-weight: 700;
    color: #58595b;
    padding-left: 10px;
    border-bottom: 1px solid #a7a9ac;
    padding-bottom: 10px
}

    .page_wrap .withdraw_notice .time {
        color: #ed1c24;
        ;
        font-size: 12px;
        font-weight: 700
    }

.page_wrap .textbox_block {
    width: 100%;
    padding: 0 10px;
    gap: 8px;
    margin: 5px 0;
    position: relative
}

    .page_wrap .textbox_block .textbox_title {
        font-size: 12px;
        font-weight: 700;
        color: #58595b
    }

        .page_wrap .textbox_block .textbox_title span {
            color: red;
            margin-right: 2px
        }

    .page_wrap .textbox_block .textbox_option_row {
        width: 100%;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 5px
    }

        .page_wrap .textbox_block .textbox_option_row .option_block {
            max-width: 120px;
            width: calc(33.3333333333% - 6px);
            border-radius: 10px;
            overflow: hidden;
/*            border: .6mm solid rgba(0,0,0,0);*/
            transition: .4s;
            background: white;
        }

            .page_wrap .textbox_block .textbox_option_row .option_block img {
                width: 100%
            }

            .page_wrap .textbox_block .textbox_option_row .option_block .amount {
                font-size: 12px;
                font-weight: 700;
                color: #808285;
                padding: 10px;
                text-align: center;
                width: 100%;
                background: #fff
            }

            .page_wrap .textbox_block .textbox_option_row .option_block .crypto {
                font-size: 14px;
                font-weight: 700;
                color: #808285;
                padding: 10px;
                text-align: center;
                width: 100%;
                background: #fff
            }

        .page_wrap .textbox_block .textbox_option_row .option_active {
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        }

            .page_wrap .textbox_block .textbox_option_row .option_active .bank-image {
                filter: brightness(0) invert(1);
            }

    .page_wrap .textbox_block .deposit_amount_row .option_block {
        max-width: 120px;
        flex: 1
    }

    .page_wrap .textbox_block .row_5 .option_block {
        max-width: 120px;
        width: calc(20% - 7px)
    }

        .page_wrap .textbox_block .row_5 .option_block .amount {
            font-size: 12px
        }

    .page_wrap .textbox_block .textbox_anim {
        width: 100%;
        position: relative
    }

        .page_wrap .textbox_block .textbox_anim input {
            width: 100%;
            background: #fff;
            padding: 15px 25px 10px;
            border: 1px solid #cdcdcd;
            box-shadow: 0px 0px 5px rgba(0,0,0,.1)
        }

        .page_wrap .textbox_block .textbox_anim label {
            position: absolute;
            top: 0;
            font-size: 11px;
            margin: 14px;
            padding: 0 10px;
            font-weight: 500;
            color: #d1d3d4;
            z-index: 5;
            letter-spacing: .4px;
            transition: top .2s ease-in-out,font-size .2s ease-in-out
        }

        .page_wrap .textbox_block .textbox_anim .active {
            font-weight: 600;
            top: -10px;
            font-size: 10px;
            color: #747474
        }

    .page_wrap .textbox_block .textbox_txt_center {
        width: 100%
    }

        .page_wrap .textbox_block .textbox_txt_center input {
            padding: 11px 20px
        }

        .page_wrap .textbox_block .textbox_txt_center .btn_otp {
            margin-left: 10px;
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            padding: 10px 16px;
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            white-space: nowrap;
            border-radius: 10px;
            display: flex;
            align-items: center;
            cursor: pointer;
            transition: .4s
        }

            .page_wrap .textbox_block .textbox_txt_center .btn_otp:hover {
                opacity: .7
            }

    .page_wrap .textbox_block .textbox_wrap {
        width: 100%;
        gap: 3px;
        position: relative;
        align-items: center
    }

        .page_wrap .textbox_block .textbox_wrap input {
            width: 100%;
            background: #d7dce0;
            padding: 12px 20px;
            border: 1px solid #cdcdcd;
            box-shadow: 0px 0px 5px rgba(0,0,0,.1);
            color: #58595b;
            font-weight: 700;
            font-size: 12px
        }

        .page_wrap .textbox_block .textbox_wrap span {
            color: red
        }

        .page_wrap .textbox_block .textbox_wrap i {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            color: #ed1c24;
            ;
            cursor: pointer
        }

        .page_wrap .textbox_block .textbox_wrap select {
            width: 100%;
            background: #fff;
            padding: 14px 20px;
            border: 1px solid #cdcdcd;
            box-shadow: 0px 0px 5px rgba(0,0,0,.1);
            color: #58595b;
            border-radius: 10px;
            outline: 0;
            font-size: 12px;
            font-weight: 700
        }

        .page_wrap .textbox_block .textbox_wrap .select_disable {
            width: 100%;
            background: #d7dce0;
            padding: 12px 20px;
            border: 1px solid #cdcdcd;
            box-shadow: 0px 0px 5px rgba(0,0,0,.1);
            color: #58595b;
            font-weight: 700;
            font-size: 12px;
            border-radius: 10px;
            outline: 0
        }

        .page_wrap .textbox_block .textbox_wrap .line {
            position: absolute;
            top: 45%;
            right: -30px;
            width: 25px;
            height: 45px;
            border-radius: 0 10px 0 0;
            border-top: 1px solid #bcbec0;
            border-right: 1px solid #bcbec0
        }

            .page_wrap .textbox_block .textbox_wrap .line.up {
                transform: rotateX(180deg);
                top: -50%
            }

    .page_wrap .textbox_block .textbox_wrap_xl input {
        width: 100%;
        background: #fff;
        padding: 15px 20px
    }

    .page_wrap .textbox_block p {
        color: #919396;
        font-size: 12px;
        font-weight: 500;
        padding-left: 10px;
        padding-bottom: 10px
    }

    .page_wrap .textbox_block .upload_btn {
        background: #939598;
        border-radius: 10px;
        cursor: pointer
    }

        .page_wrap .textbox_block .upload_btn input {
            opacity: 0;
            width: 100%;
            cursor: pointer
        }

        .page_wrap .textbox_block .upload_btn .receipt {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            gap: 10px;
            justify-content: center;
            align-items: center;
            pointer-events: none;
            cursor: pointer
        }

            .page_wrap .textbox_block .upload_btn .receipt img {
                width: 26px
            }

            .page_wrap .textbox_block .upload_btn .receipt span {
                color: #fff;
                font-size: 13px;
                text-transform: uppercase;
                font-weight: 700
            }

.page_wrap .date_block {
    justify-content: space-between;
    align-items: center
}

    .page_wrap .date_block .textbox_title {
        white-space: nowrap
    }

    .page_wrap .date_block .textbox_wrap {
        width: 56%;
        background: #fff;
        padding: 12px 20px;
        border: 1px solid #cdcdcd;
        box-shadow: 0px 0px 5px rgba(0,0,0,.1);
        color: #58595b;
        font-weight: 700;
        font-size: 12px;
        border-radius: 10px;
        min-height: 43px
    }

        .page_wrap .date_block .textbox_wrap input {
            background: rgba(0,0,0,0);
            color: #6d6e71;
            padding: 0;
            box-shadow: none;
            border: none;
            width: 100%;
            height: 100%;
            outline: 0
        }

            .page_wrap .date_block .textbox_wrap input[type=date]::-webkit-calendar-picker-indicator {
                position: absolute;
                width: 100%;
                opacity: 0
            }

        .page_wrap .date_block .textbox_wrap i {
            pointer-events: none;
            font-size: 16px
        }

.page_wrap .date_block_xl {
    align-items: flex-start
}

    .page_wrap .date_block_xl .textbox_wrap {
        width: 100%;
        background: #fff;
        border: 1px solid #cdcdcd;
        box-shadow: 0px 0px 5px rgba(0,0,0,.1)
    }

.page_wrap .btn_wrap {
    width: 100%;
    gap: 10px
}

.page_wrap .submit_btn {
    width: 100%;
    max-width: 240px;
    text-align: center;
    background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 20px
}

.page_wrap .reset_btn {
    width: 100%;
    max-width: 240px;
    text-align: center;
    background: #bcbec0;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 20px
}

.page_wrap .important_notice_wrap {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #aaacaf
}

    .page_wrap .important_notice_wrap .notice_title_row {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        gap: 10px
    }

        .page_wrap .important_notice_wrap .notice_title_row img {
            width: 14px
        }

        .page_wrap .important_notice_wrap .notice_title_row .title {
            font-size: 12px;
            font-weight: 700;
            color: #6d6e71
        }

        .page_wrap .important_notice_wrap .notice_title_row i {
            margin-left: auto;
            color: #6d6e71;
            transition: .4s
        }

        .page_wrap .important_notice_wrap .notice_title_row .down {
            transform: rotate(180deg)
        }

    .page_wrap .important_notice_wrap .notice_ul {
        width: 100%;
        list-style-type: decimal;
        padding: 0 20px;
        margin-top: 15px
    }

        .page_wrap .important_notice_wrap .notice_ul li {
            color: #8e9094;
            font-size: 10px;
            font-weight: 600;
            margin-bottom: 8px
        }

.page_wrap .textbox_type {
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #cdcdcd;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
    color: #58595b;
    font-weight: 700;
    font-size: 12px;
    border-radius: 10px;
    gap: 10px;
    justify-content: space-between;
    align-items: center
}

    .page_wrap .textbox_type input {
        background: rgba(0,0,0,0);
        width: 88%;
        border: 0;
        padding: 0
    }

.page_wrap .textbox_type_disable {
    pointer-events: none
}

.page_wrap .usdt_rate {
    color: #919396;
    font-size: 11px;
    font-weight: 500;
    padding-left: 10px
}

.transfer_page_wrap {
    gap: 40px
}

    .transfer_page_wrap form {
        max-width: 360px !important
    }

.fund_ac_wrap {
    flex: 1;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    max-width: 320px;
    margin-left: auto
}

    .fund_ac_wrap .ac_balance_row {
        width: -moz-fit-content;
        width: fit-content;
        padding: 6px 13px;
        border-radius: 999rem;
        justify-content: center;
        align-items: center;
        gap: 8px;
        background: #dfe5ea;
        margin-left: auto;
        padding-right: 10px
    }

        .fund_ac_wrap .ac_balance_row .title {
            font-size: 12px;
            color: #58595b;
            font-weight: 500
        }

        .fund_ac_wrap .ac_balance_row .ac_balance {
            font-size: 12px;
            color: #58595b;
            font-weight: 700
        }

        .fund_ac_wrap .ac_balance_row i {
            font-size: 14px;
            color: #a7a9ac;
            margin-left: 40px
        }

    .fund_ac_wrap .ac_balance_infor_wrap {
        width: 100%;
        padding: 10px
    }

        .fund_ac_wrap .ac_balance_infor_wrap .ac_infor_block {
            width: 100%
        }

            .fund_ac_wrap .ac_balance_infor_wrap .ac_infor_block:not(:last-child) {
                margin-bottom: 20px
            }

        .fund_ac_wrap .ac_balance_infor_wrap .ac_infor_title {
            width: 100%;
            text-align: left;
            color: #ed1c24;
            ;
            border-bottom: 1px solid #e0e1e2;
            padding-bottom: 10px;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: .3px
        }

        .fund_ac_wrap .ac_balance_infor_wrap .ac_infor_desc_wrap {
            width: 100%;
            gap: 8px;
            padding: 10px 0
        }

            .fund_ac_wrap .ac_balance_infor_wrap .ac_infor_desc_wrap .ac_infor_row {
                width: 100%;
                justify-content: space-between;
                align-items: center
            }

                .fund_ac_wrap .ac_balance_infor_wrap .ac_infor_desc_wrap .ac_infor_row .provider {
                    color: #909294;
                    font-size: 12px;
                    font-weight: 500;
                    text-transform: uppercase
                }

                .fund_ac_wrap .ac_balance_infor_wrap .ac_infor_desc_wrap .ac_infor_row .balance_infor {
                    color: #909294;
                    font-size: 12px;
                    font-weight: 600
                }

.profile_wrap .profile_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.profile_wrap .textbox_anim {
    margin-top: 0 !important
}

    .profile_wrap .textbox_anim .ps_input {
        padding: 20px 25px 10px !important;
        background: #fff !important
    }

.page_sm_nav_row {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 10px
}

    .page_sm_nav_row .page_sm_nav {
        flex: 1;
        background: #f1f2f2;
        color: #bfc1c3;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        padding: 13px;
        transition: .4s;
        border-radius: 999rem
    }

    .page_sm_nav_row .nav_active {
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        color: #fff
    }

.page_sm_target {
    width: 100%;
    padding: 5px 10px;
    gap: 10px
}

    .page_sm_target select {
        background: #e6e7e8 !important
    }

.bank_detail_bank {
    background: #f1f2f2;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden
}

    .bank_detail_bank th, .bank_detail_bank td {
        padding: 12px;
        font-size: 11px;
        text-align: center
    }

    .bank_detail_bank th {
        background: #58595b;
        color: #fff;
        font-weight: 700
    }

    .bank_detail_bank td {
        color: #58595b;
        font-weight: 500;
        background: #fff
    }

.mb_select {
    width: -moz-fit-content;
    width: fit-content;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #000;
    font-size: 13px;
    outline: 0;
    font-weight: 500;
    background: #fff;
    padding: 0 10px;
    position: relative
}

    .mb_select img {
        width: 18px
    }

    .mb_select span {
        color: #000 !important;
        min-width: 30px;
        text-align: center
    }

    .mb_select i {
        position: relative !important;
        top: unset !important;
        right: unset !important;
        transform: unset !important;
        margin-top: 2px
    }

    .mb_select .mobile_dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        width: 100%;
        max-height: 20vh;
        overflow: auto;
        border-radius: 10px;
        background: #ddd
    }

        .mb_select .mobile_dropdown::-webkit-scrollbar {
            display: none
        }

        .mb_select .mobile_dropdown .mb_drop_row {
            width: 100%;
            justify-content: center;
            align-items: center;
            padding: 10px;
            gap: 5px
        }

            .mb_select .mobile_dropdown .mb_drop_row:not(:last-child) {
                border-bottom: 1px solid #999
            }

.page_not_margin .textbox_block .textbox_anim {
    margin-top: 0 !important
}

.fund_ac_body {
    background: #fff
}

    .fund_ac_body .container {
        background: #fff
    }

    .fund_ac_body .ac_balance_row {
        width: -moz-fit-content;
        width: fit-content;
        padding: 7px 20px;
        border-radius: 999rem;
        justify-content: center;
        align-items: center;
        gap: 8px;
        background: #fff;
        box-shadow: 0px 0px 7px rgba(0,0,0,.5);
        margin-left: auto;
        padding-right: 10px
    }

        .fund_ac_body .ac_balance_row .title {
            font-size: 12px;
            color: #58595b;
            font-weight: 500
        }

        .fund_ac_body .ac_balance_row .ac_balance {
            font-size: 14px;
            color: #58595b;
            font-weight: 700
        }

        .fund_ac_body .ac_balance_row i {
            font-size: 14px;
            color: #a7a9ac;
            margin-left: 40px
        }

    .fund_ac_body .ac_balance_infor_wrap {
        width: 100%;
        padding: 10px
    }

        .fund_ac_body .ac_balance_infor_wrap .ac_infor_block {
            width: 100%
        }

            .fund_ac_body .ac_balance_infor_wrap .ac_infor_block:not(:last-child) {
                margin-bottom: 20px
            }

        .fund_ac_body .ac_balance_infor_wrap .ac_infor_title {
            width: 100%;
            text-align: left;
            color: #ed1c24;
            ;
            border-bottom: 1px solid #e0e1e2;
            padding-bottom: 10px;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: .3px
        }

        .fund_ac_body .ac_balance_infor_wrap .ac_infor_desc_wrap {
            width: 100%;
            gap: 8px;
            padding: 10px 0
        }

            .fund_ac_body .ac_balance_infor_wrap .ac_infor_desc_wrap .ac_infor_row {
                width: 100%;
                justify-content: space-between;
                align-items: center
            }

                .fund_ac_body .ac_balance_infor_wrap .ac_infor_desc_wrap .ac_infor_row .provider {
                    color: #909294;
                    font-size: 12px;
                    font-weight: 500;
                    text-transform: uppercase
                }

                .fund_ac_body .ac_balance_infor_wrap .ac_infor_desc_wrap .ac_infor_row .balance_infor {
                    color: #909294;
                    font-size: 12px;
                    font-weight: 600
                }

.select_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
    display: none;
    flex-direction: column
}

    .select_wrap .select_popup {
        width: 100%;
        margin-top: auto
    }

    .select_wrap .select_title {
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        padding: 15px;
        border-radius: 10px 10px 0 0;
        position: relative
    }

        .select_wrap .select_title i {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
            align-self: flex-end;
            font-size: 30px
        }

    .select_wrap .select_con {
        width: 100%;
        background: #fff;
    }

        .select_wrap .select_con .select_row {
            width: 100%;
            text-align: center;
            font-size: 12px;
            font-weight: 600;
            padding: 14px;
            border-bottom: 1px dashed #bcbec0;
            color: #888a8d;
            justify-content: center;
            align-items: center;
            gap: 10px
        }

            .select_wrap .select_con .select_row img {
                width: 20px
            }

    .select_wrap .select_con_show {
        animation: slide-in-bottom .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    }

    .select_wrap .select_con_hide {
        animation: slide-in-hide .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    }

.page_transaction {
    width: 100%;
    padding: 0 !important
}

.transaction_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px
}

    .transaction_form .transaction_row {
        width: 100%;
        gap: 10px;
        align-items: center
    }

        .transaction_form .transaction_row .date_block {
            justify-content: flex-start !important;
            gap: 18px !important
        }

        .transaction_form .transaction_row .submit_btn {
            margin-top: 0;
            max-width: 120px
        }

        .transaction_form .transaction_row .transac_title {
            font-size: 11px;
            min-width: 120px;
            font-weight: 700;
            color: #58595b;
            white-space: nowrap;
            gap: 3px;
            justify-content: center;
            align-items: center
        }

            .transaction_form .transaction_row .transac_title span {
                color: red
            }

        .transaction_form .transaction_row .trans_selection_wrap {
            width: 100%;
            border-radius: 10px;
            gap: 10px;
            background: #fff;
            margin-left: 8px;
            padding: 9px 10px;
            border: 1px solid #cdcdcd;
            box-shadow: 0px 0px 5px rgba(0,0,0,.1)
        }

            .transaction_form .transaction_row .trans_selection_wrap .transac_nav {
                font-size: 11px;
                white-space: nowrap;
                color: #58595b;
                font-weight: 700;
                padding: 5px;
                transition: .4s;
                cursor: pointer
            }

            .transaction_form .transaction_row .trans_selection_wrap .active {
                color: #ed1c24;
            }

.transaction_result {
    width: 100%
}

    .transaction_result table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        border-radius: 10px;
        overflow: hidden
    }

        .transaction_result table th, .transaction_result table td {
            color: #909294;
            font-size: 10px;
            padding: 10px;
            font-weight: 500
        }

        .transaction_result table th {
            background: #58595b;
            color: #fff
        }

        .transaction_result table td {
            background: #fff;
            text-align: center
        }

            .transaction_result table td img {
                width: 35%;
                max-width: 120px
            }

.referral_wrap {
    width: 100%;
    gap: 30px;
    padding: 20px 0
}

    .referral_wrap .referral_title {
        font-size: 1.2rem;
        color: #414042;
        font-weight: 700;
        width: 100%;
        text-align: center;
        text-transform: uppercase
    }

        .referral_wrap .referral_title span {
            color: #ed1c24;
        }

    .referral_wrap .referral_block_row {
        width: 100%;
        gap: 10px;
        align-items: stretch
    }

    .referral_wrap .referral_copy_wrap {
        width: 85%;
        margin: 0 auto;
        border-radius: 10px;
        background: #efeded;
        box-shadow: 0px 0px 8px rgba(0,0,0,.3);
        padding: 14px;
        gap: 3px
    }

        .referral_wrap .referral_copy_wrap .title {
            color: #ed1c24;
            ;
            font-size: 14px;
            font-weight: 700
        }

        .referral_wrap .referral_copy_wrap .desc {
            font-size: 10px;
            font-weight: 600;
            color: #414042;
            margin-top: 10px;
            letter-spacing: .4px
        }

        .referral_wrap .referral_copy_wrap .referral_copy_row {
            width: 100%;
            align-items: center;
            margin-top: auto
        }

        .referral_wrap .referral_copy_wrap input {
            border: 1px solid #ed1c24;
            flex: 1;
            padding: 10px 20px;
            font-size: 12px;
            margin-right: -10px;
            border-radius: 10px 0 0 10px;
            color: #a1a2a5;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .referral_wrap .referral_copy_wrap .copy_button {
            padding: 11px 30px;
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            border-radius: 10px
        }

    .referral_wrap .referral_qr_wrap {
        width: 95%;
        margin: 0 auto;
        border-radius: 10px;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        box-shadow: 0px 0px 8px rgba(0,0,0,.3);
        padding: 20px;
        gap: 45px
    }

        .referral_wrap .referral_qr_wrap .title {
            color: #fff;
            font-size: 12px;
            text-align: center;
            font-weight: 600
        }

        .referral_wrap .referral_qr_wrap .qr_code {
            /*width: 50%;
            max-width: 140px;*/
            margin: 0 auto;
            padding: 8px;
            background: #fff;
            border-radius: 10px
        }

            .referral_wrap .referral_qr_wrap .qr_code img {
                width: 100%
            }

.referral_bonus_wrap {
    width: 100%;
    gap: 10px
}

    .referral_bonus_wrap .referral_block_row {
        align-items: center
    }

        .referral_bonus_wrap .referral_block_row .date_block {
            justify-content: flex-start !important;
            gap: 9px !important
        }

        .referral_bonus_wrap .referral_block_row .submit_btn {
            margin-top: 0;
            max-width: 120px
        }

    .referral_bonus_wrap table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 20px
    }

        .referral_bonus_wrap table th, .referral_bonus_wrap table td {
            padding: 12px;
            font-size: 11px;
            text-align: center
        }

        .referral_bonus_wrap table th {
            color: #fff;
            background: #ed1c24;
            font-weight: 700;
            border-bottom: 1px solid #fff
        }

        .referral_bonus_wrap table td {
            background: #e7e7e7;
            color: #020202;
            font-weight: 500
        }

    .referral_bonus_wrap .table_extend_btn {
        border: 2px solid #fff;
        box-shadow: 0px 0px 10px rgba(0,0,0,.6);
        border-radius: 999rem;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: 10px;
        cursor: pointer
    }

        .referral_bonus_wrap .table_extend_btn i {
            color: #ed1c24;
        }

.not_widget_nav_row {
    width: 100%;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center
}

    .not_widget_nav_row label {
        align-items: center;
        gap: 10px;
        font-weight: 600;
        font-size: 12px;
        color: #606264
    }

        .not_widget_nav_row label input {
            pointer-events: all !important
        }

    .not_widget_nav_row .not_widget_row {
        width: -moz-fit-content;
        width: fit-content;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

        .not_widget_nav_row .not_widget_row img {
            width: 16px
        }

        .not_widget_nav_row .not_widget_row .fav {
            filter: brightness(0) invert(0.7);
            transition: .4s
        }

        .not_widget_nav_row .not_widget_row .faved {
            filter: none
        }

.notSwiper {
    width: 100%
}

    .notSwiper .swiper-slide {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px
    }

.not_swiper_nav_row {
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px
}

    .not_swiper_nav_row span {
        font-size: 12px;
        color: #606264;
        font-weight: 600
    }

    .not_swiper_nav_row i {
        color: #606264;
        font-size: 12px
    }

.not_wrap {
    width: 100%;
    gap: 20px;
    padding: 20px 20px 10px;
    background: #fff;
    border-radius: 20px
}

    .not_wrap .not_block_wrap {
        width: 100%;
        gap: 15px;
        border-bottom: 1px dashed #d7d8d9
    }

        .not_wrap .not_block_wrap:last-child {
            border-bottom: 0
        }

        .not_wrap .not_block_wrap input {
            pointer-events: all !important
        }

    .not_wrap .not_block {
        width: 100%
    }

        .not_wrap .not_block .date {
            font-weight: 600;
            color: #58595b;
            font-size: 12px
        }

        .not_wrap .not_block .not_row {
            width: 100%;
            align-items: center;
            gap: 20px;
            padding: 15px 10px
        }

            .not_wrap .not_block .not_row .icon {
                width: 36px;
                height: 36px;
                border-radius: 999rem;
                background: #d1d3d4;
                padding: 10px;
                justify-content: center;
                align-items: center
            }

                .not_wrap .not_block .not_row .icon img {
                    width: 100%
                }

            .not_wrap .not_block .not_row .not_infor {
                font-size: 10px;
                font-weight: 600;
                letter-spacing: .3px;
                color: #8f9093;
                flex: 1;
                text-align: left
            }

                .not_wrap .not_block .not_row .not_infor span {
                    font-size: 10px;
                    font-weight: 700;
                    letter-spacing: .3px;
                    color: #808285
                }

            .not_wrap .not_block .not_row .not_widget_row {
                width: -moz-fit-content;
                width: fit-content;
                justify-content: center;
                align-items: center;
                gap: 10px
            }

                .not_wrap .not_block .not_row .not_widget_row img {
                    width: 16px
                }

                .not_wrap .not_block .not_row .not_widget_row .fav {
                    filter: brightness(0) invert(0.7);
                    transition: .4s
                }

                .not_wrap .not_block .not_row .not_widget_row .faved {
                    filter: none
                }

.reward_main_wrap {
    width: 95%;
    padding-bottom: 20px
}

    .reward_main_wrap .reward_point_wrap {
        width: 100%;
        /*background: #3c2415;*/
        /*padding: 15px;*/
        border-radius: 20px 20px 0 0
    }

    .reward_main_wrap .reward_point_row {
        width: 27%;
        margin-left: auto;
        gap: 50px;
        padding: 8px 20px;
        border-radius: 999rem;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        border: 3px solid #e9242c;
        margin-top: 5%;
    }

        .reward_main_wrap .reward_point_row .title {
            font-size: 12px;
            font-weight: 600;
            color: #3c2415
        }

        .reward_main_wrap .reward_point_row .point {
            font-size: 12px;
            font-weight: 700;
            color: #ed1c24;
        }

    .reward_main_wrap .reward_mx_wrap {
        width: 80%;
        margin: 0 auto
    }

        .reward_main_wrap .reward_mx_wrap .reward_wrap {
            margin: 13px auto 0;
            gap: 15px
        }

    .reward_main_wrap .reward_wrap_block {
        width: 100%;
        /*background: #d4a64d;*/
        /*border-radius: 0 0 20px 20px;*/
        padding-bottom: 20px;
        border-radius: 15px;
    }

        .reward_main_wrap .reward_wrap_block .reward_infor_wrap {
            width: 100%;
            /*gap: 20px*/
        }

            .reward_main_wrap .reward_wrap_block .reward_infor_wrap .title {
                color: #3c2415;
                text-transform: uppercase;
                width: 100%;
                text-align: center;
                font-size: 18px;
                font-weight: 700
            }

            .reward_main_wrap .reward_wrap_block .reward_infor_wrap p {
                color: #754c29;
                font-size: 11px;
                font-weight: 600;
                line-height: 1.4;
                letter-spacing: .3px;
                text-align: justify;
            }

        .reward_main_wrap .reward_wrap_block .page_nav_row {
            width: 100%;
            padding: 3px;
            background: #e3e3e3;
            border-radius: 999rem;
            overflow: auto;
            align-items: stretch;
            gap: 3px;
            margin-top: 20px
        }

            .reward_main_wrap .reward_wrap_block .page_nav_row .page_nav {
                flex: 1;
                min-width: 60px;
                padding: 9px 2px;
                border-radius: 999rem;
                text-align: center;
                color: #939598;
                font-size: 14px;
                font-weight: 700;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer
            }

            .reward_main_wrap .reward_wrap_block .page_nav_row .nav_active {
                color: #3c2415;
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                color: #fff;
            }

    .reward_main_wrap .padding_no {
        padding: 0
    }

    .reward_main_wrap .reward_sm_nav_row {
        width: 100%;
        justify-content: center;
        align-items: stretch;
        gap: 10px
    }

        .reward_main_wrap .reward_sm_nav_row .reward_sm_nav {
            flex: 1;
            background: #f2dfbd;
            color: #d4a64d;
            font-size: 10px;
            font-weight: 600;
            padding: 10px;
            transition: .4s;
            border-radius: 999rem;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center
        }

        .reward_main_wrap .reward_sm_nav_row .nav_active {
            background: #3c2415;
            color: #d4a64d
        }

    .reward_main_wrap .reward_grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px
    }

        .reward_main_wrap .reward_grid .reward_block {
            width: 100%;
            background: #fff;
            border-radius: 10px;
            gap: 5px;
            align-items: center;
            padding: 10px
        }

            .reward_main_wrap .reward_grid .reward_block .reward_img {
                width: 30%;
                max-width: 80px
            }

                .reward_main_wrap .reward_grid .reward_block .reward_img img {
                    width: 100%
                }

            .reward_main_wrap .reward_grid .reward_block .reward_name {
                font-size: 8px;
                color: #616264;
                font-weight: 700;
                text-align: center;
                letter-spacing: .3px
            }

            .reward_main_wrap .reward_grid .reward_block .reward_point {
                font-size: 13px;
                color: #ed1c24;
                ;
                font-weight: 700;
                margin-top: auto;
                text-align: center
            }

            .reward_main_wrap .reward_grid .reward_block .redeem_btn {
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                color: #fff;
                width: 100%;
                font-size: 11px;
                padding: 8px
            }

.redeem_con {
    width: 100%;
    max-width: 380px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.4);
    padding: 15px 0;
    border-radius: 15px
}

    .redeem_con .redeem_wrap {
        width: 100%;
        align-items: center;
        gap: 15px;
        max-height: 70vh;
        overflow: auto;
        padding: 0 10px
    }

        .redeem_con .redeem_wrap::-webkit-scrollbar {
            width: 0px
        }

        .redeem_con .redeem_wrap::-webkit-scrollbar-track {
            border-radius: 10px
        }

        .redeem_con .redeem_wrap::-webkit-scrollbar-thumb {
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            border-radius: 10px
        }

            .redeem_con .redeem_wrap::-webkit-scrollbar-thumb:hover {
                background: #b30000
            }

        .redeem_con .redeem_wrap .table_wrap {
            width: 100%;
            overflow: auto;
            margin-top: 10px
        }

            .redeem_con .redeem_wrap .table_wrap table {
                background: #f1f2f2;
                width: 100%;
                min-width: 500px;
                border-collapse: collapse;
                border-spacing: 0;
                border-radius: 15px;
                overflow: hidden
            }

            .redeem_con .redeem_wrap .table_wrap thead {
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            }

            .redeem_con .redeem_wrap .table_wrap table th, .redeem_con .redeem_wrap .table_wrap table td {
                padding: 10px;
                font-size: 11px;
                text-align: center
            }

            .redeem_con .redeem_wrap .table_wrap table th, .redeem_con .redeem_wrap table th {
                color: #fff;
                background: #ed1c24;
                font-weight: 700;
                white-space: nowrap;
                border-bottom: 1px solid #fff
            }

                .redeem_con .redeem_wrap .table_wrap table th:first-child, .redeem_con .redeem_wrap table th:first-child {
                    border-radius: 15px 0 0 0
                }

                .redeem_con .redeem_wrap .table_wrap table th:last-child, .redeem_con .redeem_wrap table th:last-child {
                    border-radius: 0 15px 0 0
                }

            .redeem_con .redeem_wrap .table_wrap table td {
                color: #000;
                font-weight: 500
            }

    .redeem_con .title {
        color: #58595b;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid #bfc0c2;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        position: relative;
        padding-top: 3px
    }

        .redeem_con .title .popup_close {
            width: 20px;
            position: absolute;
            top: 0%;
            right: 0
        }

    .redeem_con .reward_img {
        width: 40%;
        max-width: 200px
    }

        .redeem_con .reward_img img {
            width: 100%
        }

    .redeem_con .reward_name {
        font-size: 14px;
        color: #616264;
        font-weight: 700;
        text-align: center;
        letter-spacing: .3px;
        margin-bottom: 5px
    }

    .redeem_con .product_desc_col {
        width: 100%;
        align-items: center;
        gap: 5px
    }

        .redeem_con .product_desc_col .product_title {
            font-size: 12px;
            color: #626365;
            font-weight: 700
        }

        .redeem_con .product_desc_col .desc {
            font-size: 10px;
            width: 100%;
            font-weight: 400;
            text-align: center;
            color: #939598
        }

        .redeem_con .product_desc_col .point {
            font-size: 16px;
            color: #ed1c24;
            ;
            font-weight: 700;
            margin-top: auto
        }

    .redeem_con .product_border {
        border-bottom: 1px solid #bfc0c2;
        padding-bottom: 15px
    }

    .redeem_con .redeem_form {
        width: 100%
    }

        .redeem_con .redeem_form .textbox_block {
            width: 100%;
            padding: 0 10px;
            gap: 8px;
            margin: 5px 0
        }

            .redeem_con .redeem_form .textbox_block .textbox_title {
                font-size: 12px;
                font-weight: 700;
                color: #58595b
            }

                .redeem_con .redeem_form .textbox_block .textbox_title span {
                    color: red;
                    margin-right: 2px
                }

            .redeem_con .redeem_form .textbox_block .textbox_option_row {
                width: 100%;
                justify-content: flex-start;
                align-items: stretch;
                flex-wrap: wrap;
                gap: 8px
            }

                .redeem_con .redeem_form .textbox_block .textbox_option_row .option_block {
                    max-width: 120px;
                    width: calc(33.3333333333% - 6px);
                    border-radius: 10px;
                    overflow: hidden;
                    border: .6mm solid rgba(0,0,0,0);
                    transition: .4s
                }

                    .redeem_con .redeem_form .textbox_block .textbox_option_row .option_block img {
                        width: 100%
                    }

                    .redeem_con .redeem_form .textbox_block .textbox_option_row .option_block .amount {
                        font-size: 14px;
                        font-weight: 700;
                        color: #808285;
                        padding: 10px;
                        text-align: center;
                        width: 100%;
                        background: #fff
                    }

                    .redeem_con .redeem_form .textbox_block .textbox_option_row .option_block .crypto {
                        font-size: 14px;
                        font-weight: 700;
                        color: #808285;
                        padding: 10px;
                        text-align: center;
                        width: 100%;
                        background: #fff
                    }

                .redeem_con .redeem_form .textbox_block .textbox_option_row .option_active {
                    border: .6mm solid linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                    box-shadow: 0px 0px 3px rgba(237,28,36,.7607843137)
                }

            .redeem_con .redeem_form .textbox_block .row_5 .option_block {
                max-width: 120px;
                width: calc(20% - 7px)
            }

                .redeem_con .redeem_form .textbox_block .row_5 .option_block .amount {
                    font-size: 12px
                }

            .redeem_con .redeem_form .textbox_block .textbox_anim {
                width: 100%;
                position: relative
            }

                .redeem_con .redeem_form .textbox_block .textbox_anim input {
                    width: 100%;
                    background: #fff;
                    padding: 20px 25px 10px;
                    border: 1px solid #cdcdcd;
                    box-shadow: 0px 0px 5px rgba(0,0,0,.1)
                }

                .redeem_con .redeem_form .textbox_block .textbox_anim label {
                    position: absolute;
                    top: 0;
                    font-size: 13px;
                    margin: 15px;
                    padding: 0 10px;
                    font-weight: 500;
                    color: #d1d3d4;
                    z-index: 5;
                    letter-spacing: .4px;
                    transition: top .2s ease-in-out,font-size .2s ease-in-out
                }

                .redeem_con .redeem_form .textbox_block .textbox_anim .active {
                    font-weight: 600;
                    top: -10px;
                    font-size: 10px;
                    color: #747474
                }

            .redeem_con .redeem_form .textbox_block .textbox_wrap {
                width: 100%;
                gap: 3px;
                position: relative
            }

                .redeem_con .redeem_form .textbox_block .textbox_wrap input {
                    width: 100%;
                    background: #d7dce0;
                    padding: 12px 20px;
                    border: 1px solid #cdcdcd;
                    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
                    color: #58595b;
                    font-weight: 700;
                    font-size: 12px
                }

                .redeem_con .redeem_form .textbox_block .textbox_wrap span {
                    color: red
                }

                .redeem_con .redeem_form .textbox_block .textbox_wrap i {
                    position: absolute;
                    top: 50%;
                    right: 20px;
                    transform: translateY(-50%);
                    color: #ed1c24;
                    ;
                    cursor: pointer
                }

                .redeem_con .redeem_form .textbox_block .textbox_wrap select {
                    width: 100%;
                    background: #fff;
                    padding: 14px 20px;
                    border: 1px solid #cdcdcd;
                    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
                    color: #ed1c24;
                    ;
                    border-radius: 10px;
                    outline: 0;
                    font-size: 12px;
                    font-weight: 700
                }

                .redeem_con .redeem_form .textbox_block .textbox_wrap .select_disable {
                    width: 100%;
                    background: #d7dce0;
                    padding: 12px 20px;
                    border: 1px solid #cdcdcd;
                    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
                    color: #58595b;
                    font-weight: 700;
                    font-size: 12px;
                    border-radius: 10px;
                    outline: 0
                }

            .redeem_con .redeem_form .textbox_block .textbox_wrap_xl input {
                width: 100%;
                background: #fff;
                padding: 15px 20px
            }

            .redeem_con .redeem_form .textbox_block p {
                color: #919396;
                font-size: 11px;
                font-weight: 500;
                padding-left: 10px;
                border-bottom: 1px solid #a7a9ac;
                padding-bottom: 10px
            }

            .redeem_con .redeem_form .textbox_block .upload_btn {
                background: #939598;
                border-radius: 10px;
                cursor: pointer
            }

                .redeem_con .redeem_form .textbox_block .upload_btn input {
                    opacity: 0;
                    width: 100%;
                    cursor: pointer
                }

                .redeem_con .redeem_form .textbox_block .upload_btn .receipt {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 100%;
                    gap: 10px;
                    justify-content: center;
                    align-items: center;
                    pointer-events: none;
                    cursor: pointer
                }

                    .redeem_con .redeem_form .textbox_block .upload_btn .receipt img {
                        width: 26px
                    }

                    .redeem_con .redeem_form .textbox_block .upload_btn .receipt span {
                        color: #fff;
                        font-size: 13px;
                        text-transform: uppercase;
                        font-weight: 700
                    }

    .redeem_con .redeem_popup_btn {
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        color: #fff;
        width: 92%;
        margin: 0 auto;
        font-size: 12px;
        padding: 9px;
        margin-top: 20px
    }

.about_body {
    background: #fff
}

    .about_body .container {
        background: #fff
    }

.about_wrap {
    width: 100%;
    /*gap: 15px;*/
    padding: 20px 0
}

    .about_wrap .title {
        color: #3c2415;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

    .about_wrap p {
        font-size: 10px;
        letter-spacing: .3px;
        color: #754c29;
        font-weight: 600;
        line-height: 1.5
    }

.faq_wrap {
    width: 100%;
    padding: 15px 0
}

    .faq_wrap .title {
        color: #3c2415;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

    .faq_wrap .faq_block {
        width: 100%;
        /*border-bottom: 1px solid #8b5e3c;*/
        padding: 15px 0
    }

        .faq_wrap .faq_block:last-child {
            border-bottom: 0
        }

        .faq_wrap .faq_block .faq_row {
            width: 100%;
            justify-content: space-between;
            align-items: center;
            gap: 20px
        }

            .faq_wrap .faq_block .faq_row .faq_title {
                font-size: 12px;
                color: #3c2415;
                font-weight: 700
            }

            .faq_wrap .faq_block .faq_row i {
                color: #3c2415;
                transition: .4s
            }

            .faq_wrap .faq_block .faq_row .up {
                transform: rotate(180deg)
            }

        .faq_wrap .faq_block .faq_desc {
            font-size: 10px;
            letter-spacing: .3px;
            color: #754c29;
            font-weight: 600;
            line-height: 1.4;
            padding: 15px 0;
            padding-bottom: 0;
            display: none
        }

        .faq_wrap .faq_block .desc_first {
            display: flex
        }

.promo_wrap {
    width: 100%;
    min-height: 420px
}

    .promo_wrap .page_cate_wrap {
        width: 100%;
        justify-content: space-between
    }

        .promo_wrap .page_cate_wrap .page_cate_row {
            flex: 1;
            justify-content: flex-start;
            align-items: center
        }

            .promo_wrap .page_cate_wrap .page_cate_row .cate_row {
                font-size: 12px;
                gap: 10px;
                padding: 4px 15px;
                color: #808285;
                cursor: pointer;
                transition: .4s
            }

                .promo_wrap .page_cate_wrap .page_cate_row .cate_row span {
                    color: #ed1c24;
                    ;
                    font-size: 12px;
                    font-weight: 600
                }

                .promo_wrap .page_cate_wrap .page_cate_row .cate_row.nav_active {
                    color: #414042;
                    font-weight: 700
                }

                .promo_wrap .page_cate_wrap .page_cate_row .cate_row:not(:last-child) {
                    border-right: 1px solid #a9abae
                }

        .promo_wrap .page_cate_wrap .promo_nav_row {
            width: 100%;
            padding: 3px;
            background: #f1f2f2;
            border-radius: 999rem;
            overflow: auto;
            align-items: stretch;
            gap: 3px
        }

            .promo_wrap .page_cate_wrap .promo_nav_row .promo_nav {
                flex: 1;
                min-width: 60px;
                padding: 9px 2px;
                border-radius: 999rem;
                text-align: center;
                color: #939598;
                font-size: 10px;
                font-weight: 700;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: .4s
            }

            .promo_wrap .page_cate_wrap .promo_nav_row .nav_active {
                color: #fff;
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important
            }

.promo_grid {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

    .promo_grid .promo_item {
        width: 100%
    }

        .promo_grid .promo_item img {
            width: 100%;
            border-radius: 10px 10px 0 0
        }

        .promo_grid .promo_item .promo_infor_block {
            width: 100%;
            background: #27313c;
            border-radius: 0 0 10px 10px;
            padding: 9px 15px;
            gap: 10px
        }

            .promo_grid .promo_item .promo_infor_block .promo_title {
                width: 100%;
                font-size: 11px;
                font-weight: 600;
                color: #fff
            }

            .promo_grid .promo_item .promo_infor_block .pron {
                width: 100%;
                font-size: 14px;
                font-weight: 600;
                color: red
            }

            .promo_grid .promo_item .promo_infor_block .promo_count_row {
                width: 100%;
                justify-content: space-between;
                align-items: center;
                gap: 20px
            }

            .promo_grid .promo_item .promo_infor_block .get_btn {
                width: 55%;
                text-align: center;
                white-space: nowrap;
                color: #fff;
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                font-size: .7rem;
                font-weight: 700;
                padding: 9px 13px
            }

    .promo_grid .countdown_row {
        width: 100%;
        margin: auto 0;
        align-items: flex-start
    }

        .promo_grid .countdown_row .countdown_day {
            gap: 4px;
            align-items: center
        }

            .promo_grid .countdown_row .countdown_day .countdown_block {
                width: -moz-fit-content;
                width: fit-content;
                padding: 5px 9px;
                background: #fff;
                font-size: 10px;
                font-weight: 600;
                border-radius: 4px;
                color: #000
            }

            .promo_grid .countdown_row .countdown_day span {
                color: #c2c5c7;
                font-size: 8px
            }

        .promo_grid .countdown_row .countdown_timer {
            width: -moz-fit-content;
            width: fit-content;
            align-items: flex-start;
            margin-left: 8px;
            position: relative
        }

            .promo_grid .countdown_row .countdown_timer .symbol {
                background: #fff;
                padding: 5px 0;
                font-size: 10px;
                color: #000
            }

            .promo_grid .countdown_row .countdown_timer .countdown_wrap {
                position: relative;
                gap: 4px
            }

                .promo_grid .countdown_row .countdown_timer .countdown_wrap .countdown_block {
                    padding: 5px 9px;
                    background: #fff;
                    font-size: 10px;
                    font-weight: 600;
                    color: #000
                }

                .promo_grid .countdown_row .countdown_timer .countdown_wrap span {
                    color: #c2c5c7;
                    font-size: 8px;
                    text-align: center
                }

                .promo_grid .countdown_row .countdown_timer .countdown_wrap .border_left {
                    border-radius: 4px 0 0 4px
                }

                .promo_grid .countdown_row .countdown_timer .countdown_wrap .border_right {
                    border-radius: 0 4px 4px 0
                }

.vip_main_wrap {
    width: 95%;
    border-radius: 20px;
    background: linear-gradient(180deg, #180600 60%, #3e1701);
    margin-bottom: 20px;
    padding-bottom: 30px
}

    .vip_main_wrap .banner {
        width: 100%;
        border-radius: 20px
    }

    .vip_main_wrap .vip_title {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #d4a64d;
        width: 100%;
        text-align: center
    }

    .vip_main_wrap .vip_status_row {
        width: 90%;
        margin: 20px auto;
        gap: 6%;
        align-items: flex-start
    }

        .vip_main_wrap .vip_status_row .vip_img {
            width: 22%
        }

            .vip_main_wrap .vip_status_row .vip_img img {
                width: 100%
            }

        .vip_main_wrap .vip_status_row .vip_status_con {
            flex: 1
        }

            .vip_main_wrap .vip_status_row .vip_status_con .sm_title {
                font-size: 12px;
                font-weight: 600;
                color: #d1d3d4;
                margin-bottom: 15px
            }

            .vip_main_wrap .vip_status_row .vip_status_con .vip_progress_con {
                width: 100%;
                background: #616161;
                border-radius: 999rem;
                overflow: hidden
            }

                .vip_main_wrap .vip_status_row .vip_status_con .vip_progress_con .vip_progress {
                    width: 10%;
                    min-height: 20px;
                    background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                    position: relative;
                    border-radius: 999rem
                }

            .vip_main_wrap .vip_status_row .vip_status_con .vip_status_bottom {
                width: 100%;
                justify-content: space-between;
                align-items: center;
                margin: 0 auto;
                gap: 10px
            }

                .vip_main_wrap .vip_status_row .vip_status_con .vip_status_bottom .vip_status_col {
                    flex: 1;
                    align-items: center;
                    justify-content: center;
                    gap: 5px;
                    position: relative
                }

                    .vip_main_wrap .vip_status_row .vip_status_con .vip_status_bottom .vip_status_col .line {
                        width: 2px;
                        height: 15px;
                        background: gray
                    }

                    .vip_main_wrap .vip_status_row .vip_status_con .vip_status_bottom .vip_status_col .name {
                        font-size: 12px;
                        font-weight: 600;
                        text-transform: uppercase
                    }

                    .vip_main_wrap .vip_status_row .vip_status_con .vip_status_bottom .vip_status_col .classic {
                        color: #ed1c24;
                    }

                    .vip_main_wrap .vip_status_row .vip_status_con .vip_status_bottom .vip_status_col .silver {
                        color: #d1d3d4
                    }

                    .vip_main_wrap .vip_status_row .vip_status_con .vip_status_bottom .vip_status_col .gold {
                        color: #dbb13b
                    }

                    .vip_main_wrap .vip_status_row .vip_status_con .vip_status_bottom .vip_status_col .plat {
                        color: #c2b59b
                    }

                    .vip_main_wrap .vip_status_row .vip_status_con .vip_status_bottom .vip_status_col .diamond {
                        color: #fff
                    }

                    .vip_main_wrap .vip_status_row .vip_status_con .vip_status_bottom .vip_status_col .infor {
                        font-size: 10px;
                        letter-spacing: .3px;
                        width: 100%;
                        text-align: center;
                        color: #fff;
                        font-weight: 600;
                        min-height: 35px
                    }

    .vip_main_wrap table {
        width: 90%;
        border-collapse: collapse;
        margin: 0 auto
    }

        .vip_main_wrap table th {
            border-top: 1px solid #654021;
            border-bottom: 1px solid #654021;
            color: #dbb13b;
            font-size: 13px;
            font-weight: 500;
            padding: 20px 10px
        }

            .vip_main_wrap table th img {
                width: 100px;
                border-radius: 5px
            }

            .vip_main_wrap table th.title, .vip_main_wrap table td.title {
                color: #dbb13b !important;
                font-size: 13px;
                font-weight: 700;
                text-align: left;
                padding: 5px 4px
            }

        .vip_main_wrap table .padding {
            padding-top: 30px !important
        }

        .vip_main_wrap table td {
            text-align: center;
            font-size: 11px;
            color: #dbb13b;
            font-weight: 500;
            padding: 4px
        }

        .vip_main_wrap table tr td:first-child {
            text-align: left;
            color: #fff
        }

.promo_infor_wrap {
    width: 85%;
    max-width: 420px;
    margin: auto;
    align-items: center;
    gap: 20px
}

    .promo_infor_wrap .promo_image {
        width: 100%
    }

        .promo_infor_wrap .promo_image img {
            width: 100%;
            border-radius: 10px
        }

    .promo_infor_wrap .promo_body {
        width: 100%;
        padding: 15px 30px;
        background: #27313c;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        max-height: 70vh;
        overflow: auto;
        border-radius: 0 0 20px 20px
    }

        .promo_infor_wrap .promo_body::-webkit-scrollbar {
            width: 0px
        }

        .promo_infor_wrap .promo_body .sm_title {
            font-size: 12px;
            text-align: center;
            color: #fff
        }

    .promo_infor_wrap .promo_title {
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: 700;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        padding: 14px;
        font-size: 14px;
        border-radius: 20px 20px 0 0;
        position: relative
    }

        .promo_infor_wrap .promo_title .popup_close {
            position: absolute;
            width: 16px;
            top: 8px;
            right: 12px;
            cursor: pointer
        }

    .promo_infor_wrap .promo_btn {
        width: 45%;
        text-align: center;
        white-space: nowrap;
        color: #fff;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        font-size: .7rem;
        font-weight: 700;
        padding: 9px 13px
    }

    .promo_infor_wrap .promo_desc_wrap {
        border-top: 1px solid #919396;
        width: 100%;
        padding-top: 20px;
        gap: 15px
    }

        .promo_infor_wrap .promo_desc_wrap .promo_desc_block {
            width: 100%;
            font-size: 10px;
            letter-spacing: .3px;
            color: #fff;
            font-weight: 500;
            line-height: 1.5;
            gap: 5px
        }

            .promo_infor_wrap .promo_desc_wrap .promo_desc_block .desc_title {
                font-weight: 700;
                color: #fff;
                font-size: 11px
            }

            .promo_infor_wrap .promo_desc_wrap .promo_desc_block ul {
                list-style-type: none;
                padding: 0 4px
            }

                .promo_infor_wrap .promo_desc_wrap .promo_desc_block ul li {
                    margin-bottom: 5px
                }

.slide-in-fwd-top {
    animation: slide-in-fwd-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.slide-in-right {
    animation: slide-in-right 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.slide-in-left {
    animation: slide-in-left 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.scale-in-center {
    animation: scale-in-center .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: rgba(0,0,0,.9);
    display: flex
}

    #load img {
        width: 80%;
        margin: auto;
        max-width: 160px
    }

#cur_load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: rgba(0,0,0,.9);
    display: flex;
    justify-content: center;
    align-items: center
}

    #cur_load img {
        width: 80%;
        max-width: 160px
    }

    #cur_load p {
        font-size: 12px;
        color: #fff;
        font-weight: 600
    }

.currency_btn {
    padding: 5px 10px !important
}

.number_wrap {
    width: 100%;
    margin-top: auto
}

    .number_wrap .title {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        padding: 10px;
        border-radius: 10px 10px 0 0;
        position: relative;
        width: 100%
    }

        .number_wrap .title i {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 15px
        }

    .number_wrap .number_col {
        width: 100%;
        background: #fff;
        max-height: 30vh;
        overflow: auto;
        padding-bottom: 50px
    }

        .number_wrap .number_col .number {
            width: 100%;
            padding: 10px;
            border-bottom: 1px dashed gray;
            font-size: 12px;
            color: #000;
            font-weight: 600;
            text-align: center;
            justify-content: center;
            align-items: center;
            gap: 10px
        }

            .number_wrap .number_col .number img {
                width: 30px;
                filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2))
            }

            .number_wrap .number_col .number span {
                width: 120px;
                text-align: center
            }

.otp_wrap {
    width: 100%;
    align-items: center;
    padding: 85px 0
}

    .otp_wrap .gif {
        width: 80%;
        max-width: 240px;
        filter: none
    }

    .otp_wrap h3 {
        margin-top: -40px
    }

    .otp_wrap p {
        width: 80%;
        text-align: center;
        font-size: 10px;
        font-weight: 600;
        color: gray
    }

        .otp_wrap p .otp_count {
            color: #ed1c24;
            ;
            font-weight: 600
        }

    .otp_wrap .sp {
        font-weight: 600
    }

    .otp_wrap img {
        width: 90%;
        margin: 0 auto;
        border-radius: 10px;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5))
    }

    .otp_wrap .otp_textbox_wrap {
        width: -moz-fit-content;
        width: fit-content;
        margin: 20px auto;
        justify-content: flex-start;
        align-items: center;
        gap: 10px
    }

        .otp_wrap .otp_textbox_wrap input {
            border: 0;
            background: #f9f9f9;
            width: 40px;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            padding: 10px;
            color: #000;
            box-shadow: 0px 0px 5px inset rgba(0,0,0,.4)
        }

    .otp_wrap .btn_wrap {
        width: 80%;
        max-width: 600px;
        margin: 0 auto 20px;
        gap: 10px
    }

        .otp_wrap .btn_wrap .btn {
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            color: #fff;
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            width: 100%;
            font-size: 11px;
            padding: 8px
        }

        .otp_wrap .btn_wrap .resend_btn {
            background: gray;
            pointer-events: all;
            opacity: 1
        }

            .otp_wrap .btn_wrap .resend_btn.disabled {
                pointer-events: none;
                opacity: .45
            }

    .otp_wrap i {
        font-size: 12px;
        color: gray;
        width: 70%;
        margin: 0 auto;
        text-align: center
    }

.event_center_wrap {
    width: 100%
}

    .event_center_wrap .promo_nav_row {
        width: 100% !important;
        margin: 0 auto;
        max-width: unset !important
    }

.reward_wrap {
    width: 100%;
    gap: 15px;
    margin-top: 8px
}

    .reward_wrap .reward_point_row {
        width: 100%;
        padding: 11px 20px;
        border-radius: 999rem;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0,0,0,.4)
    }

        .reward_wrap .reward_point_row .title {
            color: #ed1c24;
            ;
            font-size: 12px;
            font-weight: 600
        }

        .reward_wrap .reward_point_row .point {
            font-size: 12px;
            font-weight: 700;
            color: #6f7073
        }

    .reward_wrap .reward_sm_nav_row {
        width: 100%;
        justify-content: flex-start;
        align-items: stretch;
        gap: 10px;
        overflow: auto
    }

        .reward_wrap .reward_sm_nav_row .reward_sm_nav {
            flex: 1;
            min-width: 120px;
            white-space: nowrap;
            background: #f1f2f2;
            color: #bfc1c3;
            font-size: 12px;
            font-weight: 600;
            padding: 8px 5px;
            transition: .4s;
            border-radius: 999rem;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center
        }

        .reward_wrap .reward_sm_nav_row .nav_active {
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            color: #fff;
        }

    .reward_wrap .reward_grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px
    }

        .reward_wrap .reward_grid .reward_block {
            width: 100%;
            background: #f1f2f2;
            border-radius: 10px;
            gap: 5px;
            align-items: center;
            padding: 10px;
            box-shadow: 0px 0px 10px rgba(0,0,0,.5)
        }

            .reward_wrap .reward_grid .reward_block .reward_img {
                width: 100%;
                max-width: 80px;
                position: relative
            }

                .reward_wrap .reward_grid .reward_block .reward_img img {
                    width: 100%
                }

                .reward_wrap .reward_grid .reward_block .reward_img .reward {
                    width: 100%;
                    justify-content: center
                }

                    .reward_wrap .reward_grid .reward_block .reward_img .reward .balance {
                        font-size: 10vmin;
                        font-weight: 800;
                        color: #4a3b3a
                    }

                    .reward_wrap .reward_grid .reward_block .reward_img .reward .value {
                        font-size: 12px;
                        font-weight: 500;
                        position: absolute;
                        top: 5px;
                        right: 5px;
                        color: #4a3b3a
                    }

            .reward_wrap .reward_grid .reward_block .reward_text {
                width: 100%;
                max-width: unset;
                justify-content: center
            }

            .reward_wrap .reward_grid .reward_block p {
                font-size: 10px;
                width: 100%;
                color: gray;
                font-style: italic;
                text-align: center;
                font-weight: 500
            }

            .reward_wrap .reward_grid .reward_block .reward_name {
                font-size: 10px;
                color: #616264;
                font-weight: 700;
                text-align: center;
                letter-spacing: .3px
            }

            .reward_wrap .reward_grid .reward_block .reward_point {
                font-size: 13px;
                color: #ed1c24;
                ;
                font-weight: 700;
                margin-top: auto
            }

            .reward_wrap .reward_grid .reward_block .redeem_btn {
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                color: #fff;
                width: 100%;
                font-size: 12px;
                padding: 8px
            }

.daily .faq_wrap {
    background: #f1f2f2;
    border-radius: 10px
}

    .daily .faq_wrap .faq_title {
        margin-top: 0 !important
    }

    .daily .faq_wrap .table_wrap table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 10px
    }

        .daily .faq_wrap .table_wrap table th, .daily .faq_wrap .table_wrap table td {
            padding: 12px;
            font-size: 11px;
            text-align: center
        }

        .daily .faq_wrap .table_wrap table th {
            color: #fff;
            background: #58595b;
            font-weight: 700;
            border-bottom: 1px solid #fff;
            width: 50%
        }

        .daily .faq_wrap .table_wrap table td {
            background: #e7e7e7;
            color: #020202;
            font-weight: 500
        }

        .daily .faq_wrap .table_wrap table td {
            background: #e7e7e7;
            color: #020202;
            font-weight: 500
        }

.redeem_con {
    width: 80%;
    max-width: 600px;
    margin: auto;
    background: #f1f2f2;
    padding: 15px 0;
    border-radius: 15px
}

    .redeem_con .redeem_wrap {
        width: 100%;
        align-items: center;
        gap: 15px;
        max-height: 80vh;
        overflow: auto;
        padding: 0 10px
    }

        .redeem_con .redeem_wrap::-webkit-scrollbar {
            width: 0px
        }

        .redeem_con .redeem_wrap::-webkit-scrollbar-track {
            border-radius: 10px
        }

        .redeem_con .redeem_wrap::-webkit-scrollbar-thumb {
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
            border-radius: 10px
        }

            .redeem_con .redeem_wrap::-webkit-scrollbar-thumb:hover {
                background: #b30000
            }

        .redeem_con .redeem_wrap .p_col {
            gap: 8px;
            margin: 5px 0
        }

            .redeem_con .redeem_wrap .p_col P {
                font-size: 12px;
                color: #000;
                font-weight: 600;
                text-align: left;
                width: 100%;
                justify-content: space-between;
                gap: 10px
            }

    .redeem_con .title {
        color: #ed1c24;
        ;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid #bfc0c2;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        position: relative;
        padding-top: 3px
    }

        .redeem_con .title .popup_close {
            width: 20px;
            position: absolute;
            top: 0%;
            right: 0
        }

    .redeem_con .reward_img {
        width: 40%;
        max-width: 200px
    }

        .redeem_con .reward_img img {
            width: 100%
        }

    .redeem_con .reward_name {
        font-size: 14px;
        color: #616264;
        font-weight: 700;
        text-align: center;
        letter-spacing: .3px;
        margin-bottom: 5px
    }

    .redeem_con .product_desc_col {
        width: 100%;
        align-items: center;
        gap: 5px
    }

        .redeem_con .product_desc_col .product_title {
            font-size: 12px;
            color: #626365;
            font-weight: 700
        }

        .redeem_con .product_desc_col .desc {
            font-size: 10px;
            width: 100%;
            font-weight: 400;
            text-align: center;
            color: #939598
        }

        .redeem_con .product_desc_col .point {
            font-size: 16px;
            color: #ed1c24;
            ;
            font-weight: 700;
            margin-top: auto
        }

    .redeem_con .table_wrap {
        width: 100%;
        min-height: 80px;
        overflow: auto;
        margin-top: 10px
    }

        .redeem_con .table_wrap .product_table {
            background: #f1f2f2;
            width: 100%;
            min-width: 400px;
            border-collapse: collapse;
            border-spacing: 0;
            table-layout: fixed;
            border-radius: 10px
        }

            .redeem_con .table_wrap .product_table th, .redeem_con .table_wrap .product_table td {
                padding: 10px;
                font-size: 11px;
                text-align: center
            }

            .redeem_con .table_wrap .product_table th {
                color: #fff;
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                white-space: nowrap;
                font-weight: 700;
                border-bottom: 1px solid #fff
            }

                .redeem_con .table_wrap .product_table th:first-child {
                    border-radius: 10px 0 0 0
                }

                .redeem_con .table_wrap .product_table th:last-child {
                    border-radius: 0 10px 0 0
                }

            .redeem_con .table_wrap .product_table td {
                color: #000;
                font-weight: 500;
                background: #dbdbdb
            }

                .redeem_con .table_wrap .product_table td:first-child {
                    border-radius: 0 0 0 10px
                }

                .redeem_con .table_wrap .product_table td:last-child {
                    border-radius: 0 0 10px 0
                }

    .redeem_con .product_border {
        border-bottom: 1px solid #bfc0c2;
        padding-bottom: 15px
    }

    .redeem_con .redeem_form {
        width: 100%;
        padding-top: 5px;
        border-top: 1px solid rgba(128,128,128,.308)
    }

        .redeem_con .redeem_form .textbox_block {
            width: 100%;
            padding: 0 10px;
            gap: 8px;
            margin: 5px 0
        }

            .redeem_con .redeem_form .textbox_block .textbox_title {
                font-size: 12px;
                font-weight: 700;
                color: #ed1c24;
            }

                .redeem_con .redeem_form .textbox_block .textbox_title span {
                    color: #ed1c24;
                    ;
                    margin-right: 2px
                }

            .redeem_con .redeem_form .textbox_block .textbox_option_row {
                width: 100%;
                justify-content: flex-start;
                align-items: stretch;
                flex-wrap: wrap;
                gap: 8px
            }

                .redeem_con .redeem_form .textbox_block .textbox_option_row .option_block {
                    max-width: 120px;
                    width: calc(33.3333333333% - 6px);
                    border-radius: 10px;
                    overflow: hidden;
                    border: .6mm solid rgba(0,0,0,0);
                    transition: .4s
                }

                    .redeem_con .redeem_form .textbox_block .textbox_option_row .option_block img {
                        width: 100%
                    }

                    .redeem_con .redeem_form .textbox_block .textbox_option_row .option_block .amount {
                        font-size: 14px;
                        font-weight: 700;
                        color: #808285;
                        padding: 10px;
                        text-align: center;
                        width: 100%;
                        background: #fff
                    }

                    .redeem_con .redeem_form .textbox_block .textbox_option_row .option_block .crypto {
                        font-size: 14px;
                        font-weight: 700;
                        color: #808285;
                        padding: 10px;
                        text-align: center;
                        width: 100%;
                        background: #fff
                    }

                .redeem_con .redeem_form .textbox_block .textbox_option_row .option_active {
                    border: .6mm solid linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                    box-shadow: 0px 0px 3px #000
                }

            .redeem_con .redeem_form .textbox_block .row_5 .option_block {
                max-width: 120px;
                width: calc(20% - 7px)
            }

                .redeem_con .redeem_form .textbox_block .row_5 .option_block .amount {
                    font-size: 12px
                }

            .redeem_con .redeem_form .textbox_block .textbox_anim {
                width: 100%;
                position: relative
            }

                .redeem_con .redeem_form .textbox_block .textbox_anim input {
                    width: 100%;
                    background: #fff;
                    padding: 20px 25px 10px;
                    border: 1px solid #cdcdcd;
                    box-shadow: 0px 0px 5px rgba(0,0,0,.1)
                }

                .redeem_con .redeem_form .textbox_block .textbox_anim label {
                    position: absolute;
                    top: 0;
                    font-size: 13px;
                    margin: 15px;
                    padding: 0 10px;
                    font-weight: 500;
                    color: #d1d3d4;
                    z-index: 5;
                    letter-spacing: .4px;
                    transition: top .2s ease-in-out,font-size .2s ease-in-out
                }

                .redeem_con .redeem_form .textbox_block .textbox_anim .active {
                    font-weight: 600;
                    top: -10px;
                    font-size: 10px;
                    color: #747474
                }

            .redeem_con .redeem_form .textbox_block .textbox_wrap {
                width: 100%;
                gap: 3px;
                position: relative
            }

                .redeem_con .redeem_form .textbox_block .textbox_wrap input {
                    width: 100%;
                    background: #d7dce0;
                    padding: 12px 20px;
                    border: 1px solid #cdcdcd;
                    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
                    color: #ed1c24;
                    ;
                    font-weight: 700;
                    font-size: 12px
                }

                .redeem_con .redeem_form .textbox_block .textbox_wrap span {
                    color: #ed1c24;
                }

                .redeem_con .redeem_form .textbox_block .textbox_wrap i {
                    position: absolute;
                    top: 50%;
                    right: 20px;
                    transform: translateY(-50%);
                    color: #ed1c24;
                    ;
                    cursor: pointer
                }

                .redeem_con .redeem_form .textbox_block .textbox_wrap select {
                    width: 100%;
                    background: #fff;
                    padding: 14px 20px;
                    border: 1px solid #cdcdcd;
                    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
                    color: #ed1c24;
                    ;
                    border-radius: 10px;
                    outline: 0;
                    font-size: 12px;
                    font-weight: 700
                }

                .redeem_con .redeem_form .textbox_block .textbox_wrap .select_disable {
                    width: 100%;
                    background: #d7dce0;
                    padding: 12px 20px;
                    border: 1px solid #cdcdcd;
                    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
                    color: #ed1c24;
                    ;
                    font-weight: 700;
                    font-size: 12px;
                    border-radius: 10px;
                    outline: 0
                }

            .redeem_con .redeem_form .textbox_block .textbox_wrap_xl input {
                width: 100%;
                background: #fff;
                padding: 15px 20px
            }

            .redeem_con .redeem_form .textbox_block p {
                color: #919396;
                font-size: 11px;
                font-weight: 500;
                padding-left: 10px;
                border-bottom: 1px solid #a7a9ac;
                padding-bottom: 10px
            }

            .redeem_con .redeem_form .textbox_block .upload_btn {
                background: #939598;
                border-radius: 10px;
                cursor: pointer
            }

                .redeem_con .redeem_form .textbox_block .upload_btn input {
                    opacity: 0;
                    width: 100%;
                    cursor: pointer
                }

                .redeem_con .redeem_form .textbox_block .upload_btn .receipt {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 100%;
                    gap: 10px;
                    justify-content: center;
                    align-items: center;
                    pointer-events: none;
                    cursor: pointer
                }

                    .redeem_con .redeem_form .textbox_block .upload_btn .receipt img {
                        width: 26px
                    }

                    .redeem_con .redeem_form .textbox_block .upload_btn .receipt span {
                        color: #fff;
                        font-size: 13px;
                        text-transform: uppercase;
                        font-weight: 700
                    }

    .redeem_con .redeem_popup_btn {
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        color: #fff;
        width: 92%;
        margin: 0 auto;
        font-size: 12px;
        padding: 9px;
        margin-top: 20px
    }

.a {
    margin-top: 20px;
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: center;
    font-size: 12px
}

.about_body {
    background: #fff
}

    .about_body .container {
        background: #fff
    }

.about_wrap {
    width: 100%;
    /* gap: 20px;*/
    padding: 15px
}

    .about_wrap .title {
        color: #ed1c24;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

    .about_wrap p {
        font-size: 10px;
        letter-spacing: .3px;
        color: #58595b;
        font-weight: 600;
        line-height: 1.5
    }

.faq_wrap {
    width: 100%;
    padding: 15px
}

    .faq_wrap .title {
        color: #754c29;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

    .faq_wrap .faq_block {
        width: 100%;
        /*border-bottom: 1px solid #bcbec0;*/
        padding: 15px 0
    }

        .faq_wrap .faq_block .faq_row {
            width: 100%;
            justify-content: space-between;
            align-items: center;
            gap: 20px
        }

            .faq_wrap .faq_block .faq_row .faq_title {
                font-size: 13px;
                color: #ed1c24;
                font-weight: 700;
                margin-top: 14px
            }

            .faq_wrap .faq_block .faq_row i {
                color: #939598;
                transition: .4s
            }

            .faq_wrap .faq_block .faq_row .up {
                transform: rotate(180deg)
            }

        .faq_wrap .faq_block .daily_row {
            padding: 12px;
            border-radius: 11px
        }

        .faq_wrap .faq_block .faq_desc {
            font-size: 10px;
            letter-spacing: .3px;
            color: #58595b;
            font-weight: 500;
            line-height: 1.4;
            padding: 15px 0;
            padding-bottom: 0;
            display: none
        }

        .faq_wrap .faq_block .daily_desc {
            gap: 5px;
            padding: 10px 20px
        }

            .faq_wrap .faq_block .daily_desc .daily_title {
                font-size: 12px;
                font-weight: 700;
                color: #5c595b
            }

            .faq_wrap .faq_block .daily_desc p {
                font-size: 12px;
                font-weight: 600
            }

            .faq_wrap .faq_block .daily_desc .completed {
                color: #ed1c24;
            }

        .faq_wrap .faq_block .desc_first {
            display: flex
        }

div.ear {
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: center;
    font-size: 10px
}

.contact_detail {
    width: 100%
}

    .contact_detail .contact_col:first-child p {
        margin-top: 0
    }

    .contact_detail img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,.4)
    }

    .contact_detail .padding {
        padding: 12px 15px;
        width: 100%;
        border-radius: 12px;
        gap: 10px
    }

    .contact_detail .promo_infor {
        width: 100%;
        gap: 10px
    }

        .contact_detail .promo_infor .event_col {
            margin-top: 3%
        }

            .contact_detail .promo_infor .event_col p {
                color: red;
                font-weight: 700;
            }

            .contact_detail .promo_infor .event_col .name {
                text-align: justify
            }

    .contact_detail .contact_col {
        width: 100%;
        font-size: 12px;
        gap: 4px
    }

        .contact_detail .contact_col p {
            font-size: 14px;
            font-weight: 700;
            color: #ed1c24;
            ;
            margin-top: 22px
        }

        .contact_detail .contact_col .infor {
            font-size: 13px;
            font-weight: 600;
            color: #6d6d6d
        }

    .contact_detail .promo_title {
        font-size: 12px;
        font-weight: 600;
        color: #4d4d4d
    }

    .contact_detail .desc {
        font-size: 12px;
        font-weight: 500;
        color: #000
    }

    .contact_detail .table_wrap {
        width: 100%;
        overflow: auto;
        margin-top: 10px
    }

        .contact_detail .table_wrap table {
            background: #f1f2f2;
            width: 100%;
            min-width: 500px;
            border-collapse: collapse;
            border-spacing: 0;
            border-radius: 10px
        }

            .contact_detail .table_wrap table th, .contact_detail .table_wrap table td {
                padding: 10px;
                font-size: 11px;
                text-align: center
            }

            .contact_detail .table_wrap table th {
                color: #fff;
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                font-weight: 700;
                border-bottom: 1px solid #fff
            }

                .contact_detail .table_wrap table th:first-child {
                    border-radius: 10px 0 0 0
                }

                .contact_detail .table_wrap table th:last-child {
                    border-radius: 0 10px 0 0
                }

            .contact_detail .table_wrap table td {
                color: #000;
                font-weight: 500
            }

.about_content {
    width: 100%
}

    .about_content .event_col {
        margin-top: 3%
    }

        .about_content .event_col p {
            color: red;
            font-weight: 700;
        }

        .about_content .event_col .name {
            text-align: justify;
        }

    .about_content .desc {
        margin-bottom: 20px
    }

    .about_content ol {
        width: 100%;
        padding-left: 15px
    }

        .about_content ol li {
            width: 100%;
            font-size: 12px;
            font-weight: 500;
            color: #000;
            line-height: 1.6;
            list-style-type: decimal;
            margin-bottom: 10px
        }

    .about_content ul {
        margin-top: -10px
    }

        .about_content ul li {
            width: 100%;
            font-size: 12px;
            font-weight: 500;
            color: #000;
            line-height: 1.6;
            margin-bottom: 5px
        }

.page_contact {
    width: 100%;
    position: sticky;
    top: 0;
    border-radius: 0 0 20px 20px;
    z-index: 99;
    height: 79px
}

.contact_grid {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column
}

    .contact_grid .contact_block {
        width: 100%;
        background: #e6e6e6;
        padding: 15px;
        box-shadow: 0px 0px 10px rgba(0,0,0,.4);
        border-radius: 10px;
        justify-content: flex-start;
        align-items: center;
        gap: 10px
    }

        .contact_grid .contact_block .sm_title {
            font-size: 12px;
            color: #ed1c24;
            ;
            font-weight: 700
        }

        .contact_grid .contact_block img {
            width: 30px;
            border-radius: 0;
            box-shadow: none
        }

        .contact_grid .contact_block .col {
            flex: 1
        }

        .contact_grid .contact_block a {
            color: #202020;
            font-size: 12px;
            text-decoration: underline
        }

.page_contact {
    width: 100%;
    position: sticky;
    top: 0;
    border-radius: 0 0 20px 20px;
    z-index: 99;
    height: 79px
}

@media only screen and (max-width: 840px) {
    .vip .vip_status_row {
        flex-direction: column
    }

        .vip .vip_status_row .vip_current_status {
            width: 100%
        }
}

.textbox_anim label {
    pointer-events: none !important
}

bgbody {
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(red, yellow);
    background-size: contain;
    background-repeat: repeat-y
}

.lobby_wrap {
    width: 100%
}

    .lobby_wrap .provider_row {
        width: 100%;
        white-space: nowrap;
        overflow: auto;
        background: #fdfdfd;
        padding: 10px;
        gap: 10px
    }

        .lobby_wrap .provider_row .provider {
            min-width: 120px;
            padding: 10px;
            border-radius: 10px;
            background: #dfe5ea;
            border: 1px solid #dfe5ea;
            transition: .4s;
            box-shadow: 0px 0px 7px rgba(0,0,0,.4)
        }

            .lobby_wrap .provider_row .provider img {
                width: 100%
            }

        .lobby_wrap .provider_row .active {
            border: 1px solid #ed1c24;
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important
        }

    .lobby_wrap .cate_block {
        width: 100%;
        padding: 10px 15px;
        gap: 10px;
        align-items: center;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 5px rgba(0,0,0,.35)
    }

        .lobby_wrap .cate_block .cate_wrap {
            flex: 1;
            gap: 15px;
            align-items: center;
            overflow: auto
        }

            .lobby_wrap .cate_block .cate_wrap .slot_back_btn {
                width: -moz-fit-content;
                width: fit-content
            }

                .lobby_wrap .cate_block .cate_wrap .slot_back_btn i {
                    font-size: 16px;
                    color: #ed1c24;
                }

            .lobby_wrap .cate_block .cate_wrap .cate_option {
                width: -moz-fit-content;
                width: fit-content;
                min-width: 120px;
                background: #f1f2f2;
                color: #838383;
                font-size: .6rem;
                font-weight: 600;
                padding: 8px 10px;
                transition: .4s;
                border-radius: 999rem;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                white-space: nowrap;
                min-width: 120px
            }

            .lobby_wrap .cate_block .cate_wrap .active {
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                color: #fff
            }

                .lobby_wrap .cate_block .cate_wrap .active::after {
                    opacity: 1
                }

        .lobby_wrap .cate_block .search_wrap {
            width: 40%;
            background: #fff;
            color: #000;
            border-radius: 999rem;
            padding: 8px
        }

            .lobby_wrap .cate_block .search_wrap i {
                color: #ed1c24;
            }

            .lobby_wrap .cate_block .search_wrap input {
                background: rgba(0,0,0,0);
                outline: 0;
                padding: 0px 8px;
                border: 0;
                color: #000;
                width: 100%
            }

.game_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    padding: 10px 0
}

    .game_grid .game_main_block {
        width: 100%;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 0px 8px rgba(0,0,0,.5);
        border-radius: 10px
    }

    .game_grid .game_block {
        width: 100%;
        position: relative;
        overflow: hidden
    }

        .game_grid .game_block img {
            width: 100%;
            border-radius: 10px 10px 0 0
        }

        .game_grid .game_block .game_cover {
            position: absolute;
            bottom: -150%;
            left: 0;
            background: rgba(0,0,0,.8);
            border-radius: 10px 10px 0 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            display: flex;
            transition: .4s
        }

            .game_grid .game_block .game_cover .play_btn {
                width: -moz-fit-content;
                width: fit-content;
                background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
                color: #fff;
                font-size: .6rem;
                border-radius: 10px;
                margin: auto;
                padding: 9px 14px;
                font-weight: 700;
                text-transform: uppercase
            }

        .game_grid .game_block:hover .game_cover {
            bottom: 0
        }

    .game_grid .game_infor {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 6px 10px;
        border-radius: 0 0 10px 10px;
        background: #f9f9f9
    }

        .game_grid .game_infor .name {
            width: 80%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #000;
            font-size: 12px;
            font-weight: 500
        }

        .game_grid .game_infor i {
            color: #ed1c24;
            ;
            font-size: 12px
        }

.disabled-click {
    color: #555; /* Dark gray */
    pointer-events: none; /* Disable clicks */
    text-decoration: none; /* Remove underline */
    cursor: default; /* Change cursor to indicate non-clickable */
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

    .image-container img {
        width: 100%;
        height: auto;
        display: block;
    }

.image-overlay {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 89%;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 10px;
}

.maintenance-text {
    color: #fff; /* White text */
    font-size: 18px; /* Adjust size as needed */
    font-weight: bold;
    opacity: 0.9; /* Slight transparency if desired */
}

.popup_target, .forgot_link {
    cursor: pointer;
}

.login_ads_text {
    color: white;
    text-align: justify;
}

.login_ads_text1 {
    font-size: 12px;
}

.login_ads_text2 {
    font-size: 25px;
    font-weight: bold;
}

.login_ads_text3, .login_ads_text4 {
    font-size: 20px;
    font-weight: bold;
}

.shareButtons {
    text-align: center;
}

.social-buttons button {
    border: none;
    margin: 5px 30px 0px 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, opacity 0.3s ease; /* Smooth transition */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Social Media Colors */
.facebook {
    background-color: #3b5998;
    color: white;
}
/* Facebook Blue */
.messenger {
    background-color: #00b2ff;
    color: white;
}
/* Messenger Blue */
.telegram {
    background-color: #0088cc;
    color: white;
}
/* Telegram Blue */
.whatsapp {
    background-color: #25d366;
    color: white;
}
/* WhatsApp Green */

.download {
    background-color: #ff0000;
    color: white;
}
/* Download Red */

/* Icon Colors */
.floating-btn i, .social-buttons button i {
    color: white;
}

/* Hover effect for buttons */
.social-buttons button:hover {
    opacity: 0.9;
}

.tt_select .select_target {
    align-content: center;
    padding: 0 10px;
}


.mobile_lobby {
    width: 100%;
    justify-content: center;
    position: relative;
    padding: 10px 0
}

.mobile_block_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    gap: 20px;
    padding: 0 10px;
    justify-content: center;
    align-items: flex-start
}

.mobile_download_block {
    max-width: 720px;
    width: 100%;
    gap: 10px;
    background: #dfe5ea;
    padding: 20px 15px;
    border-radius: 14px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.4)
}

    .mobile_download_block .mobile_top_row {
        width: 100%;
        gap: 10px
    }

        .mobile_download_block .mobile_top_row .mobile_cate_img_col {
            flex: 1;
            align-items: stretch;
            gap: 10px
        }

            .mobile_download_block .mobile_top_row .mobile_cate_img_col .logo {
                width: 50%;
                margin: 0 auto
            }

                .mobile_download_block .mobile_top_row .mobile_cate_img_col .logo img {
                    width: 100%
                }

            .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col {
                flex: 1;
                gap: 10px
            }

                .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn {
                    width: 100%;
                    cursor: pointer;
                    align-items: center
                }

                    .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn .icon {
                        width: 42px;
                        height: 42px;
                        border-radius: 999rem;
                        padding: 10px;
                        background: #ed1c24;
                        transition: .4s;
                        z-index: 4
                    }

                        .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn .icon img {
                            width: 100%;
                            filter: brightness(0) invert(1)
                        }

                    .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn .infor {
                        flex: 1;
                        color: #fff;
                        font-size: 12px;
                        padding: 12px 20px;
                        margin-left: -20px;
                        padding-left: 30px;
                        transition: .4s;
                        border-radius: 8px;
                        color: #000;
                        border: 2px solid #ed1c24
                    }

                    .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn:hover .icon {
                        background: #ed1c24
                    }

                        .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn:hover .icon img {
                            filter: brightness(0) invert(1)
                        }

                    .mobile_download_block .mobile_top_row .mobile_cate_img_col .mobile_down_btn_col .mobile_down_btn:hover .infor {
                        background: #ed1c24;
                        color: #fff
                    }

        .mobile_download_block .mobile_top_row .qr_wrap {
            width: 50%;
            gap: 10px
        }

            .mobile_download_block .mobile_top_row .qr_wrap .qr_item {
                width: 50%;
                display: flex;
                flex-direction: column;
                padding: 10px;
                border: 2px solid #de0009;
                gap: 10px;
                border-radius: 10px
            }

                .mobile_download_block .mobile_top_row .qr_wrap .qr_item .qr_header {
                    text-align: center;
                    color: #ed1c24;
                    font-size: 12px;
                    font-weight: bold;
                    padding: 2px 0
                }

                .mobile_download_block .mobile_top_row .qr_wrap .qr_item .qr {
                    width: 100%;
                    border: 10px solid #fff
                }

                    .mobile_download_block .mobile_top_row .qr_wrap .qr_item .qr img {
                        width: 100%;
                        border-radius: 10px
                    }

    .mobile_download_block .mobile_bottom_col {
        width: 100%;
        padding: 10px 20px;
        background: #dcdcdc;
        border-radius: 10px;
        gap: 8px;
        border: 2px solid red
    }

        .mobile_download_block .mobile_bottom_col .mobile_infor_row {
            width: 100%;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
            position: relative
        }

            .mobile_download_block .mobile_bottom_col .mobile_infor_row .title {
                font-size: 12px;
                color: #000;
                font-weight: bold;
                white-space: nowrap;
                min-width: 200px
            }

            .mobile_download_block .mobile_bottom_col .mobile_infor_row .infor {
                color: #fff;
                font-size: 11px
            }

            .mobile_download_block .mobile_bottom_col .mobile_infor_row input {
                width: 100%;
                padding: 10px;
                background: #fff;
                border: 0;
                outline: none
            }

            .mobile_download_block .mobile_bottom_col .mobile_infor_row i {
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                color: #ed1c24
            }

.vip_page {
    width: 100%;
    padding: 25px;
}

    .vip_page .banner {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    }

    .vip_page .title {
        font-size: 12px;
        color: #000;
    }

    .vip_page .vip_cur_block {
        width: 100%;
        border-radius: 15px;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
        padding: 20px;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
    }

        .vip_page .vip_cur_block img {
            width: 20%;
            max-width: 50px;
            align-items: flex-start;
            padding: -10px;
        }

        .vip_page .vip_cur_block .vip {
            width: -moz-fit-content;
            width: fit-content;
            min-width: 80px;
            text-align: center;
            position: relative;
            gap: 5px;
            align-items: flex-start;
        }

            .vip_page .vip_cur_block .vip .status {
                font-size: 2.2vmin;
                font-weight: 600;
                color: #6b6b6b !important;
            }

            .vip_page .vip_cur_block .vip img {
                width: 100%;
                filter: none;
                max-width: 80px;
                border-radius: 8px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
            }

            .vip_page .vip_cur_block .vip .des {
                font-size: 2.4vmin;
                color: #000;
            }

            .vip_page .vip_cur_block .vip .deposit {
                color: #000;
                margin-top: 2vmin;
                font-size: 2vmin;
            }

        .vip_page .vip_cur_block .user {
            font-size: 12px;
            font-weight: 600;
            color: #747474;
        }

        .vip_page .vip_cur_block .point {
            font-size: 12px;
            font-weight: 600;
            color: red;
            width: 40%;
            border-right: 1px solid #929292;
        }

    .vip_page .vip_progress_bar {
        width: 95%;
        margin: auto;
        position: relative;
        overflow: hidden;
        height: 1.5vmin;
        border-radius: 25px;
        background: #414042;
    }

        .vip_page .vip_progress_bar span {
            display: block;
            position: relative;
            width: 7%;
            height: 100%;
            border-radius: 999rem;
            background: #ed1c24;
        }

    .vip_page .vip_status_wrap {
        width: 100%;
        overflow: auto;
    }

    .vip_page .vip_status {
        width: 100%;
        min-width: 300px;
        position: relative;
        padding-bottom: 4vmin;
        border-bottom: 1px solid #3e3b2f;
        gap: 5vmin;
        overflow: auto;
    }

        .vip_page .vip_status .vip {
            width: -moz-fit-content;
            width: fit-content;
            min-width: 80px;
            text-align: center;
            position: relative;
            gap: 5px;
            align-items: center;
            opacity: 0.5;
            transition: 0.4s;
        }

            .vip_page .vip_status .vip .status {
                font-size: 2.6vmin;
                font-weight: 600;
                color: #000 !important;
            }

            .vip_page .vip_status .vip img {
                width: 100%;
                max-width: 80px;
                border-radius: 8px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
            }

            .vip_page .vip_status .vip .des {
                font-size: 2.4vmin;
                color: #000;
            }

            .vip_page .vip_status .vip .deposit {
                color: #000;
                margin-top: 2vmin;
                font-size: 2vmin;
            }

            .vip_page .vip_status .vip.active {
                opacity: 1;
            }

        .vip_page .vip_status .silver .status {
            color: #a5a5a5;
        }

        .vip_page .vip_status .gold .status {
            color: #a38842;
        }

        .vip_page .vip_status .platinum .status {
            color: #a5c0d4;
        }

        .vip_page .vip_status .diamond .status {
            color: #7d6daa;
        }

        .vip_page .vip_status .royal .status {
            color: #f0c783;
        }

    .vip_page .vip_swiper {
        width: 100%;
        margin-top: -20px;
        position: relative;
        margin-bottom: 3vmin;
    }

        .vip_page .vip_swiper .swiper-button-next,
        .vip_page .vip_swiper .swiper-button-prev {
            position: absolute;
            top: 14.3vmin;
            width: 10vmin;
        }

            .vip_page .vip_swiper .swiper-button-next:after,
            .vip_page .vip_swiper .swiper-button-prev:after {
                font-size: 6vmin;
                color: #000;
            }

        .vip_page .vip_swiper .swiper-button-next {
            right: -1.3vmin;
        }

        .vip_page .vip_swiper .swiper-button-prev {
            right: 30vmin;
            left: unset;
        }

        .vip_page .vip_swiper .vip_table {
            padding: 3vmin;
            width: 100%;
            border-collapse: collapse;
        }

            .vip_page .vip_swiper .vip_table thead {
                border-bottom: 1px solid #3e3b2f;
            }

                .vip_page .vip_swiper .vip_table thead tr {
                    height: 15vmin;
                }

                .vip_page .vip_swiper .vip_table thead th {
                    font-size: 5vmin;
                    color: #ed1c24;
                    vertical-align: bottom;
                    text-align: left;
                }

                .vip_page .vip_swiper .vip_table thead td {
                    color: #000;
                    font-size: 4vmin;
                    text-align: left;
                    font-weight: bold;
                    letter-spacing: 2px;
                }

                    .vip_page .vip_swiper .vip_table thead td img {
                        width: 24vmin;
                        margin: 0 7vmin;
                        box-shadow: 0px 0px 10px #000;
                        border-radius: 10px;
                    }

            .vip_page .vip_swiper .vip_table tbody tr {
                height: 6vmin;
            }

            .vip_page .vip_swiper .vip_table tbody th {
                color: #ed1c24;
                text-align: left;
                padding: 5vmin 0 1vmin 0;
                font-size: 3vmin;
            }

                .vip_page .vip_swiper .vip_table tbody th i {
                    color: gray;
                    font-size: 2.5vmin;
                }

            .vip_page .vip_swiper .vip_table tbody td:first-child {
                color: #000;
                text-align: left;
            }

            .vip_page .vip_swiper .vip_table tbody td {
                color: #ed1c24;
                text-align: right;
                padding: 1vmin;
                font-size: 2.4vmin;
            }

.vip_page {
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
}

    .vip_page .table_wrap {
        width: 100%;
        overflow: auto;
    }

    .vip_page .cur_vip_block {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
        padding: 15px;
        gap: 20px;
        background-color: #fff;
        font-size: 10px;
        font-weight: 600;
        color: #000;
    }

    .vip_page .cur_top {
        width: 100%;
        justify-content: center;
        gap: 10px;
        align-items: center;
    }

        .vip_page .cur_top img {
            width: 76px;
        }

        .vip_page .cur_top .cur_vip {
            width: 30%;
            /*max-width: 180px;*/
            border-radius: 6px;
        }

        .vip_page .cur_top .col {
            flex: 1;
            justify-content: flex-start;
            align-items: flex-start;
            font-size: 16px;
            font-weight: 700;
        }

            .vip_page .cur_top .col p {
                font-size: 13px;
                color: #000;
                font-weight: 500;
            }

    .vip_page .cur_status_row {
        width: 100%;
        justify-content: center;
        gap: 10px;
    }

    .vip_page .cur_status {
        width: 100%;
        gap: 23px;
    }

        .vip_page .cur_status .cur_title {
            font-size: 10px;
            font-weight: 600;
            color: #000;
        }

        .vip_page .cur_status .cur_titles {
            font-size: 10px;
            font-weight: 600;
            color: #fff;
        }

        .vip_page .cur_status .ben_row {
            width: 100%;
            justify-content: center;
            align-items: center;
            gap: 15px;
            margin-top: 10px;
        }

            .vip_page .cur_status .ben_row .ben_col {
                flex: 1;
                align-items: center;
                gap: 8px;
                text-transform: uppercase;
            }

                .vip_page .cur_status .ben_row .ben_col .icon {
                    width: 50px;
                    height: 50px;
                    padding: 10px;
                    border-radius: 999rem;
                    background: #ed1c24;
                    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.44));
                }

                    .vip_page .cur_status .ben_row .ben_col .icon img {
                        width: 100%;
                    }

                .vip_page .cur_status .ben_row .ben_col p {
                    font-size: 10px;
                    font-weight: 700;
                    color: #ed1c24;
                }

.vip_progress_bar {
    width: 100%;
}

    .vip_progress_bar span {
        width: 8%;
    }

.vip_status_con {
    width: 100%;
    margin: 10px 0;
    min-width: 1020px;
}

    .vip_status_con .user_achi {
        width: 60px;
        margin-left: 7%;
        margin-bottom: 10px;
    }

        .vip_status_con .user_achi img {
            width: 100%;
        }

    .vip_status_con .vip_status_bottom {
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 auto;
        gap: 10px;
    }

        .vip_status_con .vip_status_bottom .vip_status_col {
            flex: 1;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .vip_status_con .vip_status_bottom .vip_status_col .line {
                width: 2px;
                height: 20px;
                background: gray;
            }

            .vip_status_con .vip_status_bottom .vip_status_col .row {
                width: 100%;
                justify-content: center;
                align-items: center;
                gap: 10px;
            }

                .vip_status_con .vip_status_bottom .vip_status_col .row .col {
                    align-items: flex-start;
                    gap: 3px;
                }

            .vip_status_con .vip_status_bottom .vip_status_col img {
                width: 45px;
                border-radius: 5px;
                box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
            }

            .vip_status_con .vip_status_bottom .vip_status_col .name {
                font-size: 12px;
            }

            .vip_status_con .vip_status_bottom .vip_status_col .infor {
                font-size: 10px;
                letter-spacing: 0.3px;
                width: 100%;
                text-align: left;
                font-weight: 500;
                color: #000;
            }

.blackb {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    padding: 15px;
    gap: 20px;
    background-color: #555;
}

    .blackb .cur_top {
        width: 100%;
        justify-content: center;
        gap: 10px;
        align-items: center;
    }

        .blackb .cur_top img {
            width: 30px;
        }

        .blackb .cur_top .cur_vip {
            width: 20%;
            border-radius: 6px;
        }

        .blackb .cur_top .col {
            flex: 1;
            justify-content: flex-start;
            align-items: flex-start;
        }

            .blackb .cur_top .col p {
                font-size: 11px;
                color: #000;
                font-weight: 700;
            }

        .blackb .cur_top .colb {
            flex: 1;
            justify-content: flex-start;
            align-items: flex-start;
        }

            .blackb .cur_top .colb p {
                font-size: 11px;
                color: #fff;
                font-weight: 700;
            }

    .blackb .cur_status {
        width: 100%;
        gap: 5px;
    }

        .blackb .cur_status .cur_title {
            font-size: 10px;
            font-weight: 600;
            color: #000;
        }

        .blackb .cur_status .cur_titleb {
            font-size: 10px;
            font-weight: 600;
            color: #fff;
        }

        .blackb .cur_status .ben_row {
            width: 100%;
            justify-content: center;
            align-items: center;
            gap: 15px;
            margin-top: 10px;
        }

            .blackb .cur_status .ben_row .ben_col {
                flex: 1;
                align-items: center;
                gap: 8px;
            }

                .blackb .cur_status .ben_row .ben_col .icon {
                    width: 40px;
                    height: 40px;
                    padding: 10px;
                    border-radius: 999rem;
                    background: #ed1c24;
                    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.44));
                }

                    .blackb .cur_status .ben_row .ben_col .icon img {
                        width: 100%;
                    }

                .blackb .cur_status .ben_row .ben_col p {
                    font-size: 10px;
                    font-weight: 700;
                    color: #ed1c24;
                }

        .blackb .cur_status .ben_rowb {
            width: 100%;
            justify-content: center;
            align-items: center;
            gap: 15px;
            margin-top: 10px;
        }

            .blackb .cur_status .ben_rowb .ben_col {
                flex: 1;
                align-items: center;
                gap: 8px;
            }

                .blackb .cur_status .ben_rowb .ben_col .icon {
                    width: 40px;
                    height: 40px;
                    padding: 10px;
                    border-radius: 999rem;
                    background: #ed1c24;
                    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.44));
                }

                    .blackb .cur_status .ben_rowb .ben_col .icon img {
                        width: 100%;
                    }

                .blackb .cur_status .ben_rowb .ben_col p {
                    font-size: 10px;
                    font-weight: 700;
                    color: #000;
                }

.birth_ben_block {
    width: 100%;
}

    .birth_ben_block .birth_title {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto -10px;
        padding: 0 10px;
        background: #fff;
        position: relative;
        display: block;
        z-index: 10;
        color: #ed1c24;
        font-size: 16px;
        font-weight: 600;
    }

    .birth_ben_block .birth_titleb {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto -10px;
        padding: 0 10px;
        background: #2a2a2a;
        position: relative;
        display: block;
        z-index: 10;
        color: #ed1c24;
        font-size: 16px;
        font-weight: 600;
    }

    .birth_ben_block .block {
        width: 100%;
        border-radius: 15px;
        padding: 15px;
        border: 1px solid gray;
    }

        .birth_ben_block .block ul li {
            font-size: 12px;
            font-weight: 500;
            color: #000;
            margin-bottom: 5px;
        }

    .birth_ben_block .blockb {
        width: 100%;
        border-radius: 15px;
        padding: 15px;
        border: 1px solid red;
    }

        .birth_ben_block .blockb ul li {
            font-size: 12px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 5px;
        }

.vip_plus_btn {
    width: 100%;
    text-align: center;
    background: #ed1c24;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
}

.cur_vip_blockp {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    padding: 15px;
    gap: 20px;
    border: 1px solid red;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}

.cur_topn {
    width: 100%;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

    .cur_topn img {
        width: 76px;
    }

    .cur_topn .cur_vip {
        width: 20%;
        max-width: 180px;
        border-radius: 6px;
    }

    .cur_topn .col {
        flex: 1;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 16px;
        font-weight: 700;
    }

        .cur_topn .col p {
            font-size: 13px;
            color: #fff;
            font-weight: 500;
        }

.vip_table_wrap {
    width: 100%;
    overflow: auto;
    margin-top: 10px
}

    .vip_table_wrap table {
        background: #f1f2f2;
        width: 100%;
        min-width: 500px;
        border-collapse: collapse;
        border-spacing: 0;
        border-radius: 15px;
        overflow: hidden
    }

    .vip_table_wrap thead {
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
    }

    .vip_table_wrap table th, .vip_table_wrap table td {
        padding: 10px;
        font-size: 11px;
        text-align: center
    }

    .vip_table_wrap table th, table th {
        color: #fff;
        background: #ed1c24;
        font-weight: 700;
        white-space: nowrap;
        border-bottom: 1px solid #fff
    }

        .vip_table_wrap table th:first-child, table th:first-child {
            border-radius: 15px 0 0 0;
            width: 33% !important;
        }

        .vip_table_wrap table th:last-child, table th:last-child {
            border-radius: 0 15px 0 0
        }

    .vip_table_wrap table td {
        color: #000;
        font-weight: 500
    }

.tnc-vip {
    color: #ed1c24;
    font-size: 14px;
    text-align: center;
}

.lobby_sp_row {
    width: 100%;
    gap: 10px;
    align-items: flex-start;
}

    .lobby_sp_row .game_wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    .lobby_sp_row .index_event_col {
        width: 40%;
        gap: 10px;
    }

.lobby_imp {
    width: 100%;
}

.index_wrap {
    width: 100%;
    padding: 0;
    gap: 15px;
    padding-bottom: 50px;
}

    .index_wrap .index_event_row {
        width: 100%;
        gap: 15px;
        align-items: stretch;
    }

        .index_wrap .index_event_row .index_event_col {
            gap: 10px;
        }

            .index_wrap .index_event_row .index_event_col.left {
                width: 60%;
            }

            .index_wrap .index_event_row .index_event_col.right {
                width: 40%;
            }

    .index_wrap .title {
        font-size: 14px;
        color: #58595b;
        font-weight: 700;
    }

    .index_wrap .index_live {
        width: 100%;
    }

        .index_wrap .index_live img {
            width: 100%;
            border-radius: 10px;
        }

    .index_wrap .provider_block {
        width: 100%;
        padding: 20px;
        background: #dfe5ea;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

        .index_wrap .provider_block .providerSwiper {
            width: 100%;
        }

            .index_wrap .provider_block .providerSwiper .swiper-slide {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .index_wrap .provider_block .providerSwiper .swiper-slide img {
                    height: 38px;
                    filter: brightness(0) invert(1);
                }

    .index_wrap .cate_nav_row {
        width: 100%;
        padding: 3px;
        border-radius: 999rem;
        overflow: auto;
        align-items: stretch;
        gap: 8px;
    }

        .index_wrap .cate_nav_row .cate_nav {
            flex: 1;
            min-width: 60px;
            max-width: 120px;
            padding: 9px 2px;
            border-radius: 999rem;
            text-align: center;
            color: #939598;
            font-size: 10px;
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.4s;
            cursor: pointer;
        }

        .index_wrap .cate_nav_row .nav_active {
            color: #fff;
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        }

.special_table {
    width: 100%;
    /*overflow: auto;*/
    /*margin-top: 10px*/
}

    .special_table table {
        background: #f1f2f2;
        width: 100%;
        /*min-width: 500px;*/
        border-collapse: collapse;
        border-spacing: 0;
        border-radius: 15px;
        overflow: hidden
    }

    .special_table thead {
        background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
    }

    .special_table table th, .special_table table td {
        padding: 10px;
        font-size: 11px;
        text-align: center
    }

    .special_table table th, table th {
        color: #fff;
        background: #ed1c24;
        font-weight: 700;
        white-space: nowrap;
        border-bottom: 1px solid #fff
    }

        .special_table table th:first-child, table th:first-child {
            border-radius: 15px 0 0 0
        }

        .special_table table th:last-child, table th:last-child {
            border-radius: 0 15px 0 0
        }

    .special_table table td {
        color: #000;
        font-weight: 500
    }

.floating-image {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000
}

    .floating-image img {
        width: 200px;
        height: auto;
        border-radius: 8px
    }

.pager-nav {
    margin: 16px 0;
}

    .pager-nav span {
        display: inline-block;
        padding: 10px 15px;
        margin: 1px;
        cursor: pointer;
        font-size: 14px;
        background-color: #58595b;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0,0,0,.04);
        color: white;
    }

        .pager-nav span:hover,
        .pager-nav .pg-selected {
            background: linear-gradient(79deg, #f53a3a 0%, #e9242c 49.5%, #cb0c14 100%) !important;
        }

.form_title {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.promo_col {
    width: 100%;
    gap: 10px
}

.promotion_grid {
    width: 100%;
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 20px
}

    .promotion_grid .promo_block {
        flex: 1;
        text-align: center;
        padding: 8px 10px;
        border-radius: 99rem;
        font-size: 11px;
        font-weight: 600;
        color: #6e6e6e;
        border: 1px solid #b0b0b0;
        cursor: pointer;
        background: #fff
    }

    .promotion_grid .active {
        background: linear-gradient(270deg, #e7242c, #bc1e2c);
        border: 1px solid #bc1e2c;
        color: #fff
    }

.full-width-textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 15px;
}

.card_box {
    position: relative;
    -o-object-position: bottom;
    object-position: bottom
}

    .card_box .main_img {
        width: 100%;
        border-radius: 10px;
        display: block;
        height: 88%;
        margin-top: 11px
    }

.social_group.vertical {
    position: absolute;
    top: 122px;
    right: -51px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.social_group img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.2)
}

.language_list {
    position: absolute;
    width: 280px;
    top: 50%;
    right: -400px;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0px 0px 10px #000;
    border-radius: 7px;
    display: flex;
    z-index: 10;
    transition: .5s
}

    .language_list .lang_title {
        width: 90%;
        margin: 0 auto;
        color: red;
        font-size: 13px;
        font-weight: 600;
        padding: 12px;
        border-bottom: 1px dashed gray;
        align-items: center
    }

        .language_list .lang_title i {
            color: #000;
            margin-left: auto
        }

    .language_list .language_item {
        width: 100%;
        padding: 10px 15px;
        color: #fff;
        font-size: 12px;
        gap: 5px;
        align-items: center
    }

        .language_list .language_item img {
            width: 30px
        }

        .language_list .language_item .lang_infor_col {
            flex: 1;
            align-items: flex-start;
            gap: 4px
        }

            .language_list .language_item .lang_infor_col .lang_cntry {
                font-size: 12px;
                color: gray;
                font-weight: 600;
                font-style: italic
            }

            .language_list .language_item .lang_infor_col .lang_selection {
                width: 100%;
                gap: 5px;
                align-items: center
            }

                .language_list .language_item .lang_infor_col .lang_selection .lang {
                    font-size: 12px;
                    font-weight: 500;
                    cursor: pointer;
                    transition: .4s;
                    padding: 5px 8px;
                    border-radius: 6px;
                    color: #818284
                }

                    .language_list .language_item .lang_infor_col .lang_selection .lang:hover {
                        color: #b4a280
                    }

                    .language_list .language_item .lang_infor_col .lang_selection .lang.active {
                        background: #ed1c24;
                        color: #fff;
                        box-shadow: 0px 0px 8px inset rgba(0,0,0,.2)
                    }

.language_active {
    right: 10px
}

.select_row .language_item {
    width: 100%;
    color: #fff;
    font-size: 12px;
    gap: 10px;
    justify-content: center;
    align-items: center
}

    .select_row .language_item img {
        width: 30px;
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4))
    }

    .select_row .language_item .lang_infor_col {
        align-items: flex-start;
        gap: 4px
    }

        .select_row .language_item .lang_infor_col .lang_cntry {
            font-size: 12px;
            color: gray;
            font-weight: 600;
            font-style: italic
        }

        .select_row .language_item .lang_infor_col .lang_selection {
            width: 100%;
            gap: 5px;
            align-items: center
        }

            .select_row .language_item .lang_infor_col .lang_selection .lang {
                font-size: 12px;
                font-weight: 500;
                cursor: pointer;
                transition: .4s;
                padding: 5px 8px;
                border-radius: 6px;
                color: #818284
            }

                .select_row .language_item .lang_infor_col .lang_selection .lang:hover {
                    color: #b4a280
                }

                .select_row .language_item .lang_infor_col .lang_selection .lang.active {
                    background: #ed1c24;
                    color: #fff;
                    box-shadow: 0px 0px 8px inset rgba(0,0,0,.2)
                }

.language_active {
    right: 10px
}

.floating-banner {
    position: fixed;
    left: 20px;
    bottom: 100px;
    z-index: 999;
    animation: floatUpDown 3s ease-in-out infinite
}

    .floating-banner img {
        width: 150px;
        height: auto;
        border-radius: 8px;
        /*box-shadow: 0 0 12px rgba(0,0,0,.2)*/
    }

@keyframes floatUpDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@media(max-width: 768px) {
    .floating-banner {
        display: none
    }
}


.game_schedule_table_wrap {
    overflow-x: auto;
    width: 65%;
    /*    margin-top: 1rem;*/
}

.game-schedule {
    width: 100%;
    /*border-collapse: collapse;*/
    text-align: center;
    font-family: sans-serif;
}

    .game-schedule thead th {
        background-color: #d60000;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
    }

    .game-schedule td,
    .game-schedule th {
        border: 1px solid #ccc;
        padding: 10px;
        font-size: 12px;
    }

    .game-schedule tfoot td {
        font-weight: bold;
        font-size: 12px;
    }

.top-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 50%
}

    .top-banner img {
        max-width: 900px;
        width: 100%
    }

.floating-banner {
    position: fixed;
    left: 20px;
    bottom: 100px;
    z-index: 999;
    animation: floatUpDown 3s ease-in-out infinite
}

    .floating-banner img {
        width: 150px;
        height: auto;
        border-radius: 8px
    }

@keyframes floatUpDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@media(max-width: 768px) {
    .floating-banner {
        display: none
    }
}

.matchSwiper {
    width: 100%;
    margin: 20px 0
}

    .matchSwiper .swiper-slide {
        width: 100%;
        display: flex !important
    }

    .matchSwiper .match_bg {
        width: 100%;
        border-radius: 15px;
        height: 25vw;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .matchSwiper .match_block {
        position: absolute;
        border-radius: 10px;
        width: 50%;
        padding: 30px;
        justify-content: center;
        align-items: center
    }

        .matchSwiper .match_block .team {
            width: -moz-fit-content;
            width: fit-content;
            align-items: center
        }

            .matchSwiper .match_block .team img {
                width: 60%
            }

            .matchSwiper .match_block .team span {
                color: #fff;
                font-size: 10px;
                font-weight: 600
            }

        .matchSwiper .match_block .date p {
            font-size: 14px;
            color: #fff;
            font-weight: 600
        }

        .matchSwiper .match_block .date span {
            font-size: 10px;
            color: #fff;
            width: 100%;
            text-align: center;
            white-space: nowrap;
            font-weight: 600
        }

        .matchSwiper .match_block.top {
            top: 0
        }

        .matchSwiper .match_block.left {
            left: 0
        }

        .matchSwiper .match_block.right {
            right: 0
        }

        .matchSwiper .match_block.bottom {
            bottom: 0
        }

.bracket {
    background: url(../images/fifa2025/stadium.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 20px;
    overflow: auto
}

    .bracket h2 {
        margin-bottom: 10px;
        font-size: 24px;
        background: url(../images/fifa2025/gold.jpg);
        background-size: cover;
        background-position: center;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0);
        width: 100%;
        text-align: center
    }

.match_table {
    padding: 15px 0;
    height: 700px;
    gap: 20px;
    justify-content: space-between;
    align-items: center
}

    .match_table .table_col {
        width: -moz-fit-content;
        width: fit-content;
        justify-content: space-between;
        align-items: center;
        height: 100%
    }

        .match_table .table_col .table_block {
            width: -moz-fit-content;
            width: fit-content;
            gap: 35px;
            justify-content: center;
            align-items: center
        }

            .match_table .table_col .table_block .circle {
                width: 40px;
                height: 40px;
                border-radius: 999rem;
                border: 2px solid #fff;
                position: relative;
                font-size: 16px;
                font-weight: 800;
                text-align: center;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 3px
            }

                .match_table .table_col .table_block .circle img {
                    width: 100%
                }

    .match_table .table_out .table_block {
        height: 120px
    }

        .match_table .table_out .table_block .circle_top::after {
            content: "";
            position: absolute;
            top: 75%;
            transform: translateY(-50%);
            right: -58px;
            width: 55px;
            height: 20px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            border-top-right-radius: 10px
        }

        .match_table .table_out .table_block .circle img {
            width: 100%;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover
        }

        .match_table .table_out .table_block .circle_bottom::after {
            content: "";
            position: absolute;
            top: 25%;
            transform: translateY(-50%);
            right: -58px;
            width: 55px;
            height: 20px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            border-bottom-right-radius: 10px
        }

    .match_table .table_right_out .table_block {
        height: 120px
    }

        .match_table .table_right_out .table_block .circle_top::after {
            content: "";
            position: absolute;
            top: 75%;
            transform: translateY(-50%);
            left: -57px;
            width: 55px;
            height: 20px;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            border-top-left-radius: 10px
        }

        .match_table .table_right_out .table_block .circle_bottom::after {
            content: "";
            position: absolute;
            top: 25%;
            transform: translateY(-50%);
            left: -57px;
            width: 55px;
            height: 20px;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            border-bottom-left-radius: 10px
        }

    .match_table .table_middle_left .table_block {
        height: 120px
    }

        .match_table .table_middle_left .table_block .circle_top::after {
            content: "";
            position: absolute;
            top: 150%;
            transform: translateY(-50%);
            right: -57px;
            width: 55px;
            height: 70px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            border-top-right-radius: 10px
        }

        .match_table .table_middle_left .table_block .circle_bottom::after {
            content: "";
            position: absolute;
            top: -50%;
            transform: translateY(-50%);
            right: -57px;
            width: 55px;
            height: 70px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            border-bottom-right-radius: 10px
        }

    .match_table .table_semi_left .table_block {
        height: 45%
    }

        .match_table .table_semi_left .table_block .circle_top::after {
            content: "";
            position: absolute;
            top: 275%;
            transform: translateY(-50%);
            right: -57px;
            width: 55px;
            height: 165px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            border-top-right-radius: 10px
        }

        .match_table .table_semi_left .table_block .circle_bottom::after {
            content: "";
            position: absolute;
            top: -172%;
            transform: translateY(-50%);
            right: -57px;
            width: 55px;
            height: 165px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            border-bottom-right-radius: 10px
        }

    .match_table .table_final_left .table_block {
        height: 100%
    }

    .match_table .table_middle_right .table_block {
        height: 120px
    }

        .match_table .table_middle_right .table_block .circle_top::after {
            content: "";
            position: absolute;
            top: 150%;
            transform: translateY(-50%);
            left: -57px;
            width: 55px;
            height: 70px;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            border-top-left-radius: 10px
        }

        .match_table .table_middle_right .table_block .circle_bottom::after {
            content: "";
            position: absolute;
            top: -50%;
            transform: translateY(-50%);
            left: -57px;
            width: 55px;
            height: 70px;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            border-bottom-left-radius: 10px
        }

    .match_table .table_semi_right .table_block {
        height: 45%
    }

        .match_table .table_semi_right .table_block .circle_top::after {
            content: "";
            position: absolute;
            top: 275%;
            transform: translateY(-50%);
            left: -57px;
            width: 55px;
            height: 165px;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            border-top-left-radius: 10px
        }

        .match_table .table_semi_right .table_block .circle_bottom::after {
            content: "";
            position: absolute;
            top: -172%;
            transform: translateY(-50%);
            left: -57px;
            width: 55px;
            height: 165px;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            border-bottom-left-radius: 10px
        }

    .match_table .table_final_right .table_block {
        height: 100%
    }

    .match_table .medal {
        width: 40%
    }

.group_row {
    width: 100%;
    gap: 10px;
    gap: 20px
}

.group_block {
    flex: 1;
    padding: 0 10px;
    align-items: center;
    margin-bottom: 20px
}

    .group_block .title {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
        width: 100%;
        text-align: center
    }

    .group_block .team_grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

        .group_block .team_grid .team {
            width: 100%
        }

            .group_block .team_grid .team img {
                width: 100%
            }

.social_group img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.2)
}
