#root {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 253, 253, 0.829); */
  top: 0;
  left: 0;
  z-index: 999;
}

/* startRegion: Buttons and links */
.button-payforme-paynow {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: white;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.button-payforme-paynow:hover {
  background-color: #4253a8;
  color: white;
}
.button-payforme-paynow:disabled {
  opacity: 0.5;
  cursor: default;
}
/* endRegion: Buttons and links */
