@import "normalize.css";
@-webkit-keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#rotate-group {
  animation: rotate 5s linear infinite;
}
#zoom-group {
  animation: zoom 1s ease-in-out infinite;
}
@-moz-keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@-o-keyframes zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0px solid transparent;
}
html {
  line-height: 1.15;
}
body {
  font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 17px;
  color: #474645;
  min-height: 100vh;
}
a {
  color: #474645;
}
::placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder {
  opacity: 0.5;
}
*:disabled {
  cursor: not-allowed;
}
.input-group {
  display: block;
  margin-bottom: 20px;
  padding: 0 4px;
}
.input-group.actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.input-group.actions a.right {
  margin-left: auto;
}
fieldset {
  padding: 0;
  border: none;
}
input,
select,
textarea,
.tags-wrap {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid transparent;
  background-color: #f5f6f7;
  color: #000;
  border-radius: 10px;
  -webkit-appearance: none;
}
input:hover,
select:hover,
textarea:hover,
.tags-wrap:hover {
  background-color: rgba(13,12,34,0.08);
}
input.focus,
select.focus,
textarea.focus,
.tags-wrap.focus,
input:focus,
select:focus,
textarea:focus,
.tags-wrap:focus {
  border: 1px solid #00b844;
  background-color: #fff;
}
input.text,
select.text,
textarea.text,
.tags-wrap.text {
  background-color: transparent;
}
input[type="number"].pricing {
  position: relative;
}
input[type="number"].pricing + *:before {
  content: 'Rp';
  position: absolute;
  left: 0;
  z-index: 2;
}
textarea {
  -webkit-appearance: none;
  padding: 16px;
  min-height: 80px;
}
select {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-color: #f5f6f7;
  background-position-x: 97%;
  background-position-y: center;
  padding-right: 40px;
}
select.white {
  border: 1px solid transparent;
  border-color: rgba(0,0,0,0.25);
  background-color: #fff;
}
button.nostyle,
input[type="submit"].nostyle,
input[type="reset"].nostyle {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  padding: 15px 23px;
  background-color: #00b844;
  color: #fff;
  border-radius: 10px;
  border: 0;
  text-decoration: none;
}
.btn.round {
  border-radius: 40px;
}
.btn img {
  height: 22px;
}
.btn.block {
  display: block;
  width: 100%;
}
table {
  table-layout: fixed;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  text-align: left;
  border: 1px solid $bordercolor;
  border-radius: 10px;
}
table.small {
  font-size: 14px;
}
table.small .buttons svg {
  width: 15px;
  height: 15px;
}
table thead {
  background-color: #f9fafb;
}
table thead tr th {
  font-weight: 500;
  padding: 15px;
  border-bottom: 1px solid $bordercolor;
}
table thead tr th.center {
  text-align: center;
}
table thead tr th.right {
  text-align: right;
}
table tbody tr[onclick] {
  cursor: pointer;
}
table tbody tr td {
  padding: 15px;
  border-bottom: 1px solid $bordercolor;
  min-height: 50px;
  white-space: nowrap;
}
table tbody tr td:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}
table tbody tr td:first-child {
  font-weight: 500;
}
table tbody tr td[colspan] {
  text-align: center;
  font-weight: normal;
  border-bottom: none;
}
table tbody tr td[colspan].left {
  text-align: left;
}
table tbody tr td[colspan].right {
  text-align: right;
}
table tbody tr td[colspan].group {
  font-weight: 600;
  background-color: #f9fafb;
  opacity: 0.5;
}
table tbody tr td.center {
  text-align: center;
}
table tbody tr td.right {
  text-align: right;
}
table tbody tr td.wrap {
  white-space: unset;
}
table tbody tr:last-child td {
  border-bottom: none;
}
.table {
  position: relative;
}
.table-control-top {
  position: absolute;
  top: -63px;
  right: 0;
}
.debug {
  border: 1px solid #f00;
}
.bg-confetti {
  background-image: url("/images/confetti.svg") !important;
}
.show-in-mobile {
  display: none !important;
}
.show-in-desktop {
  display: block !important;
}
.container {
  width: 965px;
  margin: 0 auto;
}
.container.full {
  min-height: 100vh;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.flex-between {
  justify-content: space-between;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.disabled {
  pointer-events: none;
}
.none {
  display: none !important;
}
.text-mute {
  color: #949391;
}
.text-success {
  color: #00b844;
}
.text-failed {
  color: #d3445b;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}
header .container a.logo {
  background-color: transparent;
}
header .container a.logo img {
  width: 30px;
}
header .container .buttons {
  display: flex;
  gap: 10px;
}
header .container .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  border-radius: 12px;
  gap: 12px;
  text-decoration: none;
  font-weight: 600;
  background-color: #f0f0f0;
  color: #474645;
}
header .container .buttons a.signup {
  background-color: #00b844;
  color: #fff;
}
header .container .buttons a.upgrade {
  color: #00b844;
}
header .container .buttons a.upgrade span.rotate {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
header .home-logo {
  height: 40px;
}
.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.feature h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1a2733;
  margin: 0;
  max-width: 600px;
  text-align: center;
}
.feature p.tagline {
  font-weight: 400;
  color: #1a2733;
  margin-top: 20px;
  max-width: 600px;
  text-align: center;
}
.feature img {
  margin-top: 40px;
  height: 300px;
}
body.homepage.forms.login .header {
  text-align: center;
  margin-bottom: 30px;
}
body.homepage.forms.login .header img {
  width: 84px;
  margin-bottom: 10px;
}
body.homepage.forms.login .header h2 {
  margin-bottom: 20px;
}
body.homepage.forms .form {
  width: 336px;
}
nav {
  margin-top: 20px;
}
nav .container {
  border-bottom: 2px solid #00b844;
}
nav .container ul {
  display: flex;
  gap: 20px;
}
nav .container ul li {
  list-style: none;
}
nav .container ul li a {
  display: inline-block;
  padding: 9px 16px;
  background-color: rgba(0,0,0,0.05);
  text-decoration: none;
  border-radius: $b 10px 0 0;
  font-weight: 500;
}
nav .container ul li a:hover {
  background-color: rgba(0,0,0,0.1);
}
nav .container ul li a.active {
  background-color: #00b844;
  color: #fff;
}
footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
footer ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-top: 1px solid $bordercolor;
  background-color: #fff;
}
footer ul li {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
footer ul li a {
  padding: 10px;
  display: block;
  border-top: 4px solid transparent;
  text-decoration: none;
}
footer ul li a.active {
  font-weight: 600;
}
footer ul li a.active svg {
  color: #00b844;
}
footer ul li a.active small {
  color: #00b844;
}
footer ul li svg {
  display: block;
  margin: 0 auto;
  width: 20px;
}
footer ul li small {
  font-size: 11px;
  color: rgba(0,0,0,0.8);
}
body.dashboard-body .content {
  padding: 20px 0;
}
body.dashboard-body.payments {
  background-color: #00b844;
  color: #fff;
}
body.dashboard-body.payments .amount {
  position: relative;
  font-size: 60px;
  line-height: 62px;
}
body.dashboard-body.payments .amount:before {
  content: 'Rp';
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  margin-right: 4px;
  top: 0;
  left: -32px;
  line-height: 62px;
}
body.dashboard-body.payments .amount.large {
  font-size: 48px;
  line-height: 62px;
}
body.dashboard-body.payments .guide {
  color: #00e153;
  font-size: 14px;
  font-weight: 500;
}
body.dashboard-body.payments .keypads {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  margin-top: 40px;
}
body.dashboard-body.payments .keypads a {
  height: calc((100vh - 380px) / 4);
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
body.dashboard-body.payments .keypads a svg {
  height: 28px;
}
body.dashboard-body.payments .btn {
  background-color: #00c246;
  margin: 24px 24px 0 24px;
}
body.dashboard-body.payments footer ul {
  background-color: #00b844;
}
body.dashboard-body.payments footer ul li a {
  color: #fff;
  opacity: 0.5;
}
body.dashboard-body.payments footer ul li a svg {
  color: #fff;
}
body.dashboard-body.payments footer ul li a small {
  color: #fff;
}
body.dashboard-body.payments footer ul li a.active {
  opacity: 1;
}
body.dashboard-body.qris .content {
  min-height: calc(100vh - 100px);
}
body.dashboard-body.qris .status {
  margin-bottom: 24px;
}
body.dashboard-body.qris .status svg {
  height: 60px;
}
body.dashboard-body.qris .status.success {
  color: #00b844;
}
body.dashboard-body.qris .status.success svg path {
  stroke: #00b844;
}
body.dashboard-body.qris .qris-image {
  padding: 24px;
  border: 3px solid #00b844;
  border-radius: 12px;
  margin-top: 24px;
}
body.dashboard-body.transactions .total-transactions {
  margin-bottom: 24px;
}
body.dashboard-body.transactions .total-transactions span {
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}
body.dashboard-body.transactions .total-transactions strong {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 600;
}
body.dashboard-body.transactions .controls {
  margin-bottom: 24px;
}
body.dashboard-body.transactions .controls a {
  flex-grow: 1;
  padding: 12px 0;
}
body.dashboard-body.transactions .controls a:last-child {
  text-align: right;
}
section.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  background: linear-gradient(270deg, rgba(0,184,68,0.05), #fff);
  background-size: 400% 400%;
  -webkit-animation: bgGradient 30s ease infinite;
  -moz-animation: bgGradient 30s ease infinite;
  animation: bgGradient 30s ease infinite;
}
@-webkit-keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section.hero h1 {
  font-size: 54px;
  font-weight: 600;
  color: #1a2733;
  margin: 0;
  max-width: 600px;
  text-align: center;
}
section.hero h2.tagline {
  font-size: 20px;
  font-weight: 500;
  color: #1a2733;
  margin-top: 20px;
  max-width: 600px;
  text-align: center;
}
section.hero .cta {
  margin-top: 40px;
  display: inline-flex;
  flex-direction: column;
}
section.hero .scarcity {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
}
section.hero .scarcity p {
  display: flex;
  align-items: center;
}
section.hero .scarcity p svg {
  height: 28px;
  margin-right: 12px;
  fill: #00b844;
}
section.hero .scarcity p .mark {
  font-weight: 500;
  color: #00b844;
}
@-moz-keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
section.feature h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1a2733;
  margin: 0;
  max-width: 600px;
  text-align: center;
}
section.feature p.tagline {
  font-weight: 400;
  color: #1a2733;
  margin-top: 20px;
  max-width: 600px;
  text-align: center;
}
section.feature img {
  margin-top: 40px;
  height: 300px;
}
section.pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
section.pricing h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1a2733;
  margin: 0;
  max-width: 600px;
  text-align: center;
}
section.pricing p.tagline {
  font-weight: 400;
  color: #1a2733;
  margin-top: 20px;
  max-width: 600px;
  text-align: center;
}
section.pricing .pricing-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.pricing .pricing-container .pricing-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
  border-radius: 12px;
  margin-top: 40px;
  min-width: 300px;
  background-color: #f0f0f0;
}
section.pricing .pricing-container .pricing-item .title {
  font-size: 18px;
  font-weight: 600;
}
section.pricing .pricing-container .pricing-item .amount {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.pricing .pricing-container .pricing-item .amount .discount-price {
  font-size: 14px;
  font-weight: 800;
  font-style: strikethrough;
  color: rgba(26,39,51,0.5);
}
section.pricing .pricing-container .pricing-item .amount .price {
  font-size: 32px;
  font-weight: 800;
  color: #1a2733;
}
section.pricing .pricing-container .pricing-item .amount small {
  font-size: 14px;
}
section.pricing .pricing-container .pricing-item .features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
}
section.pricing .pricing-container .pricing-item .features li {
  display: flex;
  align-items: center;
  gap: 14px;
}
section.pricing .pricing-container .pricing-item .features li svg {
  height: 16px;
}
@media (max-width: 768px) {
  .show-in-mobile {
    display: block !important;
  }
  .show-in-desktop {
    display: none !important;
  }
  header .container {
    flex-wrap: nowrap;
    padding: 10px;
  }
  section {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .container {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .content {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
