.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}body {
font-family: 'Roboto', sans-serif; }
.smsquicker-country-mobile-group {
display: flex;
gap: 10px;
}
#smsquicker-country-code {
width: 25%;
margin-bottom: 15px; border: 1px solid #e2e2e2; border-radius: 5px; font-size: 1rem;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: border-color 0.3s, box-shadow 0.3s; text-align: center;
}
.smsquicker-update-details-popup-side-image {
width: 38%; background-size: cover;
background-position: center;
flex-shrink: 0; object-fit: cover; }
.smsquicker-update-details-popup-content {
display: flex;
flex-direction: row; align-items: stretch; justify-content: center;
max-width: 780px; margin: auto;
background-color: #fff; border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
width: 100%; }
#smsquicker-update-details-popup {
flex-grow: 1; display: flex;
flex-direction: column; justify-content: center;
align-items: center;
text-align: center;
padding: 30px; } #smsquicker-details-updated-succes-popup-woocommerce,
#smsquicker-details-updated-succes-popup-wordpress {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1010;
background-color: rgba(0, 0, 0, 0.6);
align-items: center;
justify-content: center;
}
#smsquicker-woocommerce-success-popup-content,
#smsquicker-wordpress-success-popup-content {
background-color: #fff;
width: 80%;
max-width: 500px;
padding: 30px;
text-align: center;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
border-radius: 12px;
}
.woocommerce-details-updated-success-image,
.wordpress-details-updated-success-image {
margin-bottom: 20px;
}
.smsquicker-details-updated-title-woocommerce,
.smsquicker-details-updated-title-wordpress {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 15px;
color: #333;
}
.smsquicker-details-updated-description-woocommerce,
.smsquicker-details-updated-description-wordpress {
font-size: 1rem;
margin-bottom: 10px;
color: #666;
}
.smsquicker-details-updated-offer-time-woocommerce,
.smsquicker-details-updated-offer-time-wordpress {
font-size: 0.9rem;
margin-bottom: 20px;
color: #888;
}
.smsquicker-details-updated-continue-btn {
background-color: #0073aa;
color: #fff;
padding: 12px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 1.1rem;
font-weight: 500;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s, transform 0.3s;
}
.smsquicker-details-updated-continue-btn:hover {
background-color: #005a87;
transform: translateY(-2px);
} .woocommerce-details-updated-success-image img,
.wordpress-details-updated-success-image img {
max-width: 100%;
height: auto;
}
#smsquicker-update-details-popup-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background-color: rgba(0, 0, 0, 0.6);
display: flex;
align-items: center; 
justify-content: center;
opacity: 0; visibility: hidden; transition: opacity 0.5s ease, visibility 0.5s ease; }
.smsquicker-update-details-title {
font-size: 23px; font-weight: 600; margin-bottom: 12px; color: #111; }
.smsquicker-update-details-title-description {
font-size: 18px;
color: #333;
margin-bottom: 20px;
}
#smsquicker-update-details-form {
width: 100%;
}
#smsquicker-update-details-form input[type="text"],
#smsquicker-update-details-form input[type="email"] {
width: 100%;
padding: 12px; margin-bottom: 15px; border: 1px solid #e2e2e2; border-radius: 5px; font-size: 1rem;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: border-color 0.3s, box-shadow 0.3s; }
#smsquicker-update-details-form input[type="text"]:focus,
#smsquicker-update-details-form input[type="email"]:focus {
border-color: #0073aa; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
#smsquicker-update-details-form input[type="submit"] {
background-color: #0073aa;
color: #fff;
width: 100%;
padding: 12px 20px; border: none;
border-radius: 5px; cursor: pointer;
font-size: 1.1rem; font-weight: 500; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); transition: background-color 0.3s, transform 0.3s; }
#smsquicker-update-details-form input[type="submit"]:hover {
background-color: #005a87;
transform: translateY(-2px); }
#smsquicker-popup-close-btn {
position: absolute;
top: 10px;
right: 10px;
background: transparent;
border: none;
font-size: 1.5rem;
cursor: pointer;
color: #fff; transition: color 0.3s; }
#smsquicker-popup-close-btn:hover {
color: #555; } .show_update_details_popup_button {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 2000;
cursor: pointer;
background-color: #0073aa;
border-radius: 50%;
padding: 10px;
box-shadow: 0 2px 6px rgba(0,0,0,0.3);
} .show_update_details_popup_button img {
display: block;
max-width: 40px;
height: auto;
animation: wiggle 1s ease-in-out infinite;
} @keyframes wiggle {
0%, 100% { transform: rotate(-3deg); }
50% { transform: rotate(3deg); }
} @media (max-width: 480px) {
#smsquicker-update-details-popup-container {
align-items: flex-end;
justify-content: center;
}
.smsquicker-update-details-popup-content {
position: fixed;
bottom: -100%; left: 0;
width: 100%;
max-width: 100%;
border-radius: 12px 12px 0 0;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
transition: bottom 0.5s ease-in-out;
overflow: hidden;
}
.smsquicker-update-details-popup-content.active {
bottom: 0; }
.smsquicker-update-details-popup-side-image {
display: none; }
#smsquicker-popup-close-btn {
top: 5px;
color: #333;
}
#smsquicker-update-details-popup {
padding: 20px;
} #smsquicker-update-details-form input[type="text"],
#smsquicker-update-details-form input[type="email"],
#smsquicker-update-details-form input[type="submit"] {
padding: 10px;
font-size: 0.9rem;
}
}