#app{
    margin: 0 125px;
}
.box-payment{
    z-index: 10;
}
.left-div{
    padding: 74px 40px 139px;
    height: 652px;
    width: 30%;
    float: left;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: -webkit-linear-gradient(#31b1ee, #1285e2);
    background: -o-linear-gradient(#31b1ee, #1285e2);
    background: -moz-linear-gradient(#31b1ee, #1285e2);
    background: linear-gradient(#31b1ee, #1285e2);
}
.right-div {
    padding: 20px;
    height: 652px;
    width: 70%;
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    position: relative;
    background: white;
}
.img-circle{
    border-radius: 500px;
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
    display: block;
    margin: 0 auto 10px;
}
.merchant-name-white {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.value-large-white {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin: 15px 0 0;
}
.description-small-white {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.payment-method-button.active {
    background-color: #ffffff;
    border: solid 2px #1ace9b;
}
.payment-method-button:first-child {
    margin: 0 !important;
}
.payment-method-name{
    margin-top: 8px;
}
.payment-method-button {
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 8px;
    display: inline-block;
    color: #424242;
    text-align: center;
    border-radius: 4px;
    background-color: #f0f0f0;
    border: solid 2px #eaeaea;
    cursor: pointer;
    height: 60px;
}
.space-10{
    margin-bottom: 10px;
} 
.space-15 {
    margin-bottom: 15px;
}
.padding-top-20{
    padding-top: 10px; 
}
.fullwidth-input {
    padding: 10px;
    height: 45px;
    width: 100% !important;
    border-radius: 3.2px;
    font-size: 14px;
    border: solid 0.8px #c4c4c4;
}
.wide-dropdown{
    background-color: #ffffff;
    border: solid 1px #c4c4c4;
    border-radius: 4px;
    height: 45px;
    width: 60%;
    font-size: 14px;
    float: left;
}
.narrow-dropdown {
    width: calc(40% - 15px);
    padding: 9px 6px;
    background-color: #ffffff;
    border: solid 1px #c4c4c4;
    border-radius: 4px;
    height: 45px;
    font-size: 14px;
}
.halfwidth-input {
    width: 100px !important;
    padding: 0 10px;
    margin-top: 10px;
    height: 45px;
    border-radius: 3.2px;
    font-size: 14px;
    border: solid 0.8px #c4c4c4;
}
.right-label {
    margin-left: 15px;
    width: 25% !important;
    display: inline-block;
    font-size: 14px;
    color: #a2a2a2;
    vertical-align: middle;
}
img.logo-visa {
    height: 36px;
    display: block;
    padding: 8px 0px;
    margin: 0px 5px;
}
img.logo-mastercard {
    height: 32px;
    display: block;
    margin: 0px 10px;
}
.display-card-scheme {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25%;
}
.display-inline-block {
    display: inline-block;
}
.submit-button {
    padding: 11px;
    border-radius: 100px;
    border-style: none;
    background-color: #1ace9b;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
    font-family: "Montserrat";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin: 20px 0;
    cursor: pointer;
    width: 60% !important;
}
.left-footer {
    position: absolute;
    bottom: 8px;
}
.right-footer {
    position: absolute;
    bottom: 5px;
    right: 20px;
}
.secure-payments-with {
    font-size: 10px;
    color: #424242;
    padding: 0 0 0 5px;
}
#three-ds-container{
    padding-top: 20px;
}
.padding-top-bottom-15 {
    padding: 15px 0;
}
.label {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #a2a2a2;
    display: inline-block;
    
}
.value-small {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #424242;
    display: inline-block;
    float: right;
}
img.logo-xnd {
    height: 20px !important; 
    margin: 20px 10px;
}
.text-align-center-xnd {
    text-align: center;
}
.box-footer{
    width:100%;
    color:#878787;
    font-size: 14px;
    line-height: 1.29;
    font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 500px) {
    #app{
        margin: 0 5px;
    }
    .left-div {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0px;
        width: 100%;
        height: auto;
    }
    .right-div {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 5px;
        width: 100%;
        height: 600px;
        border-left: 1px solid #ccc;
    }
    .label {
        text-align: left !important;
        display: block;
    }
    .value-small {
        text-align: left !important;
        float: unset;
    }
    .right-label {
        width: 50% !important;
    }
    .submit-button{
        width: 100% !important;
    }
}










a {
    text-decoration: none;
    color: #1ace9b;
}

/* line height */
.line-height-12 {
    line-height: 1.2;   
}

.space-top-20 {
    margin-top: 20px;
}
.space-top-10 {
    margin-top: 10px;
}
.space-top-5 {
    margin-top: 5px;
}
.space-top-2 {
    margin-top: 2px;
}
.space-30 {
    margin-bottom: 30px;
}
.space-15 {
    margin-bottom: 15px;
}
.space-10 {
    margin-bottom: 10px;
}
.space-5 {
    margin-bottom: 5px;
}
.space-3 {
    margin-bottom: 3px;
}
.space {
    margin-bottom: 100px;
}
.despace-15 {
    margin-bottom: -15px;
}
.cursor-pointer {
    cursor: pointer;
}

/* Text */
.title-blue {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    text-align: center;
    color: #285e9c;
    margin-bottom: 4px;
}
.title-red {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    text-align: center;
    color: #e83e3e;
    margin-bottom: 4px;
}
.title-medium-black {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-align: center;
    color: #424242;
}
.title-small-blue {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #285e9c;
}
.description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #a2a2a2;
    margin-bottom: 20px;
}
.description-popup {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #a2a2a2;
}
.title-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #ff0000;
}
.description-2 {
    @extend .space-30;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #424242;
}
.label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #a2a2a2;
}
.label-blue {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #285e9c;
}
.value-large {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-align: center;
    color: #424242;
}
.value-small {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #424242;
}
.value-small-left {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #545454;
}
.info-account {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #424242;
    line-height: 1.5;
}
.color-blue {
    color: #285e9c;
}
.textbox-label-small {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #424242;
}
.textbox-label-medium {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #424242;
    
}
.textbox-value-small {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    color: #424242;
}
.textbox-value-medium {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: right;
    color: #424242;
}
.textbox-description-small {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #535353;
}
.textbox-description-small-grey {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #999999;
}
.textbox-circle-number {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
}
.title-step-info {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #424242;
}
.description-step-info {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #424242;
}
.text-warn {
    color: #e83e3e;
    font-size: 12px;
    margin-top: 5px;
}

/* Container */
.wrapper-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 70px;
    padding-bottom: 25px;
}
.wrapper-content-grey {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wrapper-content-popup {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 25px;
}
.container-info-sale {
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
    float: left;
    display: block;
    position: relative;
}
.container-timer {
    border-top: solid #eaeaea 1px;
    border-bottom: solid #eaeaea 1px;
    background-color: #fbfbfb;
    background-image: url(https://invoice-staging.xendit.co/img/background-timer.png);
    margin-left: -50px;
    margin-right: -50px;
    object-fit: contain;
}
.container-step-info {
    max-width: 100%;
}
.container-info-sale-2-photo {
    float: left;
    width: 40%;
    padding-right: 8px;
}
.container-info-sale-2-info {
    float: left;
    width: 53%;
    padding-left: 8px;
}
.step-info-column-number {
    float: left;
    width: 7%;
    min-width: 35px;
}
.step-info-column-text {
    float: left;
    width: 93%;
    max-width: 348px;
    padding-left: 15px;
}

.info-container {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.info-value {
  color: darkblue;
  font-size: 32px;
  margin: inherit;
  margin-right: 30px;
}

@media only screen and (max-width: 500px) {
    .step-info-column-text {
        max-width: 64vw;
        padding-left: 3vw;
    }
}
.column-100 {
    float: left;
    width: 100%;
}
.column-90 {
    float: left;
    width: 90%;
}
.column-80 {
    float: left;
    width: 80%;
}
.column-50 {
    float: left;
    width: 50%;
}
.column-27 {
    float: left;
    width: 27%;
}
.column-20 {
    float: left;
    width: 20%;
}
.column-18 {
    float: left;
    width: 18%;
}
.column-16 {
    float: left;
    width: 16%;
}
.column-12 {
    float: left;
    width: 12%;
}
.column-10 {
    float: left;
    width: 10%;
}
.column-8 {
    float: left;
    width: 8%;
}
.column-4 {
    float: left;
    width: 4%;
}
.timer-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    color: #a2a2a2;
}
.timer-value {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #ffffff;
}
@media only screen and (max-width: 550px) {
    /* For small screens: */
    .container-info-sale-2-photo {
        float: none;
        width: 100%;
        padding-right: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
        display: block;
    }
    .container-info-sale-2-info {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    .info-container {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        text-align: initial;
        margin-bottom: 20px;
    }

    .info-value {
        color: darkblue;
        font-size: 32px;
        margin: inherit;
        margin-right: 30px;
    }
}
@media only screen and (max-width: 400px) {
    .timer-label {
        font-size: 2.75vw;
    }
    .timer-value {
        font-size: 6.5;
    }
}

.container-info-account {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 18px;
}

/* boards */
.board-grey {
    background-color: #fbfbfb;
    border: solid 1px #eaeaea;
    margin-left: -25px;
    margin-right: -25px;
    max-width: 450px;
    align-self: center;
    position: relative;
}
.board-white {
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    align-self: center;
    position: relative;
}
.board-white-border-grey {
    background-color: #ffffff;
    border: solid 1px #c4c4c4;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    align-self: center;
    position: relative;
}
.board-white-small {
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    align-self: center;
    position: relative;
}
.textbox-shadow {
    max-width: 100%;
    border-radius: 0 0 10px 10px;
    background-color: #fbfbfb;
    border: solid 1px #eaeaea;
    padding-top: 15px;
    padding-bottom: 15px;
}
.textbox-medium {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.textbox-medium-white {
    @extend .textbox-medium;
    background-color: #ffffff;
}
.textbox-medium-grey {
    @extend .textbox-medium;
    background-color: #ffffff;
}
.textbox-medium-bottom {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.textbox-medium-bottom-white {
    @extend .textbox-medium-bottom;
    background-color: #ffffff;
}
.textbox-small {
    max-width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.textbox-small-yellow {
    @extend .textbox-small;
    border-radius: 2px;
    background-color: #fffcd5;
    border: solid 1px #dfddb9;
}
.textbox-column-right {
    float: right;
    max-width: 100%;
}
.textbox-column-left {
    float: left;
    max-width: 100%;
}
.textbox-circle-blue {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #285e9c;
}


/* Footer */
.footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 26px;
    line-height: 1.29;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}

/* Image */
img.circle {
    border-radius: 500px;
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
img.logo {
    height: 39px;
    display: block;
    margin-top: 50px;
    margin-bottom: 110px;
    margin-left: auto;
    margin-right: auto;
}
img.logo-bank {
    height: 30px;
    display: block;
}
img.logo-bank-center {
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    display: block;
}
img.product {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: #d8d8d8;
}
img.clock {
    max-width: 100%;
    height: auto;
}
img.question {
    max-width: 16px;
    max-height: 16px;
    position: absolute;
    margin-top: 2px;
}
@media only screen and (max-width: 550px) {
    /* For small screens: */
    img.product {
        max-width: 160px;
        height: auto;
        border-radius: 8px;
        background-color: #d8d8d8;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}

/* Line */
.line {
    background-color: #e0e0e0;
    border-style: dashed !important;
    border-width: 0;
    height: 1px;
    float: left;
    width: 100%;
    clear: both;
}
.line-short {
    @extend .line;
    float: none;
    width: 12%;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.line-timer {
    @extend .line;
    margin-top: 8px;
}
@media only screen and (max-width: 400px) {
    /* For small screens: */
    .line-timer {
        margin-top: 2.0vw;
    }
}
.spaze {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}

/* clearing */
.clearance {
    clear: both;
}

/* form */
.formStyle {
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #c4c4c4;
    border-radius: 4px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #424242;
}
.general-input {
    padding: 0px 10px;
    height: 45px;
    border-radius: 3.2px;
    font-size: 14px;
    border: solid 0.8px #c4c4c4;
}
.fullwidth-input {
    width: calc(100% - 20px);
}
.halfwidth-input {
    width: calc(50% - 20px);
}
.dropdown {
    background-color: #ffffff;
    border: solid 1px #c4c4c4;
    border-radius: 4px;
    height: 45px;
    font-size: 14px;
}
.wide-dropdown {
    width: 60%;
    padding: 9px 6px;
}
.narrow-dropdown {
    width: calc(40% - 15px);
    padding: 9px 6px;
}
.right-label {
    margin-left: 15px;
    width: calc(50% - 20px);
    display: inline-block;
    font-size: 14px;
    color: #a2a2a2;
}
.submit-button {
    width: 100%;
    padding: 11px;
    border-radius: 100px;
    border-style: none;
    background-color: #1ace9b;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
    font-family: Montserrat;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}
.submit-button:disabled {
    background-color: #eaeaea;
}
.submit-button .parent-disabled-show {
    display: none;
}
.submit-button:disabled .parent-disabled-show {
    display: inherit;
}
.submit-button:disabled .parent-disabled-hide {
    display: none;
}
.empty-warn {
    border-color: #e83e3e;
}

/* popup */
.popup-overlay {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.8;
    background-color: #0c134c;
    z-index: 10;
}

.popup-overlay-container {
  position: fixed;
  top: 45vh;
  left: 50%;
  margin-top: -100px;
  /* Negative half of height. */
  margin-left: -200px;
  /* Negative half of width. */
  z-index: 20;
  width: 100%;
  max-width: 400px;
  }

@media only screen and (max-width: 450px) {
/* For small screens: */
.popup-overlay-container {
    left: 0;
    right: 0;
    max-width: 300px;
    margin-top: -150px;
    /* Negative half of height. */
    margin-left: auto;
    margin-right: auto; }
}
@media only screen and (max-width: 350px) {
/* For smaller screens: */
.popup-overlay-container {
    max-width: 200px;
    margin-top: -200px;
    /* Negative half of height. */ }
}


/** animation **/

.container-animation{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.please-wait {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}
/* Timer*/
.timer {
   width: 40px;
   height: 40px;
   background-color: transparent;
   box-shadow: inset 0px 0px 0px 2px #fff;
   border-radius: 50%;
   position: relative;
   margin: 15px auto;/* Not necessary- its only for layouting*/    
}
.timer:after, .timer:before {
   position: absolute;
   content:"";
   background-color: #fff;
}
.timer:after {
   width: 12px;
   height: 2px;
   top: 18px;
   left: 18px;
   -webkit-transform-origin: 1px 1px;
      -moz-transform-origin: 1px 1px;
           transform-origin: 1px 1px;
   -webkit-animation: minhand 2s linear infinite;
      -moz-animation: minhand 2s linear infinite;
           animation: minhand 2s linear infinite;
}

.timer:before {
   width: 10px;
   height: 2px;
   top: 18px;
   left: 18px;
   -webkit-transform-origin: 1px 1px;
      -moz-transform-origin: 1px 1px;
           transform-origin: 1px 1px;
   -webkit-animation: hrhand 8s linear infinite;
      -moz-animation: hrhand 8s linear infinite;
           animation: hrhand 8s linear infinite;
}

@-webkit-keyframes minhand {
   0%{-webkit-transform:rotate(0deg)}
   100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes minhand {
   0%{-moz-transform:rotate(0deg)}
   100%{-moz-transform:rotate(360deg)}
}
@keyframes minhand {
   0%{transform:rotate(0deg)}
   100%{transform:rotate(360deg)}
}

@-webkit-keyframes hrhand {
   0%{-webkit-transform:rotate(0deg)}
   100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes hrhand {
   0%{-moz-transform:rotate(0deg)}
   100%{-moz-transform:rotate(360deg)}
}
@keyframes hrhand {
   0%{transform:rotate(0deg)}
   100%{transform:rotate(360deg)}
}

/* Payment Method */
.payment-method-container {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-evenly;
}

.payment-method-button {
    flex-basis: 0;
    flex-grow: 1;
    padding: 8px 10px;
    display: inline-block;
    color: #424242;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 2px #eaeaea;
    cursor: pointer;
}

.payment-method-button:hover {
    background-color: #ffffff;
}

.payment-method-button.active {
    background-color: #ffffff;
    border: solid 2px #1ace9b;
}

.payment-method-button:first-child {
    margin-right: 4%;
}

.payment-method-button i {
    font-size: 25px;
    padding-bottom: 7px;
    padding-top: 5px;
}

.payment-method-button p {
    margin: 0px;
    width: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* General */
.hidden {
    display: none;
}
