.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;
word-break: 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;
}.nnax-withdrawal-form {
position: relative;
}
.nnax-withdrawal-feedback {
margin: 0 0 18px;
padding: 14px 16px;
border-radius: 12px;
border: 1px solid rgba(185, 28, 28, 0.18);
background: linear-gradient(180deg, rgba(255, 244, 244, 0.98), rgba(255, 235, 235, 0.96));
box-shadow: 0 10px 24px rgba(127, 29, 29, 0.08);
color: #8f1d1d;
}
.nnax-withdrawal-feedback[hidden] {
display: none !important;
}
.nnax-withdrawal-feedback p {
margin: 0;
}
.nnax-withdrawal-field {
position: relative;
}
.nnax-withdrawal-field-message {
margin: 8px 0 0;
font-size: 0.92rem;
line-height: 1.45;
color: #a12626;
}
.nnax-withdrawal-input {
transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.nnax-withdrawal-field.is-invalid .nnax-withdrawal-input {
border-color: #d64040 !important;
background: linear-gradient(180deg, rgba(255, 250, 250, 0.98), rgba(255, 243, 243, 0.98));
box-shadow: 0 0 0 4px rgba(214, 64, 64, 0.12);
}
.nnax-withdrawal-field.is-invalid .uk-input {
border-color: #d64040 !important;
color: inherit;
} .nnax-withdrawal-card {
position: relative;
border-radius: 14px;
padding: 20px;
overflow: hidden;
background: linear-gradient(120deg, #fdfbfb 0%, #efefef 100%);
border: 1px solid rgba(16, 24, 40, .14);
box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
margin-bottom: 20px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
box-sizing: border-box;
}
.nnax-withdrawal-heading {
margin-top: 0;
margin-bottom: 16px;
font-size: 20px;
font-weight: 600;
color: #1d2327;
}
.nnax-withdrawal-form-container {
margin-top: 20px;
}
.nnax-withdrawal-field-container {
margin-bottom: 16px;
}
.nnax-withdrawal-label {
display: block;
margin-bottom: 6px;
font-weight: 600;
font-size: 14px;
color: #1d2327;
}
.nnax-withdrawal-controls {
position: relative;
}
.nnax-withdrawal-input-field {
width: 100%;
max-width: 100%;
border: 1px solid #e2e4e7;
border-radius: 10px;
padding: 0 12px;
min-height: 40px;
background: #fff;
box-shadow: none;
box-sizing: border-box;
font-size: 14px;
color: #1d2327;
transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.nnax-withdrawal-input-field:focus {
border-color: #0a7dda;
box-shadow: 0 0 0 3px rgba(10, 125, 218, .18);
outline: none;
}
.nnax-withdrawal-field.is-invalid .nnax-withdrawal-input-field {
border-color: #d64040 !important;
background: linear-gradient(180deg, rgba(255, 250, 250, 0.98), rgba(255, 243, 243, 0.98));
box-shadow: 0 0 0 4px rgba(214, 64, 64, 0.12);
}
.nnax-withdrawal-btn {
padding: 10px 20px;
border-radius: 30px;
font-size: 16px;
cursor: pointer;
box-shadow: none;
border: none;
text-decoration: none;
line-height: normal;
text-transform: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
transition: transform .12s ease, filter .18s ease, box-shadow .18s ease, background-position .25s ease, color .18s ease;
will-change: transform, filter, box-shadow;
box-sizing: border-box;
}
.nnax-withdrawal-btn--primary {
background: linear-gradient(90deg, #00356a 0%, #0059c6 100%);
background-size: 160% 160%;
background-position: 0% 50%;
color: #fff;
}
.nnax-withdrawal-btn--primary:hover,
.nnax-withdrawal-btn--primary:focus {
background-position: 100% 50%;
filter: brightness(1.06) saturate(1.05);
transform: translateY(-1px);
box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
color: #fff;
}
.nnax-withdrawal-btn--primary:active {
transform: translateY(0);
filter: brightness(.98);
box-shadow: 0 6px 14px rgba(0, 0, 0, .10);
}
.nnax-withdrawal-btn:focus-visible {
outline: none;
box-shadow: 0 0 0 3px rgba(10, 125, 218, .25), 0 10px 22px rgba(0, 0, 0, .10);
}
.nnax-withdrawal-list {
list-style: none;
padding: 0;
margin: 0 0 20px 0;
border-top: 1px solid rgba(16, 24, 40, 0.08);
}
.nnax-withdrawal-list li {
padding: 10px 0;
border-bottom: 1px solid rgba(16, 24, 40, 0.08);
font-size: 14px;
color: #1d2327;
}
.nnax-withdrawal-stack {
margin-top: 12px;
font-size: 14px;
line-height: 1.5;
color: #5c6770;
}
.nnax-withdrawal-alert {
padding: 12px 16px;
border-radius: 8px;
margin-bottom: 16px;
font-size: 14px;
}
.nnax-withdrawal-alert p {
margin: 0;
}
.nnax-withdrawal-alert--danger {
background: #fdf2f2;
border: 1px solid #fbd5d5;
color: #9b1c1c;
}
.nnax-withdrawal-alert--success {
background: #f3faf7;
border: 1px solid #def7ec;
color: #03543f;
}