/* App css code here */
html, body {
  -webkit-overflow-scrolling: auto !important;
  overflow: auto !important;
}

.jsf-views {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.jsf-view-partial {
  height: 100%;
}

.tiko-white {
  display: none;
  width: 180px;
  margin: 0 auto;
  margin-top: 32px;
}

.tiko-link {
  background-color: #eee;
  color: #333;
  display: flex;
  justify-content: center;
}
.tiko-link .installments {
  display: block;
  background: #fff;
}
.tiko-link .installments .item-installment {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tiko-link .installments .item-installment:last-of-type {
  border: none;
}
.tiko-link .installments .item-installment:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.tiko-link .installments .column-installment {
  float: left;
  width: 30%;
  text-align: left;
}
.tiko-link .installments .column-installment input {
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}
.tiko-link .installments .column-amount {
  float: left;
  width: 35%;
  text-align: right;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.tiko-link .installments .column-amount-month {
  float: left;
  width: 35%;
  text-align: right;
  font-family: Arial, sans-serif;
}
.tiko-link .installments .installments-head {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  padding: 12px;
  box-sizing: border-box;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #333;
}
.tiko-link .installments .installments-head .column-installment {
  text-align: center;
}
.tiko-link .top-background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20vh;
  width: 100%;
  background: #005fc8;
  background: linear-gradient(60deg, #005fc8 0%, #009bff 100%);
}
.tiko-link .payment-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  width: 100%;
  flex-wrap: nowrap;
  margin-top: calc(20vh - 120px);
  color: #fff;
}
.tiko-link .payment-info div {
  flex: 1 1 auto;
  text-align: center;
}
.tiko-link .payment-info .amount {
  font-size: 48px;
  line-height: 48px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.tiko-link .already-paid {
  padding: 16px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  color: #00a120;
  font-weight: bold;
}
.tiko-link .title {
  text-transform: uppercase;
  color: #666;
  font-size: 11px;
  margin-top: 16px;
  padding-left: 12px;
  margin-bottom: -4px;
}
.tiko-link .tdc-form {
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
}
.tiko-link .tdc-form .row {
  width: 100%;
  margin-bottom: 12px;
}
.tiko-link .tdc-form .row:last-of-type {
  margin-bottom: 0px;
}
.tiko-link .tdc-form .tdc-input {
  width: 100%;
}
.tiko-link .tdc-form .card-row {
  display: flex;
  flex-direction: row;
}
.tiko-link .tdc-form .card-row .card-expire {
  display: inline-block;
  margin-right: 12px;
  text-align: center;
}
.tiko-link .tdc-form .card-row .card-cvv {
  text-align: center;
  display: inline-block;
}
.tiko-link .tdc-form .tdc-btn {
  font-size: 1rem;
  margin-top: 2px;
  background-color: #0081E8;
}
.tiko-link .tdc-form .tdc-btn span {
  font-size: 13px;
}
.tiko-link .tdc-list {
  position: relative;
  height: 100%;
  width: 100%;
}
.tiko-link .tdc-list .tdc-list__container {
  max-width: 312px;
  padding-bottom: 24px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.tiko-link .merchant-info {
  width: 100%;
  min-width: 266px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex: 1 0 auto;
  margin-top: 16px;
  padding: 12px;
  box-sizing: border-box;
}
.tiko-link .merchant-info .logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.tiko-link .merchant-info .logo img {
  height: 100%;
}
.tiko-link .merchant-info .merchant-name {
  font-weight: bold;
  font-size: 16px;
}
.tiko-link .merchant-info .merchant-store-name {
  display: none;
}
.tiko-link .footer {
  margin-top: 24px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 100%;
}
.tiko-link .footer .tiko {
  height: 24px;
}

.tiko-link.paid .top-background {
  background: #00c839;
  background: linear-gradient(-60deg, #00c839 0%, #00a120 100%);
}
.tiko-link.paid .tdc-form {
  display: none !important;
}
.tiko-link.paid .title {
  display: none !important;
}
.tiko-link.paid .already-paid {
  display: block !important;
}

.deep-link {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  z-index: 99999;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 16px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.deep-link .app-logo {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #1976d2;
}
.deep-link span {
  float: right;
  width: calc(100% - 64px);
  max-width: 300px;
  color: #666;
  margin-top: 8px;
}
.deep-link b {
  font-weight: bold;
}

#jsf-toast-container {
  position: absolute;
  bottom: 0px;
  z-index: 9999999;
  left: 0px;
  right: 0px;
  width: 100%;
  display: block;
  height: auto;
  overflow: hidden;
}

#jsf-toast-container .jsf-toast {
  position: relative;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  display: block;
  width: 80%;
  margin-left: 10%;
  box-sizing: border-box;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  padding: 12px;
  padding-right: 24px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  opacity: 1;
}

#jsf-toast-container .jsf-toast-anim {
  -webkit-animation: jsf-toast-fadeout 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: jsf-toast-fadeout 0.5s;
  /* Firefox < 16 */
  -ms-animation: jsf-toast-fadeout 0.5s;
  /* Internet Explorer */
  -o-animation: jsf-toast-fadeout 0.5s;
  /* Opera < 12.1 */
  animation: jsf-toast-fadeout 0.5s;
}

#jsf-toast-container .jsf-toast .jsf-toast-close {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  color: #fff;
  cursor: pointer;
  display: none;
}

#jsf-toast-container .jsf-toast.green {
  background: rgba(0, 150, 0, 0.8) !important;
}

.jsf-loading-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.jsf-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  z-index: 9997;
  height: 100%;
}

.jsf-loading .jsf-loading-bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  z-index: 9998;
  height: 100%;
}

.jsf-loading .jsf-loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 9999;
}

.jsf-loading .jsf-text {
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  margin-left: -40%;
  width: 80%;
  z-index: 9999;
  color: white;
  text-align: center;
  font-size: 14px;
}

.jsf-loading .jsf-loading-image .dot1, .jsf-loading .jsf-loading-image .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.jsf-loading .jsf-loading-image .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes jsf-loading-image {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
@-webkit-keyframes jsf-loading-image {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}

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