/*
    ---------------------------------------------------------
    WEBSITE GEO POPUP  -  GRAVITY FORM STYLES
    ----------------------------------------------------------
*/



.logoWrapper {
    width: 100%;
    padding: 30px;
    text-align: center;
    float: none;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.modalLogo {
    max-width: 100%;
    max-height: 160px;
}
.snuc__woo_allowed_countries > .gfield_description {
    display: none;
}
.snuc__woo_allowed_countries > label {
    display: block;
    width: 100%;
    margin-top: 0px !important;
    margin-bottom: 24px !important;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}
.snuc__woo_allowed_countries > .ginput_container_select {
    height: 50px;
}
.snuc__woo_allowed_countries select {
    padding: 10px 12px !important;
    height: auto !important;
    font-size: 16px;
}
body #website_geo_popup.style2 .gform_footer {
    display: block !important;
}
.website_geo_popup input[type=submit] {
    text-transform: uppercase !important;
    font-size: 16px;
    padding: 12px;
    min-width: 100% !important;
    display: block;
}


#website_geo_popup_container {
    overflow-y: hidden;
    display: flex;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
}
#website_geo_popup {
    overflow: hidden;
    overflow-y: auto;
    width: 90%;
    max-height: 80%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    /* justify-content: center; */
    max-width: 800px;
    /* padding: 1.25em; */
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}


.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s;
}
@-webkit-keyframes swal2-show {
    0% {
        transform: scale(.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}
@keyframes swal2-show {
    0% {
        transform: scale(.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

.swal2-hide {
    -webkit-animation: swal2-hide .3s;
    animation: swal2-hide .3s;
}
@-webkit-keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.5);
        opacity: 0
    }
}
@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.5);
        opacity: 0
    }
}

#website_geo_popup .close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 5px;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 60px;
    line-height: 60px;
    cursor: pointer;
}
#website_geo_popup .close:hover,
#website_geo_popup .close:focus,
#website_geo_popup .close:active {
    box-shadow: none;
    border: 0px;
    color: #d14529;
}


#website_geo_popup #popup_heading {
    text-align: center;
    /* margin-top: 8px; */
    margin-bottom: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Open Sans;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    /*
    letter-spacing: 1px;
    text-transform: uppercase;
    */
    background: #0072CF;
    color: #fff;
    letter-spacing: 0.5px;
}
#website_geo_popup p {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Open Sans;
}


#website_geo_popup_container .gform_wrapper {
    padding: 0px 38px 20px 38px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
#website_geo_popup_container .gform_wrapper .gform_page_footer input.gform_previous_button {
    top: -110px;
    left: 10px;
    border: 0px !important;
}
#website_geo_popup_container .gform_wrapper .gform_page_footer input.gform_previous_button:hover,
#website_geo_popup_container .gform_wrapper .gform_page_footer input.gform_previous_button:focus,
#website_geo_popup_container .gform_wrapper .gform_page_footer input.gform_previous_button:active {
    color: #0072CF;
    border: 0px !important;
    opacity: 1;
    box-shadow: none;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -webkit-transition: none;
    transition: none;
}

#website_geo_popup_container .gform_wrapper fieldset.gfield--type-radio {
    padding-left: 48px;
    padding-right: 48px;
}


.website_geo_popup .gform_wrapper {
    text-align: left;
}
.website_geo_popup .gform_legacy_markup_wrapper input[type=text],
.website_geo_popup .gform_legacy_markup_wrapper input[type=email],
.website_geo_popup .gform_legacy_markup_wrapper input[type=tel],
.website_geo_popup .gform_legacy_markup_wrapper textarea {
    padding: 8px 16px !important;
    font-size: 16px;
    margin-top: 0px;
}
.website_geo_popup .gform_legacy_markup_wrapper textarea {
    height: 100px !important;
}
.website_geo_popup .charleft {
    display: none !important;
}
.website_geo_popup .consent_text {
    font-size: 13px;
}
.website_geo_popup .gform_legacy_markup_wrapper .gfield_required {
    display: inline-block !important;
}
.website_geo_popup .gform_footer {
    display: inline-block;
    margin-top: 0px !important;
}

.website_geo_popup .swal2-header {
    min-width: 100%;
}
.website_geo_popup .swal2-actions button.swal2-deny {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    color: #cccccc;
    font-size: 45px;
    line-height: 26px;
    padding: 0px !important;
    margin: 0px !important;
    width: 50px;
    height: 42px;
    border: 0px;
}
.website_geo_popup .swal2-actions button.swal2-deny:hover,
.website_geo_popup .swal2-actions button.swal2-deny:focus,
.website_geo_popup .swal2-actions button.swal2-deny:active {
    background-color: transparent !important;
    color: #d14529;
}
.website_geo_popup .swal2-content {
    padding-left: 0px;
    padding-right: 0px;
}
.website_geo_popup .gform_confirmation_wrapper {
    padding: 14px 38px 38px 38px !important;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .website_geo_popup {
        min-width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 767px) {

}
@media only screen and (min-width: 641px) {
    .website_geo_popup .gform_legacy_markup_wrapper input[type=submit] {
        float: right;
        padding: 16px 48px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 640px) {
    #website_geo_popup #popup_heading {
        font-size: 24px;
        line-height: 24px;
    }
    #website_geo_popup_container .gform_wrapper {
        padding: 0px 38px 20px 38px !important;
    }
    .website_geo_popup .gform_legacy_markup_wrapper input[type=submit] {
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 600px) {
    .website_geo_popup {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    #website_geo_popup_container .gform_wrapper {
        padding: 0px 28px 20px 28px !important;
    }
}


/* style2 */
#website_geo_popup.style2 #popup_heading {
    background: transparent !important;
    color: #555555 !important;
    /* display: none; */
    font-size: 24px !important;
    padding-left: 40px;
    padding-right: 40px;
}
#website_geo_popup.style2 .quiz_funnel_wrapper fieldset.ic-theme--porthole {
    font-weight: 500;
    text-align: center;
}
#website_geo_popup.style2 .quiz_funnel_wrapper fieldset.ic-theme--porthole > legend.gform-field-label {
    font-weight: 500;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    width: 100%;
    display: block;
    position: relative;
    float: none;
    clear: both;
    height: auto;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 30px;
}
#website_geo_popup.style2 .quiz_funnel_wrapper fieldset.ic-theme--porthole .gfield_radio {
    justify-content: center;
}
#website_geo_popup.style2 .close {
    width: 60px;
    height: 60px;
    font-size: 50px;
    transition: transform .3s ease-in-out;
}
#website_geo_popup.style2 .close:hover,
#website_geo_popup.style2 .close:focus,
#website_geo_popup.style2 .close:active {
    color: #cccccc;
    transform: rotate(180deg);
}

body #website_geo_popup.style2 .quiz_funnel_wrapper .gform_page_footer {
    padding-bottom: 0px !important;
}
body #website_geo_popup.style2 .quiz_funnel_wrapper .gform_page_footer input.gform_previous_button {
    background-color: transparent !important;
    border: 2px solid transparent !important;
    color: #cccccc !important;
    transition: all 0.06s linear !important;
    top: -20px;
}
body #website_geo_popup.style2 .gform_wrapper.gravity-theme.quiz_funnel_wrapper form .popup .gform_page_footer input.gform_previous_button {
    top: 5% !important;
}
body #website_geo_popup.style2 .quiz_funnel_wrapper .gform_page_footer .gform_previous_button:hover,
body #website_geo_popup.style2 .quiz_funnel_wrapper .gform_page_footer .gform_previous_button:focus,
body #website_geo_popup.style2 .quiz_funnel_wrapper .gform_page_footer .gform_previous_button:active {
    border-color: transparent !important;
    box-shadow: none !important;
    transform: translateX( 3px ) !important;
}
body #website_geo_popup.style2 .gform_footer img.gform_ajax_spinner {
    width: 24px !important;
    max-width: 24px;
    max-height: 48px;
    position: relative;
    margin: 14px auto !important;
    display: block;
}
@media only screen and (max-width: 639px) {
    #website_geo_popup.style2 {
        width: 100%;
    }
    #website_geo_popup.style2 .quiz_funnel_wrapper fieldset.ic-theme--porthole .image-choices-choice-text {
        font-size: 12px;
    }
    body #website_geo_popup.style2 .gform_footer img.gform_ajax_spinner {
        max-width: 28px;
        max-height: 28px;
    }
}

#website_geo_popup.style2 h3.extra_heading {
    font-family: Open Sans;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    position: relative;
    float: none;
    clear: both;
    height: auto;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
#website_geo_popup.style2 .hide_label > legend {
    display: none !important;
}