File size: 2,282 Bytes
7488a85
2f0072b
 
7488a85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
981c2f2
7488a85
 
981c2f2
7488a85
 
 
 
 
 
 
 
981c2f2
 
 
09e1b02
981c2f2
7488a85
 
 
 
 
981c2f2
 
 
09e1b02
981c2f2
 
7488a85
 
 
 
64b068c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2f0072b
 
 
 
71864e4
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.block-container {
    padding-top: 4rem !important;
    padding-bottom: 7rem !important; 
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    max-width: 100% !important;
}

.stChatInput {
    position: fixed;
    left: 2rem;
    right: 2rem;
    bottom: 5%;
    z-index: 9999;
}

.stTabs [data-baseweb="tab-list"] {
    gap: 20px;
    background-color: transparent;
    padding-bottom: 5px;
}

.stTabs [data-baseweb="tab"] {
    height: 45px;
    white-space: pre-wrap;
    border: none;
    color: #555;
    font-weight: 500;
}

.stTabs [data-baseweb="tab"]:hover {
    color: #ff4b4b; 
    background-color: transparent;
}

.stTabs [aria-selected="true"] {
    color: #ff4b4b !important;
}

.source-box {
    background-color: #f8f9fa; 
    border: 1px solid #e9ecef; 
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05); 
    transition: transform 0.2s; 
}

.source-box:hover {
    border-color: #dee2e6;
}

.score-badge {
    background-color: #22004b;
    color: white;
    padding: 4px 10px;
    border-radius: 12px; 
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.stExpander {
    border: 1px solid #4b25ad;
    border-radius: 8px;
}

.stExpander > details > summary {
    font-weight: 600;
    color: #e0e0e0;
}

.db-indicator {
    background-color: #1a73e8;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-right: 8px;
}

.doc-indicator {
    background-color: #34a853;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-right: 8px;
}

.hybrid-indicator {
    background-color: #9c27b0;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-right: 8px;
}

.sql-preview {
    background-color: #1e1e1e;
    border-radius: 8px;
    padding: 12px;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.85rem;
    overflow-x: auto;
}

.atlas-chat-bot{
    padding-top: 0;
}