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

  --bg-opacity-15: #f7982425;

  --bg: #e9edf2; 
  --container-main: #dbe1e7; 
  --container-second: #c3ccd5; 
  --container-third: #a9b4c0; 
  --container-fourth: #7c8ca0;

  --text-bold: #0f172a;            /* preto azulado */
  --text-medium: #1e293b;
  --text-regular: #728094;
  --text-thin: #64748b;

  --icon-bold: #1e293b;
  --icon-regular: #64748b;

  --chat-time: #64748b;
  --chat-answered: #f8a53f;

  --title: #0f172a;
  --text: #0f172a;
  --text2: #64748b;
  --white: #f8fafc;
  --black: #0f172a;

  --element-bg: #c9d0da;
  --line: #bac4ce;
  --line-low: #cad3dd;
  --line-container: #a4acb6;

  --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: rgba(0, 156, 52, 0.15);
  --error-opacity-15: rgba(255, 0, 0, 0.15);
  --pending-opacity-15: rgba(255, 166, 0, 0.15);

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

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

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

}