|
|
| |
| [data-testid="stAppViewBlockContainer"] { |
| max-width: 95% !important; |
| padding-top: 2rem !important; |
| padding-left: 3rem !important; |
| padding-right: 3rem !important; |
| } |
|
|
| |
| header[data-testid="stHeader"] { |
| background-color: rgba(255, 255, 255, 0.95) !important; |
| } |
|
|
| |
| |
| [data-testid="column"]:nth-child(2) { |
| display: flex; |
| flex-direction: column; |
| min-height: 100vh !important; |
| } |
|
|
| |
| [data-testid="stSubheader"] { |
| min-height: 50px !important; |
| margin-bottom: 10px !important; |
| } |
|
|
| |
| [data-testid="stVerticalBlockBorderWrapper"] { |
| background: #F8F9FA !important; |
| border: 1px solid #E0E0E0 !important; |
| border-radius: 12px !important; |
| padding: 24px !important; |
| margin-bottom: 20px !important; |
| box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important; |
| transition: none !important; |
| } |
|
|
| |
| div.stButton { |
| text-align: center !important; |
| } |
|
|
| [data-testid="stButton"] > button { |
| background: #FFFFFF !important; |
| color: #000000 !important; |
| border: 2px solid #E3000B !important; |
| border-radius: 8px !important; |
| font-weight: 600 !important; |
| font-size: 1.1rem !important; |
| padding: 10px 40px !important; |
| width: auto !important; |
| min-width: 200px; |
| } |
|
|
| [data-testid="stButton"] > button:hover { |
| background: #E3000B !important; |
| color: #FFFFFF !important; |
| } |
|
|
| |
| [data-testid="stTabs"] { |
| background-color: transparent !important; |
| } |
|
|
| [data-testid="stTabs"] [data-baseweb="tab-list"] { |
| gap: 10px !important; |
| background-color: #FFFFFF !important; |
| } |
|
|
| |
| [data-testid="stTabPanel"] { |
| min-height: 600px !important; |
| background-color: #FFFFFF !important; |
| padding: 20px 0 !important; |
| } |
|
|
| |
| @media (max-width: 1200px) { |
| [data-testid="stAppViewBlockContainer"] { |
| padding-left: 1rem !important; |
| padding-right: 1rem !important; |
| } |
| } |
|
|