| html, body { |
| margin: 0; |
| padding: 0; |
| min-height: 100vh; |
| background-image: url("https://huggingface.co/spaces/XRachel/bc4/resolve/main/assets/BankChurn.png"); |
| background-size: cover; |
| background-position: center 58%; |
| background-repeat: no-repeat; |
| background-attachment: fixed; |
| font-family: Arial, sans-serif; |
| } |
|
|
| .gradio-container { |
| max-width: 1160px !important; |
| margin: 24px auto !important; |
| padding: 20px !important; |
| background: rgba(255, 255, 255, 0.90) !important; |
| border-radius: 18px !important; |
| backdrop-filter: blur(8px); |
| box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18); |
| } |
|
|
| h1, h2, h3, h4, p, label, span, .gr-markdown, .prose { |
| color: #111827 !important; |
| } |
|
|
| button { |
| border-radius: 12px !important; |
| font-weight: 700 !important; |
| } |
|
|
| textarea, input, select { |
| border-radius: 12px !important; |
| } |
|
|
| .tab-nav, [role="tablist"] { |
| background: rgba(255, 255, 255, 0.72) !important; |
| border-radius: 12px !important; |
| } |
|
|
| .block, .gr-box, .form { |
| border-radius: 14px !important; |
| } |
|
|