@botfabrik/engine-webclient 4.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +169 -0
- package/dist/client/asset-manifest.json +22 -0
- package/dist/client/bot.png +0 -0
- package/dist/client/bot.svg +1 -0
- package/dist/client/custom.css +4 -0
- package/dist/client/favicon.ico +0 -0
- package/dist/client/index.html +1 -0
- package/dist/client/logo192.png +0 -0
- package/dist/client/logo512.png +0 -0
- package/dist/client/manifest.json +25 -0
- package/dist/client/play-button.png +0 -0
- package/dist/client/precache-manifest.18268e8ddbe40ae5d8e91a4a76774701.js +26 -0
- package/dist/client/robots.txt +3 -0
- package/dist/client/service-worker.js +39 -0
- package/dist/client/static/css/main.9f09e476.chunk.css +2 -0
- package/dist/client/static/css/main.9f09e476.chunk.css.map +1 -0
- package/dist/client/static/js/2.94d39000.chunk.js +3 -0
- package/dist/client/static/js/2.94d39000.chunk.js.LICENSE.txt +103 -0
- package/dist/client/static/js/2.94d39000.chunk.js.map +1 -0
- package/dist/client/static/js/main.1f8d6c7f.chunk.js +2 -0
- package/dist/client/static/js/main.1f8d6c7f.chunk.js.map +1 -0
- package/dist/client/static/js/runtime-main.f63e6028.js +2 -0
- package/dist/client/static/js/runtime-main.f63e6028.js.map +1 -0
- package/dist/client/visitor.png +0 -0
- package/dist/client/visitor.svg +1 -0
- package/dist/createSessionInfo.d.ts +5 -0
- package/dist/createSessionInfo.js +36 -0
- package/dist/createSessionInfo.js.map +1 -0
- package/dist/createSessionInfo.test.d.ts +1 -0
- package/dist/createSessionInfo.test.js +88 -0
- package/dist/createSessionInfo.test.js.map +1 -0
- package/dist/extractIP.d.ts +2 -0
- package/dist/extractIP.js +11 -0
- package/dist/extractIP.js.map +1 -0
- package/dist/extractIP.test.d.ts +1 -0
- package/dist/extractIP.test.js +38 -0
- package/dist/extractIP.test.js.map +1 -0
- package/dist/extractLocale.d.ts +2 -0
- package/dist/extractLocale.js +20 -0
- package/dist/extractLocale.js.map +1 -0
- package/dist/extractLocale.test.d.ts +1 -0
- package/dist/extractLocale.test.js +22 -0
- package/dist/extractLocale.test.js.map +1 -0
- package/dist/getSupportedClientLocale.d.ts +2 -0
- package/dist/getSupportedClientLocale.js +19 -0
- package/dist/getSupportedClientLocale.js.map +1 -0
- package/dist/getSupportedClientLocale.test.d.ts +1 -0
- package/dist/getSupportedClientLocale.test.js +20 -0
- package/dist/getSupportedClientLocale.test.js.map +1 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +105 -0
- package/dist/index.js.map +1 -0
- package/dist/index.test.d.ts +1 -0
- package/dist/index.test.js +16 -0
- package/dist/index.test.js.map +1 -0
- package/dist/loadPreviousConversation.d.ts +3 -0
- package/dist/loadPreviousConversation.js +27 -0
- package/dist/loadPreviousConversation.js.map +1 -0
- package/dist/middleware/index.d.ts +3 -0
- package/dist/middleware/index.js +32 -0
- package/dist/middleware/index.js.map +1 -0
- package/dist/requestSessionData.d.ts +10 -0
- package/dist/requestSessionData.js +40 -0
- package/dist/requestSessionData.js.map +1 -0
- package/dist/requestSessionData.test.d.ts +1 -0
- package/dist/requestSessionData.test.js +83 -0
- package/dist/requestSessionData.test.js.map +1 -0
- package/dist/speechToText.d.ts +7 -0
- package/dist/speechToText.js +46 -0
- package/dist/speechToText.js.map +1 -0
- package/dist/types.d.ts +7 -0
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -0
- package/dist/views/index.d.ts +2 -0
- package/dist/views/index.js +102 -0
- package/dist/views/index.js.map +1 -0
- package/package.json +36 -0
package/README.md
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# Webclient
|
|
2
|
+
|
|
3
|
+
Der Webclient kann Anfragen via Webbrowser entgegennehmen und darauf antworten.
|
|
4
|
+
|
|
5
|
+
## Name
|
|
6
|
+
|
|
7
|
+
Der Name des Clients ist zugleich die Adresse unter welcher er deployed wird.
|
|
8
|
+
|
|
9
|
+
Beispiel:
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
bot.addClient(Webclient('sanagate-webclient', webclientProps));
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Der Webclient wird auf http://meinserver.ch/sanagate-webclient deployed.
|
|
16
|
+
|
|
17
|
+
## Properties
|
|
18
|
+
|
|
19
|
+
Nachfolgende Properties können dem Client mitgegeben werden:
|
|
20
|
+
|
|
21
|
+
### getStartedAction (optional)
|
|
22
|
+
|
|
23
|
+
Action die ausgeführt wird, wenn der Client das erste mal aufgerufen wird.
|
|
24
|
+
|
|
25
|
+
### requestUserInfos (optional)
|
|
26
|
+
|
|
27
|
+
Diese Funktion wird beim Erzeugen eines neuen Session Records aufgerufen. Man hat damit die Möglichkeit, die Session Daten unter `session.getSessionInfo().user` projektspezifisch anzupassen.
|
|
28
|
+
|
|
29
|
+
Die Funktion erhält als Parameter sämtliche Querystrings in Form eines JSON Objektes. Als Resultat wird wiederum ein JSON Objekt erwartet. Alle Werte unter `session.getSessionInfo().user` werden damit überschrieben.
|
|
30
|
+
|
|
31
|
+
Beispiel:
|
|
32
|
+
|
|
33
|
+
```
|
|
34
|
+
export default async (querystrings: any): Promise<any> => {
|
|
35
|
+
const accessToken = querystrings.accessToken;
|
|
36
|
+
const userProfile: UserProfile = await fetchUserProfile(accessToken);
|
|
37
|
+
|
|
38
|
+
return {
|
|
39
|
+
id: userProfile.username + '@' + userProfile.domain,
|
|
40
|
+
displayName: userProfile.firstName + ' ' + userProfile.lastName,
|
|
41
|
+
payload: userProfile
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### requestSessionRecordQuery (optional)
|
|
47
|
+
|
|
48
|
+
Diese Funktion wird aufgerufen, wenn sich der Webclient via Websocket verbindet. Sie erlaubt, das zuordnen des Session Records projektspezifisch zu steuern.
|
|
49
|
+
|
|
50
|
+
UseCase:
|
|
51
|
+
Der Webclient ist in einer Webseite integriert, an der sich die Benutzer anmelden müssen (z.B. mittels OAuth). Das Access Token wird dem Webclient via Query Parameter mitgegeben. In der Funktion `requestSessionRecordQuery` suchen wir nun anhand des Access Tokens den angemeldeten Benutzer und suchen anhand des Benutzernamens seinen Session Record in der DB. Dadurch können wir dem Benutzer, unabhängig vom Gerät an dem er sich anmeldet, den Chatverlauf anzeigen.
|
|
52
|
+
|
|
53
|
+
Beispiel:
|
|
54
|
+
|
|
55
|
+
```
|
|
56
|
+
export default async (querystrings: any): Promise<any> => {
|
|
57
|
+
const accessToken = querystrings.accessToken;
|
|
58
|
+
const userProfile: UserProfile = await fetchUserProfile(accessToken);
|
|
59
|
+
|
|
60
|
+
return {
|
|
61
|
+
'sessionInfo.user.id': userProfile.username + '@' + userProfile.domain
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### speech (optional)
|
|
67
|
+
|
|
68
|
+
Aktiviert die Sprachsteuerung
|
|
69
|
+
|
|
70
|
+
Folgende Parameter müssen mitgegeben werden:
|
|
71
|
+
|
|
72
|
+
- clientEmail
|
|
73
|
+
- privateKey
|
|
74
|
+
|
|
75
|
+
Folgende Parameter sind optional:
|
|
76
|
+
|
|
77
|
+
- contextPhrases: Hier können Wörter und Sätze angegeben werden, welche in diesem Kontext häufig verwendet werden. So kann z.B. sichergestellt werden, dass bei der Umwandlung von Sprache zu Text "Botfabrik" und nicht "Brotfabrik" rauskommt. Texte können pro Locale erfasst werden.
|
|
78
|
+
|
|
79
|
+
Beispiel:
|
|
80
|
+
|
|
81
|
+
```
|
|
82
|
+
const webclientProps = {
|
|
83
|
+
getStartedAction: requestNLUEvent('WELCOME'),
|
|
84
|
+
speech: process.env.GOOGLE_CLOUD_SPEECH_PRIVATE_KEY
|
|
85
|
+
? {
|
|
86
|
+
clientEmail: process.env.GOOGLE_CLOUD_SPEECH_CLIENT_EMAIL || '',
|
|
87
|
+
privateKey: process.env.GOOGLE_CLOUD_SPEECH_PRIVATE_KEY || '',
|
|
88
|
+
contextPhrases: {
|
|
89
|
+
de: [
|
|
90
|
+
'Bot',
|
|
91
|
+
'Was ist die Botfabrik?',
|
|
92
|
+
'Botfabrik'
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
: undefined
|
|
97
|
+
};
|
|
98
|
+
bot.addClient(Webclient('webclient', webclientProps));
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
### expandChatWindowAtStart (optional)
|
|
102
|
+
|
|
103
|
+
Mit diesem Property kann gesteuert werden, ob das Chatfenster beim Aufruf der Webseite automatisch geöffnet werden soll. Standardmässig ist das Fenster geschlossen.
|
|
104
|
+
|
|
105
|
+
Beispiel:
|
|
106
|
+
|
|
107
|
+
```
|
|
108
|
+
const webclientProps = {
|
|
109
|
+
getStartedAction: requestNLUEvent('Welcome'),
|
|
110
|
+
expandChatWindowAtStart: true,
|
|
111
|
+
};
|
|
112
|
+
bot.addClient(Webclient('webclient', webclientProps));
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
## Beispiel
|
|
116
|
+
|
|
117
|
+
```
|
|
118
|
+
import { requestNLUEvent } from '@botfabrik/engine-core';
|
|
119
|
+
|
|
120
|
+
const webclientProps = {
|
|
121
|
+
getStartedAction: requestNLUEvent('WELCOME')
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
bot.addClient(Webclient('webclient', webclientProps));
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
## Anpassungen am Aussehen
|
|
128
|
+
|
|
129
|
+
Das Aussehen des Webclients kann pro Projekt angepasst werden. Dazu kann eine eigene CSS Datei namens 'custom.css' im
|
|
130
|
+
Verzeichnis 'public/\${name-meines-webclients}/' abgelegt werden. Auf gleiche Art und Weise können auch die Avatare
|
|
131
|
+
(visitor.svg und bot.svg) angepasst werden.
|
|
132
|
+
|
|
133
|
+
## Einbinden auf einer Webseite
|
|
134
|
+
|
|
135
|
+
Unter der Chatbot-Route unter "/embed/ des Servers (z.B. `http://localhost:3000/chatbot/embed`) läuft einen Beispielseite wie der Chatbot eingebetet werden kann. Dort gibt es ebenfalls einen Button, mit welchem das benötigte Snippet angezeigt werden kann. Das Aussehen kann im File `/public/webclient/embed/custom.css` jegliches CSS überschreiben (siehe [Beispiel](src/embed/custom.css)).
|
|
136
|
+
|
|
137
|
+
## Strategie zur Speicherung des Chatverlaufs
|
|
138
|
+
|
|
139
|
+
Sämtliche Actions, die die Botengine ausführt, werden in der Datenbank gespeichert. Damit kann jeder beliebige Chatverlauf zu einem späteren Zeitpunkt wiederhergestellt werden.
|
|
140
|
+
|
|
141
|
+
Verbindet sich der Webclient mit dem Backend, so wird der Chatverlauf von der DB gelesen und an den Client übermittelt.
|
|
142
|
+
|
|
143
|
+
## Webclient lokal entwickeln
|
|
144
|
+
|
|
145
|
+
### Nur Client-Teil mit Hot-Reloading
|
|
146
|
+
|
|
147
|
+
Um den Client-Teil des Webclients mit Hot-Reloading lokal zu entwickeln, kannst du wie folgt vorgehen:
|
|
148
|
+
|
|
149
|
+
1. Das Chatbot-Projekt starten, welches die Chatbot-Engine verwendet.
|
|
150
|
+
1. In [socketMiddleware.js](src/client/store/socketMiddleware.js) in `io('/bf-webclient?' + action.querystrings);` die absolute URL des gestarteten Chatbot-Projekts hinzufügen. Z.B. `io('http://localhost:3333/bf-webclient?' + action.querystrings);`
|
|
151
|
+
1. In der Root der Chatbot-Engine `npm i && npm run bootstrap` ausführen
|
|
152
|
+
1. In die Root des Webclient-Packages in der Engine wechseln und dort `npm start` ausführen.
|
|
153
|
+
1. Im Browser <http://localhost:8080/dist/client/> öffnen
|
|
154
|
+
|
|
155
|
+
### Client- und Server-Teil des Webclients
|
|
156
|
+
|
|
157
|
+
Um den Server- und Client-Teil des Webclients lokal zu entwickeln (leider ohne Hot-Reloading), kannst du wie folgt vorgehen:
|
|
158
|
+
|
|
159
|
+
1. In der Root der Engine `npm i && npm run bootstrap` ausführen
|
|
160
|
+
1. In die Root des Webclient-Packages in der Engine wechseln und dort `npm link` ausführen.
|
|
161
|
+
1. Das Chatbot-Projekt offnen, welches die Chatbot-Engine verwendet und dort `npm link @botfabrik/botfabrik-webclient` ausführen.
|
|
162
|
+
1. Nun das Chatbot-Projekt starten mit `npm start`
|
|
163
|
+
1. Bei Änderungen an der Engine muss jeweils im Ordner des Webclient-Packages `npm run build` ausgeführt werden und das Projekt neu gestartet werden mit `npm start`.
|
|
164
|
+
|
|
165
|
+
## Google Speech-to-Text API
|
|
166
|
+
|
|
167
|
+
Das Google-Speech-to-Text API muss für das entsprechende Projekt aktiviert werden. Zudem muss der Service Account über die entsprechenden Rollen verfügen. Siehe:
|
|
168
|
+
https://cloud.google.com/speech-to-text/docs/quickstart-client-libraries?hl=de
|
|
169
|
+
https://ctrlq.org/code/20550-cloud-speech-api-with-service-account
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": {
|
|
3
|
+
"main.css": "./static/css/main.9f09e476.chunk.css",
|
|
4
|
+
"main.js": "./static/js/main.1f8d6c7f.chunk.js",
|
|
5
|
+
"main.js.map": "./static/js/main.1f8d6c7f.chunk.js.map",
|
|
6
|
+
"runtime-main.js": "./static/js/runtime-main.f63e6028.js",
|
|
7
|
+
"runtime-main.js.map": "./static/js/runtime-main.f63e6028.js.map",
|
|
8
|
+
"static/js/2.94d39000.chunk.js": "./static/js/2.94d39000.chunk.js",
|
|
9
|
+
"static/js/2.94d39000.chunk.js.map": "./static/js/2.94d39000.chunk.js.map",
|
|
10
|
+
"index.html": "./index.html",
|
|
11
|
+
"precache-manifest.18268e8ddbe40ae5d8e91a4a76774701.js": "./precache-manifest.18268e8ddbe40ae5d8e91a4a76774701.js",
|
|
12
|
+
"service-worker.js": "./service-worker.js",
|
|
13
|
+
"static/css/main.9f09e476.chunk.css.map": "./static/css/main.9f09e476.chunk.css.map",
|
|
14
|
+
"static/js/2.94d39000.chunk.js.LICENSE.txt": "./static/js/2.94d39000.chunk.js.LICENSE.txt"
|
|
15
|
+
},
|
|
16
|
+
"entrypoints": [
|
|
17
|
+
"static/js/runtime-main.f63e6028.js",
|
|
18
|
+
"static/js/2.94d39000.chunk.js",
|
|
19
|
+
"static/css/main.9f09e476.chunk.css",
|
|
20
|
+
"static/js/main.1f8d6c7f.chunk.js"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 201 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g id="Bot"><path d="M98.637,0.982c55.283,0 101.116,44.433 102.285,99.162c1.169,54.73 -42.764,99.163 -98.047,99.163c-55.283,0 -101.115,-44.433 -102.285,-99.163c-1.169,-54.729 42.764,-99.162 98.047,-99.162Z" style="fill:#dbdbdb;"/><clipPath id="_clip1"><path d="M98.637,0.982c55.283,0 101.116,44.433 102.285,99.162c1.169,54.73 -42.764,99.163 -98.047,99.163c-55.283,0 -101.115,-44.433 -102.285,-99.163c-1.169,-54.729 42.764,-99.162 98.047,-99.162Z"/></clipPath><g clip-path="url(#_clip1)"><path d="M146.642,295.505c16.762,-22.68 28.718,-52.539 33.692,-84.138c4.704,-29.893 2.87,-59.516 -5.202,-84.008l-139.229,2.897c-10.516,19.397 -17.982,41.858 -21.64,65.106c-6.036,38.353 -1.253,75.819 13.103,102.625l119.276,-2.482Z" style="fill:#bababa;"/><path d="M147.677,296.921l-0.228,0.141l-0.246,0.104l-0.259,0.067l-0.266,0.025l-2.478,0.063l-63.788,1.592l-53,1.313l-0.352,-0.02l-0.344,-0.074l-0.329,-0.127l-0.305,-0.177l-0.273,-0.223l-0.236,-0.263l-0.191,-0.297l0,0l-0.171,-0.318l-0.171,-0.322l-0.171,-0.322l-0.17,-0.324l-0.169,-0.325l-0.169,-0.325l-0.167,-0.327l-0.166,-0.327l-0.166,-0.329l-0.164,-0.329l-0.164,-0.331l-0.163,-0.331l-0.161,-0.332l-0.161,-0.333l-0.16,-0.334l-0.159,-0.335l-0.159,-0.336l-0.157,-0.337l-0.156,-0.337l-0.156,-0.339l-0.154,-0.34l-0.154,-0.34l-0.152,-0.341l-0.152,-0.342l-0.151,-0.343l-0.15,-0.344l-0.149,-0.345l-0.148,-0.346l-0.147,-0.346l-0.147,-0.348l-0.145,-0.348l-0.145,-0.349l-0.143,-0.35l-0.143,-0.351l-0.142,-0.352l-0.14,-0.353l-0.14,-0.353l-0.139,-0.354l-0.138,-0.355l-0.138,-0.356l-0.136,-0.357l-0.135,-0.358l-0.135,-0.358l-0.133,-0.359l-0.133,-0.361l-0.131,-0.36l-0.131,-0.362l-0.13,-0.363l-0.129,-0.363l-0.128,-0.364l-0.127,-0.365l-0.126,-0.366l-0.125,-0.366l-0.124,-0.367l-0.124,-0.368l-0.122,-0.369l-0.122,-0.37l-0.12,-0.37l-0.12,-0.371l-0.119,-0.372l-0.118,-0.373l-0.117,-0.373l-0.116,-0.374l-0.115,-0.375l-0.114,-0.376l-0.113,-0.376l-0.112,-0.377l-0.112,-0.378l-0.11,-0.379l-0.11,-0.379l-0.108,-0.38l-0.108,-0.381l-0.107,-0.382l-0.105,-0.382l-0.105,-0.383l-0.104,-0.383l-0.103,-0.385l-0.102,-0.385l-0.102,-0.386l-0.1,-0.386l-0.099,-0.387l-0.099,-0.388l-0.097,-0.389l-0.097,-0.389l-0.095,-0.39l-0.095,-0.39l-0.094,-0.391l-0.092,-0.392l-0.092,-0.393l-0.091,-0.393l-0.09,-0.394l-0.089,-0.395l-0.089,-0.395l-0.087,-0.395l-0.086,-0.397l-0.085,-0.397l-0.085,-0.398l-0.083,-0.398l-0.083,-0.399l-0.081,-0.4l-0.081,-0.4l-0.08,-0.401l-0.079,-0.401l-0.078,-0.403l-0.076,-0.402l-0.076,-0.404l-0.076,-0.403l-0.074,-0.405l-0.073,-0.405l-0.072,-0.406l-0.071,-0.406l-0.071,-0.407l-0.069,-0.407l-0.069,-0.408l-0.067,-0.409l-0.067,-0.409l-0.065,-0.41l-0.065,-0.41l-0.064,-0.411l-0.063,-0.412l-0.062,-0.412l-0.06,-0.412l-0.06,-0.413l-0.06,-0.414l-0.058,-0.414l-0.057,-0.415l-0.056,-0.415l-0.055,-0.416l-0.055,-0.416l-0.053,-0.417l-0.052,-0.417l-0.052,-0.418l-0.05,-0.418l-0.05,-0.419l-0.049,-0.42l-0.047,-0.42l-0.047,-0.42l-0.046,-0.421l-0.045,-0.421l-0.044,-0.422l-0.043,-0.422l-0.042,-0.423l-0.041,-0.424l-0.04,-0.423l-0.039,-0.425l-0.038,-0.424l-0.037,-0.426l-0.036,-0.425l-0.036,-0.426l-0.034,-0.427l-0.034,-0.427l-0.032,-0.427l-0.031,-0.428l-0.031,-0.429l-0.03,-0.428l-0.028,-0.43l-0.028,-0.429l-0.027,-0.43l-0.025,-0.431l-0.025,-0.431l-0.024,-0.431l-0.023,-0.432l-0.022,-0.432l-0.021,-0.433l-0.02,-0.433l-0.019,-0.433l-0.018,-0.434l-0.017,-0.434l-0.016,-0.434l-0.015,-0.435l-0.014,-0.436l-0.014,-0.435l-0.012,-0.436l-0.011,-0.437l-0.011,-0.437l-0.009,-0.437l-0.008,-0.437l-0.008,-0.438l-0.006,-0.439l-0.006,-0.438l-0.005,-0.439l-0.003,-0.439l-0.003,-0.44l-0.001,-0.44l-0.001,-0.44l0,-0.441l0.001,-0.441l0.003,-0.441l0.003,-0.442l0.004,-0.442l0.005,-0.442l0.006,-0.443l0.007,-0.443l0.008,-0.443l0.009,-0.443l0.01,-0.444l0.011,-0.444l0.012,-0.444l0.013,-0.445l0.014,-0.445l0.015,-0.445l0.016,-0.446l0.017,-0.445l0.018,-0.446l0.018,-0.447l0.02,-0.446l0.021,-0.447l0.022,-0.447l0.022,-0.447l0.024,-0.448l0.025,-0.448l0.025,-0.448l0.027,-0.448l0.028,-0.449l0.028,-0.448l0.03,-0.449l0.031,-0.45l0.031,-0.449l0.033,-0.45l0.033,-0.45l0.035,-0.45l0.035,-0.45l0.037,-0.45l0.037,-0.451l0.039,-0.451l0.039,-0.451l0.04,-0.451l0.042,-0.452l0.042,-0.451l0.044,-0.452l0.044,-0.452l0.045,-0.452l0.047,-0.453l0.047,-0.452l0.049,-0.453l0.049,-0.453l0.05,-0.453l0.008,-0.067l0.044,-0.386l0.052,-0.453l0.054,-0.454l0.054,-0.453l0.056,-0.454l0.056,-0.454l0.057,-0.454l0.059,-0.454l0.059,-0.454l0.061,-0.454l0.061,-0.455l0.063,-0.454l0.063,-0.455l0.064,-0.455l0.066,-0.455l0.066,-0.455l0.068,-0.455l0.068,-0.455l0.07,-0.455l0.085,-0.552l0.087,-0.551l0.088,-0.552l0.09,-0.551l0.091,-0.55l0.093,-0.551l0.094,-0.55l0.095,-0.549l0.097,-0.55l0.098,-0.549l0.099,-0.548l0.101,-0.549l0.102,-0.548l0.104,-0.547l0.105,-0.547l0.107,-0.547l0.107,-0.547l0.11,-0.546l0.11,-0.545l0.112,-0.545l0.113,-0.545l0.115,-0.545l0.116,-0.544l0.118,-0.543l0.118,-0.543l0.12,-0.543l0.122,-0.542l0.123,-0.542l0.124,-0.541l0.126,-0.541l0.126,-0.54l0.129,-0.54l0.129,-0.54l0.131,-0.538l0.133,-0.539l0.133,-0.538l0.135,-0.537l0.136,-0.537l0.138,-0.536l0.139,-0.536l0.14,-0.535l0.142,-0.535l0.143,-0.534l0.144,-0.533l0.146,-0.533l0.147,-0.533l0.148,-0.532l0.149,-0.531l0.151,-0.531l0.152,-0.53l0.154,-0.529l0.155,-0.529l0.156,-0.528l0.157,-0.528l0.159,-0.527l0.16,-0.526l0.161,-0.526l0.163,-0.525l0.163,-0.524l0.166,-0.524l0.166,-0.523l0.168,-0.522l0.169,-0.522l0.17,-0.521l0.172,-0.521l0.172,-0.519l0.175,-0.519l0.175,-0.518l0.177,-0.518l0.178,-0.517l0.179,-0.516l0.18,-0.515l0.182,-0.514l0.183,-0.514l0.184,-0.513l0.186,-0.512l0.187,-0.512l0.188,-0.511l0.189,-0.51l0.191,-0.509l0.191,-0.508l0.193,-0.508l0.195,-0.506l0.195,-0.506l0.197,-0.505l0.198,-0.505l0.199,-0.503l0.201,-0.503l0.201,-0.501l0.203,-0.501l0.205,-0.5l0.205,-0.499l0.207,-0.499l0.207,-0.497l0.209,-0.497l0.211,-0.495l0.211,-0.495l0.213,-0.494l0.214,-0.493l0.215,-0.492l0.216,-0.491l0.218,-0.49l0.219,-0.489l0.22,-0.488l0.221,-0.487l0.222,-0.487l0.224,-0.485l0.224,-0.484l0.226,-0.484l0.228,-0.482l0.228,-0.482l0.229,-0.48l0.231,-0.48l0.232,-0.478l0.233,-0.478l0.234,-0.476l0.236,-0.475l0.236,-0.475l0.238,-0.473l0.239,-0.472l0.24,-0.471l0.242,-0.47l0.242,-0.47l0.244,-0.468l0.245,-0.466l0.245,-0.466l0.248,-0.465l0.246,-0.46l0.238,-0.37l-0.001,-0.001l0.29,-0.332l0.337,-0.284l0.376,-0.231l0.406,-0.172l0.428,-0.108l0.439,-0.044l7.523,-0.184l85.93,-2.07l45.767,-1.077l0.535,0.031l0.524,0.115l0.499,0.197l0.462,0.274l0.413,0.344l0.353,0.405l0.284,0.456l0.207,0.496l0.001,0l0.191,0.582l0.192,0.59l0.19,0.593l0.188,0.595l0.185,0.596l0.182,0.598l0.18,0.6l0.178,0.601l0.176,0.604l0.173,0.605l0.171,0.606l0.168,0.609l0.166,0.61l0.164,0.612l0.161,0.613l0.159,0.615l0.157,0.617l0.154,0.618l0.152,0.62l0.149,0.622l0.147,0.623l0.145,0.624l0.143,0.626l0.14,0.628l0.137,0.629l0.135,0.631l0.133,0.632l0.131,0.634l0.128,0.635l0.126,0.636l0.123,0.638l0.121,0.64l0.119,0.641l0.116,0.642l0.114,0.644l0.112,0.644l0.109,0.647l0.107,0.647l0.105,0.649l0.003,0.022l0.098,0.629l0.099,0.651l0.097,0.653l0.095,0.655l0.092,0.655l0.089,0.657l0.088,0.658l0.085,0.659l0.082,0.66l0.08,0.662l0.078,0.662l0.076,0.664l0.073,0.665l0.07,0.666l0.069,0.668l0.066,0.668l0.063,0.67l0.061,0.67l0.059,0.672l0.057,0.672l0.054,0.674l0.051,0.675l0.05,0.675l0.046,0.677l0.045,0.678l0.042,0.679l0.04,0.679l0.037,0.681l0.035,0.681l0.033,0.683l0.03,0.683l0.028,0.684l0.025,0.685l0.023,0.686l0.021,0.687l0.018,0.688l0.016,0.688l0.013,0.689l0.011,0.69l0.009,0.691l0.006,0.692l0.004,0.692l0.002,0.693l0,0.024l-0.002,0.67l-0.004,0.694l-0.006,0.696l-0.009,0.696l-0.011,0.696l-0.014,0.697l-0.016,0.698l-0.019,0.699l-0.02,0.699l-0.024,0.699l-0.025,0.701l-0.028,0.7l-0.031,0.702l-0.033,0.702l-0.035,0.702l-0.037,0.703l-0.041,0.704l-0.042,0.704l-0.045,0.704l-0.047,0.705l-0.05,0.706l-0.052,0.705l-0.055,0.707l-0.057,0.706l-0.059,0.707l-0.062,0.708l-0.064,0.708l-0.066,0.708l-0.069,0.708l-0.072,0.709l-0.074,0.709l-0.076,0.71l-0.034,0.31l-0.046,0.399l-0.083,0.71l-0.085,0.71l-0.088,0.71l-0.091,0.711l-0.093,0.71l-0.095,0.711l-0.097,0.711l-0.1,0.711l-0.103,0.712l-0.105,0.711l-0.107,0.712l-0.11,0.712l-0.087,0.553l-0.026,0.159l-0.124,0.751l-0.126,0.751l-0.129,0.75l-0.132,0.75l-0.134,0.749l-0.137,0.748l-0.139,0.747l-0.142,0.747l-0.144,0.745l-0.147,0.745l-0.15,0.744l-0.152,0.744l-0.026,0.125l-0.131,0.616l-0.161,0.741l-0.163,0.74l-0.165,0.739l-0.168,0.738l-0.171,0.737l-0.172,0.736l-0.176,0.735l-0.178,0.734l-0.18,0.732l-0.183,0.732l-0.185,0.731l-0.188,0.73l-0.19,0.729l-0.192,0.727l-0.195,0.727l-0.197,0.725l-0.2,0.724l-0.202,0.723l-0.204,0.722l-0.207,0.721l-0.209,0.72l-0.212,0.718l-0.214,0.717l-0.047,0.156l-0.174,0.558l-0.224,0.713l-0.226,0.712l-0.229,0.71l-0.231,0.709l-0.234,0.707l-0.235,0.706l-0.238,0.705l-0.241,0.703l-0.242,0.702l-0.245,0.701l-0.247,0.699l-0.25,0.697l-0.251,0.696l-0.254,0.695l-0.256,0.693l-0.259,0.691l-0.26,0.69l-0.263,0.689l-0.265,0.687l-0.267,0.685l-0.27,0.683l-0.271,0.682l-0.274,0.681l-0.276,0.679l-0.278,0.677l-0.281,0.675l-0.282,0.674l-0.285,0.672l-0.286,0.67l-0.289,0.668l-0.291,0.667l-0.294,0.665l-0.295,0.663l-0.297,0.662l-0.3,0.659l-0.302,0.658l-0.303,0.656l-0.306,0.654l-0.308,0.652l-0.31,0.65l-0.312,0.649l-0.314,0.646l-0.197,0.401l-0.121,0.242l-0.324,0.64l-0.325,0.638l-0.328,0.636l-0.329,0.634l-0.332,0.632l-0.333,0.63l-0.336,0.628l-0.337,0.626l-0.339,0.623l-0.342,0.621l-0.343,0.62l-0.345,0.617l-0.348,0.615l-0.349,0.613l-0.351,0.61l-0.353,0.608l-0.355,0.606l-0.357,0.604l-0.358,0.602l-0.361,0.599l-0.363,0.597l-0.364,0.595l-0.366,0.592l-0.368,0.59l-0.37,0.588l-0.372,0.585l-0.374,0.583l-0.376,0.58l-0.377,0.578l-0.379,0.576l-0.381,0.573l-0.383,0.571l-0.146,0.216l-0.241,0.351l-0.389,0.563l-0.392,0.561l-0.393,0.559l-0.395,0.556l-0.397,0.553l-0.398,0.551l-0.401,0.548l-0.402,0.546l-0.403,0.542l-0.406,0.541l-0.407,0.537l-0.408,0.535l-0.411,0.532l-0.412,0.53l-0.102,0.13l-0.311,0.392l-0.174,0.203l-0.203,0.174Zm-19.313,-165.345l-83.14,1.447l0,-0.033l-7.557,0.156l-0.159,0.298l-0.239,0.451l-0.238,0.453l-0.237,0.453l-0.236,0.455l-0.235,0.455l-0.234,0.457l-0.232,0.458l-0.232,0.458l-0.23,0.46l-0.23,0.461l-0.228,0.462l-0.227,0.463l-0.226,0.464l-0.225,0.465l-0.223,0.466l-0.223,0.467l-0.222,0.469l-0.22,0.469l-0.219,0.47l-0.218,0.471l-0.217,0.472l-0.216,0.473l-0.215,0.474l-0.213,0.475l-0.212,0.476l-0.212,0.477l-0.21,0.478l-0.209,0.478l-0.207,0.48l-0.207,0.481l-0.205,0.481l-0.205,0.482l-0.203,0.484l-0.202,0.484l-0.201,0.485l-0.199,0.486l-0.199,0.487l-0.197,0.488l-0.196,0.488l-0.195,0.49l-0.194,0.49l-0.192,0.491l-0.191,0.492l-0.191,0.493l-0.189,0.493l-0.187,0.495l-0.187,0.495l-0.185,0.496l-0.184,0.497l-0.183,0.498l-0.182,0.498l-0.181,0.499l-0.179,0.5l-0.178,0.501l-0.177,0.501l-0.176,0.503l-0.174,0.503l-0.173,0.503l-0.172,0.505l-0.171,0.505l-0.17,0.506l-0.168,0.506l-0.167,0.507l-0.166,0.508l-0.164,0.509l-0.164,0.509l-0.162,0.51l-0.161,0.511l-0.159,0.511l-0.159,0.512l-0.157,0.513l-0.156,0.513l-0.154,0.514l-0.153,0.515l-0.153,0.515l-0.15,0.516l-0.15,0.516l-0.148,0.517l-0.147,0.518l-0.146,0.518l-0.144,0.519l-0.143,0.519l-0.142,0.52l-0.141,0.521l-0.139,0.521l-0.138,0.521l-0.137,0.523l-0.135,0.522l-0.135,0.523l-0.132,0.524l-0.132,0.524l-0.13,0.525l-0.129,0.525l-0.128,0.526l-0.126,0.526l-0.125,0.527l-0.124,0.527l-0.122,0.528l-0.121,0.528l-0.12,0.529l-0.118,0.529l-0.118,0.529l-0.115,0.53l-0.115,0.531l-0.113,0.531l-0.112,0.531l-0.11,0.531l-0.109,0.532l-0.108,0.533l-0.106,0.533l-0.106,0.533l-0.103,0.534l-0.103,0.533l-0.101,0.535l-0.099,0.534l-0.099,0.536l-0.097,0.535l-0.095,0.536l-0.095,0.536l-0.092,0.536l-0.092,0.537l-0.09,0.537l-0.089,0.537l-0.087,0.538l-0.071,0.443l-0.07,0.444l-0.07,0.443l-0.068,0.443l-0.067,0.444l-0.066,0.443l-0.065,0.443l-0.064,0.443l-0.064,0.442l-0.062,0.443l-0.061,0.443l-0.06,0.442l-0.06,0.443l-0.058,0.442l-0.057,0.442l-0.057,0.442l-0.055,0.442l-0.055,0.442l-0.045,0.376l-0.008,0.065l-0.053,0.442l-0.052,0.441l-0.05,0.441l-0.05,0.441l-0.049,0.441l-0.048,0.44l-0.047,0.441l-0.045,0.44l-0.045,0.44l-0.044,0.44l-0.043,0.44l-0.042,0.44l-0.041,0.439l-0.04,0.439l-0.04,0.439l-0.038,0.439l-0.037,0.439l-0.036,0.438l-0.035,0.439l-0.035,0.438l-0.033,0.437l-0.032,0.438l-0.032,0.437l-0.03,0.438l-0.03,0.437l-0.028,0.436l-0.028,0.437l-0.027,0.436l-0.025,0.436l-0.025,0.436l-0.024,0.435l-0.022,0.435l-0.022,0.435l-0.021,0.435l-0.02,0.435l-0.019,0.434l-0.018,0.434l-0.017,0.433l-0.016,0.434l-0.015,0.433l-0.014,0.433l-0.014,0.432l-0.012,0.432l-0.011,0.432l-0.011,0.432l-0.009,0.431l-0.009,0.431l-0.007,0.431l-0.007,0.43l-0.005,0.43l-0.005,0.43l-0.004,0.429l-0.003,0.43l-0.001,0.428l-0.001,0.429l0,0.428l0.001,0.428l0.002,0.427l0.003,0.427l0.003,0.427l0.005,0.426l0.006,0.426l0.007,0.426l0.007,0.425l0.009,0.425l0.009,0.424l0.011,0.425l0.011,0.423l0.012,0.424l0.014,0.423l0.014,0.422l0.015,0.423l0.016,0.421l0.017,0.422l0.018,0.421l0.019,0.42l0.02,0.42l0.02,0.42l0.022,0.42l0.023,0.418l0.023,0.419l0.025,0.418l0.025,0.418l0.027,0.417l0.027,0.417l0.028,0.416l0.029,0.416l0.03,0.415l0.032,0.415l0.031,0.415l0.033,0.414l0.034,0.413l0.035,0.413l0.036,0.413l0.036,0.412l0.038,0.412l0.038,0.411l0.04,0.41l0.04,0.411l0.041,0.409l0.042,0.409l0.043,0.409l0.044,0.408l0.045,0.408l0.046,0.407l0.047,0.407l0.048,0.406l0.048,0.406l0.05,0.405l0.05,0.404l0.052,0.404l0.052,0.404l0.053,0.403l0.054,0.402l0.055,0.402l0.056,0.401l0.057,0.401l0.058,0.4l0.059,0.4l0.06,0.399l0.06,0.398l0.062,0.398l0.062,0.397l0.063,0.397l0.064,0.396l0.066,0.396l0.066,0.395l0.067,0.394l0.067,0.394l0.069,0.393l0.07,0.393l0.07,0.392l0.072,0.391l0.072,0.391l0.074,0.39l0.074,0.389l0.075,0.389l0.076,0.389l0.077,0.387l0.078,0.387l0.079,0.386l0.079,0.386l0.081,0.385l0.081,0.385l0.083,0.383l0.083,0.383l0.084,0.383l0.085,0.382l0.086,0.381l0.087,0.38l0.088,0.38l0.088,0.379l0.09,0.378l0.09,0.378l0.092,0.377l0.092,0.376l0.093,0.376l0.094,0.375l0.095,0.374l0.096,0.373l0.097,0.373l0.097,0.372l0.099,0.372l0.099,0.37l0.101,0.37l0.101,0.369l0.102,0.369l0.103,0.367l0.104,0.367l0.104,0.367l0.106,0.365l0.107,0.365l0.107,0.364l0.108,0.363l0.109,0.362l0.11,0.362l0.111,0.361l0.112,0.36l0.113,0.359l0.114,0.359l0.114,0.358l0.115,0.357l0.117,0.356l0.117,0.355l0.118,0.355l0.119,0.354l0.119,0.353l0.121,0.352l0.121,0.352l0.123,0.35l0.123,0.35l0.124,0.349l0.125,0.348l0.126,0.347l0.127,0.347l0.128,0.346l0.128,0.344l0.129,0.344l0.131,0.344l0.131,0.342l0.132,0.341l0.133,0.341l0.133,0.339l0.135,0.339l0.135,0.338l0.137,0.337l0.137,0.337l0.138,0.335l0.139,0.335l0.14,0.333l0.14,0.333l0.142,0.332l0.142,0.331l0.143,0.33l0.144,0.329l0.145,0.328l0.146,0.327l0.147,0.327l0.147,0.325l0.149,0.325l0.149,0.323l0.15,0.323l0.151,0.322l0.152,0.321l0.153,0.32l0.153,0.319l0.154,0.318l0.156,0.317l0.156,0.316l0.157,0.315l0.157,0.315l0.159,0.313l0.16,0.312l0.019,0.038l52.787,-0.894l62.664,-1.038l1.536,-0.026l0.262,-0.385l0.366,-0.544l0.364,-0.546l0.363,-0.549l0.361,-0.552l0.359,-0.554l0.357,-0.556l0.355,-0.558l0.353,-0.561l0.352,-0.564l0.349,-0.565l0.348,-0.568l0.345,-0.57l0.344,-0.573l0.212,-0.356l0.131,-0.218l0.343,-0.575l0.341,-0.577l0.339,-0.579l0.338,-0.582l0.335,-0.584l0.334,-0.586l0.331,-0.588l0.33,-0.591l0.327,-0.593l0.326,-0.594l0.324,-0.597l0.321,-0.599l0.32,-0.601l0.318,-0.603l0.316,-0.606l0.313,-0.607l0.312,-0.609l0.31,-0.611l0.308,-0.614l0.305,-0.615l0.304,-0.617l0.302,-0.619l0.299,-0.621l0.298,-0.623l0.295,-0.625l0.294,-0.627l0.291,-0.629l0.29,-0.63l0.287,-0.632l0.285,-0.635l0.283,-0.636l0.281,-0.637l0.106,-0.242l0.176,-0.396l0.283,-0.639l0.28,-0.641l0.278,-0.642l0.275,-0.644l0.274,-0.646l0.272,-0.648l0.269,-0.649l0.268,-0.651l0.265,-0.653l0.263,-0.654l0.261,-0.656l0.259,-0.657l0.257,-0.66l0.255,-0.66l0.252,-0.663l0.25,-0.663l0.249,-0.666l0.246,-0.667l0.243,-0.668l0.242,-0.67l0.239,-0.671l0.237,-0.673l0.235,-0.675l0.233,-0.675l0.231,-0.677l0.228,-0.679l0.226,-0.68l0.224,-0.681l0.222,-0.683l0.219,-0.684l0.217,-0.685l0.215,-0.686l0.213,-0.688l0.21,-0.689l0.208,-0.691l0.206,-0.691l0.204,-0.693l0.201,-0.694l0.199,-0.695l0.196,-0.697l0.195,-0.697l0.192,-0.699l0.148,-0.547l0.043,-0.152l0.192,-0.7l0.191,-0.7l0.188,-0.702l0.186,-0.702l0.184,-0.704l0.181,-0.705l0.179,-0.706l0.177,-0.706l0.174,-0.708l0.172,-0.709l0.169,-0.71l0.167,-0.711l0.165,-0.712l0.162,-0.712l0.16,-0.714l0.157,-0.715l0.155,-0.715l0.153,-0.716l0.15,-0.718l0.148,-0.718l0.146,-0.718l0.143,-0.72l0.14,-0.72l0.115,-0.6l0.024,-0.122l0.139,-0.721l0.137,-0.722l0.134,-0.723l0.131,-0.723l0.13,-0.724l0.127,-0.725l0.124,-0.726l0.122,-0.726l0.119,-0.727l0.117,-0.728l0.114,-0.728l0.112,-0.729l0.023,-0.154l0.082,-0.535l0.104,-0.69l0.101,-0.689l0.099,-0.689l0.096,-0.688l0.095,-0.689l0.091,-0.688l0.09,-0.688l0.087,-0.688l0.085,-0.688l0.082,-0.687l0.08,-0.687l0.078,-0.687l0.042,-0.386l0.034,-0.301l0.075,-0.686l0.073,-0.685l0.07,-0.686l0.068,-0.685l0.066,-0.684l0.063,-0.685l0.061,-0.684l0.058,-0.683l0.057,-0.683l0.054,-0.683l0.051,-0.682l0.049,-0.682l0.047,-0.681l0.045,-0.681l0.042,-0.68l0.04,-0.68l0.038,-0.679l0.035,-0.679l0.033,-0.678l0.031,-0.678l0.028,-0.677l0.026,-0.676l0.023,-0.676l0.022,-0.675l0.019,-0.675l0.016,-0.674l0.015,-0.673l0.012,-0.672l0.009,-0.672l0.008,-0.671l0.005,-0.671l0.003,-0.646l0,-0.023l0.001,-0.669l-0.001,-0.668l-0.004,-0.668l-0.005,-0.666l-0.008,-0.666l-0.011,-0.665l-0.013,-0.664l-0.015,-0.663l-0.017,-0.663l-0.019,-0.661l-0.022,-0.661l-0.025,-0.659l-0.026,-0.659l-0.029,-0.658l-0.031,-0.657l-0.033,-0.656l-0.036,-0.655l-0.038,-0.654l-0.04,-0.652l-0.043,-0.652l-0.045,-0.651l-0.047,-0.65l-0.049,-0.649l-0.052,-0.647l-0.054,-0.647l-0.057,-0.645l-0.058,-0.645l-0.061,-0.643l-0.063,-0.642l-0.066,-0.641l-0.068,-0.64l-0.07,-0.638l-0.072,-0.637l-0.074,-0.637l-0.077,-0.634l-0.079,-0.634l-0.082,-0.632l-0.083,-0.631l-0.086,-0.63l-0.089,-0.628l-0.09,-0.628l-0.093,-0.625l-0.092,-0.604l-0.003,-0.021l-0.097,-0.623l-0.099,-0.622l-0.101,-0.62l-0.103,-0.619l-0.106,-0.618l-0.108,-0.616l-0.11,-0.615l-0.113,-0.613l-0.115,-0.611l-0.117,-0.611l-0.119,-0.609l-0.122,-0.607l-0.123,-0.605l-0.127,-0.605l-0.128,-0.602l-0.13,-0.601l-0.133,-0.6l-0.135,-0.597l-0.137,-0.597l-0.14,-0.594l-0.142,-0.593l-0.144,-0.592l-0.146,-0.589l-0.148,-0.588l-0.151,-0.586l-0.153,-0.585l-0.155,-0.582l-0.157,-0.582l-0.16,-0.579l-0.161,-0.577l-0.164,-0.576l-0.167,-0.574l-0.168,-0.572l-0.171,-0.57l-0.142,-0.467l-44.306,0.804Z"/><path d="M176.275,125.082c0.466,-2.434 0.8,-4.896 1.001,-7.375c3.113,-38.466 -25.878,-73.404 -64.699,-77.971c-38.822,-4.568 -72.868,22.953 -75.981,61.418c-0.71,8.773 0.258,17.664 2.853,26.205l136.826,-2.277Z" style="fill:#b8b8b8;"/><clipPath id="_clip2"><path d="M176.275,125.082c0.466,-2.434 0.8,-4.896 1.001,-7.375c3.113,-38.466 -25.878,-73.404 -64.699,-77.971c-38.822,-4.568 -72.868,22.953 -75.981,61.418c-0.71,8.773 0.258,17.664 2.853,26.205l136.826,-2.277Z"/></clipPath><g clip-path="url(#_clip2)"><path d="M82.014,97.708c-1.087,0.887 -1.695,1.83 -1.804,2.794c-0.579,5.119 12.777,9.716 29.806,10.259c17.03,0.544 31.326,-3.172 31.905,-8.291c0.133,-1.173 -0.476,-2.359 -1.795,-3.496l-58.112,-1.266Z" style="fill:#191919;"/><clipPath id="_clip3"><path d="M82.014,97.708c-1.087,0.887 -1.695,1.83 -1.804,2.794c-0.579,5.119 12.777,9.716 29.806,10.259c17.03,0.544 31.326,-3.172 31.905,-8.291c0.133,-1.173 -0.476,-2.359 -1.795,-3.496l-58.112,-1.266Z"/></clipPath><g clip-path="url(#_clip3)"><path d="M91.521,101.06c-0.005,3.176 8.347,5.962 18.88,6.298c10.781,0.344 19.831,-2.008 20.198,-5.249c0.007,-0.065 0.011,-0.131 0.011,-0.197l-39.089,-0.852Z" style="fill:#fff;"/></g><path d="M99.552,83.487c-0.159,-8.412 -5.249,-15.429 -11.746,-16.194c-6.944,-0.817 -12.968,5.789 -13.444,14.742c-0.026,0.501 -0.035,1.005 -0.025,1.508l25.215,-0.056Z" style="fill:#191919;"/><clipPath id="_clip4"><path d="M99.552,83.487c-0.159,-8.412 -5.249,-15.429 -11.746,-16.194c-6.944,-0.817 -12.968,5.789 -13.444,14.742c-0.026,0.501 -0.035,1.005 -0.025,1.508l25.215,-0.056Z"/></clipPath><g clip-path="url(#_clip4)"><path d="M85.751,80.564c0.484,-4.113 0.295,-7.304 -0.439,-7.391c-0.79,-0.093 -1.923,3.441 -2.528,7.885c-0.038,0.278 -0.073,0.555 -0.106,0.831l3.073,-1.325Z" style="fill:#fff;"/></g><path d="M140.709,84.714c-0.15,-7.952 -4.962,-14.587 -11.105,-15.309c-6.564,-0.773 -12.259,5.472 -12.709,13.936c-0.025,0.474 -0.033,0.95 -0.024,1.426l23.838,-0.053Z" style="fill:#191919;"/><clipPath id="_clip5"><path d="M140.709,84.714c-0.15,-7.952 -4.962,-14.587 -11.105,-15.309c-6.564,-0.773 -12.259,5.472 -12.709,13.936c-0.025,0.474 -0.033,0.95 -0.024,1.426l23.838,-0.053Z"/></clipPath><g clip-path="url(#_clip5)"><path d="M127.272,81.92c0.47,-4.115 0.167,-7.32 -0.701,-7.422c-0.935,-0.11 -2.186,3.41 -2.792,7.854c-0.038,0.278 -0.072,0.555 -0.104,0.831l3.597,-1.263Z" style="fill:#fff;"/></g></g><path d="M177.918,125.697l-0.129,0.271l-0.172,0.244l-0.212,0.212l-0.244,0.172l-0.271,0.129l-0.288,0.08l-0.298,0.031l-1.596,0.037l-41.097,0.949l-94.119,2.144l-0.421,-0.025l-0.412,-0.093l-0.391,-0.158l-0.362,-0.219l-0.322,-0.275l-0.273,-0.324l-0.218,-0.363l-0.156,-0.395l-0.001,0.001l-0.124,-0.408l-0.125,-0.415l-0.123,-0.415l-0.12,-0.417l-0.117,-0.416l-0.002,-0.007l-0.113,-0.41l-0.112,-0.418l-0.11,-0.418l-0.108,-0.419l-0.105,-0.419l-0.102,-0.42l-0.1,-0.42l-0.098,-0.42l-0.095,-0.421l-0.092,-0.421l-0.09,-0.422l-0.088,-0.422l-0.085,-0.423l-0.083,-0.423l-0.08,-0.423l-0.078,-0.423l-0.075,-0.424l-0.072,-0.424l-0.071,-0.425l-0.067,-0.425l-0.065,-0.425l-0.063,-0.425l-0.06,-0.426l-0.058,-0.426l-0.055,-0.426l-0.053,-0.427l-0.05,-0.426l-0.047,-0.427l-0.046,-0.427l-0.042,-0.427l-0.04,-0.428l-0.038,-0.427l-0.035,-0.428l-0.032,-0.428l-0.03,-0.428l-0.028,-0.428l-0.025,-0.429l-0.022,-0.428l-0.02,-0.429l-0.018,-0.428l-0.014,-0.429l-0.013,-0.428l-0.01,-0.429l-0.007,-0.429l-0.005,-0.429l-0.002,-0.429l0.001,-0.429l0.003,-0.428l0.005,-0.429l0.008,-0.429l0.01,-0.429l0.014,-0.428l0.015,-0.429l0.018,-0.429l0.021,-0.428l0.023,-0.428l0.026,-0.429l0.029,-0.428l0.031,-0.428l0.036,-0.468l0.04,-0.467l0.043,-0.467l0.045,-0.465l0.049,-0.464l0.051,-0.464l0.054,-0.462l0.058,-0.461l0.06,-0.46l0.063,-0.46l0.066,-0.458l0.068,-0.457l0.072,-0.456l0.074,-0.454l0.077,-0.454l0.08,-0.453l0.083,-0.451l0.086,-0.451l0.088,-0.449l0.091,-0.448l0.094,-0.447l0.097,-0.446l0.099,-0.445l0.102,-0.443l0.105,-0.443l0.108,-0.441l0.11,-0.44l0.113,-0.438l0.116,-0.438l0.119,-0.436l0.121,-0.435l0.123,-0.434l0.127,-0.433l0.129,-0.431l0.132,-0.43l0.134,-0.429l0.137,-0.427l0.14,-0.426l0.142,-0.425l0.145,-0.424l0.147,-0.422l0.15,-0.421l0.152,-0.419l0.155,-0.419l0.158,-0.417l0.16,-0.415l0.163,-0.414l0.165,-0.413l0.167,-0.411l0.17,-0.41l0.173,-0.409l0.175,-0.407l0.178,-0.406l0.18,-0.404l0.182,-0.403l0.185,-0.401l0.187,-0.4l0.19,-0.399l0.192,-0.397l0.195,-0.395l0.197,-0.394l0.199,-0.393l0.202,-0.391l0.204,-0.389l0.206,-0.388l0.209,-0.387l0.211,-0.385l0.213,-0.383l0.216,-0.382l0.218,-0.38l0.22,-0.379l0.223,-0.377l0.138,-0.23l0.087,-0.145l0.227,-0.374l0.23,-0.372l0.231,-0.371l0.234,-0.369l0.237,-0.367l0.238,-0.366l0.241,-0.364l0.242,-0.362l0.245,-0.361l0.248,-0.359l0.249,-0.357l0.251,-0.356l0.254,-0.353l0.256,-0.353l0.258,-0.35l0.26,-0.349l0.262,-0.347l0.264,-0.345l0.266,-0.344l0.269,-0.342l0.27,-0.34l0.273,-0.338l0.274,-0.336l0.277,-0.335l0.278,-0.333l0.281,-0.331l0.283,-0.329l0.284,-0.328l0.287,-0.326l0.288,-0.323l0.291,-0.322l0.292,-0.32l0.295,-0.319l0.296,-0.316l0.299,-0.315l0.3,-0.312l0.302,-0.311l0.304,-0.309l0.306,-0.307l0.308,-0.305l0.31,-0.303l0.311,-0.301l0.314,-0.299l0.315,-0.297l0.317,-0.295l0.319,-0.294l0.321,-0.291l0.322,-0.289l0.325,-0.288l0.326,-0.285l0.328,-0.283l0.329,-0.282l0.332,-0.279l0.333,-0.277l0.335,-0.276l0.336,-0.273l0.339,-0.271l0.34,-0.269l0.342,-0.267l0.343,-0.265l0.345,-0.263l0.347,-0.261l0.348,-0.258l0.35,-0.257l0.352,-0.254l0.354,-0.253l0.355,-0.25l0.356,-0.248l0.358,-0.246l0.36,-0.244l0.362,-0.241l0.362,-0.239l0.365,-0.238l0.366,-0.235l0.368,-0.232l0.369,-0.231l0.37,-0.228l0.373,-0.227l0.373,-0.224l0.376,-0.221l0.376,-0.22l0.378,-0.217l0.38,-0.215l0.381,-0.212l0.383,-0.211l0.384,-0.208l0.385,-0.206l0.387,-0.203l0.388,-0.201l0.389,-0.199l0.391,-0.197l0.393,-0.194l0.394,-0.192l0.395,-0.189l0.396,-0.187l0.398,-0.185l0.399,-0.183l0.4,-0.18l0.402,-0.177l0.403,-0.175l0.405,-0.173l0.405,-0.171l0.407,-0.168l0.408,-0.165l0.41,-0.163l0.41,-0.161l0.412,-0.158l0.413,-0.156l0.415,-0.153l0.415,-0.151l0.417,-0.148l0.418,-0.146l0.419,-0.143l0.42,-0.141l0.421,-0.138l0.423,-0.136l0.424,-0.133l0.424,-0.131l0.426,-0.128l0.427,-0.125l0.428,-0.123l0.43,-0.12l0.43,-0.118l0.431,-0.115l0.432,-0.113l0.434,-0.11l0.434,-0.107l0.311,-0.075l0.125,-0.03l0.436,-0.102l0.438,-0.099l0.438,-0.096l0.44,-0.094l0.441,-0.091l0.441,-0.088l0.442,-0.086l0.444,-0.083l0.444,-0.08l0.445,-0.078l0.446,-0.075l0.447,-0.072l0.448,-0.069l0.449,-0.067l0.449,-0.064l0.451,-0.061l0.451,-0.058l0.452,-0.056l0.453,-0.053l0.454,-0.05l0.455,-0.047l0.455,-0.045l0.456,-0.041l0.457,-0.039l0.458,-0.036l0.459,-0.033l0.459,-0.031l0.46,-0.027l0.46,-0.025l0.462,-0.021l0.462,-0.019l0.463,-0.016l0.463,-0.013l0.464,-0.011l0.465,-0.007l0.465,-0.004l0.466,-0.002l0.467,0.002l0.467,0.004l0.468,0.008l0.469,0.01l0.469,0.013l0.47,0.017l0.47,0.019l0.471,0.022l0.471,0.025l0.472,0.028l0.472,0.032l0.473,0.034l0.474,0.037l0.474,0.04l0.474,0.044l0.475,0.046l0.475,0.049l0.476,0.053l0.476,0.055l0.474,0.059l0.474,0.061l0.473,0.064l0.472,0.067l0.47,0.07l0.47,0.073l0.469,0.075l0.468,0.079l0.467,0.081l0.466,0.084l0.465,0.087l0.464,0.089l0.463,0.093l0.462,0.095l0.461,0.098l0.46,0.101l0.459,0.103l0.458,0.107l0.456,0.108l0.456,0.112l0.454,0.115l0.454,0.117l0.452,0.119l0.451,0.123l0.45,0.125l0.449,0.128l0.448,0.13l0.446,0.133l0.446,0.136l0.444,0.138l0.443,0.141l0.442,0.144l0.441,0.146l0.439,0.148l0.438,0.152l0.437,0.153l0.436,0.157l0.435,0.159l0.433,0.161l0.432,0.164l0.431,0.166l0.429,0.169l0.428,0.172l0.427,0.173l0.426,0.177l0.424,0.179l0.4,0.171l0.023,0.01l0.422,0.184l0.42,0.187l0.418,0.189l0.418,0.191l0.416,0.194l0.414,0.196l0.413,0.199l0.412,0.201l0.41,0.203l0.409,0.206l0.408,0.208l0.406,0.21l0.405,0.212l0.403,0.215l0.402,0.218l0.4,0.219l0.399,0.222l0.397,0.224l0.396,0.226l0.395,0.229l0.392,0.23l0.392,0.233l0.39,0.235l0.388,0.238l0.387,0.239l0.385,0.242l0.384,0.244l0.382,0.246l0.38,0.248l0.379,0.251l0.378,0.252l0.375,0.255l0.375,0.256l0.372,0.259l0.371,0.261l0.369,0.263l0.368,0.265l0.366,0.267l0.364,0.269l0.363,0.272l0.361,0.273l0.359,0.275l0.046,0.035l0.312,0.243l0.355,0.28l0.354,0.282l0.352,0.283l0.351,0.286l0.348,0.288l0.347,0.29l0.345,0.291l0.344,0.294l0.341,0.295l0.34,0.298l0.338,0.299l0.336,0.301l0.335,0.303l0.333,0.305l0.33,0.307l0.329,0.308l0.328,0.311l0.325,0.312l0.323,0.314l0.322,0.316l0.32,0.318l0.318,0.319l0.316,0.321l0.314,0.323l0.312,0.325l0.311,0.327l0.308,0.328l0.306,0.33l0.305,0.332l0.303,0.333l0.3,0.335l0.299,0.337l0.184,0.21l0.112,0.129l0.294,0.342l0.291,0.343l0.29,0.344l0.287,0.347l0.285,0.348l0.284,0.349l0.281,0.351l0.279,0.353l0.277,0.354l0.276,0.356l0.273,0.358l0.271,0.359l0.269,0.36l0.19,0.259l0.076,0.104l0.263,0.365l0.26,0.366l0.259,0.368l0.256,0.37l0.255,0.37l0.252,0.373l0.25,0.374l0.247,0.375l0.246,0.376l0.243,0.378l0.242,0.38l0.239,0.381l0.236,0.382l0.138,0.224l0.096,0.16l0.229,0.387l0.228,0.387l0.225,0.39l0.223,0.39l0.22,0.392l0.219,0.393l0.216,0.394l0.213,0.396l0.212,0.397l0.209,0.398l0.206,0.399l0.205,0.4l0.202,0.402l0.2,0.403l0.197,0.404l0.195,0.405l0.193,0.406l0.19,0.408l0.188,0.409l0.185,0.409l0.183,0.411l0.181,0.412l0.178,0.414l0.176,0.414l0.173,0.415l0.171,0.416l0.047,0.116l0.118,0.303l0.161,0.421l0.159,0.421l0.156,0.423l0.154,0.423l0.151,0.424l0.149,0.426l0.146,0.426l0.143,0.427l0.141,0.428l0.139,0.429l0.136,0.43l0.133,0.43l0.131,0.432l0.128,0.432l0.126,0.434l0.123,0.434l0.12,0.434l0.118,0.436l0.115,0.437l0.113,0.437l0.11,0.438l0.107,0.439l0.105,0.439l0.102,0.441l0.099,0.441l0.097,0.442l0.094,0.442l0.091,0.443l0.089,0.444l0.086,0.445l0.083,0.445l0.081,0.446l0.078,0.447l0.075,0.447l0.072,0.448l0.07,0.448l0.066,0.449l0.065,0.45l0.061,0.45l0.058,0.451l0.056,0.452l0.053,0.451l0.05,0.453l0.048,0.453l0.045,0.453l0.033,0.365l0.007,0.09l0.034,0.455l0.03,0.455l0.028,0.456l0.025,0.457l0.022,0.456l0.019,0.457l0.016,0.458l0.014,0.458l0.01,0.458l0.008,0.458l0.004,0.459l0.002,0.459l-0.001,0.46l-0.004,0.459l-0.007,0.46l-0.01,0.461l-0.012,0.46l-0.016,0.461l-0.019,0.461l-0.022,0.461l-0.024,0.461l-0.028,0.462l-0.03,0.462l-0.034,0.461l-0.036,0.463l-0.04,0.462l-0.042,0.462l-0.046,0.463l-0.048,0.462l-0.052,0.463l-0.055,0.461l-0.029,0.24l-0.03,0.239l-0.031,0.238l-0.003,0.023l-0.031,0.215l-0.034,0.238l-0.036,0.238l-0.036,0.237l-0.037,0.238l-0.038,0.237l-0.038,0.237l-0.04,0.236l-0.04,0.237l-0.041,0.236l-0.041,0.236l-0.043,0.236l-0.043,0.235l-0.044,0.236l-0.045,0.235l-0.046,0.235l-0.046,0.235l-0.048,0.234l-0.048,0.235l-0.048,0.234l-0.05,0.234l-0.05,0.233l-0.051,0.234l-0.052,0.233l-0.053,0.233l-0.054,0.233l-0.054,0.232l-0.034,0.145l-0.021,0.087l-0.057,0.229l-0.08,0.288Zm-74.313,-83.144l-0.423,0.003l-0.423,0.006l-0.422,0.008l-0.421,0.011l-0.421,0.013l-0.42,0.016l-0.419,0.019l-0.419,0.021l-0.418,0.024l-0.418,0.027l-0.417,0.029l-0.416,0.032l-0.415,0.034l-0.415,0.037l-0.414,0.039l-0.413,0.042l-0.413,0.044l-0.411,0.047l-0.411,0.05l-0.411,0.052l-0.409,0.055l-0.409,0.057l-0.408,0.059l-0.407,0.062l-0.406,0.065l-0.406,0.067l-0.405,0.069l-0.403,0.072l-0.404,0.075l-0.402,0.077l-0.401,0.079l-0.401,0.082l-0.399,0.084l-0.399,0.087l-0.398,0.089l-0.114,0.026l-0.283,0.065l-0.396,0.093l-0.395,0.096l-0.395,0.098l-0.393,0.101l-0.393,0.103l-0.391,0.105l-0.391,0.108l-0.389,0.11l-0.389,0.112l-0.388,0.115l-0.387,0.117l-0.385,0.119l-0.385,0.122l-0.384,0.124l-0.382,0.127l-0.382,0.128l-0.381,0.131l-0.379,0.133l-0.379,0.136l-0.377,0.137l-0.376,0.14l-0.376,0.143l-0.374,0.144l-0.373,0.147l-0.372,0.149l-0.371,0.151l-0.37,0.153l-0.368,0.156l-0.368,0.158l-0.366,0.16l-0.365,0.162l-0.364,0.164l-0.363,0.167l-0.361,0.169l-0.361,0.171l-0.359,0.173l-0.358,0.175l-0.357,0.177l-0.355,0.18l-0.354,0.181l-0.353,0.184l-0.352,0.186l-0.351,0.188l-0.349,0.19l-0.348,0.192l-0.346,0.194l-0.346,0.197l-0.344,0.198l-0.342,0.2l-0.341,0.203l-0.34,0.204l-0.339,0.207l-0.337,0.209l-0.336,0.21l-0.335,0.213l-0.333,0.215l-0.332,0.216l-0.33,0.219l-0.329,0.221l-0.327,0.222l-0.326,0.225l-0.325,0.227l-0.323,0.228l-0.322,0.231l-0.32,0.232l-0.319,0.235l-0.317,0.236l-0.316,0.238l-0.314,0.241l-0.313,0.242l-0.311,0.244l-0.31,0.246l-0.308,0.247l-0.307,0.25l-0.305,0.252l-0.303,0.253l-0.302,0.256l-0.3,0.257l-0.299,0.259l-0.297,0.261l-0.295,0.263l-0.294,0.264l-0.293,0.266l-0.29,0.269l-0.289,0.27l-0.287,0.272l-0.286,0.273l-0.284,0.276l-0.282,0.277l-0.281,0.279l-0.279,0.28l-0.277,0.283l-0.275,0.284l-0.274,0.286l-0.272,0.288l-0.27,0.289l-0.268,0.291l-0.267,0.293l-0.265,0.295l-0.263,0.296l-0.261,0.298l-0.26,0.3l-0.257,0.301l-0.256,0.303l-0.254,0.305l-0.252,0.306l-0.251,0.308l-0.248,0.31l-0.247,0.311l-0.244,0.313l-0.243,0.315l-0.241,0.316l-0.239,0.318l-0.237,0.319l-0.236,0.321l-0.233,0.323l-0.231,0.324l-0.23,0.325l-0.227,0.328l-0.226,0.329l-0.223,0.33l-0.222,0.332l-0.219,0.333l-0.218,0.336l-0.215,0.336l-0.214,0.338l-0.211,0.34l-0.081,0.132l-0.129,0.209l-0.207,0.342l-0.206,0.344l-0.203,0.346l-0.201,0.347l-0.2,0.348l-0.197,0.35l-0.195,0.352l-0.193,0.352l-0.191,0.355l-0.189,0.355l-0.186,0.358l-0.185,0.358l-0.182,0.36l-0.18,0.362l-0.178,0.362l-0.176,0.365l-0.174,0.365l-0.171,0.367l-0.169,0.369l-0.167,0.369l-0.165,0.371l-0.162,0.373l-0.161,0.374l-0.158,0.375l-0.155,0.377l-0.154,0.377l-0.151,0.38l-0.149,0.38l-0.147,0.382l-0.144,0.383l-0.142,0.385l-0.14,0.385l-0.137,0.387l-0.135,0.389l-0.133,0.389l-0.13,0.391l-0.128,0.392l-0.125,0.393l-0.123,0.395l-0.121,0.396l-0.118,0.397l-0.116,0.398l-0.114,0.4l-0.111,0.401l-0.108,0.402l-0.107,0.403l-0.103,0.404l-0.101,0.406l-0.099,0.407l-0.096,0.407l-0.094,0.41l-0.091,0.41l-0.089,0.411l-0.086,0.413l-0.084,0.414l-0.081,0.414l-0.078,0.416l-0.076,0.418l-0.074,0.418l-0.07,0.419l-0.069,0.421l-0.065,0.421l-0.063,0.423l-0.061,0.424l-0.057,0.425l-0.055,0.426l-0.053,0.427l-0.049,0.428l-0.048,0.429l-0.044,0.43l-0.042,0.431l-0.039,0.433l-0.033,0.394l-0.031,0.395l-0.028,0.395l-0.026,0.395l-0.024,0.395l-0.021,0.396l-0.019,0.395l-0.017,0.396l-0.014,0.396l-0.012,0.396l-0.01,0.396l-0.007,0.396l-0.005,0.396l-0.003,0.397l0,0.396l0.002,0.396l0.004,0.397l0.007,0.396l0.009,0.397l0.012,0.396l0.014,0.397l0.016,0.397l0.018,0.396l0.021,0.397l0.023,0.396l0.026,0.396l0.028,0.397l0.03,0.396l0.032,0.396l0.035,0.396l0.037,0.396l0.04,0.396l0.042,0.396l0.044,0.395l0.046,0.396l0.049,0.395l0.051,0.395l0.054,0.395l0.056,0.395l0.058,0.394l0.06,0.395l0.063,0.394l0.065,0.394l0.068,0.394l0.069,0.393l0.073,0.393l0.074,0.393l0.077,0.393l0.079,0.392l0.081,0.392l0.084,0.392l0.086,0.391l0.088,0.391l0.091,0.391l0.093,0.39l0.095,0.39l0.097,0.39l0.1,0.389l0.103,0.389l0.019,0.073l92.925,-0.981l40.321,-0.406l0.052,0l0.019,-0.165l0.025,-0.225l0.025,-0.226l0.024,-0.225l0.023,-0.225l0.022,-0.226l0.022,-0.225l0.02,-0.225l0.02,-0.226l0.02,-0.226l0.018,-0.225l0.018,-0.226l0.017,-0.226l0.016,-0.225l0.015,-0.226l0.015,-0.226l0.014,-0.226l0.013,-0.226l0.012,-0.226l0.012,-0.226l0.011,-0.226l0.01,-0.226l0.008,-0.205l0.001,-0.021l0.011,-0.226l0.01,-0.226l0.009,-0.225l0.015,-0.44l0.013,-0.438l0.01,-0.437l0.007,-0.437l0.004,-0.436l0.001,-0.435l-0.001,-0.435l-0.004,-0.434l-0.007,-0.434l-0.01,-0.433l-0.013,-0.432l-0.015,-0.432l-0.018,-0.431l-0.021,-0.43l-0.023,-0.43l-0.026,-0.429l-0.029,-0.428l-0.031,-0.428l-0.035,-0.427l-0.036,-0.426l-0.04,-0.425l-0.042,-0.425l-0.045,-0.424l-0.047,-0.423l-0.05,-0.423l-0.053,-0.422l-0.055,-0.42l-0.058,-0.421l-0.06,-0.419l-0.063,-0.419l-0.066,-0.417l-0.013,-0.083l-0.05,-0.335l-0.065,-0.417l-0.068,-0.416l-0.07,-0.415l-0.073,-0.415l-0.075,-0.414l-0.078,-0.413l-0.08,-0.412l-0.082,-0.411l-0.086,-0.411l-0.087,-0.409l-0.09,-0.409l-0.093,-0.408l-0.095,-0.407l-0.098,-0.407l-0.099,-0.405l-0.103,-0.405l-0.105,-0.404l-0.107,-0.402l-0.109,-0.402l-0.112,-0.401l-0.115,-0.4l-0.116,-0.4l-0.119,-0.398l-0.122,-0.397l-0.124,-0.396l-0.126,-0.396l-0.128,-0.394l-0.131,-0.394l-0.133,-0.392l-0.135,-0.391l-0.138,-0.391l-0.14,-0.389l-0.142,-0.389l-0.145,-0.387l-0.147,-0.386l-0.149,-0.386l-0.151,-0.384l-0.154,-0.383l-0.155,-0.382l-0.158,-0.381l-0.16,-0.38l-0.163,-0.379l-0.164,-0.378l-0.167,-0.376l-0.169,-0.376l-0.124,-0.27l-0.046,-0.104l-0.168,-0.376l-0.171,-0.374l-0.173,-0.373l-0.175,-0.372l-0.177,-0.371l-0.179,-0.37l-0.182,-0.368l-0.183,-0.368l-0.186,-0.366l-0.188,-0.365l-0.19,-0.364l-0.192,-0.363l-0.194,-0.362l-0.196,-0.36l-0.198,-0.359l-0.2,-0.358l-0.203,-0.357l-0.204,-0.355l-0.207,-0.355l-0.208,-0.353l-0.211,-0.351l-0.212,-0.351l-0.215,-0.349l-0.216,-0.348l-0.219,-0.346l-0.22,-0.346l-0.092,-0.142l-0.129,-0.203l-0.222,-0.344l-0.224,-0.343l-0.225,-0.342l-0.228,-0.34l-0.23,-0.339l-0.231,-0.338l-0.234,-0.337l-0.235,-0.335l-0.237,-0.333l-0.24,-0.333l-0.241,-0.33l-0.243,-0.33l-0.245,-0.328l-0.071,-0.094l-0.175,-0.234l-0.246,-0.326l-0.249,-0.326l-0.251,-0.324l-0.252,-0.322l-0.254,-0.321l-0.257,-0.32l-0.258,-0.318l-0.259,-0.317l-0.262,-0.315l-0.264,-0.313l-0.265,-0.313l-0.267,-0.31l-0.269,-0.309l-0.103,-0.118l-0.167,-0.191l-0.271,-0.307l-0.273,-0.306l-0.274,-0.304l-0.277,-0.303l-0.278,-0.301l-0.28,-0.3l-0.282,-0.298l-0.283,-0.297l-0.285,-0.294l-0.287,-0.294l-0.289,-0.291l-0.29,-0.291l-0.292,-0.288l-0.294,-0.287l-0.296,-0.285l-0.297,-0.283l-0.299,-0.282l-0.3,-0.28l-0.302,-0.279l-0.304,-0.276l-0.305,-0.276l-0.307,-0.273l-0.309,-0.271l-0.31,-0.27l-0.312,-0.268l-0.314,-0.267l-0.315,-0.264l-0.317,-0.263l-0.318,-0.261l-0.32,-0.26l-0.321,-0.257l-0.323,-0.256l-0.284,-0.221l-0.041,-0.033l-0.325,-0.252l-0.327,-0.251l-0.329,-0.249l-0.33,-0.247l-0.332,-0.245l-0.333,-0.244l-0.335,-0.241l-0.336,-0.24l-0.338,-0.237l-0.339,-0.236l-0.341,-0.234l-0.342,-0.232l-0.344,-0.23l-0.345,-0.228l-0.346,-0.226l-0.348,-0.224l-0.349,-0.222l-0.351,-0.221l-0.352,-0.218l-0.354,-0.216l-0.355,-0.214l-0.356,-0.213l-0.358,-0.21l-0.359,-0.208l-0.36,-0.206l-0.362,-0.204l-0.363,-0.202l-0.365,-0.2l-0.365,-0.198l-0.368,-0.196l-0.368,-0.193l-0.37,-0.192l-0.371,-0.189l-0.372,-0.188l-0.374,-0.185l-0.375,-0.183l-0.376,-0.181l-0.377,-0.178l-0.379,-0.177l-0.38,-0.174l-0.381,-0.172l-0.383,-0.17l-0.021,-0.01l-0.362,-0.159l-0.385,-0.166l-0.386,-0.164l-0.387,-0.161l-0.388,-0.16l-0.39,-0.157l-0.391,-0.155l-0.391,-0.152l-0.394,-0.151l-0.394,-0.148l-0.395,-0.145l-0.397,-0.144l-0.397,-0.141l-0.399,-0.139l-0.4,-0.136l-0.401,-0.134l-0.403,-0.132l-0.403,-0.13l-0.404,-0.127l-0.406,-0.124l-0.406,-0.123l-0.408,-0.12l-0.409,-0.117l-0.41,-0.115l-0.411,-0.113l-0.412,-0.11l-0.413,-0.108l-0.414,-0.105l-0.415,-0.103l-0.416,-0.101l-0.417,-0.098l-0.418,-0.095l-0.419,-0.093l-0.421,-0.09l-0.421,-0.088l-0.422,-0.086l-0.423,-0.083l-0.424,-0.08l-0.425,-0.078l-0.426,-0.075l-0.427,-0.073l-0.428,-0.07l-0.429,-0.067l-0.43,-0.065l-0.43,-0.062l-0.432,-0.06l-0.432,-0.057l-0.434,-0.054l-0.434,-0.052l-0.433,-0.049l-0.433,-0.046l-0.432,-0.043l-0.432,-0.041l-0.431,-0.037l-0.431,-0.035l-0.43,-0.033l-0.43,-0.029l-0.43,-0.027l-0.429,-0.024l-0.428,-0.021l-0.428,-0.019l-0.427,-0.015l-0.427,-0.014l-0.426,-0.01l-0.425,-0.008l-0.425,-0.005l-0.425,-0.002l-0.424,0Z"/></g></g></svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Botfabrik Chat Client</title><link href="./static/css/main.9f09e476.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><link rel="stylesheet" href="./custom.css"><script>!function(e){function t(t){for(var n,l,i=t[0],f=t[1],a=t[2],p=0,s=[];p<i.length;p++)l=i[p],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(c&&c(t);s.length;)s.shift()();return u.push.apply(u,a||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,i=1;i<r.length;i++){var f=r[i];0!==o[f]&&(n=!1)}n&&(u.splice(t--,1),e=l(l.s=r[0]))}return e}var n={},o={1:0},u=[];function l(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,l),r.l=!0,r.exports}l.m=e,l.c=n,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,t){if(1&t&&(e=l(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)l.d(r,n,function(t){return e[t]}.bind(null,n));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="./";var i=this.webpackJsonpclient=this.webpackJsonpclient||[],f=i.push.bind(i);i.push=t,i=i.slice();for(var a=0;a<i.length;a++)t(i[a]);var c=f;r()}([])</script><script src="./static/js/2.94d39000.chunk.js"></script><script src="./static/js/main.1f8d6c7f.chunk.js"></script></body></html>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"short_name": "React App",
|
|
3
|
+
"name": "Create React App Sample",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "favicon.ico",
|
|
7
|
+
"sizes": "64x64 32x32 24x24 16x16",
|
|
8
|
+
"type": "image/x-icon"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "logo192.png",
|
|
12
|
+
"type": "image/png",
|
|
13
|
+
"sizes": "192x192"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"src": "logo512.png",
|
|
17
|
+
"type": "image/png",
|
|
18
|
+
"sizes": "512x512"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"start_url": ".",
|
|
22
|
+
"display": "standalone",
|
|
23
|
+
"theme_color": "#000000",
|
|
24
|
+
"background_color": "#ffffff"
|
|
25
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
self.__precacheManifest = (self.__precacheManifest || []).concat([
|
|
2
|
+
{
|
|
3
|
+
"revision": "1666578d3117980ccf2440f254440609",
|
|
4
|
+
"url": "./index.html"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"revision": "1f9a171143052bde1bdc",
|
|
8
|
+
"url": "./static/css/main.9f09e476.chunk.css"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"revision": "1c40353db676ec7c03d9",
|
|
12
|
+
"url": "./static/js/2.94d39000.chunk.js"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"revision": "1972f89cf9ae28215acbbb82c85db469",
|
|
16
|
+
"url": "./static/js/2.94d39000.chunk.js.LICENSE.txt"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"revision": "1f9a171143052bde1bdc",
|
|
20
|
+
"url": "./static/js/main.1f8d6c7f.chunk.js"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"revision": "f35dbb30bb93cebd5c82",
|
|
24
|
+
"url": "./static/js/runtime-main.f63e6028.js"
|
|
25
|
+
}
|
|
26
|
+
]);
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Welcome to your Workbox-powered service worker!
|
|
3
|
+
*
|
|
4
|
+
* You'll need to register this file in your web app and you should
|
|
5
|
+
* disable HTTP caching for this file too.
|
|
6
|
+
* See https://goo.gl/nhQhGp
|
|
7
|
+
*
|
|
8
|
+
* The rest of the code is auto-generated. Please don't update this file
|
|
9
|
+
* directly; instead, make changes to your Workbox build configuration
|
|
10
|
+
* and re-run your build process.
|
|
11
|
+
* See https://goo.gl/2aRDsh
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
|
15
|
+
|
|
16
|
+
importScripts(
|
|
17
|
+
"./precache-manifest.18268e8ddbe40ae5d8e91a4a76774701.js"
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
self.addEventListener('message', (event) => {
|
|
21
|
+
if (event.data && event.data.type === 'SKIP_WAITING') {
|
|
22
|
+
self.skipWaiting();
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
workbox.core.clientsClaim();
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
|
|
30
|
+
* requests for URLs in the manifest.
|
|
31
|
+
* See https://goo.gl/S9QRab
|
|
32
|
+
*/
|
|
33
|
+
self.__precacheManifest = [].concat(self.__precacheManifest || []);
|
|
34
|
+
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
|
|
35
|
+
|
|
36
|
+
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("./index.html"), {
|
|
37
|
+
|
|
38
|
+
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
|
|
39
|
+
});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700,500,100,200);html{font-family:"Roboto",sans-serif}body{margin:0}.Client_chatPage__126Ne{display:flex;flex-direction:column;height:100vh}@media (min-width:36rem){.Client_chatPage__126Ne{flex-direction:row}}.Chat_chatwindow__2gTsn{display:flex;flex-flow:column nowrap;width:100%;height:100vh;max-width:48rem;margin-left:auto;margin-right:auto}@media (min-width:36rem){.Chat_chatwindow__2gTsn{padding-right:1rem}}@media (min-height:14rem){.Chat_chatwindow__2gTsn{background-color:#fff}}.InputContainer_inputContainer__2LEmG{width:100%;background-color:#fff;padding:0 1rem 1rem}@media (max-height:14rem){.InputContainer_inputContainer__2LEmG{background-color:transparent;font-size:.8rem;padding:0 1rem}}.Global_button__33oEy{display:inline-block;font-family:Roboto,sans-serif;font-size:1em;padding:.5em 1em;border-radius:.2rem;background-color:#fff;border:2px solid #fff;color:#008fd7;cursor:pointer;transition:all .2s linear;text-align:center}.Global_button__33oEy:hover{color:#fff;background-color:#008fd7}svg{fill:currentColor}.QuickReplies_quickReplies__3s_Fe{display:flex;flex-flow:row wrap;justify-content:flex-end;padding-bottom:.4rem;margin:0 -.3rem}.QuickReplies_quickReply__1ALDF{margin-top:.5em;margin-right:.5em;background-color:#eee;color:#717171;border:0}.QuickReplies_more__1NmDD{display:none}@media (max-height:14rem){.QuickReplies_quickReplies__3s_Fe{flex-flow:row nowrap}.QuickReplies_quickReply__1ALDF{padding:.6rem .8rem}.QuickReplies_more__1NmDD{padding:.3rem .6rem;font-size:1rem;font-weight:900;line-height:1.5;color:#eee;background-color:#4a4a4a;border:1px solid #eee}}@media (min-width:40rem){.QuickReplies_quickReplies__3s_Fe{font-size:1.2rem}.QuickReplies_quickReply__1ALDF{padding-left:1.5em;padding-right:1.5em}}.AudioRecorder_audioRecorder__9e24N{display:flex}.AudioRecorder_recordButton__104a6{display:block;margin:0;border:0;background-color:#fff;color:#717171}.AudioRecorder_recordButton__104a6:hover{background-color:#008fd7;color:#fff}.AudioRecorder_submitButton__kX6gE{display:block;margin:0;border:0;background-color:#fff;color:#008fd7}.AudioRecorder_submitButton__kX6gE:hover{background-color:#008fd7;color:#fff}.AudioRecorder_cancelButton__379d9{display:block;margin:0;border:0;background-color:#fff;color:#008fd7}.AudioRecorder_cancelButton__379d9:hover{background-color:#008fd7;color:#fff}.AudioRecorder_recorderIcon__2e6S0{width:1.3em;height:1.3em;border-radius:50%;-webkit-animation:AudioRecorder_pulse__2JaAb 2s infinite;animation:AudioRecorder_pulse__2JaAb 2s infinite;margin:auto .6em}@-webkit-keyframes AudioRecorder_pulse__2JaAb{0%{background-color:#fff}40%{background-color:red}60%{background-color:red}to{background-color:#fff}}@keyframes AudioRecorder_pulse__2JaAb{0%{background-color:#fff}40%{background-color:red}60%{background-color:red}to{background-color:#fff}}.AudioRecorder_spinning__26mEm{display:block;margin:auto;color:#717171;-webkit-animation:AudioRecorder_spin__3IqEo 1.2s linear infinite;animation:AudioRecorder_spin__3IqEo 1.2s linear infinite}@-webkit-keyframes AudioRecorder_spin__3IqEo{to{transform:rotate(1turn)}}@keyframes AudioRecorder_spin__3IqEo{to{transform:rotate(1turn)}}.TextInput_inputWrapper__3g5RY{display:flex;line-height:0}@media (max-height:14rem){.TextInput_inputWrapper__3g5RY{display:none}}.TextInput_messageInputWrapper__3kX2Z{flex:1 1;border-radius:.2rem;border:2px solid #bcbdc0;margin-right:.5rem}.TextInput_messageInput__1wtyj{font-size:1rem;border:none;height:100%;box-sizing:border-box;width:100%;outline-width:0;padding:.8rem 1rem;text-overflow:ellipsis;color:grey}.TextInput_sendMessage__1PytH{margin:0;background-color:#008fd7;border-color:#008fd7;color:#fff}.TextInput_sendMessage__1PytH svg{height:1.4rem;width:2.2rem;fill:currentColor}.TextInput_sendMessage__1PytH:hover{color:#008fd7;background-color:#fff}.Upload_upload__115Jj{display:flex;flex-direction:row;justify-content:flex-end;padding-top:.4rem}.Upload_upload__115Jj span+span{margin-left:.3rem;margin-top:0}.Upload_upload__button__38-Um{display:flex;align-items:center;height:3.4rem;width:100%;max-width:24rem;padding:2px 5px;margin:2px;color:#fff;background-color:#008fd7;border:2px solid #008fd7;border-radius:.2rem;cursor:pointer}.Upload_upload__button__38-Um input[type=file]{position:fixed;top:-1000px}.Upload_upload__button__38-Um svg{height:2rem;width:2rem;margin:.8rem;fill:currentColor}.Upload_upload__button__38-Um:hover{background-color:#fff;color:#008fd7}.Upload_upload__button__38-Um:active{background:#ccc;color:#008fd7}.Upload_upload__button__38-Um:invalid+span{color:#a44}.Upload_upload__button__38-Um:valid+span{color:#4a4}.Upload_upload__button__38-Um.Upload_uploading__3ox9F{color:#fff;background:#ccc;border-color:#ccc;cursor:auto}.Upload_upload__button__38-Um.Upload_uploading__3ox9F svg{position:relative;-webkit-animation:Upload_MoveUpDown__127MH 1s ease-in infinite;animation:Upload_MoveUpDown__127MH 1s ease-in infinite}@-webkit-keyframes Upload_MoveUpDown__127MH{0%{bottom:0}to{bottom:3px}}@keyframes Upload_MoveUpDown__127MH{0%{bottom:0}to{bottom:3px}}*{box-sizing:border-box}.Message_messageBot__1UGxS,.Message_messageUser__3kL5s{display:flex;margin-bottom:1.2rem;transition:all .5s linear}.Message_messageUser__3kL5s{justify-content:flex-end}.Message_avatar__3lDSz{width:3.75rem;height:3.75rem}@media only screen and (max-width:767px){.Message_messageBot__1UGxS,.Message_messageUser__3kL5s{margin-bottom:.7rem}.Message_avatar__3lDSz{width:2.5rem;height:2.5rem}}.Message_textWrapper__2QTuM{display:inline-block;padding:.9em 1.3em;border-radius:6px;width:calc(100% - 5.3rem);min-width:6.25rem;max-width:30rem;position:relative}@media (max-height:14rem){.Message_textWrapper__2QTuM{width:100%;max-height:3.2rem;margin-top:.3rem;padding:.4em .8em}.Message_avatar__3lDSz{margin-top:.3rem}}.Message_textWrapper__2QTuM:before{top:1.1rem;content:" ";height:0;width:0;position:absolute;pointer-events:none;border:.8rem solid transparent}@media only screen and (max-width:767px){.Message_textWrapper__2QTuM:before{top:.5rem}}@media (max-height:14rem){.Message_text__3bVsr iframe{display:none}.Message_textWrapper__2QTuM:before{top:.7rem}}.Message_leftTextWrapper__T6JdA{background-color:#008fd7;margin-left:1.25rem}.Message_leftTextWrapper__T6JdA:before{right:100%;border-right-color:#008fd7}.Message_leftText__3KRO6{color:#fff}.Message_leftText__3KRO6 a{color:#fff!important}.Message_rightTextWrapper__3N8Sq{background-color:#eee;margin-right:1.25rem}.Message_rightTextWrapper__3N8Sq:before{left:100%;border-left-color:#eee}.Message_rightText__1PbWT,.Message_rightText__1PbWT a{color:#717171}.DetailMessage_image__1zbE4 img{width:100%;position:relative}.DetailMessage_image_container__30r15{position:relative;text-align:center;color:#fff}.DetailMessage_play_button__2Hboo{width:15%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.DetailMessage_title__A_inP{font-weight:700}.DetailMessage_subtitle__1ND_J{margin-top:1rem}.DetailMessage_button__3wrCB{font-size:.9em;margin-top:.5em;margin-right:.5em}@media (max-height:14rem){.DetailMessage_image__1zbE4,.DetailMessage_title__A_inP{display:none}.DetailMessage_subtitle__1ND_J{margin-top:0}.DetailMessage_button__3wrCB{display:none}}@media only screen and (max-width:767px){.DetailMessage_title__A_inP{font-size:1.1rem}}.DetailMessage_video_container__29xT4{position:relative;width:100%;height:0;padding-bottom:56.25%}.DetailMessage_video__2ChW3{position:absolute;top:0;left:0;width:100%;height:100%}.Text_text__2JaXU{overflow-wrap:break-word}.MarkdownMessage_markdownMessage__hSbUt{margin-bottom:-1em}.MarkdownMessage_markdownMessage__hSbUt h1,.MarkdownMessage_markdownMessage__hSbUt h2,.MarkdownMessage_markdownMessage__hSbUt h3,.MarkdownMessage_markdownMessage__hSbUt h4,.MarkdownMessage_markdownMessage__hSbUt h5,.MarkdownMessage_markdownMessage__hSbUt h6,.MarkdownMessage_markdownMessage__hSbUt ol,.MarkdownMessage_markdownMessage__hSbUt p,.MarkdownMessage_markdownMessage__hSbUt table,.MarkdownMessage_markdownMessage__hSbUt ul{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:1em;margin-block-end:1em}.MarkdownMessage_markdownMessage__hSbUt table{width:100%}.MarkdownMessage_markdownMessage__hSbUt img{max-width:100%;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.MarkdownMessage_markdownMessage__hSbUt td:not(:last-child){padding-right:1rem}.MarkdownMessage_markdownMessage__hSbUt ul{padding:0 0 0 1.1em}.MarkdownMessage_markdownMessage__hSbUt ul>li{list-style-type:disc}.MarkdownMessage_markdownMessage__hSbUt ol{padding:0 0 0 1.1em}.MarkdownMessage_markdownMessage__hSbUt ol>li{list-style-type:decimal}.MessageContainer_messageContainer__1JbXm{flex:1 1;overflow-y:auto;padding-top:1rem;position:relative;-webkit-overflow-scrolling:touch}.MessageContainer_messages__1EfQ1{position:relative;list-style:none;font-size:.9rem;line-height:1.4;padding:0 1rem;margin:0;overflow-wrap:break-word;word-wrap:break-word}@media (min-width:36rem){.MessageContainer_messageContainer__1JbXm{padding-top:2rem}.MessageContainer_messages__1EfQ1{font-size:1rem;line-height:1.8}}@media (max-height:14rem){.MessageContainer_messageContainer__1JbXm{padding:0;overflow-y:unset;flex:0 0 auto}.MessageContainer_messageContainer__1JbXm li:not(:last-child){display:none}.MessageContainer_messageContainer__1JbXm li{margin-bottom:0!important}.MessageContainer_messages__1EfQ1{padding:0 1rem;line-height:1.2rem}}.TypingIndicator_typingIndicator__2vRCR{background-color:#008fd7;width:auto;border-radius:5px;padding:1rem;display:table;margin-left:6rem;margin-bottom:.2rem;position:relative}.TypingIndicator_typingIndicator__2vRCR span{height:.25rem;width:.25rem;float:left;margin:0 1px;background-color:#fff;display:block;border-radius:50%;opacity:.3}.TypingIndicator_typingIndicator__2vRCR span:first-of-type{-webkit-animation:TypingIndicator_blink__3wJ7S 1s .3333s infinite;animation:TypingIndicator_blink__3wJ7S 1s .3333s infinite}@-webkit-keyframes TypingIndicator_blink__3wJ7S{50%{opacity:1}}.TypingIndicator_typingIndicator__2vRCR span:nth-of-type(2){-webkit-animation:TypingIndicator_blink__3wJ7S 1s .6666s infinite;animation:TypingIndicator_blink__3wJ7S 1s .6666s infinite}.TypingIndicator_typingIndicator__2vRCR span:nth-of-type(3){-webkit-animation:TypingIndicator_blink__3wJ7S 1s .9999s infinite;animation:TypingIndicator_blink__3wJ7S 1s .9999s infinite}@keyframes TypingIndicator_blink__3wJ7S{50%{opacity:1}}@media (max-width:767px){.TypingIndicator_typingIndicator__2vRCR{margin-left:4.8rem}}@media (max-height:14rem){.TypingIndicator_typingIndicator__2vRCR{display:none}}
|
|
2
|
+
/*# sourceMappingURL=main.9f09e476.chunk.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["main.9f09e476.chunk.css","Client.module.scss","Chat.module.scss","InputContainer.module.scss","Global.module.scss","_variables.scss","QuickReplies.module.scss","../_variables.scss","AudioRecorder.module.scss","TextInput.module.scss","Upload.module.scss","Message.module.scss","DetailMessage.module.scss","Text.module.scss","MarkdownMessage.module.scss","MessageContainer.module.scss","TypingIndicator.module.scss"],"names":[],"mappings":"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","file":"main.9f09e476.chunk.css","sourcesContent":["@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700,500,100,200);\nhtml{font-family:'Roboto', sans-serif}body{margin:0}.Client_chatPage__126Ne{display:flex;flex-direction:column;height:100vh}@media (min-width: 36rem){.Client_chatPage__126Ne{flex-direction:row}}\n\n.Chat_chatwindow__2gTsn{display:flex;flex-flow:column nowrap;width:100%;height:100vh;max-width:48rem;margin-left:auto;margin-right:auto}@media (min-width: 36rem){.Chat_chatwindow__2gTsn{padding-right:1rem}}@media (min-height: 14rem){.Chat_chatwindow__2gTsn{background-color:white}}\n\n*{box-sizing:border-box}.InputContainer_inputContainer__2LEmG{width:100%;background-color:#fff;padding:0 1rem 1rem 1rem}@media (max-height: 14rem){.InputContainer_inputContainer__2LEmG{background-color:transparent;font-size:0.8rem;padding:0 1rem}}\n\n.Global_button__33oEy{display:inline-block;font-family:Roboto, sans-serif;font-size:1em;padding:0.5em 1em;border-radius:0.2rem;background-color:white;border:2px solid white;color:#008fd7;cursor:pointer;transition:all 0.2s linear;text-align:center}.Global_button__33oEy:hover{color:#fff;background-color:#008fd7}svg{fill:currentColor}\n\n.QuickReplies_quickReplies__3s_Fe{display:flex;flex-flow:row wrap;justify-content:flex-end;padding-bottom:0.4rem;margin:0 -0.3rem}.QuickReplies_quickReply__1ALDF{margin-top:0.5em;margin-right:0.5em;background-color:#eee;color:#717171;border:0}.QuickReplies_more__1NmDD{display:none}@media (max-height: 14rem){.QuickReplies_quickReplies__3s_Fe{flex-flow:row nowrap}.QuickReplies_quickReply__1ALDF{padding:0.6rem 0.8rem}.QuickReplies_more__1NmDD{padding:0.3rem 0.6rem;font-size:1rem;font-weight:900;line-height:1.5;color:#eee;background-color:#4a4a4a;border:1px solid #eee}}@media (min-width: 40rem){.QuickReplies_quickReplies__3s_Fe{font-size:1.2rem}.QuickReplies_quickReply__1ALDF{padding-left:1.5em;padding-right:1.5em}}\n\n*{box-sizing:border-box}.AudioRecorder_audioRecorder__9e24N{display:flex}.AudioRecorder_recordButton__104a6{display:block;margin:0;border:0;background-color:#fff;color:#717171}.AudioRecorder_recordButton__104a6:hover{background-color:#008fd7;color:#fff}.AudioRecorder_submitButton__kX6gE{display:block;margin:0;border:0;background-color:#fff;color:#008fd7}.AudioRecorder_submitButton__kX6gE:hover{background-color:#008fd7;color:#fff}.AudioRecorder_cancelButton__379d9{display:block;margin:0;border:0;background-color:#fff;color:#008fd7}.AudioRecorder_cancelButton__379d9:hover{background-color:#008fd7;color:#fff}.AudioRecorder_recorderIcon__2e6S0{width:1.3em;height:1.3em;border-radius:50%;-webkit-animation:AudioRecorder_pulse__2JaAb 2s infinite;animation:AudioRecorder_pulse__2JaAb 2s infinite;margin:auto 0.6em}@-webkit-keyframes AudioRecorder_pulse__2JaAb{0%{background-color:white}40%{background-color:red}60%{background-color:red}100%{background-color:white}}@keyframes AudioRecorder_pulse__2JaAb{0%{background-color:white}40%{background-color:red}60%{background-color:red}100%{background-color:white}}.AudioRecorder_spinning__26mEm{display:block;margin:auto;color:#717171;-webkit-animation:AudioRecorder_spin__3IqEo 1.2s linear infinite;animation:AudioRecorder_spin__3IqEo 1.2s linear infinite}@-webkit-keyframes AudioRecorder_spin__3IqEo{100%{transform:rotate(360deg)}}@keyframes AudioRecorder_spin__3IqEo{100%{transform:rotate(360deg)}}\n\n*{box-sizing:border-box}.TextInput_inputWrapper__3g5RY{display:flex;line-height:0}@media (max-height: 14rem){.TextInput_inputWrapper__3g5RY{display:none}}.TextInput_messageInputWrapper__3kX2Z{flex:1 1;border-radius:0.2rem;border:2px solid #bcbdc0;margin-right:0.5rem}.TextInput_messageInput__1wtyj{font-size:1rem;border:none;height:100%;box-sizing:border-box;width:100%;outline-width:0;padding:0.8rem 1rem;text-overflow:ellipsis;color:gray}.TextInput_sendMessage__1PytH{margin:0;background-color:#008fd7;border-color:#008fd7;color:#fff}.TextInput_sendMessage__1PytH svg{height:1.4rem;width:2.2rem;fill:currentColor}.TextInput_sendMessage__1PytH:hover{color:#008fd7;background-color:#fff}\n\n.Upload_upload__115Jj{display:flex;flex-direction:row;justify-content:flex-end;padding-top:0.4rem}.Upload_upload__115Jj span+span{margin-left:0.3rem;margin-top:0}.Upload_upload__button__38-Um{display:flex;align-items:center;height:3.4rem;width:100%;max-width:24rem;padding:2px 5px;margin:2px;color:white;background-color:#008fd7;border:2px solid #008fd7;border-radius:0.2rem;cursor:pointer}.Upload_upload__button__38-Um input[type='file']{position:fixed;top:-1000px}.Upload_upload__button__38-Um svg{height:2rem;width:2rem;margin:0.8rem;fill:currentColor}.Upload_upload__button__38-Um:hover{background-color:white;color:#008fd7}.Upload_upload__button__38-Um:active{background:#ccc;color:#008fd7}.Upload_upload__button__38-Um:invalid+span{color:#a44}.Upload_upload__button__38-Um:valid+span{color:#4a4}.Upload_upload__button__38-Um.Upload_uploading__3ox9F{color:white;background:#ccc;border-color:#ccc;cursor:auto}.Upload_upload__button__38-Um.Upload_uploading__3ox9F svg{position:relative;-webkit-animation:Upload_MoveUpDown__127MH 1s ease-in infinite;animation:Upload_MoveUpDown__127MH 1s ease-in infinite}@-webkit-keyframes Upload_MoveUpDown__127MH{0%{bottom:0}100%{bottom:3px}}@keyframes Upload_MoveUpDown__127MH{0%{bottom:0}100%{bottom:3px}}\n\n*{box-sizing:border-box}.Message_messageBot__1UGxS{display:flex;margin-bottom:1.2rem;transition:all 0.5s linear}.Message_messageUser__3kL5s{display:flex;justify-content:flex-end;margin-bottom:1.2rem;transition:all 0.5s linear}.Message_avatar__3lDSz{width:3.75rem;height:3.75rem}@media only screen and (max-width: 767px){.Message_messageBot__1UGxS{margin-bottom:0.7rem}.Message_messageUser__3kL5s{margin-bottom:0.7rem}.Message_avatar__3lDSz{width:2.5rem;height:2.5rem}}.Message_textWrapper__2QTuM{display:inline-block;padding:0.9em 1.3em;border-radius:6px;width:calc(100% - 5.3rem);min-width:6.25rem;max-width:30rem;position:relative}@media (max-height: 14rem){.Message_textWrapper__2QTuM{width:100%;max-height:3.2rem;margin-top:0.3rem;padding:0.4em 0.8em}.Message_avatar__3lDSz{margin-top:0.3rem}}.Message_textWrapper__2QTuM::before{top:1.1rem;border:solid transparent;content:' ';height:0;width:0;position:absolute;pointer-events:none;border-width:0.8rem}@media only screen and (max-width: 767px){.Message_textWrapper__2QTuM::before{top:0.5rem}}@media (max-height: 14rem){.Message_text__3bVsr iframe{display:none}.Message_textWrapper__2QTuM::before{top:0.7rem}}.Message_leftTextWrapper__T6JdA{background-color:#008fd7;margin-left:1.25rem}.Message_leftTextWrapper__T6JdA::before{right:100%;border-right-color:#008fd7}.Message_leftText__3KRO6{color:white}.Message_leftText__3KRO6 a{color:white !important}.Message_rightTextWrapper__3N8Sq{background-color:#eee;margin-right:1.25rem}.Message_rightTextWrapper__3N8Sq::before{left:100%;border-left-color:#eee}.Message_rightText__1PbWT{color:#717171}.Message_rightText__1PbWT a{color:#717171}\n\n.DetailMessage_image__1zbE4 img{width:100%;position:relative}.DetailMessage_image_container__30r15{position:relative;text-align:center;color:white}.DetailMessage_play_button__2Hboo{width:15%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.DetailMessage_title__A_inP{font-weight:bold}.DetailMessage_subtitle__1ND_J{margin-top:1rem}.DetailMessage_button__3wrCB{font-size:0.9em;margin-top:0.5em;margin-right:0.5em}@media (max-height: 14rem){.DetailMessage_title__A_inP{display:none}.DetailMessage_image__1zbE4{display:none}.DetailMessage_subtitle__1ND_J{margin-top:0}.DetailMessage_button__3wrCB{display:none}}@media only screen and (max-width: 767px){.DetailMessage_title__A_inP{font-size:1.1rem}}.DetailMessage_video_container__29xT4{position:relative;width:100%;height:0;padding-bottom:56.25%}.DetailMessage_video__2ChW3{position:absolute;top:0;left:0;width:100%;height:100%}\n\n.Text_text__2JaXU{overflow-wrap:break-word}\n\n.MarkdownMessage_markdownMessage__hSbUt{margin-bottom:-1em}.MarkdownMessage_markdownMessage__hSbUt h1,.MarkdownMessage_markdownMessage__hSbUt h2,.MarkdownMessage_markdownMessage__hSbUt h3,.MarkdownMessage_markdownMessage__hSbUt h4,.MarkdownMessage_markdownMessage__hSbUt h5,.MarkdownMessage_markdownMessage__hSbUt h6,.MarkdownMessage_markdownMessage__hSbUt p,.MarkdownMessage_markdownMessage__hSbUt table,.MarkdownMessage_markdownMessage__hSbUt ul,.MarkdownMessage_markdownMessage__hSbUt ol{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:1em;margin-block-end:1em}.MarkdownMessage_markdownMessage__hSbUt table{width:100%}.MarkdownMessage_markdownMessage__hSbUt img{max-width:100%;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.MarkdownMessage_markdownMessage__hSbUt td:not(:last-child){padding-right:1rem}.MarkdownMessage_markdownMessage__hSbUt ul{padding:0 0 0 1.1em}.MarkdownMessage_markdownMessage__hSbUt ul>li{list-style-type:disc}.MarkdownMessage_markdownMessage__hSbUt ol{padding:0 0 0 1.1em}.MarkdownMessage_markdownMessage__hSbUt ol>li{list-style-type:decimal}\n\n\n.MessageContainer_messageContainer__1JbXm{flex:1 1;overflow-y:auto;padding-top:1rem;position:relative;-webkit-overflow-scrolling:touch}.MessageContainer_messages__1EfQ1{position:relative;list-style:none;font-size:0.9rem;line-height:1.4;padding:0 1rem;margin:0;overflow-wrap:break-word;word-wrap:break-word}@media (min-width: 36rem){.MessageContainer_messageContainer__1JbXm{padding-top:2rem}.MessageContainer_messages__1EfQ1{font-size:1rem;line-height:1.8}}@media (max-height: 14rem){.MessageContainer_messageContainer__1JbXm{padding:0;overflow-y:unset;flex:0 0 auto}.MessageContainer_messageContainer__1JbXm li:not(:last-child){display:none}.MessageContainer_messageContainer__1JbXm li{margin-bottom:0 !important}.MessageContainer_messages__1EfQ1{padding:0 1rem;line-height:1.2rem}}\n\n.TypingIndicator_typingIndicator__2vRCR{background-color:#008fd7;width:auto;border-radius:5px;padding:1rem;display:table;margin-left:6rem;margin-bottom:0.2rem;position:relative}.TypingIndicator_typingIndicator__2vRCR span{height:0.25rem;width:0.25rem;float:left;margin:0 1px;background-color:white;display:block;border-radius:50%;opacity:0.3}.TypingIndicator_typingIndicator__2vRCR span:nth-of-type(1){-webkit-animation:TypingIndicator_blink__3wJ7S 1s infinite .3333s;animation:TypingIndicator_blink__3wJ7S 1s infinite .3333s}@-webkit-keyframes TypingIndicator_blink__3wJ7S{50%{opacity:1}}@keyframes TypingIndicator_blink__3wJ7S{50%{opacity:1}}.TypingIndicator_typingIndicator__2vRCR span:nth-of-type(2){-webkit-animation:TypingIndicator_blink__3wJ7S 1s infinite .6666s;animation:TypingIndicator_blink__3wJ7S 1s infinite .6666s}@keyframes TypingIndicator_blink__3wJ7S{50%{opacity:1}}.TypingIndicator_typingIndicator__2vRCR span:nth-of-type(3){-webkit-animation:TypingIndicator_blink__3wJ7S 1s infinite .9999s;animation:TypingIndicator_blink__3wJ7S 1s infinite .9999s}@keyframes TypingIndicator_blink__3wJ7S{50%{opacity:1}}@media (max-width: 767px){.TypingIndicator_typingIndicator__2vRCR{margin-left:4.8rem}}@media (max-height: 14rem){.TypingIndicator_typingIndicator__2vRCR{display:none}}\n\n","@import \"./_variables.scss\";\n@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700,500,100,200);\n\nhtml {\n font-family: 'Roboto', sans-serif;\n}\n\nbody {\n margin: 0;\n}\n\n.chatPage {\n display: flex;\n flex-direction: column;\n height: 100vh;\n}\n\n@media (min-width: 36rem) {\n .chatPage {\n flex-direction: row;\n }\n}\n","@import \"./../_variables.scss\";\n\n.chatwindow {\n display: flex;\n flex-flow: column nowrap;\n width: 100%;\n height: 100vh;\n max-width: 48rem;\n margin-left: auto;\n margin-right: auto;\n}\n\n@media (min-width: 36rem) {\n .chatwindow {\n padding-right: 1rem;\n }\n}\n\n@media (min-height: $collapsed) {\n .chatwindow {\n background-color: white;\n }\n}\n","@import './../_variables.scss';\n\n* {\n box-sizing: border-box;\n}\n\n.inputContainer {\n width: 100%;\n background-color: #fff;\n padding: 0 1rem 1rem 1rem;\n}\n\n@media (max-height: $collapsed) {\n .inputContainer {\n background-color: transparent;\n font-size: 0.8rem;\n padding: 0 1rem;\n }\n}\n","@import \"./_variables.scss\";\n\n.button {\n display: inline-block;\n font-family: Roboto, sans-serif;\n font-size: 1em;\n padding: 0.5em 1em;\n border-radius: 0.2rem;\n background-color: white;\n border: 2px solid white;\n color: $brand-primary;\n cursor: pointer;\n transition: all 0.2s linear;\n text-align: center;\n \n &:hover {\n color: #fff;\n background-color: $brand-primary;\n }\n}\n\n:global(svg) {\n fill: currentColor;\n}","$enable-flex: true;\n\n$brand-primary: #008fd7 !default;\n$brand-success: #4fb703 !default;\n$brand-info: hsla(200, 100%, 72%, 1) !default;\n$brand-warning: #ff7d00 !default;\n$brand-danger: #d9534f !default;\n\n$lighter-gray: #eee;\n$light-gray: #b3b3b3;\n$mid-gray: #a0a0a0;\n$gray: #717171;\n$dark-gray: #2b2b2b;\n\n$text: $gray;\n$reduced-text: $light-gray;\n$info-text: $mid-gray;\n\n$bg-gray: $lighter-gray;\n$info-bg: $dark-gray;\n\n$collapsed: 14rem;\n\n// bootstrap variables\n// @import './../../node_modules/bootstrap/scss/functions';\n// @import './../../node_modules/bootstrap/scss/variables';\n","@import './../_variables.scss';\n\n.quickReplies {\n display: flex;\n flex-flow: row wrap;\n justify-content: flex-end;\n padding-bottom: 0.4rem;\n margin: 0 -0.3rem;\n}\n\n.quickReply {\n margin-top: 0.5em;\n margin-right: 0.5em;\n background-color: $bg-gray;\n color: $text;\n border: 0;\n}\n\n.more {\n display: none;\n}\n\n@media (max-height: $collapsed) {\n .quickReplies {\n flex-flow: row nowrap;\n }\n\n .quickReply {\n padding: 0.6rem 0.8rem;\n }\n\n .more {\n padding: 0.3rem 0.6rem;\n font-size: 1rem;\n font-weight: 900;\n line-height: 1.5;\n color: #eee;\n background-color: #4a4a4a;\n border: 1px solid #eee;\n }\n}\n\n@media (min-width: 40rem) {\n .quickReplies {\n font-size: 1.2rem;\n }\n .quickReply {\n padding-left: 1.5em;\n padding-right: 1.5em;\n }\n}\n","$enable-flex: true;\n\n$brand-primary: #008fd7 !default;\n$brand-success: #4fb703 !default;\n$brand-info: hsla(200, 100%, 72%, 1) !default;\n$brand-warning: #ff7d00 !default;\n$brand-danger: #d9534f !default;\n\n$lighter-gray: #eee;\n$light-gray: #b3b3b3;\n$mid-gray: #a0a0a0;\n$gray: #717171;\n$dark-gray: #2b2b2b;\n\n$text: $gray;\n$reduced-text: $light-gray;\n$info-text: $mid-gray;\n\n$bg-gray: $lighter-gray;\n$info-bg: $dark-gray;\n\n$collapsed: 14rem;\n\n// bootstrap variables\n// @import './../../node_modules/bootstrap/scss/functions';\n// @import './../../node_modules/bootstrap/scss/variables';\n","@import '../_variables.scss';\n\n* {\n box-sizing: border-box;\n}\n\n.audioRecorder {\n display: flex;\n}\n\n@mixin audioButton {\n display: block;\n margin: 0;\n border: 0;\n background-color: #fff;\n\n &:hover {\n background-color: $brand-primary;\n color: #fff;\n }\n}\n\n.recordButton {\n @include audioButton();\n color: $gray;\n}\n\n.submitButton {\n @include audioButton();\n color: $brand-primary;\n}\n\n.cancelButton {\n @include audioButton();\n color: $brand-primary;\n}\n\n.recorderIcon {\n width: 1.3em;\n height: 1.3em;\n border-radius: 50%;\n animation: pulse 2s infinite;\n margin: auto 0.6em;\n}\n\n@keyframes pulse {\n 0% {\n background-color: white;\n }\n 40% {\n background-color: red;\n }\n 60% {\n background-color: red;\n }\n 100% {\n background-color: white;\n }\n}\n\n.spinning {\n display: block;\n margin: auto;\n color: $gray;\n animation: spin 1.2s linear infinite;\n}\n\n@keyframes spin {\n 100% {\n transform: rotate(360deg);\n }\n}\n","@import './../_variables.scss';\n\n* {\n box-sizing: border-box;\n}\n\n.inputWrapper {\n display: flex;\n line-height: 0;\n}\n@media (max-height: $collapsed) {\n .inputWrapper {\n display: none;\n }\n}\n\n.messageInputWrapper {\n flex: 1;\n border-radius: 0.2rem;\n border: 2px solid #bcbdc0;\n margin-right: 0.5rem;\n}\n\n.messageInput {\n font-size: 1rem;\n border: none;\n height: 100%;\n box-sizing: border-box;\n width: 100%;\n outline-width: 0;\n padding: 0.8rem 1rem;\n text-overflow: ellipsis;\n color: gray;\n}\n\n.sendMessage {\n margin: 0;\n background-color: $brand-primary;\n border-color: $brand-primary;\n color: #fff;\n\n svg {\n height: 1.4rem;\n width: 2.2rem;\n fill: currentColor;\n }\n}\n\n.sendMessage:hover {\n color: $brand-primary;\n background-color: #fff;\n}\n","@import './../_variables.scss';\n\n.upload {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n padding-top: 0.4rem;\n\n span + span {\n margin-left: 0.3rem;\n margin-top: 0;\n }\n}\n\n.upload__button {\n input[type='file'] {\n position: fixed;\n top: -1000px;\n }\n\n display: flex;\n align-items: center;\n height: 3.4rem;\n width: 100%;\n max-width: 24rem;\n padding: 2px 5px;\n margin: 2px;\n color: white;\n background-color: $brand-primary;\n border: 2px solid $brand-primary;\n border-radius: 0.2rem;\n cursor: pointer;\n\n svg {\n height: 2rem;\n width: 2rem;\n margin: 0.8rem;\n fill: currentColor;\n }\n\n &:hover {\n background-color: white;\n color: $brand-primary;\n }\n\n &:active {\n background: #ccc;\n color: $brand-primary;\n }\n\n &:invalid + span {\n color: #a44;\n }\n\n &:valid + span {\n color: #4a4;\n }\n\n &.uploading {\n color: white;\n background: #ccc;\n border-color: #ccc;\n cursor: auto;\n svg {\n position: relative;\n animation: MoveUpDown 1s ease-in infinite;\n }\n }\n}\n\n@keyframes MoveUpDown {\n 0% {\n bottom: 0;\n }\n 100% {\n bottom: 3px;\n }\n}\n","@import './../_variables.scss';\n\n* {\n box-sizing: border-box;\n}\n\n.messageBot {\n display: flex;\n margin-bottom: 1.2rem;\n transition: all 0.5s linear;\n}\n\n.messageUser {\n display: flex;\n justify-content: flex-end;\n margin-bottom: 1.2rem;\n transition: all 0.5s linear;\n}\n.avatar {\n width: 3.75rem;\n height: 3.75rem;\n}\n@media only screen and (max-width: 767px) {\n .messageBot {\n margin-bottom: 0.7rem;\n }\n .messageUser {\n margin-bottom: 0.7rem;\n }\n .avatar {\n width: 2.5rem;\n height: 2.5rem;\n }\n}\n\n.textWrapper {\n display: inline-block;\n padding: 0.9em 1.3em;\n border-radius: 6px;\n width: calc(100% - 5.3rem);\n min-width: 6.25rem;\n max-width: 30rem;\n position: relative;\n}\n\n@media (max-height: $collapsed) {\n .textWrapper {\n width: 100%;\n max-height: 3.2rem;\n margin-top: 0.3rem;\n padding: 0.4em 0.8em;\n }\n .avatar {\n margin-top: 0.3rem;\n }\n}\n\n.textWrapper::before {\n top: 1.1rem;\n border: solid transparent;\n content: ' ';\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n border-width: 0.8rem;\n}\n\n@media only screen and (max-width: 767px) {\n .textWrapper::before {\n top: 0.5rem;\n }\n}\n\n@media (max-height: $collapsed) {\n .text {\n iframe {\n display: none;\n }\n }\n .textWrapper::before {\n top: 0.7rem;\n }\n}\n\n.leftTextWrapper {\n background-color: $brand-primary;\n margin-left: 1.25rem;\n}\n.leftTextWrapper::before {\n right: 100%;\n border-right-color: $brand-primary;\n}\n.leftText {\n color: white;\n\n a {\n color: white !important;\n }\n}\n\n.rightTextWrapper {\n background-color: $lighter-gray;\n margin-right: 1.25rem;\n}\n.rightTextWrapper::before {\n left: 100%;\n border-left-color: $lighter-gray;\n}\n\n.rightText {\n color: $text;\n\n a {\n color: $text;\n }\n}\n","@import './../../_variables.scss';\n\n.image img {\n width: 100%;\n position: relative;\n}\n\n.image_container {\n position: relative;\n text-align: center;\n color: white;\n}\n\n.play_button {\n width: 15%;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n}\n\n.title {\n font-weight: bold;\n}\n\n.subtitle {\n margin-top: 1rem;\n}\n\n.button {\n font-size: 0.9em;\n margin-top: 0.5em;\n margin-right: 0.5em;\n}\n\n@media (max-height: $collapsed) {\n .title {\n display: none;\n }\n .image {\n display: none;\n }\n .subtitle {\n margin-top: 0;\n }\n .button {\n display: none;\n }\n}\n@media only screen and (max-width: 767px) {\n .title {\n font-size: 1.1rem;\n }\n}\n\n.video_container {\n position: relative;\n width: 100%;\n height: 0;\n padding-bottom: 56.25%;\n}\n.video {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n","@import './../_variables.scss';\n\n.text {\n overflow-wrap: break-word;\n}\n","@import './../_variables.scss';\n\n.markdownMessage {\n margin-bottom: -1em;\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n p,\n table,\n ul,\n ol {\n margin-block-start: 0;\n margin-block-end: 1em;\n }\n\n table {\n width: 100%;\n }\n\n img {\n max-width: 100%;\n margin-block-start: 0;\n margin-block-end: 0;\n }\n\n td:not(:last-child) {\n padding-right: 1rem;\n }\n\n ul {\n padding: 0 0 0 1.1em;\n > li {\n list-style-type: disc;\n }\n }\n\n ol {\n padding: 0 0 0 1.1em;\n > li {\n list-style-type: decimal;\n }\n }\n}\n","@import './../_variables.scss';\n\n.messageContainer {\n flex: 1;\n overflow-y: auto;\n padding-top: 1rem;\n\n // required for react-scroll\n position: relative;\n\n // iPhone smooth scrolling\n -webkit-overflow-scrolling: touch;\n}\n\n.messages {\n position: relative;\n list-style: none;\n font-size: 0.9rem;\n line-height: 1.4;\n padding: 0 1rem;\n margin: 0;\n\n // Break long words (like links) that would otherwise overflow the message bubble\n overflow-wrap: break-word;\n word-wrap: break-word;\n}\n\n@media (min-width: 36rem) {\n .messageContainer {\n padding-top: 2rem;\n }\n .messages {\n font-size: 1rem;\n line-height: 1.8;\n }\n}\n\n@media (max-height: $collapsed) {\n .messageContainer {\n padding: 0;\n overflow-y: unset;\n flex: 0 0 auto;\n\n li:not(:last-child) {\n display: none;\n }\n li {\n margin-bottom: 0 !important;\n }\n }\n .messages {\n padding: 0 1rem;\n line-height: 1.2rem;\n }\n}\n","@import './../_variables.scss';\n\n@mixin blinkMixin($i) {\n animation: blink 1s infinite ($i * 0.3333s);\n\n @keyframes blink {\n 50% {\n opacity: 1;\n }\n }\n}\n\n.typingIndicator {\n $ti-color-bg: $brand-primary;\n background-color: $ti-color-bg;\n width: auto;\n border-radius: 5px;\n padding: 1rem;\n display: table;\n margin-left: 6rem;\n margin-bottom: 0.2rem;\n position: relative;\n span {\n height: 0.25rem;\n width: 0.25rem;\n float: left;\n margin: 0 1px;\n background-color: white;\n display: block;\n border-radius: 50%;\n opacity: 0.3;\n @for $i from 1 through 3 {\n &:nth-of-type(#{$i}) {\n @include blinkMixin($i);\n }\n }\n }\n}\n\n@media (max-width: 767px) {\n .typingIndicator {\n margin-left: 4.8rem;\n }\n}\n\n@media (max-height: $collapsed) {\n .typingIndicator {\n display: none;\n }\n}\n"]}
|