body::after {
  display: block;
  content: "";
  height: 0;
  width: 100%;
  background: transparent;
  transition: height 0.4s ease;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

.body--modal-open {
  overflow: hidden;
}

.app.single-item {
  padding-top: 1rem;
}

.app.multi-item {
  padding-top: 5.25rem;
}

.poweredby-icon {
  transform: translateY(1.5px);
  fill: rgba(26, 26, 26, 0.4);
}

.header .header-arrow {
  opacity: 0.4;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.25s ease, width 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, width 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, width 0.25s ease,
    -webkit-transform 0.25s ease;
  fill: rgba(26, 26, 26, 0.9);
}

.header a:focus .header-arrow,
.header a:hover .header-arrow {
  opacity: 1;
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  -ms-transform: translateX(4px);
}

.header .merchant {
  display: flex;
  align-items: center;
  width: 100%;
}

.header .header-back {
  opacity: 0;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  -ms-transform: translateX(4px) translateY(-50%);
  transition: opacity 0.1s ease 0ms, -webkit-transform 0.1s ease 0ms;
  transition: opacity 0.1s ease 0ms, transform 0.1s ease 0ms;
  transition: opacity 0.1s ease 0ms, transform 0.1s ease 0ms,
    -webkit-transform 0.1s ease 0ms;
}

.overview.is-darkBackground .header .header-arrow {
  fill: #fff;
}

.header:not(.is-darkBackground) .header-arrow {
  fill: rgba(26, 26, 26, 0.9);
}

.header:not(.is-darkBackground) .header-back,
.header:not(.is-darkBackground) .header-name {
  color: rgba(26, 26, 26, 0.9);
}

.overview.is-darkBackground .text-gray-800 {
  color: hsla(0, 0%, 100%, 0.9);
}

.overview.is-darkBackground .text-gray-500 {
  color: hsla(0, 0%, 100%, 0.6);
}

.overview.is-darkBackground .text-gray-400 {
  color: hsla(0, 0%, 100%, 0.5);
}

.overview.is-darkBackground .product-total,
.overview.is-darkBackground .text-black {
  color: #fff;
}

.header-actions,
.header .tag-testmobile {
  display: none;
}

.app.multi-item .product-image {
  margin-bottom: 32px;
}

.product-total {
  letter-spacing: -0.03rem;
  margin: 2px 0 3px;
  font-size: 1.75rem;
}

.indented {
  margin-left: 58px;
}

.modal-overlay {
  z-index: 14;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: all 0.25s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.modal-content {
  z-index: 15;
  overflow: auto;
  outline: none;
}

.modal-content--after-open {
  transform: none;
}

.details-modal-overlay,
.bank-modal-overlay,
.wallet-modal-overlay,
.card-modal-overlay {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.bank-modal-overlay,
.wallet-modal-overlay,
.card-modal-overlay {
  z-index: 13;
}

.info-modal-overlay,
.verification-modal-overlay,
.logout-modal-overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.info-modal-overlay::before,
.verification-modal-overlay::before,
.logout-modal-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))) {
  .details-modal-overlay,
  .bank-modal-overlay,
  .wallet-modal-overlay,
  .card-modal-overlay {
    -webkit-backdrop-filter: grayscale(80%);
    backdrop-filter: grayscale(80%);
  }
}

.details-modal-overlay.modal-overlay--after-open,
.bank-modal-overlay.modal-overlay--after-open,
.wallet-modal-overlay.modal-overlay--after-open,
.card-modal-overlay.modal-overlay--after-open {
  opacity: 1;
  transition: opacity 0.15s ease-out;
}

.info-modal-overlay.modal-overlay--after-open,
.verification-modal-overlay.modal-overlay--after-open,
.logout-modal-overlay.modal-overlay--after-open {
  opacity: 1;
}

.details-modal-overlay.modal-overlay--before-close,
.bank-modal-overlay.modal-overlay--before-close,
.wallet-modal-overlay.modal-overlay--before-close,
.card-modal-overlay.modal-overlay--before-close,
.info-modal-overlay.modal-overlay--before-close {
  opacity: 0;
}

.details-modal {
  padding-top: 60px;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.info-modal {
  background-color: #fff;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 8px;
  box-shadow: 0 40px 100px rgb(0 0 0 / 20%), 0 6px 12px rgb(0 0 0 / 3%);
  width: 100%;
  max-width: 348px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 24px 24px;
  font-size: 14px;
  letter-spacing: -0.15px;
  transition: transform 0.25s cubic-bezier(0.18, 1.25, 0.4, 1),
    -webkit-transform 0.25s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.info-modal.modal-content--after-open,
.logout-modal.modal-content--after-open {
  transform: none;
}

.verification-modal {
  background-color: #fff;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 8px;
  box-shadow: 0 40px 100px rgb(0 0 0 / 20%), 0 6px 12px rgb(0 0 0 / 3%);
  max-width: 360px;
  min-width: 316px;
  transition: transform 0.25s cubic-bezier(0.18, 1.25, 0.4, 1),
    -webkit-transform 0.25s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.logout-modal {
  background-color: #fff;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 8px;
  box-shadow: 0 40px 100px rgb(0 0 0 / 20%), 0 6px 12px rgb(0 0 0 / 3%);
  width: 100%;
  max-width: 305px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px 20px;
  font-size: 14px;
  letter-spacing: -0.15px;
  transition: transform 0.25s cubic-bezier(0.18, 1.25, 0.4, 1),
    -webkit-transform 0.25s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.details-modal.modal-content--after-open {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.details-modal.modal-content--before-close {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.bank-modal,
.wallet-modal,
.card-modal {
  position: relative;
  width: 500px;
  max-width: calc(100% - 20px);
  height: auto;
  min-height: 640px;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transition: transform 0.3s ease-out;
  transform: translate(-50%, -80%);
  overflow: visible;
}

.card-modal {
  width: 700px;
}

.gcash-modal {
  width: 100%;
}

@media only screen and (min-width: 801px) {
  .gcash-modal {
    width: 801px;
    min-height: 700px;
  }
}

.error-modal {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
  overflow: hidden;
}

.error-modal.modal-content--after-open {
  transform: translate(0);
}

.error-modal.modal-content--before-close {
  transform: translateY(-150px);
}

.bank-modal.modal-content--after-open,
.wallet-modal.modal-content--after-open,
.card-modal.modal-content--after-open {
  transform: translate(-50%, -50%);
}

.bank-modal.modal-content--before-close,
.wallet-modal.modal-content--before-close,
.card-modal.modal-content--before-close {
  transform: translateY(-160%);
}

.bank-modal .modal-header,
.wallet-modal .modal-header,
.card-modal .modal-header {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.bank-modal .modal-header button,
.wallet-modal .modal-header button,
.card-modal .modal-header button {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.bank-modal .modal-body,
.wallet-modal .modal-body,
.card-modal .modal-body {
  height: calc(100% - 60px);
  box-shadow: 0 7px 32px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.2);
}

.payment-header {
  height: 42px;
  transition: height 0.4s ease-out;
}

.payment-header.show-quick-pay {
  height: 124px;
}

.payment-header .payment-title.is-visible {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.payment-header .payment-title.is-hidden {
  display: none;
  -webkit-animation: fadeOut 0.5s ease-out;
  animation: fadeOut 0.5s ease-out;
}

.checkout-input::after {
  height: 0;
  visibility: hidden;
  content: attr(data-max);
}

.checkout-input.invalid {
  z-index: 1;
  color: #dc2727;
  box-shadow: 0 0 0 1px #ef9896, 0 2px 4px 0 rgba(0, 0, 0, 0.07),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
}

.checkout-input:focus,
.checkout-select:focus {
  z-index: 2;
  outline: none;
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
}

.checkout-select.invalid:not(.empty) {
  color: #dc2727;
}

.checkout-select.invalid:not(:focus) {
  box-shadow: 0 0 0 1px #ef9896, 0 2px 4px 0 rgba(0, 0, 0, 0.07),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
}

.checkout-select.has-icon {
  text-indent: 26px;
}

.checkout-checkbox-styledInput {
  transition: box-shadow 0.08s ease-in, color 0.08s ease-in,
    -webkit-filter 50000s;
  transition: box-shadow 0.08s ease-in, color 0.08s ease-in, filter 50000s;
  transition: box-shadow 0.08s ease-in, color 0.08s ease-in, filter 50000s,
    -webkit-filter 50000s;
}

.checkout-checkbox-styledInput::before {
  border: 0;
  border-bottom: 3px solid rgba(26, 26, 26, 0.9);
  border-right: 3px solid rgba(26, 26, 26, 0.9);
  box-sizing: content-box;
  content: " ";
  cursor: default;
  display: none;
  height: 14px;
  left: 8px;
  position: absolute;
  top: -5px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 5px;
}

.checked .checkout-checkbox-styledInput::before {
  display: block;
}

.checkout-checkbox:focus ~ .checkout-checkbox-styledInput {
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
  z-index: 2;
}

.card-icons.is-visible {
  animation: slideInFromRight 0.4s ease;
  opacity: 1;
}

.card-icons.is-hidden {
  animation: slideOutToRight 0.4s ease;
  opacity: 0;
}

.card-icon img,
.card-icon svg {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.card-icon.is-loaded img,
.card-icon.is-loaded svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.form-input-icon img,
.form-input-icon svg {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.form-input-icon.is-loaded img,
.form-input-icon.is-loaded svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.form-input-icon.is-select svg,
.form-input-icon.is-select img {
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.quick-pay,
.submit {
  transform: translateZ(0);
}

.shimmer {
  content: "";
}

.submit.is-complete:hover .shimmer {
  opacity: 0.6;
}

.quick-pay.success .icon-container,
.submit.success .icon-container {
  -webkit-transform: translateX(calc(-50% + 10px));
  -ms-transform: translateX(calc(-50% + 10px));
  transform: translateX(calc(-50% + 10px));
}

.spinner-icon ellipse {
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 70;
  stroke-dashoffset: 30;
  fill: transparent;
}

.spinner-icon.post-center ellipse {
  animation-fill-mode: forwards;
}

.checkmark-icon {
  -webkit-transform: translateY(calc(-50% + 2px)) translateX(-50%) scale(0.6);
  -ms-transform: translateY(calc(-50% + 2px)) translateX(-50%) scale(0.6);
  transform: translateY(calc(-50% + 2px)) translateX(-50%) scale(0.6);
}

.checkmark-icon path {
  stroke-linecap: round;
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  opacity: 0;
}

.checkmark-icon.current path {
  -webkit-animation: checkmark-check 0.3s ease;
  animation: checkmark-check 0.3s ease;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.tab-item:after {
  content: "";
  box-sizing: content-box;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s ease;
  opacity: 0;
  border-radius: 6px;
}

.tab-item.selected::after,
.tab-item::after {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
}

.tab-item.selected:after,
.tab-item:hover:after {
  opacity: 1;
}

.tab-item.selected {
  box-shadow: 0 0 0 1px rgba(26, 26, 26, 0.9), 0 2px 4px 0 rgba(0, 0, 0, 0.07),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
}

.tab-item.selected:focus {
  box-shadow: 0 0 0 1px rgba(26, 26, 26, 0.9), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
}

.tab-item .tab-item-content {
  will-change: opacity;
}

.tab-item.selected .tab-item-content {
  opacity: 1;
}

.__react_component_tooltip.show {
  opacity: 1 !important;
}

@media only screen and (min-width: 992px) {
  .app-container:not(.app-container--setupMode)::before {
    height: 100%;
    width: 50%;
    position: fixed;
    content: " ";
    top: 0;
    right: 0;
    background: #fff;
    -webkit-animation: enter-background-shadow 0.6s;
    animation: enter-background-shadow 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }

  .app-container--setupMode .app.single-item {
    padding-top: 0;
  }

  .app.single-item .product-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 18.75rem;
    height: 18.75rem;
    margin: 2rem 0;
  }

  .app.single-item .product-image img {
    max-height: 18.75rem;
    max-width: 18.75rem;
  }

  .app.multi-item .product-image {
    display: none;
  }

  .app.single-item .product-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .product-total {
    font-size: 2.25rem;
  }

  .loading-container::before {
    height: 100%;
    width: 50%;
    background: #fff;
    position: fixed;
    content: " ";
    top: 0;
    right: 0;
    box-shadow: 15px 0 30px 0 rgba(0, 0, 0, 0.18);
  }

  .footer.is-darkBackground .lg\:border-gray-400 {
    border-color: hsla(0, 0%, 100%, 0.25);
  }
  
  .footer.is-darkBackground .text-gray-400 {
    color: hsla(0, 0%, 100%, 0.9);
  }
  
  .footer.is-darkBackground .text-gray-500 {
    color: hsla(0, 0%, 100%, 0.6);
  }
  .footer.is-darkBackground .text-gray-400 {
    color: hsla(0, 0%, 100%, 0.5);
  }
  
  .footer.is-darkBackground .poweredby-icon {
    fill: hsla(0, 0%, 100%, 0.6);
  }
}

@media only screen and (max-width: 991.98px) {
  .header .tag-test {
    display: none;
  }

  .header .tag-testmobile {
    display: flex;
  }

  .app.multi-item .header {
    height: 3.75rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 1rem;
    transition: background-color 0.15s ease;
  }

  .app.multi-item .header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    opacity: 0;
    transition: opacity 0.15s ease-out;
  }

  .body--modal-open .header {
    background-color: #fff;
  }

  .app.multi-item .header-content {
    max-width: 23.75rem;
    margin: auto;
  }

  .app.multi-item .header-actions {
    display: flex;
    width: 125px;
  }
}

@media only screen and (min-width: 576px) {
  .header .header-arrow {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -ms-transform: translateX(-20px) translateY(-50%);
    position: absolute;
  }

  .header a:focus .header-arrow,
  .header a:hover .header-arrow {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
    -ms-transform: translateX(-22px) translateY(-50%);
  }

  .header a:focus .header-back,
  .header a:hover .header-back {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -ms-transform: translateY(-50%);
    transition: opacity 0.25s ease 50ms, -webkit-transform 0.25s ease 50ms;
    transition: opacity 0.25s ease 50ms, transform 0.25s ease 50ms;
    transition: opacity 0.25s ease 50ms, transform 0.25s ease 50ms,
      -webkit-transform 0.25s ease 50ms;
  }

  .header .header-icon {
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease,
      -webkit-transform 0.25s ease;
  }

  .header .header-logo {
    transition: opacity 0.25s ease 0.1s, -webkit-transform 0.25s ease 0.1s;
    transition: opacity 0.25s ease 0.1s, transform 0.25s ease 0.1s;
    transition: opacity 0.25s ease 0.1s, transform 0.25s ease 0.1s,
      -webkit-transform 0.25s ease 0.1s;
  }

  .header a:focus .header-image,
  .header a:hover .header-image {
    opacity: 0;
    transition: opacity 0.1s ease 0ms, -webkit-transform 0.1s ease 0ms;
    transition: opacity 0.1s ease 0ms, transform 0.1s ease 0ms;
    transition: opacity 0.1s ease 0ms, transform 0.1s ease 0ms,
      -webkit-transform 0.1s ease 0ms;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  .header .header-name {
    transition: opacity 0.25s ease 0.1s, -webkit-transform 0.25s ease 0.1s;
    transition: opacity 0.25s ease 0.1s, transform 0.25s ease 0.1s;
    transition: opacity 0.25s ease 0.1s, transform 0.25s ease 0.1s,
      -webkit-transform 0.25s ease 0.1s;
  }

  .header a:focus .header-name,
  .header a:hover .header-name {
    opacity: 0;
    transition: opacity 0.1s ease 0ms, -webkit-transform 0.1s ease 0ms;
    transition: opacity 0.1s ease 0ms, transform 0.1s ease 0ms;
    transition: opacity 0.1s ease 0ms, transform 0.1s ease 0ms,
      -webkit-transform 0.1s ease 0ms;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}

input:-webkit-autofill {
  transition: background-color 100000000s;
  -webkit-animation: native-autofill-in 1ms;
  animation: native-autofill-in 1ms;
}

input {
  -webkit-animation: native-autofill-out 1ms;
  animation: native-auto-fill-out 1ms;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }

  1% {
    display: block;
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slideOutToRight {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes native-autofill-in {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes native-autofill-in {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes native-autofill-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes native-autofill-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes checkmark-check {
  0% {
    opacity: 0;
    stroke-dashoffset: 30;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes checkmark-check {
  0% {
    opacity: 0;
    stroke-dashoffset: 30;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
