/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,500&display=swap");
@font-face {
  font-family: "SF Pro";
  src: local("SF Pro"), url("../fonts/SF-Pro-Display-Regular.otf") format("opentype"), url("../fonts/SF-Pro-Display-Regular.woff") format("woff");
}
@font-face {
  font-family: "SF Pro Semibold";
  src: local("SF Pro"), url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype"), url("../fonts/SF-Pro-Display-Semibold.woff") format("woff");
}
.os-lock-screen {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: column;
  align-items: center;
  background-image: url("../img/iosBG.svg");
  font-family: "SF Pro", "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: white;
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.25s var(--ease-in-cubic);
}
.os-lock-screen.hidden {
  opacity: 0;
}
.os-lock-screen.shown {
  display: flex;
  transform: translateY(0);
}
.os-lock-screen.dismissed {
  transform: translateY(-100%);
}
.os-lock-screen p, .os-lock-screen h3, .os-lock-screen span {
  font-family: "SF Pro", "Inter", sans-serif;
  letter-spacing: 0;
  margin: 0;
}
.os-lock-screen h3 {
  font-family: "SF Pro Semibold", sans-serif;
  font-size: 15px;
  margin-bottom: 4px;
}
.os-lock-screen p {
  letter-spacing: -0.004em;
}
.os-lock-screen .os-lock-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(40px + var(--os-status-bar-height));
  font-size: 22px;
  transition: opacity 0.15s ease;
}
.os-lock-screen .os-lock-top.hidden {
  opacity: 0;
}
.os-lock-screen .os-lock-top #osHomeTime {
  font-family: "SF Pro Semibold", sans-serif;
  font-size: 100px;
  font-weight: 600;
}
.os-lock-screen .os-lock-bottom {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 100px);
  max-width: 300px;
  display: flex;
  justify-content: space-between;
}
.os-lock-screen .os-lock-bottom div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.26);
  display: flex;
  justify-content: center;
  align-items: center;
}
.os-lock-screen .os-lock-alerts {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  width: calc(100% - 22px);
  max-width: 380px;
  bottom: 100px;
}
.os-lock-screen .os-lock-alerts .os-alert {
  position: relative;
  margin-top: 8px;
  cursor: pointer;
  padding: 14px;
  padding-bottom: 12px;
  padding-left: 62px;
  color: white;
  font-size: 15px;
  background-color: rgba(37, 37, 37, 0.7);
  border-radius: 24px;
  transform-origin: 50% 100%;
  transition: opacity 0.2s ease, transform 0.35s var(--ease-out-back);
}
.os-lock-screen .os-lock-alerts .os-alert.new {
  opacity: 0;
  transform: scale(0.5) translateY(50px);
}
.os-lock-screen .os-lock-alerts .os-alert img {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 38px;
}
.os-lock-screen .os-lock-alerts .os-alert .os-alert-time {
  position: absolute;
  font-size: 13px;
  opacity: 0.75;
  top: 14px;
  right: 14px;
}

.osStatusBar {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: none;
  height: 50px;
  transition: opacity 0.15s ease;
}
.osStatusBar.hidden {
  opacity: 0;
}
.osStatusBar g {
  fill: white;
}
.osStatusBar .osClock {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: white;
}
.osStatusBar img, .osStatusBar svg {
  width: 68px;
}

body.showDeviceOS .osStatusBar {
  display: flex;
}

body.iPhone.showDeviceFrame {
  border-top-left-radius: 40px 38px;
  border-top-right-radius: 40px 38px;
  border-bottom-left-radius: 40px 38px;
  border-bottom-right-radius: 40px 38px;
}
body.iPhone.showDeviceFrame .osStatusBar {
  padding-left: 45px;
  padding-right: 30px;
}
body.iPhone.showDeviceFrame .osStatusBar::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 154 32'%3E%3Cpath d='M134,32c8.83656,0,16-11,16-23v-5c0-2.20917,1.79083-4,4-4H0c2.20917,0,4,1.79083,4,4v5c0,12,7.16344,23,16,23h114Z' fill='%23141414'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  width: 154px;
  height: 132px;
  top: 0;
  left: calc(50% - 77px);
}
body.iPhone.showDeviceFrame .app:after {
  content: "";
  width: 134px;
  height: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 9px;
  left: calc(50% - 67px);
}/*# sourceMappingURL=iosUI.css.map */