:root {
  --theme-primary: #00AD5C;
  --bs-primary: #00AD5C;
  --bs-primary-rgb: 0, 173, 92;
  --theme-success: #00AD5C;
  --theme-warning: #FBBC55;
  --theme-danger: #DF1B41;
  --theme-informative: #0570DE;
  --theme-placeholder: #C5CAD3;
  --theme-primary-50: #F6FEF9;
  --theme-primary-100: #EFFDF6;
  --theme-primary-200: #D9F9E6;
  --theme-primary-300: #B8F1D2;
  --theme-primary-400: #8EE4BA;
  --theme-primary-500: #6AD09D;
  --theme-primary-600: #00AD5C;
  --theme-primary-700: #2F9461;
  --theme-primary-800: #2F7657;
  --theme-primary-900: #1C553D;
  --theme-sky-50: #F2FAFC;
  --theme-sky-100: #D8F2F9;
  --theme-sky-200: #A9DEEB;
  --theme-sky-300: #7DD1E5;
  --theme-sky-400: #52C4E0;
  --theme-sky-500: #1CB4D9;
  --theme-sky-600: #0AA5CA;
  --theme-sky-700: #008CAD;
  --theme-sky-800: #00708F;
  --theme-sky-900: #00485C;
  --theme-neutral-50: #F8FAFD;
  --theme-neutral-100: #F3F5F7;
  --theme-neutral-200: #EFF2F7;
  --theme-neutral-300: #DDE3E8;
  --theme-neutral-400: #C5CAD3;
  --theme-neutral-500: #AAB3C0;
  --theme-neutral-600: #8491A3;
  --theme-neutral-700: #6B7485;
  --theme-neutral-800: #4C4E61;
  --theme-neutral-900: #30313D;
  --theme-neutral-1000: #1D1D1F;
  --theme-negative-100: #FDE9E9;
  --theme-negative-200: #FDE9E9;
  --theme-negative-300: #F7A1A1;
  --theme-negative-400: #EB5E5E;
  --theme-negative-500: #DF1B41;
  --theme-negative-600: #C83131;
  --theme-negative-700: #B02B2B;
  --theme-negative-800: #9D2828;
  --theme-negative-900: #631C1C;
  --theme-success-100: #EFFDF6;
  --theme-success-200: #D9F9E6;
  --theme-success-300: #B8F1D2;
  --theme-success-400: #8EE4BA;
  --theme-success-500: #6AD09D;
  --theme-success-600: #00AD5C;
  --theme-success-700: #2F9461;
  --theme-success-800: #2F7657;
  --theme-success-900: #1C553D;
  --theme-warning-100: #FEFAF5;
  --theme-warning-200: #FBF2CB;
  --theme-warning-300: #FDE57E;
  --theme-warning-400: #FFD16A;
  --theme-warning-500: #FBBC55;
  --theme-warning-600: #E9A23B;
  --theme-warning-700: #E89D31;
  --theme-warning-800: #945300;
  --theme-warning-900: #572A00;
  --theme-informative-50: #E6F1FC;
  --theme-informative-100: #CDE2F8;
  --theme-informative-200: #9BC6F2;
  --theme-informative-300: #69A9EB;
  --theme-informative-400: #378DE5;
  --theme-informative-500: #0570DE;
  --theme-informative-600: #005CCA;
  --theme-informative-700: #0048B6;
  --theme-informative-800: #003D98;
  --theme-informative-900: #001F7A;
  --theme-border: #DDE3E8;
  --theme-text: #30313D;
  --theme-base: white;
  --theme-white: white;
  --theme-black: back;
  --theme-link: #00AD5C;
  --bs-link-color: #00AD5C;
  --bs-link-color-rgb: 0,173,92;
  --bs-link-hover-color-rgb: 0,173,92;
  --bs-body-bg: white;
  --bs-body-color: #30313D;
  --bs-tertiary-bg: white;
  --bs-border-color: #DDE3E8;
}

.form-control::-moz-placeholder {
  color: #C5CAD3 !important;
  opacity: 1 !important;
}

.form-control::placeholder {
  color: #C5CAD3 !important;
  opacity: 1 !important;
}

.dropdown-menu {
  --bs-dropdown-header-color: #AAB3C0;
  --bs-dropdown-link-color: #4C4E61;
  --bs-dropdown-link-active-bg: #F3F5F7;
  --bs-dropdown-link-hover-bg: #F3F5F7;
  --bs-dropdown-link-hover-color: #4C4E61;
  --bs-dropdown-link-active-color: #4C4E61;
}

.nav-tabs {
  --bs-nav-tabs-link-bg-color: #F3F5F7;
  --bs-nav-tabs-link-border-color: #DDE3E8;
  --bs-nav-tabs-link-color: #6B7485;
  --bs-nav-tabs-link-active-border-color: #00AD5C;
  --bs-nav-tabs-link-disabled-color: #F3F5F7;
  --bs-nav-tabs-link-active-color: #6AD09D;
}

.pagination {
  --bs-pagination-color: #6B7485;
  --bs-pagination-border-color: transparent;
  --bs-pagination-active-bg: transparent;
  --bs-pagination-active-color: #30313D;
  --bs-pagination-active-border-color: #DDE3E8;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-color: #DDE3E8;
  --bs-pagination-focus-box-shadow: none;
}

.table {
  --bs-table-color: #30313D;
  --bs-table-bg: white;
  --bs-table-striped-bg: #F3F5F7;
}

.alert-info {
  --bs-alert-color: #0570DE;
  --bs-alert-bg: #E6F1FC;
  --bs-alert-border-color: #9BC6F2;
}