﻿
html, body, #frmcms {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
}

body, input, textarea, select {
    font-family: 'Avenir', 'Lato', sans-serif !important;
}

html, body, #frmcms {
    height: 100%;
    background-color: #fffff;
}

x {
    display: none !important;
}

.large-part {
    display: none;
}

.the_line {
    height: 2px;
    width: 100%;
    background-color: #e6e6e6;
    margin-top: 1em;
    display: block;
    margin-bottom: 2em;
}

.the_line_feedback {
    margin-bottom: 20px;
}

.the_big_whatsapp_signup_party_box {
    width: calc(100% - 70px);
    background-color: #f0f0f0;
    border-radius: 3px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px;
    position: relative;
}
.WhatsAppBox {padding-top: 20px}

@media (min-width: 600px) {
    .the_big_whatsapp_signup_party_box {
        width: 500px;
        margin-top: 3.5em;
        margin-bottom: 3.5em;
    }
}

@media (min-width: 900px) {
    .the_big_whatsapp_signup_party_box {
        margin-top: 5em;
        margin-bottom: 5em;
    }
}

.the_title {
    text-align: center;
    font-size: 2.2em;
    font-weight: 500;
    color: #6f6f6f;
    padding-bottom: 20px;
}

.the_title2 {
    text-align: center;
    font-size: 2.2em;
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
}

.logoimagebkg {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 8px;
    text-align: center;
    background-color: #455963;
}

.logoimage {
    text-align: left;
}


@media (min-width: 600px) {
    .the_title {
        font-size: 2em;
    }
}

.the_info {
    padding: 7px 20px 0px 20px;
    font-size: 1.1em;
    text-align: center;
    color: #606060;
}

.unsubscribe-info {
    font-size: 0.95em;
    text-align: center;
    color: #606060;
}

.unsubscribe-link {
    color: #7f99cd;
}

.one_of_the_labels {
    margin-bottom: .2em;
}

.one_of_the_boxes {
    height: 40px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d1d1d1 !important;
    line-height: 40px;
    color: #c4c4c4;
    border-radius: 4px;
    margin-bottom: 1.4em;
}

.one_of_the_boxes_feedback {
    margin-bottom: 1em;
}

.one_of_the_boxes.error {
    border: 1px solid #e55;
}

#box-english-subscribe {
    display: none;
    padding: 20px 10px 30px 10px;
    color: #777;
}

#add_to_eng_holder {
    display: block;
    margin-top: 10px;
}

@media (min-width: 600px) {
    .one_of_the_boxes {
        margin-bottom: 2em;
    }

    .one_of_the_boxes_feedback {
        margin-bottom: 1em;
    }

    #box-english-subscribe {
        padding: 20px 30px 30px 30px;
    }
}

.one_of_the_boxes_no_bottom_margin {
    margin-bottom: 0px;
}

.icon_box {
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #d4d4d4;
}

.person {
    background-image: url(/img/person.png);
}

.email {
    background-image: url(/img/email.png);
}

.birth {
    background-image: url(/img/birth.png);
}

.country-icon {
    background-image: url(/img/globe.png);
}

.category {
    background-image: url(/img/category.png);
}

.phone {
    background-image: url(/img/whatsapp.png);
}

.gender {
    background-image: url(/img/gender.png);
}

.referral {
    background-image: url(/img/speak.png); 
}

.location {
    background-image: url(/img/location.png);
}

.the_save_button, .the_done_button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 40px 0px 10px 0px;
    padding: 0px 20px;
    background-color: #41c459;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 1em;
    float: right;
}

.the_save_button:hover {
    background-color: #488dc9;
}

.scan_info {
    text-align: center;
    color: #b4b4b4;
    margin-top: 2em;
}

.phone-number-info {
    margin: 0px 0px 20px 0px;
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.download_info {
    text-align: center;
    color: #5a8ad8;
    margin-top: 40px;
    text-decoration: underline;
}

.the_QR_code {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.the_QR_code_image {
    width: 200px;
    height: 200px;
    box-shadow: 0px 0px 2px #878787;
    border-radius: 3px;
}

.results {
    font-style: italic;
    color: #777;
}

/* sizes for phone input boxes */
.intl-tel-input {
    width: calc(100% - 50px);
}

.intl-tel-input input {
    width: 100% !important;
}

.country-list {
    -webkit-overflow-scrolling: touch;
}

/* extras */
input[type="text"], input[type="tel"], select {
    display: inline-block;
    width: calc(100% - 40px);
    height: 100%;
    padding-left: 5px;
    font-size: 1.05em;
    color: #757575;
    border: none;
    box-sizing: border-box;
    border-radius: 0px;
}

input[type="text"], input[type="tel"] {
    padding-left: 8px;
    height: calc(100% - 1px);
}

input[type="text"]:focus, select:focus, textarea:focus {
    outline: 0;
}

.red-results {
    color: #e26e6e;
}

::placeholder {
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}


/* feedback page */
#feedback-holder {
    display: block;
}

#message {
    line-height: 24px;
    padding: 5px;
    font-size: 1.05em;
    color: #757575;
}

#btnSend {
    margin-top: 20px;
}

.radio-button-label {
    display: block;
    margin-top: 8px;
}

#recent_posts {
    display: none;
    width: calc(100% - 30px);
    height: 35px;
    margin: 10px 0px 0px 30px;
    color: #424242;
    background-color: #f2f2f2;
    border: 1px solid #d1d1d1;
}

#full_name_holder {
    margin-top: 30px;
}
