/* COLOR VARIABLES
============================================= */
/* GRADIENT LISTS
============================================= */
/* @FONT-FACE
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/*BOX SHADOW
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* COOKIE --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.ce-banner > *, .banner-cookie-content > * {
  box-sizing: content-box !important;
}
.ce-banner > *::before, .ce-banner > *::after, .banner-cookie-content > *::before, .banner-cookie-content > *::after {
  box-sizing: content-box !important;
}

#cookie-lock {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999 !important;
  background: #000000;
  opacity: 0.5;
}

.ce-banner {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 9999;
  box-sizing: content-box;
  /*&::before {
    content: url("/assets/pagination/images/HPL-logo-purple-bg.svg");
    position: absolute;
    top: -54px;
    width: 90px;
    left: calc(50% - 45px);
  }*/
}
.ce-banner::after, .ce-banner::before {
  box-sizing: content-box;
}
.ce-banner .banner-cookie-content {
  width: 300px;
  max-width: calc(100vw - 90px);
  height: auto;
  background-color: #fff;
  color: #3F4250;
  bottom: 5px;
  left: 5px;
  /*border: 1px solid $grigio;
  border-bottom: none;*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 25px;
  font-size: clamp(12px, 4vw, 14px);
  margin: 20px;
}
.ce-banner h1 {
  font-size: clamp(15px, 4vw, 20px);
  line-height: clamp(15px, 4vw, 20px);
  margin: 0 0 15px 0;
  font-weight: 300;
  position: relative;
}
.ce-banner p {
  color: #3F4250;
  font-size: clamp(12px, 4vw, 14px);
}

/* --- btn --- */
a.btn-act {
  display: inline-block;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 8px;
  width: calc(100% - 37px);
  margin: 15px 0 5px 0;
  text-align: center;
  background: #3F4250;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}

.ce-banner a.cookielink {
  font-weight: 700;
}

.ce-banner a.ce-accept {
  width: calc(50% - 37px);
  margin: 15px 0 5px 5px;
  float: right;
  text-align: center;
  background: #252525;
  border: 1px solid #252525;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  color: #fff;
}
.ce-banner a.ce-accept:hover {
  background: #536071;
}

.ce-banner a.ce-disable {
  position: absolute;
  right: 0;
}
.ce-banner a.ce-disable img {
  width: 24px;
}

.ce-banner a.cookie-details {
  width: calc(50% - 37px);
  margin: 15px 5px 5px 0;
  float: left;
  text-align: center;
  background: #3F4250;
  color: #fff;
  border: 1px solid #fff;
}
.ce-banner a.cookie-details:hover {
  background: #536071;
}

#cookieModal {
  background: rgba(0, 0, 0, 0.7);
}

#cookieContainer {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#cookieContainer #cookieHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  padding: 10px 20px;
  width: calc(100% - 40px);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #536071;
}
#cookieContainer #cookieHeader h1 {
  font-weight: 300;
  display: block;
  width: 100%;
  font-size: clamp(16px, 4vw, 18px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

#cookieContainer #cookieHeader a {
  text-transform: uppercase;
  background: #F4F7FB;
  padding: 8px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 8px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#cookieContainer #cookieHeader a img {
  width: 22px;
}

#cookieContainer #cookieHeader a:hover {
  background: #536071;
}

#cookieContainer #cookieBody {
  float: left;
  padding: 20px;
  width: calc(100% - 40px);
  overflow: auto;
  color: #252525;
  background: #fff;
  max-height: calc(100vh - 400px);
  height: auto;
}
#cookieContainer #cookieBody p {
  color: #252525;
}

#cookieContainer #cookieBody h1 {
  font-size: clamp(18px, 4vw, 30px);
  line-height: clamp(28px, 4vw, 40px);
  margin-bottom: clamp(10px, 4vw, 20px);
}

#cookieContainer #cookieBody p {
  font-size: clamp(13px, 4vw, 14px);
  text-align: left;
}

#cookieContainer #cookieBody a.acceptAll,
#cookieContainer #cookieBody a.disableAll {
  font-size: 12px;
  text-transform: uppercase;
  background: #3F4250;
  padding: 8px 13px;
  margin-right: 10px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  float: left;
  border-radius: 8px;
}

#cookieContainer #cookieBody a.acceptAll:hover,
#cookieContainer #cookieBody a.disableAll:hover {
  background: #536071;
}

#cookieContainer #cookieBody .opt {
  float: left;
  width: calc(100% - 10px);
  margin-top: clamp(15px, 4vw, 25px);
  padding-bottom: clamp(15px, 4vw, 25px);
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: auto auto;
  grid-template-areas: "input titolo" "input sottotitolo" "input descrizione";
  column-gap: 10px;
}

#cookieContainer #cookieBody .opt h3 {
  grid-area: titolo;
  font-weight: 300;
  font-size: clamp(16px, 4vw, 18px);
  padding-bottom: 5px;
  margin-bottom: 0;
  text-align: left;
}

#cookieContainer #cookieBody .opt h4 {
  grid-area: sottotitolo;
  font-weight: 400;
  font-size: clamp(13px, 4vw, 14px);
  margin-bottom: 0;
  text-align: left;
  color: #252525;
}

#cookieContainer #cookieBody .opt p {
  grid-area: descrizione;
}

#cookieUrl {
  background: #fff;
  max-width: 300px;
  color: #252525;
  border: 1px solid #252525;
}
#cookieUrl:hover {
  background: #F4F7FB;
}

/* ----- checkbox ----- */
#cookieModal .containerCheckbox {
  grid-area: input;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  line-height: 25px;
  top: 0;
  left: 0;
}

#cookieModal .containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#cookieModal .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #536071;
  border-radius: 50%;
}

#cookieModal .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#cookieModal .containerCheckbox input:checked ~ .checkmark:after {
  display: block;
  border: none;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 6.5px;
  top: 6.5px;
}

#cookieModal .containerCheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cookieContainer #cookieFooter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  padding: 10px 20px;
  width: calc(100% - 40px);
  background-color: #3F4250;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #536071;
}

#cookieContainer #cookieFooter a {
  border-radius: 8px;
  width: calc(50% - 37px);
  float: left;
  text-align: center;
  font-weight: 400;
  padding: 10px clamp(10px, 2vw, 14px);
  text-transform: uppercase;
  border-radius: 8px;
  font-size: clamp(12px, 4vw, 14px);
}
#cookieContainer #cookieFooter a#saveCookie {
  color: #fff;
  border: 1px solid #fff;
  margin: 15px 5px 5px 0;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
#cookieContainer #cookieFooter a#saveCookie:hover {
  background: #536071;
}
#cookieContainer #cookieFooter a.acceptAll {
  background: #fff;
  border: 1px solid #fff;
  color: #252525;
  margin: 15px 0 5px 5px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
#cookieContainer #cookieFooter a.acceptAll:hover {
  background: #F4F7FB;
}

.no-store .ce-banner a.ce-disable::before {
  content: url("/assets/pagination/ui/x.svg");
}

@media all and (max-width: 767px) {
  #cookieModal {
    background: rgba(255, 255, 255, 0.9);
  }

  #cookieContainer {
    width: calc(100% - 20px);
    margin: 0 auto;
    max-height: 480px;
  }

  #cookieContainer #cookieHeader {
    width: calc(100% - 20px);
    padding: 10px;
  }

  #cookieContainer #cookieBody {
    padding: 10px 15px;
    width: calc(100% - 30px);
  }

  #cookieContainer #cookieBody .opt h3, #cookieContainer #cookieBody .opt p {
    padding-right: 10px;
    text-align: left;
  }

  #cookieContainer #cookieFooter {
    width: calc(100% - 20px);
    padding: 10px;
  }

  .ce-banner {
    justify-content: center;
  }
}
#cookieModal {
  position: fixed;
  z-index: 99999 !important;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}

#cookieContainer {
  max-width: 800px;
  width: calc(100vw - 30px);
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
}
#cookieContainer p {
  color: #252525;
}

#cookieHeader {
  width: 100%;
  height: 100px;
  float: left;
}

#cookieBody {
  float: left;
  width: 100%;
  overflow: auto;
}

#cookieFooter {
  width: 100%;
  height: 100px;
  float: left;
}

/*# sourceMappingURL=cookie.v2.css.map */
