@import url("css.1.css");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	min-height: 100%;
	position: relative;
	color: #333
}

body {
	text-align: center;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	min-height: 100%;
	letter-spacing: .8px;
	/* background-color: #0093E9; */
	/* background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%); */
	background: url(../images/bg.jpg) no-repeat;
	background-repeat: no-repeat;
	/* background-position: center top; */
	background-size: cover;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	color: #333
}

.fullHeight {
	min-height: 100vh
}

.error {
	font-size: 1.5em;
	font-weight: bold
}

.animContainer {
	position: relative;
	display: block
}

.icon {
	width: 100%;
	max-width: 235px;
	margin: auto;
	position: relative;
	z-index: 10
}

.glow {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 60px)
}

.title {
	padding-top: 15px
}

header {
	text-align: center
}

.header {
	color: #2b297b;
	font-size: 3rem;
	font-weight: bold;
	padding: 1rem 0
}

.imgBox {
	width: 80%;
	margin: 0 auto 1rem
}

.topLine {
	background-color: #666;
	padding: 5px;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 20px
}

.guide {
	font-size: 20px;
	margin: 0
}

.txt,
.question {
	font-size: 1.8em
}

.container {
	max-width: 640px;
	width: 100%;
	padding: 0 12px
}

.pb {
	width: 150px;
	position: absolute;
	z-index: 1
}

#select-operator {
	display: none
}

.termLinkie {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block
}

#emailClick {
	text-decoration: underline;
	cursor: pointer
}

.overlay {
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: top;
	opacity: 0;
	animation: fadeIn .1s linear forwards
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.hide {
	display: none !important
}

.overlayInner {
	position: relative;
	padding: 30px;
	height: fit-content;
	margin-top: 150px;
	background-color: #fff;
	display: block;
	border-radius: 3px;
	width: 80%;
	max-width: 600px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25)
}

.x {
	position: absolute;
	top: 0;
	font-size: 18px;
	right: 6px;
	cursor: pointer;
	opacity: .5
}

#mailError {
	display: none
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	width: 150px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.panel {
	min-width: 310px;
	padding: 0 0 20px 0;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1)
}

.one-half.column {
	margin: 0 auto
}

#telInput,
#emailInput {
	width: 80%;
	padding: 4px 5px 4px 10px;
	border: solid 2px #333;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 22pt;
	display: block
}

#telSubmit,
#SMSbtn,
#submitEmail {
	background: #00bcd4;
	border-radius: 4px;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	padding: 8px 0 6px;
	-webkit-box-shadow: 0 6px 0 #007e8e, inset 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 6px 0 #007e8e, inset 0 0 0 rgba(255, 255, 255, 0);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-appearance: none;
	width: 80%
}

.one-half.column {
	width: 50%
}

.mo-send,
.mo-to {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em
}

.keyword,
.shortcode,
.shortcodeBottom {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1)
}

.shortcode,
.shortcodeBottom {
	margin-bottom: 20px
}

.shortcode,
.keyword {
	background-color: #333;
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%)
}

label {
	display: flex;
	font-weight: 300;
	font-size: 12px;
	align-items: center;
	justify-content: center
}

input[type="checkbox"] {
	margin-right: 2px
}

.wap {
	display: none
}

a,
a:active,
a:hover,
a:visited {
	color: #FFF
}

form {
	margin-bottom: 0
}

.button-block {
	width: 100%;
	display: block
}

.btn-SMS {
	background-color: greenyellow !important;
	border-color : greenyellow i !important;
	border-radius: 4px;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	padding: 8px 0 6px;
	-webkit-box-shadow: 0 6px 0 #007e8e, inset 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 6px 0 #007e8e, inset 0 0 0 rgba(255, 255, 255, 0);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-appearance: none;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px
}

a.sms {
	text-decoration: none
}

.text-center {
	color: #000;
	font-size: 23px;
	margin-bottom: 10px;
	text-align: center
}

.center-column {
	float: none;
	margin: 0 auto !important
}

.hide {
	display: none;
	visibility: hidden
}

.head {
	background-color: #f5f5f5;
	border-bottom: 4px solid #e3771e
}

.pokelogo {
	max-width: 120px;
	width: 95%;
	margin: 0 auto;
	padding: 5px 0
}

.disclaimer {
	text-align: center;
	color: #333;
	margin-bottom: 0
}

footer {
	max-width: 320px;
	margin: 0 auto;
	line-height: 1
}

.footer-links {
	text-align: center;
	color: 000 !important;
	font-size: 12px
}

.footer-links li {
	display: inline-block
}

.langSelect {
	margin-top: 10px;
	text-decoration: underline;
	margin-bottom: 10px
}

.prize.wap {
	position: relative
}

.legal {
	font-size: 24px;
	line-height: 1
}

.pbWAP {
	width: 75px;
	height: auto;
	position: absolute;
	z-index: 1
}

header {
	font-size: 28px;
	font-weight: bold;
	margin-top: 12px
}

@media screen and (min-width:850px) {
	html {
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: contain
	}
}

@media screen and (max-width:850px) {
	.overlayInner {
		padding: 10px 0 10px 0;
		margin-top: 100px;
		background-color: #fff;
		width: 95%
	}
	.panel {
		margin: 0 auto;
		padding: 0 0 5px 0;
		max-width: 95%
	}
	.spinneOuter {
		margin: 0 0 1rem
	}
	.imgBox {
		width: 40%
	}
	.fadeInUp {
		top: 12px;
		left: 37%
	}
	.topLine {
		font-size: 16px
	}
	body.showKeyword.panel {
		margin-top: 0
	}
	body.showKeyword.pb {
		top: 50px
	}
	.container {
		max-width: none;
		width: 100%;
		padding: 0
	}
	.guide {
		padding-left: 5px;
		padding-right: 5px
	}
	.web {
		display: none
	}
	.wap {
		display: block
	}
	.one-half.column {
		width: 100%
	}
	.prize {
		margin: 0 auto
	}
	.title {
		margin: 0 auto;
		padding: 0
	}
	.text-center {
		font-size: 17px;
		margin-bottom: 10px
	}
	#telInput {
		font-size: 17px;
		margin-bottom: 10px;
		width: 90%;
		height: auto
	}
	#telSubmit,
	#SMSbtn {
		width: 90%
	}
	footer .container {
		padding: 0
	}
	.icon {
		max-width: 175px
	}
}

@media screen and (max-width:460px) {
	.imgBox {
		width: 40%
	}
}

@media screen and (max-width:330px) {
	.langSelect {
		margin-top: 0
	}
	.topLine {
		font-size: 18px
	}
}

@media screen and (max-height:570px) {
	.prize.wap {
		margin-bottom: -20px
	}
	.header {
		font-size: 2rem;
		font-weight: bold
	}
	.imgBox {
		width: 20%
	}
	.topLine {
		font-size: 16px
	}
	.keyword,
	.shortcode {
		font-size: 30px
	}
}

.footer-links li {
	display: inline-block;
}

.footer-links li:after {
	content: '|';
	margin-left: 5px;
	margin-right: 2px;
}

.footer-links li:last-child:after {
	content: '';
}
h3 {
    font-weight: bolder;
}
.input_message {
    font-size: 15px;
    color : #FFF;
}
.telInput {
    width: 90%;
}
.disabled_button {
	color: #FFF !important;
    background-color: grey !important;
    box-shadow: 0 6px 0 grey, inset 0 0 0 rgb(255 255 255 / 0%) !important;
    border-color: grey !important;
}
.wrapper > h3 {
	color: #FFF;
}
.legalline {
	color: #FFF;
	max-width: 55rem;
	margin: 5rem auto;
	padding-top: 15%;
}