.info-center-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.info-center-wrapper .tab-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.info-center-wrapper .tab-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.info-center-wrapper .tab-wrapper > li.title {
  justify-content: center;
}
.info-center-wrapper .tab-wrapper > li.title > span {
  font-size: 2em;
  color: #e9d7ad;
}
.info-center-wrapper .tab-wrapper > li:not(:first-child).active {
  justify-content: center;
}
.info-center-wrapper .tab-wrapper > li:not(:first-child).active > a {
  justify-content: center;
}
.info-center-wrapper .tab-wrapper > li:not(:first-child).active > a > i {
  left: 20px;
}
.info-center-wrapper .tab-wrapper > li:not(:first-child) > a {
  width: 100%;
  display: flex;
  height: 50px;
  border-radius: 7px;
  background: #0a0516;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5%;
  position: relative;
}
.info-center-wrapper .tab-wrapper > li:not(:first-child) > a > span {
  color: #fff;
  font-size: 1.2em;
}
.info-center-wrapper .tab-wrapper > li:not(:first-child) > a > i {
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.info-center-wrapper .article-wrapper {
  display: none;
}
.info-center-wrapper .article-wrapper > h2 {
  margin-left: 10px;
}
.info-center-wrapper .article-wrapper > h1,
.info-center-wrapper .article-wrapper h2,
.info-center-wrapper .article-wrapper h3,
.info-center-wrapper .article-wrapper h4,
.info-center-wrapper .article-wrapper h5,
.info-center-wrapper .article-wrapper h6 {
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
}
.info-center-wrapper .article-wrapper span,
.info-center-wrapper .article-wrapper p,
.info-center-wrapper .article-wrapper font,
.info-center-wrapper .article-wrapper * {
  color: #fff !important;
  font-size: 12px;
}

.quickpay-middleware-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quickpay-middleware-wrapper > img {
  width: 50%;
  max-width: 150px;
  margin-bottom: 30px;
}
.quickpay-middleware-wrapper > span {
  font-size: 1.2rem;
  color: #fff;
}
.quickpay-middleware-wrapper > button {
  margin-top: 30px;
  display: none;
  width: 150px;
  height: 40px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgb(157, 17, 17) 0%, rgb(190, 22, 21) 35%, rgb(253, 39, 39) 100%);
  box-shadow: rgba(0, 0, 0, 0.28) 0px -4px 0px inset;
  color: #fff;
  font-size: 1rem;
}
.quickpay-middleware-wrapper > button.show {
  display: flex;
}

.no-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.no-content-wrapper > img {
  width: 100px;
  margin-bottom: 15px;
}
.no-content-wrapper > span {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.grecaptcha-badge {
  display: none;
}/*# sourceMappingURL=index.css.map */