@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

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

body {
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #8a8989;
    letter-spacing: -0.2px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    outline: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

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


/* Stop all animations */

.mraid.stop-all-animations *,
.mraid.stop-all-animations *:before,
.mraid.stop-all-animations *:after,
.rtb.stop-all-animations *,
.rtb.stop-all-animations *:before,
.rtb.stop-all-animations *:after {
    /* CSS transitions */
    -o-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    /* CSS transforms */
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /* CSS animations */
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}


/* Clearfix Hack */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/* Display-Hide states by default */

#directsubscribe,
#doubleconfirmation,
#numberentry,
#pinentry,
#mo,
#congrats,
#clicktag,
#subscriptionpolling,
#blocker,
#popup,
#redirect,
#redirectreturn,
#redirectservice,
#redirectxhrreturn,
#immediatesubscribe,
#alreadysubscribed,
#no3g,
#wifipolling,
#close,
#terminate {
    display: none;
}

.show-directsubscribe #directsubscribe,
.show-doubleconfirmation #doubleconfirmation,
.show-numberentry #numberentry,
.show-pinentry #pinentry,
.show-mo #mo,
.show-congrats #congrats,
.show-clicktag #clicktag,
.show-subscriptionpolling #subscriptionpolling,
.blocker #blocker,
.show-popup #popup,
.show-redirect #blocker,
.show-redirectreturn #blocker,
.show-redirectservice #blocker,
.show-redirectxhrreturn #blocker,
.show-immediatesubscribe #blocker,
.show-alreadysubscribed #blocker,
.show-no3g #no3g,
.show-wifipolling #wifipolling,
.show-terminate #terminate {
    display: block;
}


/* Expandable banner */

#banner, #expand {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
}

#banner {
    overflow: hidden;
}

#expand {
    z-index: 9; /* Change if required */
}


/* HTML structure */

#container { /* Can add a max-width based on the design requirement */
    display: block;
    height: 100%;
    overflow-x: hidden;
}

#close { /* ID can be close or mraid-close */
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99; /* Close button to float above on all states except blocker */
}

    #close::after {
        content: "x";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 1px 0 0;
    }

.blocker::after,
.show-redirect::after,
.show-redirectreturn::after,
.show-redirectservice::after,
.show-redirectxhrreturn::after,
.show-immediatesubscribe::after,
.show-alreadysubscribed::after,
.show-terminate::after { /* Blocker overlay */
    content: '';
    background-color: rgba(39, 39, 39, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}


#blocker,
#terminate {
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
    z-index: 9999;
}

    #blocker p,
    #terminate p {
        display: block;
        font-size: 12px;
        color: #fff;
        padding: 0 0 10px 0;
    }

.preloader {
    width: 60px;
    height: 60px;
    background: url(../img/loader.svg) center no-repeat;
    background-size: 60px auto;
    position: relative;
    margin: 0 auto 10px;
    box-sizing: inherit;
    /* -webkit-animation: preloader 2s infinite linear;
    animation: preloader 2s infinite linear; */
}

.player__loader {
    width: 60px;
    height: 60px;
    background: url('../img/loader.svg') center no-repeat;
    background-size: 60px auto;
    position: absolute;
    top: calc(50% - 30px);
    right: calc(50% - 30px);
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

.fade-in {
    -webkit-animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
    animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.player__loader {
    display: none;
}

.player__play {
    background: url('../img/play-icon.svg') no-repeat center;
    background-size: contain;
    width: 20%;
    height: 15%;
}

.player__direct {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #363636;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#creative {
    height: calc(100% - 125pt);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
}

#design {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* flex: 1 1; */
}

.show-numberentry #design,
.show-pinentry #design,
.show-congrats #design,
.show-subscriptionpolling #design {
    flex: none;
}


#footer {
    display: block;
    margin-bottom: 20px;
    color: #ccc;
    opacity: 0.8;
}

#lang-switch { /* Language button */
    background-color: #e2e2e2;
    max-width: 100px;
    width: 100%;
    height: 30px;
    border-radius: 50px;
    margin: 10px auto 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #lang-switch span {
        display: block;
        color: #aaaaaa;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
    }

#disclaimer {
    color: #8a8989;
    padding: 10px;
    padding-top: 0px;
    max-width: 460px;
    margin: 0 auto;
}

    #disclaimer a {
        color: #ccc;
        text-decoration: underline;
    }

#external-links {
    display: block;
    padding: 10px;
}

    #external-links li {
        display: inline-block;
        margin: 0 5px;
    }

        #external-links li a {
            color: #8a8989;
            text-decoration: underline;
        }


/* Custom */

.design__price-point {
    padding: 2px 10px;
    text-align: center;
    color: #ccc;
    border-bottom: 3px solid #36ab04;
    background-color: #2b2b2b;
}

.design__header {
    padding: 5px 10px 10px;
    background: #1C1C1C;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.design__title {
    display: block;
    color: #36ab04;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

    .design__title span {
        color: #fff;
        font-weight: 100;
    }

.design__service-logo {
    background: url(../img/design__logo.svg) no-repeat left;
    background-size: contain;
    width: 64px;
    height: 42px;
}

.design__player {
    padding: 10px;
    height: 100%;
}

.price-point {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,1);
}

#numberentry-message span, #pinentry-message span {
    font-size: 11px;
    font-weight: 400;
}

.message {
    color: #ccc;
}

#container.show-numberentry .states > .price-point,
#container.show-numberentry .states > .message,
#container.show-pinentry .states > .price-point,
#container.show-pinentry .states > .message,
#container.show-congrats .states > .price-point,
#container.show-congrats .states > .message,
#container.show-subscriptionpolling .states > .price-point,
#container.show-subscriptionpolling .states > .message {
    display: none;
}

.player-states__icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .player-states__icons div:nth-child(1) {
        background: url('../img/additional_icons-left.svg') no-repeat top left;
        background-size: contain;
        height: 14px;
        width: 200px;
        position: relative;
        margin: 10px 0 0;
    }

    .player-states__icons div:nth-child(2) {
        background: url('../img/additional_icons-right.svg') no-repeat top right;
        background-size: contain;
        height: 16px;
        width: 100px;
        position: relative;
        margin: 10px 0 0;
    }

.player,
.show-numberentry .player-states,
.show-pinentry .player-states,
.show-congrats .player-states,
.show-subscriptionpolling .player-states {
    position: relative;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}

.player-states__control {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .player-states__control div:nth-child(1) {
        content: '';
        background: url('../img/player-left-side.svg') no-repeat left top;
        background-size: contain;
        height: 50px;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 9;
    }

    .player-states__control div:nth-child(2) {
        background: url('../img/player-gray-tl.svg') repeat-x top;
        background-size: contain;
        height: 50px;
        width: 100%;
        position: relative;
    }

    .player-states__control div:nth-child(3) {
        content: '';
        background: url('../img/player-right-side.svg') no-repeat right top;
        background-size: contain;
        height: 50px;
        width: 100%;
        position: absolute;
        right: 0;
        z-index: 9;
    }

/* .player__control,
.show-numberentry .player-states__control,
.show-pinentry .player-states__control,
.show-congrats .player-states__control,
.show-subscriptionpolling .player-states__control {
	background: url('../img/player-gray-tl.svg') repeat-x top;
	background-size: contain;
	
	height: 50px;
    width: 100%;
	position: relative;
}

.player__control::before,
.show-numberentry .player-states__control::before,
.show-pinentry .player-states__control::before,
.show-congrats .player-states__control::before,
.show-subscriptionpolling .player-states__control::before {
	content: '';
	background: url('../img/player-left-side.svg') no-repeat left top;
	background-size: contain;

	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
}

.player__control::after,
.show-numberentry .player-states__control::after,
.show-pinentry .player-states__control::after,
.show-congrats .player-states__control::after,
.show-subscriptionpolling .player-states__control::after {
	content: '';
	background: url('../img/player-right-side.svg') no-repeat right top;
	background-size: contain;

	height: 50px;
	width: 100%;
	position: absolute;
	right: 0;
} */

.player__content,
.show-numberentry .player-states__content,
.show-pinentry .player-states__content,
.show-congrats .player-states__content,
.show-subscriptionpolling .player-states__content {
    height: calc(100% - 80px);
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background-color: #363636;
    /* padding: 10px; */
}

.show-numberentry .design__player,
.show-pinentry .design__player {
    display: none;
}

.states {
    padding: 10px;
    flex: 1 1;
}

.states__sfc {
    position: relative;
}

.btn {
    display: block;
    background: linear-gradient(90deg, #6f22b2, #11d0ef);
    border-radius: 50px;
    border: none;
    height: 60px;
    width: 100%;
    max-width: 280px;
    color: #fff;
    text-decoration: none;
    /* text-transform: uppercase; */

    font-size: 22px;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

button:disabled {
    background: #ababab;
    cursor: not-allowed;
    color: #7d7d7d;
    opacity: 0.3;
}

#submit-pin {
    font-size: 18px;
}

#submit-number p {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    line-height: 11px;
}


#numberentry-message,
#pinentry-message {
    margin: 0 0 10px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.pin-state-message {
    display: none;
    margin: 10px 0 0;
    color: #b5b1b1;
}

    .pin-state-message div {
        color: #b5b1b1;
        text-decoration: underline;
    }

.show-pinentry .pin-state-message {
    display: block;
}

#operatorselection-message {
    margin: 0 0 10px;
    font-size: 14px;
}

input {
    background: none;
    position: relative;
    direction: ltr;
    border-radius: 50px;
    border: 0;
    font-size: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
}

#input-number::before {
    content: '';
    background: url(../img/phone-icon.png) left no-repeat;
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0;
}

.phone-input {
    width: 100%;
    max-width: 280px;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    overflow: hidden;
    border-radius: 50px;
    -webkit-align-items: center;
    align-items: center;
    border: 2px solid #2196F3;
    box-sizing: border-box;
    background-color: #f9f9f9;
    direction: ltr;
    margin-bottom: 10px;
    position: relative;
}

    .phone-input * {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
    }

    .phone-input .phone {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3LjQ0MiAyNy40NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQ0MiAyNy40NDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0xOS40OTQsMEg3Ljk0OEM2Ljg0MywwLDUuOTUxLDAuODk2LDUuOTUxLDEuOTk5djIzLjQ0NmMwLDEuMTAyLDAuODkyLDEuOTk3LDEuOTk3LDEuOTk3aDExLjU0NiAgIGMxLjEwMywwLDEuOTk3LTAuODk1LDEuOTk3LTEuOTk3VjEuOTk5QzIxLjQ5MSwwLjg5NiwyMC41OTcsMCwxOS40OTQsMHogTTEwLjg3MiwxLjIxNGg1LjdjMC4xNDQsMCwwLjI2MSwwLjIxNSwwLjI2MSwwLjQ4MSAgIHMtMC4xMTcsMC40ODItMC4yNjEsMC40ODJoLTUuN2MtMC4xNDUsMC0wLjI2LTAuMjE2LTAuMjYtMC40ODJDMTAuNjEyLDEuNDI5LDEwLjcyNywxLjIxNCwxMC44NzIsMS4yMTR6IE0xMy43MjIsMjUuNDY5ICAgYy0wLjcwMywwLTEuMjc1LTAuNTcyLTEuMjc1LTEuMjc2czAuNTcyLTEuMjc0LDEuMjc1LTEuMjc0YzAuNzAxLDAsMS4yNzMsMC41NywxLjI3MywxLjI3NFMxNC40MjMsMjUuNDY5LDEzLjcyMiwyNS40Njl6ICAgIE0xOS45OTUsMjEuMUg3LjQ0OFYzLjM3M2gxMi41NDdWMjEuMXoiIGZpbGw9IiMwMDAwMDAiLz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
        width: 50px;
        height: 50px;
        background-position: center;
        background-size: 70%;
        background-repeat: no-repeat;
        background-color: #ececec;
    }

    .phone-input input.text-input {
        border: 0;
        outline: none;
        background-color: transparent;
    }

    .phone-input .checkmark-container {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

#input-pin {
    text-align: center;
    background: #ffffff;
}

.input-pin {
    direction: ltr;
    position: relative;
    position: relative;
    width: 100%;
    max-width: 280px;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    overflow: hidden;
    direction: ltr;
}

    .input-pin input {
        height: 50px;
        border: solid 2px #2196F3;
        margin-bottom: 10px;
    }

    .input-pin::before {
        content: '';
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDMyIDMyN0g4MGMtNDQuMTEyIDAtODAgMzUuODg4LTgwIDgwczM1Ljg4OCA4MCA4MCA4MGgzNTJjNDQuMTEyIDAgODAtMzUuODg4IDgwLTgwcy0zNS44ODgtODAtODAtODB6TTEwNiA0MzJjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptLTU1LTMwNWgtMjB2LTI3YzAtNDEuMzU1LTMzLjY0NS03NS03NS03NXMtNzUgMzMuNjQ1LTc1IDc1djI3aC0yMGMtOC4yODQgMC0xNSA2LjcxNi0xNSAxNXYxMTljMCA4LjI4NCA2LjcxNiAxNSAxNSAxNWgxOTBjOC4yODQgMCAxNS02LjcxNiAxNS0xNVYxNDJjMC04LjI4NC02LjcxNi0xNS0xNS0xNXptLTgwIDc5LjEyOFYyMTJjMCA4LjI4NC02LjcxNiAxNS0xNSAxNXMtMTUtNi43MTYtMTUtMTV2LTUuODcyYy01LjgyMi0yLjA2MS0xMC03LjYtMTAtMTQuMTI4IDAtOC4yODQgNi43MTYtMTUgMTUtMTVoMjBjOC4yODQgMCAxNSA2LjcxNiAxNSAxNSAwIDYuNTI4LTQuMTc4IDEyLjA2Ny0xMCAxNC4xMjh6TTMwMSAxMjdoLTkwdi0yN2MwLTI0LjgxMyAyMC4xODctNDUgNDUtNDVzNDUgMjAuMTg3IDQ1IDQ1djI3eiIvPjwvc3ZnPg==) no-repeat center;
        background-size: 70%;
        width: 50px;
        height: 50px;
        margin-left: 5px;
        position: absolute;
        z-index: 9;
    }

    .input-pin .checkmark-container {
        width: 40px;
        height: 40px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        position: absolute;
        top: 18px;
        right: 3px;
    }

#checkmark,
#checkmark1 {
    display: none;
}

#checkmark1 {
    top: 5px;
    right: 6px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__icon,
.errormark__icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes scale {
    0%, 100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes scale {
    0%, 100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@-webkit-keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

#operatorselection {
    margin: 0 0 10px;
}


fieldset {
    padding: 0px;
    margin: 0px;
}

.fieldset_inline .fieldset__item {
    display: inline-block;
    margin: 0 6px 0 0;
}

.fieldset__item:last-child {
    margin: 0;
}

.form-control {
    -webkit-transition: 125ms border ease-in-out, 125ms -webkit-box-shadow ease-in-out;
    -o-transition: 125ms border ease-in-out, 125ms box-shadow ease-in-out;
    transition: 125ms border ease-in-out, 125ms -webkit-box-shadow ease-in-out;
    transition: 125ms border ease-in-out, 125ms box-shadow ease-in-out;
    transition: 125ms border ease-in-out, 125ms box-shadow ease-in-out, 125ms -webkit-box-shadow ease-in-out;
}

.form-control_type_radio {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.radio__label {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 53px;
    background-color: #EFEFEF;
    border-radius: 4px;
    overflow: auto;
    box-sizing: border-box;
    padding: 38px 0 0;
    color: #000;
    text-align: center;
}

.radio__box {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}


.radio__control:focus ~ .radio__label {
    border-color: #0580eb;
    border-color: #0580eb;
    outline: none;
    -webkit-box-shadow: 0 0 3px 1px rgba(20, 129, 224, 0.55);
    box-shadow: 0 0 3px 1px rgba(20, 129, 224, 0.55);
}

.radio__control:hover ~ .radio__label {
    transform: scale(1.1);
    background: #d4d4d4;
}

.radio__control:checked ~ .radio__label {
    border: 1px solid #36ab04;
    font-weight: bold;
    color: black;
    background: #c6ffae;
    overflow: hidden;
}

.radio__label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio__box {
    position: absolute;
    background-size: cover;
    content: "";
    width: 35px;
    height: 35px;
    top: 3px;
    left: 11px;
    z-index: 2;
    -webkit-transition: 125ms border-color ease;
    -o-transition: 125ms border-color ease;
    transition: 125ms border-color ease;
}

.radio_operator_zain .radio__box {
    background: url(../img/operator-kw-zain.png) no-repeat;
    background-size: contain;
}

.radio_operator_stc .radio__box {
    background: url(../img/operator-kw-stc.png) no-repeat;
    background-size: contain;
}

.radio_operator_ooredoo .radio__box {
    background: url(../img/operator-kw-ooredoo.png) no-repeat;
    background-size: contain;
}


.radio__label {
    font-size: 12px;
}

.range__control {
    -webkit-align-self: center;
    align-self: center;
    width: 100%;
    height: 2em;
    padding: 0;
    font-size: inherit;
    background: none;
    border: 0;
    border-radius: 0.25rem;
    cursor: pointer;
    -ms-flex-item-align: center;
}

    .range__control:disabled {
        cursor: default;
        opacity: 0.5;
        pointer-events: none;
    }

#msisdnvalue {
    direction: ltr !important;
    unicode-bidi: embed;
}

/* #operator-not-selected-error,
#invalid-number-error,
#invalid-pin-error {
	text-align: center;
	margin: 5px 0 0;
	color: red;
	display: none;
} */

[id$="-error"], [id*="-error "] {
    color: #fff;
    /* display: none; */
    position: absolute;
    background: #d04141;
    padding: 5px 20px;
    border-radius: 6px;
    left: 50%;
    top: -3px;
    width: 200px;
    margin-left: -120px;
    z-index: 12;
    box-shadow: 0 0 15px 2px rgba(255, 19, 19, 0.5);
    -webkit-animation: shake-horizontal 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 5 both;
    animation: shake-horizontal 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 5 both;
}

    [id$="-error"]:after, [id*="-error"]:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: #d04141;
        border-bottom: 0;
        margin-left: -10px;
        margin-bottom: -9px;
    }

#subscriptionpolling p,
#congrats p {
    margin-top: 5px;
}

#congrats h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.show-congrats .states__additional,
.show-subscriptionpolling .states__additional,
#confirm-no1 {
    display: none;
}

.show-pinentry .player__direct,
.show-congrats .player__direct,
.show-subscriptionpolling .player__direct {
    display: none;
}

.ne .player__direct {
    display: none;
}

/* .player__content { 
	display: none;
}

.show-congrats .player__content,
.show-subscriptionpolling .player__content {
	display: block;
} */


/* CSS keyframe animations */

@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-in {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

@keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1,1);
    }

    50% {
        transform: scale(0.95,0.95);
    }

    100% {
        transform: scale(1,1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1,1);
    }

    50% {
        -webkit-transform: scale(0.95,0.95);
    }

    100% {
        -webkit-transform: scale(1,1);
    }
}


/* Media screen properties */

@media only screen and (max-height: 570px) and (min-width: 451px) and (orientation : landscape) {
    #creative {
        height: 450px;
    }

    .show-pinentry #footer {
        margin-top: 20px;
    }
    /* .player__content,
	.show-numberentry .player-states__content,
	.show-pinentry .player-states__content,
	.show-congrats .player-states__content,
	.show-subscriptionpolling .player-states__content {
		height: calc(100% - 0px);
	}
	#numberentry-message, #pinentry-message {
		margin: 0 0 5px;
		font-size: 12px;
	}
	.btn,
	input {
		height: 48px;
	}
	.input-pin::before {
		background-size: 60%;
		height: 40px;
	}
	.input-pin input,
	.phone-input {
		height: 40px;
	}
	#checkmark, #checkmark1 {
		width: 30px;
		height: 30px;
	}
	#disclaimer {
		padding: 5px 10px 0;
	} */
}

/* @media only screen and (max-height: 320px) and (min-width: 451px) and (orientation : landscape) { 
	#creative {
		height: 280px;
	}
}

/* @media only screen and (max-height: 570px) and (orientation : portrait) {
	input {
		font-size: 21px;
		background-position: -338px 2px;
	}
	#numberentry-message, #pinentry-message {
		font-size: 12px;
	}
	#subscribe::before, #submit-number::before {
		top: 9px;
	}
	fieldset {
		transform: scale(0.8);
    	margin: -8px 0;
	}
	#operatorselection {
		display: flex;
		justify-content: center;
		align-items: center;
	}
} */

@media only screen and (max-height: 530px) and (orientation : portrait) {
    #creative {
        height: 450px;
    }
}

@media only screen and (max-width: 450px) and (orientation : landscape) {
    #creative {
        height: 450px;
    }
}

/* @media only screen and (max-width: 450px) and (orientation : landscape) {
	#creative {
		height: 350px;
	}
	.show-numberentry #creative {
		height: 450px;
	}
	.show-pinentry #creative {
		height: 396px;
	}
	input {
		font-size: 21px;
		background-position: -338px 2px;
	}
	#numberentry-message, #pinentry-message {
		font-size: 12px;
	}
	.btn {
		height: 46px;
	}
	#subscribe::before, #submit-number::before {
		top: 9px;
	}
	fieldset {
		transform: scale(0.8);
    	margin: -8px 0;
	}
} */

@media only screen and (min-width: 1000px) {
    #creative {
        height: 600px;
        margin: 0 auto;
    }

    .states {
        position: relative;
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        flex: unset;
        height: 450px
    }
}

.btn-cancel {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 50px;
    border: 1px solid #8a8989;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    color: #8a8989;
}

.btn span {
    width: 100%;
    display: block;
    font-size: 10px;
    text-align: left;
    line-height: 12px;
    color: #fff;
    text-decoration: none;
}

.show-numberentry .btn span::before, .show-pinentry .btn > span::before {
    content: "";
    width: 50px;
    height: 100%;
    float: left;
    background: url(../img/checked.svg) left no-repeat;
    background-size: 32px auto;
}

.btn span strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

#submit-pin > span {
    font-size: 18px;
    text-align: center;
}

#submit-pin span span {
    font-size: 13px;
    line-height: normal;
    text-align: center;
    margin-bottom: 3px;
}
