.wacv-modal-get-email {
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
background-color: rgba(0, 0, 0, 0.4);
color: #1b1b1b;
}
.wacv-modal-get-email .wacv-recaptcha-field * {
box-sizing: border-box;
}
.wacv-modal-get-email .wacv-recaptcha-field .wacv-recaptcha {
width: 100%;
margin: auto;
text-align: center;
display: flex;
max-width: 100%;
}
.wacv-modal-get-email .wacv-recaptcha-field .wacv-recaptcha > div {
margin: auto;
}
.wacv-modal-get-email .wacv-recaptcha-field .wacv-recaptcha > div.wacv-recaptcha-error {
border: 1px solid red;
}
.wacv-modal-wrapper {
position: absolute;
margin: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 500px;
}
.wacv-modal-content {
position: relative;
padding: 25px;
border-radius: 3px;
box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(43, 43, 43, 0.24), 0 10px 20px rgba(0, 21, 64, 0.15);
}
.wacv-close-popup:not(.wacv-close-text) {
color: #000;
position: absolute;
right: 5px;
top: 5px;
font-size: 35px;
font-weight: 400;
width: 25px;
height: 25px;
line-height: 0.7;
text-align: center;
vertical-align: middle;
}
.wacv-close-popup:hover, .wacv-close-popup:focus {
color: #ccc;
text-decoration: none;
cursor: pointer;
}
.wacv-close-text {
text-align: center;
margin-top: 15px;
line-height: 0;
}
.wacv-popup-input-email:focus, .wacv-popup-input-phone-number:focus, button:focus {
outline: none !important;
}
.wacv-get-email-title {
margin-bottom: 10px;
text-align: center;
font-weight: 600;
font-size: 2rem;
line-height: 1;
}
.wacv-get-email-sub-title {
margin: 15px 0;
line-height: 1;
text-align: center;
}
.fb-messenger-checkbox-container {
margin: -10px -12px;
}
.wacv-modal-get-email.template-1 .wacv-popup-input-email {
width: 100%;
margin: 10px 0;
box-shadow: none;
line-height: 1;
padding: 10px;
border-radius: 3px;
}
.wacv-modal-get-email.template-1 .wacv-get-customer-phone-number {
display: flex;
border-radius: 3px;
margin: 10px 0;
overflow: hidden;
}
.wacv-modal-get-email.template-1 .wacv-country-calling-code {
border: none;
outline: none;
padding: 10px;
line-height: 1;
background-color: rgba(0, 0, 0, 0.05);
}
.wacv-modal-get-email.template-1 .wacv-country-calling-code option {
background-color: white;
}
.wacv-modal-get-email.template-1 .wacv-popup-input-phone-number {
flex-grow: 1;
border: none;
margin: 0;
box-shadow: none;
padding: 10px;
line-height: 1;
}
.wacv-modal-get-email.template-1 .wacv-get-email-btn {
display: inline-block;
margin-top: 10px;
padding: 10px;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
text-align: center;
cursor: pointer;
white-space: nowrap;
border-radius: 3px;
font-weight: 500;
font-size: 16px;
flex: 1;
text-transform: capitalize;
line-height: 1.2;
width: 100%;
}
.wacv-modal-get-email.template-2 .wacv-get-email-btn {
display: inline-block;
vertical-align: middle;
text-decoration: none;
text-align: center;
cursor: pointer;
white-space: nowrap;
font-weight: 500;
font-size: 16px;
text-transform: capitalize;
line-height: 1.5;
padding: 10px 20px;
}
.wacv-modal-get-email.template-2 .wacv-popup-input-email {
width: 100%;
height: auto;
margin: unset;
box-shadow: none !important;
line-height: 1.5;
padding: 10px !important;
}
.wacv-modal-get-email.template-2 .wacv-recaptcha-field {
margin-top: 10px;
}
.wacv-exe-group {
display: flex;
}
.wacv-btn-margin {
margin: 0 0 0 10px;
}
.wacv-btn-first {
margin: 0;
}
.wacv-email-invalid-notice, .wacv-phone-number-invalid-notice {
display: none;
}
.wacv-gdpr-group {
width: 100%;
margin-top: 10px;
}
input[type=checkbox].wacv-gdpr-checkbox {
vertical-align: middle;
margin: 0 3px 0 0;
}
.wacv-gdpr-content {
vertical-align: middle;
}
input[type=checkbox].wacv-error {
outline: 2px solid red;
outline-offset: 2px;
}
.wacv-gdpr-content p {
margin: 0;
display: initial;
}
@media screen and (max-width: 600px) {
.wacv-get-email-title {
font-size: 1.5rem;
}
.wacv-modal-wrapper {
width: 100%;
}
.wacv-get-email-btn-group {
flex-direction: column;
}
.wacv-btn-margin {
margin-left: 0;
}
}