| | |
| | [data-testid="stAppViewContainer"] { |
| | background-color: #FFFFFF; |
| | } |
| |
|
| | [data-testid="stHeader"] { |
| | display: none; |
| | } |
| |
|
| | |
| | h1 { |
| | color: #000000; |
| | font-weight: 700; |
| | font-size: 2.5rem; |
| | margin-bottom: 1rem; |
| | } |
| |
|
| | |
| | .icon-container { |
| | display: flex; |
| | align-items: center; |
| | gap: 10px; |
| | margin-bottom: 1rem; |
| | } |
| |
|
| | |
| | .icon-box { |
| | background-color: #E0E0E0; |
| | width: 40px; |
| | height: 40px; |
| | border-radius: 8px; |
| | display: flex; |
| | align-items: center; |
| | justify-content: center; |
| | color: #000000; |
| | font-size: 20px; |
| | } |
| |
|
| | |
| | .icon-text { |
| | color: #000000; |
| | font-size: 1.1rem; |
| | margin: 0; |
| | } |
| |
|
| | |
| | h4 { |
| | color: #000000; |
| | font-weight: 400; |
| | margin-bottom: 0.5rem; |
| | } |
| |
|
| | |
| | [data-testid="stFileUploader"] { |
| | background-color: #E0E0E0; |
| | border: 1px solid #B0B0B0; |
| | border-radius: 8px; |
| | padding: 1.2rem; |
| | color: #000000; |
| | } |
| |
|
| | |
| | [data-testid="stFileUploader"] label { |
| | color: #000000; |
| | font-size: 1rem; |
| | font-weight: 500; |
| | } |
| |
|
| | |
| | [data-testid="stFileUploader"] .css-1f42894 { |
| | color: #444444; |
| | font-size: 0.9rem; |
| | margin-top: 0.4rem; |
| | } |
| |
|
| | |
| | button[kind="secondary"] { |
| | background-color: #E0E0E0 !important; |
| | color: #000000 !important; |
| | border-radius: 8px !important; |
| | border: 1px solid #B0B0B0 !important; |
| | } |
| |
|