.ios-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 1001;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.05);
  font-size: 12px;
}
@media (min-width: 1026px) {
  .ios-popup {
    font-size: 13px;
  }
}

.ios-popup__overlay {
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ios-popup__wrapper {
  background-color: #fff;
  padding: 15px 15px 30px;
  z-index: 1002;
  position: relative;
}

.ios-popup__content {
  max-width: 400px;
  margin: 0 auto;
}

.ios-popup__top {
  text-align: center;
}

.ios-popup__bottom {
  text-align: center;
}
.ios-popup__bottom button + button {
  margin-left: 10px;
}
.ios-popup__bottom .btn {
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.8125rem;
}
.ios-popup__bottom .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.ios-popup__bottom .btn-outline-secondary:hover {
  color: #343a40;
  border-color: #343a40;
  background: #fff;
}