HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
/***************************************************************************
// * iubenda Cookie Solution *
// * *
// * Sample CSS v2.6.1 *
// * *
// * (c) 2019 iubenda srl <info@iubenda.com> *
// * All Rights Reserved. *
// * *
// *************************************************************************
//
// CHANGELOG
//
// 2.6.1
// - Fix iubenda branding blocking the elements behind it
//
// 2.6.0 - 2023-03-07
// - Adds brand badges
//
// 2.5.5 - 2023-01-17
// - Add Continue without accepting button
// - Update sample with new features
//
// 2.5.4 - 2022-06-14
// - Fix buttons group on mobile
//
// 2.5.3 - 2022-04-28
// - Make buttons darken on hover
//
// 2.5.2 - 2022-04-28
// - Add hover effect to the close button
//
// 2.5.1 - 2022-04-04
// - Remove border from close button on hover
//
// 2.5.0 - 2022-03-02
// - Prevent banner scroll by removing margin gap on mobile
// - Improve accessibility
//
// 2.4.0 - 2021-05-18
// - Remove visibility from banner animation
// - Allow banner buttons to be enabled even without iubenda-cs-container
// - Remove popover style from iubenda-cs-banner.css
// - Add storage duration popover CSS
//
// 2.3.0 - 2020-02-04
// - Add tracking preferences button CSS
//
// 2.2.7 - 2020-06-18
// - Fix container breaking on mobile.
//
// 2.2.6 - 2020-05-27
// - Hide scroll bar visibility.
// - Fix brand image height on mobile.
//
// 2.2.5 - 2020-05-06
// - Fix IE flex content.
// - Fix text overflow.
//
// 2.2.3 - 2020-04-21
// - Cursor pointer
// - Button text ellipsis
// - Equalize shadows top/bottom modal bar
//
// 2.2.2 - 2020-04-06
// - Add pointer events auto to the overlay
//
// 2.2.1 - 2020-03-06
// - Introduce popover.
//
// 2.2.0 - 2019-11-07
// - Introduce brand customizations
//
// 2.1.5 - 2019-11-22
// - Add class to go fullscreen.
//
// 2.1.4 - 2020-03-25
// - Make the banner shadow darker
//
// 2.1.3 - 2020-01-22
// - Fix banner not appearing on iPhone.
//
// 2.1.2 - 2019-11-07
// - Fix buttons height on IE.
//
// 2.1.1 - 2019-10-30
// - Fix buttons margin and customize-advertising-tracking button width on mobile.
//
// 2.1.0 - 2019-10-24
// - Introduce text overflowing mask and style for reject button.
//
// 2.0.4 - 2019-06-24
// - Convert close button width to min-width
//
// 2.0.3 - 2019-05-24
// - Introduce new positioning options
//
// 2.0.2 - 2019-05-02
// - Fix text spaces when custom content
//
// 2.0.1 - 2019-04-09
// - Add rules for buttons group
//
// 2.0.0 - 2019-02-01
// - Full rewrite to accommodate the new markup
//
// 0.0.1 - 2015-04-01
// - First implementation of the sample CSS
*/
/*
-----------------
IMPORTANT: Changing the following values may prevent the notice from being displayed properly.
-----------------
*/
#iubenda-cs-banner {
font-size: 15px !important;
background: none !important;
line-height: 1.4 !important;
position: fixed !important;
z-index: 99999998 !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
display: flex !important;
will-change: opacity;
opacity: 0 !important;
pointer-events: none !important;
transition: opacity 0.4s ease !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox {
flex-shrink: 0 !important;
display: flex !important;
align-items: center !important;
margin-left: 24px !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input {
-moz-appearance: none !important;
appearance: none !important;
-webkit-appearance: none !important;
padding: 0 !important;
border: 0 !important;
margin: 0 !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input::-ms-check,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input::-ms-check {
visibility: hidden;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input.style1,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input.style1 {
width: 64px !important;
height: 32px !important;
border-radius: 32px !important;
transition: background-position 0.4s ease, background-color 0.4s ease !important;
background-color: #CCC !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M9 0a9 9 0 1 1 0 18A9 9 0 0 1 9 0zM5.729 5.033a.5.5 0 0 0-.638.058l-.058.07a.5.5 0 0 0 .058.637l3.201 3.201-3.201 3.203a.5.5 0 0 0 .707.707l3.201-3.203 3.203 3.203.07.058a.5.5 0 0 0 .637-.058l.058-.07a.5.5 0 0 0-.058-.637L9.706 8.999l3.203-3.201a.5.5 0 0 0-.707-.707L8.999 8.292 5.798 5.091z'/%3E%3C/svg%3E") !important;
background-repeat: no-repeat !important;
background-position: top 4px left 4px !important;
background-size: 24px 24px !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input.style1:checked,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input.style1:checked {
background-color: #1CC691 !important;
background-position: top 4px left 36px !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M9 0a9 9 0 1 1 0 18A9 9 0 0 1 9 0zm4.646 5.646l-6.198 6.2-3.1-3a.5.5 0 1 0-.696.718l3.454 3.342a.5.5 0 0 0 .701-.006l6.547-6.546a.5.5 0 1 0-.708-.708z'/%3E%3C/svg%3E") !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input.style1:checked.sm,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input.style1:checked.sm {
background-position: top 3px left 27px !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input.style1:checked.half, #iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input.style1:checked[value=partial],
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input.style1:checked.half,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input.style1:checked[value=partial] {
background-color: #FFD24D !important;
background-position: top 4px left 20px !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M9 0a9 9 0 1 1 0 18A9 9 0 0 1 9 0zm4 8.5H5a.5.5 0 0 0 0 1h8a.5.5 0 0 0 0-1z'/%3E%3C/svg%3E") !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input.style1:checked.half.sm, #iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input.style1:checked[value=partial].sm,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input.style1:checked.half.sm,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input.style1:checked[value=partial].sm {
background-position: top 3px left 15px !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input.style1.sm,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input.style1.sm {
width: 48px !important;
height: 24px !important;
border-radius: 24px !important;
background-size: 18px 18px !important;
background-position: top 3px left 3px !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input::-ms-check,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input::-ms-check {
visibility: hidden !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input:not([disabled]),
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input:not([disabled]) {
cursor: pointer !important;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox input[disabled],
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox input[disabled] {
opacity: 0.35;
}
#iubenda-cs-banner #iubenda-cs-banner .iub-toggle-checkbox .iub-caption,
#iubenda-cs-banner #iubenda-iframe .iub-toggle-checkbox .iub-caption {
display: none !important;
}
#iubenda-cs-banner [class*=" iub"],
#iubenda-cs-banner [class^=iub],
#iubenda-cs-banner .iubenda-banner-content:not(.iubenda-custom-content) * {
font-size: 100% !important;
width: auto !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
background: none !important;
box-sizing: border-box !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
font-family: -apple-system, sans-serif !important;
text-decoration: none !important;
color: currentColor !important;
background-attachment: scroll !important;
background-color: transparent !important;
background-image: none !important;
background-position: 0 0 !important;
background-repeat: repeat !important;
border: 0 !important;
border-color: #000 !important;
border-color: currentColor !important;
border-radius: 0 !important;
border-style: none !important;
border-width: medium !important;
bottom: auto !important;
clear: none !important;
clip: auto !important;
counter-increment: none !important;
counter-reset: none !important;
direction: inherit !important;
float: none !important;
font-style: inherit !important;
font-variant: normal !important;
font-weight: inherit !important;
height: auto !important;
left: auto !important;
letter-spacing: normal !important;
line-height: inherit !important;
list-style-type: inherit !important;
list-style-position: outside !important;
list-style-image: none !important;
margin: 0 !important;
max-height: none !important;
max-width: none !important;
min-height: 0 !important;
min-width: 0 !important;
opacity: 1;
overflow: visible !important;
padding: 0 !important;
position: static !important;
quotes: "" "" !important;
right: auto !important;
table-layout: auto !important;
text-align: left !important;
text-indent: 0 !important;
text-transform: none !important;
top: auto !important;
unicode-bidi: normal !important;
vertical-align: baseline !important;
white-space: normal !important;
width: auto !important;
word-spacing: normal !important;
z-index: auto !important;
background-origin: padding-box !important;
background-origin: padding-box !important;
background-clip: border-box !important;
background-size: auto !important;
-o-border-image: none !important;
border-image: none !important;
border-radius: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
-moz-column-count: auto !important;
column-count: auto !important;
-moz-column-gap: normal !important;
column-gap: normal !important;
-moz-column-rule: medium none #000 !important;
column-rule: medium none #000 !important;
-moz-column-span: none !important;
column-span: none !important;
-moz-column-width: auto !important;
column-width: auto !important;
font-feature-settings: normal !important;
overflow-x: visible !important;
overflow-y: visible !important;
-webkit-hyphens: manual !important;
hyphens: manual !important;
perspective: none !important;
perspective-origin: 50% 50% !important;
text-shadow: none !important;
transition: all 0s ease 0s !important;
transform: none !important;
transform-origin: 50% 50% !important;
transform-style: flat !important;
word-break: normal !important;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
#iubenda-cs-banner.iubenda-cs-overlay:before {
content: "" !important;
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
background-color: rgba(0, 0, 0, 0.5) !important;
z-index: 1 !important;
pointer-events: auto !important;
}
#iubenda-cs-banner.iubenda-cs-center {
align-items: center !important;
justify-content: center !important;
}
#iubenda-cs-banner.iubenda-cs-top {
align-items: flex-start !important;
}
#iubenda-cs-banner.iubenda-cs-bottom {
align-items: flex-end !important;
}
#iubenda-cs-banner.iubenda-cs-left {
justify-content: flex-start !important;
}
#iubenda-cs-banner.iubenda-cs-right {
justify-content: flex-end !important;
}
#iubenda-cs-banner.iubenda-cs-visible {
opacity: 1 !important;
}
#iubenda-cs-banner.iubenda-cs-visible > * {
pointer-events: auto !important;
}
#iubenda-cs-banner.iubenda-cs-slidein .iubenda-cs-container {
transition: transform 0.4s ease !important;
}
#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-top .iubenda-cs-container {
transform: translateY(-48px) !important;
}
#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-bottom .iubenda-cs-container {
transform: translateY(48px) !important;
}
#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-visible .iubenda-cs-container {
transform: translateY(0) !important;
}
#iubenda-cs-banner .iubenda-cs-container {
position: relative !important;
z-index: 2 !important;
}
#iubenda-cs-banner .iubenda-cs-container.iubenda-cs-themed {
display: flex;
flex-direction: column;
}
#iubenda-cs-banner .iubenda-cs-brand {
display: flex !important;
padding: 16px !important;
flex-shrink: 0 !important;
}
#iubenda-cs-banner .iubenda-cs-brand > div {
display: flex !important;
justify-content: flex-start !important;
}
#iubenda-cs-banner .iubenda-cs-brand img {
max-width: 192px !important;
max-height: 32px !important;
}
#iubenda-cs-banner .iubenda-cs-content {
position: relative !important;
z-index: 1 !important;
overflow: hidden !important;
transition: transform 0.4s ease !important;
background-color: #000000 !important;
color: #FFFFFF !important;
font-size: 14px !important;
display: flex;
flex-direction: column;
}
#iubenda-cs-banner .iubenda-cs-rationale {
position: relative !important;
display: flex !important;
flex-direction: column !important;
flex: 1 1 auto;
}
#iubenda-cs-banner .iubenda-cs-close-btn {
z-index: 1 !important;
top: 6px !important;
right: 0 !important;
margin: 10px !important;
min-width: 32px !important;
height: 32px !important;
padding: 6px !important;
font-size: 24px !important;
line-height: 0 !important;
font-weight: lighter !important;
cursor: pointer !important;
text-align: center !important;
border: 1px solid transparent !important;
border-radius: 4px !important;
opacity: 0.7 !important;
align-self: flex-end !important;
}
#iubenda-cs-banner .iubenda-cs-close-btn:hover {
opacity: 1 !important;
}
#iubenda-cs-banner .iubenda-banner-content {
font-weight: 300 !important;
padding: 16px !important;
flex: 1 1 auto !important;
overflow-y: auto !important;
}
#iubenda-cs-banner .iubenda-banner-content a {
cursor: pointer !important;
color: currentColor !important;
opacity: 0.7 !important;
text-decoration: underline !important;
}
#iubenda-cs-banner .iubenda-banner-content a:hover {
opacity: 1 !important;
}
#iubenda-cs-banner #iubenda-cs-title {
margin-bottom: 16px !important;
margin-top: 8px !important;
font-weight: bold !important;
}
#iubenda-cs-banner .iubenda-cs-counter {
text-align: center !important;
position: relative !important;
z-index: 1 !important;
display: none;
pointer-events: none;
flex-shrink: 0;
padding: 8px !important;
font-size: 13px !important;
font-weight: bold !important;
}
#iubenda-cs-banner .iubenda-cs-cwa-button {
font-weight: bold !important;
font-size: 13px !important;
background: rgba(255, 255, 255, 0.1) !important;
color: white !important;
padding: 8px 14px !important;
flex-shrink: 0;
border-radius: 4px !important;
text-align: center !important;
z-index: 1 !important;
margin: 16px !important;
margin-bottom: 0 !important;
cursor: pointer !important;
}
#iubenda-cs-banner .iubenda-cs-cwa-button:focus, #iubenda-cs-banner .iubenda-cs-cwa-button:hover {
box-shadow: 0 0 0 999px inset rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 639px) {
#iubenda-cs-banner .iubenda-cs-cwa-button {
box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.2) !important;
}
}
@media (min-width: 640px) {
#iubenda-cs-banner .iubenda-cs-cwa-button {
align-self: flex-end;
}
}
#iubenda-cs-banner .iubenda-cs-opt-group {
z-index: 1 !important;
display: flex !important;
margin-top: 0 !important;
flex-shrink: 0 !important;
color: #000000 !important;
margin: 16px !important;
margin-top: 0 !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group > div {
display: flex !important;
}
@media (min-width: 640px) {
#iubenda-cs-banner .iubenda-cs-opt-group {
align-items: center !important;
justify-content: space-between !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group-custom {
margin-right: auto !important;
align-self: start !important;
justify-content: flex-start !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group-consent {
margin-left: auto !important;
align-self: end !important;
justify-content: flex-end !important;
}
}
@media (max-width: 639px) {
#iubenda-cs-banner .iubenda-cs-opt-group {
flex-direction: column !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group-custom:not(.iubenda-cs-opt-group-granular) {
order: 2;
}
#iubenda-cs-banner .iubenda-cs-opt-group-consent {
order: 1;
}
}
#iubenda-cs-banner .iubenda-cs-opt-group button {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
padding: 8px 32px !important;
border-radius: 64px !important;
cursor: pointer !important;
font-weight: bold !important;
font-size: 100% !important;
margin-top: 4px !important;
margin-bottom: 4px !important;
text-align: center !important;
border: 0 !important;
background-color: #1a1a1a !important;
color: #FFFFFF !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group button.focus, #iubenda-cs-banner .iubenda-cs-opt-group button.hover {
box-shadow: 0 0 0 999px inset rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 640px) {
#iubenda-cs-banner .iubenda-cs-opt-group button:not(:last-of-type) {
margin-right: 8px !important;
}
}
@media (max-width: 639px) {
#iubenda-cs-banner .iubenda-cs-opt-group button {
padding: 8px 24px !important;
width: 100% !important;
display: block;
text-align: center !important;
margin: 6px 3px !important;
flex: 1;
}
}
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary, #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn {
background-color: #0073CE !important;
color: #FFFFFF !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn {
background-color: #0073CE !important;
color: #FFFFFF !important;
}
#iubenda-cs-banner.iubenda-cs-padded:not(.iubenda-cs-branded) .iubenda-banner-content {
padding-right: 48px !important;
}
#iubenda-cs-banner.iubenda-cs-padded .iubenda-cs-close-btn {
position: absolute !important;
}
@media (min-width: 640px) {
#iubenda-cs-banner:not(.iubenda-cs-padded).iubenda-cs-branded .iubenda-cs-cwa-button {
position: absolute !important;
}
}
@media (min-width: 640px) {
#iubenda-cs-banner:not(.iubenda-cs-branded):not(.iubenda-cs-no-heading) .iubenda-cs-cwa-button {
position: absolute !important;
top: -4px !important;
right: -4px !important;
padding: 5px 10px !important;
}
}
@media (min-width: 640px) {
#iubenda-cs-banner.iubenda-cs-branded:not(.iubenda-cs-default-floating).iubenda-cs-top .iubenda-cs-brand, #iubenda-cs-banner.iubenda-cs-branded:not(.iubenda-cs-default-floating).iubenda-cs-bottom .iubenda-cs-brand {
border-radius: 8px !important;
}
}
@media (min-width: 640px) {
#iubenda-cs-banner.iubenda-cs-branded .iubenda-cs-cwa-button {
margin: 15px !important;
}
}
#iubenda-cs-banner.iubenda-cs-branded .iubenda-cs-close-btn {
height: 32px !important;
min-width: 32px !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand-badge-outer, #iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-brand-badge-outer {
height: 0 !important;
}
#iubenda-cs-banner.iubenda-cs-default:not(.iubenda-cs-left) .iubenda-cs-brand-badge-outer, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-left) .iubenda-cs-brand-badge-outer {
margin-left: auto !important;
margin-right: 0 !important;
float: right !important;
}
#iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-cs-brand-badge-outer, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-bottom .iubenda-cs-brand-badge-outer {
order: -1 !important;
display: inline-flex !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand {
margin: 0 -8px 0 !important;
}
@media (max-width: 991px) {
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand {
margin: -8px -8px 0 !important;
}
}
@media (min-width: 992px) {
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand div {
margin: 0 auto !important;
width: calc(992px - 32px) !important;
}
}
@media (max-width: 991px) {
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand div {
margin: 0 8px !important;
}
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-container {
width: 100% !important;
}
@media (min-width: 992px) {
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale {
width: 992px !important;
margin: 16px auto !important;
}
}
@media (min-width: 992px) {
#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-brand-badge {
margin: 0 16px !important;
}
}
@media (min-width: 992px) {
#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-container {
width: 992px !important;
}
}
@media (max-width: 991px) {
#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-cs-container, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-cs-container {
width: 100% !important;
}
}
@media (min-width: 640px) {
#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-container, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-container, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-container {
width: 480px !important;
}
}
#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group {
flex-direction: column !important;
}
#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group > div, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group > div, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group > div {
width: 100% !important;
}
#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group button, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group button {
display: block !important;
width: 100% !important;
text-align: center !important;
}
#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group-custom, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group-custom, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group-custom {
order: 2;
}
#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group-consent, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group-consent, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group-consent {
order: 1;
}
#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-content {
box-shadow: 0 8px 48px rgba(0, 0, 0, 0.15) !important;
max-width: 100% !important;
}
@media (min-width: 992px) {
#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-content {
border-radius: 4px !important;
margin: 16px !important;
}
}
#iubenda-cs-banner.iubenda-cs-scrollable .iubenda-banner-content {
mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 16px) !important;
-webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 16px) !important;
}
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-container,
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-content,
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-rationale {
height: 100% !important;
}
@media (min-width: 992px) {
#iubenda-cs-banner.iubenda-cs-fix-height.iubenda-cs-default-floating .iubenda-cs-content {
height: calc(100% - 32px) !important;
}
}
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-brand img {
max-width: 75% !important;
}
#iubenda-cs-banner a[href]:focus,
#iubenda-cs-banner button:focus,
#iubenda-cs-banner input:focus,
#iubenda-cs-banner textarea:focus,
#iubenda-cs-banner select:focus,
#iubenda-cs-banner details:focus,
#iubenda-cs-banner [tabindex]:not([tabindex="-1"]):focus {
outline-width: 2px !important;
outline-style: solid !important;
outline-color: #005fcc !important;
outline-offset: 2px !important;
}
#iubenda-cs-banner .iubenda-cs-brand-badge {
flex-shrink: 0 !important;
margin: 16px !important;
padding: 6px 34px 6px 10px !important;
background: white !important;
display: inline-flex;
border-radius: 6px !important;
border: 1px solid rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 0 16px rgba(0, 0, 0, 0.1) !important;
align-self: flex-end;
background-image: url("data:image/svg+xml,%3Csvg fill='none' height='19' viewBox='0 0 9 19' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m4.1555.211426c.81725.000101 1.61499.249693 2.28656.715401.67157.465713 1.18496 1.125343 1.47153 1.890693.28657.76536.33266 1.59996.13211 2.39221-.20055.79226-.63818 1.50441-1.25438 2.04124l.87593 11.02083h-7.023493l.875933-11.02083c-.616206-.53683-1.053841-1.24898-1.254391-2.04124-.2005501-.79225-.154458-1.62685.132114-2.39221.286572-.76535.799967-1.42498 1.471537-1.890693.67157-.465708 1.46931-.7153 2.28655-.715401z' fill='%231cc691' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
background-position: center right 12px !important;
background-repeat: no-repeat !important;
color: #222 !important;
font-weight: normal !important;
font-size: 14px !important;
pointer-events: auto !important;
}
#iubenda-cs-banner .iubenda-cs-brand-badge:hover {
border: 1px solid rgba(0, 0, 0, 0.4) !important;
}
#iubenda-cs-banner .iubenda-cs-brand-badge > span {
border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
padding-right: 12px !important;
}
#iubenda-cs-banner .iubenda-cs-brand-badge > span > span {
text-decoration: underline !important;
}
#iubenda-cs-banner .iubenda-cs-brand-badge-text {
font-size: 11px !important;
font-weight: bold !important;
text-align: right !important;
margin: -4px 16px 12px !important;
}
#iubenda-cs-banner .iubenda-cs-brand-badge-text a {
color: inherit;
}
#iubenda-cs-banner .iubenda-iframe-spinner ~ .iubenda-iframe-badge-container .iubenda-cs-brand-badge {
display: none !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container {
--iub-granular-background: rgba(0, 0, 0, .02);
--iub-granular-border: rgba(0, 0, 0, 0.08);
--iub-granular-toggle-background: rgba(0, 0, 0, 0.2);
display: flex;
flex-wrap: wrap;
flex-shrink: 0;
margin-bottom: 16px !important;
border-top: 1px solid var(--iub-granular-border) !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox {
flex-basis: 100%;
display: flex !important;
gap: 10px !important;
padding-left: 16px !important;
padding-right: 16px !important;
padding-bottom: 14px !important;
background-color: var(--iub-granular-background) !important;
margin: 0 !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox input.style1 {
width: 48px !important;
height: 24px !important;
background-position: top 3px left 3px !important;
background-size: 18px 18px !important;
background-color: var(--iub-granular-toggle-background) !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox input.style1, #iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox input.style1:checked {
background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' fill='%23fff' fill-rule='evenodd' r='10'/%3E%3C/svg%3E") !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox input.style1:checked {
background-position: top 3px left 27px !important;
background-color: #1cc691 !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox input.style1:checked[value=partial] {
background-position: top 3px left 15px !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox:nth-child(2) {
padding-top: 16px !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox:last-child {
padding-bottom: 16px !important;
border-bottom: 1px solid var(--iub-granular-border) !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd), #iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox {
flex-basis: 50%;
flex-direction: column-reverse;
padding: 14px 10px !important;
border: 1px solid var(--iub-granular-border) !important;
border-right: 0 !important;
border-top: 0 !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox--disabled {
display: none !important;
}
@media (max-width: 991px) {
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox {
min-width: 0 !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox label {
max-width: 100%;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox label span {
display: block;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
#iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox--mobile-hidden {
display: none !important;
}
}
#iubenda-cs-banner.iubenda-cs-black .iubenda-granular-controls-container {
--iub-granular-background: rgba(255, 255, 255, .02);
--iub-granular-border: rgba(255, 255, 255, 0.08);
--iub-granular-toggle-background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 640px) {
#iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox {
flex: 1 !important;
flex-direction: column-reverse !important;
padding: 14px 10px !important;
border: 1px solid var(--iub-granular-border) !important;
border-right: 0 !important;
border-top: 0 !important;
padding-top: 16px !important;
}
}
@media (min-width: 992px) {
#iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container {
grid-gap: 24px !important;
padding: 16px 16px 32px !important;
border-top: 0 !important;
margin-bottom: 0 !important;
}
#iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox--disabled, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox--disabled, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox--disabled, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox--disabled {
display: flex !important;
}
#iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child {
padding-left: 16px !important;
}
#iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:last-child {
padding-right: 16px !important;
}
#iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:nth-child(2), #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd), #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox:nth-last-child(2), #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:nth-child(2), #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd), #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox:nth-last-child(2), #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:nth-child(2), #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd), #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox:nth-last-child(2), #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:nth-child(2), #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd), #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox:last-child, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-granular-controls-container .granular-control-checkbox:first-child:nth-last-child(odd) ~ .granular-control-checkbox:nth-last-child(2) {
flex: 0 1 auto !important;
flex-direction: row !important;
background-color: transparent !important;
padding: 0 !important;
border: none !important;
margin: 0 !important;
}
}
.iubenda-tp-btn *, .iubenda-tp-btn:not([data-tp-nostyle]),
.iubenda-uspr-btn *,
.iubenda-uspr-btn:not([data-tp-nostyle]) {
font-size: 100% !important;
width: auto !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
background: none !important;
box-sizing: border-box !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
font-family: -apple-system, sans-serif !important;
text-decoration: none !important;
color: currentColor !important;
background-attachment: scroll !important;
background-color: transparent !important;
background-image: none !important;
background-position: 0 0 !important;
background-repeat: repeat !important;
border: 0 !important;
border-color: #000 !important;
border-color: currentColor !important;
border-radius: 0 !important;
border-style: none !important;
border-width: medium !important;
bottom: auto !important;
clear: none !important;
clip: auto !important;
counter-increment: none !important;
counter-reset: none !important;
cursor: auto !important;
direction: inherit !important;
float: none !important;
font-style: inherit !important;
font-variant: normal !important;
font-weight: inherit !important;
height: auto !important;
left: auto !important;
letter-spacing: normal !important;
line-height: inherit !important;
list-style-type: inherit !important;
list-style-position: outside !important;
list-style-image: none !important;
margin: 0 !important;
max-height: none !important;
max-width: none !important;
min-height: 0 !important;
min-width: 0 !important;
opacity: 1;
outline: 0 !important;
overflow: visible !important;
padding: 0 !important;
position: static !important;
quotes: "" "" !important;
right: auto !important;
table-layout: auto !important;
text-align: left !important;
text-indent: 0 !important;
text-transform: none !important;
top: auto !important;
unicode-bidi: normal !important;
vertical-align: baseline !important;
visibility: inherit !important;
white-space: normal !important;
width: auto !important;
word-spacing: normal !important;
z-index: auto !important;
background-origin: padding-box !important;
background-origin: padding-box !important;
background-clip: border-box !important;
background-size: auto !important;
-o-border-image: none !important;
border-image: none !important;
border-radius: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
-moz-column-count: auto !important;
column-count: auto !important;
-moz-column-gap: normal !important;
column-gap: normal !important;
-moz-column-rule: medium none #000 !important;
column-rule: medium none #000 !important;
-moz-column-span: none !important;
column-span: none !important;
-moz-column-width: auto !important;
column-width: auto !important;
font-feature-settings: normal !important;
overflow-x: visible !important;
overflow-y: visible !important;
-webkit-hyphens: manual !important;
hyphens: manual !important;
perspective: none !important;
perspective-origin: 50% 50% !important;
text-shadow: none !important;
transition: all 0s ease 0s !important;
transform: none !important;
transform-origin: 50% 50% !important;
transform-style: flat !important;
word-break: normal !important;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
.iubenda-tp-btn:not([data-tp-nostyle]),
.iubenda-uspr-btn:not([data-tp-nostyle]) {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
line-height: 34px !important;
height: 34px !important;
min-width: 34px !important;
border-radius: 4px !important;
cursor: pointer !important;
font-weight: bold !important;
font-size: 14px !important;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) !important;
color: rgba(0, 0, 0, 0.65) !important;
background-color: white !important;
display: inline-block !important;
vertical-align: middle !important;
}
.iubenda-tp-btn.iubenda-tp-btn--warning:before,
.iubenda-uspr-btn.iubenda-tp-btn--warning:before {
content: "";
background-image: url("data:image/svg+xml,%3Csvg fill='none' height='17' viewBox='0 0 17 17' width='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.79042 2.81577c.7788-1.28272 2.64036-1.28272 3.41918 0l5.9459 9.79333c.8093 1.3328-.1503 3.038-1.7095 3.038h-11.89195c-1.55927 0-2.5188026-1.7052-1.709576-3.038z' fill='%23fb6666'/%3E%3Cpath d='m14.446 15.1471h-11.89195c-1.16945 0-1.889102-1.2789-1.28218-2.2785l5.94595-9.79334c.5841-.96204 1.98026-.96204 2.56436 0l5.94592 9.79334c.607.9996-.1127 2.2785-1.2821 2.2785z' stroke='%23000' stroke-opacity='.1'/%3E%3Cg fill='%23fff'%3E%3Crect height='4.97619' rx='.497619' width='.995238' x='8' y='6'/%3E%3Cpath d='m8 12.5c0-.2761.22386-.5.5-.5.27614 0 .5.2239.5.5 0 .2761-.22386.5-.5.5-.27614 0-.5-.2239-.5-.5z'/%3E%3C/g%3E%3C/svg%3E");
background-position: center;
background-size: 24px 24px;
background-repeat: no-repeat;
position: absolute;
top: -16px;
right: -16px;
width: 32px;
height: 32px;
z-index: 2147483647 !important;
}
.iubenda-tp-btn[data-tp-icon],
.iubenda-uspr-btn[data-tp-icon] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%231CC691' fill-rule='evenodd' d='M16 7a4 4 0 0 1 2.627 7.016L19.5 25h-7l.873-10.984A4 4 0 0 1 16 7z'/%3E%3C/svg%3E") !important;
background-repeat: no-repeat !important;
background-size: 32px 32px !important;
background-position: top 0.5px left 1px !important;
}
.iubenda-tp-btn[data-tp-circle],
.iubenda-uspr-btn[data-tp-circle] {
border-radius: 32px !important;
}
.iubenda-tp-btn[data-tp-label]:after,
.iubenda-uspr-btn[data-tp-label]:after {
content: attr(data-tp-label) !important;
padding: 0 16px !important;
white-space: nowrap !important;
}
.iubenda-tp-btn[data-tp-label][data-tp-icon]:after,
.iubenda-uspr-btn[data-tp-label][data-tp-icon]:after {
padding-left: calc(16px + 8px + 8px) !important;
}
.iubenda-tp-btn[data-tp-float],
.iubenda-uspr-btn[data-tp-float] {
position: fixed !important;
}
.iubenda-tp-btn[data-tp-float]:not([data-tp-anchored]),
.iubenda-uspr-btn[data-tp-float]:not([data-tp-anchored]) {
margin: 16px !important;
}
.iubenda-tp-btn[data-tp-float]:focus,
.iubenda-uspr-btn[data-tp-float]:focus {
outline: 2px solid -webkit-focus-ring-color !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-anchored],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored] {
margin: 0 16px !important;
border-radius: 6px !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-left], .iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-right], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-left],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-right],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right] {
margin: 0 !important;
top: 75% !important;
transform: translateY(-50%) !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-left], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-left],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left] {
left: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-left: 0 !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-right], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-right],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right] {
right: 0 !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-right: 0 !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-left], .iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-right],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-left],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-right] {
margin: 0 !important;
top: 50% !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-bottom: 0 !important;
transform-origin: bottom !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-left],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-left] {
left: 0 !important;
transform: translateY(-50%) rotate(90deg) !important;
transform-origin: left bottom !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-right],
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-right] {
right: 0 !important;
transform: translateY(-50%) rotate(-90deg) !important;
transform-origin: right bottom !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left], .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right],
.iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-left],
.iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-right] {
bottom: 0 !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left][data-tp-anchored], .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right][data-tp-anchored],
.iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-left][data-tp-anchored],
.iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-right][data-tp-anchored] {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-bottom: 0 !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-float=top-left], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right],
.iubenda-uspr-btn[data-tp-float][data-tp-float=top-left],
.iubenda-uspr-btn[data-tp-float][data-tp-float=top-right] {
top: 0 !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-float=top-left][data-tp-anchored], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right][data-tp-anchored],
.iubenda-uspr-btn[data-tp-float][data-tp-float=top-left][data-tp-anchored],
.iubenda-uspr-btn[data-tp-float][data-tp-float=top-right][data-tp-anchored] {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
border-top: 0 !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-float=top-left], .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left],
.iubenda-uspr-btn[data-tp-float][data-tp-float=top-left],
.iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-left] {
left: 0 !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-float=top-right], .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right],
.iubenda-uspr-btn[data-tp-float][data-tp-float=top-right],
.iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-right] {
right: 0 !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-hover][data-tp-label]:after,
.iubenda-uspr-btn[data-tp-float][data-tp-hover][data-tp-label]:after {
max-width: 0 !important;
overflow: hidden !important;
display: block !important;
padding: 0 !important;
opacity: 0 !important;
transition: max-width 0.6s ease, padding 0.6s ease, opacity 0.6s ease !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-hover][data-tp-label]:hover:after,
.iubenda-uspr-btn[data-tp-float][data-tp-hover][data-tp-label]:hover:after {
max-width: 192px !important;
padding-left: calc(16px + 8px + 8px) !important;
padding-right: 10px !important;
opacity: 1 !important;
}
.iubenda-tp-btn:focus,
.iubenda-uspr-btn:focus {
outline-width: 2px !important;
outline-style: solid !important;
outline-color: #005fcc !important;
outline-offset: 2px !important;
}
.iubenda-uspr-btn {
border: 1px solid rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1) !important;
border-radius: 0.5rem !important;
font-family: sans-serif !important;
font-weight: bold !important;
overflow: hidden !important;
display: inline-flex !important;
flex-wrap: wrap !important;
background: white !important;
color: #280404 !important;
}
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left], .iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right] {
border-radius: 0 !important;
border-bottom-left-radius: 6px !important;
border-bottom-right-radius: 6px !important;
top: auto !important;
bottom: 32px !important;
flex-wrap: nowrap !important;
}
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left] *, .iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right] * {
white-space: nowrap !important;
}
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left] {
left: 0 !important;
transform: translateX(46px) rotate(-90deg) !important;
transform-origin: left bottom !important;
}
.iubenda-uspr-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right] {
right: 0 !important;
transform: translateX(-46px) rotate(90deg) !important;
transform-origin: right bottom !important;
}
@media (min-width: 480px) {
.iubenda-uspr-btn[data-tp-float=top-right],
.iubenda-uspr-btn[data-tp-float=top-right] .iubenda-cs-preferences-link, .iubenda-uspr-btn[data-tp-float=bottom-right],
.iubenda-uspr-btn[data-tp-float=bottom-right] .iubenda-cs-preferences-link {
flex-direction: row-reverse !important;
}
}
.iubenda-uspr-btn a {
padding: 0.75rem !important;
cursor: pointer !important;
flex: 1 1 auto !important;
display: inline-flex !important;
align-items: center !important;
grid-gap: 0.5rem !important;
}
.iubenda-uspr-btn a img {
width: 2.5rem !important;
flex-shrink: 0 !important;
}
.iubenda-uspr-btn a:hover {
background-color: rgba(0, 0, 0, 0.025) !important;
}
.iubenda-uspr-btn a:first-of-type {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) !important;
}
/*
-----------------
MOBILE SDK
-----------------
*/
.iubenda-mobile-sdk #iubenda-cs-banner.iubenda-cs-visible {
justify-content: center!important;
align-items: center!important;
}
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-container {
max-height: 100%!important;
display: flex!important;
}
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content {
height: auto!important;
border-radius: 0!important;
margin: 0!important;
}
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-opt-group {
text-align: center!important;
}
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-rationale {
display: flex!important;
flex-direction: column!important;
height: 100%!important;
}
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-banner-content {
flex: 1;
overflow-y: auto!important;
margin: 0!important;
padding: 16px 16px 48px!important;
max-height: inherit!important;
mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 15%) !important;
-webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 15%) !important;
}
@media (max-width: 799px) {
.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-footer #iubFooterIabBtnContainer + #iubFooterBtnContainer {
-webkit-transform: translateY(-20px)!important;
-ms-transform: translateY(-20px)!important;
transform: translateY(-20px)!important;
}
}
@media (min-width: 992px) {
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-banner-content,
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-opt-group {
margin: 24px!important;
}
.iubenda-mobile-sdk #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale {
width: 100% !important;
margin: 0 !important;
}
}
.no-banner #iubenda-cs-banner {
display: none!important;
}
/** fix scrolling in iOS 10 **/
.iubenda-mobile-sdk #iubenda-cs-banner.iubenda-cs-visible .iubenda-cs-container,
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content,
.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-rationale {
height: 100%!important;
}
.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-top-container {
position: relative!important;
}
.iubenda-mobile-sdk #iubenda-iframe #iab-container {
position: absolute!important;
top: 0!important;
bottom: 0!important;
left: 0!important;
right: 0!important;
}
/** iframe **/
.iubenda-mobile-sdk #iubenda-iframe #iubenda-iframe-popup {
height: 100%!important;
width: 100%!important;
}
.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-close-btn {
display: none!important;
}
.iubenda-mobile-sdk #iubenda-iframe {
background-color: transparent!important;
}
/* Fix cookie policy trimming on older Android devices */
.iubenda-mobile-sdk #iubenda-iframe iframe {
background-color: transparent!important;
position:absolute!important;
bottom:0!important;
top:0!important;
}
.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-spinner {
top: 50px !important;
}
/* Fix TCF widget overlapping footer in older Android devices */
.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-footer {
z-index: 9999!important;
}
/* Fix popovers going behind footer buttons and not scrolling */
.iubenda-mobile-sdk #iubenda-iframe.iub-popover-visible .iub-popover {
z-index: 10000!important;
}
.iubenda-mobile-sdk #iubenda-iframe .iub-popover-content {
position: relative!important;
}
.iubenda-mobile-sdk #iubenda-iframe .iub-popover-content > div {
-webkit-overflow-scrolling: touch!important;
position: absolute!important;
top: 0!important;
bottom: 0!important;
}
/* Fix purposes widget not scrolling on older iOS and Android devices */
.iubenda-mobile-sdk #purposes-container {
-webkit-overflow-scrolling: touch!important;
position: absolute!important;
top: 0!important;
bottom: 0!important;
left: 0!important;
right: 0!important;
overflow: auto!important;
}
/* Avoid scrolling freezes when scrolling the banner from the accept button on iOS */
html, body {
height: 100%!important;
overflow: hidden!important;
}
Also see: Tab Triggers