.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;
}#ngo-chat-root{position:fixed;right:20px;bottom:80px;z-index:99999;font-family:"Roboto","Segoe UI",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;--ngo-brand:#4D9C43;--ngo-brand-d:#3C7E34;} .chat_box{bottom:158px!important;}
#ngo-chat-btn{position:relative;width:60px;height:60px;border-radius:50%;background:var(--ngo-brand);border:none;cursor:pointer;box-shadow:0 8px 24px rgba(17,24,39,.20);display:flex;align-items:center;justify-content:center;transition:transform .18s ease,background .18s ease;}
#ngo-chat-btn:hover{background:var(--ngo-brand-d);transform:scale(1.06);}
#ngo-chat-btn svg{width:28px;height:28px;fill:#fff;}
#ngo-chat-panel{display:none;flex-direction:column;width:384px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 100px);max-height:calc(100dvh - 100px);background:#fff;border:1px solid #ECECEE;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgba(17,24,39,.18);transform-origin:bottom right;}
#ngo-chat-root.open #ngo-chat-panel{display:flex;animation:ngoPop .2s cubic-bezier(.2,.8,.2,1);}
@keyframes ngoPop{from{opacity:0;transform:translateY(10px) scale(.98);}to{opacity:1;transform:none;}}
#ngo-chat-root.open #ngo-chat-btn{display:none;} #ngo-chat-teaser{position:absolute;right:74px;bottom:9px;max-width:240px;white-space:nowrap;display:none;background:#fff;color:#111827;border:1px solid #ECECEE;border-radius:14px;border-bottom-right-radius:4px;box-shadow:0 10px 30px rgba(17,24,39,.16);padding:11px 14px;font-size:13.5px;line-height:1.4;cursor:pointer;animation:ngoPop .25s ease;}
#ngo-chat-teaser.show{display:block;}
#ngo-chat-root.open #ngo-chat-teaser{display:none!important;}
.ngo-teaser-x{position:absolute;top:-9px;right:-9px;width:22px;height:22px;border-radius:50%;background:#fff;border:1px solid #E5E7EB;color:#6B7280;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.14);}
.ngo-teaser-x:hover{background:#F3F4F6;color:#111827;} .ngo-head{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #F0F0F2;}
.ngo-logo{height:26px;width:auto;max-width:150px;object-fit:contain;display:block;}
.ngo-title{flex:1;font-family:"Roboto","Segoe UI",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;font-size:19px;font-weight:700;letter-spacing:.1px;color:#111827;line-height:1.2;}
.ngo-close{margin-left:auto;background:#fff;border:1px solid #E5E7EB;color:#6B7280;cursor:pointer;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s,border-color .15s;}
.ngo-close:hover{background:#F3F4F6;color:#111827;border-color:#D1D5DB;}
.ngo-close svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;} .ngo-body{flex:1;overflow-y:auto;padding:16px 16px 8px;background:#fff;display:flex;flex-direction:column;}
.ngo-date{align-self:center;color:#9CA3AF;font-size:12px;margin:2px 0 14px;}
.ngo-row{display:flex;align-items:flex-end;gap:8px;margin-bottom:8px;}
.ngo-bot-row{justify-content:flex-start;}
.ngo-user-row{justify-content:flex-end;}
.ngo-ava{width:30px;height:30px;border-radius:8px;object-fit:cover;flex:0 0 30px;background:#F3F4F6;}
.ngo-bot-row.grp .ngo-ava{visibility:hidden;}
.ngo-msg{max-width:76%;padding:10px 14px;font-size:14px;line-height:1.5;border-radius:16px;word-wrap:break-word;white-space:pre-wrap;}
.ngo-bot{background:#F3F4F6;color:#111827;border-bottom-left-radius:5px;}
.ngo-user{background:var(--ngo-brand);color:#fff;border-bottom-right-radius:5px;}
.ngo-err{background:#FEECEC;color:#B42318;}
.ngo-typing{display:inline-flex;gap:4px;align-items:center;}
.ngo-typing span{width:7px;height:7px;border-radius:50%;background:#B0B4BA;animation:ngoB 1.2s infinite;}
.ngo-typing span:nth-child(2){animation-delay:.2s}.ngo-typing span:nth-child(3){animation-delay:.4s}
@keyframes ngoB{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}} .ngo-foot{border-top:1px solid #F0F0F2;padding:10px 12px 12px;background:#fff;}
.ngo-quick{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-bottom:10px;}
.ngo-quick button{background:#fff;border:1px solid #D8DBDF;color:#374151;font-size:13px;line-height:1.3;padding:8px 14px;border-radius:18px;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s,border-color .15s;}
.ngo-quick button:hover{background:#F3F4F6;border-color:#B9BDC3;} .ngo-lead{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;background:var(--ngo-brand);color:#fff;border:none;border-radius:10px;padding:10px 12px;font-size:13.5px;font-weight:600;cursor:pointer;font-family:inherit;margin:0 0 10px;transition:background .15s;}
.ngo-lead:hover{background:var(--ngo-brand-d);}
.ngo-lead svg{width:16px;height:16px;fill:#fff;flex:0 0 16px;}
.ngo-foot-sep{border:none;border-top:1px solid #F0F0F2;margin:0 0 10px;}
.ngo-inrow{display:flex;align-items:center;gap:8px;}
.ngo-inrow textarea{flex:1;resize:none;border:1px solid #E5E7EB;outline:none;background:#F7F8FA;border-radius:22px;padding:10px 16px;font-size:16px;font-family:inherit;color:#111827;max-height:90px;line-height:1.4;transition:border-color .15s,background .15s;}
.ngo-inrow textarea:focus{border-color:var(--ngo-brand);background:#fff;}
.ngo-inrow textarea::placeholder{color:#9CA3AF;}
.ngo-attach{background:none;border:none;cursor:pointer;color:#9CA3AF;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex:0 0 34px;transition:background .15s,color .15s;}
.ngo-attach:hover{color:#374151;background:#F3F4F6;}
.ngo-attach svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.ngo-send{background:var(--ngo-brand);border:none;border-radius:50%;width:38px;height:38px;flex:0 0 38px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;}
.ngo-send:hover{background:var(--ngo-brand-d);}
.ngo-send svg{width:17px;height:17px;fill:#fff;} .ngo-form{padding:16px;background:#fff;overflow-y:auto;flex:1;display:none;}
#ngo-chat-root.form-on .ngo-form{display:block;}
#ngo-chat-root.form-on .ngo-body,#ngo-chat-root.form-on .ngo-foot{display:none;}
.ngo-form h5{margin:0 0 4px;font-size:16px;color:#111827;font-weight:700;}
.ngo-form .sub{margin:0 0 14px;font-size:13px;color:#6B7280;}
.ngo-form label{display:block;font-size:12.5px;color:#374151;margin:10px 0 4px;font-weight:600;}
.ngo-form input,.ngo-form textarea{width:100%;border:1px solid #E5E7EB;border-radius:10px;padding:10px 12px;font-size:16px;font-family:inherit;box-sizing:border-box;color:#111827;background:#fff;}
.ngo-form input:focus,.ngo-form textarea:focus{outline:none;border-color:var(--ngo-brand);}
.ngo-form .hp{position:absolute;left:-9999px;}
.ngo-submit{width:100%;background:var(--ngo-brand);color:#fff;border:none;padding:12px;border-radius:12px;font-weight:700;cursor:pointer;margin-top:16px;font-size:14px;font-family:inherit;}
.ngo-submit:hover{background:var(--ngo-brand-d);}
.ngo-back{background:none;border:none;color:#6B7280;font-size:13px;cursor:pointer;margin-top:10px;width:100%;font-family:inherit;}
.ngo-formerr{color:#B42318;font-size:13px;margin-top:8px;background:#FEECEC;border:1px solid #F5C6C4;border-radius:8px;padding:8px 10px;} .ngo-done{display:none;text-align:center;padding:22px 6px 8px;}
.ngo-form.done > *:not(.ngo-done){display:none!important;}
.ngo-form.done .ngo-done{display:block;}
.ngo-done-ic{width:56px;height:56px;border-radius:50%;background:#E6F4EA;color:#137333;font-size:30px;line-height:56px;margin:0 auto 14px;font-weight:700;}
.ngo-done-msg{color:#111827;font-size:14.5px;line-height:1.55;margin:0 0 18px;}
.ngo-done-back{background:var(--ngo-brand);color:#fff;border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;}
.ngo-done-back:hover{background:var(--ngo-brand-d);}
@media(max-width:480px){
#ngo-chat-root{right:12px;bottom:76px;} #ngo-chat-root.open #ngo-chat-panel{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100dvh;max-width:none;max-height:none;border:none;border-radius:0;}
#ngo-chat-teaser{right:66px;max-width:60vw;white-space:normal;}
.chat_box{bottom:150px!important;}
}
#ngo-chat-root button:focus-visible,#ngo-chat-root textarea:focus-visible,#ngo-chat-root input:focus-visible{outline:2px solid var(--ngo-brand);outline-offset:2px;}
@media(prefers-reduced-motion:reduce){#ngo-chat-btn,#ngo-chat-root.open #ngo-chat-panel,.ngo-typing span{animation:none!important;transition:none!important;}} #ngo-chat-root button{margin:0!important;min-height:0!important;min-width:0!important;line-height:normal!important;text-transform:none!important;letter-spacing:normal!important;text-indent:0;-webkit-appearance:none;appearance:none;}
#ngo-chat-root .ngo-submit{margin-top:16px!important;}
#ngo-chat-root .ngo-back{margin-top:10px!important;} #ngo-chat-root .ngo-lead{margin:0 0 12px!important;}
#ngo-chat-root.open #ngo-chat-panel{display:flex!important;flex-direction:column!important;}
.ngo-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;}
.ngo-foot{flex:0 0 auto!important;}
.ngo-quick{max-height:120px;overflow-y:auto;}
#ngo-chat-root svg{max-width:none!important;} #ngo-chat-btn,#ngo-chat-root .ngo-send,#ngo-chat-root .ngo-close,#ngo-chat-root .ngo-teaser-x{padding:0!important;}
#ngo-chat-root .ngo-inrow textarea{min-height:0!important;height:44px;margin:0!important;box-sizing:border-box!important;} #ngo-chat-root .ngo-inrow{align-items:center!important;}
#ngo-chat-root .ngo-send{margin:0!important;align-self:center!important;}
#ngo-chat-btn svg{width:28px!important;height:28px!important;}
#ngo-chat-root .ngo-send svg{width:17px!important;height:17px!important;}
#ngo-chat-root .ngo-close svg{width:18px!important;height:18px!important;}