<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import "bootstrap.css";*/
@import "style.css";
@import "dark.css";
@import "font-icons.css";
@import "animate.css";
@import "magnific-popup.css";
@import "style-v4.css";
/*@import "style-v5.css";*/
@import "responsive.css";
/*@import "fontawesome.css";*/
/*@import "solid.css";*/
@import "global.css";
@import "header.css";
@import "footer.css";
@import "home.css";
@import "page.css";
@import "bonus.css";
@import "account.css";
@import "crown2u-home.css";

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap');

:root {
    --main-font: 'Poppins', sans-serif;
    --main-font-tittle-weight: 500;
    --main-font-small-size: 12px;
    --main-font-normal-size: 12px;
    --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%);
}


#logo {
    /* position: absolute; */
    width: 12rem;
}

#content {
    padding-top: 3.8rem;
}

.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-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-blue) !important;
}

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

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

.border-0 {
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.pr-0-5 {
    padding-right: 0.5rem !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-3 {
    padding-bottom: 3rem;
}

.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;
    padding-bottom: 2rem;
}

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

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

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

.h-5 {
    height: 5rem;
}

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

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

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

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

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

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

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


.frontend.myPagination strong {
    padding: 5px 10px;
    /*background-color:#0279ff; */
    color: #fff;
    /*border:1px solid #0279ff;*/
    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;
    /*background-color:#0279ff; */
    /*border:1px solid #0279ff;*/
}

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

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

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

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

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

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

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


#language-menu {
    background: transparent;
    color: white;
}

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

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

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

.screenLoaderContent img {
    width: 80px;
}

/* #loginForm input,
#registerForm input{
    background: white;
} */

.headerDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid #083A81;
    border-radius: 15px;
    margin-bottom: 20px;
}


.content-body {
    border: 2px solid #FF0000;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
}

.content ul,
.content li {
    color: white;
}

.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 #083A81;
}

.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: rgba(0, 0, 0, .9);
    font-size: 15px;
    background: linear-gradient(#ffd943, #ffcc01);
}

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

.btn-history {
    width: 100px;
    color: #fff;
    border-radius: 5px;
    height: 39px;
    padding: 8px 0;
    background: linear-gradient(to bottom, #0087eb 0%, #081f47 100%);
    border: none;
}

.btn-history:hover,
.btn-history.active {
    color: #000;
    background: linear-gradient(#ffd943, #ffcc01);
}

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

.btn-join {
    border-radius: 10px;
    background: #F6002F;
    color: black;
}

.btn-bank {
    width: 140px;
    color: #001c3c;
    background-color: rgba(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-blue);
    color: white !important;
}

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

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

.btn-amount {
    width: 25%;
    float: left;
    color: #083A81;
    background-color: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    height: 37px;
    font-weight: 700;
    border: 1px solid #00508e;
    padding: 0px;
    margin-top: 10px;
}

.btn-amount:hover,
.btn-amount.active {
    color: #ffffff;
    background: #F6002F;
}

.btn-menu {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    color: white
}

.btn-menu:hover {
    color: white
}

.btn-custom1 {
    background-color: black;
    color: gold;
    border-image: linear-gradient(rgba(160, 120, 60), rgba(230, 207, 160), rgba(160, 120, 60)) 1;
    font-weight: 800;
    border-radius: 0px;
    border-width: 2px;
}

.btn-custom1:hover {
    background-color: black;
    color: gold;
    border-image: linear-gradient(rgba(160, 120, 60), rgba(230, 207, 160), rgba(160, 120, 60)) 1;
    font-weight: 800;
    border-radius: 0px;
    border-width: 2px;
}

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

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

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

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

.btn-blue {
    background-color: blue;
    color: white;
}

.btn-purple {
    background-color: purple;
    color: white;
}

.btn-red {
    background-color: red;
    color: white;
}

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

.sectionBar {
    padding: 10px;
}

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

}

.gameBox input[disabled] {
    text-align: center;
    /*border-radius: 20px;*/
    border-color: #083A81;
    background: transparent;
    color: #238FFC;

}


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

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

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

.bg-custom1 {
    background-color: rgba(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: rgba(16, 34, 38, 0.8);
}

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

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

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

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

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

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

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

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

.bg-footer {
    background: linear-gradient(180deg, #1475FF 0%, #083A81 100%);
}

.bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.3) !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-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: bold;
}

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

.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: white;
    margin-left: 30px;
    padding: 5px 0;
}

.homeGameTitle {
    padding: 10 auto;
}

.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 white;
}

.text-center {
    text-align: center !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;
}

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

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.tcp {
    cursor: pointer;
}

.crd {
    color: #F6002F;
}

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

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

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


.nav-menu {
    background: linear-gradient(0deg, #054FBA 0%, #1979E6 32.5%, #1F87F4 61.5%, #238FFC 80.4%);
    text-align: center;
}

.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: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    width: 100%;
    text-align: center;
}

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

.gameIcon img {
    width: 100%;
}

.gameIcon .overlay {
    opacity: 0;
    background: rgba(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;
    /*border: 2px solid rgba(64,202,21);*/
    /*background: url('../../images/project/side_bg.png') bottom center no-repeat;*/
    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: 0px;
    left: -41px;
    display: inline-block;
    width: 50px;
}

.side_qr table {
    margin: 0;
}

.telegram-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #0099ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
    color: white;
    font-size: 30px;
    animation: bounce 1.5s infinite;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
    color: white;
    font-size: 30px;
    animation: bounce 1.5s infinite;
}

/* ä¸Šä¸‹è·³åŠ¨åŠ¨ç”» */
@keyframes bounce {

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

    /* åˆå§‹ &amp; ç»“æŸä½ç½® */
    50% {
        transform: translateY(-10px);
    }

    /* ä¸Šå‡ 10px */
}

.whatsapp-icon {
    width: 35px;
    /* WhatsApp å›¾æ&nbsp;‡å¤§å° */
    height: 35px;
}

.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: rgba(12, 34, 50, 1);
}

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

.atmDepTable table.table {
    background-color: transparent
}

.atmDepTable th {
    text-align: left;
}

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

.profile-bank {
    color: white;
}

.button-spin {
    text-align: center
}

.button-spin button {
    padding: 8px;
    margin: 10px;
    width: 120px;
    font: 700 22px arial;
    background: red;
    color: #fff;
    box-shadow: 0 1px 5px #333;
    border-radius: 5px;
    border: 1px solid #fff;
    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: rgba(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 {
    /*background:linear-gradient(#09c,#f0f,#ff0);*/
    background: rgba(0, 0, 0, 0.2);
    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;
}

.progress-status {
    height: 40px;
    border-radius: 20px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
}

.progress-animation {
    background-color: gold;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.progress-animation.bronzeProgress {
    width: 17%
}

.progress-animation.silverProgress {
    width: 45%
}

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

.progress-animation.platinumProgress {
    width: 100%;
    border-radius: 20px;
}

/*.progress-animation.diamondProgress{
    width: 100%;
    border-radius: 20px;
}*/

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

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

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

/*.progress-status .bar-separator:nth-child(5) {
    margin-left: 70%;
}*/

.progress-status .bar-separator {
    position: absolute;
    top: 0;
    /*left: 25%;*/
    width: 6px;
    height: 40px;
    background-color: #000;
}

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

.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:nth-child(5) {
    margin-left: 17%;
}*/
.progress-deposit:last-child {
    margin-left: 13%;
    /* margin-right: 20px; */
}

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

/* Shine */
.promoBox figure {
    position: relative;
    margin-bottom: 0px;
}

.promoBox figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.promoBox figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-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: white;
    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;
    /*margin-top:-25px;*/
    width: 80px;
    height: 80px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 5px 18px 5px rgba(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;
}

/* game image scale */
.desktop-game-image {
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.desktop-game-image:hover {
    transform: scale(1.05);
}

/* game image scale end */

/* referral_page */
.downline_table {
    color: #083A81;
}

.downline_table_detail {
    width: 100%;
}

.downline_table_detail td {
    padding: 10px;
    /* è®¾ç½®å•å…ƒæ&nbsp;¼å†…è¾¹è· */
    border: 3px solid #083A81;
    /* è®¾ç½®å•å…ƒæ&nbsp;¼è¾¹æ¡† */
}

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

.downline_table_menu th {
    padding: 10px;
    /* è®¾ç½®å•å…ƒæ&nbsp;¼å†…è¾¹è· */
    border: 3px solid #083A81;
    /* è®¾ç½®å•å…ƒæ&nbsp;¼è¾¹æ¡† */
}

/* referral_page end*/

/* DMC19 home*/
.home-banner-1 {
    width: 100%;
    height: 100%;
}

.home-1 {
    position: relative;
    display: inline-block;
    /* Make sure the container fits the content */
}

.home-2 {
    position: relative;
}

.home-banner {

    width: 100%;
    height: auto;
    display: block;
    /* Ensure the image is a block element */
}

.jackport-count {
    font-weight: bold;
    position: absolute;
    top: 10%;
    right: 20%;
    font-size: 4vw;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-style: italic;
    /* Apply italic style */
}

.jackport-count-mobile {
    font-weight: bold;
    position: absolute;
    top: 5%;
    right: 20%;
    font-size: 8vw;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-style: italic;
    /* Apply italic style */
}

.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: black;
}


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

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

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

.inner-container {}

.home-btn-custom1 {
    background: white;
    color: #BF2E1B;
    border: 1.5px solid #BF2E1B;
    font-weight: 800;
    border-radius: 50px;
}

.home-btn-custom1:hover {}

.home-btn-custom2 {
    background: linear-gradient(0deg, #054FBA 0%, #1979E6 32.5%, #1F87F4 61.5%, #238FFC 80.4%);
    color: white;
    font-weight: 800;
    border-radius: 50px;
}

.home-btn-custom2:hover {
    color: white;
}

.home-btn-custom3 {
    background: linear-gradient(0deg, #054FBA 0%, #1979E6 32.5%, #1F87F4 61.5%, #238FFC 80.4%);
    color: white;
    font-weight: 800;
    border-radius: 50px;
    padding: 5px 10px;
    /* æ·»åŠ&nbsp;ä¸€äº›å¡«å……ä»¥ç¡®ä¿æŒ‰é’®å¤§å° */
    text-align: center;
    /* ç¡®ä¿æ–‡æœ¬åœ¨æŒ‰é’®ä¸­å±…ä¸­ */
}

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

.home-btn-custom4 {
    background: white;
    color: #F6002F;
    font-weight: 800;
    border: 1.5px solid #F6002F;
    border-radius: 50px;
    padding: 5px 10px;
    /* æ·»åŠ&nbsp;ä¸€äº›å¡«å……ä»¥ç¡®ä¿æŒ‰é’®å¤§å° */
    text-align: center;
    /* ç¡®ä¿æ–‡æœ¬åœ¨æŒ‰é’®ä¸­å±…ä¸­ */
}

.home-btn-custom5 {
    background: white;
    color: #F6002F !important;
    border: 1.5px solid #F6002F;
    font-weight: 800;
    border-radius: 50px;
}

.home-btn-custom6 {
    background: white;
    color: #FF0404;
    font-weight: 800;
    border-radius: 50px;
    padding: 15px 20px;
    text-align: center;

    border: 1.44px solid #FF0404;
}

.home-btn-custom7 {
    border: 0 !important;
    background: linear-gradient(0deg, #054FBA 0%, #1979E6 32.5%, #1F87F4 61.5%, #238FFC 80.4%);
    color: white;
    font-weight: 800;
    border-radius: 50px;
    padding: 15px 20px;
    text-align: center;
    animation: moveUpDown 2s infinite;
}

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

.home-btn-custom9 {
    background: linear-gradient(0deg, #054FBA 0%, #1979E6 32.5%, #1F87F4 61.5%, #238FFC 80.4%);
    color: white;
    font-weight: 800;
    border-radius: 50px;
    border: 0;
    padding: 5px 20px;
    text-align: center;
}

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

@keyframes moveUpDown {

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

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

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

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

.register-detail {
    padding: 2rem 3rem 2rem 3rem;
    background: #083A81;
    color: white;
}

.register-bank {
    padding: 2rem 3rem 2rem 3rem;
    background: #BABABA;
    color: white;
}

.register-detail:hover {
    padding: 2rem 3rem 2rem 3rem;
    background: #083A81;
    color: white;
}

.register-bank:hover {
    padding: 2rem 3rem 2rem 3rem;
    background: #BABABA;
    color: white;

}

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

.mobile-login {
    background-color: #FF0000;
    color: white;
}

.mobile-register {
    background: linear-gradient(90deg, #0A4A78 0%, #2175C3 32.5%, #6CB7FD 61.5%, #57A6DF 80.4%, #1E4591 100%);
    color: white;
}

/* dmc home end */
/* dmc promotion */

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

.promo-img {
    width: 100%;
    min-height: 23rem;
    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;
    /* é&nbsp;å·¦å¯¹é½ */
    padding: 6rem;
    /* è°ƒæ•´å¡«å……ä»¥ä½¿å†…å®¹ä¸ç´§è´´è¾¹ç¼˜ */
}

.tittle {
    margin-bottom: 10px;
    /* è°ƒæ•´é—´è· */
}

.itemTitle {
    font-size: 2rem;
    /* è°ƒæ•´å­—ä½“å¤§å° */
    font-weight: bold;
    color: #083A81;
}

.itemdecription {
    font-size: 1.5rem;
    /* è°ƒæ•´å­—ä½“å¤§å° */
}

.itemdecription p {
    color: black !important;
}

.infobtn {
    background: #FFFFFF;
    border: 0.714711px solid #FF0000;
    border-radius: 14.2942px;

    color: #083A81;
    /* æŒ‰é’®æ–‡å­—é¢œè‰² */
    padding: 5px 20px;
    cursor: pointer;
    margin-top: 10px;
    /* æŒ‰é’®ä¸Žæ&nbsp;‡é¢˜é—´è· */
}

.portfolio-menu {
    text-align: center;
    margin: 30px auto;
    /*background-color: #000;*/
    border-radius: 30px;
}

.portfolio-menu ul {
    padding: 0;
}

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

/*.portfolio-menu ul li:first-child.active {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}*/
.portfolio-menu ul li.active {
    background-image: linear-gradient(#ffff5a, #d49127);
    color: #fff;
}

.itemCustom {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    /*height: 285px;*/

    box-shadow: 0px 5.75px 5.75px 0px #00000040;

}

.itemContent {
    position: absolute;
    width: 100%;
    bottom: 0px;
    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 {
    /*position: absolute;*/
    right: 0px;
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background-size: 100% 100%;
    background-image: linear-gradient(#1b4a7c, #081f47);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.promoBox:hover figure img {
    transform: scale(1.08);
    transition: transform ease 1.5s;
}

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

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

#promoTable {
    width: 500px;
}

/* dmc promotion end*/
/* dmc deposit */
.bankDetail {
    border: 1px solid #208AF7;
    background-color: #F8F8F8;
    border-radius: 15px;
}

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

.or-separator .line {
    margin: 0;
    width: 35%;
    border: 1px solid #000;
    /* å®žçº¿ */
}

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

/* dmc deposit end*/
@media (max-width: 991px) {
    .itemImg span {
        font-size: 10px;
    }

    .portfolio-menu {
        background: transparent;
    }

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

/* @media (min-width: 991px) {
    .oc-item img {
        max-height: 520px;
    }
} */

@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: 75rem !important;
    }

    .icon-reorder {
        color: black;
    }

    .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: 0px;
    }

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

@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%
            /* border-radius: 20px; */
    }

    /*.progress-animation.diamondProgress{
        width: 100%;
        border-radius: 20px;
    }*/
    /* .lang{
        left: 60px;
    } */

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

/*custom width*/
@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%;
    }
}

/*custom width*/
@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;
    }

    /*.progress-animation.diamondProgress{
        width: 100%;
        border-radius: 20px;
    }*/
    .hist-content {
        padding: 10px 20px !important;
    }
}

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

    .img-play-btn {
        width: 100px;
    }
}</pre></body></html>