:root {
  --main: #0066FF; 
  --main-dark: #003380;
  --main-yellow: #FFEE32; 

  --bg-opacity-15: rgba(58, 141, 255, 0.15);
  

  --bg: #060213; 
  --settingsBg: #200d5e50;
  --linear-one: #0C013F;
  --linear-two: #002279;
  --bg-linear: linear-gradient(to right , var(--linear-one) , var(--linear-two));
  --container-main: #02041a; 
  --container-second: #03051d;
  --container-third: #0a0b2e;
  --container-third-shadow: #070820;
  --container-fourth: 	#1a143b;
    --container-fourth-shadow: 	#151031;

  --text-bold: #ffffff;
  --text-medium: #cfd9e6;
  --text-regular: 	#73717B;

  --icon-bold: #ffffff;
  --icon-regular: #8a99ae;

  --chat-time: #aab7c9;
  --chat-answered: #3A8DFF;

  --title: #ffffff;
  --text: #ffffff;
  --text2: #8a99ae;
  --white: #ffffff;
  --black: #000000;
  --element-bg: #1b232e;
  --line: #211A37;
  --line-low: #202730;
  --line-container: #3b4a5d;
  --int: "Inter", sans-serif;
  --roboto: "Roboto", sans-serif;

  --activity-fill: #3A8DFF;
  --activity-opacity: rgba(58, 141, 255, 0.20);

  --annotation-fill: #4C9AFF;
  --annotation-opacity: rgba(76, 154, 255, 0.20);

  --goal-fill: #2F80ED;
  --goal-opacity: rgba(47, 128, 237, 0.20);

  --meeting-fill: #00a86b;
  --meeting-opacity: rgba(0, 200, 131, 0.12);

  --success-opacity-15: rgba(0, 200, 131, 0.18);
  --error-opacity-15: rgba(255, 0, 0, 0.15);
  --pending-opacity-15: rgba(255, 166, 0, 0.15);

  --success: #00c883;
  --error: #ff4c4c;
  --pending: #ffaa33;

  --image-bg: url("/assets/img/bg.png");
}


body {
  background-image: url(/assets/img/dotsbg.svg);

}