.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;
word-break: 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;
}.n8n-chat-widget-container {
position: fixed;
bottom: 20px;
z-index: 999999;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.n8n-chat-widget-position-right {
right: 20px;
}
.n8n-chat-widget-position-left {
left: 20px;
}
.n8n-chat-widget-button {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #45d3d3;
color: white;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
.n8n-chat-widget-button:hover {
background-color: #37b2b2;
transform: scale(1.05);
}
.n8n-chat-widget-open .n8n-chat-widget-button {
transform: scale(0.9);
}
.n8n-chat-widget-icon {
font-size: 24px;
}
.n8n-chat-widget-svg-icon {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.n8n-chat-widget-svg-icon img,
.n8n-chat-widget-svg-icon .svg-icon,
.n8n-svg-wrapper img {
max-width: 60%;
max-height: 60%;
width: 24px !important;
height: 24px !important;
filter: brightness(0) invert(1); object-fit: contain;
}
.n8n-svg-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
}
.n8n-chat-widget-popup {
position: absolute;
bottom: 80px;
width: 350px;
height: 500px;
background-color: #ffffff;
border-radius: 12px;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
display: none;
flex-direction: column;
overflow: hidden;
transition: all 0.3s ease;
opacity: 0;
transform: translateY(20px);
}
.n8n-chat-widget-popup-open {
opacity: 1;
transform: translateY(0);
}
.n8n-chat-widget-position-right .n8n-chat-widget-popup {
right: 0;
}
.n8n-chat-widget-position-left .n8n-chat-widget-popup {
left: 0;
}
.n8n-chat-widget-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 20px;
background-color: #45d3d3;
color: white;
}
.n8n-chat-widget-title {
font-weight: bold;
font-size: 16px;
}
.n8n-chat-widget-close {
background: none;
border: none;
color: white;
font-size: 24px;
cursor: pointer;
line-height: 1;
padding: 0;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
border-radius: 50%;
}
.n8n-chat-widget-close:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.n8n-chat-widget-frame-container {
flex: 1;
position: relative;
overflow: hidden;
}
#n8n-chat-widget-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
background-color: #fff;
transform-origin: top left;
} .n8n-chat-widget-loading {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
z-index: 1;
}
.n8n-chat-widget-loading::after {
content: "";
width: 40px;
height: 40px;
border: 4px solid #f3f3f3;
border-top: 4px solid #45d3d3;
border-radius: 50%;
animation: n8n-chat-widget-spin 1s linear infinite;
}
@keyframes n8n-chat-widget-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @media (max-width: 480px) {
.n8n-chat-widget-popup {
width: 100%;
height: 80vh;
position: fixed;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
border-radius: 12px 12px 0 0;
}
.n8n-chat-widget-mobile .n8n-chat-widget-button {
width: 50px;
height: 50px;
}
.n8n-chat-widget-mobile .n8n-chat-widget-icon {
font-size: 20px;
}
}