File size: 1,421 Bytes
4565b50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
p{
    color:rgb(74, 113, 152);
    text-align: center;
    font-size: 14px;
    font-family: 'Bree Serif', serif;
}



/* sidebar */
.css-ppzyts {
    background-color: rgb(255, 255, 255);
    background-attachment: fixed;
    flex-shrink: 0;
    height: 100vh;
    overflow: auto;
    padding: 3rem 1rem;
    position: relative;
    transition: margin-left 300ms ease 0s, box-shadow 300ms ease 0s;
    width: 15rem;
    z-index: 100;
    margin-left: 0px;
}


/* botão input */
.st-b7 {
    width: 600px;
    border-radius: 2.25rem;

    
}

/* Plotly */
.main-svg{
    border-radius: 2.25rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;  
    align-items: stretch;
}

.plot-container.plotly{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;  
    align-items: stretch;

}


/* DataFrame style */
.stDataFrame {
    border-radius: 10px;
    background: rgb(240, 238, 238);
    background-color:#fff;
}

















/* centralização página */

/* .css-12oz5g7 {
    flex: 1 1 0%;
    width: 100%;
    padding: 6rem 1rem 10rem;
    max-width: 46rem;
} */

/* .css-18e3th9 {
    flex: 1 1 0%;
    width: 100%;
    padding: 6rem 1rem 10rem;
    min-width: auto;
    max-width: initial;
    text-align: center;
    justify-content: center;
} */