.activebar-container {
  background-color: rgba(34, 34, 34, 0.95);
  color: #ffffff;
}
.activebar-container p {
  text-align: justify;
}
.activebar-container p a {
  color: #e4e3e3;
  font-weight: bold;
}
.activebar-container p a:hover {
  color: #ffffff;
  background-color: transparent;
}
.activebar-container button {
  padding: 3px;
  background-color: #931229;
  border: 1px solid #931229;
  border-radius: 5%;
  padding: 7px;
}
.activebar-container button:first-of-type {
  margin-left: 4px;
}
.activebar-container button.accept {
  color: #e4e3e3;
  background-color: transparent;
  background: none;
  border: none;
  font-weight: bold;
}
.activebar-container button.accept:hover {
  background-color: rgba(0, 0, 0, 0.95);
  color: #ffffff;
}
.activebar-container button.decline {
  color: #e4e3e3;
  background-color: transparent;
  background: none;
  border: none;
  font-weight: bold;
}
.activebar-container button.decline:hover {
  background-color: rgba(0, 0, 0, 0.95);
  color: #ffffff;
}
.plg_system_eprivacy_module {
  margin-top: 20px;
}
