html.indigo-cookie-banner-open {
  scroll-behavior: auto;
}

.indigo-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 8px 16px;
  pointer-events: none;
}

.indigo-cookie-banner--bottom {
  bottom: 0;
  max-width: 1680px;
  margin: 0 auto;
}

.indigo-cookie-banner--top {
  top: 0;
}

.indigo-cookie-banner__inner {
  max-width: 1200px;
  float: right;
  margin: 0;
  background-color: #0031A7;
  color: #ffffff;
  border-radius: 999px;
  padding: 25px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  pointer-events: auto;
}

.indigo-cookie-banner__message {
  color: #ffffff;
  font-family: 'SuisseIntlRegular';
  font-size: 15px;
  line-height: 21px;
}

.indigo-cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
}

.indigo-cookie-banner__link {
  background: none;
  border: none;
  color: var(--indigo-cookie-bar-text, #ffffff);
  font-size: 15px;
  font-family: 'SuisseIntlRegular';
  cursor: pointer;
  padding: 0;
}

.indigo-cookie-banner__button {
  font-size: 14px;
  font-family: 'SuisseIntlBold';
  padding: 6px 13px;
  border-radius: 999px;
  border: 2px solid transparent;
  letter-spacing: 0.42px;
  cursor: pointer;
  text-transform: uppercase;
}

.indigo-cookie-banner__button--outline {
  background-color: transparent;
  color: var(--indigo-cookie-outline-text, #ffffff);
  border-color: var(--indigo-cookie-outline-border, #ffffff);
}

.indigo-cookie-banner__button--primary {
  background-color: var(--indigo-cookie-primary-bg, #ffffff);
  color: var(--indigo-cookie-primary-text, #000);
}

.indigo-cookie-banner__button :hover {
  background-color: transparent;
}

/*
.indigo-cookie-banner__button--primary:hover {
  background-color: var(--indigo-cookie-primary-bg-hover, var(--indigo-cookie-primary-bg, #ffffff));
}*/

.indigo-cookie-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}

.indigo-cookie-overlay--visible {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
}

.indigo-cookie-modal {
  max-width: 500px;
  width: 100%;
  background-color: #0031A7;
  color: #ffffff;
  border-radius: 10px;
  padding: 24px 24px 28px;
  max-height: 80vh;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.indigo-cookie-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

.indigo-cookie-modal__title {
  margin: 0 0 8px;
  font-size: 15px;
  font-family: 'SuisseIntlRegular';
}

.indigo-cookie-modal__text {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  font-family: 'SuisseIntlRegular';
}

.indigo-cookie-modal__domains {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.4;
}

.indigo-cookie-category {
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 15px 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: row-reverse;
}

.indigo-cookie-category__checkbox {
  margin-top: 2px;
}

.indigo-cookie-category__title {
  margin: 0px;
  font-size: 15px;
  font-family: 'SuisseIntlSemiBold';
}

.indigo-cookie-category__description {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.indigo-cookie-modal__footer {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.indigo-cookie-modal__footer-left {
  display: flex;
  gap: 16px;
}

.indigo-cookie-modal__footer-right {
  display: flex;
  gap: 12px;
}

.indigo-cookie-modal__back {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  padding: 0;
}

.indigo-cookie-modal__button {
  font-size: 14px;
  font-family: "SuisseIntlBold", Sans-serif;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
}

.indigo-cookie-modal__button--outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.indigo-cookie-modal__button--primary {
  background-color: var(--indigo-cookie-primary-bg, #ffffff);
  color: var(--indigo-cookie-primary-text, #000);
}

.indigo-cookie-modal__button--primary:hover {
  color: var(--indigo-cookie-primary-text, #0031A7);
  background-color: var(--indigo-cookie-primary-bg-hover, var(--indigo-cookie-primary-bg, #ffffff));
}

.indigo-cookie-launcher {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background-color: #0031A7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  z-index: 10001;
}

.indigo-cookie-launcher {
  display: none !important;
}

.indigo-cookie-launcher__icon {
  display: block;
  width: 22px;
  height: 22px;
}

.indigo-cookie-launcher__svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {

  .indigo-cookie-overlay--visible {
    padding: 12px !important;
  }

  .indigo-cookie-modal__footer-left {
    text-align: center;
    justify-content: center;
  }

  .indigo-cookie-banner {
    top: auto;
    bottom: 0;
    padding: 12px;
    background: transparent;
  }

  .indigo-cookie-banner__inner {
    width: 100%;
    max-width: 480px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 10px;
    padding: 25px;
    float: none;
    margin: 0 auto;
  }

  .indigo-cookie-banner__message {
    font-size: 15px;
    font-family: 'SuisseIntlRegular';
    line-height: 1.5;
  }

  .indigo-cookie-banner__actions {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .indigo-cookie-banner__button {
    width: 100%;
    text-align: center;
  }

  .indigo-cookie-banner__link {
    text-align: center;
  }

  .indigo-cookie-modal {
    padding: 25px;
  }

  .indigo-cookie-modal__footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .indigo-cookie-modal__footer-right {
    justify-content: flex-end;
    flex-direction: column;
  }

  .indigo-cookie-launcher {
    right: 12px;
    bottom: 12px;
  }
}

.indigo-cookie-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
  border: 0;
}

.indigo-cookie-table th,
.indigo-cookie-table td {
  border: 0;
  background: transparent;
}

.indigo-cookie-table tr:nth-child(odd),
.indigo-cookie-table tr:nth-child(even) {
  background: transparent;
}

.indigo-cookie-table thead th {
  text-align: left;
  font-family: 'SuisseIntlSemiBold', sans-serif;
  font-size: 20px;
  color: #000;
  padding: 0 12px 6px 12px;
}

.indigo-cookie-table tbody td {
  padding: 12px;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'SuisseIntlRegular', sans-serif;
}

.indigo-cookie-table__name {
  font-family: 'SuisseIntlSemiBold', sans-serif;
  font-size: 20px;
}


.indigo-cookie-table__status i {
  margin-right: 8px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}