| 
									
										
										
										
											2025-09-23 17:25:52 +02:00
										 |  |  | @use '../../src/styles/variables'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-09-02 14:16:41 +02:00
										 |  |  | :host { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-direction: row; | 
					
						
							|  |  |  |   justify-content: flex-end; | 
					
						
							|  |  |  |   align-items: center; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   align-content: space-between; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .bot-talks-container { | 
					
						
							|  |  |  |     display: flex; | 
					
						
							|  |  |  |     flex-direction: row; | 
					
						
							|  |  |  |     align-items: center; | 
					
						
							| 
									
										
										
										
											2025-09-15 17:46:00 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-09-24 11:40:51 +02:00
										 |  |  |     .ref-container { | 
					
						
							|  |  |  |       margin-top: 8px; | 
					
						
							| 
									
										
										
										
											2025-09-15 17:46:00 +02:00
										 |  |  |       display: flex; | 
					
						
							|  |  |  |       flex-direction: row; | 
					
						
							|  |  |  |       align-items: center; | 
					
						
							|  |  |  |       gap: 5px; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       .label { | 
					
						
							|  |  |  |         font-weight: 600; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       .ref { | 
					
						
							|  |  |  |         display: flex; | 
					
						
							|  |  |  |         padding: 6px 10px 8px 10px; | 
					
						
							|  |  |  |         align-items: center; | 
					
						
							|  |  |  |         gap: 5px; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-09-23 18:30:15 +02:00
										 |  |  |         border-radius: 8px; | 
					
						
							|  |  |  |         background: #E5DCFE; | 
					
						
							| 
									
										
										
										
											2025-09-15 17:46:00 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2025-09-15 18:08:52 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .document-container { | 
					
						
							|  |  |  |     margin-top: 16px; | 
					
						
							| 
									
										
										
										
											2025-09-23 18:30:15 +02:00
										 |  |  |     margin-bottom: 32px; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     .title { | 
					
						
							|  |  |  |       margin-bottom: 8px; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     app-copy { | 
					
						
							|  |  |  |       margin-left: 12px; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     a { | 
					
						
							|  |  |  |       color: #000; | 
					
						
							|  |  |  |       text-decoration: none; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2025-09-02 14:16:41 +02:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-09-23 17:25:52 +02:00
										 |  |  |   .bot-talks-bubble { | 
					
						
							| 
									
										
										
										
											2025-09-02 14:16:41 +02:00
										 |  |  |     padding: 16px; | 
					
						
							|  |  |  |     border-radius: 8px; | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  |     background: #E5DCFE; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     color: #1B1D27; | 
					
						
							|  |  |  |     font-family: Barlow; | 
					
						
							| 
									
										
										
										
											2025-09-23 18:30:15 +02:00
										 |  |  |     font-size: 16px; | 
					
						
							| 
									
										
										
										
											2025-09-02 14:16:41 +02:00
										 |  |  |     font-style: normal; | 
					
						
							|  |  |  |     font-weight: 400; | 
					
						
							|  |  |  |     line-height: 16px; /* 114.286% */ | 
					
						
							|  |  |  |     margin-right: 10px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-09-23 18:30:15 +02:00
										 |  |  |   .avatar-container { | 
					
						
							| 
									
										
										
										
											2025-09-24 11:06:25 +02:00
										 |  |  |     //background: white;
 | 
					
						
							| 
									
										
										
										
											2025-09-23 18:30:15 +02:00
										 |  |  |     padding: 12px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-09-02 14:16:41 +02:00
										 |  |  |   .avatar { | 
					
						
							| 
									
										
										
										
											2025-09-23 18:30:15 +02:00
										 |  |  |     background: transparent url('../../public/chatbot.png') center center no-repeat; | 
					
						
							| 
									
										
										
										
											2025-09-02 14:16:41 +02:00
										 |  |  |     background-size: contain; | 
					
						
							|  |  |  |     width: 32px; | 
					
						
							|  |  |  |     height: 32px; | 
					
						
							|  |  |  |     border-radius: 8px; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2025-09-15 17:46:00 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |   app-copy button.copy { | 
					
						
							|  |  |  |     background: transparent !important; | 
					
						
							|  |  |  |     border: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2025-09-02 14:16:41 +02:00
										 |  |  | } |