.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 .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;
}.ccm-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999998;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ccm-overlay.active {
opacity: 1;
visibility: visible;
}
.ccm-banner {
position: fixed;
z-index: 999999;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
box-sizing: border-box;
}
.ccm-banner *,
.ccm-banner *::before,
.ccm-banner *::after {
box-sizing: border-box;
}
.ccm-banner.active {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .ccm-banner.position-bottom {
bottom: 0;
left: 0;
right: 0;
}
.ccm-banner.position-top {
top: 0;
left: 0;
right: 0;
}
.ccm-banner.position-bottom-left {
bottom: 20px;
left: 20px;
max-width: 420px;
}
.ccm-banner.position-bottom-right {
bottom: 20px;
right: 20px;
max-width: 420px;
}
.ccm-banner.position-center {
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.95);
max-width: 500px;
width: calc(100% - 40px);
}
.ccm-banner.position-center.active {
transform: translate(-50%, -50%) scale(1);
} .ccm-banner.layout-bar {
padding: 20px 30px;
box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}
.ccm-banner.layout-bar .ccm-banner-content {
max-width: 1400px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 30px;
flex-wrap: wrap;
}
.ccm-banner.layout-bar .ccm-banner-text {
flex: 1;
min-width: 300px;
}
.ccm-banner.layout-popup {
padding: 25px;
border-radius: var(--ccm-border-radius, 12px);
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.ccm-banner.layout-popup .ccm-banner-content {
display: block;
}
.ccm-banner.layout-box {
padding: 20px;
border-radius: var(--ccm-border-radius, 12px);
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
} .ccm-banner-title {
margin: 0 0 10px 0;
font-weight: 600;
line-height: 1.3;
}
.ccm-banner-description {
margin: 0 0 15px 0;
line-height: 1.6;
opacity: 0.9;
}
.ccm-privacy-link {
display: inline-block;
margin-top: 10px;
font-size: 13px;
text-decoration: underline;
opacity: 0.8;
transition: opacity 0.2s ease;
}
.ccm-privacy-link:hover {
opacity: 1;
} .ccm-banner-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.ccm-banner.layout-popup .ccm-banner-buttons,
.ccm-banner.layout-box .ccm-banner-buttons {
margin-top: 20px;
}
.ccm-btn {
padding: 12px 24px;
border: none;
border-radius: 6px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
white-space: nowrap;
}
.ccm-btn:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ccm-btn:active {
transform: translateY(0);
}
.ccm-btn-accept {
color: #fff;
}
.ccm-btn-reject {
background: transparent !important;
border: 2px solid currentColor;
}
.ccm-btn-settings {
background: transparent !important;
text-decoration: underline;
padding-left: 0;
padding-right: 0;
}
.ccm-btn-settings:hover {
transform: none;
box-shadow: none;
opacity: 0.7;
} .ccm-settings-panel {
display: none;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid rgba(128, 128, 128, 0.2);
}
.ccm-settings-panel.active {
display: block;
}
.ccm-category {
padding: 15px 0;
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.ccm-category:last-child {
border-bottom: none;
}
.ccm-category-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
cursor: pointer;
}
.ccm-category-info {
flex: 1;
}
.ccm-category-name {
font-weight: 600;
font-size: 14px;
margin-bottom: 4px;
}
.ccm-category-description {
font-size: 13px;
opacity: 0.7;
line-height: 1.4;
}
.ccm-category-toggle {
position: relative;
width: 44px;
height: 24px;
flex-shrink: 0;
}
.ccm-category-toggle input {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}
.ccm-toggle-track {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #cbd5e1;
transition: 0.3s;
border-radius: 24px;
}
.ccm-toggle-track:before {
position: absolute;
content: "";
height: 18px;
width: 18px;
left: 3px;
bottom: 3px;
background-color: white;
transition: 0.3s;
border-radius: 50%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.ccm-category-toggle input:checked + .ccm-toggle-track {
background-color: var(--ccm-primary-color, #2563eb);
}
.ccm-category-toggle input:checked + .ccm-toggle-track:before {
transform: translateX(20px);
}
.ccm-category-toggle input:disabled + .ccm-toggle-track {
opacity: 0.6;
cursor: not-allowed;
} .ccm-category-details {
display: none;
margin-top: 12px;
padding: 12px;
background: rgba(128, 128, 128, 0.05);
border-radius: 6px;
}
.ccm-category.expanded .ccm-category-details {
display: block;
}
.ccm-category-expand {
background: none;
border: none;
cursor: pointer;
padding: 5px;
opacity: 0.5;
transition: opacity 0.2s ease, transform 0.2s ease;
}
.ccm-category-expand:hover {
opacity: 1;
}
.ccm-category.expanded .ccm-category-expand {
transform: rotate(180deg);
}
.ccm-cookie-item {
display: flex;
justify-content: space-between;
padding: 8px 0;
font-size: 12px;
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.ccm-cookie-item:last-child {
border-bottom: none;
}
.ccm-cookie-name {
font-weight: 500;
font-family: monospace;
}
.ccm-cookie-info {
text-align: right;
opacity: 0.7;
} .ccm-settings-buttons {
margin-top: 20px;
display: flex;
gap: 10px;
} .ccm-reopen-btn {
position: fixed;
bottom: 20px;
left: 20px;
width: 50px;
height: 50px;
border-radius: 50%;
border: none;
cursor: pointer;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
z-index: 999997;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transform: scale(0.8);
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.ccm-reopen-btn.active {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.ccm-reopen-btn:hover {
transform: scale(1.1);
}
.ccm-reopen-btn svg {
width: 24px;
height: 24px;
} .ccm-banner.theme-dark {
--ccm-bg: #1e293b;
--ccm-text: #f1f5f9;
}
.ccm-banner.theme-light {
--ccm-bg: #ffffff;
--ccm-text: #1e293b;
} @media (max-width: 768px) {
.ccm-banner.layout-bar {
padding: 20px;
}
.ccm-banner.layout-bar .ccm-banner-content {
flex-direction: column;
align-items: stretch;
gap: 15px;
}
.ccm-banner.layout-bar .ccm-banner-text {
min-width: auto;
}
.ccm-banner-buttons {
flex-direction: column;
}
.ccm-btn {
width: 100%;
justify-content: center;
}
.ccm-banner.position-bottom-left,
.ccm-banner.position-bottom-right {
left: 10px;
right: 10px;
max-width: none;
}
} @keyframes ccmSlideUp {
from {
opacity: 0;
transform: translateY(100%);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes ccmSlideDown {
from {
opacity: 0;
transform: translateY(-100%);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes ccmFadeIn {
from {
opacity: 0;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
} @media print {
.ccm-banner,
.ccm-overlay,
.ccm-reopen-btn {
display: none !important;
}
}