@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #140631 url("/event/assets/casinojr/images/lucky-wednesday/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, 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;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.floating-wrapper {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 99;
    max-width: 50px;
}
a.flag-btn {
    display: block;
}
.top-sec {
    position: relative;
    text-align: center;
    padding: 0 0 45px;
}
button.home-btn {
    position: absolute;
    z-index: 9;
    left: 5px;
    top:5px;
    max-width: 50px;
}
button.home-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.logo {
	padding-top: 10px;
    margin: 0 auto -12%;
    position: relative;
}
.title-top {
    position: relative;
    margin-bottom: -2%;
}
.event-date {
    background: url(/event/assets/casinojr/images/lucky-wednesday/date-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 500px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
}
.subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #5efac8;
}
.top-btn-wrap {
    padding: 10px 0 0;
}
button.comm-btn {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    vertical-align: top;
}
.btn-text {
    position: absolute;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    left: 28%;
    right: 3%;
    top: 0;
    bottom: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn1 .btn-text {
	color: #ffb3fe;	
}
.btn2 .btn-text {
	color: #ffed20;	
}
.btn3 .btn-text {
	color: #0effa1;	
}
.token-base {
    position: relative;
    max-width: 289px;
    margin: 0 auto;
}
.tktext {
    position: absolute;
    left: 18%;
    right: 8%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}
.gtext {
	color: #0effa1;
}
.result-date {
    position: relative;
    max-width: 420px;
    margin: 20px auto 0;
}
.date-result {
    position: absolute;
    left: 15%;
    right: 3%;
    top: 0;
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
}
.cutoff-note {
    font-size: 17px;
    font-weight: 500;
	margin-bottom: 20px;
}
.predict-number-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 800px;
    margin: 0 auto;
}
.numberbox {
    position: relative;
    background: url(/event/assets/casinojr/images/lucky-wednesday/number-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 200px;
    height: 295px;
}
select.number-input {
    background: none;
    border: none;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
    font-size: 170px;
    font-weight: 500;
    appearance: none;
    cursor: pointer;
}
.numberbox::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    right: 18%;
    top: 44%;
    font-size: 24px;
}
select.number-input option {
    font-size: 18px;
    color: #000;
}
button.submit-btn:hover, button.btm-btn:hover, button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.smbtn-wrap {
    padding: 10px 0;
}
button.btm-btn {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
    vertical-align: top;
}
.comtext {
    position: absolute;
    left: 25%;
    right: 12%;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deco.ball-1 {
    right: 2%;
    top: 4%;
    max-width: 10%;
	animation: float 2s ease-in-out infinite;
}
.deco.ball-2 {
    top: 17%;
    left: 8%;
    max-width: 9%;
	animation: float 1.9s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}


/** Modal **/
.modal-dialog.how {
    max-width: 750px;
    top: 3%;
}
.modal-content.popup {
    background: url("/event/assets/casinojr/images/lucky-wednesday/popup-bg.jpg")no-repeat;
	background-size: cover;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px #fcff00, 0 0 8px #fcff00;
    text-align: center;
    padding: 15px 15px 20px;
}
.modal-content.popup.base2 {
	background: #131020;
}
button.close-x {
    position: absolute;
    z-index: 2;
    right: -8px;
    top: -7px;
    background: #000;
    color: #eba845;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #eba845;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
button.comm-btn.title, .btm-btn.title {
    pointer-events: none;
    margin: -65px auto 10px;
}
.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: 18px;
    font-weight: 600;
    color: #ccdaff;
    margin-bottom: 5px;
}
.step-text {
    font-size: 14px;
    font-weight: 500;
}

.prize-wrapper {
	max-width: 600px;
	margin: 0 auto;
}
table.prize-table  {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
table.prize-table tr td {
    background: #141a4a;
    padding: 7px 2px;
	border: 1px solid #7837e3;
}
table.prize-table tr th {
	background: #141a4a;
	color: #fffc29;
	font-weight: 600;
    padding: 5px 2px;
	border: 1px solid #7837e3;
}
table.prize-table tr.first-pz td {
	color: #29ff93;
}
.result-date-text {
    border: 2px solid #01daed;
    background: #131020;
    max-width: 200px;
    margin: 0 auto 15px;
    border-radius: 335px;
    padding: 8px 4px;
    font-size: 17px;
    font-weight: 600;
}
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: 1080px) {
.logo {
    max-width: 30%;
}	
}
@media(max-width: 991px) {
	
}

@media(max-width: 767px) {
button.home-btn {
    max-width: 40px;
}	
.event-date {
    max-width: 70%;
    font-size: 4vw;
    height: 11vw;
}
.numberbox {
    height: 38vw;
}	
select.number-input {
    font-size: 22vw;
}	
.numberbox::after {
    right: 16%;
    font-size: 3vw;
}
.stepbox {
    width: 48%;
}
table.prize-table {
    font-size: 14px;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
	top: 50px;
    max-width: 35px;
}	
button.submit-btn {
    max-width: 65%;
}
.result-date {
    max-width: 90%;
}	
.date-result {
    font-size: 6vw;
}	
.subtitle, .cutoff-note {
    font-size: 14px;
}	
button.btm-btn {
    margin: -10px auto;
}
.modal-content.popup {
	font-size: 14px;
}	
.deco {
	display: none;
}	
}






