button { all:revert; } div { all:revert; } input { all:revert; } body { all:revert; } select { all:revert; } body { background: linear-gradient(to right, #006699, #3399cc); background: -moz-linear-gradient(to right, #006699, #3399cc); background: -webkit-gradient(linear, left, right, #006699, #3399cc); background: -webkit-linear-gradient(left, right, #006699, #3399cc); height: 100%; font-family: Arial, sans-serif; background-color: linear-gradient(to right, #006699, #3399cc); } #query-box { background-color: #ababab00 !important; position: absolute; top: 20px; height: 40px; width: 70%; left: 60%; transform: translateX(-50%); background-color: #fff; padding: 10px; border-radius: 5px; flex-direction: column; align-items: flex-start; } #form-dropdown { border: 2px solid black; border-radius: 5px; height: 140% !important; width: 10% !important; } #query-box input[type="text"] { width: 50%; height: 80%; border: 2px solid black; border-radius: 5px; padding: 10px; font-size: 18px; } #query-box button { border: 2px solid black; border-radius: 5px; width: 10%; height: 135%; padding: 10px; font-size: 18px; } #results-container { position: absolute; top: 20%; bottom: 20%; left: 50%; transform: translateX(-50%); background-color: #fff; padding: 20px; border-radius: 10px; border: 2px solid black; overflow-y: scroll; /*height: 400px;*/ width: 80%; } .result-entry { display: flex; justify-content: space-between; align-items: flex-start; padding: 15px; border-bottom: 1px solid #ccc; cursor: pointer; } .result-entry:last-child { border-bottom: none; } .entry-left { display: flex; flex-direction: column; min-width: 50%; } .entry-title { font-weight: bold; margin-bottom: 5px; position: relative; } .entry-author { font-style: italic; margin-bottom: 5px; } .entry-keywords { display: flex; flex-wrap: wrap; margin-top: 10px; /* Use CSS variable for flex-basis */ flex-basis: var(--keyword-basis); min-width: 200px; justify-content: flex-end; } .keyword { background-color: #3399cc; color: #fff; padding: 2px 5px; margin: 2px; border-radius: 3px; } .fav-star, .non-fav-star { padding: 10px; font-size: 1.2rem; cursor: pointer; } .fav-star { margin-left: 4px; color: gold !important; border-radius:50%; background: #3399cc; } .non-fav-star { margin-left: 10px; color: gray !important; } /* Popup styles */ .popup-hidden { display: none; } .popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); display: flex; justify-content: center; align-items: center; } #popup-content { background-color: white; padding: 40px 20px 40px ; /*20px;*/ border-radius: 10px; position: relative; width : 70%; height : 70%; } /* Style for the cancel button */ #cancel-button { position: absolute; top: 10px; right: 10px; background-color: #f44336; color: white; border: none; padding: 10px 20px; text-align: center; text-decoration: none; font-size: 16px; cursor: pointer; z-index : 10; border-radius: 10px; border : 1px black solid; } #disclaimer { position: fixed; bottom: 0; left: 0; padding: 10px; background-color: rgba(0, 0, 0, 0.3); color: white; font-size: 12px; border-radius: 0px 10px 0px 0px; } .menu-button{ position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 20px; font-size: 24px; background-color: #3399ccaa; color:white; border: none; border-radius: 10px; /*border-radius: 50%;*/ box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, 0.9); cursor: pointer; } @media (max-width:768px){ .menu-button { top: 5px; left: 5px; padding: 8px 16px; font-size: 20px; } } /* Styles for the status disclaimer */ .status-disclaimer { position: fixed; top: 10px; right: 10px; font-size: 14px; background-color: rgba(255, 255, 255, 0.8); padding: 5px 10px; border-radius: 5px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); } .status-circle { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; animation: pulse 2s infinite; transform-origin: center; } @keyframes pulse { 0% { transform : scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.5; } 100% { transform: scale(1); opacity: 1; } } .status-running { color: #28a745; } .status-running::before { content: ""; background-color: #28a745; display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; } .status-offline { color: #ffc107; } .status-offline::before { content: ""; background-color: #ffc107; display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; } .status-error { color: #dc3545; } .status-error::before { content: ""; background-color: #dc3545; display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; } .bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; -webkit-user-select: none; -moz-user-select: none; user-select: none; } @media (min-width: 768px) { .bd-placeholder-img-lg { font-size: 3.5rem; } } .b-example-divider { width: 100%; height: 3rem; background-color: rgba(0, 0, 0, .1); border: solid rgba(0, 0, 0, .15); border-width: 1px 0; box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15); } .b-example-vr { flex-shrink: 0; width: 1.5rem; height: 100vh; } .bi { vertical-align: -.125em; fill: currentColor; } .nav-scroller { position: relative; z-index: 2; height: 2.75rem; overflow-y: hidden; } .nav-scroller .nav { display: flex; flex-wrap: nowrap; padding-bottom: 1rem; margin-top: -1px; overflow-x: auto; text-align: center; white-space: nowrap; -webkit-overflow-scrolling: touch; } .btn-bd-primary { --bd-violet-bg: #712cf9; --bd-violet-rgb: 112.520718, 44.062154, 249.437846; --bs-btn-font-weight: 600; --bs-btn-color: var(--bs-white); --bs-btn-bg: var(--bd-violet-bg); --bs-btn-border-color: var(--bd-violet-bg); --bs-btn-hover-color: var(--bs-white); --bs-btn-hover-bg: #6528e0; --bs-btn-hover-border-color: #6528e0; --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb); --bs-btn-active-color: var(--bs-btn-hover-color); --bs-btn-active-bg: #5a23c8; --bs-btn-active-border-color: #5a23c8; } .bd-mode-toggle { z-index: 1500; } .bd-mode-toggle .dropdown-menu .active .bi { display: block !important; } /* Document analysis tab*/ #page-info-container { position: absolute; height:100%; scroll-padding: 50px; left: 50%; transform: translateX(-50%); background-color: #fff; padding: 20px; border-radius: 10px; border: 2px solid black; overflow-y: scroll; /*height: 400px;*/ width: 80%; } #page-info-padding{ position: absolute; height: 100%; width:10%; left:0px; top: 0%; } #page-info-padding-right{ position: absolute; height: 100%; width:10%; top: 0%; right:0px; } #page-info-content{ position: relative; height: 100%; width:80%; left: 10%; } .settings-info-badge{ position: absolute; width:50%; right: 50px; display: flex; flex-wrap: wrap; justify-content: flex-end; }