| .summary-window { | |
| height: 600px ; | |
| /* border: dashed 1px #e0e0e0 !important; */ | |
| border-radius: 10px ; | |
| padding: 4px; | |
| } | |
| .summary-window > label { | |
| display: none ; | |
| } | |
| #view-toggle-btn-container > div { | |
| border: none ; | |
| } | |
| #view-toggle-btn > span { | |
| display: none ; | |
| } | |
| #view-toggle-btn > div:nth-child(3) { | |
| margin: auto ; | |
| width: fit-content ; | |
| } | |
| #adaptive-summary-accordion { | |
| position: absolute ; | |
| z-index: 100 ; | |
| box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); | |
| } | |
| /* #chat-window { | |
| margin-top: 40px !important; | |
| } */ | |
| #chat-window > div > div:nth-child(1) { | |
| height: 600px ; | |
| } | |
| .textfield { | |
| line-height: 1.7 ; | |
| } | |
| .textspan { | |
| padding: 0px ; | |
| margin: 0px ; | |
| line-height: 1.7 ; | |
| } | |
| #persona-dropdown-container { | |
| margin-top: 40px ; | |
| } |