﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap');

body { font-family: "Source Sans Pro", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url("/event/assets/wbet/images/football-league/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%;
}
.max-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.top-sec {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 30px 0 30px;
}
.top-btn-wrap {
	padding: 15px 0 40px;
}
button.top-btn {
    background: url(/event/assets/wbet/images/football-league/btn-1.png)no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 281px;
    height: 64px;
    margin: 0 15px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}
button.top-btn.reward {
	background: url(/event/assets/wbet/images/football-league/btn-2.png)no-repeat;
    background-size: 100%;
}
.turnover-wrap {
    max-width: 558px;
    margin: 0 auto 15px;
    position: relative;
}
.amt-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    font-size: 38px;
    font-weight: 700;
}
.mission-frame {
    position: relative;
    max-width: 873px;
    margin: 0 auto;
}
.mission-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    max-width: 80%;
    margin: 0 auto;
}
.msbox {
	filter: grayscale(1);
	cursor: pointer;
}
.msbox:hover {
	filter: grayscale(1) brightness(1.08);
}
.msbox.active {
	filter: none;
}
.btn-wrap {
    padding: 20px 0 15px;
}
button.terms-btn {
    background: url(/event/assets/wbet/images/football-league/btn-3.png)no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 402px;
    height: 68px;
    color: #fff;
    border: none;
    padding: 10px 0 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
button:hover {
	transform: scale(0.97);
	filter: brightness(1.08);
}

@media(max-width: 650px) {
.top-btn-wrap {
    padding: 3% 0 6%;
}	
.turnover-wrap {
    max-width: 90%;
}
.amt-text {
    font-size: 6vw;
    top: 41%;
}		
button.top-btn {
    margin: 5px 0;
    max-width: 70%;
    height: 16vw;
    font-size: 5.4vw;
}
button.top-btn.title {
    height: 15vw;
}
button.terms-btn.title {
    height: 14vw;
}
.modal-content.how {
    background: linear-gradient(to bottom, rgba(56,56,56,1) 0%, rgba(5,5,5,1) 100%);
    border: 3px solid #d0b471;
    border-radius: 0px;
    box-shadow: inset 0 0 1px #3ab7e8, inset 0 0 3px #3ab7e8;
	padding: 15px;
}	
}

@media(max-width: 480px) {
.top-sec {
	padding-top: 15px;
}
button.terms-btn {
    max-width: 89%;
    font-size: 4.8vw;
    padding: 3% 0 0;
	height: 15vw;
}
table.reward-table tr td {
    font-size: 15px;
}
.title-text {
    font-size: 4.7vw;
}	
}














