:root {
  --primary-color: #0084bd;
  --primary-color-rgb: 49, 115, 221;
  --secondary-color: #FECE58;
  --secondary-color-rgb: 254, 206, 88;
  --tertiary-color: #e615af;
  --active-color: #ffffff;
  --bg-color: #0084bd;
  --tertiary-color-rgb: rgb(208, 106, 23);
  color: rgb(108, 95, 252);
}

.hide{
  display: none !important;
}