File size: 455 Bytes
9bd50b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.text-blue-600 {
    color: blue;
}

.bg-pii {
    background-color: #def0ff;
    color: #0065c0;
}

.bg-locked {
    background-color: #29cc66;
    color: #006e29;
}

.bg-unlocked {
    background-color: #ff9393;
    color: #991b1b;
}

.leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.9rem;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

[data-step-type="user_message"] {
    display: none;
}

.user-message {
    width: 80%;
}