File size: 2,324 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
p{
    color:rgb(74, 113, 152);
    text-align: center;
    font-size: 14px;
    font-family: 'Bree Serif', serif;
}




/* MÉTRICS KPIS STREAMLIT  */
.css-12w0qpk.e1tzin5v2{
    display: fixed;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;  
    align-items: stretch;
    gap: 1rem;
    background-color:#fff;
    border-radius: 2.25rem;
    text-align: center;
    width: 800px;

}

/* card conteudo  */

.card-main .card-body {
    display: fixed;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;  
    align-items: stretch;
    gap: 1rem;
    background-color:#fff;
    border-radius: 2.25rem;
    text-align: center;
    width: 100%;
}

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

    
}

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




/* KPI BOOSTRAP */

/* .icon {  
float: right;
font-size:500%;
position: absolute;
top:0rem;
right:-0.3rem;
opacity: .16;
}


#container
{
width: 800px;
display: flex;
}

.kpi-card
{
overflow: hidden;
position: relative;
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);;
display: inline-block;
float: left;
padding: 1em;
border-radius: 0.3em;
font-family: sans-serif;  
width: 240px;
min-width: 180px;
margin-left: 0.5em;
margin-top: 0.5em;
}

.card-value {
display: block;
font-size: 200%;  
font-weight: bolder;
}

.card-text {
display:block;
font-size: 70%;
padding-left: 0.2em;
} */

/* Todos os cards juntos */
/* .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 0px;
    margin-left: -15px;
    width: 430px;
    
}


.card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    border-radius: 2.25rem;
} */