:root {
  --error: #E31B0C;
  --black: #212121;
  --secondary: #666666;
  --white: #FFFFFF;
  --grey: #fafafa;
  --bg-info: #e9f5fe;
  --text-info: #2196F3;
  --bg-warning: #fef5e9;
  --text-warning: #e3980c;
  --bg-error: #fee9e9;
  --text-error: #E31B0C;
  --dark-grey: #303030;
  --background-main: #ffffff;
  --header-bg-color: #303030;
  --header-bg-color-hover: #272727;
  --table-header-color: rgba(0, 0, 0, 0.6);
  --table-hover: rgba(0, 0, 0, 0.04);
  --text-color: #212121;
  --headline-color: #5E6469;
  --rbc-calendar-color: #373a3c;
  --section-color: #f5f5f5;
  --border-color: rgb(0 0 0 / 12%);
  --input-border-color: rgb(0 0 0 / 23%);
  --inverse-text-color: #212121;
  --calendar-out-off-range: #E6E6E6;
  --calendar-today: #eaf6ff;
  --bottom-save: #FFFFFF;
  --section-error: rgba(254, 202, 202, 1);
  --section-error-hover: rgba(248, 113, 113, 1);
  --header-active-color: #494949;
  --header-active-text-color: var(--white);

  --btn-group-border-color: rgb(0 0 0 / 12%);
  --btn-group-border-bottom-color: var(--primary-dark);
  --btn-group-hover: var(--button-outlined-hover);
  --btn-group-color: rgba(0, 0, 0, 0.6);
  --btn-group-active-color: var(--primary-dark);
  --btn-group-default: var(--white);
  --button-contained-color: #ffffff;
  --button-disabled: #646464;
  --progress: rgba(0, 0, 0, 0.1);
  --folder-icon: rgba(0, 0, 0, 0.5);

  --text-disabled: rgba(0, 0, 0, 0.38);
}
