:root {
  --background-color: #19171C;
  --disabled-color: rgba(119, 122, 125, 0.40);
  --stroke: #282828;
  --public-form: #19171C;
  --black-white: #FFFFFF;
  --white-black: #060606;
  --tittle: #474648;
  --cta: #EA0083;
  --cta-rgb: 234, 0, 131;
  --textinput: #A3A2A4;
  --text-disabled-input: rgba(163, 162, 164, 0.40);
  --input-border: #777A7D;
  --acr-tittle-outlined: #888992;
  --select-hover: #777A7D;
}
