File size: 958 Bytes
5707fbc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.main {
    padding: 0rem 1rem;
}

.stAlert {
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 0.5rem;
}

.pricing-card {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: #f8f9fa;
    margin: 1rem 0;
}

.metric-card {
    background-color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Dashboard specific styles */
.st-emotion-cache-16idsys p {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

/* Contract details styles */
.contract-details {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

/* Invoice table styles */
.invoice-table {
    margin-top: 1rem;
}

/* Metrics section */
.metrics-container {
    margin: 1.5rem 0;
}

/* Alert styles */
.alert-error {
    background-color: #ffe6e6;
    border-left: 4px solid #ff0000;
}

.alert-success {
    background-color: #e6ffe6;
    border-left: 4px solid #00ff00;
}