File size: 2,653 Bytes
d551a1b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#component-2 {position: absolute; bottom: 0;    width: 100%;
}
.app.svelte-ac4rv4>.main.svelte-ac4rv4 {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    background-image: url(https://i.ibb.co/xj8R4r3/background-vertical.png);
}
div.svelte-1frtwj3 {
    display: inline-flex;
    align-items: center;}
    
div.float.svelte-1frtwj3 {
    position: absolute;
    opacity: 0;
    top: var(--block-label-margin);
    left: var(--block-label-margin);}
    
.wrap.svelte-6roggh.svelte-6roggh {
 adding: var(--block-padding);
    height: 100%;
    max-height: 800px;
    overflow-y: auto;
    }
    
.bot.svelte-6roggh.svelte-6roggh, .pending.svelte-6roggh.svelte-6roggh {
    border-color: var(--border-color-accent);
    background-color: var(--color-accent-soft);
    color: white;
    font-family: initial;
    font-style: italic;
    font: message-box;
    font-weight: bold;
}
div.svelte-1frtwj3 {
    display: inline-flex;
    align-items: center;
    z-index: var(--layer-2);
    box-shadow: var(--block-shadow);
    border: var(--block-label-border-width) solid #ffffff;
    border-top: none;
    border-left: none;
    border-radius: var(--block-label-radius);
    background: #eff6ff;
    padding: var(--block-label-padding);
    pointer-events: none;
    color: var(--block-label-text-color);
    font-weight: var(--block-label-text-weight);
    width: 100%;
    line-height: var(--line-sm);
    }
div.svelte-awbtu4 {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: var(--form-gap-width);
    box-shadow: var(--block-shadow);
    border: var(--block-border-width) solid #5F0000;
    border-radius: var(--radius-lg);
    background: #ffffff;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    margin-left: -16px;
}

img.svelte-ms5bsk {
    width: var(--size-full);
    height: 90px;
    object-fit: contain;
}
.app.svelte-ac4rv4.svelte-ac4rv4 {
    max-width: none;
    background-color: #ffffff;
}
.app.svelte-ac4rv4.svelte-ac4rv4{max-width:none}
.wrap.svelte-1o68geq.svelte-1o68geq {max-height: none}
.block.svelte-mppz8v {
    position: relative;
    margin: 0;
    box-shadow: var(--block-shadow);
    border-width: var(--block-border-width);
    border-color: white;
    border-radius: var(--block-radius);
    background: white;
    width: 100%;
    line-height: var(--line-sm);
}
div.bot.svelte-6roggh.svelte-6roggh {
    background: #D9A13D;
}
div.bot.svelte-17nzccn.svelte-17nzccn {
    background: #D9A13D;
}
div.user.svelte-6roggh.svelte-6roggh {
        background: #5F0000;
color: white;    
        
    
}
div.user.svelte-17nzccn.svelte-17nzccn {
    background: #5F0000;
}