@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{margin: 0; padding: 0;}

html{
	height: 100%;
	width: 100%;
}

body { 
    /*font-family: 'Poppins', sans-serif;*/
    font-family: Arial, sans-serif;
	height: 100%;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #000;
	margin:0 auto;
	position: relative;
	background: #fff;
	/*background: url(../images/bg-game-big-square.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;*/
}


.img-responsive{max-width: 100%;margin: 0 auto;}

button, img {border: none;background: none;position: relative;}
.clear, .clearfix{clear: both;}

section{width: 100%; height: 100%;}

p{padding: 0px 0;}

a{
	text-decoration: none; 
}

.hideOnDp, .legals{display: block;}
.showOnDp{display: none;}

.inline{display: inline-block;}
.link{
	text-decoration: underline; 
	cursor: hand; cursor: pointer;
	display: inline-block;
}


.wrapper{
	width:100%;
	max-width: 460px;
	background: #fff;
	margin:0 auto;
}


.wrapper img{
	width: 100%;
}

.header{
	padding-top: 15px;
}

.console{
	padding:20px;
	height: auto;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 120%;
	margin:0 auto;
	max-width: 420px;
}

#msisdn-screen, #pin-screen, #end-screen{
	padding:5px;
	height: auto;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 120%;
	margin:0 auto;
	max-width: 420px;
}

.logo-img{
	width: 30%!important;
}


.legals{
	font-size: 12px;
}

#footer, .footerbtn {
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	margin: 0px auto;
	color: rgba(0,0,0,1);
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	cursor: default;
}
#footer a {color: inherit;}
#footer span {cursor: pointer; cursor: hand;}

.footerbtn{
	display: none;
	cursor: pointer;
    text-align: center;
}

#footer_wap{
	font-size: 10px;
}

.footerbtn:hover, .footerbtn.active{
	text-decoration: underline;
}

.top-gap{
	height: 20px;
}
#language-button {
	float:right;
    display: inline-block;
    cursor: pointer;
    color: #626262;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #fff 0%, #e7e7e7 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
    background: -o-linear-gradient(top, #fff 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e7e7e7 100%);
    background: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e7e7e7', GradientType=0);
    padding: 5px 10px;
    margin:10px;
}
.close-toggle{
	cursor: pointer;
	text-decoration: underline;
	font-size: 12px;
}
.confirmation-header, .msisdn-mirror{
	font-weight: bold;
	font-size:20px;
}

.default-btn {
    cursor: pointer;
    width: 100%;
    max-width: 400px;
    height: auto;
    font-size: 22px;
    line-height: 100%;
    margin: 0 auto;
    padding: 15px;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #555;
    background: #03a5ee;
    color: #fff;
}

.no-btn {
    cursor: pointer;
    width: 70%;
    height: auto;
    font-size: 16px;
    line-height: 100%;
    margin: 0 auto;
    padding: 15px;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #555;
    background: #777;
    color: #fff;
    text-transform: uppercase;
}

/* ERROR */
.errortext,
.error{
	display: none;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
	background: red;
	padding: 5px;
	margin: 5px auto 0px auto;
}

.form-control {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 44px;
	text-indent: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#submitTeaserDu{
	margin-top: 15px;
}


select.invalid, .inputfield.invalid{border: 1px solid red;}
select.invalid, .inputfield.valid{background-color:#e3feb9;}

select.valid+div, .valid+div, .invalid+div{
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/valid.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 5px;
	z-index: 99;
	pointer-events: none;
}
select.valid+div{right: 15px;}
.invalid+div {background: url(../images/invalid.png) no-repeat;}

.inputfield{
	border-color: #333;
	background: #fff;
	margin:10px auto;
}

.inputfield,
.inputfield:focus {
    border-color: #ccc solid 1px; 
}
.loading{
	max-width:50px;
	height: 50px;
	display: none;
}

@media screen and (max-width: 480px) {
	.header {
		padding-top: 10px;
		font-size: 16px;
	}

	.wrapper img {
		width: 80%;
	}
		
}

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 640px) {

}

@media screen and (min-width: 768px) {
	.wrapper{
		max-width: 700px;
	}
}

@media screen and (max-width: 768px) {

}

@media screen and (min-width: 1000px) {

}
