.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;
  height:90vh!important;
  overflow-y: auto;
}

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

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

.termsfeed-com---nb-interstitial-overlay .cc-nb-okagree {
  opacity: 1;
  background-color: #065f62 !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: #065f62 !important;
}
.termsfeed-com---pc-overlay{
  overflow: hidden!important;
}

#open_preferences_center {
  position: relative;
  /* width: 48px; */
  /* height: 48px; */
  border: 0;
  border-radius: 0 0 0.5rem 0;
  /* bottom: inherit; */
  /* left: 0; */
  /* top: calc(12rem + 192px); */
  z-index: 500;
  /* background-color: #1fa08f; */
  /* color: white; */
  /* cursor: pointer; */
  /* background-image: url("/modules/custom/termsfeed/img/cookie.svg"); */
  /* background-size:1rem; */
  /* background-repeat: no-repeat; */
  /* background-position: left center; */
  transition: all 0.4s ease 0s;
  @media (max-width:767px){
    /* height:2rem; */
    /* width:2rem; */
    /* top: calc(12rem + 64px); */
  }
}

#open_preferences_center:hover {
  
}
