.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;
}select.fixed_time:disabled {
background-color: rgb(235, 235, 228);
}
select.fixed_time {
color: #666;
margin: 0 10px 0 0;
}
#speedy_form table {
border-width: 0;
margin-bottom: 15px;
}
#speedy_form table tbody tr td {
border: none;
font-size: 14px;
}
#speedy_form input, #speedy_form select {
font-size: 14px;
padding: 7px 3px;
}
#speedy_form td {
padding: 6px;
}
#speedy_methods {
margin: 15px 10px;
}
#speedy_methods table {
width: 100%;
table-layout: auto;
}
#speedy_methods table select {
font-size: 14px;
}
#speedy_methods td {
padding: 3px 0;
font-size: 14px;
}
#speedy_methods td:first-child {
width: 50%;
}
#speedy_methods td input, #speedy_methods td label {
cursor: pointer;
}
#speedy_methods table.speedy_table {
border: 1px solid #AEB0AF;
width: 100%;
margin-top: 6px;
margin-bottom: 6px;
}
#speedy_methods table.speedy_table  td {
border: 1px solid #AEB0AF;
padding: 4px;
}
td.right {
text-align: right;
}
#speedy_methods table.speedy_table  td.right {
vertical-align: top;
}
td.speedy_table_right {
vertical-align: top;
}
.woocommerce table.shop_table td.speedy_table_right {
vertical-align: top;
} #speedy_form_admin table tbody tr td {
border: none;
font-size: 14px;
}
#speedy_methods table.speedy_table_admin {
width: 80%;
}
.speedy_generate .required {
color: #f00;
}
.speedy_required::after {
color: #f00;
content: "*";
} #speedy_form {
width: 100%;
max-width: 800px;
}
#speedy_address_1, #speedy_address_2 {
width: 86%;
}
#speedy_city, #speedy_street {
width: 60%;
}
#speedy_country, #speedy_state {
width: 40%;
}
#speedy_postcode, #speedy_street_no {
width: 14%;
}
#speedy_quarter, #speedy_note {
width: 85%;
}
#speedy_block_no, #speedy_entrance_no, #speedy_floor_no, #speedy_apartment_no {
width: 16%;
} .ui-menu .ui-menu-item {
font-size: 13px;
}
#parcels_size input {
width: 150px;
}
#speedy-settings .speedy-group {
background-color: #D5D5D5;
border-top: 1px solid #F1F1F1;
}
#speedy-settings .speedy-group.speedy-first-in-group {
border-top: 10px solid #F1F1F1;
}
#speedy-settings th.titledesc {
padding-left: 10px;
width: 350px;
}
#system_requirements {
background: white;
}
#system_requirements td,
#system_requirements th{
text-align: center;
}
#system_requirements td{
border-top: 1px solid black;
}
#speedy_client_table input[type=radio] {
margin: 10px 5px;
}
#speedy_client_table #speedy_fixed_time_hour,
#speedy_client_table #speedy_fixed_time_min {
padding: 5px 0;
border-color: #CCCCCC;
color: #666666;
width: 12%;
border-radius: 3px;
}
#speedy_client_table tr > td:first-child {
width: 1%;
}
#speedy_client_table tr * {
word-break: keep-all;
}
#speedy_client_table input,
#speedy_client_table select,
#speedy_client_table tr td:last-child label {
float: left;
}
#speedy_client_table #speedy_fixed_time_cb.fixed_time {
float: initial;
vertical-align: middle;
height: 14px;
}
#speedy_client_table tr td:last-child label {
line-height: 23px;
padding: 5px;
}
#speedy_client_table td {
text-align: right;
}
#speedy_client_table td ul {
text-align: left;
}
#speedy_form td ul {
text-align: left;
}
#speedy_client_table {
width: 100%;
}
#speedy_client_table #speedy_street,
#speedy_client_table #speedy_city {
width: 71.7%;
}
#speedy_client_table label[for=speedy_street_no],
#speedy_client_table label[for=speedy_postcode] {
width: 13.3%;
}
#speedy_client_table #speedy_street_no,
#speedy_client_table #speedy_postcode {
width: 15%;
}
#speedy_client_table #speedy_address_1,
#speedy_client_table #speedy_address_2,
#speedy_client_table #speedy_note,
#speedy_client_table #speedy_quarter {
width: 100%;
}
#speedy_client_table label[for=speedy_entrance_no],
#speedy_client_table label[for=speedy_floor_no],
#speedy_client_table label[for=speedy_apartment_no] {
width: 13.3%;
}
#speedy_client_table #speedy_block_no,
#speedy_client_table #speedy_entrance_no,
#speedy_client_table #speedy_floor_no,
#speedy_client_table #speedy_apartment_no {
width: 15%;
}
#speedy_client_table #speedy_country,
#speedy_client_table #speedy_state {
width: 40%;
}
#speedy_client_table label[for=speedy_state] {
width: 20%;
}
#to_office input[type=radio] {
margin: 7px;
}
[for="speedy_shipping_to_apt"] {
text-align: left;
}
@media screen and (max-width: 800px) {
#speedy_form td {
padding: 6px;
}
#speedy_client_table,
#speedy_form {
width: 100%;
}
}
@media screen and (max-width: 501px) {
#speedy_form td {
padding: 6px 1px;
}
#speedy_form #speedy_client_table label {
font-size: 13px;
}
#speedy_client_table #speedy_fixed_time_hour,
#speedy_client_table #speedy_fixed_time_min {
width: 20%;
}
#speedy_client_table tr > td:first-child {
width: 1%;
word-break: keep-all;
}
}
.flatsome-speedy-autocomplete .ui-menu-item {
text-align: left;
}
.flatsome-speedy-autocomplete {
z-index: 999999;
width: max-content; 
background: white;
border: 1px solid;
width: max-content;
}
.flatsome-speedy-autocomplete li {
padding: 3px 7px;
}
.flatsome-speedy-autocomplete li:hover {
background: #e8e8e8;
}
.flatsome-speedy-autocomplete li a {
color: #141414;
font-size: 12px;
font-weight: 100;
}