﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #00001a url("/event/assets/casinojr/images/ong-power/bg.jpg")no-repeat top center; background-size: cover;}

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 { 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;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.floating-wrapper {
    position: fixed;
    right: 5px;
    top: 100px;
    z-index: 99;
    max-width: 50px;
}
.language-wrapper {
    border: 2px solid #fff;
    border-radius: 45px;
    padding: 3px 2px;
    box-shadow: 0 0 5px #c113c4, 0 0 10px #c113c4, inset 0 0 5px #c113c4, inset 0 0 10px #c113c4;
    filter: drop-shadow(0px 0px 2px #c113c4);
}
a.flag-btn {
    display: block;
    margin: 8% 0;
}
.top-sec {
    position: relative;
    text-align: center;
    padding: 10px 0 45px;
}
.logo {
    margin: 0 auto;
}
.title-top {
    margin: 0 auto 15px;
    position: relative;
    max-width: 823px;
}
.deco.ball-1 {
    left: 8%;
    top: -2%;
    max-width: 5%;
	animation: float 2s ease-in-out infinite;
}
.deco.ball-2 {
    left: 1%;
    top: 15%;
    max-width: 8%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.ball-3 {
    right: 4%;
    top: 0;
    max-width: 7%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
.event-date {
    font-family: 'Audiowide';
    font-size: 30px;
    text-shadow: 0 0 5px #c113c4, 0 0 10px #c113c4;
    filter: drop-shadow(0px 0px 2px #c113c4);
	margin-bottom: 2px;
}
.subtitle {
    position: relative;
    background: linear-gradient(81deg, rgba(208, 7, 211, 1) 0%, rgba(75, 31, 198, 1) 78%);
    max-width: fit-content;
    border: 2px solid #000;
    border-radius: 45px;
    font-size: 18px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0 auto 15px;
    box-shadow: 0 1px 0px #000;
}
.top-btn-wrap {
    padding: 15px 0;
}
.title-prdict {
	margin-bottom: 8px;
}
.my-token {
    border: 1px solid #fff;
    border-radius: 0 0 30px 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    max-width: 300px;
    margin: 0 auto 45px;
    box-shadow: 0 0px 4px #c113c4, inset 0 0px 4px #c113c4, 0 0px 8px #c113c4, inset 0 0px 8px #c113c4;
    padding: 10px 10px 0;
}
.token-text {
    margin-bottom: 5px;
}
.date-token {
    position: relative;
    background: linear-gradient(81deg, rgba(208, 7, 211, 1) 0%, rgba(75, 31, 198, 1) 78%);
    max-width: fit-content;
    border: 2px solid #000;
    border-radius: 45px;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 1px auto -19px;
    box-shadow: 0 1px 0px #000;
}
.predict-number-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    max-width: 700px;
    margin: 0 auto;
}
.numberbox {
	position: relative;
	background: url("/event/assets/casinojr/images/ong-power/numbox.png")no-repeat;
	background-size: 100% 100%;
	max-width: 160px;
	height: 160px;
}
select.number-input {
    background: none;
    border: none;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    appearance: none;
	cursor: pointer;
}
select.number-input:focus {
	outline: none;
}
select.number-input option {
	font-size: 18px;
	color: #000;
}
.numberbox::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    right: 20%;
    top: 41%;
    font-size: 20px;
}
.smbtn-wrap {
    padding: 15px 0px;
}
button.submit-btn {
    background: url(/event/assets/casinojr/images/ong-power/submit-btn.png) no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 320px;
    height: 100px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 2px #d90bfe, 0 0 4px #d90bfe, 0 0 8px #d90bfe, 0 0 10px #d90bfe;
	font-family: 'Audiowide';
    font-size: 24px;
}
button.submit-btn:hover, button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.btn-bottom {
	padding: 15px 0;
}


/** Modal **/
.modal-dialog.how {
    max-width: 750px;
	top: 3%;
}
.modal-content.popup {
    background: rgb(52, 1, 72, 0.85);
    border: 1px solid #e748ff;
    border-radius: 10px;
    box-shadow: 0 0 3px #e748ff, 0 0 5px #e748ff, 0 0 8px #e748ff;
    text-align: center;
    padding: 15px 15px 20px;
}
button.close-x {
    position: absolute;
    right: 7px;
    top: 5px;
    z-index: 2;
    color: #fff;
}
.title-pop {
    margin: 0 auto 5px;
    max-width: 260px;
}
.stepimg {
    margin-bottom: 10px;
}
.stepbox {
    position: relative;
    display: inline-block;
    width: 23%;
	max-width: 200px;
    vertical-align: top;
    margin: 0.5% 0.5%;
}
.step-title {
    text-transform: uppercase;
    font-size: 17px;
    text-shadow: 0 0 2px #e748ff, 0 0 5px #e748ff, 0 0 8px #e748ff, 0 0 10px #e748ff;
    margin-bottom: 5px;
}
.step-text {
    font-size: 14px;
    font-weight: 500;
}
.prize-wrapper {
	max-width: 500px;
	margin: 0 auto;
}
table.prize-table  {
	font-size: 16px;
	font-weight: 500;
}
table.prize-table tr td {
    background: #2b1173;
    padding: 7px 2px;
	border-right: 2px solid #340148;
}
table.prize-table tr th {
    background: #4b1fc6;
    padding: 5px 2px;
	border-right: 2px solid #340148;
	border-bottom: 2px solid #340148;
}
table.prize-table tr td:last-child {
	border-right: none;
}
table.prize-table tr th:last-child {
	border-right: none;
}
.rsdate-wrapper {
    position: relative;
    background: linear-gradient(81deg, rgba(208, 7, 211, 1) 0%, rgba(75, 31, 198, 1) 78%);
    width: 100%;
    max-width: 250px;
    border: 2px solid #000;
    border-radius: 45px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0 auto 15px;
    box-shadow: 0 1px 0px #000;
}
.result-date-text i {
	margin-right: 10px;
}
table.lotto-table {
    text-align: center;
}
.rstable {
    overflow: auto;
    color: #fff;
    text-transform: uppercase;
    max-width: 300px;
    margin: 0 auto 15px;
    width: 100%;
}
.lotto-table tr td {
    padding: 5px;
    background: #fff;
	color: #000;
	font-weight: 500;
}
.lotto-table tr th {
    padding: 3px 8px;
    font-weight: 600;
}
.magnum .lotto-table tr th {
    background: #ffc100;
    border: 1px solid #ffc100;
    color: #000;
}
.magnum .lotto-table tr td {
    border: 1px solid #e39632;
}
ul.terms {
	padding-left: 17px;
	text-align: left;
}


@media(max-width: 991px) {
.logo {
	margin: 0 auto;
	max-width: 44%;
}	
.floating-wrapper {
	transform: scale(0.8);
	transform-origin: right top;
}	
}

@media(max-width: 767px) {
	
}

@media(max-width: 670px) {
.floating-wrapper {
	transform: scale(0.7);
	top: unset;
	bottom: 50px;
	transform-origin: right bottom;
}	
.subtitle {
    font-size: 14px;
}	
.event-date {
    font-size: 22px;
}	
.predict-number-wrapper {
    grid-gap: 5px;
}	
.numberbox {
    width: 100%;
    height: 23vw;
}
select.number-input {
    font-size: 12vw;
}
.numberbox::after {
    font-size: 3vw;
}	
.stepbox {
    width: 48%;
    margin: 1% 0.5%;
}	
button.submit-btn {
    max-width: 70%;
    height: 21vw;
    font-size: 5vw;
}
button.commbtn {
    max-width: 70%;
}	
}

@media (max-width: 480px) {
.floating-wrapper {
	transform: scale(0.65);
}
table.prize-table {
    font-size: 14px;
    font-weight: 500;
}	
.stepimg {
    margin-bottom: 10px;
    max-width: 80%;
    margin: 0 auto 10px;
}	
.step-title {
    font-size: 16px;
}
}












