.powered-by-credits {
  display:none !important;
}
#gdpr-cookie-consent-bar {
  box-shadow: 0 6px 20px rgba(0, 54, 76, 0.10) !important;
}
#cookie_action_accept_all, #cookie_action_reject {
  background: #00364C !important;
  border-color: #00364C !important;
}
#cookie_action_settings {
  background: transparant !important;
  border-color: #00364C !important;
  color: #00364C !important;
}
#cookie_action_link, .always-active {
  color: #007F92 !important;
}
#cookie_action_save {
  background: #007F92 !important;
  border-color: #007F92 !important;
}
#gdpr-cookie-consent-show-again {
  position: fixed;
  left: 15px !important;
  right: auto !important;
  bottom: 15px !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  background: #00364C !important;
  border-radius: 80px !important;
  box-shadow: 0 6px 15px rgba(0, 54, 76, 0.25);
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Tandwiel icoon */
#gdpr-cookie-consent-show-again::before {
  content: "⚙";
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-family: Arial, sans-serif;
}
/* =========================
SCROLLBAR
========================= */
/* Firefox */
.gdprmodal-body {
  scrollbar-color: #007F92 transparent !important;
  scrollbar-width: thin;
}
/* Chrome / Safari / Edge */
.gdprmodal-body::-webkit-scrollbar {
  width: 8px;
}
.gdprmodal-body::-webkit-scrollbar-track {
  background: transparent;
}
.gdprmodal-body::-webkit-scrollbar-thumb {
  background-color: #007F92 !important;
  border-radius: 20px;
}
.gdprmodal-body::-webkit-scrollbar-thumb:hover {
  background-color: #007F92 !important;
}
