@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Baumans&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Baumans", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url("/event/assets/eg33/images/pick-n-win/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 {
	background: url("/event/assets/eg33/images/pick-n-win/float-base.png")no-repeat;
	background-size: 100% 100%;
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 99;
    max-width: 60px;
	padding: 5px 5px;
}
button.float-btn {
	display: block;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07)
}
.backtop {
	position: fixed;
	right: 5px;
	bottom: 30px;
	width: 55px;
	margin: 0 auto;
	background: none;
	padding: 0;
	border: none;
	transition: background-color .3s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
.backtop.show {
  opacity: 1;
  visibility: visible;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 45px;
}
.logo {
    max-width: 280px;
    margin: 0 auto -5%;
    position: relative;
	z-index: 1;
}
.title-top {
	position: relative;
	max-width: 965px;
	margin: 0 auto -4%;
}
.deco.cash-1 {
    left: -7%;
    top: 45%;
    max-width: 13%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.cash-2 {
    right: -5%;
    top: 45%;
    max-width: 16%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
.top-btn-wrapper {
    padding: 0 0 30px;
}
button.comm-btn {
    position: relative;
	margin: 5px 5px;
}
.commtext {
    position: absolute;
    left: 32%;
    right: 6%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.deco.coins-1 {
    left: -4%;
    top: -8%;
    max-width: 27%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.coins-2 {
    right: -4%;
    top: -8%;
    max-width: 28%;
	animation: float 1.9s ease-in-out infinite;
}
.token-wrap {
    position: relative;
    max-width: 392px;
    margin: 0 auto 30px;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
.date-wrap {
    position: relative;
    max-width: 389px;
    margin: 0 auto;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 2px 1px rgb(0, 0, 0, 0.75);
}
.cut-off-text {
    padding: 5px 0;
    color: #000;
    text-shadow: 1px 2px 1px #fcb922;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.prediction-wrapper {
    position: relative;
    margin: 15px auto;
    max-width: 650px;
}
.predict-number-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    max-width: 650px;
    margin: 0 auto;
	position: relative;
    z-index: 2;
}
.numberbox {
	position: relative;
	background: url("/event/assets/eg33/images/pick-n-win/numframe.png")no-repeat;
	background-size: 100% 100%;
	max-width: 155px;
	height: 228px;
}
select.number-input {
    background: none;
    border: none;
    height: 100%;
    width: 100%;
    color: #fed004;
    text-align: center;
    font-size: 120px;
    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: 14%;
    top: 42%;
    font-size: 20px;
}
.deco.pred-1 {
    left: -27%;
    bottom: -13%;
    max-width: 35%;
}
.deco.pred-2 {
    right: -22%;
    bottom: -10%;
    max-width: 29%;
}
button.prbtn-btn {
    position: relative;
    margin: 5px 2px;
}
.prdtext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgb(0, 0, 0, 0.7);
}
button.prbtn-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}

/** Modal **/
.modal-dialog.how {
	max-width: 850px;
}
.modal-content.popup {
	background: url("/event/assets/eg33/images/pick-n-win/how-popup-bg.png")no-repeat;
	background-size: 100% 100%;
	border: none;
	color: #000;
	padding: 20px 30px 30px;
	text-align: center;
	font-family: 'Montserrat';
	font-weight: 500;
}
button.close-x {
	position: absolute;
	right: 20px;
	top: 18px;
	z-index: 2;
}
.title-pop {
    margin-bottom: 10px;
}
.how-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
	font-family: 'Baumans';
}
.stepbox {
    position: relative;
    max-width: 205px;
}
.step-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 68%;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.step-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 82%;
    line-height: 1;
    text-transform: uppercase;
    max-width: 90%;
    margin: 0 auto;
	font-size: 14px;
}
.modal-dialog.prize {
	max-width: 600px;
}
.prize-wrapper {
	max-width: 500px;
	margin: 0 auto;
}
table.prize-table  {
	font-size: 16px;
	font-weight: 500;
}
table.prize-table tr td {
    background: #ffdd0b;
    padding: 7px 2px;
	border-right: 2px solid #340148;
}
table.prize-table tr th {
    background: #ffb01c;
    padding: 5px 2px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
table.prize-table tr td:last-child {
	border-right: none;
}
table.prize-table tr th:last-child {
	border-right: none;
}
ul.terms {
    text-align: left;
    padding-left: 17px;
}
.modal-content.popup.result {
	background: url("/event/assets/eg33/images/pick-n-win/popup-base.png")no-repeat;
	background-size: 100% 100%;
	max-width: 400px;
	margin: 0 auto;
}
.rsdate-wrapper {
    position: relative;
    background: #ffb01c;
    width: 100%;
    max-width: 250px;
    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;
}
.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;
}


@media(max-width: 991px) {
.logo {
    max-width: 29%;
}
.floating-wrapper, .backtop {
    transform: scale(0.8);
    transform-origin: right bottom;
}	
}

@media(max-width: 767px) {
.top-btn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
    margin: 0 auto;
}
button.prbtn-btn {
    width: 47%;
    margin: 2px 1%;
}	
button.prbtn-btn.submit {
    display: block;
    margin: 0 auto;
}
.floating-wrapper {
    bottom: auto;
    top: 10px;
}	
.modal-content.popup, .modal-content.popup.result {
    border: 2px solid #c36d0d;
    border-radius: 15px;
    background: #ffffda;
    box-shadow: inset 0 0 16px 6px #fff755;
}
.how-wrapper {
    grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
    margin: 0 auto;
}	
}

@media(max-width: 670px) {
.predict-number-wrapper {
    grid-gap: 2vw;
}
.numberbox {
    height: 34vw;
}	
select.number-input {
    font-size: 19vw;
}
.numberbox::after {
    font-size: 3.2vw;
}	
}


@media(max-width: 480px) {
.floating-wrapper, .backtop {
    transform: scale(0.65);
    transform-origin: right bottom;
}
.logo {
	max-width: 40%;
}	
.title-img {
    margin: 0 -10px;
    height: 90vw;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.commtext {
    font-size: 5vw;
}	
.token-wrap {
    max-width: 80%;
}	
.token-text {
    font-size: 7.4vw;
}	
.date-wrap {
    max-width: 80%;
}	
.date-text {
    font-size: 6vw;
}	
.cut-off-text {
	font-size: 18px;
}	
.prdtext {
    font-size: 5vw;
}.floating-wrapper {
    background: url(/event/assets/eg33/images/pick-n-win/float-base.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: 5px;
    bottom: auto;
    top: 10px;
    z-index: 99;
    max-width: 60px;
    padding: 5px 5px;
}
.modal-content.popup {
	padding: 20px 15px;
	font-size: 14px;
}	
button.close-x {
    right: 8px;
    top: 4px;
}
.step-title {
    font-size: 4.5vw;
    top: 69%;
}	
.step-text {
    font-size: 3vw;
}
.backtop {
	bottom: 15px;
}
.title-pop {
    max-width: 90%;
    margin: 0 auto 10px;
}	
}











