/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

#ct-modal {
  max-width: 700px !important;
  top: 5% !important;
}

#ct-modal > div > iframe {
  margin-bottom: 0;
  max-height: 89vh !important;
}

#ct-modal > button {
  bottom: -50px !important;
  color: #0f6fb4 !important;
  height: 50px !important;
  font-size: 20px !important;
  margin-top: -50px !important;
  right: 0 !important;
  width: 50px !important;
  z-index: 10002;
}

#ct-modal > button:focus,
#ct-modal > button:hover {
  color: #31a1e0 !important;
}

#ct-modal > button:active {
  color: #003a71 !important;
}

#ct-modal-background {
  background: #000 !important;
}

#ct-modal-background[style*='display: none'] {
  display: block !important;
  opacity: 0 !important;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s;
  -o-transition: visibility 0s 0.2s, opacity 0.2s;
  transition: visibility 0s 0.2s, opacity 0.2s;
  visibility: hidden;
}

#ct-modal-background:not([style*='display: none']) {
  -webkit-transition: visibility 0s, opacity 0.35s;
  -o-transition: visibility 0s, opacity 0.35s;
  transition: visibility 0s, opacity 0.35s;
  opacity: 0.5 !important;
  visibility: visible;
}
