:root {
  --main: #d60052;
  --main-yellow: #FFEE32;

  --bg-opacity-15: #d6005226;

  --bg: #202020;
  --container-main: #292929;
  --container-second: #333533;
  --container-third: #414141;
  --container-fourth: #4d4d4d;

  --text-bold: #fff;
  --text-medium: #D6D6D6;
  --text-regular: #787878;
  --text-thin: #5c5c5c;

  --icon-bold: #fff;
  --icon-regular: #787878;

  --chat-time: #8792a3;
  --chat-answered: #f8a53f;

  --title: #fff;
  --text: #fff;
  --text2: #787878;
  --white: #fff;
  --black: #000;
  --element-bg: #2e2e2e;
  --line: #414241;
  --line-low: #3d3d3d;
  --line-container: #5a5a5a;
  --int: "Inter", sans-serif;
  --roboto: "Roboto", sans-serif;


  --activity-fill: #FFEE32;
  --activity-opacity: rgba(255, 238, 50, 0.20);

  --annotation-fill: #F79824;
  --annotation-opacity: rgba(247, 152, 36, 0.20);

  --goal-fill: #0066FF;
  --goal-opacity: rgba(3, 155, 229, 0.20);

  --meeting-fill: #008b2e;
  --meeting-opacity: #00ce451f;

  --success-opacity-15: #009c342d;
  --error-opacity-15: rgba(255, 0, 0, 0.151);
  --pending-opacity-15: rgba(255, 166, 0, 0.151);

  --success: #008b2e;
  --error: #d80000;
  --pending: #F79824;


  --bg-chat: url("/assets/img/chatBg.png")

}


body {
  background-image: url(/assets/img/dotsbg.svg);

}