File size: 863 Bytes
d644e90
 
 
 
 
 
 
141a5cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.main {
    @media only screen and (min-width: 1000px) { 
        width: 70% !important;
        margin: 0 auto; /* Center the container */
    }
}

.textbox-no-label > label > span {
    display: none;
}

.textbox-no-top-bottom-borders > label > textarea {
    border: none !important;
}

.chatbot-no-label > div > label {
    display: none;
}

.md-center {
    text-align: center;
    display: block;
}

.h1-font > span {
    font-size: xx-large;
    font-weight: bold;
}

.json-holder {
    overflow: scroll;
    height: 500px;
}

.group {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 2px dashed gray;
    border-radius: 20px;
    box-shadow: 5px 3px 10px 1px rgba(0, 0, 0, 0.4) !important;
}

#bottom-md a {
    float: left;
    margin-right: 10px;
}

#chatbot {
    height: 600px !important;
}