/* GDPR Cookie dialog */

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
}

.gdprcookie {
  position: fixed;
  color: #fff;
  left: 30vw;
  bottom: 12px;
  width: 40vw;
  padding: 12px;
  background: #181A29;
  z-index: 100000;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #8E774E;
}

.gdprcookie h1,
.gdprcookie h2 {
  font-size: 18px;
  margin-bottom: 12px;
  color: white;
  font-family: "Roboto-Regular";
  ;
}

.gdprcookie h1 {
  margin-top: 6px;
  color: white;
  font-family: "Roboto-Regular";
}

.gdprcookie p {
  margin-top: 6px;
  color: white;
  font-family: "Roboto-Regular";
}

.gdprcookie h2 {
  font-size: 16px;
}

.gdprcookie a {
  color: inherit;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
  text-align: center;
}

.gdprcookie-buttons button {
  color: #fff;
  cursor: pointer;
  font-size: 48px;
  border: 1px solid #8E774E;
  border-radius: 4px;
  font-size: 18px;
  background: #181A29;
  text-transform: uppercase;
  padding: 16px 20px 10px 20px;
  text-decoration: none;
  outline: none;
  margin: 12px 6px 0;
  font-family: "Roboto-Regular";
}

.gdprcookie-buttons button:disabled {
  color: rgba(255, 255, 255, 0.5);
}

/* 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;
  color: white;
  font-family: "Roboto-Regular";
}

.gdprcookie-types input[type="checkbox"] {
  margin-right: 0.25rem;
}