File size: 3,254 Bytes
f4a61c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/* Custom Streamlit CSS */

/* Main background and text colors */
.stApp {
    background-color: #171933;
    color: #D4DCFF;
}

.stMarkdown {
    color: #D4DCFF;
}

.stSidebar {
    background-color: #22244D;
    color: #D4DCFF;
}


.stSidebar .st-emotion-cache-l1ktzw {
    color: #D4DCFF;
}


/* Headers styling */
h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-weight: 700;
    padding-bottom: 0.3em;
    margin-bottom: 0.75em;
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 500;
}

.e194bff02 {
    color: #D4DCFF;
}

/* Form styling */
.stForm {
    background-color: #22244D;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.stForm input, .stForm .st-dr, .stForm .e5tuigk2 {
    background-color: #171933;
}

.stForm .st-ds, 
.stForm #number_input_1,
.stForm #number_input_2,
.stForm #number_input_3,
.stForm #number_input_4,
.stForm #number_input_5,
.stForm #number_input_6,
.stForm #number_input_7,
.stForm #number_input_8,
.stForm #number_input_9,
.stForm #number_input_10,
.stForm #number_input_11,
.stForm #number_input_12{
    color: #D4DCFF;
}

.st-cw .st-ce .st-bn .st-cx .st-cy .st-cz .st-d0 {
    background-color: #22244D;
}

.em9zgd08 {
    background-color: #5396E7;
}

/* Button styling */
.stButton > button {
    background-color: #3498db;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    padding: 0.5em 1em;
    transition: all 0.3s ease;
}

.stButton > button:hover {
    background-color: #2980b9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Input widgets styling */
.stNumberInput > div > div > input,
.stSelectbox > div > div > input {
    background-color: #22244D;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    color: #D4DCFF;
}

/* Sidebar styling */
.css-1d391kg {
    background-color: #ffffff;
}

.css-1d391kg .stMarkdown {
    color: #D4DCFF;
}

/* Success message styling */
.element-container .stAlert.st-ae {
    border-radius: 8px;
}

.element-container .stSuccess {
    color: #155724;
    border-color: #c3e6cb;
}


/* Error message styling */
.element-container .stError {
    color: #721c24;
    border-color: #f5c6cb;
}

/* Multiselect dropdown styling */
.stMultiSelect > div {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Add some animation to the chart */
[data-testid="stDataFrame"] {
    transition: transform 0.3s ease;
}

[data-testid="stDataFrame"]:hover {
    transform: scale(1.01);
}

/* Card-like sections */
.stExpander {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #22244D;
}

.e194bff00 {
    color: #D4DCFF;
}

/* Section dividers */
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(52, 152, 219, 0.75), rgba(0, 0, 0, 0));
    margin: 2em 0;
}

/* Hover effects for selectbox */
.stSelectbox:hover {
    border-color: #3498db;
}

/* Property Details Section Styling */
[data-testid="stHeader"]:has(h1, h2, h3)::before {
    content: "🏠";
    margin-right: 10px;
}