.cc-window.cc-floating {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  padding: 2rem;
  z-index: 9000000001;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  max-height: 80vh;
  overflow: auto; }
  .cc-window.cc-floating .cc-message {
    margin: 0;
    margin-bottom: 0; }
  .cc-window.cc-floating .cc-message-container .cc-details {
    display: none; }
    .cc-window.cc-floating .cc-message-container .cc-details .cc-details-item {
      margin-bottom: 1rem; }
      .cc-window.cc-floating .cc-message-container .cc-details .cc-details-item .details-title {
        font-weight: bold; }
  .cc-window.cc-floating .cc-message-container > div {
    display: none; }
    .cc-window.cc-floating .cc-message-container > div.is-active {
      display: block; }
  .cc-window.cc-floating .details-button {
    display: flex;
    justify-content: center;
    margin-right: 1.5rem; }
    .cc-window.cc-floating .details-button > div {
      padding: 0.7rem 1.5rem;
      border-radius: 100px;
      border: 1px solid #0083cb;
      color: #0083cb;
      cursor: pointer;
      transition: 0.2s ease-in-out;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9rem; }
      .cc-window.cc-floating .details-button > div:hover {
        color: #006397;
        border: 1px solid #006397; }
  .cc-window.cc-floating .cc-compliance {
    justify-content: flex-end;
    margin-top: 1rem; }
  .cc-window.cc-floating .cc-btn {
    border: 1px solid #0083cb;
    border-radius: 100px;
    padding: 0.7rem 1.5rem;
    flex: none;
    color: #0083cb;
    transition: 0.2s ease-in-out;
    text-decoration: none; }
    .cc-window.cc-floating .cc-btn:hover {
      text-decoration: none !important; }
    .cc-window.cc-floating .cc-btn.cc-deny {
      border: 1px solid #0083cb;
      color: #0083cb !important;
      background-color: transparent;
      margin-right: 1rem; }
      .cc-window.cc-floating .cc-btn.cc-deny:hover {
        color: #006397 !important;
        border: 1px solid #006397; }
    .cc-window.cc-floating .cc-btn.cc-allow, .cc-window.cc-floating .cc-btn.cc-dismiss {
      background-color: #0083cb;
      color: white; }
      .cc-window.cc-floating .cc-btn.cc-allow:hover, .cc-window.cc-floating .cc-btn.cc-dismiss:hover {
        background-color: #006397;
        color: white; }
    .cc-window.cc-floating .cc-btn.cc-allow {
      margin-right: 1.5rem;
      display: none; }
      .cc-window.cc-floating .cc-btn.cc-allow.is-active {
        display: block; }
    .cc-window.cc-floating .cc-btn.cc-dismiss {
      margin-left: 0; }
  .cc-window.cc-floating .dp--cookie-check.ss {
    justify-content: center;
    display: none; }
    .cc-window.cc-floating .dp--cookie-check.ss label {
      cursor: pointer;
      margin: 0 1rem; }
    .cc-window.cc-floating .dp--cookie-check.ss input {
      margin-right: 0.2rem; }
    .cc-window.cc-floating .dp--cookie-check.ss.is-active {
      display: flex; }

.cc-revoke {
  display: none !important;
  z-index: 9000000001; }

.cookie-revoke-trigger {
  cursor: pointer; }
  .cookie-revoke-trigger:hover {
    text-decoration: underline; }

body .cookie-background {
  z-index: +100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

body.dp--cookie-consent .cookie-background {
  display: block; }

/*# sourceMappingURL=cookie.css.map */