/* Common styles - START */

.hidden {
    display: none !important;
}

.common_background {
    background-color: white;
    overflow-x: hidden;
    font-size: 12px;
    width: 100%;
    height: 100%;
    color: #50535a;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    font-family: Arial;
}

.common_text_config {
    width: 95%;
    padding: 2px 0px 2px 0px;
    font-size: 1.2em;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    color: #333;
}

.common_button_config {
    width: 8em;
    height: 1.3em;
    font-size: 1.5em;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #1d4289;
    border: solid 1px #1d4289;
    background: white;
    cursor: pointer;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: center;
    padding: 8px 8px 8px 8px;
}

.common_textbox_config {
    color: #111;
    background: white;
    padding: 0px;
    padding-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0.2em;
    width: 210px;
    border: solid 1px #979797;
    text-align: center;
    min-width: 30%;
    max-width: 60%;
    height: 2em;
    font-size: 1.5em;
}

.common_hide {
    display: none;
}

.common_textcenter {
    text-align: center;
}

.space_100 {
    height: 100px;
}

.space_60 {
    height: 60px;
}

.space_15 {
    height: 15px;
}

.space_20 {
    height: 20px;
}

.space_30 {
    height: 30px;
}

.space_40 {
    height: 40px;
}

.space_10 {
    height: 10px;
}

.space_5 {
    height: 5px;
}

.space_2 {
    height: 2px;
}

.top_10 {
    margin-top: 1em;
}

.banner_main_div {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.banner_main_div .banner_secondary_div {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.banner_main_div .banner_secondary_div img {
    width: 95%;
    height: 95%;
    max-height: fit-content;
    overflow: hidden;
    background-color: transparent;
}


/* Layout page styles - START */

.layout_div_header {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #02aae0;
    height: 38px;
    padding: 0.1rem 0 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

.layout_logo {
    width: 100%;
    padding-top: 5px;
    text-align: center;
    cursor: pointer;
}

.layout_logo::before {
    content: 'emocion';
    font-size: 1em;
    margin-left: 1em;
}

.layout_secondarylogo {
    background-color: white;
    text-align: center;
}

.layout_secondarylogo_img {
    height: auto;
    width: auto;
    padding: 1em;
}


/* Layout page styles - END */



/* Subscription page styles - START */

.subscription_background {
    background-color: white;
}

.btn-disabled {
    background-color: #cccccc;
    color: #666666;
    pointer-events: none;
}

.subscription-btn-disabled {
    background-color: #cccccc;
    color: #666666;
    pointer-events: none;
}

.subscriptiontext_div {
    color: black;
    margin-top: 1em;
    margin-bottom: 0em;
    text-align: center;
    width: 85%;
    font-size: 1.2em;
}

.confirmsubscriptiontext_div {
    color: black;
    margin-top: 1em;
    margin-bottom: 0em;
    text-align: center;
    width: 85%;
    font-size: 1.2em;
}

.subscriptiontext_div a {
    color: #00a9e0;
    text-decoration: underline;
    display: inline;
}

.subscription_buttons_main_div {
    display: grid;
}

.confirmsubscription_buttons_main_div {
    display: grid;
}

.subscription_div_subscribe_button {
    margin-right: auto;
    margin-left: auto;
}

.confirmsubscription_div_confirm_button {
    margin-right: auto;
    margin-left: auto;
}

.subscription_content_div {
    border-style: solid;
    margin: 1em;
    border-color: whitesmoke;
    border-radius: 0.5em;
}

.subscription_cancel_button {
    color: #1d4289;
    border: solid 1px #1d4289;
    background: white;
}

.subscription_subscribe_button {
    background: #5b1f69;
    width: 8em;
    height: 2.3em;
    font-size: 1.5em;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.confirmsubscription_confirm_button {
    background: #5b1f69;
    width: 8em;
    height: 1.3em;
    font-size: 1.5em;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.subscription_tandctextstyle {
    margin-top: 0em;
    font-size: 1.1em;
    text-align: left;
    font-weight: normal;
    font-family: Arial;
    color: #4f4c4c;
}

.subscription_banneroverlay_containerdiv {
    position: relative;
    width: 100%;
    display: none;
}

.subscription_banneroverlay_div {
    color: white;
    font: 14px Helvetica, sans-serif;
    letter-spacing: -1px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    float: left;
    position: absolute;
    left: 0px;
    bottom: 1px;
    width: 100%;
}

.subscription_tandclist {
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
    text-align: center;
}

.subscription_tandclist li {
    margin-left: 2em;
    color: black;
    text-align: right;
}

.subscription_tandclist ul {
    margin: 0.75em 0;
    padding: 0 2em;
    list-style-type: disc;
    line-height: 1.5em;
}


/* Subscription page styles - END */


/* Subscription Confirmation page styles - START */

.subscriptionconfirmation_subscriptionmessage_text {
    width: 95%;
    text-align: center;
    padding: 0px 0px 0px 0px;
    font-size: 1.3em;
    margin-left: auto;
    margin-right: auto;
    float: right;
    max-width: 78%;
    font-size: 1.2em;
    text-align: left;
    font-weight: normal;
    color: black;
    line-height: 1.3em;
    margin-bottom: 1em;
}

.subscriptionconfirmation_subscriptionmessage_text a {
    color: #00a9e0;
    text-decoration: underline;
    display: inline;
}

.subscriptionconfirmation_text_medium_header {
    font-size: medium;
    color: black;
    text-align: center;
    margin: 1em;
    line-height: 1.4em;
}

.subscriptionconfirmation_span_1 {
    color: #ff7b57;
    font-weight: bold;
    font-size: 1.2em;
}

.subscriptionconfirmation_span_2 {
    color: #fd267d !important;
    text-decoration: none !important;
    font-size: 1.3em;
    font-weight: normal;
    font-style: italic;
    line-height: normal;
}

.subscriptionconfirmation_okay_button {
    background: #5b1f69;
    color: white;
    border-radius: 12px;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    height: 1.5em;
    text-decoration: none;
    width: 6em;
}

.subscriptionconfirmation_tandclist {
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
}

.subscriptionconfirmation_tandclist li {
    margin-left: 2em;
    color: black;
}

.subscriptionconfirmation_tandclist ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style-type: disc;
}

.subscriptionconfirmation_tandclist li:before {
    content: '';
    border-color: transparent #1d4289;
    border-style: solid;
    border-width: 0.6em 0 0.6em 0.75em;
    display: none;
    height: 0;
    width: 0;
    left: -1.3em;
    top: 1.2em;
    position: relative;
}

.subscriptionconfirmation_tandclist a {
    color: black;
    text-decoration: underline;
    display: inline;
}

.tandctickicon {
    float: left;
    max-width: 25%;
    padding: 1.2em;
}


/* Subscription Confirmation page styles - END */


/* Error page styles - START */

.error_errorheading {
    color: #ff0000;
    font-size: 1.4em;
    font-weight: bold;
}

.errorpage_heading_1 {
    font-size: 1.2em;
    color: #000;
    font-family: Arial;
    font-family: Arial;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.error_div_messagecontainer {
    border-radius: 1.2em;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    margin-left: 2em;
    margin-right: 2em;
    height: 17em;
    margin-top: 3em;
    margin-bottom: 2em;
}

.error_errormessage_text {
    font-size: 1.2em;
    color: #000;
    font-family: Arial;
    font-family: Arial;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.error_okay_button {
    height: 1.2em;
    box-shadow: none;
    background: #ff0055;
    font-weight: 600;
    color: black;
    padding-top: 0.8em;
    font-size: 16px;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    border: #ff0055;
    margin-top: 20px;
}


/* Error page styles - END */


/* Enter number page styles - START */

.enternumber_main_text {
    color: black;
    text-align: center;
}

.enternumber_main_text h4 {
    font-size: 1.6em;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 1em;
    margin-right: 1em;
}

.enternumber_main_text h5 {
    font-size: 1.2em;
    font-weight: lighter;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
}

.enternumber_textbox {
    text-align: center;
    height: 24px;
    width: 120px;
}

.entermsisdn_countrycode_textbox {
    width: 20%;
    display: inline;
    text-align: center;
    background: white;
    border-radius: 0.2em;
    min-width: 20%;
    height:24px;
    font-size: 13px;
    border: 1px solid #cacaca;
    color: #111;
}

.enternumber_errormessage {
    color: #e40000;
    text-align: center;
    width: 95%;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.hiddenErrorMessage {
    display: none;
}

.enternumber_confirm_button {
    width: 45%;
  	margin-top: 20px;
    background: #ff0055;
    background-image: none;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 16px;
    color: white;
    border: solid 1px #ff0055;
    box-shadow: none;
}



/* Enter number page styles - END */


/* Enter OTP page styles - START */

.enterotp_main_text {
    color: black;
    text-align: center;
}

.enterotp_main_text h4 {
    font-size: 1.6em;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: center;
    color: #1eb93e;
    font-family: 'Roboto Condensed', sans-serif;
}

.enterotp_main_text h5 {
    font-size: 1.2em;
    font-weight: lighter;
    font-style: normal;
    font-stretch: condensed;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    width: 95%;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 1em;
    margin-right: 1em;
}

.enterotp_textbox {
    width: 210px;
    border: solid 1px #979797;
    text-align: center;
    min-width: 30%;
    max-width: 60%;
    height: 2em;
    font-size: 1.5em;
}

.enterotp_errormessage {
    color: #e40000;
    text-align: center;
    width: 95%;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.enterotp_resendotp {
    cursor: pointer;
    color: #4a4a4a;
    text-decoration: underline;
    line-height: 1.13;
}

.enterotp_confirm_button {
    width: 30%;
    margin-top: 0.8em;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background: #5b1f69;
    background-image: none;
    width: 6em;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 1.8em;
    color: white;
}

/* Enter OTP page styles - END */