﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wdth,wght@6..12,75..125,200..1000&display=swap');

body { font-family: "Nunito Sans", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #c7e8ed url("/event/assets/betasia/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;
}
html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
	width: 8px;
}
html::-webkit-scrollbar-track {
	background: #0f1010;
}
html::-webkit-scrollbar-thumb {
	background: #07f7e3;
}
html::-webkit-scrollbar-thumb:hover {
	background: #00b0a1;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-sec {
	background: url("/event/assets/betasia/images/euro-2024/deco-bg.png")no-repeat top center;
	background-size: 100%;
	position: relative;
	text-align: center;
	padding: 0 0 45px;
}
.title-top {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}
.deco.ball-1 {
    left: -4%;
    top: 29%;
    max-width: 18%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.ball-2 {
    right: -2%;
    top: 17%;
    max-width: 18%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.ball-1 img {
	animation: spin 11s reverse linear infinite;
}
.deco.ball-2 img {
	animation: spin 11s linear infinite;
}
@keyframes float {
    0% {
        transform: translateY(-12px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-12px);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.subtitle-wrapper {
    position: relative;
    background: url(/event/assets/betasia/images/euro-2024/subtitle-base.png) no-repeat top center;
    background-size: 100% 100%;
    max-width: 1000px;
    min-height: 104px;
    padding: 10px 50px;
    margin: 10px auto;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    font-size: 25px;
    color: #1a1714;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subtext {
    filter: drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 1px #FFF);
}
.btm-sec {
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}
.how-wrapper {
    margin-bottom: 30px;
}
.stepbox {
    position: relative;
    max-width: 261px;
    display: inline-block;
    vertical-align: text-top;
}
.step-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 57%;
    max-width: 70%;
    margin: 0 auto;
    font-size: 15px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}
.timeline-title {
    margin-bottom: 10px;
}
.timeline-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.timeline-top {
	background: url("/event/assets/betasia/images/euro-2024/table-top-base.png")no-repeat;
	background-size: 100% 100%;
	height: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.timeline-top table.timeline-table {
    max-width: 90%;
    margin: 0 auto;
}
table.timeline-table {
	margin: 10px auto;
}
table.timeline-table tr th {
	font-size: 18px;
	text-transform: uppercase;
	width: 33.3%;
	border-right: 1px solid #6b6c6c;
	padding: 7px 2px;
}
table.timeline-table tr th:last-child  {
	border-right: none;
}
.prize-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
.table-responsive.timeline {
    background: linear-gradient(180deg, rgba(163,163,163,1) 0%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 72%, rgba(163,163,163,1) 100%);
    border: 2px solid #79807f;
    border-radius: 0 0 10px 10px;
    color: #000;
    max-width: 90%;
    margin: -2px auto 45px;
}
.timeline-table tr td {
	width: 33.3%;
	padding: 7px 2px;
	font-weight: 700;
}
.prize-title {
    margin-bottom: 10px;
}
.btn-wrap {
    margin-bottom: 40px;
}
button.comm-btn {
    position: relative;
    max-width: 400px;
    margin: 0 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-text {
    position: absolute;
    left: 29%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.token-wrapper {
    position: relative;
    max-width: 650px;
    margin: 0 auto -77px;
}
.token-num {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 50px;
    font-weight: 900;
}
.prediction-container {
    background: #2b3134;
    border: 4px solid #00e2cf;
    border-radius: 45px;
    box-shadow: inset 0 0 11px 2px rgb(0, 0, 0, 0.8);
    padding: 85px 30px 20px;
    max-width: 1000px;
    margin: 0 auto;
}
ul.nav.nav-match {
    justify-content: center;
    margin-bottom: 20px;
}
ul.nav.nav-match li.nav-item {
	width: 255px;
    margin: 5px 5px;
}
ul.nav.nav-match a.nav-link {
	background: #2b3134;
    border: 4px solid #00e2cf;
    border-radius: 28px;
    box-shadow: inset 0 0 8px 1px rgb(0, 0, 0, 0.8);
    padding: 5px;
    color: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 8px 15px;
}
ul.nav.nav-match a.nav-link.active, ul.nav.nav-match a.nav-link:hover  {
	background: #3b686b;
	box-shadow: inset 0 0 8px 0px rgb(0, 0, 0, 0.5);
}
.note-score {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	padding-bottom: 20px;
}
.cd-title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}
ul.cdtimer {
	padding: 0;
	margin: 0 0 30px;
}
ul.cdtimer li {
	list-style-type: none;
	padding: 0;
	display: inline-block;
	text-transform: uppercase;
}
.timebox {
    background: url(/event/assets/betasia/images/euro-2024/cd-base.png) no-repeat;
    background-size: 100% 100%;
    width: 140px;
    height: 140px;
    margin: 0 auto 5px;
    font-variation-settings: "wdth" 75;
    font-size: 100px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.legend-text {
	color: #a0fff9;
	font-size: 17px;
	font-weight: 500;
}
.match-container {
    background: #2b3134;
    border: 4px solid #00e2cf;
    border-radius: 45px;
    box-shadow: inset 0 0 11px 2px rgb(0, 0, 0, 0.8);
	padding-bottom: 30px;
}
.title-match {
	background: url("/event/assets/betasia/images/euro-2024/title-base.png")no-repeat;
	background-size: 100% 100%;
	max-width: 590px;
	height: 72px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
.match-card {
	position: relative;
	margin-bottom: 20px;
}
.match-vs {
    position: relative;
	z-index: 2;
	cursor: pointer;
}
.matchvs-wrapper {
    display: grid;
    grid-template-columns: 36% 28% 36%;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 6%;
}
.team1 {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.team2 {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.smflag {
    max-width: 70px;
    margin: -1% 0 0 1%;
}
.smctry {
    text-align: center;
    width: 100%;
    padding-top: 3%;
}
.matchbox-wrapper {
    position: relative;
    background: url(/event/assets/betasia/images/euro-2024/match-bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 50px 20px 40px;
    max-width: 90%;
    margin: -50px auto 0;
}
.matchbox {
    display: flex;
    justify-content: space-between;
    max-width: 670px;
    margin: 0 auto -15px;
}
.mb-column-1 {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    max-width: 300px;
    grid-gap: 15px;
}
.mb-column-2 {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    max-width: 300px;
    grid-gap: 15px;
}
.flag-img {
    max-width: 170px;
	margin: 0 auto;
}
.dotline {
    font-size: 100px;
    font-weight: 600;
    line-height: 1.6;
}
select.score-input {
    background: linear-gradient(180deg, rgba(19, 20, 23, 1) 0%, rgba(55, 55, 55, 1) 43%, rgba(53, 53, 53, 1) 58%, rgba(19, 20, 23, 1) 100%);
    border: 1px solid #000;
    border-radius: 10px;
    height: 100px;
    color: #fff;
    font-variation-settings: "wdth" 75;
    appearance: none;
    text-align: center;
    width: 110px;
    font-size: 80px;
    font-weight: 700;
	cursor: pointer;
}
select.score-input option {
	font-size: 15px;
	background: #000;
	color: #fff;
}
.match-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
button.submit-btn {
    background: url(/event/assets/betasia/images/euro-2024/submit-btn.png) no-repeat;
    background-size: 100%;
    width: 118px;
    height: 35px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0 15px;
}
button.submit-btn.reset {
	filter: grayscale(1);
}
button.submit-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
button.submit-btn.reset:hover {
	filter: grayscale(1) brightness(1.07);
}
.floating-wrap {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 99;
    max-width: 130px;
}
.float-btn-wrap {
    position: absolute;
    left: 24%;
    top: 12%;
}
button.float-btn {
    display: block;
    max-width: 58%;
}
button.float-btn:nth-child(2) {
    margin-top: 2px;
}
button.float-btn:nth-child(3) {
	margin-top: -1px;
    margin-left: -2px;
}
button.float-btn:last-child{
	margin-top: 1px;
    margin-left: -4px;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.1) drop-shadow(0 0 5px rgb(26,199,186,0.7));
}
.title-result {
    position: relative;
    max-width: 350px;
    margin: 0px auto -65px;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.title-text {
    position: absolute;
    left: 34%;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/** Modal **/
.modal-dialog.popup {
	max-width: 750px;
}
.modal-content.popup {
	background: #2b3134;
    border: 3px solid #00e2cf;
    border-radius: 40px;
	padding: 15px 15px 15px;
	text-align: center;
}
button.close-x {
    color: #fff;
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 2;
}
.popup-title {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.flag-bet {
	display: inline-block;
	margin: 0 2px;
}
.flag-bet img {
	max-width: 25px; 
}
.timeline-top.popup {
    height: 55px;
}
.modal-content.popup .table-responsive.timeline {
	margin-bottom: 20px;
}
.timeline-top.popup table.timeline-table tr th {
    font-size: 16px;
	width: auto;
}
.timeline-table.popup tr td {
	width: auto;
}
.timeline-top.popup-1 table.timeline-table tr th {
    font-size: 16px;
	width: 25%;
}
.timeline-table.popup-1 tr td {
	width: 25%;
}
.record-wrapper {
    width: 100%;
    overflow: auto;
    max-height: 450px;
}
.record-wrapper::-webkit-scrollbar {
	width: 4px;
}
.record-wrapper::-webkit-scrollbar-track {
	background: #0f1010;
	border-radius: 40px;
}
.record-wrapper::-webkit-scrollbar-thumb {
	background: #07f7e3;
	border-radius: 40px;
}
.record-wrapper::-webkit-scrollbar-thumb:hover {
	background: #00b0a1;
}
ul.terms {
	padding-left: 17px;
	text-align: left;
}
a.lang-btn {
    display: inline-block;
    max-width: 85px;
    margin: 0 5px;
}
a.lang-btn:hover {
	filter: brightness(1.07);
	transform: scale(0.98);
}
.reuslt-wrapper {
    overflow: auto;
    max-height: 77vh;
}
.reuslt-wrapper::-webkit-scrollbar {
	width: 4px;
}
.reuslt-wrapper::-webkit-scrollbar-track {
	background: #0f1010;
	border-radius: 40px;
}
.reuslt-wrapper::-webkit-scrollbar-thumb {
	background: #07f7e3;
	border-radius: 40px;
}
.reuslt-wrapper::-webkit-scrollbar-thumb:hover {
	background: #00b0a1;
}


@media(max-width: 1080px) {
.floating-wrap {
    transform: scale(0.8);
    transform-origin: top right;
    top: 50px;
}
	
}





@media(max-width: 767px) {
.logo {
    max-width: 32%;
    margin: 0 auto;
}
.subtitle-wrapper {
	font-size: 20px;
}	
.stepbox {
    width: 49%;
}
table.timeline-table tr th {
    font-size: 15px;
	line-height: 1;
}	
.table-responsive.timeline tr td {
    font-size: 14px;
}	
.token-wrapper {
    max-width: 80%;
    margin: 0 auto -11%;
}
.token-num {
    font-size: 6.5vw;
}	
.prediction-container {
	padding: 11% 10px 20px;
}	
.prediction-container, .match-container {
    border: 2px solid #00e2cf;
}
ul.nav.nav-match li.nav-item {
    width: 32%;
    margin: 0.7% 0.5%;
}
ul.nav.nav-match a.nav-link {
	border: 2px solid #00e2cf;
	border-radius: 3vw;
	padding: 2% 5%;
    font-size: 2.5vw;
    height: 13vw;
}	
.note-score {
    font-size: 16px;
}
ul.cdtimer {
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-gap: 1%;
    max-width: 85%;
}	
.timebox {
    width: 100%;
    height: 18vw;
    font-size: 13vw;
}
.legend-text {
    font-size: 2.3vw;
}	
.matchbox-wrapper {
    padding: 8% 3% 5%;
    margin: -7% auto 0;
}	
.matchbox {
    margin: 0 auto;
}	
.flag-img {
    max-width: 90%;
}	
.title-match {
    max-width: 70%;
    height: 9vw;
    font-size: 3.3vw;
}
.matchvs-wrapper {
    font-size: 2.2vw;
}	
.smflag {
    max-width: 30%;
}
select.score-input {
    height: 12.5vw;
    width: 14vw;
    font-size: 10.5vw;
}
.vs-img img {
    height: 10vw;
}	
.dotline {
    font-size: 12vw;
    margin: 0 1%;
}	
.floating-wrap {
    transform: scale(0.7);
}
.match-container {
    padding-bottom: 10px;
}
.modal-content.popup {
    font-size: 14px;
	border-radius: 20px;
}	
.popup-title {
    font-size: 18px;
}
.prediction-container.result {
    padding: 85px 10px 20px;
}	
}

@media(max-width: 530px) {
.floating-wrap {
	top: 20px;
	transform: scale(0.6);
}	
.step-info {
    font-size: 2.8vw;
    height: 12.2vw;
}	
.timeline-top {
    height: 60px;
}
button.comm-btn {
    max-width: 80%;
	margin: 2% 0;
}
.btn-text {
    font-size: 4.2vw;
}
button.submit-btn {
    width: 24vw;
    height: 7.5vw;
    margin: 0 2vw;
    font-size: 3.2vw;
}	
.timeline-top.popup, .table-responsive.timeline-top.popup-1 {
    height: 45px;
}	
.timeline-top.popup-1 table.timeline-table tr th, .timeline-top.popup table.timeline-table tr th {
    font-size: 13px;
}
	
}

@media(max-width: 480px) {
.subtitle-wrapper {
	font-size: 15px;
	padding: 10px 20px;
	min-height: 80px;
}
table.timeline-table tr th {
	font-size: 13px;
}	
.table-responsive.timeline tr td {
	font-size: 12px;
	padding: 4px 2px;
}
.flag-bet img {
    max-width: 20px;
}	
.title-result {
    max-width: 60%;
    margin: 0px auto -12%;
    font-size: 3vw;
}	
.prediction-container.result {
	padding: 15% 10px 20px;
}	
}














