.app-gateway {
  width: 164px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-gateway img {
  width: 160px;
  height: auto;
}
.app-gateway .modal-app-gateway {
  position: absolute;
  z-index: 999;
  top: 52px;
  left: 29%;
  width: 370px;
  height: 182px;
  background-image: url("../img/pattren-bg.png");
  background-size: 106%;
  background-position: center center;
  transform: scale(0) translateY(0px) translateX(0px);
  transform-origin: 10px top;
  opacity: 1;
  transition: transform 0.5s ease-in-out;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 1px 4px 0px rgba(143, 143, 143, 0.25);
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px;
  overflow: hidden;
}
.app-gateway .modal-app-gateway.modal-app-gateway-open {
  opacity: 1;
  transform: scale(0.8) translateY(10px) translateX(10px);
  transform-origin: 10px top;
  transition: transform 0.5s ease-in-out;
}
.app-gateway .modal-app-gateway .qrcode-app img {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
}
.app-gateway .modal-app-gateway .get-app-wrappp {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.app-gateway .modal-app-gateway .get-app-wrappp p {
  cursor: default;
  text-align: center;
  color: #000;
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.app-gateway .modal-app-gateway .get-app-wrappp .app-available {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.app-gateway .modal-app-gateway .get-app-wrappp .app-available img {
  width: 105px;
  height: auto;
}

@media screen and (min-width: 1200px) {
  .new-search form .add-width {
    width: 446px !important;
  }
}/*# sourceMappingURL=idx-app-gateway.css.map */