.zg-btn-close {
  background-color: transparent;
  border: 0;
  border-radius: 100%;
  box-shadow: none;
  color: #fff;
  height: 48px;
  outline: 0;
  padding: 0;
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 48px;
  z-index: 99999;
}

.zg-frame {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 999;
}

#zg-frame {
  display: none;
}

#zg-close-button {
  display: none;
}

.zg-btn-reopen {
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  padding: 10px 40px;
  background-color: #21406e;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  transition: opacity 10s linear;
  box-shadow: 1px 1px 3px 3px #21406e99;
}

.zg-btn-reopen.fading-out {
  opacity: 0;
}

ul.cta-nav.menu li.donate.menu-item > button {
  color: #fff;
  padding: 0.3rem 0.5rem 0.2rem;
  line-height: 120%;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  background: transparent;
}

div.sticky-page-header.sticky ul.cta-nav.menu li.donate.menu-item {
  color: #fff;
  padding: 0.5rem 0.5rem 0.4rem !important;
  font-weight: 700;
  line-height: 120%;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  display: inline-block;
  list-style: none;
  text-decoration: none;
  cursor: pointer;
}

#zg-shrink-animation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100000;
  transform-origin: calc(100% - 40px) calc(100% - 30px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 1;
  transform: scale(1);
}

#zg-shrink-animation.shrinking {
  transform: scale(0.05);
  opacity: 0;
}
