:root .neo-theme-light {
  --button-background-color: #fff;
  --button-background-color-active: #ddd;
  --button-background-color-disabled: #fff;
  --button-background-color-hover: #fff;
  --button-background-image: none;
  --button-background-gradient-end: #323536;
  --button-background-gradient-start: #434749;
  --button-badge-background-color: #1c60a0;
  --button-badge-color: #fff;
  --button-badge-margin-left: -10px;
  --button-badge-margin-top: -10px;
  --button-border: 1px solid #ddd;
  --button-border-active: 1px solid #1c60a0;
  --button-border-disabled: 1px solid #ddd;
  --button-border-hover: 1px solid #1c60a0;
  --button-border-pressed: 1px solid #1c60a0;
  --button-border-radius: 3px;
  --button-glyph-color: #1c60a0;
  --button-glyph-color-active: #1c60a0;
  --button-glyph-color-disabled: #1c60a0;
  --button-glyph-color-hover: #1c60a0;
  --button-glyph-margin: 1px 6px 0 0;
  --button-height: initial;
  --button-margin: 2px;
  --button-opacity-disabled: var(--neo-disabled-opacity);
  --button-outline-active: none;
  --button-padding: 5px 12px 5px 12px;
  --button-ripple-background-color: rgb(197.9787234043, 222.2127659574, 245.0212765957);
  --button-text-color: #1c60a0;
  --button-text-color-active: #1c60a0;
  --button-text-color-disabled: #1c60a0;
  --button-text-color-hover: #1c60a0;
  --button-text-font-family: var(--neo-font-family);
  --button-text-font-size: 11px;
  --button-text-font-weight: 600;
  --button-text-line-height: 11px;
  --button-text-transform: uppercase;
  --button-use-gradients: false;
  --button-ghost-background-color: var(--button-text-color);
  --button-ghost-background-color-active: #ddd;
  --button-ghost-background-color-disabled: inherit;
  --button-ghost-background-color-hover: var(--button-text-color);
  --button-ghost-background-image: none;
  --button-ghost-badge-background-color: var(--button-badge-color);
  --button-ghost-badge-color: var(--button-badge-background-color);
  --button-ghost-border: 1px solid var(--button-background-color);
  --button-ghost-border-active: 1px solid #ddd;
  --button-ghost-border-disabled: inherit;
  --button-ghost-border-hover: 1px solid #1c60a0;
  --button-ghost-border-pressed: 1px solid #1c60a0;
  --button-ghost-glyph-color: var(--button-background-color);
  --button-ghost-glyph-color-active: var(--button-background-color);
  --button-ghost-glyph-color-disabled: inherit;
  --button-ghost-glyph-color-hover: var(--button-background-color);
  --button-ghost-opacity-disabled: var(--neo-disabled-opacity);
  --button-ghost-ripple-background-color: inherit;
  --button-ghost-text-color: var(--button-background-color);
  --button-ghost-text-color-active: var(--button-background-color);
  --button-ghost-text-color-disabled: inherit;
  --button-ghost-text-color-hover: var(--button-background-color);
  --button-secondary-background-color: var(--button-text-color);
  --button-secondary-background-color-active: #ddd;
  --button-secondary-background-color-disabled: inherit;
  --button-secondary-background-color-hover: var(--button-text-color);
  --button-secondary-background-image: none;
  --button-secondary-badge-background-color: var(--button-badge-color);
  --button-secondary-badge-color: var(--button-badge-background-color);
  --button-secondary-border: 1px solid var(--button-background-color);
  --button-secondary-border-active: 1px solid #ddd;
  --button-secondary-border-disabled: inherit;
  --button-secondary-border-hover: 1px solid #1c60a0;
  --button-secondary-border-pressed: 1px solid #1c60a0;
  --button-secondary-glyph-color: var(--button-background-color);
  --button-secondary-glyph-color-active: var(--button-background-color);
  --button-secondary-glyph-color-disabled: inherit;
  --button-secondary-glyph-color-hover: var(--button-background-color);
  --button-secondary-opacity-disabled: var(--neo-disabled-opacity);
  --button-secondary-ripple-background-color: inherit;
  --button-secondary-text-color: var(--button-background-color);
  --button-secondary-text-color-active: var(--button-background-color);
  --button-secondary-text-color-disabled: inherit;
  --button-secondary-text-color-hover: var(--button-background-color);
  --button-tertiary-background-color: transparent;
  --button-tertiary-background-color-active: #ddd;
  --button-tertiary-background-color-disabled: inherit;
  --button-tertiary-background-color-hover: var(--button-background-color-hover);
  --button-tertiary-background-image: none;
  --button-tertiary-badge-background-color: var(--button-badge-background-color);
  --button-tertiary-badge-color: var(--button-badge-color);
  --button-tertiary-border: 1px solid transparent;
  --button-tertiary-border-active: 1px solid #ddd;
  --button-tertiary-border-disabled: inherit;
  --button-tertiary-border-hover: 1px solid #1c60a0;
  --button-tertiary-border-pressed: 1px solid #1c60a0;
  --button-tertiary-glyph-color: var(--button-glyph-color);
  --button-tertiary-glyph-color-active: var(--button-glyph-color);
  --button-tertiary-glyph-color-disabled: inherit;
  --button-tertiary-glyph-color-hover: var(--button-glyph-color);
  --button-tertiary-opacity-disabled: var(--neo-disabled-opacity);
  --button-tertiary-ripple-background-color: inherit;
  --button-tertiary-text-color: var(--button-text-color);
  --button-tertiary-text-color-active: var(--button-text-color);
  --button-tertiary-text-color-disabled: inherit;
  --button-tertiary-text-color-hover: var(--button-text-color);
}

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