@charset "utf-8"; /* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #6c7ba8;
    background: #f1f5fe;
}
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover, a:focus {
    text-decoration: none;
}
img {
    max-width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #6c7ba8;
    width: 100%;
}

::-webkit-scrollbar {
 height: 4px;
}

::-webkit-scrollbar {
 width: 10px;
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
 background: #cdcdcd;
}

::-webkit-scrollbar-track {
 background: #f0f6ff;
}
.container {
    max-width: 1180px;
}
.forgot_btn_wrap {
    display: flex;
    grid-gap: 10px;
}
.reg_form h4 {
    color: #ffaf78;
    text-align: center;
}
.reg_form {
    text-align: center;
}
.reg_form i {
    font-size: 80px;
    color: #ffaf78;
}
.reg_form p {
    font-size: 12px;
}
.head_navbar {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .3s ease-in-out;
    padding: 10px 0;
}
.head_navbar .container {
    width: 1280px;
}
.head_navbar.scrolled {
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(62, 115, 250, .25);
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar_ul li a.head_icon p {
    margin: 0px;
    font-size: 12px;
    text-align: right;
}
.navbar_ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
}
.navbar_ul li {
    padding: 0 0.35rem;
}
.navbar_ul li a {
    display: block;
    position: relative;
    color: #6c7ba8;
    overflow: hidden;
    font-size: 13px;
}
.navbar_ul li a.active, .navbar_ul li a:hover {
}
.navbar_ul li a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff8633;
    opacity: 0;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.navbar_ul li a.active:after, .navbar_ul li a:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.navbar_ul li a.head_icon img {
    width: 25px;
    margin: 0 auto 0.25rem;
}
.navbar_ul li a.head_icon {
    display: grid;
    text-align: center;
    min-width: 45px;/* line-height: 1.1; */
    /* gap: 7px; */
}
.navbar_ul li .head_icon.login_btn {
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    min-width: 85px;
    cursor: pointer;
    border: none;
}
.navbar_ul li a.head_icon.reg_btn {
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
    box-shadow: 0 3px 6px 2px #4a89fc91;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px;
    min-width: 100px;
}
.navbar_ul li a.head_icon:after, .navbar_ul li a.head_icon:hover:after {
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slider_main .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slider_main .item {
    height: 100%;
    position: relative;
    z-index: 1;
}
.slider_main .item img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}
.slider_main .slick-active .item img {
    transform: scale(1);
}
.slider_main .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.slider_main .slick-arrow .slick-arrow-btn {
    cursor: pointer;
    pointer-events: visible;
    opacity: .65;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    transition: all .3s ease-in-out;
    width: 35px;
    height: 70px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider_main {
    position: relative;
}
.dropdown-menu-list {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    left: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .95), rgba(214, 227, 246, .95));
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
    transition: all 1s ease-in-out;
    z-index: -1;
    overflow: hidden;
    padding: 1rem;
    background-position: bottom;
    background-size: 100% 100%;
    transition: transform 1s ease;
    max-height: 700px;
    overflow-y: scroll;
}
.navbar_ul li:hover .dropdown-menu-list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform 1s ease;
}
.dropdown_list_expand {
    margin-top: 75px;
}
.header_dropdown_wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.dropdown_product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.dropdown_title {
    width: 100%;
    display: flex;
    align-items: center;
    color: #6b7ba8;
    transition: all .3s ease-in-out;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.dropdown_title_icon {
    background-image: url(../images/header_icon/btn-normal.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0.2rem;
    box-shadow: 0px 3px 2px 0px #00000014;
}
.dropdown_product:hover .dropdown_title_icon {
    background-image: url(../images/header_icon/btn-active.png);
}
.dropdown_product:hover .dropdown_title_icon img {
    filter: brightness(10.5);
}
.dropdown_product .dropdown_title_icon img {
    width: 38px;
    margin: auto;
    max-width: 100%;
}
.dropdown_product p {
    margin: 0;
    color: #6b7ba8;
    text-transform: uppercase;
    font-weight: 500;
}
.dropdown_product:hover p {
    color: #ffa466;
}
.dropdown_product img {
    max-width: 80%;
    margin: auto;
}
.login_li_wrap {
    position: relative;
}
.login_f_wrap {
    position: absolute;
    top: 48px;
    z-index: 9;
    right: 0;
}
.login_f_wrapping {
    width: 300px;
    min-height: 50px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 15px;
    position: relative;
    padding: 12px;
    box-shadow: 0px 0px 5px 4px #8383830f;
}
.login_f_wrapping.top::after {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    background-color: #ffffff;
    top: -9px;
    right: 13%;
    border-top: #ffffff solid 1px;
    border-left: #ffffff solid 1px;
    transform: rotate(45deg);
}
.login_m_title {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
}
.login-in-wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.login_w {
    position: relative;
}
.login_input_g {
    margin: 15px 0px 15px 0;
    display: flex;
    align-items: center;
}
.login_input_g_sec {
    margin: 15px 0px 10px 0;
    display: flex;
    align-items: center;
    position: relative;
}
input.login_input {
    background-color: #e7eff8;
    border-radius: 3px;
    border: none;
    height: 42px;
    color: #6c7ba8;
    padding: 0 10px;
}
span.code {
    position: absolute;
    right: 0px;
}
span.code img {
    height: 24px;
}
.signin_btn {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
}
.signin_btn a {
    color: #fff !Important;
    font-size: 14px !important;
}
.signin_btn:hover a {
    color: #fff;
}
.login_f_wrap {
    display: none;
}
.login_input_g_user {
    color: #fff;
    background-color: #ffa96e;
    height: 42px;
    min-width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.forgot-link {
    text-align: center;
}
.otp-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    margin-top: 20px;
}
.verification-code {
    padding-right: 0;
    overflow: hidden;
}
.verification-code img {
    height: 50px;
}
.resend-text {
    margin: 0px;
    font-size: 12px;
}
#countdown {
    color: #ff0000;
}
.navbar_ul li .forgot-link a {
    margin-top: 10px;
}
.navbar_ul li .forgot-link a:after, .navbar_ul li .signin_btn a:after {
    content: unset;
}
.slider_main .slick-dots li button {
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
    width: 1.25rem;
    height: 1.25rem;
}
.slider_main .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.75rem;
    height: 0.75rem;
    color: transparent;
    background-color: initial;
    border-radius: 50%;
    opacity: 1;
}
.slider_main .slick-dots li.slick-active button:before {
    background-color: #6c7ba8;
    color: #6c7ba8;
}
.slider_main .slick-dots li.slick-active button {
    border: 1px solid #6c7ba8;
}
.slider_main .slick-dots {
    bottom: 6px;
}
.marquee_bg {
    border-radius: 50px;
    box-shadow: 0 0 2px inset white;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    filter: drop-shadow(0 4px 0 #ebf0ff) drop-shadow(0 5px 6px #6c7ba8);
    background: linear-gradient(to bottom, #fff 0%, #ebf0ff 60%, #fff 100%);
}
.marquee_icon {
    background-color: #ffa466;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 35px;
    border-radius: 100px;
    font-size: 18px;
}
marquee {
    cursor: pointer;
    margin: 0 0.75rem;
    display: flex;
    color: #6c7ba8;
}
.btn_more_marquee {
    position: relative;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_more_marquee p {
    margin: 0;
    position: absolute;
    color: #fff;
}
.btn_more_marquee img {
    max-width: 100px;
}
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 5rem;
}
.section-header h2 {
    color: #ff8633;
    font-size: 2.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: rgba(74, 137, 252, .2) 0 3px 6px;
}
.section-header p {
    color: #6c7ba8;
    font-size: 1.125rem;
    text-align: center;
    padding: 0 6rem;
    margin: 0;
}
.content_section {
    margin: 90px 0 0 0;
}
.slider_product_main {
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
}
.stage_bg {
    z-index: -1;
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider_product_main .slider {
    height: 300px;
}
.slider_product_main .slider.slider-for {
    height: 180px;
    padding-top: 65px;
}
.slider_product_main .slider2.slider-nav02 {
    padding: 5px 5px;
    width: 100%;
    border-radius: 50px;
    box-shadow: 0 0 2px inset white;
    filter: drop-shadow(0 4px 0 #ebf0ff) drop-shadow(0 5px 6px #6c7ba8);
    background: linear-gradient(to bottom, #fff 0%, #ebf0ff 60%, #fff 100%);
}
.slider_product_main .slider2.slider-nav02 .slick-list {
    width: 100%;
}
.slider_product_main .slider2.slider-single02 .slick-slide img {
    width: 210px;
    cursor: pointer;
    padding-top: 40px;
}
.slider_product_main .slider2.slider-single02 img.img_main {
    opacity: 0.6;
    transition: all 300ms ease;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.5);
}
.slider_product_main .slider2.slider-single02 .slick-center img.img_main {
    opacity: 1;
    transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    -webkit-transform: scale(2.4);
}
.slider_product_main .slider.slider-for .slick-slide .game_products_inner:hover img.img_hover_product {
    display: block;
    filter: hue-rotate(-9deg);
}
.slider_product_main .slider.slider-for .slick-slide .game_products_inner img {
}
.game_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.game_wrap .game_products_inner {
    width: 190px;
    background-color: #126e51;
    margin: 0 10px;
    border-radius: 42px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
}
.slider_product_main .slider2.slider-single02 .slick-slide {
    min-height: 500px;
    margin: 0px 20px;
    text-align: -webkit-center;
}
.slider_product_main .slider2.slider-nav02 .slick-slide {
    cursor: pointer;
    display: flex;
    height: 100%;
    min-height: 1px;
    padding-top: 0px;
    margin: auto;
    justify-content: center;
}
.slider_product_main .slider2.slider-nav02 .slick-slide .game_tab {
    min-width: 86px;
    display: flex;
    justify-content: center;
    margin: 0 4px;
    width: 100%;
    padding: 0 10px;
}
.slider_product_main .slider2.slider-nav02 .slick-slide.slick-current .game_tab, .slider_product_main .slider2.slider-nav02 .slick-slide:hover .game_tab {
    opacity: 1;
    background-image: url(../images/index/btn-more.png);
    border-radius: 35px;
}
.slider_product_main .slider2.slider-nav02 .slick-slide.slick-current .game_tab, .slider_product_main .slider2.slider-nav02 .slick-slide:hover .game_tab .game_tab_info {
    color: #ffffff;
}
.slider_product_main .slider2.slider-nav02 .slick-slide .game_tab .game_tab_info .img_slide_icon {
    display: block;
}
.slider_product_main .slider2.slider-nav02 .slick-slide .game_tab .game_tab_info .img_slide_icon_hover {
    display: none;
}
.slider_product_main .slider2.slider-nav02 .slick-slide.slick-current .game_tab .game_tab_info .img_slide_icon_hover {
    display: block;
}
.slider_product_main .slider2.slider-nav02 .slick-slide.slick-current .game_tab .game_tab_info .img_slide_icon {
    display: none;
}
.slider_product_main .slider2.slider-nav02 .slick-slide:hover .game_tab .game_tab_info .img_slide_icon_hover {
    display: block;
}
.slider_product_main .slider2.slider-nav02 .slick-slide:hover .game_tab .game_tab_info .img_slide_icon {
    display: none;
}
.slider_product_main .slider2.slider-nav02 .slick-slide.slick-current .game_tab .game_tab_info {
    color: #ffffff;
}
.slider_product_main .slider2.slider-single02 .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
}
.slider_product_main .slider2.slider-single02 .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] img.img_main {
    opacity: 1;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all 300ms ease;
}
.slider-nav02 .slick-track {
    transform: translate3d(0, 0, 0) !important;
}
.slider_product_main .slider2.slider-single02 .index_product_wrap {
    background: url(../images/index/product.png)no-repeat top center;
    background-size: cover;
    width: 243px;
    height: 299px;
    border-radius: 12px;
    width: 17.75rem;
    height: 17.6875rem;
    margin-top: 3rem;
}
.slider_product_main .slider2.slider-single02 .slick-center .index_product_wrap {
    overflow: visible;
}
.game_tab_info {
    display: flex;
    bottom: 0;
    justify-content: center;
    justify-items: center;
    text-align: center;
    align-items: center;
    padding: 3px 0px;
    font-size: 11px;
    font-weight: 700;
    color: #425878;
    text-transform: uppercase;
    margin: 3px 0;
    width: 100%;
}
.slider2 {
    margin: 30px auto 30px auto;
}
.control-c {
    width: 34px !important;
    height: 68px !important;
}
.slider_product_main .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.slider_product_main .slick-arrow .slick-arrow-btn {
    cursor: pointer;
    pointer-events: visible;
    opacity: .65;
    background-color: #ffa466;
    transition: all .3s ease-in-out;
    width: 45px;
    height: 87px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
}
.slider_product_main .slick-arrow .slick-arrow-btn i {
    font-size: 30px;
}
.slider_product_main .slick-arrow .slick-arrow-btn.rightp {
    border-radius: 0 10px 10px 0;
}
.slider_product_main .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.section_whoweare {
    position: relative;
    margin-bottom: 140px;
}
.section_whoweare_box {
    background-image: url(../images/general-bg.jpg);
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 0 3px 3px #fff inset;
    filter: drop-shadow(0 4px 0 #cdcdcd) drop-shadow(0 5px 6px #0000002e);
    width: 100%;
    height: 30rem;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    margin-left: auto;
    padding: 1rem;
}
.section_whoweare_content {
    max-width: 58%;
}
.section_whoweare_content h2 {
    color: #ff8633;
    font-weight: 600;
    text-shadow: rgba(74, 137, 252, .2) 0 3px 6px;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}
.section_whoweare_content p {
    max-height: 85%;
    color: #6c7ba8;
    overflow: auto;
    padding-bottom: 1rem;
    padding-right: 1rem;
}
.section_whoweare_img {
    position: absolute;
    left: -12%;
    top: 0;
    z-index: 1;
}
.section_whoweare_img img {
    width: 90%;
}
.gauge-container {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 164px;
    height: 150px;
    display: block;
    padding: 10px;
    top: 0;
}
.gauge-col .col-3 .gauge-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 1rem;
    text-align: center;
}
.lazy-load-image-background.blur {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.lazy-load-image-background.blur.lazy-load-image-loaded {
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}
.gauge-col .col-3 .gauge-wrapper .gauge-content {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 13.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gauge-col .col-3 .gauge-wrapper .gauge-content .gauge-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
    position: absolute;
    left: 50%;
    top: 52.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gauge-col .col-3 .gauge-wrapper .gauge-content .gauge-body p {
    font-size: 0.5rem;
    white-space: nowrap;
    margin-bottom: 0;
    color: #8894b9;
    font-weight: 700;
}
.gauge-col .col-3 .h5, .gauge-col .col-3 h5 {
    font-size: .875rem;
    color: #6c7ba8;
    text-align: center;
}
.service-section-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../images/index/serv.png);
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.75rem 1.25rem;
}
.service-section-content .h4, .service-section-content h4 {
    color: #6c7ba8;
    margin: 1rem 0;
}
.service-section-content p {
    height: 100%;
    text-align: center;
    color: #6c7ba8;
    padding: 0 1rem 1rem;
    overflow: auto;
}
.section_service02 {
    padding-bottom: 100px;
}
.footer_main {
    background-color: #afbcd2;
}
.footer_ul_link {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    padding: 18px 0;
}
.footer_ul_link li {
    margin: 0 10px;
}
.footer_ul_link span {
    width: 2px;
    height: 15px;
    background-color: #f0f6ff;
}
.footer_ul_link li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.f_providerhead {
    color: #ffa66a;
    text-align: left;
    margin-bottom: 15px;
}
.f_provider {
    border-top: 1px solid #6c7ba857;
    border-bottom: 1px solid #6c7ba857;
    padding: 20px 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
}
.footer_btm {
    background-color: #8894b9;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.f_lic {
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    gap: 10%;
}
.right_fixed_btn {
    position: fixed;
    min-height: 40%;
    max-width: 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 10;
    bottom: 20px;
    right: 0;
    pointer-events: none;
}
.right_fixed_btn a {
    background: linear-gradient(180deg, #fff, #ffffff);
    box-shadow: 3px 5px 3px #4c4c4c47;
    display: block;
    pointer-events: auto;
    width: 6rem;
    padding: 0.75rem;
    margin-left: auto;
    margin-bottom: 1rem;
    border-radius: 10px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    text-align: center;
}
.right_fixed_btn p {
    color: #6c7ba8;
    font-size: 11px;
    margin: 0;
    margin-top: 10px;
}
.sports_bg {
    background-image: url(../images/bg/bg-sports.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.prdt-in-top {
    font-weight: bold;
    background: #FFC299;
    background: linear-gradient(to bottom, #FFC299 0%, #FFA668 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 105px;
    line-height: 80px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 83px;
}
.prdt-in-bottom {
    background: #FFC299;
    background: linear-gradient(to bottom, #FFC299 0%, #FFA668 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-in-ttl {
    line-height: 40px;
}
.prdt-in-top span {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    margin-top: 40px;
    display: flex;
    /* position: relative; */
    padding-left: 10px;
}
.sm-txt .line-txt {
    font-size: 20px;
    line-height: 18px;
}
.productpage_grid {
    display: grid;
    grid-template-columns: 40% 59%;
    padding-top: 12%;
    padding-bottom: 10%;
    justify-content: space-between;
    align-items: center;
}
.sm-txt {
    margin-bottom: 10px;
}
.sm-txt .line-in:after {
    content: "";
    height: 40px;
    background: linear-gradient(180deg, #ffc299 0%, #ffa466 95%);
    width: 2px;
    position: absolute;
    bottom: 4px;
    margin-right: 10px;
}
.line-in:after {
    content: "";
    height: 31px;
    background: linear-gradient(180deg, #ffc299 0%, #ffa466 95%);
    width: 2px;
    position: absolute;
    bottom: 12px;
    margin-right: 10px;
}
.line-txt {
    margin-left: 20px;
}
.tabcontentproduct {
    display: none;
}
.product_content {
    color: #6c7ba8;
    margin: 20px 0;
}
.product_logo_icon {
    background-image: url(../images/header_icon/btn-normal.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0.2rem;
    box-shadow: 0px 3px 2px 0px #00000014;
    border-radius: 6px;
    min-height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tablinksproduct.active .product_logo_icon {
    background-image: url(../images/header_icon/btn-active.png);
}
.tablinksproduct.active .product_logo_icon img {
    filter: brightness(10.5);
}
.tablinksproduct {
    border: none;
    background-color: transparent;
    padding: 0;
}
.btn_enter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
}
.btn_enter p {
    margin: 0;
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px #8b8b8b;
}
.tabproduct {
    margin: 25px 0 25px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
}
.product_img_title img {
    width: 300px;
}
.casino_bg {
    background-image: url(../images/bg/bg-casino.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.esport_bg {
    background-image: url(../images/bg/bg-espb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.games_bg {
    background-image: url(../images/bg/bg-esports.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.slots_bg_banner {
    background-image: url(../images/bg/banner-slots.jpg);
    background-repeat: no-repeat;
    max-height: 800px;
    min-height: 800px;
    background-position: top center;
    position: relative;
}
.fish_bg {
    background-image: url("../images/bg/bg-fishing.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.card_bg {
    background-image: url("../images/bg/bg-games.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.flip_number {
    position: absolute;
    z-index: 10;
    bottom: 25%;
    left: 51%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.flip_number_img {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 14%;
    left: 52%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.flip_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip_wrap span {
    width: 40px;
    height: 70px;
    perspective: 500px;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    background-image: url(../images/slot/jp-num.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    font-size: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6c7ba8;
    font-weight: 500;
    margin: 0 2px;
}
.flip_wrap span.span_custom {
    background-image: none;
    color: #fff;
    width: 20px;
}
.slots_bg {
    background-color: #f1f5fe;
}
.slot_product_bg {
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px #4c4c4c47;
    padding: 25px;
    margin: 30px 0;
    border-radius: 15px;
}
.slot_product_icon_wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 15px;
}
.slot_product_box {
    background-image: url(../images/slot/prov-bgnormal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 25% 75%;
    width: 100%;
    height: 53px;
    cursor: pointer;
    grid-gap: 5px;
    padding: 0 10px;
    text-align: center;
    justify-content: center;
}
.slot_product_box:hover, .slot_product_box.active {
    background-image: url(../images/slot/prov-bgactive.png);
}
.slot_product_box img {
    margin: auto;
    filter: brightness(0) saturate(100%) invert(50%) sepia(54%) saturate(296%) hue-rotate(187deg) brightness(86%) contrast(87%);
}
.slot_product_box:hover img, .slot_product_box.active img {
    filter: brightness(10.5);
}
.slot_product_box:hover .slot_product_txt, .slot_product_box.active .slot_product_txt {
    color: #fff;
}
.slot_product_txt {
    color: #6c7ba8;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 600;
    font-size: 12px;
}
.slot_product_games_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    margin: 25px 0 0 0;
    width: 100%;
}
.slot_product_games_title {
    color: #6c7ba8;
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
}
.slot_product_games_box {
    border: 1px solid #ffa466;
    border-radius: 13px;
    overflow: hidden;
    cursor: pointer;
}
.slot_product_games_box {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.slot_product_games_box img {
    width: 100%;
    height: auto;
}
/* Overlay styles */
.slot_product_games_box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Transparent black background */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* Play button styles */
.slot_product_games_box .overlay .play-button {
    font-size: 40px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* Show overlay and play button on hover */
.slot_product_games_box:hover .overlay {
    opacity: 1;
}
.slot_product_games_box:hover .overlay .play-button {
    opacity: 1;
}
.btn-ply {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    font-size: 16px;
    padding: 4px 20px;
    border: none;
    border-radius: 50px;
}
.mobiledw_bg {
    padding: 10% 0 5% 0;
}
.section_downloadapp_box {
    background-image: url(../images/general-bg.jpg);
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 0 3px 3px #fff inset;
    filter: drop-shadow(0 5px 0 #ebf0ff) drop-shadow(0 5px 6px #0000002e);
    width: 100%;
    height: 30rem;
    display: flex;
    justify-content: end;
    position: relative;
    margin-left: auto;
    padding: 2rem 1rem 1rem 1rem;
}
.section_downloadapp_img {
    position: absolute;
    left: -6%;
    top: -4%;
    z-index: 1;
}
.section_downloadapp_img img {
    width: 90%;
}
.section_downloadapp_content {
    max-width: 58%;
    width: 50%;
}
.section_downloadapp_content h2 {
    color: #ff8633;
    font-size: 2.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: rgba(74, 137, 252, .2) 0 3px 6px;
}
.section_downloadapp_content p {
    color: #6c7ba8;
    font-size: 1.125rem;
    margin: 0;
    text-align: left;
}
.section_qr_wrap {
    display: flex;
    justify-content: left;
    margin: 25px 0 0 0;
    grid-gap: 30px;
}
.section_qr_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5%;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
    margin: auto;
    margin-bottom: 20px;
    padding: 15px;
}
.section_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_btn .section_btn_content {
    position: absolute;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #6c7ba8;
}
.section_qr_img img {
    width: 100%;
}
.section_downloadgames_box {
    background: linear-gradient(90deg, #828ea1 0%, #32353a 100%);
    background-size: cover;
    border-radius: 20px;
    width: 90%;
    position: relative;
    margin-left: auto;
    padding: 2rem 1rem 2rem 1rem;
    box-shadow: 0px 0px 3px 4px #0000001a;
    margin-top: 130px;
}
.section_downloadgames_box_grip {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
}
.section_downloadgames_box_grip .tab_dw {
    display: none;
}
.section_downloadgames_box_grip .tab-active {
    display: block;
}
.tab-menu {
    position: absolute;
    left: -16%;
    top: 16%;
}
.tab-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: url(../images/mobile/menu.png);
    background-size: 100% 100%;
    min-height: 320px;
    background-repeat: no-repeat;
    width: 210px;
    filter: drop-shadow(0 1px 0 #ebf0ff) drop-shadow(0 3px 6px #0000002e);
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    grid-gap: 10px;
}
.tab-menu ul li a {
    color: #6c7ba8;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 11px;
    align-items: center;
}
.tab-menu ul li a.active-a, .tab-menu ul li a:hover {
    background-image: url(../images/index/btn-more.png);
    background-size: contain;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.section_downloadgames_box_img {
    z-index: 1;
}
.section_downloadgames_box_content h2 {
    color: #ff8633;
    font-size: 2.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: rgba(74, 137, 252, .2) 0 3px 6px;
}
.section_downloadgames_box_content .section_qr_img {
    width: 85%;
}
.section_downloadgames_box_content .section_qr_wrap {
    display: flex;
    justify-content: left;
    margin: 10px 0 0 0;
    grid-gap: 30px;
}
.dl {
    margin: 15px 0 0 0;
}
.dl table {
    width: 100%;
}
.dl table th {
    background: linear-gradient(180deg, #ffd3b5 0%, #ffa567 50%, #ffd3b5 100%);
    padding: 0.5rem;
    color: #000;
}
.dl table tr {
    border: 1px solid #d3d3d3;
}
.dl table tr td {
    background: #ffffff;
    color: #fdbd2a;
    padding: 0.5rem;
}
.dl table tr td:first-child {
    color: #6c7ba8;
}
.wheel_bg {
    background-image: url(../images/wheel/fw-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 900px;
}
.fortune_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.token_wrap {
    background-color: #fff;
    color: #ff8633;
    border-radius: 40px;
    width: 70px;
    height: 70px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    padding: 13px;
    font-weight: 700;
    box-shadow: 0px 0px 3px 2px #00000017;
}
.token_wrap span {
    display: block;
    line-height: 1.2;
}
.fortune_btn_wrap button {
    background: transparent;
    border: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fortune_btn_wrap button:focus {
    outline: unset
}
.fortune_btn_wrap button img {
    filter: drop-shadow(0px 2px 3px #fff);
}
.fortune_btn_wrap button .spinbtn_txt {
    position: absolute;
    font-weight: 700;
    color: white;
    font-size: 22px;
    text-shadow: -1px 1px 0 #00000047, 1px 1px 0 #00000054, 1px -1px 0 #0003, -1px -1px 0 #0000002b;
    z-index: 1;
}
.fortune_btn_wrap button .spinbtn_txt2 {
    color: #6c7ba8;
    font-size: 19px;
    background: #fff;
    border-radius: 34px;
    font-weight: 600;
    padding: 10px 20px;
    height: 57px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fortune_wrap {
    height: 100%;
    min-height: 781px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.modal-dialog.promo {
    max-width: 800px !important;
    border-radius: 20px;
}
.modal-content.promo {
    border: none;
    background: #191b1e;
    border-radius: 20px;
}
button.close-promo {
    background: none;
    border: none;
    font-size: 37px;
    padding: 11px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #00000066;
}
.grlist {
    color: var(--text-color);
}
.pm-title-wrapper {
    font-size: 21px;
    font-weight: 700;
    background: linear-gradient(180deg, #ffd4b7 0%, #ffa466 95%);
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 20px 20px 0px 0px;
    text-align: left;
    text-shadow: 1px 1px 1px #00000066;
}
.pmtable-wrapper {
}
table.promo-table tr th {
    color: #fff;
    background: #d9353d;
    padding: 4px;
    text-align: center;
    border: 1px solid var(--text-color);
}
table.promo-table tr td {
    border: 1px solid var(--text-color);
    padding: 5px;
    color: var(--text-color);
    text-align: center;
}
.gr-title {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #d9353d;
}
.grlist ul {
    padding-left: 20px;
    margin-top: 5px;
}
.grlist ul li {
    padding-bottom: 8px;
    font-size: 14px;
    list-style: disc;
}
.promo-pop-cont {
    padding: 15px;
    border: 1px solid #d9353d;
    border-radius: 0px 0px 20px 20px;
}
.promo-nav button {
    background: #1e2024;
    padding: 10px 30px;
    color: #fff;
    border-radius: 20px;
}
.promo-modal-tnc {
    font-size: 14px;
    color: #6c7ba8;
    list-style: disc;
    padding: 0;
    margin: 0;
    padding-left: 17px;
}
.promo-modal-tnc li span {
    color: orangered;
    margin-right: 10px;
}
.promo_table tr th {
    background: #ffa466;
    padding: 10px;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 12px;
    color: #000;
}
.promo_table tr td {
    font-size: 12px;
    color: #000;
    padding: 10px;
    border: 1px solid #fff;
    background: #6c7ba869;
    text-align: center;
}
.basic-text {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    margin-left: 0px !important;
}
.promo_table {
    width: 100%;
}
.promo-text {
    padding: 20px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}
.red-underline {
    margin: 10px 0 0 0;
}
.promo_bg_banner {
    background-image: url(../images/bg/banner-promotion.jpg);
    background-repeat: no-repeat;
    max-height: 800px;
    min-height: 800px;
    background-position: top center;
    position: relative;
}
.promo_wrap {
    display: grid;
    grid-template-columns: 250px auto;
    padding: 40px 0;
}
.promo_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: url(../images/mobile/menu.png);
    background-size: 100% 100%;
    min-height: 320px;
    background-repeat: no-repeat;
    width: 250px;
    filter: drop-shadow(0 1px 0 #ebf0ff) drop-shadow(0 3px 6px #0000002e);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    grid-gap: 10px;
    padding: 2rem;
    max-height: 500px;
}
.promo_menu .filter {
    color: #6c7ba8;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 11px;
    align-items: center;
    cursor: pointer;
}
.promo_menu .filter.active {
    background-image: url(../images/index/btn-more.png);
    background-size: 100% 100%;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.promoicon_h {
    display: none;
}
.promo_menu .filter.active .promoicon_n {
    display: none;
}
.promo_menu .filter.active .promoicon_h {
    display: block;
    filter: none;
}
.promo_menu .filter img {
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(50%) sepia(54%) saturate(296%) hue-rotate(187deg) brightness(86%) contrast(87%);
}
.mix {
    display: none;
}
.promo_banner_boxes {
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    min-height: 30px;
}
.promo_banner_boxes img {
    width: 100%;
}
.promo-boxes {
    padding-left: 20px;
}
.vip_bg_banner {
    background-image: url(../images/bg/banner-vip.jpg);
    background-repeat: no-repeat;
    max-height: 800px;
    min-height: 800px;
    background-position: top center;
    position: relative;
}
.vip-img img {
    width: 70px;
}
.vip-img {
    color: #ff8633;
    font-size: 12px;
}
.vip-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vip-in-table {
    padding: 20px;
    margin-bottom: 20px;
}
.vip-all {
    margin: 35px 0 0 0;
}
.vip-all tbody {
    box-shadow: 0px 1px 4px 5px #ababab24;
}
.vip-all tr td {
    text-align: center;
    padding: 5px;
    background: #ffffff;
    border-bottom: 1px solid #d2d2d2;
}
.vip-all tr td h3 {
    text-align: left;
    color: #ffffff;
}
.vip-all tr td:first-child {
    text-align: left;
    background: #a0abc9;
    color: #fff;
    font-weight: bold;
    width: 20%;
    font-size: 12px;
}
table.vip-all tr:first-child td {
    background: none;
}
tr.titleRow td {
    background: #ffa466 !important;
    color: #000 !important;
    border-bottom: 2px solid #ffd1b3 !important;
    border-top: 2px solid #ffd1b3 !important;
}
tr.titleRow p {
    margin: 0px;
    color: #b54a00;
}
.vip-all tr:first-child td {
    border: none;
}
table.vip-all tr td:nth-child(2) .vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}
.vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}
table.vip-all tr td:nth-child(3) .vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}
table.vip-all tr td:nth-child(4) .vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}
table.vip-all tr td:nth-child(5) .vip-cell {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
table.vip-all tr td:nth-child(6) .vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}
table.vip-all tr td {
    width: 8%;
    font-size: 13px;
}
.vip-wrap {
    background: rgb(0 0 0 / 70%);
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.vip-tnc {
    padding: 0px 20px;
    color: #fff;
}
.vip-tnc h4 {
    font-size: 16px;
    font-weight: bold;
}
.vip-tnc ul {
    margin-bottom: 20px;
}
.vip-container {
    width: 1300px;
    margin: 0px auto;
}
tr.titleRow-last td {
    background: #b27ed0 !important;
    border: none !important;
    color: #fff;
}
.vip-tnc ol li {
    margin-bottom: 5px;
    padding-left: 10px;
}
.vip-tnc {
    color: #6c7ba8;
}
.info_bg {
    padding: 6% 0 5% 0;
    background: url(../images/general-bg.jpg) no-repeat top center;
    background-size: cover;
}
.info_grid {
    display: flex;
    grid-gap: 20px;
}
.info_grid_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: url(../images/mobile/menu.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(0 1px 0 #ebf0ff) drop-shadow(0 3px 6px #0000002e);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    grid-gap: 10px;
    padding: 20px;
    height: 100%;
}
.info_grid_menu a {
    color: #6c7ba8;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 11px;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 150px;
    white-space: nowrap;
}
.info_grid_menu a.active {
    background-image: url(../images/index/btn-enter.png);
    background-size: 100% 100%;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 600;
}
.info_grid_content {
    background-image: url(../images/general-bg.jpg);
    background-size: 100% 100%;
    border-radius: 20px;
    box-shadow: 0 0 3px 3px #fff inset;
    filter: drop-shadow(0 5px 0 #ebf0ff) drop-shadow(0 5px 6px #0000002e);
    width: 100%;
    position: relative;
    margin-left: auto;
    padding: 2rem 1rem 1rem 1rem;
}
.inf-content h4 {
    margin-bottom: 20px;
    margin-top: 5px;
    color: #ff8633;
    font-size: 2.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: rgba(74, 137, 252, .2) 0 3px 6px;
}
.inf-content p {
    margin-bottom: 20px;
    opacity: 1;
    color: #6c7ba8;
}
.contact_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    max-width: 500px;
    margin: auto;
}
.contact_row a {
    display: block;
    position: relative;
    margin: auto;
}
.contact_row_container {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 2rem 1rem;
    text-align: center;
}
.contact_row_container h4 {
    font-size: 1.3125rem;
}
.contact_row_container img {
    width: 60px;
}
button.btn-tnc {
    background: linear-gradient(to bottom, #ffa466 0%, #e87b30 100%);
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 8px 15px;
    color: #000;
    border: none;
    border-radius: 5px;
    position: relative;
}
button.btn-tnc.collapsed {
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 60%);
    color: #fff;
}
button.btn-tnc:focus {
    outline: none;
}
.tnc-card {
    margin-bottom: 5px;
}
.tnc-body {
    background: #f0f6ff;
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
}
.tnc-body ol {
    padding-left: 15px;
}
.tnc-body ol li {
    padding-bottom: 8px;
}
button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 10px;
    transform: rotate(270deg);
    transition: all 0.3s;
}
button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}
.table-second {
    margin: 20px 0px;
}
.table-second>tbody>tr>th {
    border: 1px solid #ff6700;
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 60%);
    color: #fff;
    text-align: center;
    padding: 5px;
}
.table-second>tbody>tr>td {
    border: 1px solid #6c7ba8;
    background: #fafafa;
    padding: 5px;
    color: #6c7ba8;
}
.afterlogin_bg {
    padding: 6% 0 5% 0;
}
.afterlogin_body_grid {
    display: grid;
    grid-template-columns: 220px auto;
    grid-gap: 20px;
}
.afterlogin_left_menu {
    width: 100%;
    margin-right: 1rem;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
}
.afleft_menu_top {
    padding: 1rem;
}
.ps-user-details {
    display: grid;
    justify-content: center;
    grid-gap: 0.25rem;
    gap: 0.25rem;
    text-align: center;
}
.ps-user-details img {
    max-width: 60px;
    margin: auto;
}
.ps_navbar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
}
.ps_navbar_box {
    display: block;
    text-align: center;
    color: #6b7ba8;
    transition: all .3s ease-in-out;
    font-size: 12px;
}
.ps_navbar_box:hover, .ps_navbar_box.active {
    background: #8b9ccb36;
    border-radius: 10px;
}
.ps_navbar_box img {
    display: block;
    max-width: 40px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.ps-user-name {
    font-weight: 600;
}
.afleft_menu_btm {
    padding: 0 0 1rem
}
.afleft_menu_btm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.afleft_menu_btm ul li a.menu_btm_navlink {
    color: #6b7ba8;
    transition: all .3s ease-in-out;
    font-size: 15px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    padding: 0.75rem 1rem;
}
.afleft_menu_btm ul li a.menu_btm_navlink:hover, .afleft_menu_btm ul li a.menu_btm_navlink.active {
    background: #8b9ccb36;
}
.afleft_menu_btm ul li a.menu_btm_navlink img {
    max-width: 25px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.afleft_menu_btm ul li a.menu_btm_navlink p {
    font-size: .875rem;
    color: #6b7ba8;
    width: 75%;
    margin: 0;
}
.afleft_menu_btm ul hr {
    border: none;
    height: 1px;
    opacity: 1;
    background-color: #becaec;
    margin: 1rem;
}
.afterlogin_right_menu {
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
}
.afterloginpage_title {
    color: #414755;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-group label {
}
.select_bank_opt {
    display: grid;
    grid-template-columns: repeat(5, calc(20% - 0.4rem));
    grid-gap: 0.5rem;
    gap: 0.5rem;
    border-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-color: #becaec;
}
.form-check .btn-check {
    border-color: #becaec;
}
.form-check .btn-check:checked {
    background-color: #4a89fc;
    border-color: #4a89fc;
}
.select_bank_opt .form-check-inline .form-check-label {
    font-size: .75rem;
    width: 100%;
    max-width: unset;
    flex-direction: column;
    height: 4.5rem;
    grid-gap: 0.15rem;
    gap: 0.15rem;
    overflow: hidden;
    border: 1px solid #becaec;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-check .btn-check:checked+.form-check-label {
    color: #ffac74 !important;
    border: 1px solid #ffac74;
    position: relative;
    overflow: hidden;
}
.select_bank_opt .form-check-inline .form-check-label img {
    height: 24px;
}
.form-check .btn-check:checked+.form-check-label:after {
    content: "";
    position: absolute;
    background: url(../images/afterlogin/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}
.select_bank_opt .form-check-inline {
    margin: 0;
    padding: 0;
}
.form-check-label p {
    margin: 0;
}
.content-section {
    display: none;
}
.tabcontent_custom_dep {
    padding: 0px 15px;
}
.row_form {
    margin: 15px 0;
    display: flex;
}
.tabcontent_custom_dep {
 margin-right: calc(-.5 * var(--bs-gutter-x));
 margin-left: calc(-.5 * var(--bs-gutter-x));
}
.form-control {
    color: #414755;
    border: 1px solid #becaec;
    min-height: 2.5rem;
    font-size: 12px;
    border-radius: 7px;
}
.amt_input {
    display: flex;
    gap: 5px;
    align-items: center;
}
.amt_input .input-group-text {
    color: #414755;
    background: transparent;
    position: relative;
    border-right: 0;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 0;
}
.amt_input input {
 margin-left: calc(var(--bs-border-width)*-1);
/* border-top-left-radius: 0; */
    /* border-bottom-left-radius: 0; */
}
.smll-txt-wrap {
    display: flex;
    flex-direction: column;
    line-height: 14px;
    align-items: end;
    font-size: 14px;
}
.smll-txt {
    color: #ffa76a;
    font-size: 12px;
    font-weight: bold;
}
.select_bank_opt_amt .select_bank_opt .form-check-inline .form-check-label {
    height: 2.5rem;
    width: 100%;
}
.select_bank_opt_amt .select_bank_opt {
    display: grid;
    grid-template-columns: repeat(7, calc(14% - 0.4rem));
    grid-gap: 0.5rem;
    gap: 0.5rem;
    border-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-color: #becaec;
    margin-top: 10px;
}
.uploader {
    display: block;
    width: 100%;
}
.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #becaec;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uploader label:hover {
    border-color: #becaec;
}
.uploader label.hover {
    border: 3px solid #454cad;
    box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
}
.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}
.uploader #start.hidden {
    display: none;
}
.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
}
.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}
.uploader #response.hidden {
    display: none;
}
.uploader #response #messages {
    margin-bottom: 0.5rem;
}
.uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}
.uploader #file-image.hidden {
    display: none;
}
.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
.uploader #notimage.hidden {
    display: none;
}
.uploader progress, .uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}
 .uploader .progress[value]::-webkit-progress-bar {
 border-radius: 4px;
 background-color: #eee;
}
 .uploader .progress[value]::-webkit-progress-value {
 background: linear-gradient(to right, #393f90 0%, #454cad 50%);
 border-radius: 4px;
}
 .uploader .progress[value]::-moz-progress-bar {
 background: linear-gradient(to right, #393f90 0%, #454cad 50%);
 border-radius: 4px;
}
.uploader input[type=file] {
    display: none;
}
.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
    font-size: 12px;
}
.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    /* font-weight: 700; */
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 50px;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    cursor: pointer;
}
.button_sub {
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    min-width: 160px;
    cursor: pointer;
    border: none;
    margin: 0px auto;/* margin-top: 30px; */
}
.form_wrap {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    gap: 10px;
    align-items: center;
}
.form_bonus_wrap {
    display: flex;/* justify-content: space-between; */
    align-items: center;
    gap: 10px;
}
.text_bonus_amt_top {
    font-weight: bold;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}
.text_bonus_amt {
    font-weight: bold;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}
.table-share tr th {
    background-color: #9fb3ee;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #becaec;
    color: #fff;
}
.table-share tr td {
    padding: 5px;
    border: 1px solid #becaec;
    text-align: center;
    font-size: 12px;
}
.filters-col {
    display: grid;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    margin-top: 1rem;
}
.filters-tp-panel {
    display: flex;
    justify-content: space-between;
}
.filters-tp-col {
    display: flex;
    align-items: center;
}
.col-form-label {
    font-size: .75rem;
    white-space: nowrap;
    margin-right: 1rem;
}
.filters-group {
    display: flex;
}
.filters-group .form-check-label {
    height: 2.5rem;
    min-width: 4.5rem;
    max-width: 8.75rem;
    line-height: 1.25;
    border: 0.0625rem solid #becaec;
    color: #414755;
    background-color: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    font-size: .75rem;
}
.filters-group .form-check-label.active, .filters-group .form-check-label:hover {
    color: #4a89fc;
    border: 0.0625rem solid #4a89fc;
    position: relative;
    overflow: hidden;
    line-height: 1.25;
    font-size: .75rem;
}
.filters-group .form-check-label.active:after {
    content: "";
    position: absolute;
    background: url(../images/afterlogin/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}
.filters-group .form-check-inline:first-child .form-check-label {
    border-radius: 0.25rem 0 0 0.25rem;
}
.filters-group .form-check-inline:last-child .form-check-label {
    border-radius: 0 .25rem .25rem 0;
}
.filters-group .form-check-inline {
    margin: 0;
    padding: 0;
}
.filters-tp-col_date {
    grid-gap: 10px;
}
.history_table {
}
.history_table tr th {
    padding: 0 5px;
    text-align: center;
}
.history_table tr td {
    padding: 3px 5px;
}
tr.unread td {
    font-weight: bold;
    color: #fff;
}
.history_table tr th:last-child {
    text-align: right;
}
.history_table tr td:last-child {
    color: #f4ba00;
    text-align: right;
}
.afterlogin_right_menu_historytable {
    min-height: 500px;
}
.time_h {
    font-size: .75rem;
    white-space: nowrap;
    margin-right: 1rem;
}
.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.addbank_form {
    display: none;
}
.addbankbtn {
    background: transparent;
    border: none;
    color: #6c7ba8;
    margin-top: 40px;
}
.addbankbtn i {
    margin-right: 10px;
}
.wallet_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.my-wallet-content {
    height: 100%;
    display: flex;
    padding: 1rem;
    border: 1px solid #becaec;
    border-radius: 0.5rem;
}
.wallet-container {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.interest-tnc {
    width: max-content;
    display: flex;
    align-items: center;
    border: 0.0625rem solid #4a89fc;
    border-radius: 1rem;
    font-size: .75rem;
    padding: 0.125rem 0.25rem;
    line-height: 1;
    color: #4a89fc;
    font-weight: 500;
    background: #f6faff;
    margin-right: 0.5rem;
    cursor: pointer;
}
.wallet-container_content p {
    color: #414755;
    font-weight: 500;
    margin: 0;
}
.wallet-container_content span {
    font-size: 1.25rem;
    word-break: break-all;
}
.wallet-container img {
    width: 60px;
}
.afterlogin_right_menu_bank {
    min-height: 523px;
}
.amt-box {
    position: relative;
}
button.btn-cpy {
    position: absolute;
    right: 24px;
    top: 9px;
    border: none;
    padding: 0px;
    color: #636363;
    background: transparent;
}
.qr-code img {
    display: block;
    margin: 0px auto;
    max-width: 200px;
}
.msg-tabs-col .nav-tabs {
    border-bottom: 0;
}
.msg-tabs-col .nav-tabs .nav-item .nav-link {
    position: relative;
    color: #414755;
    background: transparent;
    font-weight: 600;
    border: 0;
    border-bottom: 0.1875rem solid transparent;
    transition: all .3s ease-in-out;
}
.msg-tabs-col .nav-tabs .nav-item .nav-link.active {
    color: #4a89fc;
    border-bottom: 0.1875rem solid #4a89fc;
}
.notify-num {
    right: -2.5%;
    top: -7.5%;
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 50%;
    color: #fff;
    background-image: linear-gradient(0deg, #ea4e3d, #f7778c);
    font-size: .63rem;
    font-weight: 500;
    line-height: 1.0625rem;
}
.notify-num, .notify-red-dot {
    position: absolute;
    display: inline-block;
}
.afterlogin_right_menu_msg {
    padding-bottom: 0;
}
.msg-edit-panel {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.msg-edit-panel i {
    margin-right: 5px;
}
.box_delete {
    color: red;
}
.box_mark {
    color: #4a89fc;
}
.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #becaec;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
}
.msg-icon-col img {
    width: 30px;
}
.list-group-item .h6, .list-group-item h6 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 17%;
}
.list-group-item .h6>span, .list-group-item h6>span, .list-group-item p, .list-group-item span {
    font-size: .75rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-group-item p {
    color: #6b7ba8;
    width: 65%;
}
.list-group-item>span:not(h6):not(.h6) {
    color: #848484;
}
.reg-wrap-in {
    margin-top: 95px;
}
.reg-box {
    width: 100%;
}
.reg_bg {
    background-image: url(../images/general-bg.jpg);
    background-size: 100% 100%;
    border-radius: 20px;
    box-shadow: 0 0 3px 3px #fff inset;
    filter: drop-shadow(0 5px 0 #ebf0ff) drop-shadow(0 5px 6px #0000002e);
    width: 100%;
    position: relative;
    margin-left: auto;
    padding: 2rem 1rem 1rem 1rem;
}
.content_section_reg {
    margin: 50px 0;
}
.reg-wrp {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: 34% 59%;
}
.reg-step {
    background: url("../images/register/rtep-1.png") no-repeat top center;
    width: 658px;
}
.reg-step2 {
    background: url("../images/register/rtep-2.png") no-repeat top center;
    width: 658px;
}
.reg-step3 {
    background: url("../images/register/rtep-3.png") no-repeat top center;
    width: 658px;
}
.reg-step4 {
    background: url("../images/register/rtep-4.png") no-repeat top center;
    width: 658px;
}
.reg-wrap .container {
    width: 1120px;
    max-width: 1120px;
}
.reg-step ul li {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reg-step ul {
    padding: 0px;
    display: grid;
    height: 44px;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
}
.ttl-reg {
    padding-left: 8px;
    color: #6c7ba8;
    font-weight: bold;
    font-size: 14px;
}
.ttl-nm {
    color: #fff;
    font-weight: bold;
    padding-right: 8px;
    position: relative;
    top: 2px;
}
.reg-step ul li.active .ttl-reg, .reg-step ul li.active .ttl-nm, .reg-step ul li:hover .ttl-reg, .reg-step ul li:hover .ttl-nm {
    color: #666666;
}
.reg-step ul li {
    padding-right: 14px;
    background: url("../images/register/silver-arrow.png") no-repeat;
    width: 184px;
}
.reg-step ul li:hover, .reg-step ul li.active {
    padding-right: 16px;
    background: url("../images/register/gold-arrow.png") no-repeat;
}
.reg-step ul li:first-child {
    z-index: 3;
}
.reg-step ul li:nth-child(2) {
    padding-right: 11px;
    background: url("../images/register/silver-arrow.png") no-repeat;
    position: relative;
    margin-left: -20px;
    padding-left: 25px;
    z-index: 2;
}
.reg-step ul li:nth-child(3) {
    padding-right: 12px;
    background: url(../images/register/silver-arrow.png) no-repeat;
    position: relative;
    margin-left: -23px;
    padding-left: 25px;
    z-index: 1;
}
.reg-step ul li:last-child {
    padding-right: 9px;
    background: url("../images/register/silver-last.png") no-repeat;
    position: relative;
    margin-left: -27px;
    padding-left: 29px;
}
.reg-step ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
}
.reg-step ul li.active:nth-child(3), .reg-step ul li:hover:nth-child(3) {
    background: url(../images/register/gold-arrow-middle.png) no-repeat;
}
.reg-step ul li.active:nth-child(2), .reg-step ul li:hover:nth-child(2) {
    background: url(../images/register/gold-arrow-middle.png) no-repeat;
}
.reg-step ul li.active:last-child, .reg-step ul li:hover:last-child {
    background: url("../images/register/gold-end.png") no-repeat;
}
.form-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #6c7ba829;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
}
.inp-txt {
    width: 210px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 13px;
}
select.form-nm:focus {
    border: 1px solid #c8d6eb;
    outline: none;
}
.inp-box input {
    margin: 0px;
    width: 100%;
    height: 40px;
    border: 1px solid #6c7ba829;
    background: #f6faff;
    color: #000;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 12px;
    text-align: left;
}
.inp-box {
    width: 100%;
    display: flex;
}
.inp-box .otp-wrap {
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.jms-link-otp {
    height: 38px;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px;
    min-width: 85px;
    cursor: pointer;
    border: none;
}
.reg-box img {
    margin-bottom: 10px;
}
.reg-box2 {
    margin: 20px 0px;
}
.reg-list ul {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    padding: 0px;
    width: 425px;
    margin: 0px auto;
}
.reg-list ul li a.active {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: #fff;
}
.reg-list ul li a {
    background: #f6faff;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 10;
    box-shadow: 0 3px 6px 2px #0000002e;
    color: #ffbb8d;
}
.reg-list ul:after {
    content: "";
    height: 2px;
    width: 100%;
    margin: 0px auto;
    display: block;
    background: #ffad76;
    position: absolute;
    top: 21px;
    max-width: 100%;
}
.reg-list ul li {
    z-index: 1;
}
.inp-box input:focus {
    border: 1px solid #c8d6eb;
    outline: none;
}
.btn-sub {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.btn-sub .jms-link {
    height: 38px;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    min-width: 85px;
    cursor: pointer;
    border: none;
}
.wrap-reg {
    margin-top: 29px;
}
select.form-nm {
    background: #f6faff;
    color: #000;
    border: none;
    padding: 0px 10px;
    margin-right: 10px;
    width: 25%;
    border: 1px solid #6c7ba829;
    font-size: 12px;
    border-radius: 5px;
}
.form-field {
    display: block;
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    height: 53px;
}
.red-mi {
    color: #FF0004;
}
.field {
    float: left;
    padding: 7px;
    font-weight: 800;
    font-size: 17px;
    line-height: 1;
    width: 20%;
    vertical-align: middle;
    color: #292929;
}
.value {
    float: left;
    padding: 3px;
    width: 75%;
    position: relative;
}
.form-field .value input {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
}
.form-field .value input:focus {
    outline: 0;
}
.value.vercode {
    width: 60%;
}
.vcode {
    float: left;
    padding: 3px;
    width: 16%;
}
.vcode img {
    max-width: 110px;
}
select.telco {
    width: 100px;
    border: none;
    color: #fff;
    background: none;
    font-size: 16px;
    background: #a7b3d6;
}
.value.tel-num {
    display: flex;
}
input.tel-input {
    margin-left: 15px;
}
.phone-verify {
    max-width: 300px;
    margin: auto;
    background: #a7b3d6;
}
input.num-verify {
    height: 45px;
    width: 45px;
    margin: 0 5px;
    font-size: 24px;
    text-align: center;
    padding: 5px;
    border: 1px solid #cacaca;
    border-radius: 5px;
}
.code-field {
    text-align: center;
}
.field-label {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
}
.code-issue {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}
.congrazt-title {
    font-size: 24px;
    font-weight: 800;
}
.congrazt-title-2 {
    font-size: 18px;
    font-weight: 700;
}
.tick-success {
    font-size: 130px;
    line-height: 1;
    color: #ffc299;
    padding: 10px 0;
}
select.telco:focus {
    border: none;
    outline: none;
}
button.jms-link, button.jms-link2 {
    height: 38px;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    min-width: 85px;
    cursor: pointer;
    border: none;
}
.jms_btn_all {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.lang-box {
    align-self: center;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    border-radius: 25px;
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang-btn {
    background: transparent;
    border: 1px solid transparent;
}
.lang-btn:focus {
    outline: none;
}
.lang-btn.dropdown-toggle::after {
    color: #fff;
}
.dropdown-menu.language {
    padding: 10px;
    min-width: 247px;
    border: none;
    top: 6px !important;
    box-shadow: 0 0 1px #fff;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
    box-shadow: 0 3px 6px 2px #0000002e;
}
.lang-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.lang-menu {
    padding: 15px;
    min-width: 250px;
    background: #010205;
    border: 1px solid #516997;
}
.lang-drop-menu {
    color: #fff;
}
.region-wrap {
    display: flex;
    justify-content: unset;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #516997;
}
.lang-drop-menu i {
    font-size: 30px;
    color: #005fa0;
}
.bb-none {
    border-bottom: none;
}
.reginItem {
    margin-bottom: 4px;
}
.language-sec {
    height: 100vh;
    background-size: cover;
    padding: 10px;
    background: #023431 url(../images/bg-index.jpg)no-repeat center;
}
.lang-title {
    font-size: 25px;
    color: #ffe001;
    padding: 5px;
    text-align: center;
    background: #001315;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 20px;
}
.region_box .reginItem .iconsAndText {
    margin-top: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.1rem;
    justify-content: space-between;
}
.region_box .reginItem .iconsAndText>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.region_box .reginItem .iconsAndText>ul>li {
    height: 0.72rem;
    border-right: 0.02rem solid #cccccc;
    padding: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.region_box .reginItem .iconsAndText>ul>li:last-child {
    border-right: none;
}
.iconsAndText img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-left: 0;
}
.region_box .reginItem .title {
    font-size: 11px;
    color: #929292;
    line-height: 100%;
}
.region_box {
}
.mainFont {
    color: #6c7ba8;
    font-size: 11px;
}
.region-text {
    margin-left: 15px;
    text-transform: uppercase;
}
.lang-btn img {
    max-width: 20px;
}
.dropdown-menu.language a {
    padding: 1px 5px;
}
.dropdown-menu.language a:hover {
    background: transparent;
}
.dropdown-menu.language a:hover img {
    filter: drop-shadow(0px 0px 2px #fff);
}
.prov-bx {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.bld-detail {
    display: flex;
}
.bld-detail-in {
    display: flex;
    justify-content: center;
    border: 1px solid #ffa466;
    padding: 20px;
    justify-content: center;
    align-items: end;
}
.am-box {
    padding: 5px 20px;
    border-radius: 5px;
    width: 180px;
    text-align: right;
    padding-right: 5px;
    color: #ffa466;
    border: 1px solid #ffa466 !important;
}
.amt-detail {
    margin-right: 10px;
}
.user-detail {
    margin-right: 20%;
}
.ttl-bln {
    text-align: right;
}
.prov-in ul {
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    padding: 0px;
    grid-template-columns: repeat(6, 1fr);
    margin: 0px;
}
.prov-in ul li {
    list-style: none;
    border: 1px solid #ffd1b3;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin-left: -1px;
}
.prov-in ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    grid-gap: 10px;
    justify-content: center;
}
.prov-in ul li:nth-child(7n+1) {
}
.prov-in ul li p {
    color: #ffa466;
    margin: 0px;
    font-size: 12px;
    border: 1px solid #ffd1b3;
    border-radius: 30px;
    padding: 0px 10px;
}
.prov-in ul li h5 {
    margin: 0px;
    font-size: 14px;
    color: #6c7ba8;
    height: 30px;
}
.prov-in ul li:hover {
    background: #000;
}
.in-all {
    background: #06cb24f2;
    color: #fff;
}
.inout button {
    border: none;
    border-radius: 5px;
}
.out-all {
    background: #f00;
    color: #fff;
}
.in-all:hover {
    background: #048b19f2;
}
.out-all:hover {
    background: #b70303;
}
.out-all:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.out-in:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.amt-wrap {
    border: 1px solid #fcd25e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
.yll-txt {
    font-size: 10px;
    color: #ffa466;
}
.mw-wrap button {
    border: none;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 5px;
}
.mw-wrap {
    display: flex;
    flex-direction: column;
}
.amt-ttl {
    color: #ffa466;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.restore-box {
    text-align: end;
    color: #7682a5;
    margin-bottom: 10px;
}
.restore-box div {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.restore-box div img {
    max-width: 30px;
}
.user-balance-container {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.user-balance-container .profile-dropdown {
    width: 225px;
    position: absolute;
    top: 50px;
    right: 0;
    list-style-type: none;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
    border-radius: 10px;
    padding: 1rem 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.user-balance-container .profile-dropdown:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 60%;
    border-bottom: 6px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.user-balance-container .profile-dropdown li {
    padding: 10px;
}
.user-balance-container .user-balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #6b7ba8;
    cursor: pointer;
}
.user-balance-container .user-balance .coin-balance span {
    padding-left: 0.25rem;
}
.user-balance-container .user-balance .coin-balance img {
    width: 100%;
    max-width: 1.25rem;
    height: auto;
}
.user-balance-container .user-balance .coin-balance {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    padding-right: 0.25rem;
}
.user-balance-container .user-balance .header-arrow {
    width: 16px;
    height: 16px;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.user-balance-container .profile-dropdown li a {
    display: flex;
    align-items: center;
}
.btn-wallet {
    font-size: 12px;
    padding: 0px;
    border: none;
    margin-left: 6px;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    border-radius: 50px;
    padding: 2px 10px;
    color: #fff;
}
.coin-balance {
    background: linear-gradient(179deg, #ffc299 0%, #ffa466 95%);
    color: #fff;
    border-radius: 21px;
    padding: 2px 10px;
    font-size: 12px;
}
.vip-icon {
    width: 2.125rem;
    min-width: 2.125rem;
    height: 1.0625rem;
    background: linear-gradient(90deg, #ffe5b4, #ffaa09);
    color: #f0f6ff;
    text-align: center;
    font-weight: 700;
    font-size: .63rem;
    font-style: italic;
    line-height: 1.1rem;
    border-radius: 0.3125rem;
    z-index: 1;
    margin: 0;
}
.menu-right-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.profile-dropdown li a {
}
.user-balance-container .profile-dropdown li:hover {
    background: #ffbc8f21;
}
.user-profile-container .vip-icon {
    position: absolute;
    bottom: 0;
    right: -22%;
    background: #8b9ccb;
    z-index: 2;
}
.user-profile-container .user-profile-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.user-profile-container {
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
}
.user-balance-container p {
    margin-bottom: 0;
}
.user-balance-container .profile-dropdown.active {
    pointer-events: visible;
    opacity: 1;
}
.user-balance-container .profile-dropdown li a p {
    padding: 0 0.5rem;
    color: #6b7ba8;
}
.user-balance-container .menu_btm_navlink img {
    max-width: 25px;
}
.user-balance-container .user-balance .coin-balance:after {
    content: "";
    height: 1.25rem;
    width: 0.05rem;
    position: absolute;
    right: -0.03125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #6b7ba8;
}
.btn-signout {
    background-color: #414755;
    width: 100%;
    border: none;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
}
.floating img {
    width: 50%;
}
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
    bottom: 10%;
    position: fixed;
    z-index: 1000;
}
 @keyframes floating {
 from {
 transform: translate(0, 0px);
}
 65% {
 transform: translate(0, 15px);
}
 to {
 transform: translate(0, -0px);
}
}
.floating-all img {
    width: 70%;
}
.floating_modal .modal-content {
    background: none;
    border: none;
}
.floating-wrap img {
    display: block;
    margin: 0px auto;
    opacity: 1;
}
.floating-wrap .close {
    color: #fff;
    opacity: 1;
}
.floating_modal .close {
    color: #fff;
    opacity: 1;
    font-size: 50px;
    position: absolute;
    right: 0px;
    z-index: 10;
}
.floating-wrap a {
    position: relative;
}
.floating-text {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    padding: 16px;
    color: #000;
    font-weight: bold;
}
.floating-pop {
    display: inline-flex;
    padding: 10px 20px;
    color: #fff;
    font-size: 50px;
    text-shadow: 3px 3px black;
    line-height: 30px;
}
#closeButton {
    right: 0;
    top: 0px;
    color: #ffa466;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    font-size: 20px;
    font-weight: 100;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    font-weight: 900;
}
.btn-group-transfer {
    display: flex;
    justify-content: end;
    grid-gap: 10px;
}
.btn-group-transfer button {
    border: none;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    flex: 1;
}
.btn-in-transfer {
    background: #13ce2f;
}
.btn-out-transfer {
    background: #ff0000;
}
.logo img {
    max-width: 150px;
}
.msg-in ul {
    color: #000;
    padding-left: 5px;
}
.msg-in ul li {
    list-style: none;
    margin-bottom: 5px;
}
.msg-in ul li i {
    margin-right: 10px;
    color: #ffa36e;
}
.msg-in {
    font-weight: 500;
}
.msg-in p {
    margin-left: 15px;
}
.inner_product_content.vip_wrap {
    width: 400px;
    text-align: left;
    margin-left: auto;
    padding-top: 110px;
}
.status_wrapper {
    margin-top: 30px;
}
.vip_tit {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffbb8e;
}
.vip_con {
    font-size: 13px;
    margin-bottom: 20px;
    color: #000;
}
.vip_status_wrap {
    display: grid;
    grid-template-columns: 300px auto;
    padding-top: 300px;
}
.vip_status_wrap img {
    width: 235px;
}
.progress-bar {
    position: relative;
    overflow: hidden;
    /* height: 30px; */
    margin-top: 10px;
    border-radius: 30px;
    background: #dbdbdb;
}
.progress-bar>span {
    position: relative;
    display: block;
    height: 100%;
}
.progress-bar>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffbb8e;
}
.btn-apply:hover {
    color: #ffffff;
    background: linear-gradient(303deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #0000002e;
}
.current-status-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.current-status h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.status-bottom h6 {
    margin: 0;
    padding: 39px 0 0px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.status-bottom h6:before {
    width: 1px;
    height: 27px;
    position: absolute;
    background: #dbdbdb;
    bottom: 20px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}
.status-bottom p {
    color: #b0b0b0;
    font-size: 13px;
    padding: 7px 0 0;
    line-height: 13px;
    text-align: center;
}
.vip span {
    text-shadow: 1px 3px 4px #000;
}
.status-bottom span {
    display: block;
}
.color1 {
    color: #4a4237;
}
.color2 {
    color: #453733;
}
.color3 {
    color: #b7b7b7;
}
.color4 {
    color: #cbb584;
}
.color5 {
    color: #a7c2d7;
}
.color6 {
    color: #111;
}
.progress_percent_bronze {
    width: 7%;
}
.progress_percent_silver {
    width: 29%;
}
.progress_percent_gold {
    width: 50%;
}
.progress_percent_platinum {
    width: 72%;
}
.progress_percent_diamond {
    width: 100%;
}
.vip_table {
    color: #6c7ba8;
    text-align: center;
    font-size: 13px;
    margin-bottom: 50px;
}
.icon_1st {
    content: '';
    min-height: 28px;
}
.txt_yellow {
    color: #6c7ba8 !important;
    font-weight: bold !important;
}
.vip_line hr {
    border-top: 1px solid #6c7ba875;
    opacity: 1;
}
table.vip_table tbody tr td:first-child {
    text-align: left;
    color: #ffbb98;
    font-weight: bold;
}
table.vip_table tbody tr td img {
    width: 100px;
}
table.vip_table tbody tr td {
    padding: 10px;
}
table.vip_table tbody tr td.text-left {
    padding-bottom: 0px;
    padding-top: 12px;
    text-transform: uppercase;
    color: #ffbb93;
}
.vip_pri {
    font-size: 20px;
    vertical-align: bottom;
}
.vip_bom_img {
    text-align: center;
    padding-top: 30px;
}
.inner_main_body {
    background-color: #f1f5fe;
    min-height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
}
.inner_product_txt {
    margin-top: 45px;
}
.lotto-bg {
    background: #17181a url(../images/4d/lotto-bg.jpg) no-repeat top center;
    padding-bottom: 20px;
}
.fd-keno-in {
    margin-bottom: 15px;
    margin-left: 0px;
    position: relative;
}
.fd-keno-in img {
    position: relative;
    display: block;
    border: none;
    float: left;
    padding-left: 10px;
}
.lottery-bg {
    background: #000 url(../images/common/lottery-bg.jpg) top center no-repeat;
}
.lottery-item {
    float: left;
    position: relative;
    margin: 13px 0 13px 29px;
}
.btn-lottery-wrap {
    position: absolute;
    left: 0;
    bottom: -5px;
}
.btn-lottery-item {
    float: left;
    padding: 0 3px;
}
.btn-lottery {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #e3d08c;
    text-align: center;
    border: 1px solid #e3d08c;
    border-radius: 5px;
}
.btn-lottery:hover, .btn-lottery:focus {
    border: 1px solid #e3d08c;
    background: #e3d08c;
    color: #000000;
    text-decoration: none;
}
.payoutTable {
    border-collapse: collapse;
    border: 1px solid #e3d08c;
}
.payoutTable>tbody>tr>th {
    border: 1px solid #e3d08c;
    padding: 5px 5px;
    background: #e3d08c;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.payoutTable>tbody>tr>td {
    border: 1px solid #e3d08c;
    padding: 3px 5px;
    text-align: center;
}
.txt-bonus {
    position: relative;
    top: -1px;
}
.txt-bonus-desp {
    color: #e3d08c;
    font-weight: bold;
}
.fourD-titleBG {
    background-color: #3f3f3f;
    height: 26px;
}
.fourD-title {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
}
.fourD-topTxtone {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0;
    background: #fff;
}
.fourD-topTxttwo {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0px;
}
.fourD-topTxtthree {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background-color: #fff;
    padding: 1px;
    height: 15px;
}
.fourD-item {
    float: left;
    width: 265px;
    background-color: #e3e3e3;
    padding: 8px;
    border-radius: 5px;
    height: 335px;
    margin-bottom: 15px;
}
.fourD-item .fd-top {
}
.fourD-item .fd-top-left {
    float: right;
    width: 179px;
    padding-right: 3px;
}
.fourD-item .fd-top-left .fd-title-01 {
    padding-top: 2px;
    padding-right: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: right;
}
.fourD-item .fd-top-left .fd-title-02 {
    float: left;
    padding-left: 3px;
    width: 95px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}
.fourD-item .fd-top-left .fd-title-03 {
    float: right;
    font-size: 10px;
    color: #fff;
    padding-right: 3px;
}
.fourD-item .fd-top-left .fd-title-01w {
    padding-top: 2px;
    padding-left: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.fourD-item .fd-top-left .fd-title-02w {
    float: left;
    padding-left: 3px;
    width: 95px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}
.fourD-item .fd-top-left .fd-title-03w {
    float: left;
    font-size: 11px;
    color: #fff;
}
.fourD-item .fd-top-right {
    float: right;
    display: inline-block;
    width: 45%;
}
.fourD-item .fd-row-01, .fourD-item .fd-row-02 {
    margin-top: 7px;
}
.fourD-item .fd-row-bg {
    background: #7c7b7b;
}
.sixD-table {
    border-collapse: collapse;
    border: 2px solid #7c7b7b;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.sixD-table>tbody>tr>th {
    background: #3f3f3f;
    height: 24px;
    border: 2px solid #7c7b7b;
    color: #FFFFFF;
}
.sixD-table>tbody>tr>td {
    border: 2px solid #7c7b7b;
}
.fourd-TableBtm>tbody>tr>td {
    border: 2px solid #7c7b7b;
}
.btn-4d {
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    min-width: 180px;
    background: rgba(248, 253, 65, 1);
    background: -moz-linear-gradient(top, rgba(248, 253, 65, 1) 0%, rgba(225, 166, 3, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 253, 65, 1)), color-stop(100%, rgba(225, 166, 3, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 253, 65, 1) 0%, rgba(225, 166, 3, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 253, 65, 1) 0%, rgba(225, 166, 3, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 253, 65, 1) 0%, rgba(225, 166, 3, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 253, 65, 1) 0%, rgba(225, 166, 3, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fd41', endColorstr='#e1a603', GradientType=0);
}
.btn-4d:hover, .btn-4d:focus {
    color: #000000;
    text-decoration: none;
    background: rgba(225, 166, 3, 1);
    background: -moz-linear-gradient(top, rgba(225, 166, 3, 1) 0%, rgba(248, 253, 65, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225, 166, 3, 1)), color-stop(100%, rgba(248, 253, 65, 1)));
    background: -webkit-linear-gradient(top, rgba(225, 166, 3, 1) 0%, rgba(248, 253, 65, 1) 100%);
    background: -o-linear-gradient(top, rgba(225, 166, 3, 1) 0%, rgba(248, 253, 65, 1) 100%);
    background: -ms-linear-gradient(top, rgba(225, 166, 3, 1) 0%, rgba(248, 253, 65, 1) 100%);
    background: linear-gradient(to bottom, rgba(225, 166, 3, 1) 0%, rgba(248, 253, 65, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1a603', endColorstr='#f8fd41', GradientType=0);
}
.fd-bg {
    background: url(../images/common/fd-bg.png)top left no-repeat;
    margin-left: 12px;
    width: 718px;
    float: left;
    border-radius: 12px;
    position: relative;
    height: 353px;
    display: flex;
}
.fd-co {
    position: absolute;
    right: 40px;
    top: 66px;
}
.fd-date {
    padding: 11px;
    border-radius: 0px 12px 12px 0px;
    position: absolute;
    left: 6%;
    top: 25px;
}
.fd-btn {
    padding: 0px;
}
.fd-top {
    display: flex;
    align-items: center;
}
.btn-fdd {
    flex: 3 0px;
    margin: 15px 0px;
    justify-content: center;
    display: flex;
}
.drwn-nm {
    width: 100%;
    display: flex;
    position: relative;
}
span.btn-clr {
    border-radius: 50%;
    background: url(../images/common/Ellipse.png);
    width: 70px;
    height: 73px;
    padding: 5px;
    text-align: center;
    font-size: 43px;
    margin: 0px 11px;
    font-weight: bold;
}
.date-time {
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    background: #ce0701;
    margin: 32px 13px 10px 13px;
}
.lotto-guide {
    color: #000;
}
.btn-4d {
    margin: 0px 5px;
}
.fd-btn h4 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.btn-box button {
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}
.btn-drwn {
    background: #fff;
    color: #db427b;
    font-weight: bold;
    padding: 5px 40px;
    text-transform: uppercase;
    border-radius: 21px;
}
.btn-pay {
    background: url(../images/common/fd-btn-y.png) no-repeat;
    color: #f12f43;
}
.btn-plly {
    background: url(../images/common/fd-btn-r.png) no-repeat;
    color: #fddd00;
}
.fd-in {
    display: flex;
    margin-top: 30px;
}
.btn-l {
    width: 50%;
    background-size: 100% 100%;
    height: 35px;
    font-weight: bold;
}
#PayOut .modal-header {
    display: block;
}
#PayOut .modal-title {
    text-align: left;
}
.modal-table2 table tr td {
    border: 1px solid #55dcb5 !important;
    padding: 5px;
    font-size: 14px;
    color: #fff;
}
.modal-content_cus {
    background: #000000e3;
    color: #fff;
    width: 635px;
}
.modal-content_cus .close {
    color: #55dcb5;
    opacity: 1;
    position: relative;
    top: 6px;
}
.trTitle {
    background: #55dcb5;
    color: #FFF;
    text-shadow: 0px 0px 1px #000, 0px 0px 5px #000;
}
.btn-pay:hover {
    color: #414141;
}
.modal-bg h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.btn-drwn:hover {
    background: #db427b;
    color: #fff;
}
.btn-plly:hover {
    color: #fff;
}
.fd-top ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    width: 100%;
}
.fd-box {
    background: url("../images/common/frame-btn.png") no-repeat center top;
    width: 189px;
    height: 229px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 0px 0px 3px #c1e887, 0px 0px 5px #3db6ba;
}
.fd-keno-iteam {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px 3px #4c4c4c47;
    border-radius: 10px;
}
.fd-row-01 table tr, th, td {
    height: 0px;
}
.lotto_wrap {
    padding-top: 55%;
    display: flex;
    gap: 20px;
    padding-left: 30px;
}
.lotto_wrap .btn_enter p {
    font-size: 16px;
    color: #b2b2b2;
    text-shadow: none;
}
.bonus_c_wrap iframe {
    width: 100%;
    height: 100%;
}
.footer-center {
    display: flex;
    align-items: center;
    gap: 10px;
}
.f_provider p {
    color: #fff;
    font-size: 10px;
    text-align: left;
    margin-bottom: 0px;
}
.f_provider span {
    color: #fdc495;
    text-align: left;
}
.img-logo img {
    max-width: 130px;
}
.footer-1 {
    width: 430px;
}
.footer-2 {
    width: 400px;
}
.center-lft {
    text-align: left;
}
.contact-icon {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.footer-3 {
    text-align: left;
}
.lotto-table {
    margin-top: 100px;
    margin-bottom: 30%;
}
.fd-btn.active p, .fd-btn:hover p {
    color: #fff;
    margin-bottom: 10px;
}
.lotto_wrap .btn_enter:hover img, .lotto_wrap .btn_enter.active img {
    content: url('../images/index/prov-bg-org.png');
}
.lotto_wrap .btn_enter img {
    max-width: 190px;
    height: 64px;
}
.fd-red {
    background: #fa0000;
}
.fd-yellow {
    background: #ffc100;
}
.fd-blue {
    background: #1b377c;
}
.fd-cyan {
    background: #0065a6;
}
.fd-cred {
    background: #e91222;
}
.fd-green {
    background: #37a105;
}
.fd-orange {
    background: #f68b01;
}
.fd-red .fd-row-bg {
    background: #fa0000;
}
.fd-yellow .fd-row-bg {
    background: #ffc100;
}
.fd-blue .fd-row-bg {
    background: #1b377c;
}
.fd-cyan .fd-row-bg {
    background: #0065a6;
}
.fd-cred .fd-row-bg {
    background: #e91222;
}
.fd-green .fd-row-bg {
    background: #37a105;
}
.fd-orange .fd-row-bg {
    background: #f68b01;
}
.fd-red .fourd-TableBtm>tbody>tr>td {
    border: 2px solid #fa0000;
}
.fd-yellow .fourd-TableBtm>tbody>tr>td {
    border: 2px solid #ffc100;
}
.fd-blue .fourd-TableBtm>tbody>tr>td {
    border: 2px solid #1b377c;
}
.fd-cyan .fourd-TableBtm>tbody>tr>td {
    border: 2px solid #0065a6;
}
.fd-cred .fourd-TableBtm>tbody>tr>td {
    border: 2px solid #e91222;
}
.fd-green .fourd-TableBtm>tbody>tr>td {
    border: 2px solid #37a105;
}
.fd-orange .fourd-TableBtm>tbody>tr>td {
    border: 2px solid #f68b01;
}
.fd-red .fourD-topTxtone {
    border: 2px solid #fa0000;
}
.fd-yellow .fourD-topTxtone {
    border: 2px solid #ffc100;
}
.fd-blue .fourD-topTxtone {
    border: 2px solid #1b377c;
}
.fd-cyan .fourD-topTxtone {
    border: 2px solid #0065a6;
}
.fd-cred .fourD-topTxtone {
    border: 2px solid #e91222;
}
.fd-green .fourD-topTxtone {
    border: 2px solid #37a105;
}
.fd-orange .fourD-topTxtone {
    border: 2px solid #f68b01;
}
.fd-red .fourD-titleBG td {
    border: 2px solid #fa0000;
}
.fd-yellow .fourD-titleBG td {
    border: 2px solid #ffc100;
}
.fd-blue .fourD-titleBG td {
    border: 2px solid #1b377c;
}
.fd-cyan .fourD-titleBG td {
    border: 2px solid #0065a6;
}
.fd-cred .fourD-titleBG td {
    border: 2px solid #e91222;
}
.fd-green .fourD-titleBG td {
    border: 2px solid #37a105;
}
.fd-orange .fourD-titleBG td {
    border: 2px solid #f68b01;
}
.draw-date {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}
.draw-date .date {
    font-size: 30px;
}
.draw-date p {
    margin-bottom: 0px;
}
.calendar-container {
    width: 220px;
    margin: 0 auto;
}
#datepicker {
    display: block;
    margin: 0 auto;
    padding: 10px;
}
.ui-datepicker {
    width: 230px !important;
    height: 205px !important;
    font-size: 11px !important;
    font-weight: bold;
}
.section_service02 .position-relative {
    padding: 0px;
}
#payout .msg-in p, #rules .msg-in p {
    margin-left: 0px;
    margin-bottom: 0px;
    color: #000;
}
.payout-table {
    margin: 20px 0px;
}
#rules .msg-in ul li {
    list-style-type: disc;
}
#rules .msg-in ul {
    margin-left: 15px;
    margin-top: 10px;
}
.login-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}
.bonus_c_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-top: 30px;
    margin-bottom: 70px;
    background: url(../images/index/index-spb-bg.png) no-repeat top right;
}
.bonus_c_wrap {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 10px;
    padding-top: 30px;
    margin-bottom: 70px;
}
.slide_txt01 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}
.slide_txt02 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.index-live {
    display: flex;
    gap: 5px;
}
.carousel-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 150px;
}
.slide-btn1:hover, .slide-btn1.active {
    background: url(../images/index/button_hover-wbet.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 5px 10px;
}
.slide-btn1 {
    background: url(../images/index/button-wbet.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 5px 10px;
}
.slide-btn2:hover, .slide-btn2.active {
    background: url(../images/index/button_hover-saba.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 5px 10px;
}
.slide-btn2 {
    background: url(../images/index/button-saba.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 5px 10px;
}
.slide-btn3:hover, .slide-btn3.active {
    background: url(../images/index/button_hover-m9.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 5px 10px;
}
.slide-btn3 {
    background: url(../images/index/button-m9.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 5px 10px;
}
.slide-btn4:hover, .slide-btn4.active {
    background: url(../images/index/button_hover-cmd.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 5px 10px;
}
.slide-btn4 {
    background: url(../images/index/button-cmd.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 5px 10px;
}
.carousel-btn button {
    border: none;
}
.slide_txt {
    line-height: 1;
    text-align: left;
    padding: 10px 0px 5px;
}
.title-bg {
    background: url(../images/tournament/title.png)no-repeat center;
    height: 595px;
    position: relative;
    margin-top: 40px;
}
.title-money {
    color: #fff;
    font-size: 23px;
}
.title-text {
    position: absolute;
    bottom: 40px;
    color: #ebce60;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 25px;
}
.tournament-table {
    width: 80%;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 30% 70%;
}
.tournament-table span {
    padding: 10px 15px;
}
.tournament-table .span-1 {
    color: #ebce60;
    background: rgba(0, 0, 0, 0.753);
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: 600;
    font-size: 18px;
}
.tournament-table .span-2 {
    color: #fff;
    background: rgba(0, 0, 0, 0.507);
    margin-bottom: 2px;
    font-weight: 600;
}
.tournament-btn-group {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 50px;
    margin: 0 auto;
}
.modal#result {
    top: 0;
}
.tournament button.close {
    color: #ebce60;
    position: absolute;
    right: -35px;
    top: -180px;
    opacity: 1;
    height: 30px;
    border: 1px solid #ebce60;
    width: 30px;
    border-radius: 50%;
    text-shadow: none;
}
.tournament .title-text {
    bottom: 45px;
    left: 31%;
}
.tournament-header {
    position: absolute;
    top: -75px;
    text-align: center;
    width: 100%;
    z-index: 99;
    left: -161px;
}
.result-table {
    margin-top: 255px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.result-table table {
    width: 100%;
    color: #fff;
}
.result-table tr:nth-child(odd) {
    background: #160f00;
}
.result-table tr:nth-child(even) {
    background: #231401;
}
.result-table tr td {
    padding: 5px 15px;
}
.result-table tr td:last-child {
    color: #ebce60;
}
.tnc button.close {
    text-shadow: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: -25px;
    opacity: 1;
}
.tnc .modal-dialog {
    padding-top: 10px !important;
}
.tnc-content {
    margin-top: 50px;
    color: #fff;
}
.modal-dialog.tournament {
    height: 100%;
    margin-top: 105px;
    background: none;
    border: none;
    box-shadow: none;
}
.modal-content.tournament {
    background: #2e1d01;
    border: 1px solid #c6c257;
    border-radius: 10px;
    margin-top: 70px;
}
.tournament-countdown {
    background: url(../images/tournament/time-stage.png)no-repeat center;
    text-align: center;
    min-height: 138px;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 12px;
}
.countdown-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.tbox-1 {
    font-size: 33px;
    display: inline-block;
    font-weight: 600;
    background: #160c14a6;
    padding: 3px 3px;
    border-radius: 6px;
    margin: 1px;
    color: #ffffff;
    border: 1px solid #a57b33;
    width: 23%;
    height: 50px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dbox-1 {
    font-size: 25px;
    font-weight: 600;
    color: #fffc7b;
    margin: 3px;
    line-height: 1;
}
.time-cap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 2px 0 0 0;
    grid-gap: 13px;
    max-width: 75%;
    margin: 0 auto;
}
.tcap-1 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgb(255 240 137) 0%, rgb(172 121 46) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tournament-count {
    position: relative;
    top: 25px;
}
.ttl-tour {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    width: 100%;
    align-items: flex-end;
    margin-top: 4%;
}
.ttl-tour-all img {
    width: 85%;
}
.ttl-tour-center img {
    width: 100%;
}
.ttl-tour-all-txt {
    color: #6c7ba8;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
table.tournament_table_wrap {
    border-collapse: collapse;
    border-spacing: 0;
}
table.tournament_table_wrap tr th {
    background: #7e7e7e;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0px 5px 20px;
}
table.tournament_table_wrap tr td {
    color: #ff8519;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0px 0px 20px;
    font-weight: 500;
}
table.tournament_table_wrap tr:nth-child(odd) {
    background: #ededed;
}
.tournament_table {
    padding: 30px 0;
    width: 60%;
    margin: auto;
}
button.tournament_btn {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #ae8410;
    min-width: 120px;
    padding: 5px;
    border-radius: 5px;
}
.tournament_btn_wrap {
    display: flex;
    justify-content: center;
    grid-gap: 15px;
    padding-bottom: 20px;
}
.tournament_modal .modal-bg {
    color: #fff;
}
.tournament_modal .modal-header .close {
    padding: 0px;
    color: #000;
    font-weight: 400;
    text-shadow: none;
    border: 3px solid #ffa568;
    border-radius: 56px;
    width: 32px;
    height: 32px;
    opacity: 1;
    margin: 0;
    margin-top: 15px;
    font-size: 26px;
    position: absolute;
    right: -11px;
    top: -30px;
    background: #fff;
}
#tournament_prizepastModal.tournament_modal .modal-header .close {
    padding: 0px;
    color: #ffae00;
    font-weight: 400;
    text-shadow: none;
    border: 3px solid #ffae00;
    border-radius: 56px;
    width: 32px;
    height: 32px;
    opacity: 1;
    margin: 0;
    margin-top: 15px;
    font-size: 26px;
    position: absolute;
    right: 7px;
    top: -9px;
    z-index: 1;
}
.tournament_modal .modal-header {
    border-bottom: 1px solid #ffffff00;
    display: block;
    position: relative;
    padding: 10px 10px 0 10px;
}
.tournament_modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    position: absolute;
    width: 309px;
    top: -20px;
    left: 0;
    right: 0;
    background: linear-gradient(181deg, #ffc299 0%, #ffa466 95%);
    border-radius: 5px;
    padding: 4px;
    margin: auto;
    text-transform: uppercase;
}
.tournament_modal .modal-content {
    background-color: #fff;
    color: #fff;
    width: 400px;
    border-radius: 18px;
}
.tournament_modal .modal-dialog {
    margin-top: 80px;
}
.remark_red {
    color: red;
}
.body_tournament_past {
    background: url(../images/common/event/bg-result.jpg) center top / cover;
}
.tournament_past_wrapper {
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 15px;
}
.tournament_past_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.tournament_past_grid_each {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tournament_past_grid_each img {
    width: 100%;
}
.tournament_past_grid_txt {
    color: #fba463;
    position: absolute;
    text-align: center;
    font-size: 40px;
    top: 60px;
    line-height: 1;
    font-weight: bold;
}
.tournament_past_grid_txt .grid_txt_th {
    font-size: 18px;
}
.tournament_past_grid_txt_grid {
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-top: 5px;
}
.tournament_p_title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
.tournament_p_title2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
}
.tournament_p_title3 {
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(#fdf5e0 26%, #bf8005 49%, #e7a916 50%, #bf8005 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
}
.tournament_past_wrap {
    padding-bottom: 30px;
}
.modal_past_content {
    background-image: url(../images/common/event/bg-congratulations.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.tournament_top_img img {
    width: 60%;
}
.body_tournament_wrap {
    padding: 0 10px;
}
.body_tournament_past a.tournament_swap.active {
    text-shadow: 2px 1px 6px #ff0000, -2px -1px 7px #ff0000;
    border-bottom: 4px solid #ffae00;
}
.side-ico.ico-grd.ico_tour img {
    height: 20px;
    filter: grayscale(0) invert(0);
    display: block;
    margin: 0px auto;
}
.tournament_title {
    font-size: 17px;
    font-weight: 700;
}
.ttl-winner {
    position: relative;
}
.ttl-winner span {
    color: #fff;
    position: absolute;
    font-weight: 900;
    font-size: 25px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
table.tournament_table_wrap tr:nth-child(even) {
    background: #e1e1e1;
}
#wName_r2 {
    color: #ff8519;
    font-size: 30px;
}
#wVal_r2 {
    color: #ff8519;
}
.ttl-tour-all.ttl-tour-center {
    position: relative;
    bottom: 20px;
}
#winner-list {
    margin-top: 5%;
    margin-bottom: 5%;
}
.pro-category {
    margin-top: 10%;
}
.pro-cat .nav-tabs .nav-item .nav-link {
    background: none;
    border: none;
    padding: 0px;
}
.pro-cat .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 0px;
}
.pro-cat .nav-tabs .nav-item.reward-box2 {
    width: 150px;
}
.pro-cat .nav-tabs .nav-item .nav-link.active .winner-cat .winner-cat-btn {
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border: none;
    font-weight: bold;
}
.winner-cat-btn {
    width: 100%;
    color: #6c7ba8;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border: none;
    box-shadow: -1px 0px 5px #ffaa7991;
}
.past-event {
    margin: 5% 0%;
}
.tournament_modal .modal-header .close span {
    position: relative;
    top: -6px;
}
.lotto-guide .tournament_table {
    width: 100%;
    padding: 10px;
}
.lotto-guide ul {
    padding-left: 18px;
}
.congratulation p {
    margin-bottom: 0px;
    font-size: 25px;
    text-transform: capitalize;
    color: #ffab7b;
}
.congratulation {
    text-align: center;
    font-weight: bold;
}
.tournament_modal.tour_tnc .modal-content {
    width: 800px;
}
.tournament_modal.tour_tnc .modal-dialog {
    max-width: 800px;
}
.jackpot_bg {
    background-image: url(../images/jackpot/bg-jackpot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.productpage_grid.prod-top {
    align-items: flex-start;
    top: 50px;
}
.prod-top .productpage_grid_left {
    margin-top: 50px;
    height: 100%;
}
.prod-top .btn_enter {
    top: 25%;
}
.jackpot-title-bg {
    background: url(../images/jackpot/stage-baccarat.png)no-repeat center;
    height: 627px;
    position: relative;
}
.jackpot-body {
    padding-top: 150px;
}
.jackpot_table {
    padding: 20px;
    width: 100%;
}
#jackpot-winner-list {
    padding: 0px;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 60px;
}
.jackpot {
    margin: 25px 0%;
}
.jackpot .btn_enter {
    margin: 0 auto;
    padding-bottom: 100px;
}
.jackpot-amount {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
.jackpot-amount p {
    font-size: 68px;
    font-weight: bold;
}
.jackpot-amount span {
    font-size: 50px;
    margin-right: 15px;
    color: #e8b28d;
}
.pmc-title-bg {
    background: url(../images/jackpot/pmc/pmc-bg.jpg)no-repeat center;
    height: 1080px;
    position: relative;
}
.pmc-body {
    padding-top: 50px;
}
.pmc-bottom {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 100px;
    align-items: center;
}
.pmc-game {
}
.pmc-reward {
    text-align: center;
    margin-top: 90px;
}
.reward span {
    color: #ff965c;
    font-size: 40px;
    margin-right: 10px;
}
.reward p {
    font-weight: 600;
    font-size: 50px;
    position: absolute;
    bottom: -100px;
    left: 48%;
    transform: translate(-50%, -50%);
}
.reward {
    position: relative;
    margin-bottom: 50px;
}
.pmc-reward-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 5%;
    padding-bottom: 10%;
}
.pmc-reward-1 .reward p {
    font-weight: 600;
    font-size: 50px;
    position: absolute;
    bottom: -100px;
    left: 38%;
    transform: translate(-50%, -50%);
}
.tab_search {
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: #a2a4a1;
    width: 100%;
    margin: 30px 0px;
    box-shadow: 0px 0px 10px 3px #4c4c4c47;
}
.tab_search input {
    border: none;
    margin-left: 10px;
}
.tab-right {
    float: right;
}
.ann-wrap {
    display: flex;
    background: #292929;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
    align-items: center;
}
.announcementpopupimg img {
    margin: auto;
    border-radius: 5px;
}
#announcementpopup .carousel-control-prev {
    left: -22px;
}
#announcementpopup .carousel-control-next {
    right: -22px;
}
.announcementmodal.modal {
    z-index: 999999;
}
.announcementmodal .modal-content {
    position: relative;
}
.announcementmodal .close {
    right: 0;
    bottom: -35px;
    color: #ffa566;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    font-size: 27px;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.announcementmodal.detectannouncementmodal02 .close {
    position: absolute;
    right: 55px;
    top: 20px;
}
.announcementmodal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.announcementmodal .modal-dialog {
    max-width: 500px;
}
.annou-pop {
    border-radius: 18px;
    background: #fdfdfdd4;
    padding: 20px;
    color: #434141;
    border: 1px solid #ff851a;
}
.annou-ttle {
    color: #434141;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #ff871e;
    padding-bottom: 7px;
}
.annou-content {
    padding-top: 25px;
    font-size: 12px;
}
.announcementmodal .modal_close {
    z-index: 10;
    color: #fff;
    opacity: 1;
}
.annou-content img {
    display: block;
    margin: 0px auto;
}
.annou-pop p {
    margin-top: 20px;
    margin-bottom: 0px;
}
.round {
    position: relative;
    margin-right: 10px;
    height: 16px;
}
.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    margin: 0px;
}
.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 1px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 12px;
}
.round input[type="checkbox"] {
    visibility: hidden;
}
.round input[type="checkbox"]:checked+label {
    background-color: #2283f6;
    border-color: #2283f6;
}
.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}
.cls-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
}
.transfer-btn {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    border: none;
    border-radius: 20px;
    color: #fff;
    margin-left: 10px;
    padding: 0px 10px;
}
#forgot_f_wrap_id .input-group-text {
    position: absolute;
    background: transparent;
    padding: 0px;
    top: 8px;
    border: none;
    left: 5px;
}
.input-group-text select {
    border: none;
    background: #e6eff7;
}
.contact-input {
    margin-left: 0px;
    padding-left: 60px !important;
}
.qr-table tr td {
    border: 1px solid #becaec;
    padding: 10px;
    font-size: 12px;
}
.qr-table td:last-child {
    width: 70%;
}
.qr-table i {
    float: right;
    position: relative;
    top: 4px;
}
.view-btn {
    background: none;
    border: 0;
    text-decoration: underline;
    color: #ffa977;
}
.rd-color {
    color: #ffa977;
}
#tournamentContent table tr th {
    background: linear-gradient(181deg, #ffc299 0%, #ffa466 95%);
}
#tournamentContent table tr th, td {
    text-align: center;
    border: 1px solid #6c7ba875;
    padding: 5px 10px;
}
#tournamentContent table {
    width: 80%;
    margin-bottom: 10px;
}
#tournamentContent img {
    margin-bottom: 10px;
}
#tournamentContent ul li {
    list-style: decimal;
    padding-left: 10px;
}
.header_wrap .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.header_wrap .nav-item.dropdown:hover .dropdown-toggle {
    color: #000;
    background-color: #f8f9fa;
}
.dropdown_title p {
    margin-bottom: 0px;
}
.header_wrap .dropdown .dropdown-menu {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .95), rgba(214, 227, 246, .95));
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
    max-height: 700px;
    overflow-y: scroll;
    transform: translate3d(-195px, 32px, 0px) !important;
}
.header_wrap .dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
}
.dropdown_title_icon img {
    max-width: 35px;
}
 .header_wrap .dropdown .dropdown-menu::-webkit-scrollbar {
 width: 0px;
}
 .header_wrap .dropdown .dropdown-menu::-webkit-scrollbar {
 height: 4px;
}
 .header_wrap .dropdown .dropdown-menu::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
 background: #cdcdcd;
}
.left-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}
.right-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.daily_icon {
    width: 25px;
    margin-right: 10px;
}
.tournament_sec {
    margin: 15px 0;
}
.daily_wrap {
    padding: 0;
}
.daily_wrap_img {
    overflow: hidden;
    position: relative;
}
.daily_table_wrap {
    background: linear-gradient(to bottom, #fff 0%, #ebf0ff 60%, #fff 100%);
    padding: 20px 10px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 360px;
    box-shadow: 0px 0px 4px 0px #cbcbcb;
    border-radius: 0px 0px 15px 15px;
}
.battle_card_title {
    font-size: 18px;
    max-height: 52px;
    max-width: 160px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #fff;
}
.daily_wrap_img_inn {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.battle_card_timer {
    padding: 9px 15px;
    width: 160px;
    height: 51px;
    background: hsla(0,0%,100%,.18);
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.battle_card_label {
    position: absolute;
    left: -1px;
    top: -2px;
    transform: translateY(-50%);
    font-weight: 800;
    font-size: 9px;
    line-height: 120%;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    opacity: .9;
    background: #fed700;
    border-radius: 8px 8px 8px 0;
    padding: 2px 6px;
    white-space: nowrap;
}
.battle_card_timer_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
.battle_card_block_value {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
}
.battle_card_block_name {
    color: #ffffffb8;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}
.battle_card_timer_dot {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    align-self: flex-start;
}
.battle_card_prize {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    background: #fed700;
    box-shadow: 0 6.88237px 13.1093px -6.88237px rgba(0,0,0,.08);
    border-radius: 8px;
    font-weight: 800;
    color: #000;
    height: 36px;
    width: fit-content;
}
.battle_card_prize_title {
    font-size: 9px;
    line-height: 120%;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .9;
    width: 32px;
    margin-right: 6px;
    white-space: pre-line;
    flex-shrink: 0;
}
.battle_card_prize_amount {
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    font-weight: 800;
}
.daily_table_wrap table thead tr {
    color: #6c7ba8;
    font-size: 11px;
    font-weight: 600;
}
.daily_table_wrap table img {
    width: 27px;
}
.table_user {
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
}
.table_user_content {
    display: flex;
    flex-direction: column;
}
.table_user_content span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em;
    color: #6c7ba8;
    font-weight: 500;
}
.table_user_content span.name {
    color: #ff8633;
}
.daily_table_wrap table tr th {
    padding: 5px;
}
.daily_table_wrap table tr {
    border-bottom: 1px solid #ffbb8d;
}
.daily_view {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px 5px 5px;
    gap: 10px;
}
.daily_view a {
    font-weight: 600;
    font-size: 12px;
    min-width: 150px;
}
.btn-more {
    color: #fff;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    box-shadow: 0 3px 6px 2px #ffa46652;
}
.btn-challenge {
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
    border-radius: 50px;
    padding: 5px 10px;
    color: #6c7ba8;
    box-shadow: 0 1px 3px 0px #4a89fc91;
}
.arrow_slider_wrp {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_title {
    color: #93acd3;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.daily_icon {
    width: 25px;
    margin-right: 10px;
}
.arrow_slider {
    display: flex;
    grid-gap: 6px;
    margin: 10px 0;
}
.arrow_slider .slide-arrow {
    cursor: pointer;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    padding: 2px 25px;
    border-radius: 33px;
    color: #ffffff;
    font-size: 18px;
}
.transaction_container {
    position: relative;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    background: #f4f8ff url(../images/index/live-transaction.png) bottom right no-repeat;
    box-shadow: 0px 0px 4px 0px #cbcbcb;
}
.transaction_title_box {
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.transaction_title {
    display: flex;
    align-items: center;
}
.transaction_title img {
    width: 25px;
    margin-right: 10px;
}
.transaction_title .text {
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    color: #A6A9B2;
}
.transaction_time {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #000000;
    padding: 10px;
}
.transaction_box {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}
.transaction_content {
    width: calc(100% - 20px);
    position: relative;
}
.transaction_content_box_title {
    display: flex;
    align-items: center;
}
.transaction_content_box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.transaction_content_1_title {
    font-weight: 700;
    font-size: 14px;
    color: #6c7ba8;
    width: 50%;
}
.transaction_content_2_title {
    font-weight: 700;
    font-size: 14px;
    color: #6c7ba8;
    width: 50%;
}
.transaction_content_1 {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #6c7ba8;
    width: 50%;
}
.transaction_content_1 img {
    width: 30px;
    margin-right: 10px;
}
.transaction_content_2 {
    font-weight: 400;
    font-size: 14px;
    color: #6c7ba8;
    width: 50%;
}
.btn-live {
    display: flex;
    align-items: center;
    gap: 10px;
}
.text-trs {
    font-size: 20px;
    line-height: 20px;
    color: #6c7ba8;
}
.fnt-wh {
    color: #ffa86c;
    font-weight: bold;
}
.wrap-live {
    background: #ffbd9030;
    padding: 10px 20px;
    border-radius: 15px;
}
.bonus_box {
    border-radius: 0.75rem;
    color: #fff;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    margin: 10px auto;
    min-height: 260px;
    padding: 0;
    position: relative;
    width: 100%;
    box-shadow: 0 3px 6px 2px #0000002e;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
}
.bonus_box_custom {
    grid-template-columns: 275px 1fr;
}
.bonus_left_box {
    background: #ffbd9030;
    border-radius: 0.75rem;
    float: left;
    margin: 10px;
    min-height: 250px;
    position: relative;
}
.copy_overview_inner {
    padding: 10px;
}
.copy_title {
    color: #ffaa6f;
    font-size: 24px;
    min-height: 68px;
    padding: 10px 10px 0;
    font-weight: 700;
}
.copy_value_title {
    color: #6c7ba8;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0 5px;
}
.copy_value {
    align-items: center;
    border-radius: 0.25rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 10px;
    height: 34px;
    justify-content: space-between;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 0 0 0px;
    text-align: left;
}
.copybtn {
    background-color: #ffaa6f;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    font-size: 15px;
    border-radius: 4px;
}
.copy_value input {
    height: 34px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
}
.bonus_right_box_top {
    background: #ffbd9030;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 108px;
    padding: 10px 16px;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bonus_data_block {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.bonus_data_block h4 {
    color: #6c7ba8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-top: 18px;
    text-align: center;
}
.bonus_data_block span {
    line-height: 40px;
    font-weight: 600;
    color: #ffaa6f;
}
.bonus_right_box_bottom {
    background: #ffbd9030;
    display: grid;
    justify-items: flex-start;
    margin-bottom: 10px;
    margin-top: 15px;
    min-height: 140px;
    position: relative;
    border-radius: 0.75rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    grid-template-columns: minmax(120px, 240px) 90px 2fr;
    align-items: center;
    grid-gap: 30px;
}
.bonus_plan_title {
    align-items: center;
    color: #ffaa6f;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-style: italic;
    margin: 0 auto;
    padding-left: 30px;
    max-width: 240px;
    justify-content: center;
    font-weight: 700;
    line-height: 1.3;
}
.bonus_plan_txt {
    min-width: 150px;
    display: flex;
    grid-column-end: auto;
    grid-column-start: auto;
    align-items: center;
    color: #ffaa17;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    justify-content: left;
    padding-left: 20px;
    text-align: left;
    font-weight: 700;
    position: relative;
}
.trophy_m {
    display: none;
}
.bonus_plan_txt_tooltit, .bonus_plan_txt_tooltit2 {
    display: none;
    position: absolute;
    font-size: 10px;
    color: #fff;
    width: 260px;
    font-weight: 500;
    top: 33px;
    z-index: 999;
    background-color: #0e2649c2;
    padding: 5px;
    border-radius: 10px;
}
.bonus_ques, .bonus_ques2 {
    color: #6c7ba8;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}
.bonus_card_overview_title {
    margin: 0 auto;
    padding: 0;
}
.bonus_card_overview_title h2 {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    font-weight: 700;
}
.bonus_card_overview_inner {
    display: flex;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 98px;
    position: relative;
}
.bonus_card_item {
    align-items: center;
    border-radius: 8px;
    display: flex;
    width: 32%;
    box-shadow: 0 3px 6px 2px #0000002e;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
}
.bonus_card_item_icon {
    margin: 0 10px;
    position: relative;
    width: 80px;
}
.bonus_card_item_div {
    display: flex;
    flex-direction: column;
    margin-left: 13px;
}
.bonus_card_item_title {
    color: #6c7ba8;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
}
.bonus_card_item_number {
    color: #ffaa6f;
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 0;
}
.bonus_card_item_people {
    color: #6c7ba8;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}
.bonus_invite_box_title {
    color: #ffaa6f;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    font-weight: 400;
}
.bonus_content_box {
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    box-shadow: 0 3px 6px 2px #0000002e;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
}
.bonus_left_content_box {
    padding: 30px 0 30px 30px;
    width: 45%;
}
.bonus_left_title {
    color: #ffaa6f;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
}
.bonus_left_text {
    color: #6c7ba8;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}
.bonus_left_money {
    color: #ffaa6f;
    font-size: 16px;
    font-weight: 900;
}
.bonus_right_content_box {
    align-items: center;
    display: flex;
    flex: 1 1;
    justify-content: center;
}
.bonus_right_content_box img {
    width: 270px;
    padding: 10px;
}
.bonus_invite_list {
    border-radius: 18px 18px 18px 18px;
    margin-top: 24px;
    opacity: 1;
    padding-bottom: 30px;
    padding-top: 24px;
    box-shadow: 0 3px 6px 2px #0000002e;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
}
.bonus_table_title {
    color: #ffaa6f;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}
.bonus_invite_list .bonus_table_ul {
    display: flex;
    flex-direction: column;
    padding: 0 36px;
}
.bonus_invite_list .bonus_table_ul .bonus_table_li {
    cursor: pointer;
    display: flex;
    width: 100%;
}
.bonus_invite_list .bonus_table_ul .bonus_table_list_li {
    background: #ffbd9030;
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
}
.bonus_table_text {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.bonus_table_invite_nav {
    align-items: center;
    color: #ffaa6f;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    min-height: 40px;
    text-align: center;
    width: 190px;
}
.bonus_invite_list .bonus_table_ul .bonus_table_list_li:nth-last-child(3) {
    background: #ffbd9052;
}
.bonus_invite_list .bonus_table_ul .bonus_table_list_li:nth-last-child(2) {
    background: #ffbd9091;
}
.bonus_invite_list .bonus_table_ul .bonus_table_list_li:last-child {
    background: #ffbd90;
}
.bonus_box .bonus_card_overview {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.bonus_card_overview_title h2 {
    color: #ffaa6f;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.questiontool_wrap {
    position: relative;
}
.bonus_bets_box {
    border-radius: 8px;
    margin-top: 20px;
    min-height: 620px;
    padding-bottom: 20px;
    width: 100%;
    box-shadow: 0 3px 6px 2px #0000002e;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
}
.bonus_bets_top {
    display: flex;
    justify-content: space-around;
}
.bonus_bets_top_left {
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-top: 30px;
    padding-left: 35px;
    width: 49%;
}
.bonus_bets_bgc {
    background-color: hsla(0,0%,100%,.1);
    border-radius: 10px;
    padding: 20px 20px 25px 25px;
    font-weight: 600;
}
.bonus_bets_desc {
    color: #6c7ba8;
    font-size: 16px;
    line-height: 1.5;
}
.bonus_bets_top_example {
    color: #6c7ba8;
    line-height: 26px;
    margin-top: 10px;
    padding-right: 12px;
    width: 100%;
    margin-bottom: 0;
}
.bonus_bets_top_example_title {
    font-size: 16px;
    margin-bottom: 0;
}
.bonus_bets_top_example_desc {
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 0;
}
.bonus_bets_top_right {
    align-items: center;
    justify-content: center;
    position: relative;
    width: 49%;
    display: flex;
}
.bonus_card_overview_desc {
    color: #adb6c4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 15px auto;
}
.bonus_bets_top_right img {
    width: 75%;
    padding: 10px;
}
.bonus_bets_bottom {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding: 20px;
    flex-wrap: nowrap;
}
.bonus_bets_bottom_box {
    background-color: #ffbd90b0;
    border-radius: 15px 15px 15px 15px;
    box-sizing: border-box;
    padding: 20px
}
.bonus_bets_bottom_left {
    width: 48%;
}
.bonus_bets_bottom_right {
    width: 48%;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.bonus_bets_bottom_right h2 {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    justify-content: center;
}
.bonus_bets_number {
    position: relative;
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    position: relative;
}
.bonus_bets_number_text {
    color: #6c7ba8;
    font-weight: 600;
    height: 30px;
    text-align: center;
    margin-bottom: 0;
}
.bonus_ranking_overview {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    position: relative;
    width: 100%;
}
.bonus_ranking_inner {
    grid-column-gap: 10px;
    color: #ffaa6f;
    display: grid;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
}
.bonus_ranking_item {
    border-radius: 0.75rem;
    display: grid;
    min-height: 110px;
    padding: 10px;
    box-shadow: 0 3px 6px 2px #0000002e;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
}
.bonus_item_title {
    color: #ffaa6f;
    font-size: 22px;
    height: 42px;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    font-weight: 700;
}
.bonus_ranking_data {
    background: #ffbd9030;
    border-radius: 0.75rem;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    margin: 0 auto;
    min-height: 280px;
    width: 100%;
}
.bonus_ranking_level2 {
    padding-top: 80px;
}
.bonus_ranking_level1 {
    padding-top: 20px;
}
.bonus_ranking_level3 {
    padding-top: 80px;
}
.bonus_userinfo_body {
    display: grid;
    font-size: 10px;
    grid-template-rows: 30px 100px 20px 20px;
    justify-content: center;
    justify-items: center;
    text-align: center;
}
.bonus_userinfo_ranking_level {
    font-size: 12px;
    padding-top: 15px;
}
.bonus_ranking_level2 .bonus_userinfo_ranking_level {
    color: #ffaa6f;
}
.bonus_userinfo_avatar_bg {
    border: 1px solid #f39d42;
    border-radius: 50%;
    display: block;
    height: 80px;
    margin: 10px auto;
    overflow: hidden;
    padding: 3px;
    position: relative;
    width: 80px;
}
.bonus_userinfo_body .bonus_userinfo_score, .bonus_userinfo_body .bonus_userinfo_username {
    align-items: center;
    color: #939393;
    display: block;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    transform: scale(.8);
    font-size: 16px;
}
.bonus_userinfo_body .bonus_userinfo_score {
    color: #ffaa17;
}
.bonus_ranking_lottery {
    grid-gap: 10px;
    display: grid;
    margin: 0 auto;
    min-height: 280px;
    padding: 0 8px;
    width: 100%;
}
.bonus_lottery_item {
    background-color: #ffbd9030;
    border-radius: 0.25rem;
    color: #3f526e;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    font-size: 10px;
    grid-template-columns: minmax(60px, 100px) 1fr 100px;
    margin: 0 auto;
    min-height: 50px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.bonus_lottery_item div {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 12px 3px;
    text-align: center;
    font-size: 16px;
}
.bonus_username {
    color: #ffaa6f;
}
.bonus_yellow {
    color: #ffaa6f;
}
.bonus_footer_overview {
    border-radius: 15px;
    display: flex;
    margin-bottom: 30px;
    opacity: 1;
    padding: 15px 15px 15px 24px;
    flex-direction: row;
    box-shadow: 0 3px 6px 2px #0000002e;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
}
.bonus_footer_left {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 315px;
}
.bonus_footer_right {
    flex: 1 1;
    width: 100%;
    margin-left: 25px;
}
.bonus_footer_right .bonus_footer_right_content {
    background: #ffbd9030;
    border-radius: 15px;
    height: 100%;
    opacity: 1;
    padding: 26px 23px 18px 29px;
    width: 100%;
}
.bonus_footer_right_content .bonus_footer_right_text {
    color: #adb6c4;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 14px;
}
.bonus_footer_last_text {
    margin-bottom: 0;
}
.bonus_footer_right_href {
    color: #ffaa6f;
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.daily-bg {
    position: relative;
}
.daily-bg ul {
    position: absolute;
    bottom: 55px;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
}
.daily-bg ul li a {
    position: relative;
    display: block;
}
.daily-bg ul li a.claimed .daily-content {
    display: none;
}
.daily-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ffab71;
}
.daily-bg ul li a img {
    filter: grayscale(0.8);
}
.daily-bg ul li a.claimed img {
    filter: none;
}
.daily-bg ul li a.active img {
    filter: none;
}
/**/
.daily_modal .modal-content {
    background: none;
    border: none;
}
.daily_modal .modal-body {
    background: none;
    padding: 0px;
}
.daily_modal .modal-content {
    background: none;
    border: none;
}
.daily-wrap-in {
    background: #24262b;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #f7c350;
}
.modal-congrat {
    position: relative;
}
.modal-congrat h5 {
    color: #edb543;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}
.congrat-text {
    text-align: center;
    font-size: 20px;
}
.color-text1 {
    color: #edb543;
    font-weight: bold;
}
.image-wrap {
    height: 250px;
    position: relative;
}
.image-wrap img {
    display: block;
    margin: 0px auto;
    position: relative;
}
.img-wrap-top {
    position: absolute !important;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
img.img-wrap {
    height: 80%;
    margin-top: 20px;
}
.image-wrap img {
    display: block;
    margin: 0px auto;
    position: relative;
}
.daily_modal .close {
    position: absolute;
    right: 30px;
    top: 0px;
    color: #fff;
    opacity: 1;
    font-size: 47px;
    z-index: 2;
    background: none;
    line-height: 55px;
    border: none;
    text-shadow: 1px 1px 1px #00000066;
}
/*mission*/
.mission-bg ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0px;
}
.mission-bg ul li a {
    display: block;
    position: relative;
}
.ms-wrap {
    position: absolute;
    top: 0px;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.ms-ttl {
    text-transform: uppercase;
    color: #fff;
}
.ms-amt {
    font-weight: bold;
    color: #fbe621;
    text-transform: uppercase;
}
.ms-btn {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.mission_modal .modal-content {
    background: #161f2c;
}
.mission_modal .modal-dialog {
    max-width: 800px;
}
.mission_modal .close {
    position: absolute;
    right: 0px;
    color: #fff;
}
.mission_modal ul, .mission_modal ol {
    padding-left: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #787878;
    font-size: 12px;
}
.mission_modal ul li {
    list-style: circle;
    margin-bottom: 15px;
}
.mission_modal ol li {
    list-style: auto;
    margin-bottom: 10px;
}
.mission_modal .modal-body {
    padding: 20px 30px;
}
.mission_modal h4 {
    border-bottom: 1px solid #fff;
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.mission_modal table tr td {
}
.mission_modal table tr td, .mission_modal table tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
}
.mission_modal .close {
    color: #fff;
    font-size: 34px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-body h4 {
    font-size: 21px;
    font-weight: 700;
    background: linear-gradient(180deg, #ffd4b7 0%, #ffa466 95%);
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    margin: 0px;
    text-shadow: 1px 1px 1px #00000066;
}
#mission-modal .modal-header {
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#mission-modal .modal-dialog {
    max-width: 800px;
}
#mission-modal .modal-body {
    background: #fff;
    border-radius: 20px;/* padding: 15px; */
}
.mission-modal {
    padding: 15px;
}
.clm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.clm-btn button {
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    min-width: 85px;
    cursor: pointer;
    border: none;
}
#mission-modal .modal-header {
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.table-blog tr th {
    border: 1px solid #d3d3d3;
    padding: 10px;
}
.play2earn {
    padding: 40px;
}
.play2earn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.p2e-ttl-1 {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.p2e-info-content {
    padding: 10px;
    border: 1px solid #6c7ba878;
    border-top: none;
    padding-bottom: 0;
}
.p2e-amount {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.p2e-amount-box {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.progress-bar {
    width: 100%;
    background-color: #6c7ba887;
    border-radius: 25px;
    margin: 10px 0;
    gap: 0px;
}
.progress-bar-fill {
    height: 20px;
    background: linear-gradient(124deg, #ffc299 0%, #ffa466 95%);
    transition: width 0.5s;
    border-radius: 25px;
}
.p2e-btn-group {
    display: flex;
    justify-content: center;
    padding: 10px;
}
.p2e-btn-group a {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: #ffffff !important;
    padding: 5px 10px;
    display: block;
    text-align: center;
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50px;
}
.p2e-btn-group a:hover {
    background: linear-gradient(314deg, #ffc299 0%, #ffa466 95%);
    color: #fff!important;
}
.btn-p2e {
    color: #ffb98a;
    font-weight: bold;
}
.btn-apply {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #00000066;
    box-shadow: 0 3px 6px 2px #0000002e;
}
.history-play-to-earn {
    margin: 10px 0px;
}
.vip_modal .modal-dialog {
    max-width: 700px;
}
.vip_modal .modal-content {
    background: #ffffffdb;
    border-radius: 20px 20px 0px 0px;
}
.vip_modal .close {
    color: #ffffff;
    font-size: 36px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0px;
    background: none;
    border: none;
    text-shadow: 1px 1px 1px #00000066;
}
.dataTables_wrapper {
    color: #fff;
    padding: 20px;
}
.vip_modal .modal-body {
    padding: 0px;
    border-radius: 35px;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
    background: #6c7ba887;
    color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 12px;
}
.dataTables_length label {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    max-width: 30%;
    color: #000;
}
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #000;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border: 1px solid #6c7ba887;
    text-align: center;
    color: #000000;
}
.dataTables_paginate {
    display: flex;
    gap: 10px;
    color: #000;
}
.dataTables_paginate a {
    color: #000;
}
.p2e .a.paginate_button {
    color: #000;
    display: block;
}
.p2e a.paginate_button.current {
    color: #fff;
}
.p2e .btn-apply {
    background: linear-gradient(to bottom, rgba(84,63,22,1) 0%, rgba(173,132,57,1) 99%);
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 6px 20px;
}
.dataTables_length label select {
    background: #6c7ba887;
    border: none;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
}
.dataTables_scroll {
    margin-top: 25px;
}
.p2e-table {
    max-width: 1000px !important;
}
.modal-body-p2e {
    padding: 20px;
    font-size: 14px;
}
.sel-form {
/* margin-bottom: 15px; */
}
.pse-bnr {
    margin: 15px 0px;
}
/*Redemption*/
.red-bg {
    background: url("../images/reward-redemption/rr-bg.png") no-repeat center top;
}
.redemp-title {
    padding-bottom: 15px;
}
.redemption-wrapper {
    text-align: center;
    /* max-width: 1000px; */
    margin: 0 auto;
    margin-bottom: 55px;
    margin-top: 45px;
    display: flex;
}
.redemp-box {
    position: relative;
    margin: 15px 2px 35px;
    display: inline-block;
    text-transform: uppercase;
}
.redemp-box {
    background: url( "../images/reward-redemption/bg-reward.png")no-repeat;
    background-size: 100%;
    width: 312px;
    height: 226px;
    margin: 0 auto;
    padding: 13px 25px;
    position: relative;
}
.redemp-inner {
    position: relative;
    top: -40px;
}
.prize-credit {
    padding-bottom: 15px;
}
.point-text {
    line-height: 8px;
    color: #c498ff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 1px 0px 0 #000, 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 1px 2px 0 #000, -1px 2px 0 #000, 1px -2px 0 #000, -1px -2px 0 #000, 2px 1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000;
}
.require-text {
    font-size: 14px;
    font-weight: 100;
    padding: 9px 0;
    color: #fff;
}
.claim-btn-wrap {
    margin-top: -30px;
}
.point-text.top {
    margin-top: -15px;
}
.prize-item {
    margin-top: -40px;
}
.prize-sub {
    font-size: 11px;
    font-weight: 600;
}
.require-text.top {
    min-height: 78px;
}
.bg-daily img {
    display: block;
    margin: 0px auto;
}
.btn-bfr {
    position: absolute;
    bottom: 30%;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
}
button.btn-dly {
    background: #f9bf4b;
    color: #000;
    border: none;
    padding: 10px 30px;
    /* border: 1px solid #aa284a96; */
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 0px 1px 0px white;
}
.max-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;/* top: -75px; */
}
.top-btn {
    display: flex;
    position: relative;
}
.top-btn-wrap {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pred-btn-point {
    display: flex;
    position: relative;
    align-items: center;
    font-weight: bold;
}
.subtitle-wrap {
    position: relative;
    margin-top: 115px;
}
.sub-box.redemp {
    position: relative;
    top: 2px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
    justify-content: center;
    margin-bottom: 20px;
}
.top-btn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}
.red-txt {
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
    left: 0px;
    margin: 0px auto;
    font-weight: bold;
    background: none !important;
!i;
!;
}
.btn-clm {
    position: absolute;
    color: #b932fc;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0px;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 20px #8e23d6;
    font-weight: bold;
}
.pred-btn {
    background: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
}
span.red-pnt {
    color: #edc983;
}
.pt-btn {
    font-size: 14px;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    padding: 2px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.ps_navbar2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    gap: 10px;
    border-bottom: 1px solid #becaec;
    padding-bottom: 1em;
}
.pt-wrap {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}
.red-txt-gd {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    /* font-weight: bold; */
    font-size: 20px;
    /* filter: drop-shadow(2px 2px 0px black); */
    color: #464646;
}
.submit-btn {
    background: none;
    border: none;
    display: block;
    margin: 0px auto;
    position: relative;
}
.bank_display {
    height: 25px;
}
.atten {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #becaec;
    border-radius: 7px;
    margin-top: 10px;
}
.atten img {
    height: 20px;
}
.qr-info p {
    margin: 0px;
    font-size: 12px;
}
.qr-info {
    padding-top: 10px;
}
.qr-num {
    position: relative;
    color: #414755;
    border: 1px solid #becaec;
    min-height: 2.5rem;
    font-size: 12px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
button.btn-copy {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #ffa466;
    font-size: 22px;
}
.btn-token {
    text-align: center;
    gap: 14px;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 25px;
    min-width: 85px;
    cursor: pointer;
    border: none;
}
.btn-tk {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.btn-tk h5 {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
    padding: 15px;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    border-radius: 7px 6px 0px 0px;
    color: #ffffff;
}
.point-wrap {
    display: flex;
    flex-direction: row;
}
.modal-body {
    padding: 0px;
}
.point-wrp {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
}
.point-btm {
    border-top: 1px solid #becaec;
    width: 100%;
}
.point-wrp {
    display: flex;
    gap: 15px;
}
span.img-point img {
    height: 30px;
}
.point-btm {
    border-top: 1px solid #becaec;
    width: 92%;
    padding-bottom: 20px;
}
.ply-point {
    text-align: center;
    padding: 15px;
    color: #8eabff;
    font-weight: bold;
}
.point-btm ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
}
.left_container_bonus_box {
    text-align: center;
    gap: 14px;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 25px;
    min-width: 85px;
    cursor: pointer;
    border: none;
}
.left_container_bonus_box a {
    color: #fff;
}
#pointmodal .close-promo {
    top: 0px;
}
/*Balance*/
.blc-amt {
    display: flex;
    gap: 20px;
}
.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-out {
    border: none;
    border-radius: 5px;
    background: #48dd30;
    color: #fff;
    min-width: 45px;
    font-size: 12px;
}
.btn-out:hover {
    background: #40c62b;
}
.btn-in {
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
    padding: 5px;
    font-size: 12px;
}
.balance-modal .modal-body {
    padding: 0px;
}
.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: linear-gradient(179deg, #ffc299 0%, #ffa466 95%);
    border-radius: 10px 10px 0px 0px;
}
.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
    margin-right: 35px;
}
button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    background: #ed1d49;
    color: #fff;
    border: none;
    font-size: 12px;
}
button.btnall:hover {
    background: #b20e30;
}
.bln-all ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 466px;
    padding: 0px 10px;
}
.bln-in {
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.bln-all ul li {
    margin: 3px 0px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    list-style: none;
    background: #ffffff;
    border: 1px solid #becaec;
}
.bln-all {
    padding: 10px;
}
.bln-all ul li:hover {
    border: 1px solid #becaec;
    background: #becaec;
    color: #fff;
}
.balance-modal .modal-content {
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #becaec;
}
.balance-modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #007bff;
    opacity: 1;
    top: -33px;
    position: absolute;
    right: 5px;
}
span.rd-box {
    background: #ed1d49;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#balancemodal .close-promo {
    top: -4px;
}
.add-bank i {
    font-size: 22px;
    color: #becaec;
}
.form-max {
    position: relative;
}
button.btn-max {
    position: absolute;
    bottom: 8px;
    right: 20px;
    color: #ffffff;
    background: linear-gradient(179deg, #ffc299 0%, #ffa466 95%);
    border: none;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 20px;
}
p.txt-ab {
    position: absolute;
    right: 5px;
    top: -18px;
    margin: 0px;
    font-size: 12px;
    color: #ffa76a;
}
.btn-max2 {
    color: #ffffff;
    background: linear-gradient(179deg, #ffc299 0%, #ffa466 95%);
    border: none;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 20px;
}
.btn-left {
    position: absolute;
    bottom: 7px;
    right: 25px;
}
/*Payment status*/
.pay-status .card {
    background: none;
    margin-bottom: 20px;
    border: double #737373;
    padding: 0px;
    border-radius: 10px;
}
.pay-status .card-body {
    padding-top: 0px;
}
.pen-top {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.pen-l {
    border-right: 1px solid #5b5b5b;
    padding: 0px 10px;
}
.re-status {
    text-align: end;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}
.pen-r {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}
.pen-l p {
    font-weight: bold;
    font-size: 12px;
    color: #6b7ba8;
}
.pen-time {
    font-size: 24px;
    font-weight: bold;
}
.pen-r p {
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
}
.pen-time small {
    font-weight: bold;
    font-size: 14px;
}
button.btn-if {
    color: #2283f6;
    padding: 0px;
    background: none;
    border: none;
}
.table-pen {
    border-top: 1px solid #5b5b5b;
    padding-top: 20px;
    padding-bottom: 20px;
}
.table-pen table th {
    background: #ffa466;
    color: #fff;
    padding: 10px;
    border: 1px solid #ffa466;
}
.table-pen table {
    border-collapse: collapse;
    /* border-radius: 10px; */
    overflow: hidden;
}
.table-pen table tr:nth-child(even) {
    background: #ffa4663b;/* color: #fff; */
}
.table-pen table tr:nth-child(odd) {
    background: #fff3f366;
}
.table-pen table tr td {
    padding: 10px;
    font-size: 12px;
}
.table-pen table tr td:first-child {
    width: 38%;
    font-weight: bold;
}
.table-pen table tr:last-child {
}
p.txt-sm {
    font-size: 12px;
    font-weight: bold;
    color: #ed1d49;
    margin: 0px;
    margin-top: 10px;
}
.pentop-l {
    display: flex;
    gap: 15px;
    color: #6b7ba8;
}
.btn-cancel {
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
}
.btnmr-if {
    background: #ffa466;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.penttop-r {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.btn-pending {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 10px;
}
.non-ef {
    background: none;
    border: none;
    color: #6c7ba8;
}
.af-content {
    margin-bottom: 20px;
    border: double #737373;
    padding: 20px;
    border-radius: 10px;
}
.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.btn-df:hover {
    background: #c5163b;
}
.af-info p {
    margin: 0px;
}
.txt-rd {
    color: #ed1d49;
}
.af-info {
    margin-top: 15px;
}
.btn-tre {
    position: absolute;
    bottom: 17px;
    right: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    gap: 10px;
}
.btn-max-t {
    color: #fff;
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}
.btn-max-t:hover {
    background: #c6193d;
}
.accordion-button::after {
    display: none;
}
.pending-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.accordion-button {
    color: #000;
    padding: 10px;
    border: 1px solid #ffa466;
    border-radius: 5px !important;
}
.accordion-item {
    margin-bottom: 15px;
    border: none !important;
    border-radius: 5px !important;
}
.accordion-button:not(.collapsed) {
    background: #ffeadc;
    border: 1px solid #ffa466;
    border-radius: 5px 5px 0px 0px !important;
    border-bottom: none;
    box-shadow: none !important;
}
.accordion-body {
    border: 1px solid #ffa466;
}
.sticky-anchor {
    padding-top: 800px;
}

/*wheel*/
.fortune-wheel {
    position: relative;
    text-align: center;
    margin-top: 140px;
}
.fw-logo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 41%;
    max-width: 100px;
}
.fw-point {
    position: absolute;
    z-index: 2;
    max-width: 40px;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
}
.fw-frame {
    position: absolute;
    z-index: 1;
}