:root {
    --primary: #e3d6e6;
    --secondary: #E7FAFE;
    --primary-font: #662d91;
    --secondary-font: #0071bc;
    --btn-bg: #fc1d59;
    --size-title: 35px;
    --size-title-mobile: 30px;
    --size-step-title: 26px;
    --size-step-title-mobile: 22px;
    --size-step-title-mobile-xs: 17px;
    --size-subtitle: 22px;
    --size-subtitle-mobile: 19px;
    --size-subtitle-mobile-xs: 15px;
    --primary-blue: #0090ff;
    --bg-option: #eeeeee;
    --white: #FFFFFF;
    --bg-bullet: #96c100;
    --body: 18px;
    --body-mobile: 14px;
    --button: 20px
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    background-color: rgb(16, 16, 45);
    font-size: var(--body-mobile)
}

h1,
h2 {
    font-size: var(--size-title-mobile)
}

h5 {
    font-size: var(--size-subtitle-mobile)
}

[data-step] {
    background-color: rgb(16, 16, 45)
}

.logo-img {
    background: url("./../img/PLAY1.png") no-repeat center;
    background-size: contain;
    height: 230px;
    margin-top: 5px;
}

.text-title {
    font-size: var(--size-title-mobile);
    color: var(--primary-font);
    font-weight: bold;
    text-align: center
}

.text-title span {
    color: var(--secondary-font)
}

.layout-paragraph {
    font-size: var(--size-subtitle-mobile-xs);
    color: white;
}

[data-step="sendPin"] .text-title,
[data-step="validatePin"] .text-title {
    font-size: var(--size-step-title-mobile);
    color: white;
    font-weight: normal
}

.btn-4 {
    background-color: #FF542C;
    border: 8px solid #F43C04;
    border-radius: 15px;
    color: white;
    width: 100%;
    height: 60px;
    font-size: var(--button);
    font-weight: bold;
    font-family: rival-sans, sans-serif;
    box-shadow: 0px 0px 0px 3px #FEFEFE;
}

.btn-4 :hover {
    cursor: pointer;
    transform: scale(1.1);
    box-shadow: none;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.3))
}

.option {
    background: var(--bg-option);
    border: 1px solid grey;
    padding: 5px 0
}

.option :hover {
    cursor: pointer
}

.bullet {
    background: var(--bg-bullet);
    margin-left: 5px;
    color: var(--white)
}

.label {
    width: 100%;
    text-align: center
}

input#submitFormButtonPhone,
input#submitFormButtonPin,
input#submitFormButtonClick2SMS,
input#submitFormButtonMO {
    appearance: none;
    width: 90%;
    height: 60px;
    position: absolute;
    background-color: transparent;
    border: none;
    border-radius: 2em
}

input#submitFormButtonPhone:hover,
input#submitFormButtonPin:hover,
input#submitFormButtonClick2SMS:hover,
input#submitFormButtonMO:hover {
    cursor: pointer
}

#sendSMS {
    text-decoration: none
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #56565c;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #56565c
}

.form-control::-webkit-input-placeholder {
    color: #56565c
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.layout-form-input:focus.layout-form-input::-webkit-input-placeholder {
    opacity: 0
}

.layout-form-input:focus.layout-form-input:-ms-input-placeholder {
    opacity: 0
}

.layout-form-input:focus.layout-form-input::-ms-input-placeholder {
    opacity: 0
}

.layout-form-input:focus.layout-form-input::placeholder {
    opacity: 0
}

.layout-form-input {
    height: 60px;
    border: 2px solid #979797;
    position: relative;
    font-size: var(--body);
    padding-top: 10px;
    padding-left: 14px;
    text-align: center
}

.layout-form-input-select {
    text-indent: 20px
}

.layout-form-input-label {
    font-size: 13px;
    padding: 4px 7px;
    position: absolute;
    top: 3px;
    width: 100%;
    border-radius: 3px;
    color: var(--primary-blue);
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    pointer-events: none
}

.layout-form-input-label-fix {
    left: 20px
}

.layout-form-input:focus {
    border: 3px solid var(--primary-blue)
}

.layout-form-input:focus+.layout-form-input-label {
    opacity: 1
}

label.prefix-phone {
    position: absolute;
    width: 40px;
    background-color: var(--primary-blue);
    font-size: var(--body-mobile);
    z-index: 99;
    height: 60px;
    padding-top: 17px;
    padding-left: 7px
}

.layout-form-errorBox {
    display: none;
    font-size: 13px;
    margin-bottom: 15px;
    color: white;
    text-align: center;
    background-color: red;
    padding: 4px 6px;
    border-radius: 2px
}

.grid-block {
    position: relative;
    padding-top: 80px
}

@media screen and (max-width: 767px) {
    .grid-block {
        padding-top: 30px
    }
}

.grid-block-title {
    font-size: 36px;
    color: #656565;
    text-align: center;
    margin-bottom: 50px
}

@media screen and (max-width: 767px) {
    .grid-block-title {
        font-size: 2.6em;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .grid-block-mobile-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.grid-block-cell {
    background: lightgrey;
    min-height: 200px
}

@media screen and (max-width: 767px) {
    .grid-block-cell {
        min-height: 180px
    }
}

.grid-block-cell-grey {
    background-color: #F2F2F2
}

.grid-block-cell-orange {
    background-color: #B2170F
}

.grid-block-cell-white {
    background-color: #fff
}

.grid-block-limiter {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .grid-block-limiter {
        max-width: 340px;
        margin-bottom: 30px
    }
}

.grid-block-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.grid-block-table-header {
    font-size: 2.3em;
    font-weight: 700;
    color: #B2170F;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width: 1199px) {
    .grid-block-table-header {
        font-size: 1.8em
    }
}

@media screen and (max-width: 767px) {
    .grid-block-table-header {
        font-size: 1.6em
    }
}

.grid-block-table-cell {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.9em;
    color: #4E4E4E
}

.grid-block-table-cell:nth-child(even) {
    background-color: #fff
}

@media screen and (max-width: 1199px) {
    .grid-block-table-cell {
        font-size: 1.7em
    }
}

@media screen and (max-width: 767px) {
    .grid-block-table-cell {
        font-size: 1.4em
    }
}

.grid-block-instructions {
    padding-bottom: 10px;
    color: #fff
}

.grid-block-instructions-header {
    font-size: 1.3em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width: 1199px) {
    .grid-block-instructions-header {
        font-size: 1.2em
    }
}

@media screen and (max-width: 767px) {
    .grid-block-instructions-header {
        font-size: 1.2em
    }
}

.grid-block-instructions-text {
    font-size: 1.1em;
    text-align: justify
}

@media screen and (max-width: 1199px) {
    .grid-block-instructions-text {
        font-size: 1.1em
    }
}

@media screen and (max-width: 767px) {
    .grid-block-instructions-text {
        font-size: 1em
    }
}

.grid-block-stats {
    text-align: center
}

.grid-block-stats-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 280px
}

.grid-block-stats-small {
    font-size: 1.8em;
    color: #B6B6B6;
    letter-spacing: 1px
}

@media screen and (max-width: 1199px) {
    .grid-block-stats-small {
        font-size: 1.4em
    }
}

@media screen and (max-width: 767px) {
    .grid-block-stats-small {
        font-size: 1.5em
    }
}

.grid-block-stats-big {
    font-size: 2.8em;
    font-weight: 700;
    color: #3766FF;
    letter-spacing: 1px
}

@media screen and (max-width: 1199px) {
    .grid-block-stats-big {
        font-size: 2.4em
    }
}

@media screen and (max-width: 767px) {
    .grid-block-stats-big {
        font-size: 2em
    }
}

.checkbox {
    font-size: 12px;
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 90%
}

.operator {
    height: 50px;
    text-align: center;
    font-size: var(--body)
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header,
.footer,
.legals-phone,
.legals-pin,
.legals-success {
    font-size: 9px;
    opacity: .5 !important;
    line-height: 1
}

.footer {
    margin-top: 200px
}

.footer h4 {
    font-size: 9px;
    font-weight: bold
}

.answers-op {
    background: var(--bg-option)
}

.img-success {
    width: 90%
}

.img-success-header {
    height: 200px;
    display: block;
    margin: auto
}

.total-answer {
    font-weight: bold
}

[data-step="click2sms"] .text-title {
    font-size: 26px
}

[data-step="click2sms"] .layout-paragraph {
    font-size: 17px
}

@media only screen and (min-width: 412px) {
    .layout-paragraph {
        font-size: var(--size-step-title-mobile)
    }
}

@media only screen and (min-width: 768px) {
    .text-title {
        font-size: var(--size-title)
    }

    label.prefix-phone {
        width: 50px;
        font-size: var(--body)
    }
}

#langSelect {
    color: blue;
    font-size: 12px;
    text-decoration: underline;
    z-index: 999
}

#resendpin {
    color: #000;
    padding-top: 15px
}

#resendpin span {
    cursor: pointer;
    text-decoration: underline
}

#confirmIntro {
    font-size: 10px;
    opacity: .7
}

.return {
    text-decoration: underline
}
.mobile-number-submit {
	background: #FF542C;
	font-family: rival-sans, sans-serif;
	font-weight: 400;
	font-size: 24px;
	height: 58px;
	width: 90%;
	-webkit-text-stroke: 1px white;
	line-height: 32px;
	color: white;
	border-radius: 27px;
	border: 8px solid #F43C04;
	box-shadow: 0px 0px 0px 3px #FEFEFE;
	margin-top: 15px;
	padding-top: 0px;
}

.top-text {
	font-family: rival-sans, sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #FEFEFE;
	text-shadow: 2px 2px 5px #494848;
}
