.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;
}.infrabyte-form-section {
margin: 0 auto;
}
.infrabyte-form-section input[type="text"],
.infrabyte-form-section input[type="email"],
.infrabyte-form-section input[type="tel"],
.infrabyte-form-section textarea,
.infrabyte-form-section select {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.infrabyte-form .infrabyte-form-section span {
display: block;
}
.infrabyte-form .hidden {
display: none;
}
.infrabyte-form .option-buttons {
display: flex;
justify-content: stretch;
}
.infrabyte-form .sn-option-content {
border: solid 1px #c7c7c7;
padding: 10px;
margin-bottom: 10px;
}
.infrabyte-form .option-button {
background-color: #f2f2f2;
border: 1px solid #c7c7c7;
color: #000000;
border-bottom: none;
border-radius: 0;
cursor: pointer;
padding: 6px 10px;
transition: background-color 0.3s ease;
width: calc(100% / 3);
border-left: 0;
display: inline-block;
font-size: 11px;
line-height: 1.3;
}
.infrabyte-form .option-button:first-child {
border-left: 1px solid #c7c7c7;
}
.infrabyte-form .option-button.active {
background-color: #727272;
border-bottom: 1px solid #fff;
color: #fff;
}
.infrabyte-form .option-button:hover {
background-color: #727272;
color: #fff;
}
.d-none {
display: none;
}
.infrabyte-form br {
display: none;
}
.infrabyte-form button {
border-radius: 0;
background: #727272;
border: 0;
width: 100%;
padding: 10px;
}
.infrabyte-form .find-vehicle-button {
background-color: #f2f2f2;
color: #000000;
border: none;
padding: 6px 10px;
width: 100%;
}
.infrabyte-form .find-vehicle-button:hover {
background-color: #ddd;
cursor: pointer;
}
.sn-spinner-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.sn-spinner {
border: 4px solid rgba(0, 0, 0, 0.1);
border-left-color: #ff8d00;
border-radius: 50%;
width: 36px;
height: 36px;
animation: sn-spin 1s linear infinite;
}
@keyframes sn-spin {
to {
transform: rotate(360deg);
}
}
.sn-toast {
position: fixed;
top: 20px;
right: 20px;
min-width: 250px;
padding: 10px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: space-between;
z-index: 10000; opacity: 0;
transform: translateY(20px);
animation: sn-toast-in 0.3s forwards;
}
.sn-toast-success {
background-color: #4caf50;
color: white;
}
.sn-toast-error {
background-color: #f44336;
color: white;
}
.sn-toast-message {
flex-grow: 1;
}
.sn-toast-close {
background: none;
border: none;
color: white;
font-size: 20px;
cursor: pointer;
padding: 10px;
}
@keyframes sn-toast-in {
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes sn-toast-out {
to {
opacity: 0;
transform: translateY(20px);
}
} .infrabyte-form-section.sn-horizontal {
max-width: 100%;
}
.infrabyte-form-section.sn-horizontal .infrabyte-form {
display: flex;
flex-wrap: wrap;
}
.infrabyte-form-section.sn-horizontal input,
.infrabyte-form-section.sn-horizontal select,
.infrabyte-form-section.sn-horizontal button {
width: 25%;
}
.infrabyte-form-section.sn-horizontal .infrabyte-form div.option-buttons {
width: 100%;
display: flex;
justify-content: stretch;
}  .sn-autocomplete-dropdown {
position: absolute;
border: 1px solid #ccc;
background: #fff;
max-height: 200px;
overflow-y: auto;
z-index: 1000;
width: 100%;
display: none !important;
}
.sn-autocomplete-dropdown li {
padding: 8px;
cursor: pointer;
text-align: left;
font-size: 12px;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.sn-autocomplete-dropdown li:hover {
background-color: #eee;
} .sn-radiobtn {
margin: 0;
}
.infrabyte-form-section p,
.sn-radiobtn p {
margin-bottom: 0;
}
.sn-radiobtn p {
padding: 0;
} .sn-radiobtn strong {
display: block;
font-size: 16px;
font-weight: 700;
margin-bottom: 8px;
text-align: left; } .sn-radio-group {
display: inline-block;
padding: 0;
border-radius: 0;
width: 100%;
} .sn-radio-group p {
display: flex;
align-items: center;
justify-content: left;
gap: 8px;
margin: 0;
margin-bottom: 0 !important;
padding: 0;
} .sn-radio-group label {
font-size: 14px;
font-weight: 500;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 6px;
color: #333;
margin-bottom: 0 !important; } .sn-radio-group input[type="radio"] {
width: 16px;
height: 16px;
cursor: pointer;
margin: 0;
margin-bottom: 0 !important;
}
.sn-radio-group input{
height: auto !important;
}.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}