#mobile-modal-gateway {
  position: fixed;
  z-index: 999988;
  bottom: 0;
  transition: transform 0.5s ease-in-out;
  transform: translateY(160px);
  left: 0;
  width: auto;
  height: 154px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #454545;
  padding: 15px;
  box-sizing: border-box;
}
#mobile-modal-gateway.modal-gateway-active {
  transform: translateY(0px);
  transition: transform 0.5s ease-in-out;
}
#mobile-modal-gateway .modal-close {
  position: relative;
  width: 20px;
  height: 20px;
  left: 95%;
  top: 0px;
}
#mobile-modal-gateway .modal-close img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
#mobile-modal-gateway .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#mobile-modal-gateway .modal-body .modal-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#mobile-modal-gateway .modal-body .modal-info .modal-icon {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
}
#mobile-modal-gateway .modal-body .modal-info p {
  cursor: default;
  color: #000;
  font-family: "Century Gothic", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
#mobile-modal-gateway .modal-body .modal-action {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33px;
  border-radius: 5px;
  text-align: center;
  background-color: #204d7f;
}/*# sourceMappingURL=idx-app-gateway-mobile.css.map */