{
  /* Listed below are the mandatory fields to change the colors of the value input screen */
  "insertValueHeader": {
    "buttonBackColor": "#eb4034" /* ok */
  },
  "insertValueInput": {
    "labelColor": "#fffb1f", /* ok */
    "currencyColor": "#bab718", /* ok */
    "inputValueColor": "#75730f" /* ok */
  },
  "insertValueButtonNext": {
    "color": "#4f34eb", /* ok */
    "colorDisabled": "#34ebeb" /* ok */
  },

  /* Listed below are the mandatory fields to change the colors of the payment method selection screen */
  "selectPaymentTypeHeader": {
    "buttonBackColor": "#eb4034", /* ok */
    "buttonHelpColor": "#36f022",/* ok */
    "buttonTextColor": "#374df0" /* ok */
  },
  "selectPaymentTypeTextAmount": {
    "colorText": "#f3f57a" /* ok */
  },
  "selectPaymentTypeAmount": {
    "colorText": "#5aaafa" /* ok */
  },
  "selectPaymentTypeTextAmountIconAmount": {
    "color": "#1642f2" /* ok */
  },
  "selectPaymentTypeTitleOptions": {
    "colorText": "#df09eb" /* ok */
  },
  "selectPaymentItemTitleInstallments": {
    "colorText": "#07f7eb" /* ok */
  },
  "selectPaymentItemTitleInstallmentsIcon": {
    "color": "#0777f7" /* ok */
  },
  "selectPaymentItemTitleInstallmentsOpen": {
    "color": "#beb6fa" /* ok */
  },
  "selectPaymentItemTitleInstallmentsValues": {
    "colorText": "#e413e8" /* ok */
  },
  "selectPaymentTypeButtonPayment": {
    "color": "#e8139a", /* ok */
    "colorDisabled": "#c91023" /* ok */
  },
  "selectPaymentTypeParcelOptions": {
    "titleBottomSheetColor": "#fcba03",
    "itemsTextColor": "#fcba03",
    "itemSelectedColor": "#1cfc03",
    "buttonColor": "#e615e2",
    "buttonDisabledColor": "#1cfc03",
    "closeIconColor": "#1cfc03"
  },
  "selectPaymentTypeOptionsItem": {
    "borderColor": "#fcba03", /* ok */
    "borderSelectedColor": "#1cfc03", /* ok */
    "itemTextColor": "#fcba03", /* ok */
    "itemTextSelectedColor": "#1cfc03", /* ok */
    "itemRadioColor": "#fcba03", /* ok */
    "itemRadioSelectedColor": "#1cfc03" /* ok */
  }
}