@font-face {
  font-family: "Guton-Regular";
  src: url("../fonts/guton/Guton-Regular.woff2") format("woff2"), url("../fonts/guton/Guton-Regular.woff") format("woff"), url("../fonts/guton/Guton-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Guton-Medium";
  src: url("../fonts/guton/Guton-Medium.woff2") format("woff2"), url("../fonts/guton/Guton-Medium.woff") format("woff"), url("../fonts/guton/Guton-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Guton-Semibold";
  src: url("../fonts/guton/Guton-SemiBold.woff2") format("woff2"), url("../fonts/guton/Guton-SemiBold.woff") format("woff"), url("../fonts/guton/Guton-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Guton-Bold";
  src: url("../fonts/guton/Guton-Bold.woff2") format("woff2"), url("../fonts/guton/Guton-Bold.woff") format("woff"), url("../fonts/guton/Guton-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
body {
  background-color: black;
  color: white;
}

header {
  height: 80px;
  background-color: #101010;
}
header .container {
  height: 100%;
}
header .container .header-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .header-wrapper .logo-wrapper .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  font-family: Guton-Semibold, "serif";
}
@media (max-width: 991.98px) {
  header .container .header-wrapper .logo-wrapper .logo {
    font-size: 20px;
  }
}
header .container .header-wrapper .logo-wrapper .logo img {
  width: 60px;
  margin-right: 12px;
}
@media (max-width: 991.98px) {
  header .container .header-wrapper .logo-wrapper .logo img {
    width: 40px;
  }
}
header .container .header-wrapper .dropdown {
  font-family: Guton-Regular, "serif";
}
header .container .header-wrapper .dropdown .dropdown-toggle {
  background-color: #1c1c1c;
  border-color: #222222;
}

.home-wrapper {
  text-align: center;
  color: white;
  text-decoration: none;
  margin: 56px 0;
}
.home-wrapper .title {
  font-family: Guton-Bold, "serif";
  font-size: 64px;
  margin-bottom: 18px;
  line-height: 90%;
}
@media (max-width: 991.98px) {
  .home-wrapper .title {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 110%;
  }
}
.home-wrapper .subtitle {
  font-family: Guton-Semibold, "serif";
  font-size: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .home-wrapper .subtitle {
    font-size: 18px;
  }
}
.home-wrapper .download-btn {
  display: inline-flex;
  margin-bottom: 12px;
  height: 80px;
}
@media (max-width: 991.98px) {
  .home-wrapper .download-btn {
    height: 60px;
    margin-bottom: 6px;
  }
}
.home-wrapper .download-btn:hover {
  transition: background-color 0.3s;
  background: #FF00CD;
  background: linear-gradient(100deg, rgb(255, 0, 205) 0%, rgb(255, 101, 0) 100%);
}
.home-wrapper .download-btn svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5px;
}
.home-wrapper .app-version {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 32px;
}
.home-wrapper .phone-image {
  height: 700px;
}
@media (max-width: 991.98px) {
  .home-wrapper .phone-image {
    height: 400px;
  }
}
.home-wrapper .phone-image img {
  height: 100%;
}

.webview-wrapper {
  max-width: 400px;
  padding: 20px 8px;
  margin: 0 auto;
}
.webview-wrapper .form-label {
  font-family: Guton-Regular, "serif";
  color: #A3A3A3;
  margin-bottom: 8px;
}
.webview-wrapper .input-group {
  margin-bottom: 32px;
}
.webview-wrapper .input-group .input-group-text {
  background-color: #1A1A1A;
  border: 1px solid #353535;
  border-right: 0;
  padding-right: 0;
  border-radius: 10px;
}
.webview-wrapper .input-group .form-control {
  background-color: #1A1A1A;
  color: #BBBBBB;
  border: 1px solid #353535;
  border-left: 0;
  border-radius: 10px;
  height: 44px;
  font-size: 18px;
}
.webview-wrapper .input-group .form-control::placeholder {
  color: rgba(163, 163, 163, 0.6);
  font-size: 18px;
}
.webview-wrapper .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.webview-wrapper .banks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.webview-wrapper .banks .title {
  font-family: Guton-Semibold, "serif";
  color: white;
  font-size: 20px;
}
.webview-wrapper .banks .bank-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 6px 12px 6px 6px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.webview-wrapper .banks .bank-label.active {
  background-color: #0a3100;
  transition: background-color 0.3s;
}
.webview-wrapper .banks .bank-label .logo-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.webview-wrapper .banks .bank-label .logo-name .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 7px;
  padding: 4px;
}
.webview-wrapper .banks .bank-label .logo-name .logo img {
  width: 100%;
}
.webview-wrapper .banks .bank-label .logo-name .name {
  font-family: Guton-Semibold, "serif";
}
.webview-wrapper .banks .bank-label .input-radio {
  width: 18px;
  height: 18px;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  font: inherit;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.webview-wrapper .banks .bank-label .input-radio:checked {
  border-color: #29CB00;
  background-color: #29CB00;
}
.webview-wrapper .banks .bank-label .input-radio:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #0a3100;
  transition: transform 0.2s ease;
}
.webview-wrapper .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-family: Guton-Regular, "serif";
  color: black;
  background-color: white;
  border-radius: 25px;
  border: none;
  font-size: 20px;
}
.webview-wrapper .submit-btn .spinner {
  border: 2.5px solid black;
  border-top: 2.5px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-right: 8px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.webview-result-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webview-result-wrapper .status {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.webview-result-wrapper .status .icon-wrapper {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.webview-result-wrapper .status .icon-wrapper .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 28px;
  flex-shrink: 0;
}
.webview-result-wrapper .status .icon-wrapper.success .icon {
  background-color: rgba(8, 170, 8, 0.18);
  box-shadow: 0 0 300px 0 #0baa0b;
}
.webview-result-wrapper .status .icon-wrapper.failed .icon {
  background-color: rgba(255, 22, 22, 0.18);
  box-shadow: 0 0 200px 0 #ff1616;
}
.webview-result-wrapper .status .icon-wrapper.failed .icon svg {
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 0.64) !important;
}
.webview-result-wrapper .status .icon-wrapper.refunded .icon {
  background-color: rgba(251, 152, 23, 0.19);
  box-shadow: 0 0 200px 0 #f3a32a;
}
.webview-result-wrapper .status .text {
  font-family: Guton-Semibold, "serif";
  font-size: 24px;
}
.webview-result-wrapper .status .pending-message {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.webview-result-wrapper .status .spinner {
  border: 2.5px solid white;
  border-top: 1.5px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin-bottom: 12px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=app.css.map */
