Spaces:
Running
Running
| #MainMenu { | |
| visibility: hidden; | |
| } | |
| footer { | |
| visibility: hidden; | |
| } | |
| body { | |
| background-color: rgb(245, 250, 255); | |
| } | |
| @font-face { | |
| font-family: 'Montserrat'; | |
| src: url('fonts/Montserrat-Regular.ttf') format('truetype'); | |
| font-weight: 400; | |
| font-style: normal; | |
| } | |
| @font-face { | |
| font-family: 'Montserrat'; | |
| src: url('fonts/Montserrat-Thin.ttf') format('truetype'); | |
| font-weight: 100; | |
| font-style: normal; | |
| } | |
| html, | |
| body, | |
| [class*="css"] { | |
| font-family: Montserrat, sans-serif; | |
| } | |
| .vertical { | |
| border-left: 1px solid #ecf1f8; | |
| height: 500px; | |
| position: absolute; | |
| left: 50%; | |
| margin-left: -3px; | |
| top: 0; | |
| } | |
| .stButton>button { | |
| background: #000; | |
| border: solid 2px #000; | |
| border-radius: 8px; | |
| box-shadow: unset; | |
| color: #fff; | |
| cursor: pointer; | |
| display: inline-block; | |
| font-weight: 400; | |
| min-height: 42px; | |
| outline: 0; | |
| padding: 0.625rem 1.2rem; | |
| text-align: center; | |
| text-decoration: none; | |
| text-transform: uppercase; | |
| width: 100%; | |
| max-width: 100%; | |
| } | |
| .stButton>button:hover { | |
| border-color: rgb(0, 0, 0); | |
| background-color: #ffffff00; | |
| color: #000000; | |
| } | |
| .stButton>button:active { | |
| border-color: rgb(0, 0, 0); | |
| background-color: #ffffff00; | |
| color: #000000; | |
| } | |
| div.row-widget.stRadio>div { | |
| /* flex-direction: row; */ | |
| align-items: stretch; | |
| } | |
| div.row-widget.stRadio>div[role="radiogroup"]>label[data-baseweb="radio"]>div:first-child { | |
| background-color: #037aff; | |
| } | |
| .stTextInput>div>div>input { | |
| background-color: #ffffff; | |
| box-shadow: 0 8px 18px 0 rgba(0, 8, 18, 0.05); | |
| } | |
| .stTextArea>div>div { | |
| background-color: #ffffff; | |
| box-shadow: 0 8px 18px 0 rgba(0, 8, 18, 0.05); | |
| } | |
| div[role="listbox"] ul { | |
| background-color: #ffffff; | |
| } | |
| div[data-baseweb="select"]>div { | |
| background-color: #ffffff; | |
| } | |
| .success { | |
| background-color: #ffffff; | |
| color: #333333; | |
| padding: 0.25rem 0.5rem; | |
| border-radius: 4px; | |
| line-height: 24px; | |
| } | |
| .opportunity { | |
| background-color: #E6F4FF; | |
| color: #333333; | |
| padding: 0.50rem 1rem; | |
| border-radius: 4px; | |
| line-height: 24px; | |
| /* Inside auto layout */ | |
| flex: none; | |
| order: 1; | |
| align-self: stretch; | |
| flex-grow: 0; | |
| } | |
| .warning { | |
| background-color: #FFFBE6; | |
| color: #333333; | |
| padding: 0.50rem 1rem; | |
| border-radius: 4px; | |
| line-height: 24px; | |
| /* Inside auto layout */ | |
| flex: none; | |
| order: 1; | |
| align-self: stretch; | |
| flex-grow: 0; | |
| } | |
| .technology { | |
| background-color: #ffffff; | |
| color: #333333; | |
| padding: 0.50rem 1rem; | |
| border-radius: 4px; | |
| line-height: 24px; | |
| /* Inside auto layout */ | |
| flex: none; | |
| order: 1; | |
| align-self: stretch; | |
| flex-grow: 0; | |
| } | |
| .disclosure { | |
| font-size: 14px; | |
| line-height: 22px; | |
| color: rgba(0, 0, 0, 0.45); | |
| padding: 0.50rem 1rem; | |
| border-radius: 4px; | |
| /* Inside auto layout */ | |
| flex: none; | |
| order: 1; | |
| align-self: stretch; | |
| flex-grow: 0; | |
| } | |
| .viewerBadge_container__1QSob { | |
| visibility: hidden; | |
| } |