.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;
}#nnhb-bubble {
position: fixed;
z-index: var(--nnhb-z, 99999);
display: flex;
align-items: flex-end;
gap: 10px;
font-size: var(--nnhb-font-size, 15px);
font-family: inherit;
line-height: 1.4;
}
#nnhb-bubble[hidden] {
display: none !important;
}
#nnhb-bubble *,
#nnhb-bubble *::before,
#nnhb-bubble *::after {
box-sizing: border-box;
}
#nnhb-bubble .nnhb-toggle,
#nnhb-bubble .nnhb-panel,
#nnhb-bubble .nnhb-cta {
border: 0;
box-shadow: var(--nnhb-shadow, 0 14px 34px rgba(0,0,0,.18));
}
#nnhb-bubble .nnhb-toggle {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 16px;
border-radius: 999px;
cursor: pointer;
background: var(--nnhb-bg, #111827);
color: var(--nnhb-text, #fff);
transition: transform .2s ease, opacity .2s ease, filter .2s ease;
}
#nnhb-bubble .nnhb-toggle:hover {
transform: translateY(-2px);
filter: brightness(1.03);
}
#nnhb-bubble .nnhb-toggle-icon {
line-height: 1;
font-size: 18px;
}
#nnhb-bubble .nnhb-toggle-text {
line-height: 1;
font-weight: 700;
}
#nnhb-bubble .nnhb-panel {
width: min(var(--nnhb-width, 320px), calc(100vw - 40px));
background: color-mix(in srgb, var(--nnhb-bg, #111827) 92%, white 8%);
color: var(--nnhb-text, #fff);
border-radius: var(--nnhb-radius, 18px);
padding: 18px;
position: relative;
backdrop-filter: var(--nnhb-blur, none);
-webkit-backdrop-filter: var(--nnhb-blur, none);
transition: opacity .28s ease, transform .28s ease, width .28s ease, padding .28s ease, margin .28s ease;
}
#nnhb-bubble .nnhb-close {
position: absolute;
top: 10px;
right: 10px;
width: 28px;
height: 28px;
border-radius: 999px;
background: rgba(255,255,255,.12);
color: inherit;
cursor: pointer;
font-size: 20px;
line-height: 1;
}
#nnhb-bubble .nnhb-title {
padding-right: 28px;
font-weight: 800;
margin-bottom: 8px;
}
#nnhb-bubble .nnhb-message {
line-height: 1.5;
}
#nnhb-bubble .nnhb-cta {
margin-top: 14px;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
background: var(--nnhb-accent, #fff);
color: var(--nnhb-accent-text, #111827);
padding: 11px 14px;
border-radius: 999px;
font-weight: 700;
transition: transform .2s ease, opacity .2s ease, filter .2s ease;
}
#nnhb-bubble .nnhb-cta:hover {
transform: translateY(-1px);
opacity: .94;
filter: brightness(1.02);
}
#nnhb-bubble.nnhb-pos-right {
flex-direction: row-reverse;
}
#nnhb-bubble.nnhb-pos-left {
flex-direction: row;
}
#nnhb-bubble.nnhb-state-collapsed .nnhb-panel {
opacity: 0;
width: 0;
padding-left: 0;
padding-right: 0;
margin: 0;
overflow: hidden;
pointer-events: none;
transform: translateY(8px);
}
#nnhb-bubble.nnhb-state-expanded .nnhb-panel {
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
#nnhb-bubble.is-visible.nnhb-anim-slide-up {
animation: nnhbSlideUp .45s ease;
}
#nnhb-bubble.is-visible.nnhb-anim-slide-side {
animation: nnhbSlideSide .45s ease;
}
#nnhb-bubble.is-visible.nnhb-anim-fade {
animation: nnhbFade .45s ease;
}
#nnhb-bubble.is-visible.nnhb-anim-bounce {
animation: nnhbBounce .65s ease;
}
#nnhb-bubble.is-visible.nnhb-anim-pulse .nnhb-toggle {
animation: nnhbPulse 1.8s ease-in-out infinite;
}
@keyframes nnhbSlideUp {
from { opacity: 0; transform: translateY(24px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes nnhbSlideSide {
from { opacity: 0; transform: translateX(24px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes nnhbFade {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes nnhbBounce {
0% { opacity: 0; transform: scale(.9); }
55% { opacity: 1; transform: scale(1.04); }
100% { transform: scale(1); }
}
@keyframes nnhbPulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.04); }
}
@media (max-width: 767px) {
#nnhb-bubble {
bottom: 16px !important;
left: 16px !important;
right: 16px !important;
}
#nnhb-bubble .nnhb-toggle-text {
display: none;
}
#nnhb-bubble .nnhb-panel {
width: min(var(--nnhb-width, 320px), calc(100vw - 84px));
}
}