﻿@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:#01020c url("/landing/assets/m777/images/euro-2024/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, input:focus, 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;
}
#confetti {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 45px;
}
.title-wrapper {
    position: relative;
	margin-bottom: -4%;
}
.title-top {
    position: relative;
}
.match-coming-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.match-wrap {
    position: relative;
    display: inline-block;
    max-width: 268px;
    text-align: center;
    margin: 0 auto;
}
.match-wrap.active {
	filter: drop-shadow(0 0 2px #30d7ff) drop-shadow(0 0 4px #30d7ff);
}
.status-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 2%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
	letter-spacing: 1px;
}
.match-wrap.active .status-text {
	color: #fffd48;
	text-shadow: 0 0 3px #30d7ff, 0 0 6px #30d7ff;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 27%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 79%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.match-vs {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 70%;
    margin: 0 auto;
    align-items: center;
}
.mflag {
    filter: drop-shadow(-1px 3px 2px black);
    max-width: 90%;
    margin: 0 auto;
}
.frame-1-container {
    border: 3px solid #4db3ff;
    border-radius: 14px;
	padding: 20px 20px;
    background: rgb(0, 0, 0, 0.8);
}
ul.nav.nav-event {
    justify-content: center;
	max-width: 1000px;
	margin: 10px auto 30px;
}
ul.nav.nav-event li.nav-item {
	width: 49%;
	margin: 0 0.5%;
}
ul.nav.nav-event li.nav-item a.nav-link {
	filter: brightness(0.5);
	padding: 0;
}
ul.nav.nav-event li.nav-item a.nav-link.tab1.active {
	filter: brightness(1) drop-shadow(0 0 2px #30d7ff)  drop-shadow(0 0 5px #30d7ff);
}
ul.nav.nav-event li.nav-item a.nav-link.tab2.active {
	filter: brightness(1) drop-shadow(0 0 2px #ffda30)  drop-shadow(0 0 5px #ffda30);
}
.top-row-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.token-base {
    position: relative;
    max-width: 360px;
}
.token-num {
    position: absolute;
    left: 15%;
    right: 0;
    top: 37%;
    font-size: 36px;
    font-weight: 500;
}
.bottom-btn-wrap {
    padding-top: 25px;
}
.bottom-btn-wrap button:hover, button.how-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.match-prediction {
    padding: 15px 0 0;
}
.match-row {
    position: relative;
    display: grid;
    grid-template-columns: 64% 35%;
    grid-gap: 0 1%;
    margin: 25px 0 85px;
}
.match-box-1 {
    position: relative;
}
.match-inner {
    position: absolute;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 45% 10% 45%;
}
.team-1 {
    position: relative;
    display: grid;
    grid-template-columns: 22% 40% 38%;
}
.team-2 {
    position: relative;
    display: grid;
    grid-template-columns: 38% 40% 22%;
}
.score-wrap {
    position: relative;
    padding-top: 18%;
}
.score-group {
    position: relative;
}
.team-2 .score-group {
    padding-right: 14%;
}
input.quantity-field {
    appearance: none;
    border: none;
    background: transparent;
    color: #fff;
    height: 45px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    padding-left: 20%;
	pointer-events: none;
}
button.button-minus {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80%;
	z-index: 2;
}
button.button-plus {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -80%;
	z-index: 2;
}
.cnty-name {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding-top: 23%;
}
.pdvs {
    margin-top: -10%;
}
.date-matchbet {
    position: absolute;
    left: 0;
    right: 0;
    top: 112%;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.date-m {
	margin: 0 20px;
}
.match-box-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coin-wrap {
    position: relative;
    max-width: 130px;
    width: 100%;
}
.coin-img {
    position: absolute;
    left: -4%;
    top: -13%;
}
select.coin-input {
    background: #000;
    border: 2px solid #ecd763;
    border-radius: 45px;
    height: 50px;
    text-align: center;
    color: #fae846;
    font-size: 30px;
    font-weight: 700;
    padding-left: 30%;
	cursor: pointer;
}
select.coin-input option {
	font-size: 18px;
}
button.submit-btn {
    margin: 0 1%;
}
button.submit-btn:hover, button.reset-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
} 
.frame-2-container {
    border: 3px solid #fab532;
    border-radius: 14px;
    padding: 0 20px 20px;
    background: rgb(0, 0, 0, 0.8);
}	
.leaderboard-wrapper {
    position: relative;
    max-width: 928px;
    margin: 0 auto;
}
.first-winner {
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
}
.second-winner {
    position: absolute;
    left: 5%;
    top: 74%;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 22%;
    margin: 0 auto;
}
.third-winner {
    position: absolute;
    right: 5%;
    top: 74%;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 22%;
    margin: 0 auto;
}
.table-responsive.ranking-wrapper {
    background: url(/landing/assets/m777/images/euro-2024/score-frame.png) no-repeat;
    background-size: 100% 100%;
    max-width: 877px;
    margin: 0 auto;
    padding: 40px 30px;
}
table.rank-table tr th {
	font-size: 30px;
	color: #ffd800;
	font-weight: 700;
	padding: 10px 2px;
}
table.rank-table tr td {
    font-size: 20px;
    padding: 13px 2px;
}
.disclaim-text {
    max-width: 600px;
    margin: 0 auto;
    font-size: 12px;
    font-style: italic;
}

/** Modal **/
.modal-dialog.terms {
	max-width: 750px;
}
.modal-dialog.history {
	max-width: 800px;
}
.modal-content.popup {
    background: url(/landing/assets/m777/images/euro-2024/popup-base.png) no-repeat top center;
    background-size: 100% 100%;
    border: none;
    padding: 15px 30px 45px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    z-index: 2;
}
.popup-title {
    text-align: center;
    margin-bottom: 5px;
}
ul.terms {
    padding-left: 17px;
	margin-bottom: 0;
}
ul.terms li {
	padding: 2px 0;
}
table.history-table {
    text-align: center;
}
.table-responsive.history-wrapper {
    overflow: auto;
    max-height: 395px;
}
.table-responsive.history-wrapper::-webkit-scrollbar, .result-wrapper::-webkit-scrollbar {
	width: 3px;	
}
.table-responsive.history-wrapper::-webkit-scrollbar-track, .result-wrapper::-webkit-scrollbar-track {
	background: #04132c;
	border-radius: 30px;
}
.table-responsive.history-wrapper::-webkit-scrollbar-thumb, .result-wrapper::-webkit-scrollbar-thumb {
	background: #dffc77;
	border-radius: 30px;
}
.table-responsive.history-wrapper::-webkit-scrollbar-thumb:hover, .result-wrapper::-webkit-scrollbar-thumb:hover {
	background: #d5ff3d;
}
table.history-table tr th {
	color: #ffd800;
	font-weight: 700;
	padding: 8px 2px;
	font-size: 20px;
}
table.history-table tr td {
	font-size: 15px;
	padding: 8px 2px;
}
span.scflag {
	margin: 0 4px;
}
span.scflag img {
    max-height: 20px;
}
span.vstext {
    margin: 0 8px;
}
.teambet {
    display: flex;
    align-items: center;
    justify-content: center;
}
.result-wrapper {
    text-align: center;
	overflow: auto;
	height: 350px;
}
.match-box-result {
	position: relative;
	margin: 20px 0 60px;
}
.bet-point {
    height: 45px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    text-shadow: -2px 2px 2px rgb(0,0,0,0.4);
}

@media(max-width:1080px) {
.soccer {
	display: none;
}	
.match-coming-wrapper {
    display: block;
    white-space: nowrap;
    overflow: auto;
}	
.match-wrap {
    max-width: 50%;
}
.match-row {
    grid-template-columns: auto;
    grid-gap: 50px;
    margin: 25px auto 45px;
    max-width: 737px;
}	
.match-box-2 {
    max-width: 390px;
    margin: 0 auto;
    width: 100%;
}		
	
}

@media(max-width:991px) {
.first-winner {
    font-size: 3.3vw;
}	
.second-winner, .third-winner {
    font-size: 2.2vw;
}
	
}

@media(max-width:767px) {
table.rank-table tr th {
    font-size: 20px;
}	
table.rank-table tr td {
    font-size: 16px;
    padding: 11px 2px;
}
.frame-1-container {
    border: 2px solid #4db3ff;
    padding: 10px 10px;
}
.frame-2-container {
    border: 2px solid #fab532;
    padding: 0 10px 20px;
}
.cnty-name {
    font-size: 1.7vw;
}
input.quantity-field {
    font-size: 4.5vw;
    height: 5.8vw;
}
button.button-minus, button.button-plus {
		font-size: 2.6vw;
}	
.date-matchbet {
    font-size: 2.2vw;
}	
.pdvs img {
    max-height: 11.5vw;
}	
.date-m {
    margin: 0 3%;
}
.modal-content.popup {
    padding: 15px 15px 40px;
}	
.bet-point {
    height: 6vw;
    font-size: 4.5vw;
}		
}

@media(max-width: 650px) {
.token-num {
    font-size: 5.3vw;
}
button.comm-btn {
    width: 49%;
	margin: 0.5% 0;
}	
table.history-table tr th {
    font-size: 15px;
}	
table.history-table tr td {
    font-size: 13px;
    padding: 8px 2px;
}	
span.vstext {
	display: block;
    margin: 1px 0;
}
.teambet {
    display: block;
}
.tm1 {
	display: flex;
	justify-content: center;
}	
.tm2 {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
}	
}

@media(max-width:480px) {
.title-top {
    height: 44vw;
    margin: 0 -10px -4%;
}
.title-top img {
    object-fit: cover;
    height: 100%;
}	
.modal-content.popup {
    background: #11274a;
    border: 3px solid #4e7cbe;
    border-radius: 0;
    box-shadow: inset 0 0 6px rgb(0,0,0,0.4);
    padding: 15px 15px 20px;
}	
.popup-title {
    max-width: 90%;
    margin: 0 auto 5px;
}
.popup-title img {
    max-height: 50px;
}	
.status-text, .date-text {
    font-size: 2.9vw;
}
ul.nav.nav-event {
    margin: 10px auto 15px;
}	
.table-responsive.ranking-wrapper {
    padding: 30px 15px;
}	
table.rank-table tr th {
    font-size: 16px;
}	
table.rank-table tr td {
    font-size: 14px;
    padding: 10px 2px;
}
.disclaim-text {
    font-size: 11px;
}
.match-box-2 {
    max-width: 72vw;
}
.match-row {
    grid-gap: 41%;
    margin: 5% auto 19%;
}	
.coin-wrap {
    max-width: 25vw;
}
.coin-img img {
    max-height: 12vw;
}	
select.coin-input {
    height: 10vw;
    font-size: 6.4vw;
}	
button.submit-btn {
    max-width: 31vw;
}	
button.reset-btn {
    max-width: 22vw;
}
.date-matchbet {
    font-size: 2.6vw;
    top: 115%;
}	
}
















