#maintoolbar {
  display: flex;
  align-items: center;
}

#search_input {
  margin-right: 10px;
}

#search_body {
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.no-width-limit {
  --bs-tooltip-max-width: none;
}

.chat-item {
  padding: 5px;
  border: black;
  border-width: initial;
  margin: 5px;
  background: aliceblue;
}

.chat-item-content {
  cursor: pointer;
}

.list-container {
  width: 100%;
  min-height: 90vh;
}

.royalblue {
  color: royalblue;
}

.highlight {
  background-color: yellow;
}

.pointer {
  cursor: pointer;
}

.block-item {
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
}

.block-item:hover {
  background: pink;
}

/* 脚标样式，字体小一点，与正常的文本下对齐 */

.footer {
  font-size: x-small;
  vertical-align: text-bottom;
}

.half-transparent {
  opacity: 0.5;
}

#sidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -200px;
  width: 200px;
  z-index: 9999;
  transition: right 0.3s;
  border: 1px solid #ccc;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

#sidebar-content {
  background-color: white;
  opacity: 0.5;
  padding: 10px;
  border-radius: 15px 0 0 15px;
}

#sidebar-toggle {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  padding: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  opacity: 0.5;
}

#sidebar-content:hover {
  opacity: 1;
}

.module-title {
  background-color: #f0f0f0;
  padding: 10px;
  cursor: pointer;
}

.module-content {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
}

.sortable-item {
  list-style-type: none;
}

.sortable-item::marker {
  display: none;
}

.sortable-checkbox-list {
  padding-left: 0;
}

#up-limit-reason-detail {
  background: var(--bs-success-bg-subtle);
  color: var(--bs-black);
  padding: 10px;
  display: flex;
}

.security-in-pool {
  list-style-type: none;
}

.security-in-pool::marker {
  display: none;
}

.pool-list {
  padding-left: 0;
}

.pool-title {
  font-weight: bold;
}

.security-in-pool {
  margin-left: 10px;
}

.listening-theme {
  background-color: lightblue;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
  border-radius: 10px;
  padding: 3px;
  font-size: small;
}

.listening-keyword {
  background-color: blanchedalmond;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
  border-radius: 10px;
  padding: 3px;
  font-size: small;
}

.delete-keyword {
  margin: 1px;
  line-height: 0%;
  font-size: large;
  cursor: pointer;
}

.hidden {
  display: none;
}

.chat-items-inner-container {
  background: var(--bs-success-border-subtle);
  height: 100%;
  overflow-y: scroll;
}

.chat-items-outer-container {
  height: 200px;
}

.ui-resizable-s {
  height: 3px;
  background-color: #0dc5fd;
  cursor: ns-resize;
  bottom: 0;
}

.show_original_img {
  background-color: rgb(255, 210, 0);
  font: bold;
  color: black;
  border-radius: 10px;
}

.found-keyword {
  margin: 0px 3px 0px 3px;
  white-space: nowrap;
  display: inline-block;
}

.keyword-security {
  font-weight: bold;
  cursor: pointer;
}

.keyword-security:hover {
  background-color: yellow;
}

.clickable-security {
  color: royalblue;
  cursor: pointer;
  margin: 0px 3px 0px 3px;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}

.clickable-security.star-5 {
  color: red;
}

.clickable-security.star-4 {
  color: #ff6666;
}

.clickable-security.star-3 {
  color: #ff9966;
}

.clickable-security.star-2 {
  color: #9999ff;
}

.clickable-security.star-1 {
  color: #6666ff;
}

.clickable-security:hover {
  background-color: yellow;
}

.clickable-theme {
  color: brown;
  cursor: pointer;
  border-radius: 10px;
  padding: 5px;
  font-weight: bold;
}

.clickable-theme:hover {
  color: red;
  background-color: yellow;
}

.normal-num-input {
  width: 50px;
}

#switch-code-on-tips:hover {
  background-color: red;
}

.download_link {
  text-decoration: underline;
  cursor: pointer;
}

.download_link:hover {
  text-decoration: none;
}

.find-new {
  position: relative;
}

.find-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.bookmark_icon {
  margin-left: 5px;
  margin-right: 5px;
}

.lhb-date {
  font-weight: bold;
  padding: 3px;
}

.lhb-date:hover {
  background-color: yellow;
  cursor: pointer;
}

.amount-column {
  text-align: right;
}

.red-list {
  color: red !important;
}

.green-list {
  color: green !important;
}

/* #lhb-dates-inner-container {
  white-space: nowrap;
  overflow: hidden;
} */

/* 如果子元素是块级元素，需要将其转换为行内元素 */

#lhb-dates-inner-container > * {
  display: inline-block;
}

#lhb-dates-container {
  white-space: nowrap;
  overflow: hidden;
}

#lhb-type-container:hover {
  background-color: yellow;
}

#block-inner-container {
  color: blue;
}

.yjjg-content {
  font-weight: bold;
  padding-left: 5px;
}

/* 情绪指数 */

#temperature-table th {
  background-color: lightgray;
  text-align: center;
}

#temperature-table td {
  text-align: center;
  background-color: #0b2354;
  color: white;
  border-right: 1px solid #627c7c;
  border-bottom: 1px solid #627c7c;
}

.temperature-date {
  font-weight: bold;
  width: 35px;
}

#temperature-container {
  display: inline-grid;
  overflow: hidden;
}

.temperature-container-foldup {
  height: 55px;
}

.duanxian-data-span {
  padding: 3px;
}

.trade-btn {
  padding: 5px;
}

.green {
  color: green;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.purple {
  color: rgb(70, 0, 128);
}

.blue {
  color: rgb(6, 39, 184);
}

.security-info {
  margin-right: 10px;
}

.red-bg {
  background-color: red;
  color: white;
}

.green-bg {
  background-color: green;
  color: white;
}

.orange-bg {
  background-color: darkorange;
  color: white;
}

.yellow-bg {
  background-color: yellow;
  color: black;
}

.purple-bg {
  background-color: purple;
  color: white;
}

.blue-bg {
  background-color: rgb(31, 136, 221);
  color: white;
}

.blueviolet-bg {
  background-color: blueviolet;
  color: white;
}

.darkblue-bg {
  background-color: darkblue;
  color: white;
}

.marker {
  border-radius: 10px;
  padding: 5px;
  font-size: small;
  cursor: pointer;
}

