@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body { font-family: "Poppins", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #000; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover,select:focus { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
	pointer-events: none;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.stadium-bg-effect {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.stadium-bg-effect::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
	radial-gradient(ellipse at 50% -20%, rgba(124, 217, 255, 0.38), rgba(124, 217, 255, 0) 56%),
	radial-gradient(ellipse at 15% 0%, rgba(100, 165, 255, 0.18), rgba(100, 165, 255, 0) 42%),
	radial-gradient(ellipse at 85% 0%, rgba(170, 120, 255, 0.14), rgba(170, 120, 255, 0) 42%),
	radial-gradient(ellipse at 50% 10%, rgba(255, 214, 120, 0.08), rgba(255, 214, 120, 0) 38%);
    animation: stadium-glow 2s ease-in-out infinite;
}
.light-beam {
    position: absolute;
    top: -25%;
    width: 18vw;
    height: 145%;
    background: linear-gradient(180deg, rgba(173, 236, 255, 0.42), rgba(173, 236, 255, 0) 62%);
    transform-origin: top center;
    filter: blur(1.5px);
    mix-blend-mode: screen;
    opacity: 0.65;
}
.beam-1 {
    left: 4%;
    background: linear-gradient(180deg, rgba(160, 226, 255, 0.38), rgba(160, 226, 255, 0) 62%);
    animation: beam-sweep-left 2.9s ease-in-out infinite;
}
.beam-2 {
    left: 23%;
    background: linear-gradient(180deg, rgba(148, 255, 232, 0.30), rgba(148, 255, 232, 0) 62%);
    animation: beam-sweep-left 2.4s ease-in-out infinite;
    animation-delay: 0.35s;
}
.beam-3 {
    right: 23%;
    background: linear-gradient(180deg, rgba(190, 154, 255, 0.28), rgba(190, 154, 255, 0) 62%);
    animation: beam-sweep-right 2.6s ease-in-out infinite;
    animation-delay: 0.25s;
}
.beam-4 {
    right: 4%;
    background: linear-gradient(180deg, rgba(255, 208, 136, 0.22), rgba(255, 208, 136, 0) 62%);
    animation: beam-sweep-right 3.1s ease-in-out infinite;
    animation-delay: 0.6s;
}
@keyframes stadium-glow {
    0%,
    100% {
        opacity: 0.45;
    }

    50% {
        opacity: 1;
    }
}
@keyframes beam-sweep-left {
    0%,
    100% {
        transform: rotate(14deg) translateY(0);
        opacity: 0.35;
    }

    50% {
        transform: rotate(31deg) translateY(-2%);
        opacity: 0.96;
    }
}

@keyframes beam-sweep-right {
    0%,
    100% {
        transform: rotate(-14deg) translateY(0);
        opacity: 0.35;
    }

    50% {
        transform: rotate(-31deg) translateY(-2%);
        opacity: 0.96;
    }
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 60px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: 5px 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 155px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
	margin-top: 3px;
}
a.float-item {
    display: inline-block;
    max-width: 45px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.event-sec-1 {
    background: url("/event/assets/casinojr/images/fifa-2026/event-1/bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 10px 0 45px;
    position: relative;
    text-align: center;
}
.title-top {
	position: relative;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 7%;
    max-width: 31%;
    margin: 0 auto;
}
.date-wrap {
    position: relative;
    max-width: 600px;
    margin: 0 auto 30px;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.predict-prize-wrapper {
    position: relative;
    padding: 45px 0 30px;
}
.prize-box {
    position: relative;
    display: inline-block;
    max-width: 48%;
    vertical-align: top;
}
.przdeco-1 {
    position: absolute;
    max-width: 32%;
    left: 2%;
    bottom: 10%;
}
.prz-info {
    position: absolute;
    left: 32%;
    bottom: 40%;
    max-width: 58%;
    font-size: 16px;
    font-style: italic;
}
.pztext-1 {
    font-size: 110%;
    margin-bottom: 1%;
}
.przdeco-2 {
    position: absolute;
    left: 4%;
    bottom: 3%;
    max-width: 32%;
}

.stepbox {
    position: relative;
    display: inline-block;
    width: 31%;
    vertical-align: top;
    max-width: 370px;
    margin: 5px 0.5%;
}
.step-info {
    position: absolute;
    left: 33%;
    top: 11%;
    right: 2%;
    text-align: left;
    font-size: 17px;
}
.sptext-1 {
    color: #00b0f8;
    text-transform: uppercase;
    font-size: 140%;
    font-weight: 700;
	margin-bottom: 1%;
}
span.yellow-text {
    color: #ffea00;
}
.how-title {
    margin-bottom: 15px;
}
.step-wrapper {
    position: relative;
    margin-bottom: 35px;
}
.predict-countdown {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.countdown-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    font-size: 70px;
    font-weight: 600;
}
.cdnum {
    width: 110px;
}
.dtext {
    font-size: 29%;
    font-weight: 400;
}
.dot-box {
    margin: 0 3%;
}
.token-wrapper {
    margin: 40px 0;
}
.token-base {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.token-text {
    position: absolute;
    left: 28%;
    right: 12%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 500;
}
.token-note {
    font-size: 22px;
}
.prediction-contanier {
    background: url("/event/assets/casinojr/images/fifa-2026/event-1/predict-bg-1.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    border-radius: 8px;
    padding: 20px 20px;
    margin-bottom: 30px;
}
    .prediction-contanier.final {
        background: url(/event/assets/casinojr/images/fifa-2026/event-1/predict-bg-2.jpg) no-repeat center;
        background-size: cover;
        box-shadow: 0 0 10px 2px #0488f3;
    }
.deco.corner-1 {
    left: 0;
    top: 0;
	max-width: 6%;
}
.deco.corner-2 {
    right: 0;
    top: 0;
	max-width: 6%;
}
.deco.corner-3 {
    left: 0;
    bottom: 0;
	max-width: 6%;
}
.deco.corner-4 {
    right: 0;
    bottom: 0;
    max-width: 6%;	
}
.deco.football {
    left: -4%;
    bottom: 6%;
    max-width: 9%;
	animation: spinning 5.1s linear infinite;
}
.deco.whistle {
    right: -4%;
    bottom: 3%;
    max-width: 9%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.field-1 {
	left: -5%;
    bottom: 6%;
    max-width: 10%;
	animation: float 2.5s ease-in-out infinite;
}
.deco.worldcup {
    right: -5%;
    bottom: 10%;
    max-width: 9%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes float {
  0% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(-12px);
  }
  100% {
	transform: translateY(0);
  }
}
@keyframes spinning {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
.prdtitle, .prdtitle sup {
    font-size: 40px;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(62, 222, 204, 1) 0%, rgba(153, 250, 86, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
.prdtitle sup {
    font-size: 60%;
}
.prdsub {
    font-size: 20px;
    color: #00fff0;
    font-style: italic;
}
.country-group {
    max-width: 246px;
    margin: 0 auto;
    position: relative;
}
.team-match-wrap {
    display: grid;
    grid-template-columns: 33% 34% 33%;
    align-items: center;
	margin-bottom: 1%;
}
.country-input {
    position: relative;
    max-width: 98%;
    margin: -10% auto 0;
}
select.country-select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    border: none;
    color: #fff;
    text-align: center;
    max-width: 79%;
    margin: 0 auto;
	cursor: pointer;
}
select.country-select option {
	color: #000;
}
button.comm-btn {
    position: relative;
    margin: 0 1%;
}
button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.comm-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
}
.prdtitle-2 {
    font-size: 40px;
    font-weight: 600;
    background: linear-gradient(180deg,rgba(250, 204, 34, 1) 0%, rgba(255, 252, 0, 1) 100%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.full-score-box {
    position: relative;
    background: rgb(0, 14, 32, 0.4);
    padding: 15px 15px;
    border-radius: 10px;
}
.fulltime-title {
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(99, 163, 255, 1) 0%, rgba(182, 220, 255, 1) 50%, rgba(114, 190, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
	margin-bottom: 2%;
}
.score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.score-box {
    background: #01132c;
    border-radius: 12px;
    border: 2px solid #218ccc;
    box-shadow: inset 0 0 9px 4px #5c14da;
    height: 100px;
    width: 100px;
    font-size: 50px;
}
select.score-select {
    background: none;
    border: none;
    color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    appearance: none;
    font-weight: 500;
	cursor: pointer;
}
select.score-select option {
	font-size: 15px;
	color: #000;
}
.vs-img {
    margin: 0 auto;
    max-width: 38%;
}
.info-note-wrapper {
    position: relative;
    background: rgb(65, 77, 90, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    max-width: max-content;
    margin: 0 auto;
    padding: 12px 10px;
    border-radius: 14px;
}
.info-icon {
    max-width: 10%;
    margin: 0 10px;
}
.info-icon img {
    max-height: 45px;
}

.modal-dialog.popup {
	max-width: 700px;
}
.modal-content.popup {
    background: #01132c;
    border-radius: 12px;
    border: 2px solid #218ccc;
    box-shadow: inset 0 0 9px 4px #5c14da;
    padding: 15px 20px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    z-index: 1;
}
.popup-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}
table.record-table {
	text-align: center;
}
span.flag-icon {
	margin: 0 3px;
}
span.flag-icon img {
    max-width: 40px;
}
table.record-table tr th {
    padding: 5px 1px;
	font-weight: 600;
	color: #ffea00;
	font-size: 110%;
}
table.record-table tr td {
    padding: 5px 1px;
}
ul.terms {
	padding-left: 17px;
}
ul.terms li {
	padding: 1px 0;
}

/** Event 2 **/
body.event-2 {
    background: #000 url("/event/assets/casinojr/images/fifa-2026/event-2/bg-2.jpg")no-repeat top center;
    background-size: cover;
}
.event-sec-2 {
    background: url("/event/assets/casinojr/images/fifa-2026/event-2/bg-btm.png")no-repeat bottom center;
    background-size: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0 45px;
}
.title-top-2 {
    position: relative;
    margin-bottom: -3%;
}
.logo-1 {
    max-width: 32%;
    margin: 0 auto -3%;
}
.date-wrap-2 {
    position: relative;
    max-width: 600px;
    margin: 0 auto 30px;
}
.date-text-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgb(0, 0, 0, 0.5);
}
.howbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    max-width: 270px;
    margin: 0 0.7% 10px;
}
.stepinfo {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    max-width: 90%;
    margin: 0 auto;
}
.sptitle {
    color: #52ffa4;
    font-size: 150%;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2%;
}
.minbet {
    font-size: 20px;
    font-style: italic;
    text-shadow: 1px 2px 1px rgb(0, 0, 0, 0.8);
	margin-bottom: 15px;
}
.greentext {
    color: #bfff13;
}
.turnover-wrapper {
    position: relative;
	padding-bottom: 30px;
}
.msbox {
    position: relative;
    display: inline-block;
    width: 30%;
    max-width: 314px;
    margin: 10% 1% 1%;
}
.msbinner {
    position: relative;
}
.ms-sports {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    font-size: 22px;
    text-transform: uppercase;
}
.deco.sport-1 {
    max-width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -33%;
}
.msprize {
    font-size: 150%;
    font-weight: 600;
    font-style: italic;
}
.line-div {
    max-width: 74%;
    margin: 0 auto;
}
.mstoken {
    font-size: 140%;
    font-weight: 600;
    font-style: italic;
}
.mstoken.blue {
    color: #48dfff;
}
.mstoken.purple {
    color: #cea3e8;
	background: linear-gradient(180deg,rgba(225, 175, 204, 1) 0%, rgba(190, 150, 255, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mstoken.yellow {
    color: #ffcc00;
	background: linear-gradient(180deg,rgba(255, 240, 0, 1) 0%, rgba(255, 168, 0, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cmbtn-wrap {
    text-align: left;
    margin-top: 3%;
}
button.claim-btn {
    background: url(/event/assets/casinojr/images/fifa-2026/event-2/blue-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 60%;
    height: 54px;
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}
button.claim-btn.claimed {
    filter: grayscale(0.8);
	pointer-events: none;
}
button.claim-btn .cmtext {
	background: linear-gradient(180deg,rgba(99, 150, 255, 1) 0%, rgba(194, 214, 255, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
    button.claim-btn.purple {
        background: url("/event/assets/casinojr/images/fifa-2026/event-2/purple-btn.png") no-repeat;
        background-size: 100% 100%;
    }
button.claim-btn.purple .cmtext {
	background: linear-gradient(180deg,rgba(225, 175, 204, 1) 0%, rgba(190, 150, 255, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
    button.claim-btn.yellow {
        background: url("/event/assets/casinojr/images/fifa-2026/event-2/yellow-btn.png") no-repeat;
        background-size: 100% 100%;
    }
button.claim-btn.yellow .cmtext {
	background: linear-gradient(180deg,rgba(255, 240, 0, 1) 0%, rgba(255, 168, 0, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.claim-note {
    background: #01132c;
    border-radius: 12px;
    border: 2px solid #218ccc;
    box-shadow: inset 0 0 9px 4px #5c14da;
    max-width: max-content;
    margin: 0 auto;
    padding: 5px 15px;
}
span.time-icon {
	margin-right: 5px;
}
span.time-icon img {
	max-height: 30px;
}
.minigame-wrapper {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
}
button.start-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    width: 100%;
    max-width: 206px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}
.start-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.start-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.btm-wrap {
    padding: 15px 0;
}
button.rules-btn {
    position: relative;
    max-width: 285px;
    margin: 0 auto;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
}
button.rules-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.rules-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media(max-width: 1080px) {
.prz-info {
    font-size: 1.4vw;
}
.stepbox {
    width: 47%;
}	
.prdtitle, .prdtitle-2 {
    font-size: 4vw;
}	
.score-box {
    width: 9vw;
    height: 9vw;
    font-size: 4.7vw;
	border-radius: 1vw;
}	
.fulltime-title {
    font-size: 2.2vw;
}
.full-score-box {
    padding: 3% 3%;
}
.stepinfo {
    font-size: 1.3vw;
}
button.claim-btn {
    font-size: 2.6vw;
	height: 5.3vw;
}	
}

@media(max-width: 991px) {
.floating-wrapper {
	transform: scale(0.85);
	transform-origin: right top;
}
.ms-sports {
    font-size: 2.3vw;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
	top: 50px;
	transform: scale(0.75);
}	
.date-wrap {
    max-width: 80%;
	margin: 0 auto;
}	
.date-text {
    font-size: 3.7vw;
	font-weight: 600;
}
.predict-prize-wrapper {
    padding: 40px 0 10px;
}	
.prize-box {
    max-width: 400px;
    width: 100%;
    margin: 30px 0;
}
.prz-info {
	font-size: 11px;
}	
.step-info {
    font-size: 2.2vw;
}	
.predict-countdown {
    max-width: 90%;
}	
.countdown-wrapper {
    font-size: 7.3vw;
}
.dot-box {
    margin: 0 2%;
    max-width: 2.5%;
}	
.cdnum {
    width: 14vw;
}
.token-base {
    max-width: 70%;
}	
.token-text {
    font-size: 5vw;
}
.token-note {
    font-size: 15px;
}	
.btn-wrap {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comm-text {
    font-size: 2.8vw;
}
.prdsub {
    font-size: 2.5vw;
}	
select.country-select {
    font-size: 2vw;
}
.info-note-wrapper {
	font-size: 2vw;
	padding: 2% 1%;
	border-radius: 1vw;
}
.info-icon img {
    max-height: 5vw;
}
.date-wrap-2 {
    max-width: 85%;
}
.date-text-2 {
    font-size: 3.6vw;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.65);
}	
.stepbox {
	width: 90%;
}	
.step-info {
	font-size: 3.8vw;
}	
.prediction-contanier {
    padding: 15px 10px;
}
.popup-title {
    font-size: 20px;
}
.modal-content.popup {
    padding: 15px 15px;
    font-size: 14px;
}	
.howbox {
    width: 48%;
}
.stepinfo {
	font-size: 2.5vw;
}
.turnover-wrapper {
    padding-bottom: 0px;
}	
.msbox {
    width: 47%;
	margin: 10% 1% 8%;
}
.minbet {
	font-size: 16px;
}
.ms-sports {
	font-size: 3.1vw;
}
button.claim-btn {
	font-size: 4vw;
	height: 8vw;
}
button.start-btn {
    max-width: 37%;
    font-size: 3.2vw;
}
button.rules-btn {
    max-width: 60%;
}	
.rules-text {
    font-size: 3.8vw;
}
.claim-note {
    font-size: 14px;
}	
span.time-icon img {
    max-height: 24px;
}	
}




























