File size: 2,563 Bytes
d256396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aff05a7
 
 
 
 
 
9c3bb28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.prose h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #222;
    background: linear-gradient(45deg, #d4c9cc, #c4b8bb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px;
    margin: 20px 0;
    position: relative;
}

.prose h1::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #d4c9cc;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

#bar_plot, #line_plot {
    width: 100% !important;
    max-width: none !important;
}

.mirrored {
    display: inline-block;
    transform: scaleX(-1); /* Riflette il testo orizzontalmente */
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #222;
    background: linear-gradient(45deg, #1a41d9, #6c69d2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px;
    margin: 20px 0;
    position: center;
}
.fish{
        font-family: 'Poppins', sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        color: #222;
        background: linear-gradient(45deg, #1a41d9, #6c69d2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 20px;
        margin: 20px 0;
        position: center;
}

.loading {
    font-family: 'Poppins', sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #222;
    background: linear-gradient(45deg, #40abe9, #1e99e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px;
    /*margin: 20px 0;*/
    position: center;
}
.barcontainer {
    display: flex;
    justify-content: center; 
    align-items: center; 
}
.leftarrow, .rightarrow {
    display: flex;
    justify-content: center; 
    align-items: center;
    font-size: 2.7rem;
    color: #1d60dd;
}
.leftarrow {
    transform: rotate(-270deg);
}

.sqlquery {
    background-color: #272822;
    color: #f8f8f2;
    font-family: 'Courier New', monospace;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}