.cookie-consent-popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.cookie-consent-popup div.cc-content {
  padding: 30px;
  width: 620px;
  background: #fff;
  max-height: 480px;
  overflow: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.cookie-consent-hidden,
.cc-hidden,
.cookie-consent-popup .cc-hidden {
  display: none;
}

.cookie-consent-popup .table img {
  cursor: pointer;
}
.cookie-consent-popup .table td {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.cookie-consent-popup .table th {
  padding: 0.25rem 0.5rem 0.25rem 0;
}
.cookie-consent-popup .cc-info {
  display: inline-block;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  color: #fff;
  background: #666;
  padding: 0 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6em;
  cursor: pointer;
}

.cookie-consent-disabled-resource {
  position: absolute;
  top: 0;
}

.cookie-consent-disabled-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.cookie-consent-disabled-hint div {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cookie-consent-help-fallback {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
