@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext');
/*
font-family: 'Roboto Condensed', sans-serif;
*/


#list {
  position: relative;
  left: 50%;
  width: 240px !important;
  min-width: 240px !important;
  text-align: center;
  font-weight: 900;
  margin: 100px 0 0 -120px;
}

/* The checked container ---------------------------------------------------- */
.container_checked {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 0 12px 35px;
  font-size: 14pt;
  line-height: 27px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_checked input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border: 1px solid rgba(198, 117, 248, 0.5)
}

/* When the checkbox is checked, add a blue background */
.container_checked input ~ .checkmark {
  background-color: rgba(114, 82, 219, 0.3);
  border-radius: 3px;
  border: 1px solid rgba(198, 117, 248, 0.2)
}

/* Show the checkmark when checked */
.container_checked input ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checked .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);
}


/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 0 12px 35px;
  cursor: pointer;
  font-size: 14pt;
  line-height: 27px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 3px;

}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgb(239, 189, 245);
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #7252db;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .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);
}

.cookie_disclaimerclass {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84%;
  max-width: 250px;
  height: auto;
  /* background-image: linear-gradient(68deg,#ffc67b,#fffea9); */
  background-image: linear-gradient(68deg,rgba(8,0,23,1),rgba(39,6,101,1));
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11pt;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 1px;
  color: white;
  text-align: left;
  margin: 8px !important;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid rgba(198, 117, 248, 0.8);
  z-index: 6000;
}

.cookie_disclaimerclass > a {
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11pt;
  color: rgba(198, 117, 248, 0.8);
}

.cookie_disclaimerclass > a:hover {
  text-decoration: underline;
  color: rgb(212, 144, 255);
}

#cookie_disclaimerwindow {
  visibility: hidden;
}

.have_it {
  position: relative !important;
  width: 150px !important;
  height: 30px;
  color: white;
  max-height: 32px !important;
  background-image: linear-gradient(68deg,#453b69, #634cad);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14pt;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 15px;
  margin: 0 auto 0 auto;
  border-radius: 5px;
  -moz-box-shadow:    0px 1px 3px 1px rgba(44, 42, 61, 0.7);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(44, 42, 61, 0.7);
  box-shadow:         0px 1px 3px 1px rgba(44, 42, 61, 0.7);
  transition: all 0.3s;

}

.have_it:hover {
  background-image: linear-gradient(68deg,#54448d, #7252db);
    -moz-box-shadow:    0px 0px 3px 3px rgba(198, 117, 248, 0.8);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(198, 117, 248, 0.8);
    box-shadow:         0px 0px 3px 3px rgba(198, 117, 248, 0.8);
    cursor: pointer;
    cursor: hand;
    letter-spacing: 2px;
}
