.search-layout[data-v-553d4700] {
  background-color: #f2f3f8;
  margin-top: 45px;
}

.sidebar-wrapper[data-v-e2e1b392] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #ffffff;
}
.sidebar-scroll[data-v-e2e1b392] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: visible;
  padding: 8px 10px;
  scrollbar-width: none;
}
.sidebar-scroll[data-v-e2e1b392]::-webkit-scrollbar {
    display: none;
}
.sidebar-topbar[data-v-e2e1b392] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 16px;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.sidebar-topbar--collapsed[data-v-e2e1b392] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 14px 0;
}
.sidebar-topbar__btn[data-v-e2e1b392] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 6px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    color: #3b4246;
}
.sidebar-topbar__btn svg[data-v-e2e1b392] {
      width: 20px;
      height: 20px;
      stroke: currentColor;
}
.sidebar-topbar__btn[data-v-e2e1b392]:hover {
      background: #f1f2f7;
      color: #004584;
}
.object-block[data-v-e2e1b392] {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 12px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #3b4246;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background: transparent;
}
.object-block div[data-v-e2e1b392] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 10px;
}
.object-block img[data-v-e2e1b392] {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: static !important;
    top: auto !important;
    margin: 0 !important;
}
.object-block .nav-icon[data-v-e2e1b392] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #1e67bd;
}
.object-block .nav-icon svg[data-v-e2e1b392] {
      display: block;
      width: 16px;
      height: 16px;
      stroke: currentColor;
}
.object-block .float-right[data-v-e2e1b392],
  .object-block .nav-count[data-v-e2e1b392] {
    margin-left: auto !important;
    float: none !important;
    background: #f1f2f7;
    color: #8a95a8;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    min-width: 24px;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
}
.object-block[data-v-e2e1b392]:hover {
    background: #f1f2f7;
}
.object-block.text-center[data-v-e2e1b392] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.object-block.text-center div[data-v-e2e1b392] {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0;
}
.object-block.text-center .float-right[data-v-e2e1b392],
    .object-block.text-center .nav-count[data-v-e2e1b392] {
      display: none;
}
.object-block.active[data-v-e2e1b392] {
  background: #e8f5ff;
  color: #1e67bd;
  font-weight: 700;
}
.object-block.active .nav-icon[data-v-e2e1b392] {
    color: #1e67bd;
}
.object-block.active .float-right[data-v-e2e1b392],
  .object-block.active .nav-count[data-v-e2e1b392] {
    background: #1e67bd;
    color: #ffffff;
}
.b-1[data-v-e2e1b392] {
  border-bottom: 1px solid #eeeeee;
}
.tr-8[data-v-e2e1b392] {
  border-top-right-radius: 8px;
}
.br-8[data-v-e2e1b392] {
  border-bottom-right-radius: 8px;
}
.back-btn[data-v-e2e1b392] {
  background-color: #e2e6ee;
  width: 100%;
  padding: 0.5rem;
}
@media screen and (max-width: 1400px) {
.object-block[data-v-e2e1b392] {
    font-size: 11px;
}
}
.sidebar-history[data-v-e2e1b392] {
  background: #ffffff;
  margin-top: 16px;
  text-align: left;
}
.sidebar-history__header[data-v-e2e1b392] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4px 12px 6px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.sidebar-history__header-left[data-v-e2e1b392] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
}
.sidebar-history__title[data-v-e2e1b392] {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #748496;
    text-transform: uppercase;
}
.sidebar-history__chevron[data-v-e2e1b392] {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #748496;
    opacity: 0.6;
}
.sidebar-history__chevron--open[data-v-e2e1b392] {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
}
.sidebar-history__list[data-v-e2e1b392] {
    overflow-y: auto;
    overflow-x: visible;
    max-height: 300px;
    padding: 0 0 12px;
    scrollbar-width: none;
}
.sidebar-history__list[data-v-e2e1b392]::-webkit-scrollbar {
      display: none;
}
.sidebar-history__empty[data-v-e2e1b392] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 12px;
    font-size: 12px;
    color: #748496;
}
.history-slide-enter-active[data-v-e2e1b392],
.history-slide-leave-active[data-v-e2e1b392] {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.history-slide-enter[data-v-e2e1b392],
.history-slide-leave-to[data-v-e2e1b392] {
  opacity: 0;
}
.sidebar-spin[data-v-e2e1b392] {
  -webkit-animation: sidebar-spin-anim-e2e1b392 1s linear infinite;
          animation: sidebar-spin-anim-e2e1b392 1s linear infinite;
}
@-webkit-keyframes sidebar-spin-anim-e2e1b392 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes sidebar-spin-anim-e2e1b392 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.sidebar-history__section-label[data-v-e2e1b392] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #8a95a8;
  text-transform: uppercase;
  padding: 10px 12px 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
}
.sidebar-history__item[data-v-e2e1b392] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 6px 8px 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  min-height: 32px;
  text-align: left;
}
.sidebar-history__item[data-v-e2e1b392]:hover, .sidebar-history__item.sidebar-history__item--active[data-v-e2e1b392] {
    background: rgba(0, 0, 0, 0.05);
}
.sidebar-history__item:hover .sidebar-history__menu-btn[data-v-e2e1b392], .sidebar-history__item.sidebar-history__item--active .sidebar-history__menu-btn[data-v-e2e1b392] {
      opacity: 1;
      pointer-events: all;
}
.sidebar-history__item-prompt[data-v-e2e1b392] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 12px;
  color: #2d3748;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  line-height: 1.4;
  text-align: left;
}
.sidebar-history__menu-btn[data-v-e2e1b392] {
  opacity: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #8a95a8;
  font-size: 18px;
  line-height: 1;
  padding: 2px 6px;
  margin: -2px -4px;
  border-radius: 4px;
  -webkit-transition: opacity 0.1s, background 0.15s, color 0.15s;
  transition: opacity 0.1s, background 0.15s, color 0.15s;
  pointer-events: none;
}
.sidebar-history__menu-btn[data-v-e2e1b392]:hover {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.08);
    color: #333;
}
.sidebar-history__dropdown[data-v-e2e1b392] {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  min-width: 160px;
  overflow: hidden;
  padding: 6px 0;
}
.sidebar-history__dropdown--above[data-v-e2e1b392] {
    top: auto;
    bottom: calc(100% + 4px);
    -webkit-box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12), 0 -2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12), 0 -2px 8px rgba(0, 0, 0, 0.08);
}
.sidebar-history__dropdown-item[data-v-e2e1b392] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #004584;
  cursor: pointer;
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
  white-space: nowrap;
}
.sidebar-history__dropdown-item[data-v-e2e1b392]:hover {
    background: #f7f7f7;
}
.sidebar-history__dropdown-item--danger[data-v-e2e1b392] {
    color: #e53e3e;
}
.sidebar-history__dropdown-item--danger[data-v-e2e1b392]:hover {
      background: rgba(229, 62, 62, 0.06);
}
.sidebar-history__dropdown-icon[data-v-e2e1b392] {
  font-size: 14px;
  width: 16px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #4a5568;
}
.sidebar-history__dropdown-item--danger .sidebar-history__dropdown-icon[data-v-e2e1b392] {
    color: #e53e3e;
}
.sidebar-history__dropdown-divider[data-v-e2e1b392] {
  height: 1px;
  background: #f0f0f0;
  margin: 4px 0;
}
.sidebar-history__rename-input[data-v-e2e1b392] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f7f7f7;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  color: #1a202c;
  font-size: 12px;
  padding: 3px 6px;
  outline: none;
  min-width: 0;
}
.sidebar-history__rename-input[data-v-e2e1b392]:focus {
    border-color: #5b8dee;
    background: #fff;
}
.sidebar-history__rename-actions[data-v-e2e1b392] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar-history__rename-btn[data-v-e2e1b392] {
  background: #f0f0f0;
  border: none;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  font-size: 11px;
  padding: 2px 5px;
}
.sidebar-history__rename-btn[data-v-e2e1b392]:hover {
    background: #e0e0e0;
}
.sidebar-history__dropdown-icon-img[data-v-e2e1b392] {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
}
.sidebar-history__dropdown-item--danger .sidebar-history__dropdown-icon-img[data-v-e2e1b392] {
    -webkit-filter: invert(27%) sepia(90%) saturate(1200%) hue-rotate(330deg);
            filter: invert(27%) sepia(90%) saturate(1200%) hue-rotate(330deg);
}
.icon-size[data-v-e2e1b392] {
  width: 15px;
}

.expandnavleft[data-v-19bd69f3] {
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
  position: fixed;
  width: 266px;
  min-width: 266px;
  height: calc(100vh - 55px);
  top: 0px;
  left: 0;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  border-right: 1px solid #e4e8f0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.expandnavleft[data-v-19bd69f3]::-webkit-scrollbar {
    display: none;
}
.shrinknavleft[data-v-19bd69f3] {
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
  position: fixed;
  width: 60px;
  min-width: 60px;
  height: calc(100vh - 55px);
  top: 0px;
  left: 0;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  border-right: 1px solid #e4e8f0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.shrinknavleft[data-v-19bd69f3]::-webkit-scrollbar {
    display: none;
}
.expandnavright[data-v-19bd69f3] {
  -webkit-transition: left 300ms ease, width 300ms ease;
  transition: left 300ms ease, width 300ms ease;
  position: absolute;
  left: 266px;
  width: calc(100% - 266px);
  min-height: 100vh;
  padding-left: 6px;
  overflow-x: hidden;
}
.shrinknavright[data-v-19bd69f3] {
  -webkit-transition: left 300ms ease, width 300ms ease;
  transition: left 300ms ease, width 300ms ease;
  position: absolute;
  left: 60px;
  width: calc(100% - 60px);
  min-height: 100vh;
  padding-left: 15px;
  overflow-x: hidden;
}
.sqlchat-right-section[data-v-19bd69f3] {
  top: 0 !important;
  padding-left: 0;
}


/*# sourceMappingURL=27.b71a0081.css.map*/