#cookiesjsr label {
  min-width: auto;
}
#cookiesjsr .cookiesjsr--app::before {
  content: '';
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  z-index: 1051;
}
#cookiesjsr .cookiesjsr--app:not(:empty)::before {
  background-color: rgba(0,0,0,0.8);
}
#cookiesjsr .cookiesjsr--app:empty::before {
  background-color: rgba(0,0,0,0);
  pointer-events: none;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  font-weight: 400;
  font-size: 0.9rem;
}
.cookiesjsr-service-group--tab {
   padding: 1em 1.25em 1em 1.25em;
 }
.cookiesjsr-service--description h3 {
  font-weight: 700;
}
.cookiesjsr-service--always-on span {
  padding: 0 1rem;
  border-radius: 0.75rem;
}
.cookiesjsr-layer--footer {
  padding-right: 1.25rem;
  justify-content: end;
}
.cookiesjsr-layer--label-all {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.cookiesjsr-banner {

}
.cookiesjsr-banner--info {
  margin: 0;
  max-height: none;
  overflow: hidden;
  padding: 1.25rem;
  flex-grow: 1;
  width: auto;
}
.cookiesjsr-banner--info a{
  text-decoration: underline;
}
.cookiesjsr-banner--info a:hover{
  text-decoration: none;
}
.cookiesjsr-banner--info a:focus,
.cookiesjsr-banner--info a:focus-visible {
  color: #ffffff;
}
.cookiesjsr-banner--action {
  width: 100%;
}
.cookiesjsr-banner--info .cookiesjsr-banner--text {
  line-height: 1.5em;
}
.cookiesjsr-banner .cookiesjsr-links {
  margin-top: 2.25rem;
}
.cookiesjsr-banner .cookiesjsr-links li,
.cookiesjsr-banner .cookiesjsr-links li a {
  line-height: 1.2em;
}
.cookiesjsr-btn {
  opacity: 1;
  outline: none;
}
.cookiesjsr-banner .cookiesjsr-btn {
  font-weight: 700;
}
.cookiesjsr-btn:hover,
.cookies-fallback--btn:hover {
  -webkit-transform: none!important;
  transform: none!important;
}
.cookies-fallback--btn {
  background-color: #fff!important;
  color: #007bc7!important;
  margin: 2rem!important;
}
.cookiesjsr-banner .cookiesjsr-btn:focus:not(:active),
.cookies-fallback--btn:focus:not(:active){
  -webkit-box-shadow: inset 0 1px 1px rgb(255 255 255 / 8%), 0 0 0.1rem 0.25rem rgb(255 255 255 / 50%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0.1rem 0.25rem rgb(255 255 255 / 50%);
}
.cookiesjsr-banner .cookiesjsr-btn.denyAll {
  color: #d9364f!important;
  order: 1;
}
.cookiesjsr-banner .cookiesjsr-btn.allowAll {
  color: #008758!important;
  order: 0;
}
.cookiesjsr-banner .cookiesjsr-btn.cookiesjsr-settings {
  order: 2;
}
.cookiesjsr-banner .cookiesjsr-btn.denyAll:hover,
.cookiesjsr-layer--footer .cookiesjsr-btn.denyAll:hover {
  color: #fff!important;
  background-color: #d9364f!important;
  border-color: #d9364f!important;
}
.cookiesjsr-banner .cookiesjsr-btn.allowAll:hover,
.cookiesjsr-layer--footer .cookiesjsr-btn.allowAll:hover {
  color: #fff!important;
  background-color: #008758!important;
  border-color: #008758!important;
}
a[href="#editCookieSettings"] {
  position: fixed;
  display: inline-block;
  padding: 0 4rem 0 2rem;
  line-height: 3rem;
  z-index: 1000;
  right: 2rem;
  bottom: 2rem;
  border-radius: 1.5rem;
  font-size: 1.33rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  background-image: url("../images/icons-settings.png");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.75rem 1.75rem;
}
@media (min-width: 768px) {
  .cookiesjsr-banner {
    flex-direction: column;
  }
  .cookiesjsr-banner--action {
    flex-direction: row;
  }
  .cookiesjsr-service-group--tab {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .cookiesjsr-banner {
    flex-direction: row;
  }
  .cookiesjsr-banner--action {
    flex-direction: column;
    max-width: 300px;
  }
}
@media (min-width: 1920px) {
  .cookiesjsr-service-group.active .cookiesjsr-service-group--content {
    font-size: 0.8rem;
  }
}

/*PERSONALIZZAZIONI*/
/*banner cookie*/
.cookiesjsr-banner,
.cookiesjsr-banner .cookiesjsr-btn:not(.important) {
  background-color: #005e95;
}
/*bottoni solo bordo*/
.cookiesjsr-banner .cookiesjsr-btn:not(.important):hover {
  background-color: #1B466B;
  border-color: #1B466B;
}
/*Link alla cookie policy*/
.cookiesjsr-service-group--content .cookiesjsr-links.links--row li a {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-decoration: underline;
  margin-top: 0.5em;
}
.cookiesjsr-service-group--content .cookiesjsr-links.links--row li a:after {
  content: "";
  background-image: url("/themes/custom/enac/images/arrow menu_white.svg") !important;
  height: 0.75rem;
  width: 0.66rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.cookiesjsr-service-group--content .cookiesjsr-links.links--row li a:hover {
  text-decoration: none;
}
.cookiesjsr-service-group--content .cookiesjsr-links.links--row li a:focus,
.cookiesjsr-service-group--content .cookiesjsr-links.links--row li a:focus-visible {
  color: #ffffff;
}
.cookiesjsr-links.links--row li:before {
  display: none;
}
/*modale configurazione cookie*/
.cookiesjsr-service-group.active .cookiesjsr-service-group--tab,
.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  background: #007bc7;
}
.cookiesjsr-service-group .cookiesjsr-service-group--tab:hover,
.cookiesjsr-service-group .cookiesjsr-service-group--tab:focus,
.cookiesjsr-service-group .cookiesjsr-service-group--tab:focus-visible {
  background-color: #537694;
  color: #ffffff;
}
/*modale configurazione cookie bottone salvataggio*/
.cookiesjsr-layer--footer .cookiesjsr-btn.important {
  background-color: #007bc7;
  border-color: #007bc7;
}
/*modale configurazione cookie bottone salvataggio hover*/
.cookiesjsr-layer--footer .cookiesjsr-btn.important:focus-visible {
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0.1rem 0.33rem rgb(4 104 154 / 50%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0.1rem 0.33rem rgb(4 104 154 / 50%);
}
/*modale configurazione cookie bottone nega tutti*/
.cookiesjsr-layer--footer .cookiesjsr-btn.denyAll {
  color: #d9364f!important;
  border-color: #d9364f!important;
}
.cookiesjsr-layer--footer .cookiesjsr-btn.denyAll:focus-visible {
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0.1rem 0.33rem rgba(225,83,97,.5);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0.1rem 0.33rem rgba(225,83,97,.5);
}
/*modale configurazione cookie bottone accetta tutti*/
.cookiesjsr-layer--footer .cookiesjsr-btn.allowAll {
  color: #008758!important;
  border-color: #008758!important;
}
.cookiesjsr-layer--footer .cookiesjsr-btn.allowAll:focus-visible {
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0.1rem 0.33rem rgba(60,153,110,.5);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0.1rem 0.33rem rgba(60,153,110,.5);
}
/*hover video*/
.cookies-fallback {
  background-color: #007bc7!important;
}
.cookies-fallback--text,
a.cookies-fallback--link {
  color: #fff!important;
}
a[href="#editCookieSettings"] {
  background-color: #005e95;
}
a[href="#editCookieSettings"]:hover {
  color: #fff!important;
  background-color: #041E35;
  text-decoration: none;
}
a[href="#editCookieSettings"]:focus {
  color: #fff!important;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0.1rem 0.33rem rgb(200 200 200 / 50%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0.1rem 0.33rem rgb(200 200 200 / 50%);
}
