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

a,
body {
    color: #777;
}

#page,
body,
img {
    width: 100%;
}

#actions,
#actions2 {
    padding: 0;
    z-index: 9;
    position: relative;
}

#wording .cptpl_account,
#wording .cptpl_price,
#wording .text,
body,
button.exit {
    background: #395d8e;
}

#actions,
#actions2,
#footer,
#header-image,
#page,
body,
button {
    position: relative;
}

.text,
footer,
header,
img {
    display: block;
}

.mainTitle,
body {
    text-align: center;
}

.close_btn,
a,
ins,
u {
    text-decoration: none;
}

body,
button,
div,
footer,
form,
h1,
header,
html,
p,
span,
tbody,
td,
tfoot,
th,
thead,
tr {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page,
.text,
button {
    margin: 0 auto;
}

h1 {
    margin: 0 auto;
    padding-block: 16px;
    background-color: #ebf4ff;
    font-size: 22px;
}

input,
select,
textarea {
    font: inherit;
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
}

body {
    font-family: "Arial", "Helvetica", sans-serif;
    position: relative;
    height: 100%;
    width: 100%;
    background: #395d8e;
    text-align: center;
    color: #777;
    line-height: 1.23;
    font-weight: normal;
    position: relative;
}

a {
    text-decoration: underline;
}

img {
    line-height: 1;
}

.text {
    width: 100%;
    font-size: 1.25em;
}

.text.charge {
    height: 1em;
}

#header-logo{
padding: 16px 0;
}

#header-logo img {
    display: flex;
    margin: 0 auto;
    width: auto;
    height: 24px;
}

#header-image {
    max-width: 100%;
    overflow: hidden;
    max-height: 400px;
}

#header-image img {
    display: block;
    margin: 16px auto;
    width: 64px;
    height: 64px;
}

#footer .text {
    margin-bottom: 0.5em;
    font-size: 1em;
}

#actions,
#exit,
#header-image,
#wording {
    margin-bottom: 0;
}

#mentions {
    padding-bottom: 13px;
    position: relative;
    opacity: 1;
    padding-top: 14px;
}

#mentions .text {
    margin-bottom: 0.3em;
    font-size: 12px;
    font-weight: 400;
    color: #777;
}

#wording .text {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 13px;
    opacity: 1;
}

.subtitle {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.service{
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
}

#service_text {
    font-size: 14px;
    font-weight: 600;
}

#acceptDiv #service_text {
    display: none;
}

#otpDiv .cptpl_description{
    display: none;
}

#otpDiv .cptpl_account{
    display: initial;
}

#otpDiv .cptpl_account {
   font-weight: 400;
}

#otpDiv .cptpl_price {
   font-weight: 400;
}

#otpDiv .links {
   display: block;
}

#otpDiv #mentions {
    padding-top: 0;
    padding-bottom: 1.2em;
}

#wording_otp{
    margin-bottom: 20px;
}

#page {
    min-height: 600px;
    max-width: 360px;
}

#logo {
    width: 110px;
    margin: 10px auto;
}

#actions2 {
    margin-bottom: 20px;
}

#exit {
    margin-top: 0;
}

button {
    margin: 0 auto 16px;
    padding: 24px 16px;
    width: 100%;
    max-width: 320px;
    min-height: 54px;
    background: #3AA222;
    border: 1px solid #41A22C;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.cptpl_exit.submit {
    background: none;
    border-color: #aaa;
    color: #aaa;
    text-shadow: unset;
    margin-top: 0;
}

.accept {
    margin: 16px auto;
    padding: 24px 16px;
    width: 100%;
    max-width: 320px;
    min-height: 54px;
    background: #3AA222;
    border: 1px solid #41A22C;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

button img {
    width: 50px;
    display: inline;
    vertical-align: middle;
}

button.exit {
    box-shadow: none;
    color: #3f495b;
    background: rgba(0,0,0,0);
    border: 1px solid #3f495b;
}

.loader-modal-msg h3,
.loader-modal-msg p,
.mainTitle {
    color: #fff;
}

#footer {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 1rem;
}

#footer a {
    margin: 0 1em;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

span {
    background-color: inherit;
}

.mainTitle {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.cptpl_service {
    margin-top: 5px;
}

.error-modal,
.loader-modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
}

.error-modal.show-true,
.loader-modal.show-true,
.loading {
    display: flex;
}

.error-modal-msg {
    color: #0f0f0f;
    padding: 20px 15px;
    border-radius: 11px;
    line-height: 1.5em;
    background-color: #fff;
    position: absolute;
    top: 330px;
    max-width: 340px;
    margin: 0 auto;
    border: 1px solid #777;
}

#acceptBtn{
    margin: 16px auto;
    padding: 24px 16px;
    width: 100%;
    max-width: 270px;
    background: #3AA222;
    border: 1px solid #41A22C;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

#declineBtn{
    max-width: 270px;
    outline: 0;
    border: 1px solid #aaa;
    width: 100%;
    color: #aaa;
    border-radius: 8px;
    padding: 24px 16px;
    background: #fff;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    text-align: center;
    text-transform: uppercase;
}

.error-modal-msg h3 {
    font-size: 1.7em;
    line-height: 1em;
    margin: 0 0 15px 0;
}

.error-modal-msg img {
    width: 30px;
    margin: auto;
    display: none;
}

.error-modal-msg p {
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 25px;
}

.error-modal-msg a {
    color: #0f0f0f;
}

.error-modal-msg .btn-link,
.error-modal-msg .cta-link {
    outline: 0;
    border: 2px solid #3f495b;
    width: 98%;
    color: #3f495b;
    border-radius: 0.5em;
    padding: 0.65em 0;
    font: 500 2em Roboto, Arial, Helvetica, sans-serif;
    background: rgba(0,0,0,0);
    display: block;
    text-decoration: none;
    margin-top: 15px;
    text-transform: uppercase;
}

.error-modal-msg .cta-link {
    outline: 0;
    border: 2px solid #275cf5;
    width: 98%;
    color: #fff;
    border-radius: 0.2em;
    font: 500 2em Roboto, Arial, Helvetica, sans-serif;
    background: #275cf5;
}

.loading {
    margin: 0 auto 18px auto;
    justify-content: center;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #275cf5;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 1s linear infinite;
}

.loading::after {
    content: "";
    width: 35px;
    height: 35px;
    border: 10px solid #fff;
    border-top-color: #20b3e5;
    border-radius: 50%;
    animation: 1s linear infinite loading;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
}

}

@media screen and (min-width:426px) {
    body {
        font-size: 14px;
}

}

@media screen and (max-width:300px) {
    body {
        font-size: 12px;
}

}

#header_div>img,
.modalMsg,
body {
    height: 100%;
}

.error-modal,
.loader-modal,
.modalMsg {
    top: 0;
    left: 0;
    display: none;
    position: fixed;
}

.modalMsg {
    z-index: 200;
    padding-top: 30px;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6);
}

.modalMsg-content {
    background-color: #000;
    margin: auto;
    padding: 20px;
    border: none;
    width: 80%;
    border-radius: 1em;
}

.content {
    z-index: 100;
    position: relative;
    margin-top: -200px;
}

#decline_button_otp {
    background: none;
    border-color: #aaa;
    color: #aaa;
    text-shadow: unset;
    margin-top: 0;
}

.close_btn {
    z-index: 2;
    top: 13px;
    right: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    color: #86b4eb;
    font-size: 16px;
    position: absolute;
    align-items: center;
    font-weight: 300;
    justify-content: center;
}

.close_btn img{
width: 12px;
    height: 12px;
    cursor: pointer;
}

.input {
    width: 270px;
    height: 52px;
    text-indent: 10px;
    border-radius: 8px;
    border: 1px solid #41a22c;
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .25);
}

#input{
    position: relative;
}

#input:after{
    content: "";
    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;
    margin-right: .5em;
    position: absolute;
    top: 3px;
    left: 19px;
    z-index: 10;
}

#input:before {
    width: 45px;
    height: 50px;
    content: " ";
    background-color: #e9e7e7;
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: 10;
}

.input::placeholder {
    color: #777;
    font-size: 22px;
    font-weight: 400;
}

#phonenumber-input, #pin-input {
    text-align: left;
    padding-left: 50px;
}

#input label {
    display: none;
    font-weight: bold;
    text-align: left;
    margin-left: 5%;
    font-size: 1.25em;
    margin-bottom: 10px;
}

#input .help {
    display: block;
    margin: 14px auto 4px;
    font-size: 12px !important;
    color: #777;
}

.help {
    font: 14px "Roboto", Arial, Helvetica, sans-serif !important;
    margin-bottom: 20px;
}

.cptpl_account,
.cptpl_price {
    font-size: 12px !important;
    font-weight: 400;
    color: #777;
}

.cptpl_description{
    font-weight: 600;
}

.cptpl_account {
  display: initial;
}

#actions {
    padding: 0;
    position: relative;
    z-index: 9;
    margin-top: 0;
}

.resend {
    cursor: pointer;
    color: #777;
    position: relative;
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

#terms {
    margin-top: 10px;
    margin-bottom: 20px;
}

#page > .cptpl_logo.cptpl_logo_static {
    display: block !important;
    padding: 10px 5px;
    max-width: 480px;
    background: #395d8e;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
}

.cptpl_logo.cptpl_logo_static img {
    max-height: 24px;
    width: auto;
    text-align: center;
    margin: 0 auto;
}

#page > img {
    max-height: 40px;
    max-width: 145px;
    margin-left: 1em;
}

#otpDiv {
    display: none;
}

#msisdnDiv {
    display: none;
}

#msisdnDiv .help {
    display: none;
}

.headings1 {
    font-size: 14px;
    margin-bottom: 1px;
}

.headings1 strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

/* General Modal and Loader Styles */
.modal-backdrop.show-true {
    display: block;
}

.error-modal.modalMsg.show-true {
    display: flex !important;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    justify-content: center;
    align-items: center;
}

.hide-aria {
    pointer-events: none!important;
    opacity: 0.25!important;
}

.loader-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    justify-content: center;
    align-items: center;
}

.loader-modal.show-true {
    display: flex !important;
}

.loader-modal-msg {
    background: #fff;
    border-radius: 12px;
    padding: 32px 16px 24px;
}

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

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

}

#wording_header {
    font-size: 12px !important;
    color: #777;
    margin-bottom: 15px;
    background: none;
    font-weight: 300;
}

#wording_description {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: center;
    display: block;
    margin: 16px auto;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #777;
}

#msisdnDiv #terms {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #777;
    font-size: 12px;
}

        #under-footer {
            margin: 0 auto;
            max-width: 400px;
            padding-top: 20px;
            color: #b7b7b7;
        }

        ul {
            list-style-type: none;
            padding: 0;
            overflow: hidden;
            text-align: center;
            margin: 0 auto;
            width: 100%;
            margin-bottom: 15px;
        }

        li {
            display: inline-block;
        }

        li a {
            display: block; 
            font-size: 14px;
            font-weight: 500;
            color: #b7b7b7;
            text-align: center;
            padding: 0 10px;
            text-decoration: underline;
        }

        .p1 {
            font-size: 13px;
            font-weight: 500;
            color: #b7b7b7;
            margin-bottom: 15px;
            display: none;
        }

        .p2 {
            font-size: 13px;
            font-weight: 300;
            color: #b7b7b7;
            margin-bottom: 15px;

        }

#result-message{
    padding: 0 30px;
}
 
/* Result Messages */
.success-message {
    color: #209d34;
    font-size: 1.25em;
    margin-top: 2em;
    text-align: center;
}

.error-message {
    color: #ff4e4e;
    font-size: 1.25em;
    margin-top: 2em;
    text-align: center;
}

.error-details {
    margin-top: 1em;
    font-size: 0.9em;
    color: #fff;
}

.error-reference {
    margin-top: 1.5em;
    font-size: 0.8em;
    color: #d1d1d1 !important;
    text-align: center;
}

/* Content Block Message */
/* Content Block Message */
.cb-blocked-message-container {
    padding: 0;
    margin: 0;
    margin-top: 2em;
}

.cb-blocked-message {
    font-size: 1.18em;
    color: #fff;
    text-align: center;
}

.body-container{
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    overflow: hidden;
    text-align: center;
    text-wrap: balance;
}

/* Buttons */
.home-button {
    display: block;
    margin: 1.5em auto 0;
    padding: 10px 20px;
    background-color: #3AA222;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    max-width: 200px;
}

.home-button:hover {
    background-color: #3AA222;
}

/* Button States */
.accept.cptpl_subscribe.submit[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
    background-color: #a0a0a0 !important;
    color: #666 !important;
    box-shadow: none !important;
}

.accept.cptpl_subscribe.submit.waiting {
    position: relative;
    color: transparent !important;
}

.accept.cptpl_subscribe.submit.waiting::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: button-spinner 1s linear infinite;
}

@keyframes button-spinner {
    to { transform: translate(-50%, -50%) rotate(360deg);
}}