﻿@charset "utf-8";
/* CSS Document */
.modal-dialog.popup {
    max-width: 800px;
} 
.modal-content.how {
	background: url("/event/assets/wbet/images/football-league/popup-base.png")no-repeat;
	background-size: 100% 100%;
	padding: 20px 20px 30px;
	text-align: center;
	color: #fff;
}
button.close-x {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}
button.top-btn.title, button.terms-btn.title {
    pointer-events: none;
    cursor: default;
    margin: 0 auto 15px;
}
.stepbox {
    display: inline-block;
    width: 47%;
    vertical-align: text-top;
    max-width: 228px;
    margin: 5px auto;
}
.step-caption {
    padding-top: 5px;
}
table.reward-table tr td {
	font-size: 16px;
	font-weight: 700;
	padding: 10px 2px;
}
.table-responsive.reward {
	background: #090c1c;
	border: 1px solid #ffc209;
	border-radius: 10px 10px 0 0;
	max-width: 650px;
    margin: 0 auto;
}
table.reward-table tr.top-title {
	background: linear-gradient(to right, rgba(9,56,98,1) 0%, rgba(4,32,57,1) 68%, rgba(4,32,57,1) 100%);
}
table.reward-table tr.top-title td {
	border-bottom: 1px solid #ffc209;
}
table.reward-table tr td {
    font-size: 17px;
    font-weight: 700;
    padding: 10px 2px;
    text-transform: uppercase;
}
.modal-dialog.mission {
    top: 5%;
}
.modal-content.mission {
	background: url("/event/assets/wbet/images/football-league/popup-base-2.png")no-repeat;
	background-size: 100% 100%;
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 0 15px 25px
}
.target-title {
    position: absolute;
    max-width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -9%;
}
.title-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
button.claim-btn {
    background: url(/event/assets/wbet/images/football-league/claim-btn.png)no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 196px;
    height: 54px;
    margin: 15px auto 0;
    border: none;
    padding: 8px 5px 0;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.terms {
    padding-left: 17px;
    text-align: left;
}




















