#app-update-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #fff;
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
}

#app-update-popup.open {
  display: flex;
}

#app-update-popup .app-update-popup-content {
  text-align: center;
}

.app-update-popup-icons {
  position: relative;
  width: 65%;
  margin: 0 auto;
}

#sa-update-alarm-bell {
  position: absolute;
  width: 58px;
  right: 2.75rem;
}

#sa-update-alarm-logo {
  width: 100px;
}

.app-update-popup-notice {
  margin-bottom: 6rem;
}

.app-update-popup-notice h3 {
  color: #1A222B;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin-bottom: 1.5rem;
}

.app-update-popup-notice p {
  font-size: 16px;
  line-height: 1.35;
  color: #1A222B;
}

.app-update-popup-button {
  padding: 0 2rem;
}

.app-update-popup-link {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #1A222B;
  border-radius: 2rem;
  padding: 1.5rem;
  -webkit-appearance: none;
}
