.termsfeed-com---nb-interstitial-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}

#termsfeed-com---nb {
  position: static;
  max-width: 768px;
  background-color: white;
  margin-inline: 12px;
}

.termsfeed-com---pc-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}

.termsfeed-com---nb-interstitial-overlay button {
  background-color: white !important;
  opacity: 0.8;
  font-weight: 500 !important;
  color: black !important;
  border: 1px solid #254D1A !important;
  transition: all 0.4s ease 0s;
}

.termsfeed-com---nb-interstitial-overlay button:hover {
  background-color: #016634 !important;
}

.termsfeed-com---nb-interstitial-overlay .cc-nb-okagree {
  opacity: 1;
  background-color: #254D1A !important;
  font-weight: bold !important;
  color: white !important;
}

.termsfeed-com---nb-interstitial-overlay .cc-nb-changep {
  background-color: white !important;
  border: 1px solid #254D1A !important;
}

.termsfeed-com---pc-dialog .cc-cp-foot-save {
  background-color: #254D1A !important;
}

#open_preferences_center {
  position: fixed;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
  background-color: #254D1A;
  color: white;
  cursor: pointer;
  background-image: url("/modules/custom/termsfeed/img/cookie.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  transition: all 0.4s ease 0s;
}

#open_preferences_center:hover {
  background-color: #2e621e;
}
