:root {
  --primary-color: #ed7e1c;
  --primary-background: #f7f4f2;
  --secondary-background: #e5ead7;
  --light-background: #fff;
  --header-background: #d6c2b8;
  --button-background: #4f3422;
  --button-secondary-background: #4f3422;
  --button-disabled-background: #C0A091;
  --button-border: #120a04;
  --button-disabled-border: #4f3422;
  --active-element: #9bb168;
  --text-primary: #4f3422;
  --text-secondary: #736b66;
  --text-dark: #3f3c36;
  --text-light: #fff;
  --border-color: #d6c2b8;
  --border-color-faded: #c0a091;
  --shadow-color: #4b34250d;
  --shadow-color-strong: #00000040;
  --highlight-bg: #1e1e1e;
  --progress: #fff;
  --progress-track: #7d944d;
}

.pay-finish .btn-green {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.pay-finish .btn-green path {
	fill: var(--primary-color);
}