:root {
    --main-font: "Poppins", sans-serif;
    --main-font-tittle-weight: 500;
    --main-font-tittle-bold-weight: 600;
    --main-font-bold-weight: 800;
    --main-font-small-size: 12px;
    --main-font-normal-size: 12px;
    --main-font-big-normal-size: 16px;
    --main-font-tittle-size: 18px;
    --main-font-big-tittle-size: 24px;
    --main-font-ex-tittle-size: 30px;
    --btn-linear-gradient-blue: linear-gradient(0deg,
            #054fba 0%,
            #1979e6 32.5%,
            #1f87f4 61.5%,
            #238ffc 80.4%);
    --btn-linear-gradient-purple: linear-gradient(358.91deg,
            #5809a2 -23.89%,
            #810aba 15.97%,
            #930bc7 60.42%,
            #c00ae2 98.75%);
}

.main-font {
    font-family: var(--main-font);
}

.main-font-small-size {
    font-size: var(--main-font-small-size) !important;
}

.main-font-normal-size {
    font-size: var(--main-font-normal-size) !important;
}

.main-font-big-normal-size {
    font-size: var(--main-font-big-normal-size) !important;
}

.main-font-tittle-size {
    font-size: var(--main-font-tittle-size) !important;
}

.main-font-big-tittle-size {
    font-size: var(--main-font-big-tittle-size) !important;
}

.main-font-ex-tittle-size {
    font-size: var(--main-font-ex-tittle-size) !important;
}

.main-linear-color {
    background: var(--btn-linear-gradient-purple) !important;
}

.main-font-tittle-weight {
    font-weight: var(--main-font-tittle-weight) !important;
}

.main-font-tittle-bold-weight {
    font-weight: var(--main-font-tittle-bold-weight) !important;
}

.main-font-bold-weight {
    font-weight: var(--main-font-bold-weight) !important;
}

img {
    vertical-align: middle;
}

span {
    vertical-align: middle;
}

.border-red-1 {
    border: 2px solid #ff0000 !important;
}

.border-light-purple-2 {
    border: 2px solid #ad07da !important;
}

.border-top-light-purple-2 {
    border-top: 2px solid #ad07da !important;
}

.border-0 {
    border: 0;
}

.border-25 {
    border: 25px solid;
}

.table.border-radius-all {
    border-radius: 12px;
    overflow: hidden;
}

.fit-content {
    width: fit-content;
}

.row.justify-content-center {
    display: flex;
    justify-content: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left !important;
}

.font-bold {
    font-weight: 700;
}

.m-0 {
    margin: 0 !important;
}

.mt-05 {
    margin-top: 0.5rem;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-25 {
    width: 25% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.p-0 {
    padding: 0;
}

.pl-0-5 {
    padding-left: 0.5rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.pl-5-c {
    padding-left: 5rem;
}

.pr-0-5 {
    padding-right: 0.5rem !important;
}

.pt-0-3 {
    padding-top: 0.3rem !important;
}

.pt-0-5 {
    padding-top: 0.5rem;
}

.pt-1 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-2-5 {
    padding-top: 2.5rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pb-0-5 {
    padding-bottom: 0.5rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem;
}

.pb-30 {
    padding-bottom: 30px;
}

.py-0-3 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.py-0-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.h-5 {
    height: 5rem;
}

.d-none {
    display: none;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-items-center {
    align-items: center !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.ms-auto {
    margin-inline-start: auto !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-15px {
    border: 3px solid;
    border-radius: 15px;
}

.border-shadow-15px {
    box-shadow: 0 0 15px rgb(0 0 0 / 0.5);
    border: 1px solid #000;
}

.header-ani {
    animation: header-move 0.2s alternate infinite;
}

#header-wrap {
    box-shadow: 0 4px 4px 0 #7b00ee40;
}

.border-radius-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

#logo img {
    max-height: 55px;
}

@keyframes header-move {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

.frontend.myPagination strong {
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.frontend.myPagination a {
    border: 1px solid #ebedf2;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.frontend.myPagination a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-list {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-list li {
    margin-top: 8px;
    display: inline-flex;
}

.footer-list li a {
    padding: 0 8px;
    color: #fff;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}

.footer-list li:last-child a {
    border-right: none;
}

.footer-container {
    border-bottom: 5px solid #7600ee;
}

.login-header-list {
    width: 100%;
    text-align: right;
    margin-bottom: 0;
}

.login-header-list li {
    margin-top: 10px;
    display: inline-flex;
}

.login-header-list li a {
    font-weight: 700;
    padding: 0 10px;
}

.modern-modal .modal-content {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 50px rgb(123 0 238 / 0.25);
    overflow: hidden;
}

.text-gradient {
    background: linear-gradient(135deg, #7b00ee 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.content-wrap-home {
    background: #fff;
    background-size: 100% 100%;
    min-height: 520px !important;
}

.modern-input {
    height: 52px;
    background: #f8f9fa !important;
    border: 2px solid #f1f3f5 !important;
    border-radius: 12px !important;
    padding-left: 45px !important;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-input:focus {
    background: #fff !important;
    border-color: #7b00ee !important;
    box-shadow: 0 8px 20px rgb(123 0 238 / 0.1) !important;
}

.input-icon-wrapper {
    position: relative;
}

.icon-left {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    z-index: 10;
    transition: color 0.3s;
}

.modern-input:focus+.icon-left,
.modern-input:focus~.icon-left {
    color: #7b00ee;
}

.btn-modern-gradient {
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, #7b00ee 0%, #a855f7 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 4px 15px rgb(123 0 238 / 0.3);
    transition: all 0.3s;
    cursor: pointer;
}

.btn-modern-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(123 0 238 / 0.4);
    filter: brightness(1.1);
}

.btn-modern-gradient:active {
    transform: translateY(0);
}

.close-custom {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    border: none;
    opacity: 0.7;
    transition: 0.3s;
    z-index: 100;
}

.close-custom:hover {
    opacity: 1;
    background: #f1f3f5;
    transform: rotate(90deg);
}

.forgot-link {
    font-size: 13px;
    color: #6c757d;
    text-decoration: none !important;
    transition: color 0.2s;
}

.forgot-link:hover {
    color: #7b00ee;
}

#loginModal .modal-body img {
    width: 50% !important;
}

.row-tight {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
}

.row-tight [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.captcha-container {
    background: #f8f9fa;
    border: 1.5px solid #ececec;
    border-radius: 12px;
    padding: 6px;
    transition: border-color 0.3s;
}

.captcha-container:focus-within {
    border-color: #7b00ee;
    background: #fff;
}

.fgp-modern-input {
    height: 50px !important;
    border-radius: 12px !important;
    border: 1.5px solid #ececec !important;
    box-shadow: none !important;
    font-size: 15px !important;
}

.captcha-input-box {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    height: 34px !important;
    padding: 0 !important;
    font-size: 14px !important;
    text-align: left;
}

.btn-modern-gradient {
    height: 55px !important;
    background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%) !important;
    border-radius: 15px !important;
    border: none !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    box-shadow: 0 6px 20px rgb(74 0 224 / 0.3) !important;
    transition: transform 0.2s;
}

.btn-modern-gradient:active {
    transform: scale(0.98);
}

.rounded-8 {
    border-radius: 8px;
}

.text-purple {
    color: #7b00ee;
}

#forgotPasswordModal .modal-body img {
    width: 50% !important;
}

#language-menu {
    background: #fff0;
    color: #fff;
}

.mobile-login-panel {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.validationScreenLoader,
.screenLoader {
    position: absolute;
    z-index: 99999;
    background-color: rgb(0 0 0 / 0.7);
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

.screenLoaderContent {
    position: fixed;
    top: 50%;
    left: 25%;
    right: 25%;
}

.screenLoaderContent img {
    width: 80px;
}

button:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.headerDiv {
    position: relative;
    border-radius: 15px;
    margin-bottom: 20px;
    background-image: url(../../images/project/main-wallet-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.content-body {
    border: 2px solid #9f2eea;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}

.content ul,
.content li {
    color: #fff;
}

.noticount {
    border-radius: 20px;
    background: red;
    width: 15px;
    height: 15px;
    position: absolute;
    padding: 2px;
    text-align: center;
    top: -5px;
    right: 213px;
}

.m-auto {
    margin: auto;
}

.bankImg img {
    width: 50px;
    margin-right: 5px;
    cursor: pointer;
}

.bankImg img:hover,
.bankImg img.active {
    transform: scale(1.2);
    border: 2px solid #ad07da;
}

.errText {
    color: red;
    font-style: italic;
}

.btn-android {
    background: linear-gradient(to bottom, #c9ffe2 0%, #3ddd85 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 50%;
}

.btn-ios {
    background: linear-gradient(to bottom, #ffffff 0%, #d4d4d4 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 50%;
}

.btn-transfer {
    color: rgb(0 0 0 / 0.9);
    font-size: 15px;
    background: linear-gradient(#ffd943, #ffcc01);
}

.transfer-game {
    font-size: 12px;
    height: 1rem;
    white-space: nowrap;
}

.btn-history {
    width: 100px;
    color: #fff;
    border-radius: 25px;
    height: 39px;
    padding: 8px 0;
    background: linear-gradient(358.91deg,
            #5809a2 -23.89%,
            #810aba 15.97%,
            #930bc7 60.42%,
            #c00ae2 98.75%);
    border: none;
}

.btn-history:hover,
.btn-history.active {
    color: #000;
    background: linear-gradient(358.91deg,
            #5809a2 -23.89%,
            #810aba 15.97%,
            #930bc7 60.42%,
            #c00ae2 98.75%);
}

.btn-yellow {
    width: 140px;
    color: rgb(0 0 0 / 0.9);
    border-radius: 5px;
    font-size: 15px;
    height: 37px;
    font-weight: 700;
    border: 1px solid #00508e;
    padding: 0;
    margin-top: 10px;
    background: linear-gradient(#ffd943, #ffcc01);
}

.btn-join {
    border-radius: 10px;
    background: #f6002f;
    color: #fff;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
}

.btn-bank {
    width: 140px;
    color: #001c3c;
    background-color: rgb(0 0 0 / 0.1);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    height: 45px;
    font-weight: 700;
    border: 0;
    margin-bottom: 10px;
    border-radius: 25px;
}

.btn-bank:hover,
.btn-bank.active {
    border: 0;
    border-radius: 25px;
    background: var(--btn-linear-gradient-purple);
    color: white !important;
}

.btn-bank:hover,
.btn-bank.active>span {
    color: white !important;
}

.btn-light-blue {
    background: #3cc2fa;
    color: #000;
}

.btn-amount {
    flex: 1 0 22%;
    width: auto;
    min-width: 75px;
    max-width: 120px;
    color: #bfbfbf;
    background-color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 15px;
    height: 40px;
    font-weight: 600;
    border: 1px solid #bfbfbf;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-amount:hover,
.btn-amount.active {
    color: #fff;
    background: linear-gradient(358.91deg,
            #fe0b8b -23.89%,
            #ed06c3 15.97%,
            #ad07da 51.53%,
            #9f2eea 98.75%);
}

.deposit-amount {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-file-upload {
    padding: 8px;
    border-radius: 20px;
    font-weight: 300;
    cursor: pointer;
    user-select: none;
}

.custom-file-upload:active {
    opacity: 0.8;
}

.btn-menu {
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    color: #fff;
}

.btn-menu:hover {
    color: #fff;
}

.home-btn-custom1 {
    background: #fff;
    color: #be00ed;
    border: 2px solid #7600ee;
    font-weight: 800;
    border-radius: 50px;
}

.home-btn-custom2 {
    background: linear-gradient(180deg, #c600ed 0%, #6700ee 100%);
    color: #fff;
    font-weight: 800;
    border-radius: 50px;
}

.home-btn-custom3 {
    background: linear-gradient(180deg, #c600ed 0%, #6700ee 100%);
    color: #fff;
    font-weight: 800;
    border-radius: 50px;
    padding: 8px 12px;
    text-align: center;
}

.home-btn-custom4 {
    background: #fff;
    color: #be00ed !important;
    font-weight: 800;
    border: 2px solid #7600ee;
    border-radius: 50px;
    padding: 5px 10px;
    text-align: center;
}

.home-btn-custom5 {
    background: #fff;
    color: #be00ed !important;
    border: 2px solid #7b00ee;
    font-weight: 800;
    border-radius: 50px;
}

.home-btn-custom6 {
    background: #fff0;
    color: #a115f1;
    font-weight: 800;
    border-radius: 5px;
    padding: 7px 20px;
    text-align: center;
    border: 2px solid #a115f1;
}

.home-btn-custom7 {
    background: linear-gradient(180deg, #d979ff 0%, #9501ee 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 7px 20px;
    text-align: center;
    border: 2px solid #a115f1;
}

.home-btn-custom8 {
    background: #f2c3ff;
    color: #000;
    font-weight: 800;
    border-radius: 50px;
}

.home-btn-custom9 {
    background: linear-gradient(358.91deg,
            #5809a2 -23.89%,
            #810aba 15.97%,
            #930bc7 60.42%,
            #c00ae2 98.75%);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    border: 0;
    padding: 8px 20px;
    text-align: center;
}

.home-btn-custom10 {
    background: linear-gradient(358.91deg,
            #5809a2 -23.89%,
            #810aba 15.97%,
            #930bc7 60.42%,
            #c00ae2 98.75%);
    color: #fff;
    font-weight: 800;
    border-radius: 50px;
    padding: 10px 75px;
    text-align: center;
}

.home-btn-custom11 {
    display: block;
    width: 75%;
    margin: 0 auto;
    background: linear-gradient(180deg, #c600ed 0%, #6700ee 100%);
    color: white !important;
    border: 2px solid #7b00ee;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
}

.home-btn-custom2:hover {
    color: #fff;
}

.home-btn-custom3:hover {
    color: #fff;
}

.home-btn-custom9:hover {
    color: white !important;
}

.home-btn-custom10:hover {
    color: white !important;
}

.home-btn-custom11:hover {
    box-shadow: 0 4px 12px rgb(190 0 237 / 0.5);
}

.home-btn-custom3 .btn-custom-link {
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 0.1rem;
}


.btn-custom1 {
    background-color: #000;
    color: gold;
    border-image: linear-gradient(#a0783c, #e6cfa0, #a0783c) 1;
    font-weight: 800;
    border-radius: 0;
    border-width: 2px;
}

.btn-custom1:hover {
    background-color: #000;
    color: gold;
    border-image: linear-gradient(#a0783c, #e6cfa0, #a0783c) 1;
    font-weight: 800;
    border-radius: 0;
    border-width: 2px;
}

.btn-custom2 {
    background-image: linear-gradient(#d4b254, #fff6a4, #d4b254);
    color: #000;
    font-weight: 800;
    border-radius: 0;
    border: 2px solid #fff0;
}

.btn-custom2:hover {
    background-image: linear-gradient(#d4b254, #fff6a4, #d4b254);
    color: #000;
    font-weight: 800;
    border-radius: 0;
    border: 2px solid #fff0;
}

.btn-gold.active {
    background: linear-gradient(#f8ba2e, #823c1c);
    color: #000;
}

.btn-gold {
    background: linear-gradient(#f5d778, #68491b);
    color: #000;
}

.btn-blue {
    background-color: blue;
    color: #fff;
}

.btn-purple {
    background-color: purple;
    color: #fff;
}

.btn-red {
    background-color: red;
    color: #fff;
}

.blink-animation {
    animation: blink 1s linear infinite alternate;
}

.sectionBar {
    padding: 10px;
}

.msg-box {
    position: relative;
    background-color: #7b00ee;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.msg-close {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
}

.gameBox {
    border: 1px solid #f0f0f0;
    color: #363636;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
    background: #f6fcff;
}

.gameBox input[disabled] {
    text-align: center;
    border-color: #083a81;
    background: #fff0;
    color: #ad07da;
}

.dropdown .dropdown-menu {
    background-color: #181818;
}

.dropdown .dropdown-menu .dropdown-item {
    display: block;
    padding: 5px 20px;
    color: #fff;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #a97a0e;
}

.bg-custom1 {
    background-color: rgb(0 0 0 / 0.5);
}

.bg-custom {
    background-image: linear-gradient(#d4b254, #fff6a4, #d4b254);
}

.bg-header-custom {
    background: linear-gradient(to bottom, #a97a0e, #f7eb82, #a97a0e);
}

.bg-modal-body {
    background: rgb(16 34 38 / 0.8);
}

.bg-red {
    background-color: red;
}

.bg-grey {
    background-color: grey;
}

.bg-light-grey {
    background-color: #eee;
}

.bg-gold {
    background-color: gold;
}

.bg-yellow {
    background-color: #ff0;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-theme {
    background-color: #f6002f;
}

.bg-footer {
    background: #fff;
}

.bg-black-transparent {
    background-color: rgb(0 0 0 / 0.3) !important;
}

.bg-facebook {
    background-color: #0011ff !important;
}

.bg-whatsapp {
    background-color: #25d366 !important;
}

.bg-telegram {
    background-color: #00b2ff !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-soft-white {
    background-color: #f1f1f1 !important;
}

.bg-soft-blue {
    background-color: #f1f1f1 !important;
}

.bg-lavender {
    background-color: #fcebff !important;
}

.bg-brand-color {
    background-color: #4c4a8b !important;
}

.bg-deep-lavender {
    background-color: #f0e3ff !important;
}

.bg-lavender-gradient {
    background: linear-gradient(180deg, #fcfbff 0%, #f0e3ff 100%) !important;
}

.bg-vivid-gradient {
    background: linear-gradient(180deg, #ceabf7 0%, #9f2eea 100%) !important;
}

.bg-stage {
    background: url(../../images/project/img-stage.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;
}

.bg-light-grey::placeholder {
    font-weight: 700;
}

.bg-light-grey::option {
    font-weight: 700;
}

.slot-header {
    padding: 10px 0;
    background: linear-gradient(to bottom, #080808 13%, #393939 50%, #080808 87%);
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.slot-header.active {
    top: 0;
    background: linear-gradient(to bottom,
            #a3700f 1%,
            #e9c379 50%,
            #a3700f 99%,
            #a3700f 100%);
    color: #2b1c00;
}

.main-title {
    background: url(../../images/project/title-bar.png);
    background-repeat: no-repeat;
}

.main-title-past {
    margin-top: 200px;
}

.main-title p {
    color: #fff;
    margin-left: 30px;
    padding: 5px 0;
}

.equalHeight {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equalHeight:before,
.equalHeight:after {
    display: none;
}

.hd {
    display: none;
}

.br-20 {
    border-radius: 20px;
}

.md-bl {
    border-left: 1px solid #fff;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline !important;
}

.text-center {
    text-align: center !important;
}

.text-blue {
    color: #007bff !important;
}

.text-yellow {
    color: yellow !important;
}

.text-black {
    color: black !important;
}

.text-white {
    color: white !important;
}

.text-red {
    color: red !important;
}

.text-green {
    color: green !important;
}

.text-gold {
    color: #ffce66 !important;
}

.text-light-blue {
    color: #1067d3 !important;
}

.text-deep-blue {
    color: #083a81 !important;
}

.text-sky {
    color: #81c8ff !important;
}

.text-sky-blue {
    color: #238ffc !important;
}

.text-purple {
    color: #6a4dff !important;
}

.text-light-purple {
    color: #9f2eea !important;
}

.text-lavender {
    color: #be00ed !important;
}

.text-deep-purple {
    color: #ad07da !important;
}

.text-vivid-purple {
    color: #a115f1 !important;
}

.text-rose {
    color: #f64074 !important;
}

.border-white {
    border-color: #fff;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.tcp {
    cursor: pointer;
}

.crd {
    color: #f6002f;
}

.refTitle {
    background: rgb(0 0 0 / 0.5);
    padding: 10px;
    text-align: center;
}

.nav-mall-item {
    margin: auto 20px;
    border-radius: 20px;
    background-color: #c00;
    padding: 0 20px;
}

.nav-mall-item img {
    padding-right: 10px;
    margin: 5px auto 10px;
    height: 22px;
}

.nav-link.nav-header {
    transform: skewX(-15deg);
    transition: all 0.2s ease-in-out;
}

.nav-link.nav-header.active,
.nav-link.nav-header:hover {
    background-color: #112225;
}

.nav-link.nav-header.active .nav-link-rotate img,
.nav-link.nav-header:hover .nav-link-rotate img {
    transform: skewX(0deg) scale(1.3);
    transition: all 0.2s ease-in-out;
}

.nav-link-rotate {
    transform: skewX(15deg);
}

.img-play-btn {
    position: absolute;
    bottom: 12%;
    left: 20%;
    width: 150px;
}

.gameImg {
    filter: grayscale(1);
}

.gameImg:hover,
.gameImg.active {
    transition: 0.3s ease-in-out;
    filter: grayscale(0);
}

.gameImg img {
    filter: grayscale(0);
    margin-top: 150px;
    width: 315px;
}

.gameIcon {
    height: 189px;
    display: flex;
    align-items: center;
    border: 1px solid gold;
    margin: 5px auto;
}

.gameTitle {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0.5);
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.gameIcon:hover .overlay {
    opacity: 1;
}

.gameIcon img {
    width: 100%;
}

.gameIcon .overlay {
    opacity: 0;
    background: rgb(0 0 0 / 0.5);
}

.gameIcon .play {
    margin: 50% auto;
    width: fit-content;
    background: #fbbd2e;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blinker 2s linear infinite;
}

.side_qr {
    text-align: center;
    display: inline-block;
    padding: 15px;
    background: #000;
    position: fixed;
    top: 25%;
    right: -250px;
    width: 250px;
    z-index: 999;
    transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -webkit-transition: right 0.4s ease;
}

.side_qr:hover .qr_button {
    animation: none;
}

.side_qr .qr_button {
    animation: blinker 2s linear infinite;
    position: absolute;
    top: 0;
    left: -41px;
    display: inline-block;
    width: 50px;
}

.side_qr table {
    margin: 0;
}

.side-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.side-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgb(12 34 50);
}

.side-item {
    height: 30px;
    line-height: 30px;
}

.atmDepTable table.table {
    background-color: #fff0;
}

.atmDepTable th {
    text-align: left;
}

.atmDepTable td {
    text-align: left;
    padding: 8px;
    background: rgb(255 255 255 / 0.1);
}

.profile-bank {
    color: #fff;
}

.button-spin {
    text-align: center;
}

.button-spin button {
    padding: 8px 20px;
    margin: 10px;
    font: 700 22px arial;
    background: linear-gradient(180deg, #c600ed 0%, #6700ee 100%) !important;
    color: #fff;
    box-shadow: 0 1px 5px #333;
    border-radius: 25px;
    border: 1px solid #6700ee;
    outline: 0;
    cursor: pointer;
}

.button-spin button:hover {
    background: #e00;
}

.button-spin #countdown {
    width: 200px;
    margin: 0 auto;
    padding: 5px;
    font: 700 14px arial;
    color: #fff;
    background: #000;
    background: rgb(0 0 0 / 0.5);
    border-radius: 10px;
}

.button-spin i {
    font-size: 50px;
    color: #ff0;
    text-shadow: 0 1px 5px #333;
}

.winwheel {
    text-align: center;
    padding: 3px 3px 0;
    background: #666;
    background: radial-gradient(#000 3%,
            #000 4%,
            #0f0 5%,
            #000 6%,
            #000 7%,
            #fc0 8%,
            #000 9%,
            #000 10%,
            #ff0 11%,
            #000 12%,
            #000 13%,
            #f0c 14%,
            #000 15%,
            #000 16%,
            #0cf 17%,
            #000 18%,
            #000 19%,
            #c6f 20%,
            #000 21%,
            #000 28%,
            #fc0 28%,
            #fc0 30%);
    border-radius: 1000px;
    border: 5px solid #000;
}

.winwheel-content {
    width: 100%;
    padding: 20px;
    max-width: 500px;
    margin: auto;
}

.prize-table td.step-action div {
    padding: 3px 15px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 5px;
}

.youtube_iframe {
    background: url(../../images/project/tv-frame.png) no-repeat center;
    background-size: contain;
    position: relative;
    height: 500px;
}

.youtube_iframe .youtube {
    height: 400px;
    width: 98%;
    margin: auto;
    padding-top: 63px;
}

.youtube_iframe .youtube .fluid-width-video-wrapper {
    padding-top: 56% !important;
}

.vip-progress-container {
    width: 100%;
    position: relative;
}

.progress-status {
    position: relative;
    height: 2rem;
    background-color: #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 6px;
}

.progress-animation {
    height: 100%;
    background-color: #d2c5f8;
    width: 0;
    border-radius: 10px;
    transition: width 0.5s ease;
}

.bar-separator {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    opacity: 0.7;
}

.bar-separator:nth-child(1) {
    left: 20%;
}

.bar-separator:nth-child(2) {
    left: 40%;
}

.bar-separator:nth-child(3) {
    left: 60%;
}

.bar-separator:nth-child(4) {
    left: 80%;
}

.vip-levels {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    margin-top: 4px;
}

.vip-level {
    text-align: center;
}

.vip-amount {
    font-size: 1rem;
    color: #555;
}

.treasure-box.active {
    animation: createBox 1s infinite;
}

.treasure-box.reached {
    opacity: 0.4;
    cursor: default;
}

.treasure-box.locked {
    opacity: 1;
    cursor: not-allowed;
}

.vip-table tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.vip-table tbody tr:nth-child(even) {
    background-color: #fff;
}

.progress-deposit {
    margin-left: 4%;
}

.treasure-box {
    width: 20%;
}

.progress-deposit .treasure-box {
    margin-left: -15px;
}

.progress-deposit .treasure-box.active {
    animation: createBox 2s infinite;
}

@keyframes createBox {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.8);
    }
}

.progress-deposit:nth-child(2) {
    margin-left: 10%;
}

.progress-deposit:nth-child(3) {
    margin-left: 18%;
}

.progress-deposit:nth-child(4) {
    margin-left: 19%;
}

.progress-deposit:last-child {
    margin-left: 13%;
}

.progress-balance {
    height: 30px;
    border: 2px solid gold;
}



@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.image-powered-by img {
    width: 10%;
}

.productmain {
    margin-top: 45px;
    position: relative;
}

.producttitle {
    position: absolute;
    top: -23px;
    left: 25%;
    right: 25%;
    font-size: 25px;
    background: url(../../images/project/body_bg.png) no-repeat center;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
}

.ourproduct {
    padding: 20px;
    text-align: -webkit-center;
    border: 6px solid #9fd4f8;
    margin: 10px;
}

.ourproduct img {
    width: 30%;
}

#ccbx {
    border: 3px solid #f4d374;
    border-radius: 50%;
    margin: -25px auto 0;
    width: 80px;
    height: 80px;
    box-shadow:
        0 3px 5px -1px rgb(0 0 0 / 0.2),
        0 6px 10px 0 rgb(0 0 0 / 0.14),
        0 5px 18px 5px rgb(0 0 0 / 0.12);
    position: relative;
    z-index: 1002;
    text-align: center;
}

#ccbx img,
#ccbx a {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

#ccbx a,
#ccbx img {
    padding-top: 6px;
    margin: 0 auto;
}

.lang-dropdown img {
    width: 34px;
}

.d-flex {
    display: flex;
}

.desktopView {
    display: block;
}

.mobileView {
    display: none;
}


.downline_table {
    color: #083a81;
}

.downline_table_detail {
    width: 100%;
}

.downline_table_detail td {
    padding: 10px;
    border: 3px solid #083a81;
}

.downline_table_menu {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.downline_table_menu th {
    padding: 10px;
    border: 3px solid #083a81;
}










.btn-live {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    color: #000;
}

.btn-live.active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #083a81;
    border-radius: 15px;
    color: #fff;
}

.tilted-column {
    display: flex;
    align-items: center;
    transform: skewX(-20deg);
    background-color: #fff;
    padding: 6px 12px;
}

.header-from-control {
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 0 solid #ccc;
}

















.vip-btn-custom1 {
    background: #f64074;
    color: white !important;
    border-radius: 25px;
    text-align: center;
    border: 0;
    padding: 10px 8rem;
}

.vip-btn-custom2 {
    background: #fcb230;
    color: white !important;
    border-radius: 25px;
    text-align: center;
    border: 0;
    padding: 10px 8rem;
}

.dep-btn-custom1 {
    background: linear-gradient(358.91deg,
            #5809a2 -23.89%,
            #810aba 15.97%,
            #930bc7 60.42%,
            #c00ae2 98.75%);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    border: 0;
    padding: 8px 20px;
    text-align: center;
    width: 25%;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.dep-btn-custom1:hover {
    color: white !important;
}

.home-panel-section {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #00000040;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.register-text-bold {
    font-weight: 700;
}

.forgot-password {
    font-weight: 700;
}

.register-detail {
    padding: 0.1rem 2rem 0.1rem 2rem;
    font-size: 45px !important;
    background: #b607d7;
    color: #fff;
}

.register-bank {
    padding: 0.1rem 2rem 0.1rem 2rem;
    font-size: 45px !important;
    background: #bababa;
    color: #fff;
}

.register-detail:hover {
    padding: 0.1rem 2rem 0.1rem 2rem;
    font-size: 45px !important;
    background: #b607d7;
    color: #fff;
}

.register-bank:hover {
    padding: 0.1rem 2rem 0.1rem 2rem;
    font-size: 45px !important;
    background: #bababa;
    color: #fff;
}

.register-label {
    font-weight: 500;
    font-weight: 700;
}

.mobile-login {
    background: linear-gradient(180deg, #b701ee 38.91%, #8001ee 100%);
    color: #fff;
    z-index: 3;
}

.mobile-register {
    background-color: #d28dff;
    color: #fff;
    z-index: 3;
}

.promo-container {
    position: relative;
    display: inline-block;
}

.promo-img {
    width: 100%;
    min-height: 12rem;
    display: block;
}

.promodetail {
    min-height: 15rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 6rem;
}

.itemTitle {
    font-size: 2rem;
    font-weight: 700;
    color: #083a81;
}

.itemdecription {
    font-size: 1.5rem;
}

.itemdecription p {
    color: black !important;
}

.infobtn {
    background: #fff;
    border: 0.714711px solid red;
    border-radius: 14.2942px;
    color: #083a81;
    padding: 5px 20px;
    cursor: pointer;
    margin-top: 10px;
}

.portfolio-menu {
    text-align: center;
    margin: 30px auto;
    border-radius: 30px;
}

.portfolio-menu ul {
    padding: 0;
}

.portfolio-menu ul li {
    background: #000;
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.portfolio-menu ul li.active {
    background-image: linear-gradient(#ffff5a, #d49127);
    color: #fff;
}

.itemCustom {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5.75px 5.75px 0 #00000040;
}

.itemContent {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(#32d5fc, #0572e8);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    font-size: 12px;
    height: 40px;
    text-transform: uppercase;
}

.itemContent .itemImg {
    right: 0;
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background-size: 100% 100%;
    background-image: linear-gradient(#1b4a7c, #081f47);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.profile-content {
    padding: 20px !important;
}

.hist-content {
    padding: 20px 30px;
}

#promoTable {
    width: 500px;
}

.bankDetail {
    border: 1px solid #ed06c3;
    background-color: #f8f8f8;
    border-radius: 15px;
}

.or-separator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.or-separator .line {
    margin: 0;
    width: 40%;
    border: 1px solid #000;
}

.or-separator .or-text {
    padding: 0 10px;
    font-weight: 700;
    color: #000;
}

.custom-alert {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #e74c3c;
    color: #fff;
    padding: 12px 20px 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.3);
    opacity: 0;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    z-index: 9999;
}

.custom-alert::before {
    content: "✖";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
}

.custom-alert.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.custom-alert-fail {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #e74c3c;
    color: #fff;
    padding: 12px 20px 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.3);
    opacity: 0;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    z-index: 9999;
}

.custom-alert-fail::before {
    content: "✖";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
}

.custom-alert-fail.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.custom-alert-success {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #2e7d32;
    color: #fff;
    padding: 12px 20px 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.3);
    opacity: 0;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    z-index: 9999;
}

.custom-alert-success::before {
    content: "✔";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
}

.custom-alert-success.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 576px) {

    .custom-alert-fail,
    .custom-alert-success {
        top: 10%;
        width: 90%;
        max-width: 350px;
        font-size: 14px;
        padding: 10px 15px 10px 35px;
        box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
    }

    .custom-alert-fail::before,
    .custom-alert-success::before {
        left: 12px;
        font-size: 16px;
    }
}

.custom-table-ipoint {
    border-collapse: collapse;
    width: 100%;
    border: none !important;
}

.custom-table-ipoint th,
.custom-table-ipoint td {
    border: none !important;
    text-align: center;
    padding: 10px;
}

.custom-table-ipoint thead th {
    background: linear-gradient(180deg, #f100f8 0%, #ba00d8 100%) !important;
    color: #fff;
    border: none !important;
}

.custom-table-ipoint thead th:first-child {
    border-top-left-radius: 10px;
}

.custom-table-ipoint thead th:last-child {
    border-top-right-radius: 10px;
}

.custom-table-ipoint tbody tr:nth-child(odd) {
    background-color: #1f2944;
    color: #fff;
}

.custom-table-ipoint tbody tr:nth-child(even) {
    background-color: #0d152a;
    color: #fff;
}

.custom-table-ipoint>tbody+tbody {
    border-top: none !important;
}








@media (max-width: 768px) {
    .announcement-bar {
        font-size: 14px;
    }
}














.vip-deposit-box {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 12px 15px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.15);
    background: #fff;
    min-height: 11rem;
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vip-label-top {
    font-weight: 600;
}

.vip-bottom-area {
    margin-top: auto;
}

.vip-label-title {
    font-size: 18px;
    font-weight: 600;
}

#vipBar {
    margin-top: 1rem;
}

.vip-priv-table {
    background: url(../../images/project/vip/vip-table-bg.png);
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.vip-priv-table th {
    color: #fff !important;
    padding: 12px;
    border: none !important;
}

.time-count {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.time-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-item .unit {
    line-height: 1;
    margin-top: 2px;
}

.time-laber {
    font-size: 24px;
    font-weight: 800;
}

.mobileView .swiper-slide {
    width: 250px;
    flex-shrink: 0;
    overflow-x: auto;
}

img.lazy {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

img:not(.lazy) {
    opacity: 1;
}

.content-wrap {
    background: url(../../images/project/container-bg.png) 100% 100%;
    background-size: 100% 100%;
    min-height: 520px !important;
}

.reg-wrapper {
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 16px 0;
}

.reg-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 24px;
}

.reg-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.reg-step-circle {
    padding: 0.1rem 2rem;
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    background: #bababa;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.reg-step.active .reg-step-circle {
    background: #b607d7;
}

.reg-step-label {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #999;
}

.reg-step.active .reg-step-label {
    color: #7b00ee;
}

.reg-step-bar {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 4px;
    background: #bababa;
    z-index: 1;
}

.reg-step:last-child .reg-step-bar {
    display: none;
}

.reg-title {
    font-size: 22px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 18px;
}

.reg-field {
    margin-bottom: 14px;
}

.reg-field input,
.reg-field select {
    width: 100%;
    height: 48px;
    border: 1.5px solid #9f24f0;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: #fff;
    outline: none;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.reg-field input:focus,
.reg-field select:focus {
    border-color: #7b00ee;
    box-shadow: 0 0 0 3px rgb(123 0 238 / 0.12);
}

.reg-field input::placeholder {
    color: #aaa;
    font-weight: 400;
}

.reg-field .errText {
    font-size: 12px;
    margin-top: 4px;
}

.reg-field .succText {
    font-size: 12px;
    margin-top: 4px;
    color: green;
    font-style: italic;
}

.reg-field .reg-hint {
    font-size: 11px;
    color: #888;
    margin-top: 4px;
}

.reg-submit-wrap {
    margin-top: 20px;
    text-align: center;
}

.reg-submit-btn {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(358.91deg,
            #5809a2 -23.89%,
            #810aba 15.97%,
            #930bc7 60.42%,
            #c00ae2 98.75%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: box-shadow 0.25s;
}

.reg-submit-btn:hover,
.reg-submit-btn:active {
    box-shadow: 0 4px 16px rgb(151 0 230 / 0.45);
    color: #fff;
}

.reg-error-banner {
    text-align: center;
    margin-bottom: 12px;
}

.bottom-spacer {
    height: 90px;
}

@media (max-width: 991px) {
    .itemImg span {
        font-size: 10px;
    }

    .portfolio-menu {
        background: #fff0;
    }

    .portfolio-menu ul li {
        border-radius: 30px;
        background: #000;
    }

    .msg-box {
        font-size: 11px;
    }

    .announcement-text {
        font-size: 11px;
    }

    .itemTitle-home {
        font-size: 12px;
    }

    .mobile-nav-swiper {
        overflow: hidden;
        width: 100%;
        padding: 0;
    }

    .mobile-nav-swiper .swiper-slide {
        width: auto !important;
        flex-shrink: 0;
    }

    .mobile-nav-swiper .swiper-slide img.home-banner {
        width: auto;
        height: auto;
        max-height: 100px;
        display: block;
    }
}

@media (min-width: 992px) {
    .mobile-nav-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        transform: none !important;
    }

    .mobile-nav-swiper .swiper-slide {
        flex: 0 0 auto;
        margin-right: 5px !important;
    }
}

@media (max-width: 1200px) {
    .progress-deposit:nth-child(2) {
        margin-left: 5%;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 14%;
    }

    .progress-deposit:last-child {
        margin-left: 11%;
        margin-right: 20px;
    }

    .youtube_iframe .youtube {
        width: 97%;
        height: 380px;
    }
}

@media (max-width: 991px) {
    #header.sticky-header #header-wrap {
        position: fixed;
    }

    #logo {
        position: relative;
    }

    .md-bl {
        border-left: initial;
    }

    .desktopView {
        display: none;
    }

    .mobileView {
        display: block;
    }

    .progress-deposit:nth-child(2) {
        margin-left: 9%;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 16%;
    }

    .progress-deposit:nth-child(4) {
        margin-left: 19%;
    }

    .progress-deposit:last-child {
        margin-left: 12%;
        margin-right: 20px;
    }

    .main-title-past {
        margin-top: 20px;
    }

    .homeGameTitle {
        padding: 5 auto;
    }

    .side-item {
        height: 50px;
    }

    .side-left {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .side-left i {
        vertical-align: middle;
    }

    .side-right {
        width: 80%;
        height: 50px;
        line-height: 50px;
    }

    .side-right a {
        vertical-align: middle;
    }

    .lang {
        position: absolute;
        top: -10px;
        left: auto;
        right: 30px;
    }

    #content {
        padding-top: 0rem !important;
    }

    .btn-live.active {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .btn-live {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .content-wrap {
        min-height: 85rem !important;
    }

    .icon-reorder {
        color: #000;
    }

    .dropdown-menu.language {
        right: 0;
        left: initial;
    }

    .gameImg {
        filter: grayscale(0);
        position: absolute;
        width: inherit;
        bottom: 10%;
        right: 25%;
    }

    .gameImg img {
        filter: grayscale(0);
        margin-top: 0;
    }

    .img-play-btn {
        left: 18%;
        width: 120px;
    }

    .jackport-count-mobile {
        top: 43%;
        right: 7%;
        font-size: 6vw;
    }
}

@media (max-width: 767px) {
    .transfer-game {
        font-size: 11px;
        white-space: nowrap;
    }

    .h-50px {
        height: 50px !important;
    }

    .pl-5-c {
        padding-left: 0;
    }

    .withdrawal-usdt {
        font-size: 12px;
    }

    .progress-deposit {
        font-size: 12px;
    }

    .progress-status {
        width: 100%;
    }

    .progress-deposit {
        margin-left: -8px;
    }

    .progress-status .bar-separator:nth-child(2) {
        margin-left: 14%;
    }

    .progress-status .bar-separator:nth-child(3) {
        margin-left: 50%;
    }

    .progress-status .bar-separator:nth-child(4) {
        margin-left: 75%;
    }

    .progress-deposit:nth-child(2) {
        margin-left: 7%;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 28%;
    }

    .progress-deposit:nth-child(4) {
        margin-left: 17%;
    }

    .progress-animation.bronzeProgress {
        width: 15%;
    }

    .progress-animation.silverProgress {
        width: 15%;
    }

    .progress-animation.goldProgress {
        width: 75%;
    }

    .progress-animation.platinumProgress {
        width: 100%;
    }

    .producttitle {
        font-size: 18px;
    }

    .mobile-view-game-image .single-post {
        padding: 3rem;
    }

    .promo-img {
        min-height: 1rem;
    }

    .promodetail {
        min-height: 1rem;
    }

    .itemTitle {
        font-size: 1.5rem;
    }

    .bankfont {
        font-size: smaller;
    }

    .promotion-page .content-wrap {
        background: none !important;
    }

    .jackport-count-mobile {
        top: 45%;
        right: 7%;
        font-size: 6vw;
    }

    .date-range-box {
        flex-direction: column !important;
        align-items: flex-start;
    }

    .date-range-box .px-1 {
        width: 100%;
        margin-bottom: 8px;
    }

    .date-range-box .to-label {
        display: block;
        line-height: normal;
    }

    .vip-label-title {
        font-size: 11px;
    }

    .vip-deposit-box {
        min-height: 5rem;
    }

    .vip-btn-custom1 {
        padding: 5px 4rem;
    }

    .vip-btn-custom2 {
        padding: 5px 4rem;
    }

    .vip-level-text {
        font-size: 12px;
    }

    .vip-amount {
        font-size: 0.8rem;
    }

    .treasure-box {
        width: 50%;
    }

    .time-laber {
        font-size: 16px;
        font-weight: 600;
    }

    .headerDiv {
        min-height: auto;
        padding-bottom: 50px;
    }

    .dep-btn-custom1 {
        position: static !important;
        width: 80%;
        align-self: center;
    }

    #loginModal .modal-body img {
        width: 75% !important;
    }

    #forgotPasswordModal .modal-body img {
        width: 75% !important;
    }
}

@media (max-width: 541px) {
    .progress-deposit:nth-child(2) {
        margin-left: 4%;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 25%;
    }

    .progress-deposit:nth-child(4) {
        margin-left: 14%;
    }

    .progress-deposit:last-child {
        margin-left: 9%;
    }
}

@media (max-width: 480px) {
    .progress-deposit:nth-child(2) {
        margin-left: 6px;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 25%;
    }

    .progress-deposit:nth-child(4) {
        margin-left: 15%;
    }

    .progress-deposit:last-child {
        margin-right: -1rem;
    }

    .hist-content {
        padding: 10px 20px !important;
    }

    .jackport-count-mobile {
        top: 50%;
        right: 7%;
        font-size: 6vw;
    }
}

@media (max-width: 320px) {
    .progress-deposit {
        font-size: 10px;
    }

    .img-play-btn {
        width: 100px;
    }
}

.seo-header {
    border-top: 5px solid #7600ee;
}

.seo-content {
    color: white !important;
}

.seo-content h1 {
    color: white !important;
    font-size: 12px;
    margin-bottom: 0.2rem;
}

.seo-content h2 {
    color: white !important;
    font-size: 10px;
    margin-bottom: 0.2rem;
}

.seo-content h3 {
    color: white !important;
    font-size: 10px;
    margin-bottom: 0.2rem;
}

.seo-content h4 {
    color: white !important;
    font-size: 10px;
    margin-bottom: 0.2rem;
}

.seo-content p {
    color: white !important;
    font-size: 9px;
    margin-bottom: 1rem;
}

.seo-content ul {
    color: white !important;
    margin-bottom: 0.3rem;
    font-size: 9px;
}

.seo-header-wrapper {
    padding: 0;
    background: #4c4a8b !important;
}

.seo-collapse-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    background: #fff0;
    border: none;
    border-top: 1px solid rgb(0 0 0 / 0.12);
    cursor: pointer;
    outline: none;
}

.seo-toggle-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.seo-toggle-readmore {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.seo-collapse-toggle:hover .seo-toggle-readmore {
    color: #333;
}

.seo-collapse-toggle[aria-expanded="true"] .seo-toggle-readmore {
    font-size: 0;
}

.seo-collapse-toggle[aria-expanded="true"] .seo-toggle-readmore::after {
    content: "Close";
    font-size: 12px;
    text-decoration: underline;
}

.seo-collapse-toggle[aria-expanded="true"] .seo-toggle-label {
    display: none;
}

.seo-collapse-toggle[aria-expanded="true"]::before {
    content: "";
    font-size: 14px;
    margin-right: 10px;
}

.seo-collapse-toggle[aria-expanded="true"] .seo-toggle-icon {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .seo-toggle-label {
        padding-bottom: 10px;
        font-size: 7px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
    }

    .seo-toggle-readmore {
        padding-bottom: 10px;
    }
}

.home-five-section {
    padding-right: 3rem;
    padding-left: 3rem;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.video-wrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 49.5rem;
    border: 0;
    border-radius: 15px;
}

#oc-slide-2 .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
}

#oc-slide-2 .owl-dot {
    margin: 0 5px;
}

#oc-slide-2 .item {
    position: relative;
}

#oc-slide-2 .item img {
    height: 20rem;
    border-radius: 15px;
    display: block;
    width: 100%;
}





.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgb(0 0 0 / 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#realtime-carousel .owl-nav,
#realtime-carousel .owl-dots {
    display: none !important;
}

.hot-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: red;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 2px;
    z-index: 10;
    line-height: 1;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #ED06C3;
    border-radius: 20px;
}