#version-update {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.2);
}
#version-update .container {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  width: 500px;
  margin: 5% auto 0 auto;
}
#version-update .container h1 {
  border-radius: 5px 5px 0 0;
  background-color: #305685;
  color: #ffffff;
  margin-top: 0;
  padding: 15px;
  font-weight: bold;
}
#version-update .container p {
  padding: 0 15px;
}
#version-update .container p span.bold {
  font-weight: bold;
}
#version-update .container .buttons {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
#version-update .container .buttons button {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}
#version-update .container .buttons button.primary {
  background-color: #305685;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
}
#version-update .container .buttons button.secondary {
  border: 1px solid #305685;
  color: #305685;
  border-radius: 5px 0 0 5px;
}

/*# sourceMappingURL=versionChecker.css.map */
