.simulator-wrapper {
  width: 100%;
  min-height: 100%;
  text-align: center;
  height: 100vh;
  overflow: auto;
  flex-direction: column;
  display: flex;
  .simulator-body-container {
    flex: 1;
    align-self: center;
    display: inline-flex;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.action-sheet-group {
  border-radius: 20px 20px 17px 17px;
}
.action-sheet-button.sc-ion-action-sheet-ios {
  font-size: 14px;
}

.no-click,
ion-backdrop {
  pointer-events: none;
}

.simulator-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: not-allowed;
  position: absolute;
  top: 35px;
  left: 0;
  align-self: center;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: calc(100% - 35px);
}
.hide {
  display: none !important;
}

.simulator-fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}

.webview-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  .webview-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .paypay-tab-panel {
    > div:first-child {
      height: 100%;
    }
  }
  .tabbar-text {
    font-size: 11px;
  }
  .tabbar-icons {
    width: 30px;
    height: 30px;
  }
}
.layer1 {
  z-index: 1;
  position: relative !important;
}

.layer2 {
  z-index: 2;
}

.layer3 {
  z-index: 3;
}
.shake-simulator00 {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.sc-ion-alert-ios-h {
  position: absolute !important;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.shake-simulator50 {
  animation: shake50 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake50 {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0) scale(0.5);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0) scale(0.5);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0) scale(0.5);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0) scale(0.5);
  }
}
.shake-simulator70 {
  animation: shake70 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.sc-ion-action-sheet-ios-h {
  position: static !important;
}
@keyframes shake70 {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0) scale(0.7);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0) scale(0.7);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0) scale(0.7);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0) scale(0.7);
  }
}
.shake-simulator80 {
  animation: shake80 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake80 {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0) scale(0.8);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0) scale(0.8);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0) scale(0.8);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0) scale(0.8);
  }
}
.shake-simulator90 {
  animation: shake90 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake90 {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0) scale(0.9);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0) scale(0.9);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0) scale(0.9);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0) scale(0.9);
  }
}
