
    *,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

button,
select,
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    background: #fff;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    display: none;
}

.arrow__upper {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.arrow__upper:before,
.arrow__upper:after {
    content: "";
    position: absolute;
    display: block;
    right: -9px;
    width: 12px;
    height: 4px;
    background: black;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.arrow__upper:before,
.arrow__upper:after {
    top: 0px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow__upper:after {
    right: inherit;
    left: -9px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

html {
    min-height: 100%;
}

body {
    color: #d9d9d9;
    font-size: 12px;
    margin: 0;
    height: auto;
    position: relative;
    font-family: arial;
    background-size: cover;
    background-position: center;
    /*background-color: #f8f8f8;*/
    background-color: #eee;
    background-size: 10px 10px;
}

.header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 99;
    max-width: 600px;
}

.header-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-center {
    display: inline-block;
    width: 50%;
}

.ae_tnc {
    font-size: 10px;
    margin: 8px 0;
    color: #d9d9d9;

    /* color: #FFFFFF;*/
}

.header-right {
    width: 83px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.langSelect {
    text-align: center;
    position: relative;
}

.langBtn {
    padding-bottom: 5px;
    padding: 8px 15px;
    border-radius: 3px;
    width: 50px;
    font-weight: 600;
    z-index: 0;
    font-size: 16px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-top: 10px;
    color: black;
    /* display:flex is important css*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.button_tnc {
    padding-bottom: 5px;
    padding: 8px 15px;
    border-radius: 3px;
    font-weight: 600;
    z-index: 0;
    color: black;
    font-size: 14px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

/* previously button border be insert in language button CSS,
        for the changes only selected/active button will have this style 
        The process will be done on jquery $(langBtn)*/
.active {
    border: 3px solid #00ac47;
}

.header-clear {
    clear: both;
}

.content {
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
    height: 175px;
    width: 350px;
    margin: 25px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0px 0px 25px 8px #011622;
    border-radius: 20px;
}

.logo:before {
    content: "";
    background: inherit;
    width: 100%;
    height: 105%;
    display: block;
    z-index: -1;
    transform: scale(1.15);
    filter: blur(19px);
    opacity: 0.5;
    border-radius: 23px;
    position: relative;
    background-size: 96%;
}

.title h1 {
    padding: 0 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5em;
    color: #d9d9d9;
}

.maintitle {
    padding: 0 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5em;
    color: #d9d9d9;
}

.title p {
    margin-top: 0px;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #f36728;
}

.bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
}

.smartphone {
    top: -6px;
}

.formWrap {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
    position: relative;
    background: #ffffff;
    padding: 20px 0px;
    border-radius: 24px;
    margin-top: 35px;
}

.display_aoc {
    color: #d9d9d9 !important;
    font-size: 16px;
    font-weight: bold;
}

.display_aoc {
    margin: -5px auto 15px;
}

.keyword {
    font-weight: 600;
    font-size: 20px;
    color: #14aeff;
}

.formElm {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 8px;
    position: relative;
}

select {
    padding: 15px;
    width: 100%;
    appearance: none;
    border: 0;
    outline: none;
}

button {}

.msisdn,
.button,
select {
    font-size: 18px;
    letter-spacing: 1px;
    width: 100%;
    outline: none;
    padding: 12px 15px;
    border: none;
    color: black;
    border: 2px solid #00ac47;
    border-radius: 8px;
}

.formElm--prefix .msisdn {
    padding: 15px 15px 18px 115px;
    display: block;
    font-size: 23px;
    background-color: #f8f8f8;
}

.formElm--prefix .prefixCode {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 55px;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD2SURBVHgB7ZfNCcIwGIbfqOi1I9QJrBv04s+1KF5dQSdwld4EKfTanqoTVDfoCB1AGtOL2JLIF1BR/B7Ioc0b8kAu7wcwzA8jYEvsu+RscCxgAV1mP3fRlxkkXPIZgQKLdEiNd6hB9K6uRqRUF4YPq2js1vnDxAORHuwoUYntk/1T46srdxBdB2+REUpmlYTkfDRbwwL6M30AljHBMiZYxgTLmGAZEyxjgmVMfJWMXbmScFRhyjQ7F7VGmgOeTc22rZ11hfRb/85YphtE01xd3Oq7dsMHPR37DqpBrp0OpBIS0BXvWnSMl8vcpdTIQiVICjDMv3ADWD4ukMN4kREAAAAASUVORK5CYII=);
    animation: shake 3s;
    -webkit-animation: shake 3s;
}


.prefixCode {
    display: none;
    pointer-events: none;
    position: absolute;
    padding-right: 5px;
    padding-top: 5px;
    left: 0px;
    top: 10px;
    border-right: 0px solid #000;
    margin-top: 2px;
    height: 28px;
}

.prefixCode img {
    width: 17px;
    vertical-align: middle;
    display: inline-block;
}

.prefixCode span {
    vertical-align: middle;
    padding-right: 3px;
    font-size: 23px;
    padding-left: 44px;
    color: black;
    top: 8px;
    position: relative;
}

.pin,
[id^="pin"] {
    text-align: center;
    font-size: 23px;
}

.button {
    color: #ffffff !important;
    outline: none;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 4px;
    font-size: 18px;
    border: 0 !important;
    margin-top: 10px !important;
    padding: 15px 0;
    width: 100% !important;
    height: 70px !important;
    background: #00A052;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
}

.disabled_btn {
    color: white;
    border: 0;
    background: silver;
}

.msisdnArrow,
.selectArrow,
.btnArrow {
    z-index: 9;
    display: block;
    pointer-events: none;
    position: absolute;
    left: -47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    max-width: 23px;
    animation: slide1 0.5s ease-in-out infinite;
    margin-top: -10px;
    color: #4285F4;
    padding: 0px 27px 4px 4px;
}

@keyframes slide1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

.msisdnArrow img,
.selectArrow img,
.btnArrow img {
    width: 100%;
}

.display_1.rate,
.display_2.rate {
    font-size: 11px;
    font-weight: normal;
    margin: 5px auto 0px;
}

a.display_1,
a.display_2 {
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
}

.footer {
    padding: 15px;
    font-size: 11px;
    display: block;
    max-width: 444px;
    width: 100%;
    margin: 0 auto;
    color: black;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}


@media all and (max-width: 768px) {
    .formElm {
        max-width: 84vw;
    }

    .close {
        max-width: 330px;
    }

    .ae_tnc {
        font-size: 9px;
        margin: 8px 0;
    }

    .header-center {
        width: 90vw;
        text-align: center;
    }

    .langBtn {}

    .header-right {
        position: absolute;
        right: 10px;
        margin-top: 0px;
        top: unset;
        transform: unset;
    }

    .title h1 {
        font-size: 22px;
    }

    .header {
        padding: 1px 15px 4px 15px;
    }

    .formWrap {
        width: 95%;
        margin-top: 18px;
    }

    .display_aoc,
    .display_1,
    .display_2 {
        font-size: 15px;
    }

    #steps {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 550px) .logo {
    transform: scale(0.9);
    margin-top: -2px;
    margin-bottom: -20px;
    margin-left: -83px;
}

.ar_layout .ae_tnc,
.ar_layout .display_1,
.ar_layout .display_2,
.ar_layout .button,
.ar_layout .title,
.ar_layout .display_aoc,
.ar_layout .display_1 .rate,
.ar_layout .display_2 .rate,
.ar_layout .tnc_1,
.ar_layout .tnc_1 a,
.ar_layout .tnc_2,
.ar_layout .footer,
.ar_layout a.display_1,
.ar_layout a.display_2,
.ar_layout .text_list li span,
.ar_layout .text_list,
.ar_layout .step1,
.ar_layout .step2 {
    direction: rtl;
}

.ar_layout .footer,
.ar_layout .tnc_2,
.ar_layout .tnc_1,
.ar_layout .tnc_1 a {
    text-align: center;
}

.gg-play-button-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1.3));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px
}

.gg-play-button-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 4px;
    left: 7px
}

.gg-arrow-right-o::before {
    height: 2px;
    bottom: 8px;
}

@media (max-width: 768px) {
    .gg-arrow-right-o::before {
        height: 2px;
        bottom: 8px;
    }
}

.shake-horizontal {
    animation: shake-horizontal 0.8s cubic-bezier(1, -0.24, 0, 1.5) both;
}

/* cubic-bezier(0.455, 0.03, 0.515, 0.955) */

@keyframes shake-horizontal {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

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

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

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

.wrap {
    background: transparent;
    border: 0px solid transparent;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    padding-bottom: 20px;
    box-sizing: border-box;
    max-width: 550px;
    margin: auto;
    padding: 10px 20px;
    display: block;
    margin-bottom: 2em;
}

.bannerTitle {
    padding: 0 0;
    font-size: 26px;
    text-align: center;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 0;
    color: #FFFFFF;
    margin-top: 22px;
    margin-bottom: 20px
}


.tnc_2 a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.tnc_2 a:link,
.tnc_2 a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.tnc_2 a {
    color: rgba(255, 255, 255, 0.5);
}

.shake-horizontal {
    background: rgba(255, 255, 255, 0.9);
}

.shake-horizontal .instructions,
.shake-horizontal .pin_instruction,
.shake-horizontal .tq {
    color: #000;
}

.shake-horizontal .rate_below_btn {
    color: #000;
}

.shake-horizontal .rate_above_instructions {
    color: #000;
}

.shake-horizontal .check_box_text {
    color: #000;
}

.rate_below_btn {
    font-weight: normal;
}


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

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

@keyframes scale {

    0%,
    100% {
        transform: none
    }

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

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

@keyframes glow {
    0% {
        fill: #ce1602;
        filter: drop-shadow(0 0 3px #279847);
    }

    50% {
        fill: #ff351f;
        filter: drop-shadow(0 0 8px #21b24a);
    }

    100% {
        fill: #ce1602;
        filter: drop-shadow(0 0 3px #279847);
    }
}


.progress {
    width: 200px;
    height: 200px;
    background: transparent;
    box-shadow: none;
    margin: 0;
}

.progress .track,
.progress .fill {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 6;
    transform: rotate(90deg)translate(0px, -80px);
}

.progress .track {
    stroke: rgb(221, 221, 221);
    opacity: 0.8;
    stroke-width: 4.5px;
}

.progress .fill {
    stroke: rgb(255, 255, 255);
    stroke-dasharray: 219.99078369140625;
    stroke-dashoffset: -219.99078369140625;
    transition: stroke-dashoffset 1s;
}

.progress.blue .fill {
    stroke: #00ac47;

}

.progress .value,
.progress .text,
.progress text {
    fill: black;
    color: black;
    text-anchor: middle;
    font-weight: 600;
    font-size: 19px;

}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.img-content {
    display: none;
    font-size: 8px;
}

.icon-base {
    width: 100px;
    height: 31px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -68px;
    margin: auto;
    text-align: center;

}

.icon-arrow {
    width: 120px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    animation: bounceUpDown 2s ease-in-out infinite;
    animation-fill-mode: forwards;
}


.circle {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border-radius: 50px;
    padding: 5px 15px;
}


#confirmPin {
    font-size: 17px !important;
}

@keyframes bounceUpDown {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes slow-pulse {
    0% {
        transform: scale(0.9);
    }

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


.text_list li span {
    padding: 5px 10px;
    background: #55d63c;
    border-radius: 20px;
    color: white;
    margin-left: 35px;
    font-size: 18px;

}

.text_list li {
    padding-bottom: 20px;
    opacity: 0;

}

.text_list {
    text-align: left;
    font-size: 1.3em;
    list-style-type: none;
    font-weight: 400;
    margin-top: 30px;

}

.imageContainer {
    position: relative;
}

.ar_layout .text_list li span {
    margin-right: 35px;
}

.ar_layout .text_list {
    text-align: right
}

@media (max-width: 500px) {
    .text_list li span {
        margin-left: 0;
    }

    .ar_layout .text_list li span {
        margin-right: 0;
    }
}

.step1 {
    display: inline-block;
    animation: delay 2s;
}

.step2 {
    display: inline-block;
    animation: delay 3s;
}

@keyframes delay {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.copyrightText {
    text-decoration: none;
    color: #d9d9d9;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}



.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 50;
    stroke-miterlimit: 50;
    stroke: #14aeff;

}


.checkmark {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    stroke-width: 5;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: auto;
    box-shadow: inset 0px 0px 0px 30px #00ac47;

}

.disabled_checkmark {
    box-shadow: inset 0px 0px 0px 30px #c0c0c0;
}

.smartphone {
    top: -6px;

}

.instructions {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 8px 0px;
    font-weight: 700;
}

.wrapper {
    position: absolute;
    top: 16px;
    right: 16px;
}

.errorMsisdn {
    display: none;
}

.hidepin {
    display: none;
}

.errorMsisdn,
.errorPin {
    position: absolute;
    background: #fc5b53;
    color: #121212;
    top: -28px;
    padding: 3px 10px;
    border-radius: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 270px;
    z-index: 1;
}

.errorMsisdn:after,
.errorPin:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fc5b53;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.service_name {
    font-size: 9px;
    text-align: center;
    top: 50px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 100px;
}

.service_logo {
    background-repeat: no-repeat !important;
    line-height: 1em;
    background-size: contain;
    left: 0;
    padding: 0 0 0 50px;
    color: transparent;
    font-size: 0;
    text-align: center;
    position: absolute;
    width: 100px;
    height: 50px;
    top: 10px;
}

.field-label {
    top: -9px;
    left: 32px;
    background: white;
    padding: 2px 8px;
    color: #00ac47;
    font-size: 12px;
    position: absolute;
}


/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    margin: auto;
    text-align: center;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 30px;
    color: #818181;
    display: block;
    transition: 0.2s;
    margin-bottom: 15px;
}


/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.menu-btn {
    position: relative;
    top: 24px;
    left: 24px;
    width: 32px;
    padding: 4px;
    margin-bottom: 20px;
    cursor: pointer;
}


.menu-btn div {
    height: 4px;
    background: black;
    border-radius: 2px;
}

.menu-btn div+div {
    margin-top: 4px;
}

.sidenav-container {
    max-width: 400px;
    margin: auto;
    position: relative;
}

.nav_Website,
.nav_Copyright {
    color: #14aeff;
}

.nav_title {
    font-weight: bold;
}

/*new css 19-10-2023*/

.steps {
    /*color: #14aeff;*/
    color: #2B2B2B;
    font-size: 12px;
    line-height: 1.18;
    text-align: left;
    text-transform: uppercase;
    max-width: 350px;
    margin: auto;
    margin-bottom: 28px;
    margin-top: 20px;
}

.steps:after {
    content: '';
    display: table;
    clear: both;
}

.step {
    float: left;
    width: calc(50% - 4px);
    height: 8px;
    background: #ddd;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px;
}

.step+.step {
    margin-left: 8px;
}

.step:after {
    content: '';
    display: block;
    border-radius: 2px;
    /*width: 8px;*/
    height: 8px;
    background: #00A052;
    transition: 0.5s ease;
}

.step.filled:after {
    width: 100%;
}

.step+.step:after {
    content: none;
}

.step.filled+.step:after {
    content: '';
}

.ar_layout .steps {
    direction: rtl;
    text-align: right;
}

.ar_layout .step {
    float: right;
}

.ar_layout .step+.step {
    margin-left: 0;
    margin-right: 8px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
        -webkit-transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
        -webkit-transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
        -webkit-transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
        -webkit-transform: translate3d(4px, 0, 0);
    }
}


.popup_alert {
    -webkit-animation: shake 5s ease-in-out 5 both;
    -o-animation: shake 5s ease-in-out 5 both;
    animation: shake 5s ease-in-out 5 both;
}


.showsteps {
    display: block !important;
}

.disclaimer {
    text-align: left;
}
/* ====== INPUT CSS ====== */

        @supports (-webkit-appearance: none) or (-moz-appearance: none) {

            input[type=checkbox],
            input[type=radio] {
                --active: #275EFE;
                --active-inner: #fff;
                --focus: 2px rgba(39, 94, 254, .3);
                --border: #BBC1E1;
                --border-hover: #275EFE;
                --background: #fff;
                --disabled: #F6F8FF;
                --disabled-inner: #E1E6F9;
                -webkit-appearance: none;
                -moz-appearance: none;
                height: 21px;
                outline: none;
                display: inline-block;
                vertical-align: top;
                position: relative;
                margin: 0;
                cursor: pointer;
                border: 1px solid var(--bc, var(--border));
                background: var(--b, var(--background));
                transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
            }

            input[type=checkbox]:after,
            input[type=radio]:after {
                content: "";
                display: block;
                left: 0;
                top: 0;
                position: absolute;
                transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
            }

            input[type=checkbox]:checked,
            input[type=radio]:checked {
                --b: var(--active);
                --bc: var(--active);
                --d-o: .3s;
                --d-t: .6s;
                --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
            }

            input[type=checkbox]:disabled,
            input[type=radio]:disabled {
                --b: var(--disabled);
                cursor: not-allowed;
                opacity: 0.9;
            }

            input[type=checkbox]:disabled:checked,
            input[type=radio]:disabled:checked {
                --b: var(--disabled-inner);
                --bc: var(--border);
            }

            input[type=checkbox]:disabled+label,
            input[type=radio]:disabled+label {
                cursor: not-allowed;
            }

            input[type=checkbox]:hover:not(:checked):not(:disabled),
            input[type=radio]:hover:not(:checked):not(:disabled) {
                --bc: var(--border-hover);
            }

            input[type=checkbox]:focus,
            input[type=radio]:focus {
                box-shadow: 0 0 0 var(--focus);
            }

            input[type=checkbox]:not(.switch),
            input[type=radio]:not(.switch) {
                width: 21px;
            }

            input[type=checkbox]:not(.switch):after,
            input[type=radio]:not(.switch):after {
                opacity: var(--o, 0);
            }

            input[type=checkbox]:not(.switch):checked,
            input[type=radio]:not(.switch):checked {
                --o: 1;
            }

            input[type=checkbox]+label,
            input[type=radio]+label {
                font-size: 14px;
                line-height: 21px;
                display: inline-block;
                vertical-align: top;
                cursor: pointer;
                margin-left: 4px;
            }

            input[type=checkbox]:not(.switch) {
                border-radius: 7px;
            }

            input[type=checkbox]:not(.switch):after {
                width: 5px;
                height: 9px;
                border: 2px solid var(--active-inner);
                border-top: 0;
                border-left: 0;
                left: 7px;
                top: 4px;
                transform: rotate(var(--r, 20deg));
            }

            input[type=checkbox]:not(.switch):checked {
                --r: 43deg;
            }

            input[type=checkbox].switch {
                width: 38px;
                border-radius: 11px;
            }

            input[type=checkbox].switch:after {
                left: 2px;
                top: 2px;
                border-radius: 50%;
                width: 15px;
                height: 15px;
                background: var(--ab, var(--border));
                transform: translateX(var(--x, 0));
            }

            input[type=checkbox].switch:checked {
                --ab: var(--active-inner);
                --x: 17px;
            }

            input[type=checkbox].switch:disabled:not(:checked):after {
                opacity: 0.6;
            }

            input[type=radio] {
                border-radius: 50%;
            }

            input[type=radio]:after {
                width: 19px;
                height: 19px;
                border-radius: 50%;
                background: var(--active-inner);
                opacity: 0;
                transform: scale(var(--s, 0.7));
            }

            input[type=radio]:checked {
                --s: .5;
            }

        }
/* ====== EXTRA DEFAULT CSS ====== */

        
        .lds-dual-ring {
            display: inline-block;
            width: 80px;
            height: 80px;
        }
        .lds-dual-ring:after {
            content: " ";
            display: block;
            width: 64px;
            height: 64px;
            margin: 8px;
            border-radius: 50%;
            border: 6px solid #fff;
            border-color: #fff transparent #fff transparent;
            animation: lds-dual-ring 1.2s linear infinite;
        }
        @keyframes lds-dual-ring {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
            
        .button_tnc{
            padding: 8px 15px;
            font-weight: bold;
            color: rgb(127, 127, 127);
            text-align: center;
            margin: auto;
            display:flex;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
        }
        // =============== CHECKBOX INPUT =========================
        @supports (-webkit-appearance: none) or (-moz-appearance: none) {

            input[type=checkbox],
            input[type=radio] {
                --active: #275EFE;
                --active-inner: #fff;
                --focus: 2px rgba(39, 94, 254, .3);
                --border: #BBC1E1;
                --border-hover: #275EFE;
                --background: #fff;
                --disabled: #F6F8FF;
                --disabled-inner: #E1E6F9;
                -webkit-appearance: none;
                -moz-appearance: none;
                height: 21px;
                outline: none;
                display: inline-block;
                vertical-align: top;
                position: relative;
                margin: 0;
                cursor: pointer;
                border: 1px solid var(--bc, var(--border));
                background: var(--b, var(--background));
                transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
            }

            input[type=checkbox]:after,
            input[type=radio]:after {
                content: "";
                display: block;
                left: 0;
                top: 0;
                position: absolute;
                transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
            }

            input[type=checkbox]:checked,
            input[type=radio]:checked {
                --b: var(--active);
                --bc: var(--active);
                --d-o: .3s;
                --d-t: .6s;
                --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
            }

            input[type=checkbox]:disabled,
            input[type=radio]:disabled {
                --b: var(--disabled);
                cursor: not-allowed;
                opacity: 0.9;
            }

            input[type=checkbox]:disabled:checked,
            input[type=radio]:disabled:checked {
                --b: var(--disabled-inner);
                --bc: var(--border);
            }

            input[type=checkbox]:disabled+label,
            input[type=radio]:disabled+label {
                cursor: not-allowed;
            }

            input[type=checkbox]:hover:not(:checked):not(:disabled),
            input[type=radio]:hover:not(:checked):not(:disabled) {
                --bc: var(--border-hover);
            }

            input[type=checkbox]:focus,
            input[type=radio]:focus {
                box-shadow: 0 0 0 var(--focus);
            }

            input[type=checkbox]:not(.switch),
            input[type=radio]:not(.switch) {
                width: 21px;
            }

            input[type=checkbox]:not(.switch):after,
            input[type=radio]:not(.switch):after {
                opacity: var(--o, 0);
            }

            input[type=checkbox]:not(.switch):checked,
            input[type=radio]:not(.switch):checked {
                --o: 1;
            }

            input[type=checkbox]+label,
            input[type=radio]+label {
                font-size: 14px;
                line-height: 21px;
                display: inline-block;
                vertical-align: top;
                cursor: pointer;
                margin-left: 4px;
            }

            input[type=checkbox]:not(.switch) {
                border-radius: 7px;
            }

            input[type=checkbox]:not(.switch):after {
                width: 5px;
                height: 9px;
                border: 2px solid var(--active-inner);
                border-top: 0;
                border-left: 0;
                left: 7px;
                top: 4px;
                transform: rotate(var(--r, 20deg));
            }

            input[type=checkbox]:not(.switch):checked {
                --r: 43deg;
            }

            input[type=checkbox].switch {
                width: 38px;
                border-radius: 11px;
            }

            input[type=checkbox].switch:after {
                left: 2px;
                top: 2px;
                border-radius: 50%;
                width: 15px;
                height: 15px;
                background: var(--ab, var(--border));
                transform: translateX(var(--x, 0));
            }

            input[type=checkbox].switch:checked {
                --ab: var(--active-inner);
                --x: 17px;
            }

            input[type=checkbox].switch:disabled:not(:checked):after {
                opacity: 0.6;
            }

            input[type=radio] {
                border-radius: 50%;
            }

            input[type=radio]:after {
                width: 19px;
                height: 19px;
                border-radius: 50%;
                background: var(--active-inner);
                opacity: 0;
                transform: scale(var(--s, 0.7));
            }

            input[type=radio]:checked {
                --s: .5;
            }

            //=========================================

            //== TOP POSITION ==
            .top_left{
                position:absolute;top:10px;left:10px;
            }

            .top_middle{
                position:relative;top:10px;left:50%;transform: translateX(-50%);bottom:10px;
            }

            .top_right{
                position:absolute;top:10px;right:10px;
            }

            .top_left_text {
                font-size: 10px;
            }

            .top_right_text {
                font-size: 10px;
            }

            .top_middle_text {
                font-size: 10px;
            }


            //== CROSS BUTTON ==
            .close {
                width: 100%; max-width: 780px; margin: 0 auto; padding: 0 25px; text-align:  ;
            }
            .cross_btn {
                position: absolute; top: 0; height: 24px; overflow: hidden; padding: 15px; cursor: pointer; z-index: 100; margin: 0;
            }
            .cross_btn::before,
            .cross_btn::after {
                 content: ""; position: absolute; height: 4px; width: 80%; top: 50%; left: 0; margin-top: -1px; background:  ; border-radius: 5px;
            }
            .cross_btn::before {
                 -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
            }
            .cross_btn::after {
                 -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
            .cross_btn::before,
            .cross_btn::after {
                height: 4px; margin-top: -4px;
            }
            //================

            .disabled_btn{background: #C0C0C0 !important;}

            .rate_above_instructions {
                font-size: 11px;
            }

            .instructions {
                font-size: 15px;
                font-weight: bold;
            }

            .tnc_above_btn {
                font-size: 11px;
            }

            .checkbox_above_btn {
                font-size: 10px;
            }

            .rate_above_btn {
                font-size: 11px;
            }

            .exit_above_btn {
                font-size: 11px;
            }

            .exit_below_btn {
                font-size: 11px;
            }

            .checkbox_below_btn {
                font-size: 10px;
            }

            .rate_below_btn {
                font-size:11px;
                font-weight: normal;
            }

            .tnc_below_btn {
                font-size: 11px;
            }

            .tnc_text {
                cursor : pointer;
                display: inline-block;
                padding: 15px;
                vertical-align: middle;
            }
            .tnc_btm {
                color: white;
                width: 100%;
                padding:10px;
                display: block;
                max-width: 780px;
                text-align: center;
            }

            .lds-dual-ring {
                display: inline-block;
                width: 80px;
                height: 80px;
            }
            .lds-dual-ring:after {
                content: " ";
                display: block;
                width: 64px;
                height: 64px;
                margin: 8px;
                border-radius: 50%;
                border: 6px solid #fff;
                border-color: #fff transparent #fff transparent;
                animation: lds-dual-ring 1.2s linear infinite;
            }
            @keyframes lds-dual-ring {
                0% {
                    transform: rotate(0deg);
                }
                100% {
                    transform: rotate(360deg);
                }
            }
            .error {
                color: red;
            }
            .check_box_text{
                font-size: 10px;
                color: rgb(0 0 0 / 30%);
                max-width: 600px;
                margin: auto;
                margin-top: -20px;
                text-align: center;
                margin: auto;
            }
        }
        