#cookie-consent-container {
position: fixed;
z-index: 999999;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
} #cookie-consent-container.cookie-consent-rtl {
direction: rtl;
text-align: right;
}
#cookie-consent-container.cookie-consent-ltr {
direction: ltr;
text-align: left;
} .cookie-consent-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #0007;
z-index: 999998;
} .cookie-consent-content {
position: relative;
padding: 24px 32px;
border-radius: 8px;
max-width: 500px;
max-height: calc(100vh - 40px);
overflow-y: auto;
margin: 0 auto;
z-index: 1000000;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
background: #fff;
} .cookie-consent-title {
margin: 0 0 10px 0;
font-size: 16px;
font-weight: 600;
line-height: 1.3;
color: inherit;
}
.cookie-consent-ltr .cookie-consent-title {
text-align: left;
}
.cookie-consent-rtl .cookie-consent-title {
text-align: right;
} .cookie-consent-message {
margin: 0 0 15px 0;
line-height: 1.6;
font-weight: 400;
}
.cookie-consent-ltr .cookie-consent-message {
direction: ltr;
text-align: left !important;
}
.cookie-consent-rtl .cookie-consent-message {
direction: rtl;
text-align: right !important;
} .cookie-consent-privacy-links {
margin: 0 0 18px 0;
text-align: center;
font-size: 12px;
}
.cookie-consent-ltr .cookie-consent-privacy-links {
text-align: center;
}
.cookie-consent-rtl .cookie-consent-privacy-links {
text-align: center;
}
.cookie-consent-privacy-links a {
color: #666;
text-decoration: underline;
transition: color 0.2s ease;
font-weight: 400;
}
.cookie-consent-privacy-links a:hover {
color: #1e40af;
}
.cookie-consent-privacy-links .link-separator {
color: #ccc;
margin: 0 8px;
font-weight: normal;
}
.cookie-consent-privacy-links .manage-preferences {
cursor: pointer;
} .cookie-consent-buttons {
display: flex;
gap: 10px;
flex-wrap: nowrap;
align-items: center;
} .cookie-consent-buttons button {
padding: 10px 20px;
border: none;
border-radius: 5px;
color: white;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
flex: 0 0 auto;
flex-shrink: 0;
text-align: center;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
white-space: nowrap;
} .cookie-consent-buttons.button-mode-1 {
justify-content: center;
}
.cookie-consent-buttons.button-mode-1 button {
margin: 0 auto;
display: flex;
min-width: 200px;
max-width: 300px;
} .cookie-consent-buttons.button-mode-2 {
justify-content: space-between;
}
.cookie-consent-buttons.button-mode-2 button {
flex: 1;
} .cookie-consent-buttons.button-mode-3 {
justify-content: space-between;
}
.cookie-consent-buttons.button-mode-3 button {
flex: 1;
}
.cookie-consent-buttons button:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cookie-consent-buttons button:active {
transform: translateY(0);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.cookie-consent-buttons button:focus {
outline: 2px solid #007cba;
outline-offset: 2px;
} .cookie-consent-buttons .button-secondary {
opacity: 0.8;
}
.cookie-consent-buttons .button-secondary:hover {
opacity: 1;
} .cookie-consent-categories {
margin: 15px 0;
padding: 10px;
background: #f8f9fa;
border-radius: 5px;
}
.category-item {
display: flex;
align-items: flex-start;
margin: 10px 0;
cursor: pointer;
padding: 8px;
border-radius: 3px;
transition: background 0.2s;
}
.category-item:hover {
background: #e9ecef;
}
.category-item input[type="checkbox"] {
margin-top: 3px;
margin-right: 10px;
margin-left: 10px;
cursor: pointer;
}
.category-item input[type="checkbox"]:disabled {
cursor: not-allowed;
opacity: 0.6;
}
.category-label {
flex: 1;
font-size: 13px;
line-height: 1.5;
} .cookie-consent-close {
position: absolute;
top: 10px;
right: 5px;
width: 30px;
height: 30px;
background: transparent;
border: none;
border-radius: 50%;
font-size: 24px;
line-height: 1;
color: #666;
cursor: pointer;
transition: all 0.2s ease;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
z-index: 10;
} .cookie-consent-rtl .cookie-consent-close {
right: auto;
left: 5px;
top: 5px;
}
.cookie-consent-close:hover {
background: #f0f0f0;
color: #333;
transform: scale(1.1);
}
.cookie-consent-close:focus {
outline: 2px solid #2271b1;
outline-offset: 2px;
background: #f0f0f0;
}
.cookie-consent-close:active {
transform: scale(0.95);
} @media (max-width: 600px) {
.cookie-consent-content {
margin: 10px;
padding: 18px 16px;
padding-top: 40px; max-width: 100%;
}
.cookie-consent-buttons {
flex-wrap: nowrap;
gap: 6px;
}
.cookie-consent-buttons button {
padding: 10px 14px;
font-size: 12px;
flex-shrink: 1;
min-width: 80px;
} .cookie-consent-buttons.button-mode-1 button {
min-width: 180px;
max-width: 250px;
}
} .nb-cookie-revocation-btn {
display: block;
width: fit-content;
margin: 20px auto;
padding: 12px 24px;
background: #3858e9;
color: #ffffff;
border: none;
border-radius: 6px;
font-size: 15px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
}
.nb-cookie-revocation-btn:hover {
background: #2a45c4;
color: #ffffff;
}
.nb-cookie-revocation-btn:active {
background: #1e3399;
}
.nb-cookie-revocation-btn:focus {
outline: 2px solid #3858e9;
outline-offset: 2px;
}