@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.3;
    font-size: 15px;
    margin: 0 auto;
    color: #ffffff;
    background-color: #100e11;
}

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;
    color: #ff7e65;
}

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: #666;
    width: 100%;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

/** Header **/
.header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: transparent;
    padding: 15px 15px;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.header.active {
    background: #000000a3;
    padding: 15px 15px;
    box-shadow: 0 -1px 3px rgb(0, 0, 0, 0.7);
}

.logo {
    text-align: center;
    max-width: 160px;
    margin: auto;
}

.header .logo .dark {
    display: none;
}

.header.active .logo .light {
    display: none;
}

.header.active .logo .dark {
    display: block;
}

.menu-bar {
    cursor: pointer;
    color: #f54927;
    font-size: 30px;
    max-width: 30px;
    position: absolute;
    left: 10px;
    z-index: 999;
}

.header.active .menu-bar {
    color: #f54927;
}

.lang-btn {
    position: absolute;
    top: 3px;
    right: 45px;
    z-index: 999;
}

.lang-btn .btn-link {
    padding: 0;
    border: none;
    text-decoration: none;
}

.lang-btn img{
    max-width: 35px;
}

.lang-btn .dropdown-toggle::after {
    color: #fff;
}

.lang-btn .dropdown-menu {
    min-width: 150px;
    margin-top: 5px;
    background: #411309;
    border: 1px solid #f54927;
}

.lang-btn .dropdown-item {
    padding: 8px 10px;
    cursor: pointer;
    color: #ff7e65;
    font-size: 14px;
}

.dps-top {
    position: absolute;
    right: 105px;
    top: 0px;
    z-index: 999;
}

.deposit-top-btn {
    display: block;
    text-align: center;

    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 10px 3px;
    width: 120px;
    height: 40px;
    margin: auto;
    background-color: #411309;
    border: 1px solid #f54927;
}

.deposit-top-btn:hover {
    background: transparent;
    color: #fff;
}

.header.active .deposit-top-btn {
    background: #411309;
    color: #ff7e65;
}

.header.active .deposit-top-btn:hover {
    background: transparent;
    color: #fff;
}

.header-left {
    position: absolute;
    left: 5%;
    top: -5px;
}

ul.nav.menu-top li.nav-item a {
    color: #3360b7;
    font-size: 9px;
    text-align: center;
    font-weight: 600;
}

ul.nav.menu-top li.nav-item {
    margin: 0 10px;
}

ul.nav.menu-top li.nav-item a img {
    max-width: 28px;
    display: block;
    margin: 0 auto -4px;
    filter: saturate(2.8) contrast(0.8);
}

ul.nav.menu-top li.nav-item:hover a {
    color: #fff;
}

ul.nav.menu-top li.nav-item:hover a img {
    filter: saturate(0) contrast(1) brightness(15);
}

.header-right {
    position: absolute;
    right: 2%;
    top: 1px;
}

button.login-btn-header {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 100px;
    height: 30px;
    color: #ff7e65;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 3px;
}

button.login-btn-header:hover {
    background: transparent;
    color: #fff;
}

button.join-btn-header {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 100px;
    height: 30px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 3px;
}

button.join-btn-header:hover {
    background: #fff;
    color: #ff7e65;
}




/** Slider **/
.slider-text-wrapper {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    left: 11%;
    right: auto;
    top: 54%;
    max-width: 80%;
    margin: auto;
}

.slider-content {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
}

.slider-content .free {
    color: #F2E4A0;
    font-size: 26px;
    font-style: italic;
}

.contact-top .slider-content {
    display: none;
}

.slider-join {
    margin-top: 30px;
}

button.join-btn {
    background: #411309;
    color: #ff7e65;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 13px;
    width: 210px;
    margin: 5px;
    border: 1px solid #f54927;
}

button.login-btn {
    background: #010104;
    color: #ff7e65;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 13px;
    width: 210px;
    margin: 5px;
    border: 1px solid #f54927;
}

button.join-btn:hover,
button.login-btn:hover {
    filter: brightness(1.2);
}

/** Home Menu **/
.home-game-menu {
    position: relative;
    background: #1c1c24;
    padding: 25px 0;
}

.home-game-menu:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave.png');
    background-size: auto 100%;
    content: "";
}

.mx90 {
    max-width: 95%;
    margin: auto;
}

.searchbox {
    position: relative;
    max-width: 370px;
    margin: auto;
}

span.search-icon {
    position: absolute;
    left: 15px;
    top: 8px;
    color: #f54927;
    font-size: 25px;
}

input.search-input {
    border: 2px solid #f54927;
    border-radius: 30px;
    height: 48px;
    padding: 10px 10px 10px 52px;
    font-size: 18px;
    font-weight: 700;
    color: #919191;
    width: 100%;
    background-color: #411309;
}

input.search-input::placeholder {
    color: #fff;
}

.nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.nav-menu a {
    text-align: center;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}

.nav-menu a:hover .roundbox,
.nav-menu a.active .roundbox {
    background: #100e11;
    transition: 0.3s;
    box-shadow: 0px 0px 8px 2px #f54927;
}

.nav-menu a:hover .roundbox img,
.nav-menu a.active .roundbox img {
    /* filter: brightness(10); */
    animation: spin 0.8s linear;
}

.roundbox {
    background: #100e11;
    width: 65px;
    height: 65px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.3s;
}

.filter-menu-bar .roundbox {
    background: #100e11;
}

.roundbox img {
    max-width: 40px;
}

@keyframes spin {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}


/** Home **/
.home-game {
    position: relative;
    padding: 30px 0;
    background-color: #100e11;
    background: url('../images/bg.jpg') no-repeat top center;
    background-size: 100% auto;
}

.home-game:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave-white.png');
    background-size: auto 100%;
    content: "";
}

.title-hot {
    color: #ffffff;
    font-weight: 900;
    font-size: 28px;
    text-transform: uppercase;
}

span.round-frame {
    width: 33px;
    height: 33px;
    display: inline-flex;
    border: 1px solid #ffffff;
    border-radius: 50%;
    vertical-align: bottom;
    margin-right: 7px;
}

.gamebox {
    position: relative;
    border-radius: 12px 12px 0px 0;
    overflow: hidden;
    margin-top: 15px;
}

.gamebox im {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.playpop {
    display: flex;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.gamebox:hover .playpop {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

a.play-btn {
    display: block;
    font-size: 16px;
    font-weight: 700;
    width: 160px;
    margin: auto;
    border-radius: 37px;
    padding: 7px 0px;
    text-align: center;
    text-transform: uppercase;
    background: #411309;
    color: #ffffff;
    transition: .5s;
    transform: scale(0.5);
    opacity: 0;
    border: 1px solid #f54927;
}

a.play-btn:hover {
    background: transparent;
}

.gamebox:hover .playpop a.play-btn {
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}

.game-title {
    font-size: 15px;
    font-weight: 700;
    margin: 6px 0;
    color: #fff;
    text-transform: uppercase;
}


/** Footer **/
.footer-sec {
    position: relative;
    background: #fff;
    padding: 25px 0;
}

.footer-sec:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave-white.png');
    background-size: auto 100%;
    content: "";
}

.seo-content {
    font-size: 13px;
}

.seo-content h1 {
    font-size: 24px;
}

.seo-content h2 {
    font-size: 16px;
}

.footer-bottom-sec {
    position: relative;
    background: #100e11;
    padding: 20px 0 30px;
}

/* .footer-bottom-sec:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave.png');
    background-size: auto 100%;
    content: "";
}

.index_footer_d .footer-bottom-sec:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave-white.png');
    background-size: auto 100%;
    content: "";
} */

.index_footer_d .footer-bottom-sec {
    position: relative;
    background: #100e11;
    padding: 20px 0 30px;
}

.index_footer_d .footer-copyright {
    background: #100e11;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 15px;
}

.footer-menu {
    text-align: center;
    margin-bottom: 27px;
}

.footer-menu a {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    margin: 0 15px;
}

.footer-menu a:hover {
    color: #ff7e65;
}

.bottom-logo {
    max-width: 1280px;
    margin: auto;
    text-align: center;
}

.bottom-logo img {
    max-width: 120px;
    margin: auto;
    filter: drop-shadow(0 0 1px rgb(0, 0, 0));
}

.footer-copyright {
    background: #100e11;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 15px;
}

/** Footer additional **/
.step-sec {
    background: #f8f6f6;
}

.step-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 25px;
}

.step-box {
    position: relative;
    height: 167px;
    padding-top: 15px;
    max-width: 350px;
}

.step-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.step-box::before {
    border-width: 60px;
    border-right-color: #1B356E;
    border-top-color: transparent;
    border-bottom: transparent;
}

.step-img {
    float: left;
    padding: 14px 15px;
    max-width: 135px;
}

.step-info {
    text-align: right;
}

.step-info h4 {
    font-size: 25px;
    font-weight: 900;
    color: #1B356E;
    margin-bottom: 0;
}

.step-info span {
    color: #707070;
    font-size: 16px;
    line-height: 1;
}

.step-num {
    font-size: 28px;
    font-weight: 900;
    position: absolute;
    right: 8px;
    bottom: 0;
}

.step-num span {
    color: #fff;
    margin-left: 25px;
}

.highlight-sec {
    padding: 30px 0;
}

.highlight-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1480px;
    margin: auto;
    color: #535353;
    background: url('../images/line-btm.png')no-repeat;
    background-position: bottom center;
}

.gs-title {
    font-size: 18px;
    color: #ffb800;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

.sbox {
    color: #A2A6A9;
    font-size: 16px;
    text-align: center;
    position: relative;
    min-height: 250px;
    min-width: 280px;
    padding: 0 20px;
}

.sport-caption {
    line-height: 1.2;
    margin-top: 10px;
}

.wel-bonus {
    color: #1B356E;
    font-size: 96px;
    font-weight: 900;
    line-height: 0.9;
    margin-top: 25px;
}

.wel-bonus span {
    display: block;
    color: #1B356E;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 8px;
}

.welcome-caption {
    max-width: 340px;
    margin: auto;
    line-height: 1.2;
}

.servicebox {
    position: relative;
    color: #535353;
    font-size: 15px;
    padding: 0 20px;
    min-width: 280px;
}

.lvlbar-title {
    max-width: 400px;
}

.dw-title {
    font-size: 18px;
    font-weight: 600;
    float: left;
}

span.avr {
    display: block;
    font-size: 13px;
    line-height: 0.7;
}

.dw-time {
    font-size: 32px;
    text-align: right;
}

.dw-time span {
    font-size: 14px;
}

.deposit-bar {
    background: #EBE7E4;
    height: 13px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}

.deposit-bar .level {
    background: #1B356E;
    width: 20%;
    height: 100%;
    border-radius: 8px;
}

.withdraw-bar {
    background: #EBE7E4;
    height: 13px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}

.withdraw-bar .level {
    background: #1B356E;
    width: 50%;
    height: 100%;
    border-radius: 8px;
}

.avr-caption {
    font-size: 11px;
    line-height: 1.2;
    max-width: 450px;
    padding-top: 5px;
    font-weight: 600;
}

.bdf-1 {
    background: url('../images/line-vertical.png')no-repeat;
    background-position: right center;
    padding-right: 10px;
}

.bdfb:after {
    content: url('../images/line-horiz.png');
    display: block;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.bdfb-1:after {
    content: url('../images/line-horiz.png');
    display: block;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.bdfb-2:after {
    content: url('../images/line-horiz.png');
    display: block;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.prod-adv {
    position: relative;
    padding: 10px 20px;
}

.slidebox h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    color: #545454;
}

.slide_viewer {
    min-height: 180px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slidebox {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    line-height: 1;
    font-size: 12px;
    color: #A2A6A9;
}

.slidebox:first-child {
    display: block;
}

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #c1c1c1 !important;
    font-size: 30px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #183A72 !important;
    cursor: pointer;
}

.info-center {
    padding: 10px 20px;
}

.info-center a {
    color: #535353;
    display: block;
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 600;
}

.info-center a:hover {
    color: #1B356E;
}

.member-service {
    padding: 10px 20px;
    height: 250px;
}

.service-wrapper {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 15px 0;
    padding: 10px 5px;
}

.cs-icon i {
    font-size: 30px;
    color: #1B356E;
}

.cs-box {
    font-size: 15px;
    font-weight: 600;
    color: #00a2e1;
    line-height: 1.1;
    text-transform: uppercase;
}

.cs-box a {
    font-size: 15px;
    color: #535353;
    display: block;
    text-transform: none;
}

.cs-box a:hover {
    color: #1B356E;
}

.footer-seo {
    padding: 33px 0;
    background: #1c1c24;
}

.seo-wrapper {
    color: #80878c;
    position: relative;
    /* background: #EEF2F5; */
    /* padding: 45px 60px 60px; */
    border-radius: 15px;
}

.seo-inner h2 {
    font-size: 17px;
    text-transform: uppercase;
}

.seo-inner h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.seo-inner {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    /* max-height: 120px; */
    /* overflow: hidden; */
    transition: max-height 0.5s ease;
}

.seo-btn {
    background: #4F4F4F;
    color: #fff;
    border: none;
    padding: 3px 7px;
    border-radius: 8px;
    font-size: 19px;
    float: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.seo-btn:hover {
    background: #1B356E;
    color: #fff;
}

.hide {
    display: none;
}

.show:target {
    display: none;
}

.show:target~.hide {
    display: block;
}

.show:target~.seo-inner {
    max-height: 100%;
}

.show:target~.faded {
    margin-top: 0;
    display: none;
}

.faded {
    background: linear-gradient(to top, rgba(239, 242, 244, 1) 0%, rgba(239, 242, 244, 0) 75%);
    height: 120px;
    margin-top: -120px;
    position: relative;
}




/** Promotion **/
.promo-top {
    background: url("../images/promo/banner-promotion.jpg")no-repeat top center;
    background-size: cover;
    min-height: 350px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
}

.mix {
    display: none;
}

.filter-menu-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    margin: 15px 0 30px;
}

.promo-bx a {
    color: #fff;
    display: block;
    max-width: 412px;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    margin: 5px auto;
}

.pmbox {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.pmbox:hover .roundbox,
.pmbox.active .roundbox {
    background: #f54927;
}

.pmbox:hover .roundbox img {
    filter: brightness(10);
    animation: spin 0.8s linear;
}

.pmbox.active .roundbox img {
    filter: brightness(10);
}

.promo-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 1280px;
    margin: auto;
}

.promo-banner {
    max-width: 412px;
    height: auto;
    overflow: hidden;
}

.promo-banner img {
    object-fit: cover;
    transition: 0.5s;
}

.promo-title-wrapper {
    background: #100e11;
    color: #fff;
    padding: 10px 15px;
}

.promo-title-wrapper h4 {
    font-size: 18px;
}

.smtitle {
    height: 33px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.date-promo {
    font-weight: 600;
    font-size: 14px;
}

.promo-bx:hover .promo-banner img {
    transition: 0.5s;
    transform: scale(1.2);
}

.gr-title {
    font-weight: 700;
}

/** Registration **/
.reg-sec {
    background: url("../images/bg-join.jpg")no-repeat bottom center;
    background-size: cover;
    min-height: 90vh;
    padding: 120px 0 45px;
}

.reg-sec h3 {
    color: #fff;
}

.form-wrapper {
    max-width: 400px;
    margin: auto;
}

.logput {
    position: relative;
    max-width: 400px;
    margin: auto auto 10px;
}

input.regform {
    height: 48px;
    border-radius: 35px;
    border: 2px solid transparent;
    padding: 5px 20px;
    font-weight: 700;
    color: #411309;
}

input.regform:focus {
    border: 2px solid #411309;
}

input.regform::placeholder,
input.contact-input::placeholder {
    color: #411309;
}

.toggle-password {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #411309;
}

button.submit-btn {
    background: #411309;
    border: none;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    width: 200px;
    height: 48px;
    margin: auto;
    transition: 0.3s;
    border: 1px solid #f54927;
}

button.submit-btn:hover {
    background: #411309;
    transition: 0.3s;
    letter-spacing: 2px;
}

.logput.contact {
    background: #fff;
    height: 48px;
    border-radius: 35px;
    border: 2px solid transparent;
    padding: 5px 20px;
    font-weight: 700;
    color: #411309;
    display: flex;
    align-items: center;
}

select.numcode {
    width: 70px;
    border: none;
    background: none;
    font-weight: 700;
    color: #411309;
}

input.contact-input {
    border: none;
    padding-left: 10px;
    font-weight: 700;
    color: #411309;
}


/** Login **/
.login-sec {
    background: url("../images/bg-login.jpg");
    background-size: 40px auto;
    min-height: 90vh;
    padding: 120px 0 45px;
    color: #fff;
    background-size: cover;
}

label.flable {
    margin: 0 auto 2px 20px;
    color: #ff7e65;
    font-weight: 900;
    font-size: 13px;
}

.logput-login {
    text-align: center;
    margin: 40px 0 15px;
}

button.login-btn-form {
    background: #411309;
    color: #ff7e65;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    border-radius: 35px;
    width: 100%;
    height: 48px;
    transition: 0.3s;
    border: 1px solid #f54927;
}

button.login-btn-form:hover {
    filter: brightness(1.2);
}

button.sign-btn-form {
    background: #100e11;
    border: 1px solid #f54927;
    border-radius: 35px;
    height: 48px;
    width: 100%;
    color: #ff7e65;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 17px;
}

button.sign-btn-form:hover {
    filter: brightness(1.2);
}

.forgot {
    text-align: center;
    margin: 15px 0;
}

.forgot a {
    color: #ff7e65;
    font-weight: 900;
    font-size: 14px;
}

.forgot a:hover {
    color: #ffffff;
}

.vcode {
    max-width: 100px;
    position: absolute;
    right: 25px;
    top: 12px;
}

.caption-forogot {
    color: #ff7e65;
    font-size: 12px;
}

/** Info Page **/
.about-top {
    background: url("../images/bg-join.jpg")no-repeat top center;
    background-size: cover;
    min-height: 330px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 30px;
}

.info-sec {
    position: relative;
    background: #100e11;
    padding: 25px 0;
    font-size: 17px;
    line-height: 1.6;
}

.info-sec:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave-white.png');
    background-size: auto 100%;
    content: "";
}

.info-sec h2 {
    color: #ff7e65;
}

button.btn-tnc {
    background: #411309;
    width: 100%;
    text-align: left;
    font-size: 17px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

button.btn-tnc.collapsed {
    border: 1px solid #f54927;
    background: #010104;
    color: #ff7e65;
    font-weight: 700;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 10px;
}

.tnc-body {
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.4;
    border: 1px solid #dedede;
    font-size: 16px;
}

.tnc-body ol {
    padding-left: 15px;
}

.tnc-body ol li {
    padding-bottom: 8px;
}

.bank-table tr.trans td {
    color: #ffffff;
    border: 1px solid #f54927;
    padding: 2px;
}

.bank-table tr.trans1 td {
    color: #ffffff;
    border: 1px solid #f54927;
    padding: 2px;
}

.bank-table tr.dwbox td {
    background: #411309;
    color: #fff;
    border: 1px solid #f54927;
    font-weight: 700;
    padding: 2px;
}

/** Deposit **/
.ligh-text {
    color: #ff7e65;
    font-size: 18px;
    padding: 6px;
}

.bktitle {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 15px;
}

.dps-method {
    margin-top: 15px;
}

.dps-method a {
    display: inline-block;
    width: 140px;
    text-align: center;
    background: #EAECEE;
    color: #000;
    margin: 5px 15px;
    padding: 10px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #f54927;
}

.dps-method a.active,
.dps-method a:hover {
    background: #411309;
    color: #ffffff;
}

.deposit-table tr th {
    background: #411309;
    color: #fff;
    text-align: center;
    padding: 6px;
    border: 1px solid #f54927;
}

.deposit-table tr td {
    color: #ffffff;
    text-align: center;
    padding: 6px;
    border: 1px solid #f54927;
}

.acc-field label {
    margin-bottom: 0px;
    display: block;
    padding-left: 0;
    font-weight: 600;
}

.acc-field {
    margin-bottom: 10px;
}

input.acc_input,
select.acc_input {
    height: 40px;
    padding: 2px 15px;
    border-radius: 27px;
    border: 1px solid #979797;
    font-size: 16px;
    width: 100%;
}

input.acc_input:focus,
select.acc_input:focus {
    border: 1px solid #411309;
}

input.acc_input.upload {
    width: 80%;
}

.upload-btn {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

button.upload-button {
    background: #411309;
    color: #fff;
    border: none;
    border-radius: 35px;
    height: 40px;
    width: 19%;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 900;
    font-size: 15px;
    transition: 0.3s;
    text-shadow: 0 1px 2px rgb(0, 0, 0, 0.8);
}

button.dep-submit-btn {
    background: #411309;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    width: 210px;
    padding: 10px;
    margin: 10px auto;
    border-radius: 35px;

    border: 1px solid #f54927;
}

button.dep-submit-btn:hover {
    background: transparent;
    color: #fff;
}

.date-search {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    grid-gap: 15px;
}

button.dep-submit-btn.search {
    height: 40px;
    margin-top: 27px;
    padding: 5px;
}

.history-wrapper {
    padding: 20px 0;
    overflow: auto;
}

.acc_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 20px;
}

.inbox-table tr th {

    color: #fff;
    padding: 5px;
    background-color: #411309;
    border: 1px solid #f54927;
}

.inbox-table tr td {

    padding: 5px;
    font-weight: 600;
    line-height: 1.3;
    padding: 6px 5px;
    font-size: 16px;
    text-align: center;

    border: 1px solid #f54927;
}

.inbox-table a {
    color: #ffffff;
}

.number-mail {
    text-align: center;
}

.inbox-table tr td.mail-title {
    text-align: left;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-mail {
    font-size: 14px;
    color: #888888;
    line-height: 1;
    margin-top: 5px;
}

.deposit-table.inbox tr td:first-child {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 570px;
    padding-left: 15px;
}

.deposit-table.inbox a {
    color: #411309;
}

.deposit-table.inbox a:hover {
    color: #2982a5;
}

/** Contact US **/
.contact-top {
    background: url('../images/img/banner-customer support.jpg')no-repeat top center;
    background-size: cover;
    min-height: 350px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 30px;
}

.contact-title {
    background: #ff7e65;
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;
}

.contact-wrapper {
    /* background: #f8f8f8; */
    /* padding: 15px; */
    font-size: 14px;
    /* margin-bottom: 30px; */
}

.contact-choice {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.conbox {
    position: relative;
    display: grid;
    align-items: center;
    line-height: 1;
    /* background: #fff; */
    /* border: 1px solid #dfdfdf; */
    padding: 5px 7px;
    color: #818181;
    min-width: 150px;
    text-align: center;
}

.conbox:hover {
    /* border: 1px solid #14284d; */
    /* color: #14284d; */
}

.icon-contact {
    font-size: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.icon-contact img {
    width: 55px;
}

.method-ct {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.click-ct {
    color: #818181;
    font-size: 12px;
    padding-top: 2px;
}

.conbox .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #14284d;
    color: #14284d;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 118%;
    left: 50%;
    margin-left: -60px;
}

.conbox .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #14284d transparent;
}

.conbox:hover .tooltiptext {
    visibility: visible;
}

/** Download **/
.download-top {
    background: url("../images/download/banner-download.jpg")no-repeat top center;
    background-size: cover;
    min-height: 350px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
}

.dlbox {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 15px;
    max-width: 419px;
    cursor: pointer;
}

.device-icon {
    color: #fff;
    position: absolute;
    top: 29%;
    left: 13px;
    font-size: 25px;
}

a.dl-btn {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 12px;
    background: #411309;
    color: #ffffff;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    border: 1px solid #f54927;
}

a.dl-btn:hover {
    background: transparent;
    color: #fff;
}

/** Blog **/
.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #100e11;
}

.blog-title-box {
    background: #411309;
    padding: 5px;
    display: flex;
}

.blog-title-box i {
    font-size: 25px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
}

.blog-boxer {
    display: grid;
    grid-template-columns: 40% 60%;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}

.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}

.blog-time-title {
    color: #ffffff;
}

.blog-time-title h4 {
    font-size: 22px;
}

.blog-content {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}

.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #ff7e65;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
}

.seperate-line {
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background: #dadada;
    border-radius: 10px;
}

.moreinfo_btn {
    background-color: #f54927;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.blog_details_txt {
    color: #fff;
    font-size: 15px;
}

.blog_details_title {
    color: #ff7e65;
    font-size: 17px;
    font-weight: 600;
}

.blog-title-box i.fab_custom {
    font-size: 15px;
    color: #fff;
    margin-left: 0;
    margin-right: 16px;
    padding: 0;
    width: 0;
    height: 0;
    text-align: center;
    border-radius: 0;
}

.blog_back {
    align-self: center;
    margin-left: auto;
}

.gamebox_title {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

/*tournament*/
.challe-box {

    /* max-width: 1500px; */
    height: 358px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;

    width: 100%;
    /* border: 1px solid #dcb848; */
    margin-top: 0;
    display: flex;
    align-items: center;
}

.nvp15 {
    padding-top: 40px;
}

.beach-box {
    background-size: cover;
    background-position: center;

    height: 100%;
    width: 50%;

    position: relative;
    border-radius: 18px 0 0 18px;
    display: flex;
}

.challe-1 {
    background: url("../images/tournament/tnm-pp.jpg")no-repeat center;
    background-size: cover;
}

.challe-2 {
    background: url("../images/tournament/tnm-pt.jpg")no-repeat center;
    background-size: cover;
}

.light-box-1 {
    background: #100e11;

    width: 50%;
    height: 100%;
    padding: 0 15px;
}

.tbox-1 {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    background: #000;
    padding: 3px 3px;
    border-radius: 6px;
    margin: 1px;

    color: #f54927;
    /* border: 1px solid #cb0000; */
    width: 40px;
    height: 35px;
    line-height: 29px;
    box-shadow: 0px 0px 4px 1px #0090ff;
}

.dbox-1 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 3px;
    line-height: 1;
}

.btitle {
    position: absolute;
    right: 0;
    bottom: 8%;
    left: 0;
}

.btitle-1 {
    position: absolute;
    right: 33px;
    bottom: 26px;
}

img.logo-beach {
    position: absolute;
    right: 13px;
    top: 10px;
}

.countdown-wrap {
    background: #000;
    max-width: 203px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.56);
    border-radius: 5px;
    margin: auto;
    text-align: center;
    padding: 10px;
    height: 65px;
}

.cd-1 {
    background: #100e11;
}

.cd-2 {
    background: #0086c6;
}

.cd-3 {
    background: #0086c6;
}

.cd-4 {
    background: #0086c6;
}

.time-cap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 2px 0 0 0;
    grid-gap: 13px;
}

.tcap-1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.prize-grid- {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    padding: 13px 0 8px 0;
}

.prize-grid-1 {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px 10px;
    padding: 0px 0 8px 0;
}

.p-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-title-1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 105px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-info {
    background: #fff;
    border-radius: 4px;
    margin: auto;
    width: 100%;
    padding: 2px 0px;
    color: #6443b3;
    font-size: 13px;
    font-weight: 600;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5px;
}

.c-info-1 {
    background: #000;
    border-radius: 10px;
    max-width: 250px;
    max-height: 45px;
    margin: auto;
    width: 100%;
    padding: 9px 0px;
    color: #f54927;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    /* border: 1px solid #cb0000; */
    align-items: center;
    box-shadow: 0px 0px 4px 1px #0090ff;
}

.s-info-1 {
    font-weight: inherit;
}

.prizes-1 {
    background: #fff;
    border-radius: 10px;
    max-width: 215px;
    max-height: 37px;
    margin: auto;
    width: 100%;
    padding: 9px 0px;
    color: #6443b3;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 22px;
}

.prizes-1 a {
    color: #6443b3;
}

.prizes-1 a:hover {
    color: #000;
}

.medal-1 {
    position: absolute;
    left: 14px;
    top: 0px;
}

.prz-1 {
    margin-left: 40px;
}

.winner_list_btn {
    display: block;
}

.winner_list_btn i {

    margin-right: 10px;
}

.challenge-note {
    font-family: 'Abel', sans-serif;
    color: #ffa800;
    font-size: 15px;
    text-transform: uppercase;

}

.challenge-note-end {
    font-family: 'Abel', sans-serif;
    color: #ffff00;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 48px;
}

.tnc-applied {
    color: #fff;
    font-size: 13px;
    margin-top: 12px;
    display: block;
}

/*end*/
.rank-top-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    /* border: 1px solid #fff; */
    padding: 5px 0px;
    color: #f54927;
    box-shadow: 0px 0px 4px 1px #0090ff;
    font-weight: 900;
}

.winner-rank-1 {}

.rank-row2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    align-content: center;
    /* border: 1px solid #fff; */
    padding: 5px 0px;
    color: #fff;
    margin-top: 10px;
    box-shadow: 0px 0px 4px 1px #0090ff;
}

.rb2 {
    width: 50%;
    text-align: center;
}

.rb3 {}

.rb3 {
    width: 50%;
    text-align: center;
}

.modal-dialog.promo.rank_wrap_cus {
    max-width: 500px;
}

.frame {
    position: absolute;
}

.prv-nm {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 29%;
    bottom: 5%;
}

.prv-txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 45%;
    bottom: 8%;
    font-size: 1vw;
    text-align: center;
    font-weight: bold;
    max-width: 10vw;
}

.frame-1 .prv-nm {
    position: absolute;
    right: 0px;
    left: auto;
    margin: auto;
    /* max-width: 210px; */
    width: 100%;
    bottom: 4%;
    max-width: 10vw;
}

.frame-1 .prv-txt {
    position: absolute;
    left: auto;
    right: 0;
    margin: 0px auto;
    width: 100%;
    bottom: 4%;
    max-width: 10vw;
}

.prv-nm img {
    filter: drop-shadow(1px 1px 1px black);
    height: 1.7vw;
    display: block;
    margin: 0px auto;
}


/* sidebar menu */
.game-menu {
    margin-bottom: 20px;
}

.game-menu .menu-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-color2);
    padding: 0px 0px 0px 40%;
    border-radius: 10px;
    transition: 0.3s;
    background: #100e11;
    position: relative;
    overflow: hidden;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.game-menu .menu-item:hover{
    box-shadow: 0px 0px 15px #f54927;
}

.menu-bg {
    width: 100%;
    height: 40px;
    background-size: auto;
    background-position: center center;
    border-radius: 4px;
    position: relative;
}

.sports.menu-bg {
    background-image: url("../images/sidebar/menu-sports.png");
    background-repeat: no-repeat;
}

.esports.menu-bg {
    background-image: url("../images/sidebar/menu-esports.png");
    background-repeat: no-repeat;
}

.casino.menu-bg {
    background-image: url("../images/sidebar/menu-casino.png");
    background-repeat: no-repeat;
}

.slots.menu-bg {
    background-image: url("../images/sidebar/menu-slots.png");
    background-repeat: no-repeat;
}

.fishing.menu-bg {
    background-image: url("../images/sidebar/menu-fishing.png");
    background-repeat: no-repeat;
}

.crash.menu-bg {
    background-image: url("../images/sidebar/menu-crash.png");
    background-repeat: no-repeat;
}

.cockfight.menu-bg {
    background-image: url("../images/sidebar/menu-cf.png");
    background-repeat: no-repeat;
}

.left_container_bonus {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.left_container_bonus_box {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    /* border: 1px solid #f54927; */
}

.left_container_bonus_txt {
    position: absolute;
    flex-direction: column;
    display: flex;
}

.left_container_bonus_txt_top {
    font-weight: 700;
}

.left_container_bonus_txt_btm {
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 8px;
    white-space: nowrap;
    text-shadow: 1px 1px #000;
}

.left_container_grid {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.left_container_grid .left_container_bonus_txt {
    padding-bottom: 35px;
}

/* end sidebar menu */

/* Music Toggle Button - Top Right */
.music-toggle-wrap {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1001;
}

button.music-toggle-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.music-toggle-btn:hover {
    opacity: 0.8;
}

.music-toggle-btn .music-icon {
    width: 40px;
    height: 40px;
}

/* daily page */
.daily-bg ul {
    position: absolute;
    bottom: 100px;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
    padding: 0px;
}

.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: #fff;
}

.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;
}

.modal-congrat h5 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.congrat-text {
    text-align: center;
    font-size: 20px;
}

.image-wrap img {
    display: block;
    margin: 0px auto;
    position: relative;
}

.color-text1 {
    color: #ff7e65;
    font-weight: bold;
}

.color-text2 {
    color: #f54927;
    font-weight: bold;
}

.img-wrap-top {
    position: absolute !important;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0px auto;
    filter: brightness(0) saturate(100%) invert(79%) sepia(31%) saturate(598%) hue-rotate(9deg) brightness(102%) contrast(88%);
}

img.img-wrap {
    height: 80%;
    margin-top: 20px;
}

.tokenredeem {
    display: block;
    margin: 0px auto;
    margin-top: 35px;
    background: #ed1d49;
    border: none;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
}

.token-pt {
    z-index: 10;
}

.image-wrap {
    height: 250px;
    position: relative;
}

.daily-wrap-in {
    background-color: #100e11;
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #f54927;
}

.daily_modal .close {
    position: absolute;
    right: 30px;
    top: 35px;
    color: #fff;
    opacity: 1;
    font-size: 47px;
    z-index: 2;
}

.daily_modal .modal-body {
    background: none;
}

.daily_modal .modal-content {
    background: none;
    border: none;
}

/* end daily page */

/*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;
}

.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;
}

.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;
}

.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 {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}

.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: 20px;
}

.red-txt-gd {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #100e11;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 20px;
    filter: drop-shadow(1px 1px 5px #a768e7);
}

.redemp-submit-btn {
    background: none;
    border: none;
    display: block;
    margin: 0px auto;
    position: relative;
}


img.img-sh {
    position: absolute;
    z-index: 1;
    left: 0px;
}

img.img-sh2 {
    z-index: 2;
}

.transc-l img {
    display: block;
    margin: 0px auto;
    width: 50px;
    margin-right: 15px;
}

.btn-live {
    display: flex;
    align-items: center;
}

.text-trs {
    color: #fff;
    font-size: 20px;
    line-height: 21px;
}

.fnt-wh {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


.rep_modal .modal-dialog {
    background: none;
}

.rep_modal .modal-content {
    background: none;
    border: none;
}

.rep_modal .daily-wrap-in {
    box-shadow: none;
    border: none;
    background: url("../images/reward-redemption/bg-reward.png")no-repeat center top;
    background-size: contain;
    min-width: 312px;
}

.rep_modal img.img-wrap {
    height: 85% !important;
    position: relative;
    top: -78px;
}

.modal-congrat {
    position: relative;
}

.rep_modal .modal-congrat h5 {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    margin: auto;
    color: #c498ff;
    font-size: 28px;
}

.rep_modal .congrat-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 67px;
}

.rep_modal .color-text1 {
    color: #c498ff;
}

.rep_modal .close {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #db9bfc;
    opacity: 1;
    font-size: 47px;
    z-index: 1;
}

.reptnc_modal .modal-content {
    background: none;
    padding: 0px;
}

.reptnc_modal .modal_body_view {
    background: #000c07;
    border: 1px solid #f54927;
    box-shadow: 0px 0px 19px 4px #f54927;
    padding: 10px 0px;
    border-radius: 10px;
}

.reptnc_modal .tnc-content ul,
.reptnc_modal .tnc-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.reptnc_modal .tnc-content ul li {
    list-style: circle;
}

.reptnc_modal .tnc-content ol li {
    list-style: auto;
}

.reptnc_modal .close {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #fff;
    opacity: 1;
    font-size: 47px;
}

.reptnc_modal .modal_body_view h5 {
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
}

.reptnc_modal .tnc-content {
    padding-top: 13px;
    margin: 15px;
    border-top: 1px solid #f54927;
    font-size: 12px;
    color: #ffffff;
}

.rep_modal .claim-btn-wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
}

.redemp-btn-clm {
    position: absolute;
    color: #ffffff;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 20px #8e23d6;
    font-weight: bold;
}

.rep_modal .redemp-btn-clm {
    top: 58%;
}

.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: linear-gradient(180deg, rgba(255, 138, 0, 1) 0%, rgba(220, 101, 0, 1) 100%);
    color: #fff;
    border: none;
    padding: 10px 30px;
    box-shadow: 0px 0px 20px 8px #8f6137, 0px 0px 20px 0px #1b140b;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 0px 1px 0px white;
}

/* end redemption page */


/* mission page */
.mission-bg ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.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: #f54927;
    text-transform: uppercase;
}

.ms-btn {
    position: absolute;
    bottom: -5px;
}

.mission_modal .modal-content {
    background-color: #000c07;
    box-shadow: 0px 0px 10px #f54927;
}

.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 #f54927;
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #fff;
}

.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;
}

.clm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.clm-btn button {
    background: #f54927;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 14px;
    font-weight: 600;
    border: none;
    margin: 0 5px;
    border: 1px solid #f54927;
}

/* end mission page */

/* wheel page */
.wheel_product .wheel-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    height: 880px;
    margin-bottom: -120px;
}

.wheel-wrap .wheel_product_bg {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 20px;
}

.wheel-wrap .wheel_product_img {
    width: 48.6%;
    position: absolute;
    top: auto;
    right: 23.5%;
    bottom: 29%;
    transform: rotate(0deg);
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
    z-index: 4;
    filter: drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff);
}

.wheel-wrap .wheel_product_frame {
    width: 55.5%;
    position: absolute;
    bottom: 5%;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0px auto;
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
}

.wheel-wrap .wheel_product_zeus {
    width: 38%;
    position: absolute;
    left: -0%;
    bottom: 25%;
    z-index: 2;
}

@keyframes wheelRotate {
    0% {
        transform: rotate(0deg)
    }

    80% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

.wheel-wrap .wheel_product_arrow {
    width: 9%;
    position: absolute;
    bottom: 45%;
    z-index: 6;
    top: auto;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.wheel-wrap .lightning {
    position: absolute;
    width: 28%;
    height: 50%;
    right: 1.3%;
    bottom: 25%;
    mix-blend-mode: lighten;
}

.wheel-wrap .wheel_product_img {
    width: 48.6%;
    position: absolute;
    right: 23.5%;
    bottom: 32%;
    transform: rotate(0deg);
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
    z-index: 4;
    filter: drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff);
}

.wheel-wrap .wheel_product_content {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.wheel_product.wheel-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% - 100px);
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    min-height: 600px;
    margin-bottom: 40px;
}

.slider_title.wheel-ttl {
    color: #e2e7f3;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

.wheel-all ul {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
    gap: 20px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

span.yell-text {
    color: ee0b77;
    font-weight: bold;
}

.whl-btn {
    background: #1b1b1c;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    gap: 5px;
    border: 1px solid #f54927;
}

a.btn-spin {
    background: #411309;
    color: #fff;
    border: 1px solid #f54927;
    padding: 8px 20px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
}

.wheel-all .btn-more {
    background: transparent;
    color: #ff7e65;
    border: 1px solid #f54927;
    padding: 8px 20px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    font-size: 15px;
}

.wheel-bg {
    display: block;
    justify-items: center;
}

/* end wheel page */

/* vip page */
.vip-1 img {
    position: absolute;
    background-size: contain;
    top: 20px;
    right: 45px;
    z-index: -1;
    height: 120px;
}

.vip-non {
    height: 250px;
}

.profile_vip_row.vip-non::after {
    content: none;
}

.lvl-lv ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
    color: #c9d1df;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.vip-non .vip-process {
    width: 98%;
    display: flex;
    align-items: self-end;
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    margin: auto;
}

.lvl-lv {
    width: 100%;
    margin-bottom: 11px;
}

h3.vip-ttl {
    font-weight: bold;
    font-size: 60px;
    background: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    line-height: inherit;
    font-style: italic;
    padding: 0px 14px;
}

.lvl-lv ul li {
    width: 20%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.vip-process-bar::after {
    content: "";
    background: url("../images/vip/dot.png");
    height: 20px;
    width: 20px;
    position: absolute;
    right: -2px;
    bottom: -7px;
}

.table_vip_wrap {
    position: relative;
    font-size: 12px;
    background-color: #100e11;
    border-radius: 15px;
}

.table_vip_responsive tr:first-child,
.table_vip_responsive tr:first-child th.headcol {
    height: 55px;
}

.table_vip_responsive tr td,
.table_vip_responsive tr th {
    height: 47px;
}

.table_vip_responsive tr th.headcol {
    display: flex;
    align-items: center;
    margin-top: 0px;
    width: 100%;
    font-weight: 400;
    padding: 10px;
    line-height: 1.3;
    padding-left: 30px;
}

table.vip_table tr td {
    border-left: none;
    text-align: center;
    padding: 10px;
}

.vip_tncbtn {
    background: #411309;
    width: auto;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 10px;
    position: relative;
    border: 1px solid #f54927;
    font-weight: 700;
}

.vip_title_b {
    font-weight: 700;
}

.vip_top_head {
    margin-top: 20px;
    padding: 7px 15px;
    padding: 15px;
}

.table_vip_outwrap {
    padding: 40px 50px;
    background-color: #411309;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

hr.table_hr {
    border-top: 1px solid #f54927;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 32%;
}

table.vip_table tr {
    padding: 0 10px;
}

table.vip_table tr td span {
    font-size: 15px;
}

.vip-ico img {
    height: 60px;
}

.border_table_cus {
    border-bottom: 1px solid #ed474b;
}

table.vip_table tr.hr_cus_wrap {
    position: relative;
}

.vip_table_head {
    border-radius: 10px;
    background-color: #1c1c24;
}

table.vip_table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

table.vip_table tr.vip_colbackground_cus th,
table.vip_table tr.vip_colbackground_cus td {
    background-color: #8a363d47;
}

.head_img {
    margin-right: 7px;
    height: 25px;
}

.table_vip_responsive tr th.headcol.headcol_sub {
    font-weight: 800;
    color: #fff;
    font-size: 13px;
}

.promo-ttl {
    background: #ff7e65;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    color: #fff;
}

.vip-wrap ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0px;
    padding: 0px;
    list-style: none;
}

.vip-wrap ul {}

.vip-lvl {
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #f54927;
    background: #411309;
    padding: 8px 50px;
}

.vip-txt {
    color: var(--secondary-font);
}

.table_vip_responsive {
    overflow-x: scroll;
    overflow-y: visible;
    padding: 0;
}

.account-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

.vip-process-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 4px;
    border-radius: 2px;
    background: var(--secondary-font);
}

.vip_modal .modal-content {
    background-color: #000c07;
    backdrop-filter: blur(5px);
    color: #ffffff;
    box-shadow: 0px 0px 10px #f54927;
}

ul.vip-tnc {
    padding-left: 20px;
}

ul.vip-tnc li {
    list-style: circle;
    font-size: 14px;
    margin-bottom: 10px;
}

.vip_modal .modal-dialog {
    max-width: 700px;
}

.vip_modal .close {
    color: #fff;
    font-size: 34px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}

.vip_modal h4 {
    border-bottom: 1px solid #f54927;
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #fff;
}

.profile_vip_row {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 0;
    background: #411309;
    padding: 5px 12px;
    min-height: 85px;
}

.main-vip {
    top: 0;
    left: 7px;
    font-size: 33px;
    background: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
}

.vip-process {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.15);
    width: 70%;
}

.vip-process-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 4px;
    border-radius: 2px;
    background: white;
}

.vipprofile_text {
    font-size: 13px;
}

.profile_vip_row::after {
    background-image: url('../images/icon/vipbadge_big.png');
    content: "";
    width: 133px;
    height: 160px;
    position: absolute;
    background-size: contain;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.profile_content_wrap {
    padding: 1.5rem;
    background-color: #411309;
    backdrop-filter: blur(5px);
    border-radius: 16px;
    margin-top: 1.5rem;
}

.profile_content_wrap_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}

.profile_content_wrap_rowleft_con {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.profile_content_wrap_rowleft_con p,
.profile_content_wrap_rowleft_con i {
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.profile_content_wrap_rowright_con {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.profile_content_wrap_rowright_con p,
.profile_content_wrap_rowright_con i {
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.table_vip_responsive::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* end vip page */


/* referral program page */
.bonus_box {
    background-color: #411309;
    backdrop-filter: blur(5px);
    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%;
}

.bonus_box_custom {
    grid-template-columns: 275px 1fr;
}

.bonus_left_box {
    background-color: #1c1c24;
    backdrop-filter: blur(5px);
    border-radius: 0.75rem;
    float: left;
    margin: 10px;
    min-height: 250px;
    position: relative;
}

.copy_overview_inner {
    padding: 10px;
}

.copy_title {
    color: #ff7e65;
    font-size: 24px;
    min-height: 68px;
    padding: 10px 10px 0;
    font-weight: 700;
}

.copy_value_title {
    color: #fff;
    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: #ff7e65;
    color: #000;
    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: #212223;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
}

.bonus_right_box_top {
    background: #1c1c24;
    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: #ff7e65;
    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;
}

.bonus_right_box_bottom {
    background: #1c1c24;
    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: #fff;
    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: #ff7e65;
    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: #411309c9;
    padding: 5px;
    border-radius: 10px;
}

.bonus_ques,
.bonus_ques2 {
    color: #fff;
    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;
    background-color: #411309;
    backdrop-filter: blur(5px);
    border-radius: 8px;
    display: flex;
    width: 32%;
}

.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: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
}

.bonus_card_item_number {
    color: #ff7e65;
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 0;
}

.bonus_card_item_people {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.bonus_invite_box_title {
    color: #fff;
    display: block;

    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    font-weight: 400;
}

.bonus_content_box {
    background-color: #411309;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: row;
}

.bonus_left_content_box {
    padding: 30px 0 30px 30px;
    width: 45%;
}

.bonus_left_title {
    color: #ff7e65;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
}

.bonus_left_text {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}

.bonus_left_money {
    color: #ff7e65;
    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 {
    background: #411309;
    backdrop-filter: blur(5px);
    border-radius: 18px 18px 18px 18px;
    margin-top: 24px;
    opacity: 1;
    padding-bottom: 30px;
    padding-top: 24px;
}

.bonus_table_title {
    color: #ff7e65;
    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: #51515145;
    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: #d9d9d9;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.bonus_table_invite_nav {
    align-items: center;
    color: #ff7e65;
    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: #ff7e6563;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:nth-last-child(2) {
    background: #ff7e65c2;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:last-child {
    background: #ff7e65;
}

.bonus_box .bonus_card_overview {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.bonus_card_overview_title h2 {
    color: #ff7e65;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    /* filter: drop-shadow(2px 2px 5px #000); */
}

.questiontool_wrap {
    position: relative;
}

.bonus_bets_box {
    background-color: #411309;
    backdrop-filter: blur(5px);
    border-radius: 8px;
    margin-top: 20px;
    min-height: 620px;
    padding-bottom: 20px;
    width: 100%;
}

.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: #1c1c24;
    border-radius: 10px;
    padding: 20px 20px 25px 25px;
    font-weight: 600;
}

.bonus_bets_desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.bonus_bets_top_example {
    color: #fff;
    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: #1c1c24;
    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: #ff7e65;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    position: relative;
}

.bonus_bets_number_text {
    color: #fff;
    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: #fff;
    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 {
    background-color: #411309;
    backdrop-filter: blur(5px);
    border-radius: 0.75rem;
    display: grid;
    min-height: 110px;
    padding: 10px;
}

.bonus_item_title {
    color: #fff;
    font-size: 22px;
    height: 42px;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.bonus_ranking_data {
    background: #1c1c24;
    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 {
    background: linear-gradient(180deg, #f39d42, #9ea8ba);
    -webkit-background-clip: text;
    color: transparent;
}

.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: #fff;
    display: block;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    transform: scale(.8);
    font-size: 16px;
}

.bonus_userinfo_body .bonus_userinfo_score {
    color: #ff7e65;
}

.bonus_ranking_lottery {
    grid-gap: 10px;
    display: grid;
    margin: 0 auto;
    min-height: 280px;
    padding: 0 8px;
    width: 100%;
}

.bonus_lottery_item {
    background: #1c1c24;
    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: #7f8793;
}

.bonus_yellow {
    color: #ff7e65;
}

.bonus_footer_overview {
    background-color: #411309;
    backdrop-filter: blur(5px);
    border-radius: 15px;
    display: flex;
    margin-bottom: 30px;
    opacity: 1;
    padding: 15px 15px 15px 24px;
    flex-direction: row;
}

.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: #1c1c24;
    border-radius: 15px;
    height: 100%;
    opacity: 1;
    padding: 26px 23px 18px 29px;
    width: 100%;
}

.bonus_footer_right_content .bonus_footer_right_text {
    color: #fff;
    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: #ff7e65;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.transc-l {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #859cbf;
    text-align: center;
    justify-content: center;
    position: relative;
}

.transc-r {
    padding: 0px 20px;
    width: 80%;
}

.transcation-wp {
    display: flex;
    align-items: center;
    background: #1c2532;
    border-radius: 0px 10px 10px 0px;
}

.transcation-item {
    margin-top: 20px;
}

.transc-pro {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #151c27;
    border-radius: 15px;
}

.transc-img img {
    height: 45px;
}

.num-trans {
    color: #58c2f0;
    font-weight: bold;
}

.name-trans {
    border-bottom: 2px solid #51617b;
    font-weight: bold;
}

.transc-content {
    width: 120px;
    max-width: 160px;
    text-align: center;
}


@media(max-width:1200px) {
    .contact-choice {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .conbox {
        min-width: auto;
    }

    .icon-contact {
        font-size: 25px;
    }
}

@media (max-width:991px) {

    .header-left,
    .header-right {
        display: none;
    }

    .header, .header.active{
        padding: 10px;
    }

    .mx90 {
        max-width: none;
        margin: 0 -15px;
    }

    .searchbox {
        margin-bottom: 25px;
    }

    .carousel-item {
        height: 42vh;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: 80% center;
    }

    .footer-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px 5px;
    }

    .slider-content {
        font-size: 40px;
    }

    .filter-menu-bar {
        display: flex;
        justify-content: space-between;
    }

    .promo-boxes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    button.upload-button {
        width: 40%;
        font-size: 14px;
    }

    input.acc_input.upload {
        width: 59%;
    }

    .banking-table {
        font-size: 15px;
        overflow: auto;
    }

    .bdf-1 {
        background: none;
        padding: initial;
    }

    .bdfb:after,
    .bdfb-2:after {
        content: none;
    }

    .highlight-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .member-service {
        height: auto;
        padding: 10px 0;
    }

    .step-wrapper {
        display: block;
    }

    .step-box {
        max-width: 280px;
        margin: auto;
        height: 140px;
    }

    .step-img {
        padding: 10px 0px;
        max-width: 90px;
    }

    .step-info {
        line-height: 0.9;
    }

    .step-info h4 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .step-info span {
        font-size: 15px;
    }

    .step-num {
        font-size: 24px;
    }

    .blog-boxer {
        display: grid;
        grid-template-columns: auto;
    }

    .prv-nm {
        bottom: 1vw;
    }

    .prv-txt {
        font-size: 2vw;
        max-width: 20vw;
    }

    .frame-1 .prv-txt {
        bottom: 4%;
        max-width: 22vw;
    }

    .frame-1 .prv-nm {
        /* right: 4vw; */
        bottom: 2%;
        max-width: 20vw;
    }

    .prv-nm img {
        height: 3.7vw;
    }

    .daily-bg ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: relative;
    }

    .daily-bg ul li a img {
        display: block;
        margin: 0px auto;
    }

    .modal-congrat h5 {
        font-size: 30px;
    }

    .daily_modal .close {
        top: -35px;
    }

    .vip-ico img {
        height: 22px;
    }

    .user_vip_inner {
        grid-template-columns: 1fr;
    }

    .user_vip_inner .user_level_list_body {
        grid-template-columns: repeat(3, 1fr);
    }

    .user_vip_inner .user_level_list {
        padding: 0px;
    }

    .vip-wrap ul {
        flex-direction: column;
    }

    .vip_title_b {
        font-size: 14px;
    }

    .vip-non {
        height: 160px;
    }

    .vip-1 img {
        height: 140px;
    }

    h3.vip-ttl {
        font-size: 7.3vw;
        padding: 0px 0px;
    }

    .lvl-lv ul {
        font-size: 12px;
    }

    .table_vip_responsive {
        overflow-x: scroll;
        margin-left: 45%;
        overflow-y: visible;
        padding: 0;
    }

    .table_vip_responsive tr th.headcol {
        width: 45%;
        padding: 10px;
        font-size: 10px;
        height: 47px;
    }

    .table_vip_outwrap {
        padding: 10px;
    }

    table.vip_table tr.hr_cus_wrap {
        position: relative;
        display: none;
    }

    .headcol {
        position: absolute;
        width: 12em;
        left: 0;
        top: auto;
        border-top-width: 2px;
        margin-top: -1px;
        height: auto;
    }

    .headcol_first_mobile {
        background-color: #1c1c24;
        border-top-left-radius: 10px;
    }

    table.vip_table tr td span {
        font-size: 12px;
    }

    .vip_table_head.headcol_sec_mobile,
    table.vip_table.headcol_sec_mobile {
        border-top-left-radius: 0;
    }

    .table_vip_responsive tr th.headcol.headcol_sub {
        font-weight: 700;
        color: #fff;
        font-size: 11px;
        line-height: 1;
    }

    .fea_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
        padding: 20px 0;
    }

    .vip_tnc_wrap {
        padding: 7%;
    }

    table.vip_table tr td {
        padding: 7px;
        font-size: 10px;
    }

    .bonus_box_custom {
        grid-template-columns: 1fr;
    }

    .bonus_right_box_top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-top-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .trophy_m {
        display: block;
        width: 90px;
        margin: auto;
    }

    .trophy_w {
        display: none;
    }

    .bonus_right_box_bottom {
        grid-gap: 0;
        border-bottom-right-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
        grid-template-columns: 110px 1fr;
        grid-template-rows: repeat(2, minmax(0, 1fr));
        padding: 10px;
    }

    .bonus_right_box {
        padding: 10px;
    }

    .bonus_card_overview_inner {
        display: grid;
        justify-content: initial;
        grid-gap: 15px;
    }

    .bonus_card_item {
        width: 100%;
    }

    .bonus_content_box {
        display: grid;
    }

    .bonus_left_content_box {
        padding: 30px;
        width: 100%;
    }

    .bonus_bets_top {
        display: grid;
    }

    .bonus_bets_top_left {
        width: 100%;
        padding: 30px;
    }

    .bonus_bets_top_right {
        width: 100%;
    }

    .bonus_bets_bottom {
        display: grid;
        grid-gap: 15px;
    }

    .bonus_bets_bottom_left {
        width: 100%;
    }

    .bonus_bets_bottom_right {
        width: 100%;
    }

    .bonus_ranking_inner {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }

    .bonus_footer_overview {
        display: grid;
        padding: 15px;
    }

    .bonus_footer_right {
        margin-left: 0;
    }

    .bonus_footer_left {
        margin: auto;
        padding-bottom: 20px;
    }

    .user_vip_inner {
        grid-template-columns: 1fr;
    }

    .user_vip_inner .user_level_list_body {
        grid-template-columns: repeat(3, 1fr);
    }

    .user_vip_inner .user_level_list {
        padding: 0px;
    }

    .logo{
        max-width: 120px;
    }

    .music-toggle-wrap{
        top: 10px;
        right: 0px;
    }

    .lang-btn{
        top: 5px;
        right: 30px;
    }

    .lang-btn img {
        max-width: 30px;
    }
}

@media (max-width:767px) {
    .seo-wrapper {
        padding: 30px 30px 60px;
    }

    .highlight-sec {
        padding: 30px 0 0;
    }

    .highlight-wrapper {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 20px 0;
        padding-bottom: 10px;
    }

    .mobile-none {
        display: none;
    }

    .promo-boxes {
        display: grid;
        grid-template-columns: auto;
    }

    .date-search {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 0 15px;
    }

    button.dep-submit-btn.search {
        margin: 15px 0 0;
    }

    .acc_wrapper {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 2px 0px;
    }

    .deposit-top-btn {
        width: 35px;
        height: 35px;
        padding: 8px;
        border-radius: 50%;
    }

    .deposit-top-btn span {
        display: none;
    }

    .dps-top {
        position: absolute;
        right: 0px;
        top: 0px;
        display: none;
    }

    .filter-menu-bar {
        display: flex;
        justify-content: space-around;
    }

    .pmbox {
        font-size: 14px;
        margin: 10px 5px;
    }

    .nav-menu a {
        font-size: 12px;
        margin: 10px 2px;
    }

    .roundbox {
        margin-bottom: 5px;
    }

    .prv-nm img {
        filter: drop-shadow(1px 1px 2px black);
        /* height: auto; */
        display: block;
        margin: 0px auto;
    }

    .daily-bg ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
    }

    .mission-bg ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .play2earn-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .p2e-amount {
        grid-template-columns: repeat(1, 1fr);
    }

    .wheel_product.wheel-wrap {
        height: 215px;
        width: 100%;
        margin: 0px auto;
        min-height: 250px;
    }

    .wheel-all ul {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    .redemption-wrapper {
        display: flex;
        flex-direction: column;
        gap: 86px;
    }

    .rep_modal img.img-wrap {
        position: relative;
    }

    .rep_modal .congrat-text {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 45px;
        font-size: 14px;
    }

    .rep_modal .image-wrap {
        height: auto;
    }

    .rep_modal .modal-congrat h5 {
        font-size: 18px;
    }

    .rep_modal .close {
        right: 0px;
    }

    button.submit-btn {
        display: block;
        margin: 0px auto;
    }

    .rep_modal .claim-btn-wrap {
        position: absolute;
        bottom: 0px;
        left: 0;
        margin: 0px auto;
        right: 0;
    }

    .about-top {
        min-height: 170px;
        padding-top: 60px;
    }
}


@media (max-width:480px) {
    .menu-bar {
        left: 0;
    }

    a.play-btn {
        font-size: 13px;
        width: 100px;
        padding: 6px 0px;
    }

    .game-title {
        font-size: 13px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .roundbox {
        width: 50px;
        height: 50px;
    }

    .roundbox img {
        max-width: 33px;
    }

    #filter-box {
        padding: 0 15px;
    }

    .history-wrapper {
        font-size: 13px;
    }

    input.acc_input.upload {
        width: 100%;
    }

    button.upload-button {
        width: 100%;
        margin-top: 10px;
    }

    .dps-method a {
        width: 130px;
        margin: 5px 8px;
    }

    .info-sec {
        font-size: 16px;
        line-height: 1.5;
    }

    .date-search {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 0 15px;
    }

    button.dep-submit-btn.search,
    button.dep-submit-btn {
        width: 100%;
    }

    .bktitle {
        font-size: 25px;
    }

    .blog-wrapper {
        padding: 15px;
    }

    .blog-time-title h4 {
        font-size: 18px;
    }

    .blog-title-box i {
        font-size: 20px;
        width: 25px;
        height: 38px;
    }

    .tbox-1 {
        font-size: 20px;
        display: inline-block;
        font-weight: 600;
        background: #000;
        padding: 3px 3px;
        border-radius: 6px;
        margin: 1px;
        color: #f54927;
        /* border: 1px solid #cb0000; */
        width: 34px;
        height: 35px;
        line-height: 29px;
        box-shadow: 0px 0px 4px 1px #0090ff;
    }

    .slider-content {
        display: block;
    }

    .contact-top .slider-content {
        display: block;
    }

    .slider-join {
        margin-top: 20px;
    }
}