File size: 1,674 Bytes
97415a1
 
 
33adc14
 
97415a1
33adc14
97415a1
 
 
33adc14
 
97415a1
 
 
 
 
 
33adc14
 
97415a1
 
 
 
 
 
33adc14
 
 
97415a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
a[href*='https://github.com/Chainlit/chainlit']
{
  visibility: hidden;
}

/* Hide the default avatar image */
.MuiAvatar-root img.MuiAvatar-img {
  display: none;
}

/* Target the container of the image and set a custom background image */
.MuiAvatar-root.MuiAvatar-circular.css-m2icte {
  background-image: url("/public/assets/images/avatars/ai-tutor.png"); /* Replace with your custom image URL */
  background-size: cover; /* Ensure the image covers the entire container */
  background-position: center; /* Center the image */
  width: 100px; /* Ensure the dimensions match the original */
  height: 100px; /* Ensure the dimensions match the original */
  border-radius: 50%; /* Maintain circular shape */
}
.MuiAvatar-root.MuiAvatar-circular.css-v72an7 {
  background-image: url("/public/assets/images/avatars/ai-tutor.png"); /* Replace with your custom image URL */
  background-size: cover; /* Ensure the image covers the entire container */
  background-position: center; /* Center the image */
  width: 40px; /* Ensure the dimensions match the original */
  height: 40px; /* Ensure the dimensions match the original */
  border-radius: 50%; /* Maintain circular shape */
}

.MuiStack-root.css-14k6mw7 img {
  content: url("/public/assets/images/avatars/ai-tutor.png"); /* Replace with the path to your custom image */
  max-height: 45px; /* Ensure the height remains consistent */
  max-width: 45px; /* Ensure the width remains consistent */
}

.MuiDialogContent-root.css-1ty026z {
  color: #000000;
}

.MuiDialogContent-root.css-1ty026z p {
  color: red;
}

.MuiDialogContent-root.css-1ty026z h6 {
  color: #000000;
}

.css-1cgea9 {
  display: none !important;
}