﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #02021a url("/event/assets/casinojr/images/euro-2024/bg.jpg")no-repeat top center; background-size: 100%;}

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;
}
.floating-wrapper {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 99;
}
button.side-btn {
    display: block;
    max-width: 65px;
}
.dropdown-menu.language-menu {
    background: url(/event/assets/casinojr/images/euro-2024/dropbase.png) no-repeat center;
    background-size: 100%;
    min-width: auto;
    width: 185px;
    height: 65px;
    border: none;
    margin: 0;
}
.lang-wrapper {
    text-align: center;
}
a.lang-btn {
    display: inline-block;
    max-width: 50px;
    margin: 0 1px;
}
#backtop {
	transition: opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	max-width: 55px;
	margin: 3px auto 0;
}
#backtop.show {
	opacity: 1;
	visibility: visible;
}
.floating-live {
    position: fixed;
    right: 5px;
    max-width: 200px;
    top: 100px;
    z-index: 99;
	animation: float 2s ease-in-out infinite;
}
.floating-live a:hover img{
	filter: brightness(1.1) drop-shadow(0 0 5px #fff);
}
.top-sec {
	position: relative;
	padding: 10px 0 45px;
	text-align: center;
}
.date-event {
    position: relative;
    max-width: 458px;
    margin: -2% auto 40px;
    filter: drop-shadow(0 4px 8px rgb(0, 0, 0, 0.8));
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
}
.dt-sm {
    font-size: 60%;
    font-weight: 500;
}
.how-wrapper {
	margin-bottom: 30px;
}
.stepbox {
    display: inline-block;
    position: relative;
    max-width: 320px;
    margin: 5px 5px;
    vertical-align: text-top;
    font-size: 17px;
}
.step-title {
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: #fffa01;
	padding-bottom: 3px;
}
.my-prediction {
    position: relative;
    max-width: 343px;
    margin: 0 auto -64px;
    filter: drop-shadow(0px 4px 6px rgb(0, 0, 0, 0.8));
    z-index: 2;
}
.token-text {
    position: absolute;
    left: 33%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    padding-right: 9%;
}
.mypred {
    color: #fffa01;
    font-size: 47%;
}
.token-num {
    font-weight: 700;
    font-style: italic;
}
.prediction-container {
    position: relative;
    background: linear-gradient(180deg, rgba(244, 208, 13, 1) 0%, rgba(0, 255, 192, 1) 100%);
    border-radius: 12px;
    padding: 3px;
	max-width: 1100px;
	margin: 0 auto;
}
.prediction-inner {
    background: url(/event/assets/casinojr/images/euro-2024/bg-prediction.png) no-repeat top center;
    background-size: cover;
    box-shadow: inset 0 0 20px #007eff;
    border-radius: 10px;
    padding: 70px 25px 25px;
}
.deco.cash {
    right: -7%;
    top: 30%;
    max-width: 13%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.trophy {
    left: -9%;
    top: 40%;
    max-width: 19%;
	animation: float 2s ease-in-out infinite;
}
.deco.whistle {
    right: -5%;
    top: 71%;
    max-width: 11%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY(-12px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-12px);
    }
}
ul.nav.nav-match {
	justify-content: center;
	margin-bottom: 20px;
}
ul.nav.nav-match li.nav-item {
    width: 49%;
    margin: 0 0.5%;
}
ul.nav.nav-match li.nav-item a.nav-link {
    background: url(/event/assets/casinojr/images/euro-2024/tab-base.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 487px;
    height: 85px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #1feae1;
    font-size: 27px;
    font-weight: 700;
    font-style: italic;
    padding: 5px 10px;
	filter: grayscale(1);
}
ul.nav.nav-match li.nav-item a.nav-link.active {
	filter: grayscale(0);
}
.mtext-1 {
    font-size: 70%;
}
.guide-wrapper {
    background: linear-gradient(90deg, rgba(244, 208, 13, 1) 0%, rgba(0, 255, 192, 1) 100%);
    border-radius: 12px;
    padding: 2px;
    margin: 15px auto;
    max-width: 1000px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.7);
}
.guide-inner {
    background: #1d2233;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: left;
    font-size: 16px;
}
.bluetext {
    color: #1cfdc1;
}
ul.guide {
    margin: 0;
    padding-left: 17px;
}
.max-predict {
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    padding: 10px 0;
}
.yellowtext {
	color: #fffa01;
}
.match-prediction-wrapper {
	position: relative;
	margin: 15px 0 30px;
}
.prediction-box {
    position: relative;
    background: url("/event/assets/casinojr/images/euro-2024/match-bg.png")no-repeat center;
	background-size: cover;
    box-shadow: inset 0 0 5px #1bcbc4, inset 0 0 10px #1bcbc4,inset 0 0 15px #1bcbc4, 0 0 5px #761bff, 0  0 15px #761bff;
    border-radius: 15px;
	max-width: 730px;
	margin: 0 auto;
	overflow: hidden;
}
.bet-wrapper.input-hide {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 310px;
}
.bet-select {
    position: relative;
    height: 100%;
	margin-right: -10%;
	cursor: pointer;
}
.bet-select:last-child {
	margin-right: 0;
	margin-left: -10%;
}
.opt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    height: 100%;
	padding-bottom: 20px;
	cursor: pointer;
}
.bet-select:first-child .opt-btn {
	padding-right: 14%;
}
.bet-select:last-child .opt-btn {
	padding-left: 14%;
}
.vs-img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 24%;
    margin: 0 auto;
    z-index: 2;
    pointer-events: none;
}
.flag-img {
    filter: drop-shadow(0px 3px 5px rgb(0, 0, 0, 0.7));
    max-width: 180px;
}
.cty-name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}
.submit-wrap {
    position: relative;
    z-index: 3;
    margin-top: -32px;
}
button.submit-btn {
    background: url(/event/assets/casinojr/images/euro-2024/submit-btn.png) no-repeat center;
    background-size: 100%;
    width: 289px;
    height: 67px;
    padding: 5px 5px;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 1px 4px 2px rgb(0, 0, 0, 0.6);
}
button.submit-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.1);
}
button.submit-btn.reset {
    background: url(/event/assets/casinojr/images/euro-2024/reset-btn.png) no-repeat center;
    background-size: 100%;
}
.final-prediction-box {
    position: relative;
    background: url("/event/assets/casinojr/images/euro-2024/match-bg.png")no-repeat center;
	background-size: cover;
    box-shadow: inset 0 0 5px #1bcbc4, inset 0 0 10px #1bcbc4,inset 0 0 15px #1bcbc4, 0 0 5px #761bff, 0  0 15px #761bff;
    border-radius: 15px;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.finalbet-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 10%;
    height: 330px;
    align-items: center;
    justify-content: center;
    padding: 0 30px 15px;
}
.teambox {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.final-flag {
    max-width: 230px;
	cursor: pointer;
	transition: 0.2s;
}
.final-flag:hover {
	filter: brightness(1.1);
	transform: scale(1.02);
	transition: 0.2s;
}
.score-wrap {
    background: url(/event/assets/casinojr/images/euro-2024/score-base.png) no-repeat;
    background-size: 100% 100%;
    width: 115px;
    height: 94px;
    margin: 0 20px;
}
select.score-input {
    background: none;
    color: #fff;
    border: none;
    appearance: none;
    text-align: center;
    font-size: 75px;
    font-weight: 700;
    letter-spacing: 15px;
    padding-left: 6%;
    padding-top: 2%;
}
select.score-input option {
	font-size: 16px;
	color: #000;
}
.final-team {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	z-index: 3;
}
.final-team.tm1 {
    right: 3%;
    top: 16%;
	text-align: right;
}
.final-team.tm2 {
    left: 5%;
    top: 30%;
	text-align: left;
}
.final-vs {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    margin: 0 auto;
    max-width: 34%;
    pointer-events: none;
}

/** Modal **/
.modal-dialog.terms {
    max-width: 750px;
	top: 5%;
}
.modal-content.popup {
    background: linear-gradient(90deg, rgba(244, 208, 13, 1) 0%, rgba(0, 255, 192, 1) 100%);
    border-radius: 12px;
    padding: 2px;
    color: #fff;
}
.modal-inner {
    position: relative;
    background: #161a27;
	box-shadow: inset 0 0 20px #007eff;
    border-radius: 10px;
    padding: 0 20px 15px;
}
button.close-x {
    color: #fffa01;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 18px;
    z-index: 2;
}
.rules-title {
    position: relative;
    max-width: 311px;
    margin: -45px auto 10px;
    text-align: center;
}
.text-rules {
    position: absolute;
    color: #fffa01;
    font-size: 20px;
    font-weight: 500;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 8% 0 26%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
ul.terms {
	padding-left: 17px;
}
.modal-dialog.record {
    max-width: 700px;
	top: 5%;
}
.record-row {
    display: grid;
    grid-template-columns: 15% 30% 55%;
    text-align: center;
    background: linear-gradient(180deg, rgba(50, 76, 165, 0.35) 0%, rgba(4, 58, 125, 0.35) 100%);
    border-radius: 45px;
    margin: 20px 0;
    height: 40px;
    align-items: center;
    font-size: 17px;
}
.record-row.title {
	background: linear-gradient(180deg, rgba(29,34,51,1) 0%, rgba(14,16,24,1) 100%);
	border: 2px solid #00ffc0;
	color: #fffa01;
}
.pdteam {
    display: flex;
    align-items: center;
    justify-content: center;
}
.betflag {
	display: inline-block;
	margin: -10px 2px;
}
.betflag img {
	max-height: 50px;
}
.select-title {
    padding: 15px 0;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    color: #fffa01;
}
.country-wrapper {
    text-align: center;
}
button.flag-btn {
    max-width: 90px;
    margin: 0.5% 0.5%;
}
button.flag-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.1) drop-shadow(0 0 5px #1feae1);
}


@media(max-width: 991px) {
.floating-live {
    max-width: 160px;
}
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: bottom right;
}		
.deco {
	display: none;
}
ul.nav.nav-match li.nav-item a.nav-link {
	font-size: 2.8vw;
}	
.finalbet-wrapper {
	height: 33.5vw;
	padding: 0 3% 2%;
}	
.score-wrap {
    width: 15vw;
    height: 9.5vw;
    margin: 0 5%;
}
select.score-input {
    font-size: 7.6vw;
    letter-spacing: 1.5vw;
	padding-left: 3%;
}
.final-flag {
    max-width: 60%;
}
.final-team {
    font-size: 2vw;
}	
.opt-btn {
    padding-bottom: 3%;
}	
	
}


@media(max-width: 767px) {
.floating-live {
	max-width: 135px;
}	
.prediction-inner {
    padding: 70px 10px 25px;
}	
ul.nav.nav-match li.nav-item a.nav-link {
	height: 8.4vw;
	line-height: 1.1;
}	
.max-predict {
    font-size: 22px;
}
.bet-wrapper.input-hide {
    height: 40vw;
}	
.flag-img {
    max-width: 53%;
}
.cty-name {
    font-size: 2.7vw;
}
.submit-wrap {
    margin-top: -4.5%;
}	
button.submit-btn {
    width: 38vw;
    height: 8.8vw;
    font-size: 4vw;
}	
.final-team.tm2 {
    top: 27%;
}	
}


@media(max-width: 480px) {
.floating-live {
	max-width: 110px;
	top: 40px;
}	
.floating-wrapper {
	transform: scale(0.65);
}
.stepbox {
    width: 48%;
    margin: 1% 0.5%;
    font-size: 15px;
}	
.step-title {
    font-size: 22px;
}
.date-event {
    max-width: 85%;
}
.date-text {
    font-size: 5.5vw;
}	
.guide-inner {
    font-size: 14px;
}	
.max-predict {
	font-size: 18px;
}	
.final-team.tm1 {
    top: 11%;
}	
.final-team.tm2 {
	top: 23%;
}
button.flag-btn {
    max-width: 18%;
}	
.select-title {
    font-size: 20px;
}
.record-row {
	font-size: 15px;
	height: 37px;
}	
.betflag {
    margin: -5px 2px;
}
.modal-inner {
    padding: 0 15px 15px;
}	
}







