.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;
}.dancesportteam-container{background:#090908;min-height:700px;padding:20px;border-radius:18px}#dancesportteam-root{max-width:1400px;margin:0 auto}.dst-app{font-family:Inter,Arial,sans-serif;color:#f7f2e8}.dst-hero{display:flex;justify-content:space-between;gap:20px;align-items:center;background:linear-gradient(135deg,#111,#17382d);border:1px solid rgba(212,175,55,.35);border-radius:24px;padding:28px;margin-bottom:18px;box-shadow:0 18px 50px rgba(0,0,0,.25)}.dst-kicker{color:#d4af37;text-transform:uppercase;letter-spacing:.16em;font-size:12px;margin:0 0 6px}.dst-hero h1{font-size:36px;line-height:1.1;margin:0;color:#fff}.dst-hero p{margin:10px 0 0;color:#ddd}.dst-badge{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;border:1px solid #d4af37;color:#d4af37;font-weight:800;font-size:28px;background:#0a0908}.dst-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.dst-stats div,.dst-card{background:#121212;border:1px solid rgba(212,175,55,.22);border-radius:20px;padding:18px}.dst-stats strong{display:block;font-size:30px;color:#d4af37}.dst-stats span{color:#d9d2c4}.dst-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dst-card h2{margin:0 0 14px;color:#fff;font-size:22px}.dst-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dst-form label span{display:block;font-size:12px;color:#cfc7b8;margin-bottom:4px}.dst-form input{width:100%;box-sizing:border-box;background:#080808;color:#fff;border:1px solid #333;border-radius:12px;padding:10px}.dst-form button,.dst-card button{border:0;border-radius:12px;background:#d4af37;color:#111;font-weight:700;padding:10px 14px;cursor:pointer}.dst-form button{grid-column:1/-1}.dst-note{color:#d4af37}.dst-lists{display:grid;grid-template-columns:1fr;gap:16px;margin-top:16px}.dst-wide{overflow:auto}.dst-card table{width:100%;border-collapse:collapse}.dst-card th,.dst-card td{border-bottom:1px solid #292929;text-align:left;padding:10px;color:#eee}.dst-card th{color:#d4af37;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.dst-loading,.dst-error{padding:24px;background:#121212;border-radius:18px;color:#fff}.dst-error{border:1px solid #a33}@media(max-width:800px){.dst-grid,.dst-stats,.dst-form{grid-template-columns:1fr}.dst-hero{display:block}.dst-badge{margin-top:18px}.dst-hero h1{font-size:28px}}