/* Inizio Stile
per la pagina
della privacy
*/

#banner-privacy .logo-banner-abf img {
  display: block;
  width: 60%;
  max-width: 336px;
  height: auto;
  max-height: 80px;
  margin: 0 auto;
}

.cb_toggle__display {
  --offset: 0.125rem;
  --diameter: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: content-box;
  width: 2.05rem;
  height: 1.05rem;
  border: 0.1em solid rgb(0 0 0 / 0.2);
  position: relative;
  border-radius: 100vw;
  background-color: #fbe4e2;
  transition: 250ms;
  padding: 0.3em 0.5em !important;
}
.cb_toggle__display::before {
  content: "";
  z-index: 9200;
  position: absolute;
  top: 50%;
  left: var(--offset);
  box-sizing: border-box;
  /* width: var(--diameter); */
  width: 1.17rem; /*calc(var(--diameter)*1.3);*/
  height: 1.17rem; /*calc(var(--diameter)*1.3);*/
  /* height: var(--diameter); */
  /* border: 0.1em solid rgb(0 0 0 / 0.2); */
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: white;
  transform: translate(-40%, -50%);
  will-change: transform;
  transition: inherit;
  margin-left: 10px;
}

.cb_bt-icon,
.cb_bt-icon-text {
  display: inline-block;
}
.cb_bt-icon {
  width: 1rem;
  height: 1rem;
}

.btn-coockie {
  font-style: normal;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  padding: 10px 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  background-color: #0365ec;
  outline: 0;
  border: 0;
  text-align: center;
  min-width: 100px;
   -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.6);
  -webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.6);
  box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.6);
  color: white;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
    margin-right: 0.9rem!important;
}

.d-flex {
    display: flex!important;
}

.justify-content-start {
    justify-content: flex-start!important;
}

.cb_toggle {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 1ch;
}
button.cb_toggle {
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
}
.cb_toggle__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

/*FOCUS ORIGINALE*/
.cb_toggle:focus .cb_toggle__display,
.cb_toggle__input:focus + .cb_toggle__display {
  outline: 1px dotted #212121;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.cb_toggle:focus,
.cb_toggle:focus:not(:focus-visible) .cb_toggle__display,
.cb_toggle__input:focus:not(:focus-visible) + .cb_toggle__display {
  outline: 0;
}
.cb_toggle[aria-pressed="true"] .cb_toggle__display,
.cb_toggle__input:checked + .cb_toggle__display {
  background-color: #e3f5eb;
}
.cb_toggle[aria-pressed="true"] .cb_toggle__display:before,
.cb_toggle__input:checked + .cb_toggle__display:before {
  transform: translate(70%, -50%);
}
.cb_toggle[disabled] .cb_toggle__display,
.cb_toggle__input:disabled + .cb_toggle__display {
  opacity: 0.6;
  filter: grayscale(40%);
  cursor: not-allowed;
}
.cb_toggle__icon {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  color: inherit;
  fill: currentcolor;
  vertical-align: middle;
  overflow: hidden;
}
.cb_toggle__icon--cross {
  color: #e74c3c;
  font-size: 85%;
  margin-right: -6px;
}
.cb_toggle__icon--checkmark {
  color: #1fb978;
  margin-left: -5px;
}

#cookie-dialog {/* top: 15%; */ /*0px;*//* bottom:15%; */}
#cookie-dialog .dialog-content {
  width:70%;
  height: 70%;
  overflow: auto;
}
@media only screen and (max-width: 280px) {
  #cookie-dialog .dialog-content {
    /* margin-right:0px; */
    /* margin-left:0px; */
    max-width: max-content;
    width: 90%;
  }
}

@media only screen and (max-width: 380px) {
  #cookie-dialog .dialog-content {
    padding: 4em 1.2em;
  width:80%;
  }
}
@media only screen and (min-width: 381px) and (max-width: 467px) {
  #cookie-dialog .dialog-content {
    padding: 4em 2em;
  }
}

#cookie-dialog {
    /*top: 15%; 0px;
  bottom:15%;*/
    margin-top: 3em;
    margin-bottom: 3em;
    overflow: hidden;
  }
  #cookie-dialog .dialog-content {
    padding: 2rem;
    overflow-y: scroll;
  }
  #cookie-dialog .cb_toggle__div-border {
    margin-left: 10px;
  }
  #cookie-dialog a:focus {
  outline-color: rgba(43, 46, 56, 0.9);
  }

#cs_m .m_border {
  border-bottom-width: 0.1rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
  padding: 0.7rem 0;
}
#cs_m .m_border:nth-child(4) {
  border-bottom: none;
}

.m_border details {
  /* margin-top: -1rem; */
  margin-left: 4.875rem; /*78px*/
}

details>summary {
  list-style: none;
  font-size: .9rem;
}
summary::-webkit-details-marker {
  display: none
}

summary:after {
  /* content: ' ►'; */
  content: ' \25B6';
}
details[open] summary:after {
  /* content: " ▼"; */
  content: " \25BC";
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .cb_toggle__display {
    margin-right: 10px;
  }
  .cb_toggle__icon--checkmark {
    margin-left: -16px;
  }
  .cb_toggle__display:before {
    margin-left: -1px;
  }

}

/* Fine Stile
per la pagina
della privacy
*/

.banner-error{max-width:500px;margin:100px auto;}

.abf-paginator {
  text-align: center;
}

.abf-paginator.abf-paginator.align-left {
  text-align: left;
}
.abf-paginator.abf-paginator.align-right {
  text-align: right;
}
.abf-paginator [aria-hidden='true'] {
  display: inline;
}
.abf-paginator ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid #ababab;
  font-size: 15px;
  line-height: 1;
}
.abf-paginator ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.abf-paginator ul a {
  margin: 0;
  padding: 0;
}
.abf-paginator ul::after {
  content: '';
  display: table;
  clear: both;
}
.abf-paginator ul li {
  display: inline-block;
  width: 32px;
  float: left;
  text-align: center;
  border-right: 1px solid #ababab;
}
.abf-paginator ul li:last-child {
  border-right: 0;
}
.abf-paginator ul li a {
  display: block;
  padding: 8px 1px;
  border-bottom: 0;
}
.abf-paginator ul li a:hover, .abf-paginator ul li a:focus, .abf-paginator ul li a:active {
  border-bottom: 0;
  background-color: #e7e7e7;
}
.abf-paginator ul li.disabled, .abf-paginator ul li.active {
  color: #ababab;
  padding: 8px 1px;
  cursor: not-allowed;
}
.abf-paginator ul li.active {
  font-weight: 700;
}
