@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background:#021125 url("../images/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;
}
#confetti {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.stadium-bg-effect {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.stadium-bg-effect::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% -20%, rgba(124, 217, 255, 0.38), rgba(124, 217, 255, 0) 56%),
        radial-gradient(ellipse at 15% 0%, rgba(100, 165, 255, 0.18), rgba(100, 165, 255, 0) 42%),
        radial-gradient(ellipse at 85% 0%, rgba(170, 120, 255, 0.14), rgba(170, 120, 255, 0) 42%),
        radial-gradient(ellipse at 50% 10%, rgba(255, 214, 120, 0.08), rgba(255, 214, 120, 0) 38%);
    animation: stadium-glow 2s ease-in-out infinite;
}
.light-beam {
    position: absolute;
    top: -25%;
    width: 18vw;
    height: 145%;
    background: linear-gradient(180deg, rgba(173, 236, 255, 0.42), rgba(173, 236, 255, 0) 62%);
    transform-origin: top center;
    filter: blur(1.5px);
    mix-blend-mode: screen;
    opacity: 0.65;
}
.beam-1 {
    left: 4%;
    background: linear-gradient(180deg, rgba(160, 226, 255, 0.38), rgba(160, 226, 255, 0) 62%);
    animation: beam-sweep-left 2.9s ease-in-out infinite;
}
.beam-2 {
    left: 23%;
    background: linear-gradient(180deg, rgba(148, 255, 232, 0.30), rgba(148, 255, 232, 0) 62%);
    animation: beam-sweep-left 2.4s ease-in-out infinite;
    animation-delay: 0.35s;
}
.beam-3 {
    right: 23%;
    background: linear-gradient(180deg, rgba(190, 154, 255, 0.28), rgba(190, 154, 255, 0) 62%);
    animation: beam-sweep-right 2.6s ease-in-out infinite;
    animation-delay: 0.25s;
}
.beam-4 {
    right: 4%;
    background: linear-gradient(180deg, rgba(255, 208, 136, 0.22), rgba(255, 208, 136, 0) 62%);
    animation: beam-sweep-right 3.1s ease-in-out infinite;
    animation-delay: 0.6s;
}
@keyframes stadium-glow {
    0%,
    100% {
        opacity: 0.45;
    }

    50% {
        opacity: 1;
    }
}
@keyframes beam-sweep-left {
    0%,
    100% {
        transform: rotate(14deg) translateY(0);
        opacity: 0.35;
    }

    50% {
        transform: rotate(31deg) translateY(-2%);
        opacity: 0.96;
    }
}

@keyframes beam-sweep-right {
    0%,
    100% {
        transform: rotate(-14deg) translateY(0);
        opacity: 0.35;
    }

    50% {
        transform: rotate(-31deg) translateY(-2%);
        opacity: 0.96;
    }
}
.record-btn-float {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 10px;
    max-width: 90px;
}

.top-sec {
	position: relative;
	background: url("../images/bg-btm.png")no-repeat bottom left;
	background-size: auto;
	text-align: center;
	padding: 10px 0 45px;
	z-index: 1;
}
.title-top {
	position: relative;
    margin-bottom: 10px;
}
.deco.whistle {
    left: -9%;
    bottom: -11%;
    max-width: 19%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.whistle img {
    transform: rotate(-29deg);
}
.deco.notebook {
    right: -8%;
    bottom: -13%;
    max-width: 17%;
	animation: float 2.3s ease-in-out infinite;
}
.event-wrapper {
    position: relative;
    max-width: 1080px;
    margin: 7% auto 0;
}
.prediction-title {
    position: absolute;
    left: 0;
    right: 0;
    top: -3%;
    max-width: 25%;
    margin: 0 auto;
    z-index: 1;
}
.event-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 8%;
    max-width: 88%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 3%;
}
.box-left {
    position: relative;
    max-width: 460px;
    margin: 0 auto 25px;
    width: 100%;
    background: url(../images/bg-info-1.png) no-repeat center;
    background-size: cover;
    border: 2px solid #f5dba4;
    border-radius: 15px;
    overflow: hidden;
    padding: 9% 15px 20px;
    font-size: 22px;
}
.box-left-2 {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
    background: url(../images/bg-info-1.png) no-repeat center;
    background-size: cover;
    border: 2px solid #f5dba4;
    border-radius: 15px;
    overflow: hidden;
    padding: 9% 15px 20px;
    font-size: 22px;
}
.usertext {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.playername {
    background: linear-gradient(180deg, rgba(234, 208, 152, 1) 0%, rgba(234, 208, 152, 1) 50%, rgba(205, 172, 116, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    filter: drop-shadow(1px 1px 0px #fff) drop-shadow(1px 1px 6px rgb(0, 0, 0, 0.8));
}
.base-wrap {
    margin-bottom: 30px;
}
.base-title {
    color: #ffc600;
    text-transform: uppercase;
    text-shadow: 1px 1px 9px #000;
}
.info-btn {
	cursor: pointer;
	font-size: 85%;
}
.num-wrap {
    position: relative;
    max-width: 310px;
    margin: 0 auto;
}
.numtext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 500;
}
.prize-correct {
    position: relative;
    max-width: 374px;
    margin: 0 auto 10px;
}
.prize-text {
    position: absolute;
    left: 32%;
    right: 0;
    top: 25%;
    text-align: left;
}
.yellowtext {
    color: #ffe875;
	font-weight: 600;
}
.box-right {
	position: relative;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
    background: url(../images/bg-info-3.png) no-repeat center;
    background-size: cover;
    border: 2px solid #f5dba4;
    border-radius: 15px;
    overflow: hidden;
    padding: 9% 5% 5%;
    font-size: 22px;
}
.prize-title {
    max-width: 80%;
    margin: 0 auto 10px;
}
.przbox {
    margin-top: 10px;
}
.prize-wrap {
    max-width: 95%;
    margin: 0 auto;
}

.match-predict-wrapper {
    position: relative;
    padding-top: 40px;
}
#carouselTabs {
    max-width: 900px;
    margin: 0 auto 25px;
}
button.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
	max-width: 4%;
	opacity: 1;
}
button.carousel-control.prev {
    left: -1%;
}
button.carousel-control.next {
    right: -1%;
}
ul.nav.nav-match {
    justify-content: center;
    max-width: 94%;
    margin: 10px auto;
}
ul.nav.nav-match li.nav-item {
    width: 24%;
    margin: 0 0.5%;
}
ul.nav.nav-match li.nav-item a.nav-link {
    background: url(../images/tab.png) no-repeat;
    background-size: 100% 100%;
    max-width: 190px;
    width: 100%;
    height: 125px;
    margin: 0 auto;
    padding: 5px 5px;
    color: #fdfdfd;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    filter: grayscale(1);
}
ul.nav.nav-match li.nav-item a.nav-link.active {
    mix-blend-mode: normal;
    filter: grayscale(0)drop-shadow(0px 0px 2px #fff);
}
.datetext {
    color: #ffe875;
}
.match-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    max-width: 1020px;
    margin: 0 auto;
}
.match-box {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #0073a3;
    overflow: hidden;
    border-radius: 15px;
}
.match-top {
    position: relative;
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
    height: 40px;
    font-size: 16px;
}
.match-dt {
    text-align: left;
    padding: 0 5px 0 16px;
}
.match-num {
    background: #00a7e7;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.match-vs {
    background: url("../images/prdbg.jpg") no-repeat top center;
    background-size: cover;
    display: grid;
    grid-template-columns: 40% 20% 40%;
    align-items: center;
    height: 225px;
    padding: 0 2%;
}
.tname {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tflag {
    max-width: 146px;
    margin: 0 auto;
}
.match-bet {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #045ca3;
}
.match-bet.done {
	pointer-events: none;
}
.bet-wrapper.input-hide {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 45px;
}
.input-hide input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
	cursor: pointer;
}
.bet-select {
	position: relative;
}
.opt-btn {
    background: #254260;
    color: #fff;
    border: 1px solid #ffe875;
    border-radius: 12px;
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
	font-weight: 600;
}
.input-hide .bet-select input:active + .opt-btn, .input-hide .bet-select input:checked + .opt-btn {
	background: #08294b;
	color: #fff;
	box-shadow: 0 0 6px #ffe875;
}
button.submit-btn {
    background: #ffde59;
    width: 100%;
    height: 46px;
	color: #000;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}
button.submit-btn:hover {
	background: #f7d218;
	color: #000;
}
.bet-result {
	background: #d9aa28;
    width: 100%;
    height: 50px;
	color: #072b64;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bet-result.lose {
	background: linear-gradient(180deg, rgba(255,83,141,1) 0%, rgba(178,12,68,1) 100%);
	color: #fff;
}
.result-ft {
    position: absolute;
    left: 0;
    right: 0;
    top: 57%;
    background: rgb(0, 0, 0, 0.4);
    color: #fff;
    max-width: 19%;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 110%;
    font-weight: 600;
    line-height: 1.1;
    padding: 1.5% 0;
}
.score-text {
	font-weight: 800;
}
.btn-wrap {
    position: relative;
    margin: 50px auto 0;
}
button.terms-btn {
    max-width: 50%;
}
button.terms-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.modal-dialog.popup.modal-dialog-centered {
    max-width: 700px;
	top: 3%;
}
.modal-content.popup {
    background: rgb(3, 20, 46, 08);
    border: 1px solid #176bb3;
    border-radius: 12px;
	padding: 0 20px 15px;
}
button.close-x {
    border: 1px solid #ffe875;
    color: #ffe875;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    z-index: 1;
}
.tnc-title {
    text-align: center;
    max-width: 70%;
    margin: -6% auto 20px;
}
ul.terms {
    padding-left: 17px;
}
ul.terms li {
	padding: 1px 0;
}
.ticket-depo {
    position: relative;
    text-align: center;
    margin: 15px 0 0;
}
.depo-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.depo-info-wrapper {
    font-size: 22px;
	font-weight: 600;
}
.deptext {
    padding: 4px;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
.modal-dialog.record {
	max-width: 700px;
}
.modal-content.record {
	background: url("../images/popbg.jpg")no-repeat bottom center;
	background-size: cover;
	border: 1px solid #f5dba4;
	border-radius: 10px;
	padding: 25px 15px;
	text-align: center;
	min-height: 300px;
}
ul.nav.nav-record {
    border-bottom: 1px solid #6f5941;
    padding-bottom: 20px;
	margin-bottom: 20px;
    justify-content: center;
}
ul.nav.nav-record li.nav-item {
    max-width: 220px;
    width: 44%;
    margin: 0 3%;
}
ul.nav.nav-record li.nav-item  a.nav-link {
    padding: 0;
	filter: grayscale(1);
}
ul.nav.nav-record li.nav-item  a.nav-link.active {
	filter: none;
}
table.record-table {
    text-transform: uppercase;
	font-size: 16px;
}
table.record-table tr th {
    background: #0b2855;
    color: #ffce25;
	padding: 7px 1px;
}
table.record-table tr th:first-child {
	border-radius: 5px 0 0 5px;
}
table.record-table tr th:last-child {
	border-radius: 0 5px 5px 0;
}
table.record-table tr td {
    padding: 7px 1px;
}



@media(max-width: 1080px) {
.record-btn-float {
    transform: scale(0.85);
    transform-origin: right top;
}	
.top-sec {
    background-size: 33%;
}
.deco.whistle {
    left: -2%;
    bottom: -5%;
    max-width: 18%;
}	
.deco.notebook {
    right: -1%;
    bottom: -13%;
    max-width: 17%;
}		
.tflag {
    max-width: 82%;
    margin: 0 auto;
}
.img-vs {
	max-width: 84%;
	margin: 0 auto;
}	
.tname {
    font-size: 1.6vw;
}	
button.submit-btn, .bet-result {
    font-size: 2vw;
}	
.match-vs {
    height: 23vw;
}	
.bet-select {
    position: relative;
    width: 23%;
    margin: 0 0.5%;
}	
.bet-wrapper.input-hide {
    height: 4.5vw;
}	
button.submit-btn, .bet-result {
    height: 4vw;
}	
.opt-btn {
	width: auto;
	margin: 0 auto;
	font-size: 1.5vw;
	height: 3.1vw;
}
.match-top, .result-ft {
    font-size: 1.6vw;
}
.event-wrapper {
    border: 3px solid #ffebae;
    border-radius: 13px;
    background: rgb(3, 20, 46, 0.7);
    box-shadow: inset 0 0 5px 2px #dcb117, 0 0 0 1px #ffffff;
	padding: 0 10px 30px;
}	
.event-inner {
	position: initial;
	grid-template-columns: auto;
	grid-gap: 20px;
	max-width: 100%;
}
.prediction-title {
	position: initial;
	margin: -45px auto 15px;
}
.frame-img {
	display: none;
}	
}


@media(max-width: 900px) {
ul.nav.nav-match li.nav-item a.nav-link {
	font-size: 3.4vw;
	height: 13.8vw;
}	
}

@media(max-width: 767px) {
.record-btn-float {
    transform: scale(0.7);
}	
.match-top {
    height: 5vw;
}
.event-wrapper {
    margin: 50px auto 0;
}	
.prediction-title {
    max-width: 380px;
    margin: -60px auto 15px;
}	
}

@media(max-width: 480px) {
.record-btn-float {
    transform: scale(0.55);
}	
.box-left {
    padding: 30px 15px 15px;
    font-size: 20px;
}
.box-left-2 {
    padding: 30px 15px 10px;
}	
.box-right {
    padding: 30px 15px 20px;
}	
.prize-wrap {
    max-width: 95%;
}	
.prize-title {
    max-width: 90%;
}	
#carouselTabs {
    margin: 0px auto 15px;
}	
.match-container {
    grid-template-columns: auto;
}
.match-vs {
	height: 42vw;
}	
.match-top {
	font-size: 3.4vw;
}
.result-ft {
	font-size: 3.2vw;
}	
.tname {
	font-size: 3.2vw;
}
.bet-wrapper.input-hide {
	height: 9.5vw;
}	
button.submit-btn {
	height: 9vw;
	font-size: 4.2vw;
}
.bet-result {
	font-size: 4vw;
	height: 11vw;
}	
.opt-btn {
	font-size: 3.3vw;
}	
.match-top {
    height: 9vw;
}
.opt-btn {
	font-size: 3.3vw;
	border: 2px solid #e6e6e6;
	height: 6vw;
}	
.lbtitle {
    font-size: 26px;
}
button.terms-btn{
	max-width: 80%;
}	
.modal-content.popup {
    font-size: 14px;
}	
.tnc-title {
	max-width: 80%;
}
.prize-text {
    font-size: 4.6vw;
}
.prediction-title {
	max-width: 65%;
	margin: -12% auto 3px;
}
table.record-table {
    text-transform: uppercase;
	font-size: 14px;
}	
}
.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 50px;
    opacity: 1;
    transition: 0.3s;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}

    .music-wrapper audio {
        position: absolute;
        left: -6px;
        top: -7px;
    }

audio:focus {
    outline: none;
}