/* GDPR Cookie dialog */
.gdprcookie {
  position:fixed;
  color:white;
  font-size:1em;
  line-height:1.5em;
  right:1.5rem;
  bottom:1.5rem;
  max-width:40em;
  padding:1.5rem;
  background:rgba(0,0,0,.9);
  z-index:8010;
  overflow:hidden;
}
/* MEDIA QUERY MAX 575PX */
@media(max-width:575px) {
  .gdprcookie {
	font-size:.8em;
	right:2%;
	padding:1rem;
	bottom:.5rem;
	max-width:96%;
  }
  .gdprcookie p {
	margin-bottom:1.2rem;
	line-height:1.2em;
  }
}
.gdprcookie h1,
.gdprcookie h2 {
  font-size:1.2em;
  margin-top:0;
  margin-bottom:.5rem;
  color:#ee4b5a;
}
.gdprcookie h2 {
  font-size:1.2em;
}
.gdprcookie a {
  color:inherit;
  text-decoration:underline;
}
.gdprcookie a:hover {
  color:#F2A859;
}
.gdprcookie p {
  margin-bottom:1.4rem;
  line-height:1.25em;
}
/* GDPR Cookie buttons */
.gdprcookie-buttons {
  text-align:center;
}
.gdprcookie-buttons button {
  color:white;
  font-family:inherit;
  font-size:1em;
  padding:.2rem .4rem;
  border:solid .05rem currentColor;
  border-radius:0;
  margin:0 .5rem;
  background:none;
  cursor:pointer;
}
.gdprcookie-buttons button:disabled {
  color:rgba(255,255,255,.5);
}
.table-gdpr {
  font-size:12px;
}
/* GDPR Cookie types */
.gdprcookie-types ul {
  overflow:hidden;
  padding:0;
  margin:0 0 1rem;
}
.gdprcookie-types li {
  display:block;
  list-style:none;
  float:left;
  width:50%;
  padding:0;
  margin:0;
}
.gdprcookie-types li label {
  display:inline;
  font-weight:400;
  color:#fff;
}
.gdprcookie-types input[type=checkbox] {
  margin-right:.25rem;
}
html .gdpr-container .bg-color-dark-scale {
  background-color:#212529 !important;
  padding:140px 10px 130px;
}
html .gdpr-container .bg-color-dark-scale i {
  font-size:2.75em !important;
  font-style:normal !important;
  color:#FFF !important;
  margin-bottom:.75rem;
}
html .gdpr-container .text-color-light,
html .gdpr-container .text-color-light a {
  color:#FFF !important
}
.gdpr-container .text-decoration-underline {
  text-decoration:underline !important
}