div #ccc {
  z-index: 2147483646 !important;
}

.cookieOpenButton {
  z-index: 2147483647;
  content: "";
  width: 80px;
  height: 80px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: unset !important;
  outline: unset !important;
}

.cookieOpenButton svg {
  fill: white;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
}

.cookieOpenButton--background {
  fill: white;
  border-bottom: 80px solid #000a2b;
  border-right: 80px solid transparent;
}

body #ccc {
  font-family: inherit;
  font-size: inherit;
}

body #ccc #ccc-recommended-settings,
body #ccc #ccc-dismiss-button {
  background-color: #06142c;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  padding: 17px 28px !important;
  text-align: center;
  text-transform: uppercase;
  transition: all .4s ease-in-out;
}

body #ccc #ccc-recommended-settings span {
  color: white;
}

body #ccc #ccc-recommended-settings:hover {
  background-color: #6FB744;
}

body #ccc #ccc-dismiss-button {
  background: transparent;
  border: 2px solid #06142c;
}

body #ccc #ccc-dismiss-button span {
  background-color: transparent;
  color: #06142c;
  transition: all .4s ease-in-out;
}

body #ccc #ccc-dismiss-button:hover {
  border-color: #6FB744;
}

body #ccc #ccc-dismiss-button:hover span {
  color: #6FB744;
}

#ccc-button-holder {
  text-align: center;
}

body #ccc .ccc-link {
  text-decoration: underline;
}

body #ccc .ccc-link:hover {
  text-decoration: none;
}

.ccc-content--light {
  background-color: white;
  color: #118d6c;
}

.ccc-content--light .ccc-button-solid span {
  background: none;
  color: #000a2b;
  font-weight: normal;
}

.ccc-content--dark {
  background-color: #000a2b;
  color: white;
}

.ccc-content--dark .ccc-button-solid span {
  background: none;
  color: white;
  font-weight: normal;
}

.checkbox-toggle--dark .checkbox-toggle-toggle {
  background-color: #000a2b;
}
