|
|
| |
| |
| |
|
|
| .fordataonly { |
| display:none !important |
| } |
| |
|
|
| label { |
| color: #000000 !important; |
| } |
|
|
| strong { |
| color: #888888 !important; |
| } |
|
|
| .logo-axio { |
| float: right; |
| position: absolute; |
| right: 0px; |
| } |
|
|
|
|
| |
| p { |
| color: black !important; |
| } |
| li { |
| color: black !important; |
| } |
|
|
| button.selected { |
| border-radius: 20px !important; |
| } |
| button:hover { |
| color: #ffc000 !important; |
| } |
|
|
|
|
| |
| .panel { |
| background-color: #eeeeee !important; |
| border: 0px; |
| } |
| .block { |
| background-color: #eeeeee !important; |
| } |
|
|
| |
| .bot { |
| background-color: #eeeeee !important; |
| } |
|
|
| |
| .avatar-container { |
| align-self: baseline !important; |
| margin-top: 35px; |
| } |
|
|
|
|
|
|
| |
| .user { |
| background-color: #d2d2d2 !important; |
| } |
| textarea { |
| background-color: #d2d2d2 !important; |
| color: black !important; |
| } |
|
|
|
|
| |
| gradio-app { |
| background-color: #ffffff !important; |
| } |
| .gradio-container { |
| background-color: #ffffff !important; |
| max-width: 100% !important; |
| width: 100% !important; |
| } |
|
|
|
|
| .a-propos { |
| margin: 20px !important; |
| } |
|
|
|
|
|
|
| .telecharger { |
| border: 1px solid; |
| padding: 5px; |
| border-radius: 5px; |
| background-color: #ffc000; |
| color: #fff; |
| margin-left: 5px; |
| } |
|
|
| .warning-box { |
| background-color: #fff3cd; |
| border: 1px solid #ffeeba; |
| border-radius: 4px; |
| padding: 15px 20px; |
| font-size: 14px; |
| color: #856404; |
| display: inline-block; |
| margin-bottom: 15px; |
| } |
|
|
|
|
| .tip-box { |
| background-color: #f7dd8f; |
| border: 1px solid #FFC000; |
| border-radius: 4px; |
| margin-top:20px; |
| padding: 15px 20px; |
| font-size: 14px; |
| display: inline-block; |
| margin-bottom: 15px; |
| width: auto; |
| color:black !important; |
| } |
|
|
| body.dark .warning-box * { |
| color:black !important; |
| } |
|
|
|
|
| body.dark .tip-box * { |
| color:rgb(216, 216, 216) !important; |
| } |
|
|
|
|
| .tip-box-title { |
| font-weight: bold; |
| font-size: 14px; |
| margin-bottom: 5px; |
| } |
|
|
| .light-bulb { |
| display: inline; |
| margin-right: 5px; |
| } |
|
|
| .gr-box {border-color: #d6c37c} |
|
|
| #hidden-message{ |
| display:none; |
| } |
|
|
| .message{ |
| font-size:14px !important; |
| } |
|
|
|
|
| a { |
| text-decoration: none; |
| color: inherit; |
| } |
|
|
| .card { |
| background-color: white; |
| border-radius: 10px; |
| box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); |
| overflow: hidden; |
| display: flex; |
| flex-direction: column; |
| margin:20px; |
| } |
|
|
| .card-content { |
| padding: 20px; |
| } |
|
|
| .card-content h2 { |
| font-size: 14px !important; |
| font-weight: bold; |
| margin-bottom: 10px; |
| margin-top:0px !important; |
| color:#FFC000!important;; |
| } |
|
|
| .card-content p { |
| font-size: 12px; |
| margin-bottom: 0; |
| color: black; |
| } |
|
|
| .card-footer { |
| background-color: #f4f4f4; |
| font-size: 10px; |
| padding: 10px; |
| display: flex; |
| justify-content: space-between; |
| align-items: center; |
| } |
|
|
| .card-footer span { |
| flex-grow: 1; |
| text-align: left; |
| color: #999 !important; |
| } |
|
|
| .pdf-link { |
| display: inline-flex; |
| align-items: center; |
| margin-left: auto; |
| text-decoration: none!important; |
| font-size: 14px; |
| } |
|
|
|
|
|
|
| .message.user{ |
| |
| border:none; |
| |
| } |
|
|
| .message.bot{ |
| |
| border:none; |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| |
| |
|
|
|
|
|
|
| |
| |
| |
| |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| label.selected{ |
| background:none !important; |
| } |
|
|
| #submit-button{ |
| padding:0px !important; |
| } |
|
|
|
|
| @media screen and (min-width: 1024px) { |
| div#tab-examples{ |
| height:calc(100vh - 190px) !important; |
| overflow-y: auto; |
| } |
|
|
| div#sources-textbox{ |
| height:calc(100vh - 190px) !important; |
| overflow-y: auto !important; |
| } |
|
|
| div#tab-config{ |
| height:calc(100vh - 190px) !important; |
| overflow-y: auto !important; |
| } |
|
|
| div#chatbot-row{ |
| height:calc(100vh - 90px) !important; |
| } |
|
|
| div#chatbot{ |
| height:calc(100vh - 170px) !important; |
| } |
|
|
| .max-height{ |
| height:calc(100vh - 90px) !important; |
| overflow-y: auto; |
| } |
|
|
| |
| |
| |
| |
| |
| } |
|
|
| footer { |
| visibility: hidden; |
| display:none !important; |
| } |
|
|
|
|
| @media screen and (max-width: 767px) { |
| |
|
|
| div#chatbot{ |
| height:500px !important; |
| } |
|
|
| #submit-button{ |
| padding:0px !important; |
| min-width: 80px; |
| } |
|
|
| |
| div.tab-nav button { |
| display: none !important; |
| color: #ffc000; |
| } |
|
|
| |
| div.tab-nav button:first-child { |
| display: block !important; |
| } |
| |
| |
| div.tab-nav button:nth-child(2) { |
| display: block !important; |
| } |
| |
| #right-panel button{ |
| display: block !important; |
| } |
|
|
| |
| } |
|
|
|
|
| body.dark .card{ |
| background-color: #c7c7c7; |
| } |
|
|
| body.dark .card-content h2{ |
| color:#f4dbd3 !important; |
| } |
|
|
| body.dark .card-footer { |
| background-color: #404652; |
| } |
|
|
| body.dark .card-footer span { |
| color:white !important; |
| } |
|
|
|
|
| .doc-ref{ |
| color:#ffc000!important; |
| margin-right:1px; |
| } |
|
|
| .tabitem{ |
| border:none !important; |
| } |
|
|
| .other-tabs > div{ |
| padding-left:40px; |
| padding-right:40px; |
| padding-top:10px; |
| } |
|
|
| .gallery-item > div{ |
| white-space: normal !important; |
| word-break: break-word !important; |
| overflow-wrap: break-word !important; |
| } |
|
|
| span.chatbot > p > img{ |
| margin-top:40px !important; |
| max-height: none !important; |
| max-width: 80% !important; |
| border-radius:0px !important; |
| } |
|
|
|
|
| .chatbot-caption{ |
| font-size:11px; |
| font-style:italic; |
| color:#ffc000; |
| } |
|
|
| .ai-generated{ |
| font-size:11px!important; |
| font-style:italic; |
| color:#ffc000 !important; |
| } |
|
|
| .card-image > .card-content{ |
| background-color:#f1f7fa !important; |
| } |
|
|
|
|
|
|
| .tab-nav > button.selected{ |
| color:#ffc000; |
| font-weight:bold; |
| border:none; |
| } |
|
|
| .tab-nav{ |
| border:none !important; |
| } |
|
|
| #input-textbox > label > textarea{ |
| border-radius:40px; |
| padding-left:30px; |
| resize:none; |
| } |
|
|
| #input-message > div{ |
| border:none; |
| } |
|
|
| #dropdown-samples{ |
| |
| |
| background:none !important; |
| |
| } |
|
|
| #dropdown-samples > .container > .wrap{ |
| background-color:white; |
| } |
|
|
|
|
| #tab-examples > div > .form{ |
| border:none; |
| background:none !important; |
| } |
|
|
| .a-doc-ref{ |
| text-decoration: none !important; |
| color:#FFC000; |
| } |
|
|