/* 3. THE FAIL-SAFE UI */
html.unsupported-browser {
  background-color: #8b8fa8; /* fallback for IE8 */
  background-color: rgba(139, 143, 168, 0.5);
}

html.unsupported-browser .notify {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 680px;
  margin-left: -340px;
  background: white;
  z-index: 9999;
  padding: 4rem 3rem;
  text-align: center;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

html.unsupported-browser .notify h1 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 1em;
  color: #1a1a2e;
}

html.unsupported-browser .notify p {
  font-size: 0.95em;
  color: #444;
  line-height: 1.6;
  margin: 0 0 2em;
}

html.unsupported-browser .notify-links-label {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 1em !important;
}

html.unsupported-browser .notify-browser-link {
  display: inline-block;
  width: 110px;
  margin: 0 1rem;
  text-decoration: none;
  color: #3b82f6;
  font-size: 0.85em;
  vertical-align: top;
}

html.unsupported-browser .notify-browser-link:hover {
  text-decoration: underline;
}

html.unsupported-browser .notify-browser-icon {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 0.5em;
}
