:root {
    --main-payment-page-description: none;
    --main-logo-width: 60%;
    --main-logo-height: 80px;
    --main-amount-margine-top: 24px;
    --main-amount-items-margine-top: 16px;
    --main-block-border-radius: 12px;
    --main-payment-type-border-radius-first: 11px 0 0 11px;
    --main-payment-type-border-radius-second: 0 11px 11px 0;
    --main-amount-item-font-size: 16px;
    --main-block-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    --main-amount-wrapper-margin-top: 16px;
    --main-amount-wrapper-border-radius: 12px;
    --main-amount-wrapper-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    --main-amount-item-active-background-color: #03438F;
    --main-card-wrapper-padding-top: 24px;
    --main-pay-button-font-color: #ffffff;
    --main-button-color: #03438F;
    --main-bill-background-color: #004A80;
    --main-button-inactive-color: #F2C77A;
    --main-payment-type-font-color: white;
    --main-payment-type-unactive-font-color: #03438F;
    --main-spinner-border-color: rgba(0, 74, 128, 1) rgba(0, 74, 128, 1) transparent;
    --main-card-input-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    --main-expiry-cvc-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    --main-bill-button-color: rgba(29, 160, 241, 1);
    --main-bill-font-color: #ffffff;
    --main-pan-wrapper-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
}

.header {
  display: none;
}
.payment-type {
  display: none !important;
}
.payment-page-wrapper {
  width: 700px;
}

#app {
  width: 100%;
  display: flex;
  justify-content: center;
}
