/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.m-t {
  margin-top: 6px;
}

.m-b {
  margin-bottom: 6px;
}

.m-r {
  margin-right: 12px;
}

.m-l {
  margin-left: 12px;
}

.p-t {
  padding-top: 6px;
}

.p-t2 {
  padding-top: 12px;
}

.p-b {
  padding-bottom: 6px;
}

.p-r {
  padding-right: 12px;
}

.p-l {
  padding-left: 12px;
}

/* VARIABLES */
@font-face {
  font-family: "Frutiger-bold";
  src: url("../font/FrutigerLTW01-65Bold.eot");
  src: url("../font/FrutigerLTW01-65Bold.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLTW01-65Bold.woff2") format("woff2"), url("../font/FrutigerLTW01-65Bold.woff") format("woff"), url("../font/FrutigerLTW01-65Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Frutiger-light";
  src: url("../font/FrutigerLTW01-45Light.eot");
  src: url("../font/FrutigerLTW01-45Light.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLTW01-45Light.woff2") format("woff2"), url("../font/FrutigerLTW01-45Light.woff") format("woff"), url("../font/FrutigerLTW01-45Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* BASIC */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  line-height: 1.15;
}

body {
  color: #ffffff;
  font-family: system-ui;
  margin: 0 auto;
  background: #4C4682;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  color: inherit;
}

.invisible {
  visibility: hidden;
}

/* STRUCTURE */
.wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  padding: 0;
  z-index: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
}
.wrap.error {
  max-width: 550px;
}

p {
  font-size: 0.8em;
}

p.header {
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.2em;
}

.page {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.creativity {
  margin-bottom: 0.5em;
}
.creativity .creativity__img {
  width: 100%;
  min-height: 208px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.creativity img {
  display: block;
  width: 100%;
  cursor: initial;
}
.creativity .headline {
  padding: 0.6vh 2vw;
  padding-bottom: 0.9vh;
}
.creativity h2 {
  vertical-align: -webkit-baseline-middle;
  color: #5cb85c;
  font-family: system-ui;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
}

.info-block {
  bottom: 0;
  padding: 0 0 2em;
  color: #ffffff;
  width: 100%;
}
.info-block .text {
  padding: 0 10px;
  font-size: 0.9em;
  font-weight: 300;
  margin: 5px 0;
}
.info-block .text.big {
  font-size: 19px;
  margin: 0;
  margin-top: 0.5em;
  color: #5cb85c;
}
.info-block .text.small {
  font-size: 0.8em;
  margin: 0 auto;
  line-height: 1.5em;
}
.info-block .text.small span {
  font-size: 14.4px;
}
.info-block .highlight {
  display: inline-block;
}
.info-block .highlight2 {
  color: #5cb85c;
  font-size: 1.1em;
}

.info-block__mono-col {
  padding: 0.6em 1em;
}

.subscription {
  padding: 0.6em 1em;
}
.subscription .subscription__btn {
  width: 80%;
  background-color: #5cb85c;
  color: #ffffff;
  text-align: center;
  line-height: 2.5em;
  border: 1px solid #5cb85c;
  border-radius: 0.5em;
  font-size: 1.6em;
  display: block;
  text-decoration: none;
  margin: 0 auto;
}

ul {
  margin: 0em 0.8em;
  text-align: center;
}
ul li {
  padding-bottom: 0.5em;
  font-size: 1em;
  direction: rtl;
}

.priceTable {
  width: 100%;
}
.priceTable tr > td {
  direction: rtl;
}
.priceTable .price_text {
  text-align: left;
}
.priceTable .hashTag {
  text-align: right;
  vertical-align: middle;
}
.priceTable .price_value {
  text-align: left;
}

#pre-footer {
  display: none;
}

.app-btn {
  width: 80%;
  background-color: #5cb85c;
  color: #fff;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  font-family: Helvetica neue, sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  display: block;
  text-decoration: none;
  margin: 5px auto;
  text-align: center;
}

.light, .txt_tit2 {
  font-weight: 600;
  color: #5cb85c;
}

.btnCancel {
  width: 80%;
  font-weight: 300;
  font-size: 0.93em;
  opacity: 0.5;
  display: block;
  text-decoration: underline;
  margin: 5px auto;
}

.footer {
  width: 100%;
  color: #fff;
  background-color: #d1cfcf;
  padding: 5px;
  text-align: center;
  height: 30px;
  margin-top: 0;
  bottom: 0;
  position: fixed;
  display: block;
  z-index: 100;
}

/* TEXT HELPERS*/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* ERROR PAGE */
body.error {
  background: #4C4682;
  color: #ffffff !important;
}
body.error .wrap.error {
  background-image: none;
  background: #4C4682;
}
body.error .header_error {
  padding: 10px 20px 5px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #141e42), color-stop(100, #0868a7));
  background-image: -webkit-linear-gradient(top, #141e42, #0868a7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#141e42), to(#0868a7));
  background-image: linear-gradient(180deg, #141e42 0, #0868a7);
  color: #ffffff;
}
body.error .header_error div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
body.error .header_error .left_side {
  margin-right: 8px;
}
body.error .header_error .o2-logo {
  width: 40px;
}
body.error .header_error .sec-one-header {
  font-family: sans-serif, sans-serif;
  font-size: 30.4px;
}
@media screen and (max-width: 375px) and (min-width: 220px) and (orientation: portrait) {
  body.error .header_error .sec-one-header {
    font-size: 24px;
  }
}
body.error .divide {
  display: flex;
  padding: 15px 15px 10px 20px;
  font-size: 20px;
  font-family: system-ui, sans-serif;
}
body.error .divide div {
  display: inline-block;
  position: relative;
}
body.error .divide .left_side {
  width: auto;
  max-width: 28%;
  margin-right: 2%;
}
body.error .divide .left_side .icon {
  width: 85%;
}
body.error .divide .right_side {
  width: auto;
  max-width: 72%;
  color: #141e42;
  font-size: 1.8em;
  font-weight: 800;
  vertical-align: top;
  text-align: left;
}
body.error .divide .right_side p {
  font-size: 32.4px;
}
body.error .info-block .text {
  font-size: 20px;
  color: #555;
}
body.error .subscription .subscription__btn.errSubmitBtn {
  text-decoration: none;
  width: 90%;
  background-color: #4C4682;
  background-image: none;
  color: #ffffff;
  border: none;
  line-height: 47.5pt;
  font-size: 19pt;
  font-weight: 700;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: system-ui;
}
body.error i.fa-chevron-right {
  vertical-align: baseline;
}
body.error .fa, body.error .fas {
  font-weight: 900;
}
body.error .fa, body.error .far, body.error .fas {
  font-family: "Font Awesome 5 Free";
}
body.error .fa, body.error .fab, body.error .fal, body.error .far, body.error .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
body.error .fa-chevron-right:before {
  content: "\f054";
}

/* TYPAGE */
body.typage {
  color: #ffffff;
  background-image: none;
  background-color: #4C4682;
}
body.typage .wrap.typage {
  max-width: 550px;
  background-image: none;
}
body.typage .wrap.typage .creativity {
  height: 10em;
  margin-bottom: 0;
}
body.typage .wrap.typage .info-block, body.typage .wrap.typage .info-block__mono-col {
  width: 100%;
  display: inline-block;
}
body.typage .wrap.typage .highlight {
  color: #005896;
}
body.typage .header_success {
  text-align: center;
  color: #000;
}
body.typage .header_success div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
body.typage .header_success .left_side {
  margin-right: 8px;
}
body.typage .header_success .o2-logo {
  width: 2em;
}
body.typage .header_success .sec-one-header {
  font-family: sans-serif, sans-serif;
  font-size: 30.4px;
}
@media screen and (max-width: 375px) and (min-width: 220px) and (orientation: portrait) {
  body.typage .header_success .sec-one-header {
    font-size: 24px;
  }
}
body.typage .divide {
  display: flex;
  padding: 15px 10px 10px 15px;
  font-size: 20px;
  font-family: system-ui, sans-serif;
}
body.typage .divide div {
  display: inline-block;
  position: relative;
}
body.typage .divide .left_side {
  width: auto;
  max-width: 12%;
  margin-right: 2%;
}
body.typage .divide .left_side .icon {
  width: 100%;
}
body.typage .divide .right_side {
  width: auto;
  font-weight: 800;
  vertical-align: top;
  text-align: left;
  margin-left: 2%;
}
body.typage .divide .right_side p {
  font-size: 14px;
  font-weight: 400;
}
body.typage .divide .right_side p.bold {
  font-size: 21px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 375px) and (min-width: 220px) {
  body.typage .divide .right_side p.bold {
    font-size: 18px;
  }
}
body.typage .creativity h2 {
  font-size: 1.2em;
  margin-bottom: 0.3em;
  font-weight: 900;
  margin-top: 7px;
}
body.typage .text {
  font-size: inherit;
  padding: 0 10px;
  text-align: left;
}
body.typage .download {
  font-size: 14px;
  padding: 0 15px;
}
body.typage .typSubmitBtn {
  position: relative;
  display: block;
  margin: 1em auto;
  padding: 3% 2%;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  width: 80%;
  background-color: #5cb85c;
  color: #fff;
  line-height: 1.5em;
  font-size: 25.333px;
}
body.typage img.google-link {
  max-width: 40%;
  margin: 1em auto;
  text-align: center;
  display: flex;
}
body.typage .refund {
  margin-top: 1em;
}
body.typage .refund-button {
  width: 36%;
  margin: 0.5em auto 0 auto;
  background: #686868;
  color: #fff;
  text-decoration: none;
  padding: 0.2em 1em;
  display: block;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
}
body.typage .impressum-section {
  background-color: #4b9fd0 !important;
  margin-top: 1em;
  color: #fff !important;
  position: absolute;
}
body.typage .impressum-section .impressum {
  display: inline-block;
  padding: 0.8em;
}

body.area-optim .wrap {
  background-size: 110%;
}
body.area-optim .creativity img {
  /*width: 110%;
  margin-left: -5%;*/
  margin-bottom: 0;
}
body.area-optim .info-block .text {
  line-height: 0.95em;
}
body.area-optim #pre-footer {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.usercentrics-button.uc-banner-2 #uc-banner-modal .uc-banner-wrapper {
  bottom: 180px !important;
  top: unset !important;
}

/*FIX FOR DESKTOP VERSION*/
@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .wrap {
    max-width: 480px;
  }
}
body.error {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

body.pin {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

body.pin p {
  font-size: 0.7em;
}

body.pin .info-block__mono-col {
  padding: 0.1em 1em;
}

body.pin .info-block {
  padding: 0;
}

.retry .retry__btn {
  width: 80%;
  background-color: #5cb85c;
  color: #fff;
  text-align: center;
  line-height: 2em;
  border: 1px solid #5cb85c;
  border-radius: 0.5em;
  font-size: 1.6em;
  display: block;
  text-decoration: none;
  margin: 0 auto;
}

body.error p {
  font-size: 0.9em;
}

body.error p.ops {
  font-size: 1.1em;
}

.subscription .subscription__btn {
  line-height: 2em;
}

.pinForm .sendPin {
  width: 90%;
  background-color: #5cb85c;
  color: #fff;
  text-align: center;
  line-height: 1.8em;
  border: 1px solid #5cb85c;
  border-radius: 0.5em;
  font-size: 1.4em;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 10px;
}

.pinForm .insertMsisdn {
  width: 90%;
  text-align: center;
  line-height: 1.8em;
  border: 1px solid #FFF;
  border-radius: 0.5em;
  font-size: 1.4em;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  color: #000;
}

.insertNumber {
  text-align: center;
  font-size: 0.9em !important;
  margin-bottom: 5px;
}

.enTxt {
  display: none;
}

.arTxt {
  display: block;
}

/*# sourceMappingURL=playandplay-iq-zain.css.map */
