.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;
}#popupdate, #popupdate *, #popupdate *::before, #popupdate *::after{ box-sizing: border-box; }
#popupdate .cf7-form__title.--large{ margin-bottom: 6px; }
.llpd-field{ margin-bottom: 14px; }
.llpd-field__label{
margin: 0 0 6px;
font-size: 14px;
font-weight: 600;
color: #00244A;
}
.llpd-field__label span{ color: #EE3164; } .llpd-date-wrap{ position: relative; }
.llpd-date-wrap::before{
content: '';
position: absolute;
left: 16px; top: 50%;
width: 20px; height: 20px;
margin-top: -10px;
pointer-events: none;
background: currentColor;
color: #416487;
-webkit-mask: var(--llpd-cal) center / contain no-repeat;
mask: var(--llpd-cal) center / contain no-repeat;
--llpd-cal: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}
#popupdate input[name="booking_date"]{
padding-left: 46px !important;
cursor: pointer;
background-color: #fff;
} .llpd-badges{
display: flex;
flex-direction: column;
gap: 8px;
margin-top: 10px;
}
.llpd-badges[hidden]{ display: none; }
.llpd-badge{
display: flex;
align-items: center;
gap: 10px;
padding: 11px 14px;
border-radius: 12px;
font-size: 14px;
line-height: 1.3;
font-weight: 600;
animation: llpd-pop .28s ease both;
}
.llpd-badge[hidden]{ display: none; }
.llpd-badge strong{ font-weight: 800; }
.llpd-badge--slots{
background: #E8F7EE;
border: 1px solid #BCE6CC;
color: #1B6B3A;
} .llpd-badge--slots.llpd-badge--low{
background: #FFF8E1;
border-color: #F5DFA0;
color: #8A6100;
}
.llpd-badge--slots.llpd-badge--low .llpd-badge__dot{
background: #E5A600;
box-shadow: 0 0 0 4px rgba(229,166,0,.20);
animation-name: llpd-pulse-low;
}
.llpd-badge--interest{
background: #FFF1E8;
border: 1px solid #FFD3B8;
color: #B4451A;
}
.llpd-badge__dot{
width: 9px; height: 9px;
flex-shrink: 0;
border-radius: 50%;
background: #2CA65C;
box-shadow: 0 0 0 4px rgba(44,166,92,.18);
animation: llpd-pulse 1.8s ease-in-out infinite;
}
.llpd-badge__fire{ font-size: 16px; line-height: 1; flex-shrink: 0; }
@keyframes llpd-pop{
from{ opacity: 0; transform: translateY(-4px); }
to{ opacity: 1; transform: none; }
}
@keyframes llpd-pulse{
0%, 100%{ box-shadow: 0 0 0 4px rgba(44,166,92,.18); }
50%{ box-shadow: 0 0 0 7px rgba(44,166,92,.06); }
}
@keyframes llpd-pulse-low{
0%, 100%{ box-shadow: 0 0 0 4px rgba(229,166,0,.22); }
50%{ box-shadow: 0 0 0 7px rgba(229,166,0,.07); }
}
@media (prefers-reduced-motion: reduce){
.llpd-badge, .llpd-badge__dot{ animation: none; }
} .flatpickr-calendar.llpd-cal{
position: absolute !important;
width: 308px !important;
max-width: calc(100vw - 24px) !important;
}
.flatpickr-calendar.llpd-cal:not(.open){
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
.flatpickr-calendar.llpd-cal.open{
display: inline-block !important;
visibility: visible !important;
opacity: 1 !important;
}
.flatpickr-calendar.llpd-cal .flatpickr-innerContainer,
.flatpickr-calendar.llpd-cal .flatpickr-rContainer,
.flatpickr-calendar.llpd-cal .flatpickr-days,
.flatpickr-calendar.llpd-cal .dayContainer{
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
}
.flatpickr-calendar.llpd-cal .dayContainer{
display: flex !important;
flex-wrap: wrap !important;
}
.flatpickr-calendar.llpd-cal .flatpickr-day{
flex: 0 0 14.2857% !important;
max-width: 14.2857% !important;
height: 38px !important;
line-height: 38px !important;
margin: 0 !important;
}
.flatpickr-calendar.llpd-cal,
.flatpickr-calendar.llpd-cal *{
font-family: 'Rubik', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}
.flatpickr-calendar.llpd-cal{
font-size: 15px;
border-radius: 12px;
box-shadow: 0 18px 44px -16px rgba(0,36,74,.35);
}
.flatpickr-calendar.llpd-cal .flatpickr-current-month,
.flatpickr-calendar.llpd-cal .flatpickr-monthDropdown-months,
.flatpickr-calendar.llpd-cal .numInput.cur-year{
font-size: 16px;
font-weight: 700;
color: #00244A;
}
.flatpickr-calendar.llpd-cal .flatpickr-weekday{
font-size: 12px;
font-weight: 700;
color: #90AAC2;
text-transform: uppercase;
letter-spacing: .04em;
}
.flatpickr-calendar.llpd-cal .flatpickr-day{
font-size: 15px;
font-weight: 500;
color: #00244A;
}
.flatpickr-calendar.llpd-cal .flatpickr-day.flatpickr-disabled{ color: #C3CEDA; }
.flatpickr-calendar.llpd-cal .flatpickr-day.selected,
.flatpickr-calendar.llpd-cal .flatpickr-day.selected:hover{
background: #EE3164;
border-color: #EE3164;
color: #fff;
font-weight: 700;
}
.flatpickr-calendar.llpd-cal .flatpickr-day.today{
border-color: #00AAD4;
}