@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular, body {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

.step-main-container {
    padding-top: 71px;
}

.step-info-section, .step-info-section-loader {
    display: flex;
    height: 624px;
    padding: 0px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    background: #366897;
    width: 32%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.step-main-form, .step-main-form-loader {
    width: 54%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

body {
    min-height: 100vh;
}

/* Step Info Section*/
.step-info-section-container {
    padding: 24px 20px;
    max-width: 344px;
    border-radius: 12px;
    border: 1px solid #E8EBF1;
    background: #FFF;
}

.step-info-section-container h2 {
    text-align: center;
    color: #0B0C0F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8EBF1;
}

.step-info-section-container ul {
    list-style: none;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 0;
}

.step-info-section-container li {
    display: flex;
    align-items: center;
    color: #343A40;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-top: 16px;
    line-height: 18.2px;
}

.step-info-section-container .number {
    background: #2c5f9e;
    color: white;
    min-width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.step-form-container {
    max-width: 411px;
    margin: 0 auto;
    min-height: 509px;
    width: 100%;
    padding: 0 20px;
}

.step-main-form-top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-main-form-top-section .timer {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: #F8F9FB;
    min-width: 97px;
}

.step-main-form-top-section .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-main-form-heading-amount h1 {
    color: #1E1E1E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38.4px;
    margin: 0;
}

.step-main-form-heading-amount-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    margin-bottom: 24px;
}

.step-main-form-heading-amount-edit {
    /* display: flex; */
    display: none;
}

.step-form .field input {
    color: #0B0C0F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.step-form .field-bottom {
    margin-top: 30px;
}

.step-form .field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.step-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E8EBF1;
    padding-bottom: 16px;
}

.step-form label {
    color: #868E96;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.pocket-address-input, .recipient-alias-info {
    position: relative;
}

.pocket-address-input .copy-address, .recipient-alias-info .copy-address {
    position: unset;
    right: 0;
    top: 0;
}

#recipient-alias {
    min-height: 22px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.help-section a {
    color:#366897;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.help-section .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.help-section {
    /* display: flex;*/
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
    gap: 8px;
}

.step-form form .submit-button-section {
    margin-top: auto;
}

.step-form form {
    min-height: 344px;
    display: flex;
    flex-direction: column;
}

.step-form .form-info-container .submit-button-section {
    margin-top: auto;
}

.step-form .form-info-container {
       min-height: max-content;
    display: flex;
    flex-direction: column;
}

.copy-done {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    margin-right: 2px;
}

/* Step 2 */

.step-top-message p {
    color: #18191A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    margin: 0;
}

.step-top-message {
    position: absolute;
    top: 0;
    width: 99%;
    display: flex;
    padding: 8px 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: rgba(248, 168, 23, 0.20);
    border-top-right-radius: 16px;
}

.step-top-message-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.field-info-container p {
    margin: 0;
}

.field-info-container .field-label {
    color: #868E96;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}

.field-info-container .field-value {
    color: #0B0C0F;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}

.field-info-container {
    display: flex;
    justify-content: space-between;
}

.fields-section-next-step {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8EBF1;
    margin-top: 7px;
}

.customer-step-info {
    margin-top: 32px;
}

.customer-step-info label.customer-step-info-label {
    color: #0B0C0F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    width: 100%;
    display: block;
}

.customer-step-info-input input::placeholder {
    color: #868E96;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.customer-step-info-input input {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 12px;
    border: 1px solid #E8EBF1;
    background: #F8F9FB;
    padding: 16px;
    margin-top: 8px;
        width: 100%;
    padding: 10px 8px;
    font-size: 14px;
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    background: transparent;
}

.customer-step-info-description {
    color: white;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
}

.customer-step-info-description-container, .customer-step-info-description-container-tax {
    border-radius: 4px;
    background: #266736ab;
    display: flex;
    padding: 4px;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    margin-top: 4px;
        max-height: max-content;
}

.customer-step-info-description-container-tax {
        align-items: center;
}

.customer-step-info-description-container-tax .customer-step-info-description-icon {
        display: flex;
    align-items: center;
}

.form-info-bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.bank-list-icon-add {
    border-radius: 4px;
}

.bank-list-icon {
    border-radius: 5px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bank-list-icon img {
    height: 25px;
    width: 31px;
}

.bank-list-container {
    display:none;
    justify-content: space-between;
    margin-bottom: 8px;
}

.bank-list-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bank-list-description {
    color: #868E96;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
}

.customer-step-info-label svg {
    display: flex;
    position: absolute;
    bottom: 1px;
    animation: rotate 1s linear infinite;
    right: auto;
    left: -27px;
    top: -2px;
}

.customer-step-info-label {
    position: relative;
}

.status-process p {
    color: #e17839!important;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.customer-step-info-input svg {
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 13px;
    display: none;
}

.customer-step-info-input {
    position: relative;
    display: flex;
    align-items: center;
}

.customer-step-info.correct svg {
    display: block;
}

.customer-step-info.wrong-data input {
    border: 1px solid #EB5757;
    background: #FEF2F2;
}

.customer-step-info-tax-id.wrong-data .customer-step-info-description-container-tax {
        background: #FEF2F2;
}

.info-svg-container, .info-svg-container-error {
    display: flex;
}

.customer-step-info.correct input {
    border: 1px solid #15B407;
    background: #F3FFF1;
}
.customer-step-info-description-container.error-message .customer-step-info-description-icon {
    height: 17px;
}
.customer-step-info-description-container.error-message {
    border-radius: 8px;
    background: #FEF2F2;
    align-items: center;
    display: none;
}

.customer-step-info-tax-id.correct .customer-step-info-description-container-tax {
    background: #F3FFF1;
}

.customer-step-info-description-container.error-message .customer-step-info-description {
    color: #18191A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.customer-step-info-upload-receipt {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px dashed #CACACA;
    background: #FFF;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.upload-title {
    color: #366897;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.upload-description {
    color: #343A40;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
}

.result-form-container {
    max-width: 411px;
    margin: 0 auto;
    min-height: 624px;
    display: flex;
    width: 571px;
    height: 624px;
    padding: 40px 80px 32px 80px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #E8EBF1;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 16px 48px 0px #F4F8FF;
    backdrop-filter: blur(50px);
}

.result-main-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.result-icon-container {
    margin-top: 56px;
    margin-bottom: 32px;
}

.result-description {
    margin-top: 16px;
    color: #495057;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.result-button {
    margin-top: auto;
}

.result-title {
    color: #020202;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

.submit-button-section .result-button {
    border-radius: 12px;
    background: #366897;
}
.trigger-info-tooltip {
    color: #366897;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: none;
}

.without-logo .step-main-form-heading-amount-container {
        margin: 0;
            margin-bottom: 0;
    justify-content: flex-start;
}

.without-logo .step-main-form-heading-amount-container h1 {
        margin: 0;
    line-height: 10px;
}

@media only screen and (max-width: 768px) {
    body {
        margin: 20px;
    }
    
    .bank-list-container {
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}


.bank-list-description {
    padding-right: 20px;
}

    .step-main-container {
        padding-top: 20px;
    }

    .step-info-section {
        display: none;
    }

    .step-main-form, .step-main-form-loader {
        width: 100%;
        min-height: 530px;
        padding: 20px;
    }

    .step-form-container {
        padding: 0;
    }

    .trigger-info-tooltip {
        display: block;
    }

    .step-info-section-container {
        padding-top: 40px;
    }

    /* Second Step */

    .step-main-form, .step-main-form-loader {
        padding-top: 40px;
    }

    .without-logo .step-main-form {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .step-info-section, .step-info-section-loader {
        padding: 0 50px;
        min-width: 40%;
    }

    /* Result */

    .result-form-container {
        width: 100%;
        min-height: 530px;
        padding: 20px 0;
    }

    .result-main-section {
        padding: 0 20px;
    }
}
/** Modal */
.modal {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    max-width: 330px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    padding: 0;
    border-radius: 12px;
    margin: 20px auto 0;
}
.modal-close-btn svg {
    width: 12px;
}

.modal-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    background: none;
    border: none;
}

/** Overlay */
.overlay {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.step-form-next-step {
    display: none;
}

/** JS */
.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.customer-step-info-description-container-success {
    border-radius: 4px;
    background: #266736ab;
    display: none;
    padding: 4px;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    margin-top: 4px;
}

#step-main-form .fields-section p {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E8EBF1;
    padding-bottom: 16px;
    font-weight: 400;
    margin: 0;
    color: #0B0C0F;
    font-size: 16px;
    font-style: normal;
    min-height: 22px;
}

.form-info-container .customer-step-info.correct .validation-success {
        opacity: 0.5;
            border: 1px solid #119405;
    background: #e3eee1;
}

.tax-validation-success {
    opacity: 0.5;
    pointer-events: none;
}

.step-main-form.is-loading form p, #time.is-loading {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    z-index: 1;
    position: relative;
}

 #time.is-loading {
     min-width: 33px;
     min-height: 24px;
 }

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.result-main-container-sucess, .result-main-container-error {
    display: none;
}

.step-main-form.is-loading h1 {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    z-index: 1;
    position: relative;
    min-height: 35px;
    min-width: 100px;
}

#page-loader-container .step-info-section-loader {
    background: transparent;
}

#page-loader-container {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    z-index: 1;
    position: relative;
}

#page-main-form {
    display: none;
    padding-top: 0;
}

.hidden {
    display: none!important;
}

.customer-step-info-tax-id, .customer-step-info-email, .customer-step-info-phone {
    display: none;
}


.step-info-section {
        align-items: center;
}

.step-info-section-container-qr {
    text-align: center;
}

.step-info-section-container-qr.step-info-section-container {
        padding: 0;
    background: none;
    border: none;
}

.step-info-section-container-qr .info-section-title {
        padding: 0;
    border: 0;
    color: white;
}

.info-section-qr-wrapper {
        width: 260px;
    height: 260px;
    background: white;
    border-radius: 16px;
    margin: 0 auto;
}

.qr-divider {
      display: flex;
  align-items: center;
  text-align: center;
  color: white;
  background-color: #366897;
  padding: 20px 0;
}

.qr-divider::before,
.qr-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid white;
  margin: 0 10px;
}

.step-info-section-container-qr .fields-section-next-step {
        border-bottom: 0;
    background: #FFFFFF;
    padding: 16px;
    border-radius: 12px;
}


.step-info-section-container-qr .fields-section-next-step .field-info-container {
    gap: 5px;
}

.qr-modal {
        background: #366897;
    padding-top: 30px;
}

.qr-modal .fields-section-next-step {
        margin: 0 5px;
    margin-bottom: 5px;
}

.qr-modal .field-label {
   text-align: left;
}

@media only screen and (max-width: 768px) {
 .without-logo-qr .step-main-form-container {
    flex-direction: column;
}   

 .without-logo-qr .step-info-section {
         display: flex
;
    width: auto;
    padding: 0;
    min-width: unset;
    border-radius: 16px;
 }
 
  .without-logo-qr .step-main-form {
      width: auto;
  }
  
  .without-logo-qr .step-info-section {
      padding: 0 20px;
  }
  
  .without-logo-qr .step-info-section {
          height: 548px;
  }
  
  .without-logo-qr .info-section-title {
          margin: 10px 0;
    font-size: 14px;
  }
  
  .without-logo-qr .qr-divider {
      padding: 10px 0;
  }
  
  .without-logo-qr .step-main-container {
      padding-top: 0;
  }
}

.fields-section-next-step-qr .field-label {
    text-align: left;
}

body {
  font-family: 'Nunito Sans';
  background-color: #f3f7fc;
  margin: 0;
  padding: 20px;
}

.payment-container {
  max-width: 500px;
  margin: auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.logo img {
  display: block;
  margin: 0 auto;
  max-width: 160px;
}

.payment-box {
  padding: 15px 24px;
  border-radius: 8px;
  text-align: center;
}

.payment-box h2 {
  font-size: 15px;
  color: black;
  margin: 0;
      padding: 14px 0;
          font-weight: 300;
}

.payment-box .payment-name-container h2 {
    padding: 0;
}

.payment-box h1 {
  font-size: 16px;
  color: black;
  margin: 10px 0;
      margin-top: 5px;
}

.code-label,
.amount-label {
  font-size: 14px;
  color: black;
  margin: 0;
}

#payment-id {
        color: white;
}

.code-label {
    color: white;
    font-size: 15px;
    font-weight: 300;
}

.payment-code {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin: 5px 0;
}

.amount {
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
}

.countdown {

  border-radius: 8px;
      display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #4A4A4A;
    padding: 10.5px;
        flex-direction: column;
    background: none;
    border: 2px solid #7DBF4C;
    margin: 0;
}

.countdown p {
    margin: 0;
    font-size: 14px;
}

.timer {
  font-size: 14px;
  font-weight: bold;
      display: flex
;
    gap: 5px;
    justify-content: center;
}

.deadline {
  font-size: 14px;
  color: #333;
}

.checkbox {
  display: block;
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
}

.checkbox a {
  color: white;
  text-decoration: none;
}

.instructions {
  text-align: left;
  margin-top: 20px;
}

.instructions h3 {
  font-size: 16px;
  margin-bottom: 10px;
      color: #4A4A4A;
}

.instructions ol {
  padding-left: 18px;
      color: #4A4A4A;
          margin-top: 10px;
}

.instructions li {
  margin-bottom: 2px;
  font-size: 12px;
}

.pay-button, #step-form-button-submit-save {
  display: block;
  width: 100%;
  margin-top: 20px;
      background: #7DBF4C;
    color: white;
  padding: 12px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.step-main-form {
    display:none;
}

.step-info-section {
    display: none;
}

.payment-name-code-container {
        background: #013F24;
    text-align: left;
    padding: 27px;
    border-radius: 10px;
        padding-right: 20px;
}

.pocket-address-input {
      margin: 0;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .payment-code {
  font-size: 16px;
}

.pocket-address-input svg {
    width: 20px;
}
}

.step-form-button-submit.active {
    background: #7DBF4C;
    cursor: pointer;
}

.transfer-form {
  background-color: #ffffff;
  max-width: 480px;
  margin: auto;
  padding: 0;
  border-radius: 8px;
}

.warning {
  color: red;
  font-size: 14px;
  margin-bottom: 15px;
}

.account-info {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #222;
}

.account-number {
  font-weight: normal;
  margin-left: 6px;
  color: #333;
}

.copy-icon {
  cursor: pointer;
  margin-left: 8px;
  font-size: 16px;
}

form label {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

form input[type="text"],
form input[type="number"] {
  width: 100%;
  padding: 10px 8px;
  font-size: 14px;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.note {
  font-size: 13px;
  color: #2d2d2d;
  margin-top: 15px;
  line-height: 1.4;
}

#step-form-next-step .payment-box {
    padding:0;
}

.client-name-container {
        display: flex
;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 768px) {
.client-name-container svg {
    width:20px;
}
}

.step-main-form-heading-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.copy-client-amount {
    margin-bottom:5px;
}

.result-form-container .result-button a {
        display: block;
    width: 100%;
    margin-top: 20px;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    background: #7DBF4C;
    cursor: pointer;
}

.step-form-button-submit {
    color: white;
        background: #7dbf4c94;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 10px;
    padding: 15px;
}

.logo {
        background: #266736;
    min-height: 55px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.logo img {
        margin: 0;
    max-height: 35px;
}

.amount-label {
    color: #4A4A4A!important;
    padding-top: 0!important;
        padding-bottom: 4px !important;
    font-size: 19px;
}

.step-main-form-heading-amount-container {
        margin-bottom: 0!important;
}

.step-main-form-heading-amount h1 {
        color: #4A4A4A!important;
    border-bottom: 0.5px solid #4A4A4A;
    padding-bottom: 5px;
    letter-spacing: -1px;
    margin: 0;
    font-size: 20px!important;
}

@media only screen and (max-width: 370px) {
    .without-logo {
            padding: 20px 10px;
    }
    
    .payment-box {
            padding: 14px 10px;
    }
}

#step-form-next-step .transfer-form {
        padding: 0 20px;
    padding-top: 20px;
}

#step-form-next-step .payment-box {
        padding: 0 20px;
}

#step-form-next-step .form-info-bottom {
    padding: 20px;
    padding-top: 0;
}

.top-payment-page-container {
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
