.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 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;
}.whatsapp-widget {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 9999;
display: flex;
align-items: center;
cursor: pointer;
}
body, .whatsapp-widget, .whatsapp-message-box, .chat-body,  #attendant-name,button#close-chat,.title_form {
font-family: 'Open Sans', sans-serif;
}
.title_form{
padding: 10px 0!important;
margin:0!important;
font-size:12px;
}
hr {
border: none; border-top: 1px solid rgba(0, 0, 0, 0.1); margin: 20px 0; width: 100%; height: 1px; background-color: transparent; }
.whatsapp-message-box {
background-color: #25D366;
color: white;
padding: 10px;
border-radius: 10px;
max-width: 200px;
display: none;
}
.whatsapp-chatbox {
position: fixed;
bottom: 130px;
right: 30px;
width: 400px;
background-color: white;
border: 1px solid #ddd;
border-radius: 10px;
z-index: 9999;
display: flex;
flex-direction: column; height: 400px; max-height: 80vh; overflow: hidden; }
.chat-header {
background-color: #25D366; color: white;
padding: 10px;
display: flex;
align-items: center;
border-radius: 10px 10px 0 0;
position: relative;
gap: 10px; }
.chat-body {
flex-grow: 1; padding: 10px;
font-size: 15px;
overflow-y: auto; max-height: calc(100% - 120px); }
#interest-btn{
background: #2ecc71;
padding: 10px;
border: none;
border-radius: 50px;
color: #fff;
font-weight: bold;
cursor: pointer;
}
#whatsapp-form {
margin-top: 10px;
}
#whatsapp-form input {
width: 100%;
margin-bottom: 10px;
padding: 8px;
} .attendant-photo-container {
width: 50px; height: 50px;
border-radius: 50%;
overflow: hidden;
}
.attendant-photo-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
.attendant-info {
flex-grow: 1;
display: flex;
flex-direction: column;
line-height: 1.2;
}
#attendant-name {
font-size: 16px;
margin: 0;
font-weight: bold;
color: #ffffff;
}
#attendant-status {
font-size: 12px;
color: #e0ffe6; margin: 0;
}
button#close-chat {
background-color: transparent;
border: 2px solid white; color: white;
font-size: 14px; cursor: pointer;
font-weight: bold;
margin-left: auto;
padding: 5px; border-radius: 50%; width: 40px;  display: flex;
align-items: center;
justify-content: center;
} .attendant-message-box {
position: absolute;
right: 140px;
background-color: #fff;
color: #000;
padding: 10px;
font-size: 16px;
z-index: 9999;
display: block;
position: fixed;
bottom: 30px;
z-index: 9999;
display: flex;
align-items: center;
border-radius: 10px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); max-width: 550px;
}
.attendant-message-box:before {
content: "";
position: absolute;
right: -10px;
top: 55%;
transform: translateY(-50%);
width: 0;
height: 0;
border-top: 10px solid transparent;
border-left: 10px solid #fff;
border-bottom: 10px solid transparent;
}
p#first-message,p#last-message {
background: #f2f2f2;
border-radius: 5px;
padding: 10px;
font-size:13px;
} #whatsapp-photo {
position: relative;
border-radius: 50%;
width: 80px;
height: 80px;
overflow: hidden;
margin-right: 10px;
display: flex;
background-color: white;
border: 1px solid;
}
#whatsapp-photo img, #attendant-photo {
width: 100%; height: 100%; object-fit: cover; border-radius: 50%; background-color: #fff;
}
.status-indicator {
position: absolute;
bottom: 12px;
right: 6px;
width: 17px;
height: 17px;
background-color: #2ecc71;
border-radius: 50%;
z-index: 10;
} #whatsapp-photo::before, #whatsapp-photo::after {
content: '';
position: absolute;
border-radius: 50%;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1; border: 2px solid #25D366; opacity: 0; transition: opacity 0.4s, transform 0.4s;
animation: none;
} #whatsapp-photo:hover::before, #whatsapp-photo:hover::after {
opacity: 1;
animation: pulsate 1.5s infinite;
} @keyframes pulsate {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3); opacity: 0.5; }
100% {
transform: scale(1.6); opacity: 0; }
}
.message-with-photo {
display: flex;
align-items: center;
}
.message-photo {
width: 30px; height: 30px;
border-radius: 50%;
margin-right: 10px;
}
#whatsapp-form {
display: flex;
flex-direction: column;
gap: 15px;
padding: 20px;
max-width: 400px;
margin: 0 auto;
}
#whatsapp-form label {
font-size: 14px;
color: #333;
font-weight: bold;
margin-bottom: 5px;
}
#whatsapp-form input[type="text"],
#whatsapp-form input[type="tel"],
#whatsapp-form textarea,
#whatsapp-form select {
width: 100%;
padding: 10px;
font-size: 14px;
color: #333;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
background-color: #fff;
transition: border-color 0.3s;
}
#whatsapp-form input[type="text"]:focus,
#whatsapp-form input[type="tel"]:focus,
#whatsapp-form textarea:focus,
#whatsapp-form select:focus {
border-color: #007bff;
outline: none;
}
#whatsapp-form textarea {
resize: vertical;
min-height: 100px;
}
#whatsapp-form select {
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23007bff' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px top 50%;
background-size: 12px;
}
#whatsapp-form button[type="submit"] {
background-color: #007bff;
color: #fff;
padding: 12px 20px;
font-size: 16px;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
}
#whatsapp-form button[type="submit"]:hover {
background-color: #0056b3;
}
#whatsapp-form button[type="submit"]:active {
background-color: #004085;
}
#success-message {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
padding: 15px;
margin-top: 20px;
border: 1px solid transparent;
border-radius: 4px;
font-size: 16px;
height: 60px;
white-space:nowrap;
}
#success-message strong {
font-weight: bold;
} #typing-indicator {
display: flex;
gap: 4px;
justify-content: flex-start; padding: 10px;
background-color: #f2f2f2;
border-radius: 15px;
border-top-left-radius: 0;
max-width: 50%;
}
#typing-indicator span {
width: 12px;
height: 12px;
background-color: #ccc;
border-radius: 50%;
animation: blink 1s infinite alternate;
} @keyframes blink {
0% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
#typing-indicator span:nth-child(2) {
animation-delay: 0.2s;
}
#typing-indicator span:nth-child(3) {
animation-delay: 0.4s;
}
#interest-btn{
display: none;
}
#whatsapp-photo {
animation: cJoqxJ 1s ease-in-out forwards, jbWYBY 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0px, 0px, 0px);
} @keyframes cJoqxJ {
0% {
transform: scale(0.8);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
} @keyframes jbWYBY {
0% {
transform: translate3d(-30px, 0px, 0px);
}
100% {
transform: translate3d(0px, 0px, 0px);
}
}
p#success-message {
width: 100%;
text-align: left;
padding: 10px;
background-color: #e0f7fa;
border-radius: 5px;
display: block;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
word-break: break-word;
height: 80px;
}
.chat-footer-iteracao {
display: flex;
align-items: center;
padding: 10px;
border-top: 1px solid #ddd;
background-color: #f9f9f9;
border-radius: 0 0 10px 10px;
}
.chat-footer-iteracao input[type="text"] {
flex-grow: 1;
padding: 10px;
border-radius: 20px;
border: 1px solid #ccc;
font-size: 14px;
color: #333;
margin-right: 10px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
transition: border-color 0.3s;
}
.chat-footer-iteracao input[type="text"]:focus {
border-color: #007bff;
outline: none;
}
.chat-footer-iteracao button {
padding: 10px 20px;
background-color: #25D366;
color: white;
font-size: 14px;
font-weight: bold;
border: none;
border-radius: 20px;
cursor: pointer;
transition: background-color 0.3s;
}
.chat-footer-iteracao button:hover {
background-color: #1ebd5b;
} .bot-message {
background-color: #f2f2f2;
color: #333;
padding: 12px 18px;
border-radius: 18px 18px 18px 0px;
margin: 10px 0;
max-width: 70%;
display: inline-block;
font-size: 14px;
line-height: 1.4;
font-weight: normal;
} .user-message {
background-color: #25D366;
color: white;
padding: 12px 18px;
border-radius: 18px 18px 0px 18px;
margin: 10px 0;
max-width: 70%;
display: inline-block;
font-size: 14px;
line-height: 1.4;
font-weight: normal;
text-align: right;
align-self: flex-end; } .chat-body {
display: flex;
flex-direction: column;
gap: 10px;
}
.chat-message {
clear: both;
} .country-select-container {
margin-top: 10px;
width: 100%;
}
#country-select {
width: 100%;
padding: 8px;
border-radius: 8px;
font-size: 14px;
border: 1px solid #ddd;
background-color: #f7f7f7;
cursor: pointer;
transition: border-color 0.3s;
height: 5%;
}
#country-select:focus {
border-color: #25D366;
outline: none;
}
.checkbox-container {
display: flex;
gap: 10px;
margin-top: 10px;
}
.checkbox-container label {
display: flex;
align-items: center;
padding: 5px 15px;
background-color: #ffffff;
border-radius: 20px;
cursor: pointer;
font-weight: bold;
transition: background-color 0.3s;
}
.checkbox-container input[type="radio"] {
display: none;
}
.checkbox-container input[type="radio"]:checked + label {
background-color: #25D366;
color: white;
}  .message-wrapper {
display: flex;
align-items: flex-start;
margin-bottom: 10px; } .attendant-photo {
width: 40px;
height: 40px;
border-radius: 50%;
margin: 15px 10px 0px 0px;
border: 1px solid;
} .bot-message {
background-color: #f2f2f2;
color: #333;
padding: 10px 15px;
border-radius: 10px;
max-width: 70%;
font-size: 14px;
} .user-message {
background-color: #25D366;
color: white;
padding: 10px 15px;
border-radius: 10px;
max-width: 70%;
font-size: 14px;
margin-left: auto; } @media (max-width: 768px) {
.whatsapp-chatbox {
width: 100% !important; right: 0; bottom: 0; border-radius: 0; height: 100vh; max-height: 100vh; }
.chat-body {
max-height: calc(100vh - 150px); }
}