@charset "UTF-8";
.btn {
  -webkit-appearance: none;
}
.btn-lsblue {
  color: #fff;
  background-color: #2f3dff;
  border-color: #2f3dff;
  box-shadow: none;
}
.btn-lsblue:hover {
  background-color: #1625ff;
  color: #fff;
}
.btn-outline-lsblue {
  color: #2f3dff;
  border-color: #2f3dff;
  box-shadow: none;
  background-color: #fff;
}
.btn-outline-lsblue:hover {
  background-color: #2f3dff;
  color: #fff;
}
.btn-outline-brandblue {
  color: #0a0d36;
  border-color: #0a0d36;
  box-shadow: none;
  background-color: #fff;
}
.btn-outline-brandblue:hover {
  background-color: #0a0d36;
  color: #fff;
}
.btn-op {
  opacity: 0.3;
}
.btn-op:hover {
  opacity: 1;
}

.bg-brandblue {
  background-color: #0a0d36;
  color: #fff;
}
.bg-sec {
  background-color: #f9f9f9;
}

.text-lsblue {
  color: #2f3dff;
}

/* 調整 scrollbar Safari */
::-webkit-scrollbar {
  width: 6px; /* 設置 scrollbar 的寬度 */
  height: 6px; /* 設置 scrollbar 的高度 */
  border-radius: 5px; /* 設定圓弧半徑 */
}

::-webkit-scrollbar-track-piece {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #7B7B7B;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #6e6e6e;
}

/* 調整 scrollbar Chrome */
::-webkit-scrollbar {
  width: 6px; /* 設置 scrollbar 的寬度 */
  height: 6px; /* 設置 scrollbar 的高度 */
  border-radius: 5px; /* 設定圓弧半徑 */
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #7B7B7B;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #6e6e6e;
}

.content-llm {
  margin-top: 80px;
  padding-top: 70px;
  min-height: calc(100vh - 139px);
}

.welcome-grid.system-mt {
  margin-top: -70px;
}

.welcome-header {
  padding: 7rem 0;
  background: #36D1DC;
  background: linear-gradient(to right, #5B86E5, #36D1DC);
}
.welcome-header h1 {
  font-size: 3rem;
  letter-spacing: 0.5rem;
  font-style: italic;
}
.welcome-header h1 b.title-text {
  font-size: 5rem;
  display: inline-block;
}
.welcome-header h2 {
  letter-spacing: 0.1rem;
}
.welcome-header .btn-lsblue {
  border: 3px solid;
  border-radius: 50px;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  box-shadow: 0 0.34em 0.67em 0 rgba(10, 13, 54, 0.3);
}

.welcome-grid {
  background: linear-gradient(90deg, rgba(200, 200, 200, 0.1) 3%, transparent 0), linear-gradient(rgba(200, 200, 200, 0.1) 3%, transparent 0);
  background-size: 30px 30px;
}
.welcome-grid .shadow.rounded-2x p.font-weight-light {
  text-align: left;
  height: 90px;
  font-size: 1.1rem;
}

.rounded-2x {
  border-radius: 0.5rem;
}
.rounded-half {
  border-radius: 50%;
}

.icon-circle {
  width: 5rem;
  height: 5rem;
  margin: -6rem auto 0;
  line-height: 5rem;
}
.icon-circle svg {
  width: 40px;
}

.waitlist-form .layer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: -1;
  position: absolute;
  top: -170px;
  width: 100%;
  height: 360px;
  opacity: 0;
  transform: scale(0.1);
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding-top: 1rem;
}
.waitlist-form i {
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
  font-size: 2rem;
}
.waitlist-form .clicked {
  transition: all 0.5s ease;
  transform: scale(1);
  z-index: 100;
  opacity: 1;
}

.welcome-done {
  margin-top: -5rem;
}
.welcome-done h1 {
  background-image: linear-gradient(280deg, #36D1DC 0%, #5B86E5 90%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.welcome-done h1 {
  font-size: 3rem;
  letter-spacing: 0.5rem;
  font-style: italic;
}
.welcome-done h1 b.title-text {
  font-size: 5rem;
}
.welcome-done p.h5 {
  color: #2f3dff;
  letter-spacing: 0.05rem;
}

.hideUp .system-subheader {
  top: -48px;
}
.hideUp .legal-header {
  top: 80px;
}

.system-default {
  min-height: calc(90vh - 50px);
  padding-top: 10rem;
}
.system-default-upload .form-group {
  min-height: 150px;
}
.system-default-upload #contractFile {
  cursor: pointer;
  height: 150px;
  width: 95%;
}
.system-default-upload #contractFile:hover + #contractFileNameShow.newTask {
  border-color: #2f3dff;
  color: #2f3dff;
}
.system-default-upload #contractFileNameShow.newTask {
  height: 150px;
  width: 95%;
  background-color: #fff;
  padding: 50px 0;
  line-height: initial;
}
.system-default-upload #contractFileNameShow.newTask:hover {
  border-color: #2f3dff;
  color: #2f3dff;
}
.system-default-upload #contractFileNameShow.newTask i {
  display: block;
}
.system-default .showDraft {
  cursor: pointer;
  padding: 50px 0;
  height: 150px;
  width: 95%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.system-default .showDraft:hover {
  color: #2f3dff !important;
  border-color: #2f3dff !important;
}
.system-default .showDraft i {
  display: block;
}
.system-subheader {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(221, 221, 221, 0.6);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px 0px;
  top: 80px;
  left: 0px;
  height: 60px;
  z-index: 4;
  justify-content: center;
  flex-direction: row;
  display: flex;
  align-items: center;
  transition: top 0.4s ease-in-out;
}
.system-subheader a {
  color: #7B7B7B;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.system-subheader a:hover {
  color: #2f3dff;
}
.system-subheader a.active {
  background-color: #2f3dff;
  color: #fff;
}
.system-subheader a.active:hover {
  color: #fff;
}
.system-subheader .nav-item a {
  width: 100px;
}
.system-subheader .dropdown {
  min-width: 300px;
}
.system-subheader form {
  min-width: 350px;
}
.system-history-scrolling {
  overflow-x: auto;
  white-space: nowrap;
}
.system-items li {
  list-style: none;
  display: inline-block;
  width: 32%;
}
.system-items li a {
  margin: 0.8rem auto 0;
  flex: 0 1 100%;
  display: flex;
  flex-flow: column nowrap;
  max-width: 100%;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 0;
  color: #555;
  cursor: pointer;
}
.system-items li a:hover {
  color: #2f3dff;
}
.system-items li a:hover svg {
  fill: #2f3dff;
}
.system-items li a.notready {
  cursor: not-allowed;
  color: #d4d4d4;
}
.system-items li a.notready svg {
  fill: #d4d4d4;
}
.system-items li a.notready:hover {
  background-color: transparent;
}
.system-icon {
  white-space: nowrap;
}
.system-icon i {
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0 auto;
}
.system-icon i svg {
  width: 100%;
  fill: #7B7B7B;
}
.system-icon p {
  font-size: small;
}
.system-links a {
  color: #555;
}
.system-links:hover {
  background-color: rgba(47, 61, 255, 0.08);
}
.system-links:hover a {
  color: #2f3dff;
}

.subheader-scrolling {
  overflow-x: auto;
  white-space: nowrap;
  min-width: 95%;
  max-width: 100%;
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(33, 37, 41, 0.1), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(33, 37, 41, 0.1), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}
.subheader-scrolling a {
  width: 100px;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  color: #7B7B7B;
  vertical-align: middle;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: initial;
}
.subheader-scrolling a:hover {
  text-decoration: underline;
}
.subheader-scrolling a.active {
  color: #0a0d36;
}

.system-sidebar.open .sidebarllm-service {
  left: 10px;
}

.sidebarllm-helper .fabao-toggle {
  position: fixed;
  z-index: 5;
  left: 20px;
  top: 100px;
  cursor: pointer;
}
.sidebarllm-helper .fabao-toggle img {
  width: 60px;
  position: relative;
  filter: drop-shadow(0 3px 7px #BBBBBB);
}
.sidebarllm-helper .fabao-toggle:hover img {
  animation: shake 0.5s;
}
@keyframes shake {
  20% {
    transform: rotate(3deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.sidebarllm-helper .fabao-tips {
  width: 170px;
  left: 95px;
  top: 100px;
  z-index: 5;
}
.sidebarllm-helper .fabao-tips #text-block {
  position: relative;
}
.sidebarllm-helper .fabao-tips #text-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #343a40;
  border-left: 0;
  margin-top: -10px;
  margin-left: -10px;
}
.sidebarllm-service {
  width: 300px;
  z-index: 3;
  left: -500px;
  top: 142px;
  transition: all 0.5s ease;
}
.sidebarllm-service .close-button {
  top: 8px;
  right: 17px;
  z-index: 10;
  font-size: large;
  cursor: pointer;
}
.sidebarllm-service .fabao-intro {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-image: linear-gradient(50deg, rgba(205, 230, 255, 0.2) 30%, rgba(47, 61, 255, 0.1)), url(../img/ai-system/aibg.svg);
  background-size: 330px;
  background-position: bottom;
  background-repeat: no-repeat;
}

#action-screen {
  background-image: url("../img/ai-system/aibg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.file-keywords input[type=radio] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.file-keywords label {
  cursor: pointer;
  opacity: 0.7;
}
.file-keywords .form-control:focus {
  border-color: #2f3dff;
}

.result-pure {
  line-height: 26px;
  letter-spacing: 0.05rem;
}
.result-box:hover {
  background-color: rgba(123, 123, 123, 0.08);
}
.result-box:hover .result-feedback {
  display: block;
}
.result-box:hover .result-feedback:hover i {
  color: #fff12f;
}
.result-box:hover .result-href {
  display: block;
}
.result-box:hover .result-href:hover i {
  color: #0a0d36;
}
.result-feedback {
  display: none;
  top: -13px;
  right: 10px;
}
.result-href {
  display: none;
  top: -13px;
  right: 50px;
}

.btn-arrow {
  top: 50%;
  background-color: rgba(123, 123, 123, 0.3);
  border: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
}
.btn-arrow:hover {
  background-color: rgba(123, 123, 123, 0.8);
}

.arrow-left {
  left: -20px;
}

.arrow-right {
  right: -20px;
}

.custom-dropdown,
.dropdown-menu {
  border: 1px solid #BBBBBB;
  border-radius: 8px;
}

.custom-dropdown .dropdown-item {
  color: #707070;
}
.custom-dropdown .dropdown-item:hover {
  color: #343a40;
}
.custom-dropdown .dropdown-item.active {
  background-color: rgba(47, 61, 255, 0.08);
  color: #2f3dff !important;
}

#leftColumn {
  transition: width 0.3s ease;
  overflow-x: hidden;
  width: 280px;
  display: block;
}

.fabaoLoading {
  position: relative;
  background-image: url("../img/loading.svg");
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 1rem auto;
}
.fabaoLoading .circleloader {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 28%;
  border-radius: 16px;
  width: 33px;
  height: 10px;
  padding: 4px;
  background: #b41e23;
}
.fabaoLoading .circleloader:before {
  content: "";
  position: absolute;
  border-radius: 16px;
  width: 8px;
  height: 6px;
  top: 2px;
  left: 0;
  background: #FFF;
  animation: push 0.9s infinite linear;
}
@keyframes push {
  50% {
    left: 26px;
  }
}

.legal-searchbar {
  background-image: linear-gradient(50deg, rgba(205, 230, 255, 0.2) 30%, rgba(47, 61, 255, 0.08)), url(../img/ai-system/aibg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.legal-searchbar form {
  width: 90%;
}
.legal-toggleBtn {
  right: 0;
  top: -2px;
}
.legal-toggleBtn i {
  font-size: 1.3rem;
}
.legal-tabs {
  flex: 1;
}
.legal-tabs .nav-tabs li a {
  color: #707070;
  padding: 18px 0;
  transition: color 0.3s ease, box-shadow 0.2s ease;
}
.legal-tabs .nav-tabs li a:hover {
  color: #3e4bff;
}
.legal-tabs .nav-tabs li a.active {
  font-weight: 600;
  color: #2f3dff;
  box-shadow: inset 0 -2px 0 #2f3dff;
}
.legal-tabs .nav-tabs li a.active:hover, .legal-tabs .nav-tabs li a.active:focus {
  border: none;
}
.legal-tabs p.h4 a {
  color: #343a40;
}
.legal-tabs p.h4 a:hover {
  color: #0011fb;
  text-decoration: underline;
}
.legal-tabsbg {
  background-color: rgba(205, 230, 255, 0.3);
  max-height: 205px;
  line-height: 180%;
  overflow: auto;
  word-break: break-all;
}
.legal-tabsbg pre {
  white-space: initial;
  word-wrap: break-word;
}
.legal-filter .check-label {
  text-transform: none;
  cursor: pointer;
  margin-bottom: 0;
  color: #343a40;
}
.legal-filter .check-label:hover {
  background-color: rgba(112, 112, 112, 0.1);
}
.legal-filter .check-checkbox {
  display: inline-flex;
  position: relative;
  top: -1px;
}
.legal-filter .check-default {
  opacity: 0;
  cursor: inherit;
  position: absolute;
}
.legal-filter .check-input:focus + .check-svg {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgb(205, 230, 255) 0px 0px 0px 3px;
}
.legal-filter .check-input:checked + .check-svg, .legal-filter .check-input:indeterminate + .check-svg {
  opacity: 1;
  background-color: #1877f2;
  border-color: #1877f2;
}
.legal-filter .check-svg {
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  background-color: #fff;
  position: relative;
}
.legal-filter .treemenu-box {
  cursor: initial;
}
.legal-filter .treemenu-box .list-group {
  transition: all 0.3s linear;
}
.legal-filter .treemenu-box .list-group li {
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}
.legal-filter .treemenu-box .list-group li a {
  color: #707070;
  display: block;
  border-radius: 5px;
  padding: 0.75rem 1rem 0.75rem 0.5rem;
}
.legal-filter .treemenu-box .list-group li a:hover {
  text-decoration: none;
  background-color: rgba(112, 112, 112, 0.1);
}
.legal-filter .treemenu-box .list-group li.tree-menu > ul {
  padding-left: 15px;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.legal-filter .treemenu-box .list-group li.opened > a {
  color: #2f3dff;
  font-weight: 600;
  background-color: rgba(47, 61, 255, 0.08);
}
.legal-filter .treemenu-box .list-group li.opened > a:hover {
  background-color: rgba(47, 61, 255, 0.08) !important;
}
.legal-filter .treemenu-box .list-group li.opened > a i.text-muted,
.legal-filter .treemenu-box .list-group li.opened > a span.text-muted {
  color: #2f3dff !important;
}
.legal-filter .treemenu-box .list-group li.opened > a i.fa-angle-right {
  transform: rotate(90deg);
}
.legal-filter .treemenu-box .list-group li.opened ul {
  max-height: 100%;
}
.legal-header {
  top: 130px;
  z-index: 2;
  transition: top 0.4s ease-in-out;
}
.legal-reg {
  line-height: 1.7em;
  font-size: 1.1rem;
}
.legal-reg pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 1rem;
}
.legal-reg pre.mx-auto {
  width: -moz-fit-content;
  width: fit-content;
}
.legal-title {
  color: #1877f2;
  border-left: 3px solid #1877f2;
}
.legal-date {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.legal-level1 {
  padding-left: 1rem;
}
.legal-level2 {
  padding-left: 2.5rem;
}
.legal-level3 {
  padding-left: 4rem;
}
.legal-level4 {
  padding-left: 5.5rem;
}
.legal-list {
  counter-reset: num;
}
.legal-list li {
  position: relative;
}
.legal-list li::before {
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  position: absolute;
  left: -20px;
  font-style: italic;
}

.laws-catalog {
  right: -38px;
  top: 50px;
  width: 30px;
}
.laws-catalog #list-popover {
  max-height: 300px;
  width: 300px;
  overflow-y: auto;
  position: absolute;
  border: 1px solid rgba(112, 112, 112, 0.1);
  padding: 10px;
  display: none;
  top: 0;
  left: -10px;
  z-index: 2;
  transform: translateX(-100%);
}
.laws-catalog #list-popover li {
  margin-bottom: 0.5rem;
}
.laws-catalog #list-popover .legal-level1 {
  padding-left: 0;
}
.laws-catalog #list-popover .legal-level2 {
  padding-left: 0.75rem;
}
.laws-catalog #list-popover .legal-level3 {
  padding-left: 1.5rem;
}
.laws-catalog #list-popover .legal-level4 {
  padding-left: 2rem;
}
.laws-catalog #list-popover a {
  color: #7B7B7B;
}
.laws-catalog #list-popover a:hover {
  color: #1877f2;
}
.laws-catalog #list-popover a.active {
  color: #1877f2;
}
.laws-ResultContent .legal-tabs li a {
  color: #1877f2;
}
.laws-ResultContent .legal-tabs li a:hover {
  color: #1877f2;
}
.laws-ResultContent .legal-tabs li a:hover i {
  color: #1877f2;
}
.laws-ResultContent .legal-tabs li a.collapsed {
  color: #707070;
}
.laws-ResultContent .legal-tabs li a.collapsed:hover {
  color: #1877f2;
}
.laws-ResultContent .legal-tabs li a.collapsed:hover i {
  color: #1877f2;
}
.laws-ResultContent .legal-tabs li a.collapsed i {
  color: rgba(112, 112, 112, 0.3);
}
.laws-ResultContent .legal-tabsbg {
  background-color: #f9f9f9;
}
.laws-ResultContent .lawsTimeLine {
  position: relative;
}
.laws-ResultContent .lawsTimeLine .row:last-child .timeDot::before {
  display: none;
}
.laws-ResultContent .lawsTimeLine a {
  color: #7B7B7B;
}
.laws-ResultContent .lawsTimeLine a:hover {
  color: #1877f2;
}
.laws-ResultContent .lawsTimeLine .inVersion a {
  color: #1877f2;
}
.laws-ResultContent .lawsTimeLine .inVersion .timeDot {
  color: #1877f2;
}
.laws-ResultContent .lawsTimeLine .inVersion .timeDot::after {
  background-color: #1877f2;
}
.laws-ResultContent .lawsTimeLine .timeDot {
  position: relative;
}
.laws-ResultContent .lawsTimeLine .timeDot:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.laws-ResultContent .lawsTimeLine .timeDot:before, .laws-ResultContent .lawsTimeLine .timeDot:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
}
.laws-ResultContent .lawsTimeLine .timeDot:before {
  background-color: #dddddd;
  bottom: 0;
  left: -26px;
  top: 21px;
  width: 2px;
}
.laws-ResultContent .lawsTimeLine .timeDot:after {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #dddddd;
  top: 7px;
  left: -30px;
}
.laws-DetailContent {
  font-size: 0.9rem;
  margin-top: -1rem;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #8edb28;
  background-color: #8edb28;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.1rem);
  background-color: #fff;
  left: calc(-2.15rem - 1px);
}
.custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(142, 219, 40, 0.5);
}
.custom-switch .custom-control-label:before {
  left: -2.6875rem;
  width: 2.5rem;
  border-radius: 50rem;
  background-color: #fff;
  box-shadow: none;
}
.custom-switch .custom-control-label:after {
  top: calc(0.12rem + 3px);
  left: calc(-2.15rem - 5px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #BBBBBB;
  background-color: #BBBBBB;
}
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #BBBBBB;
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(187, 187, 187, 0.5);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(187, 187, 187, 0.1);
  border-color: rgba(187, 187, 187, 0.1);
}

.custom-control-label {
  cursor: pointer;
}
.custom-control-label:before, .custom-control-label:after {
  top: 2px;
}

/* 彈出內容的樣式 */
#popover-content {
  position: absolute;
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
  padding: 10px;
  border-radius: 5px;
  display: none;
}

/* 關閉按鈕的樣式 */
#close-popover {
  background-color: #fff;
  color: #007bff;
  border: 1px solid #007bff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.search_page.toc_page {
  margin-top: -70px;
  padding-top: 60px;
  min-height: calc(100vh - 140px);
  background-repeat: no-repeat;
  background-size: cover;
}

#serviceForm .aiTitle {
  position: relative;
  z-index: 1;
}
#serviceForm .aiTitle:before {
  content: "";
  position: absolute;
  top: -25px;
  left: -93px;
  width: 90px;
  height: 75px;
  background-size: cover;
  background-image: url(../img/ai-system/freego-sayhi-1.png);
  z-index: -1;
}
#serviceForm .aiTitle.newBackground:before {
  background-image: url(../img/ai-system/freego-sayhi-2.png);
}
#serviceForm .aiToggle {
  cursor: pointer;
  color: #555;
  position: relative;
}
#serviceForm .aiToggle::after {
  border: 1px solid #c4c4c4;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-family: none;
  position: absolute;
  right: 14px;
  top: 16px;
  content: "";
}
#serviceForm .aiToggle:hover {
  background-color: rgba(221, 221, 221, 0.5);
}
#serviceForm .aiToggle input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
#serviceForm .aiToggle.radioChosen {
  color: #2f3dff;
  cursor: initial;
}
#serviceForm .aiToggle.radioChosen::after {
  border: 0;
  display: block;
  position: absolute;
  right: 14px;
  top: 14px;
  transition: all 0.5s ease-in-out;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #2f3dff;
  font-weight: 700;
  font-size: 1.2rem;
}
#serviceForm .aiToggle.radioChosen:hover {
  background-color: transparent;
}

.payAd {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(50deg, rgba(205, 230, 255, 0.2) 30%, rgba(47, 61, 255, 0.1)), url(../img/ai-system/aibg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.payAd img {
  width: 100%;
  filter: drop-shadow(0 0.5rem 1rem rgba(5, 5, 5, 0.2));
}

.adH {
  max-height: 450px;
}
.adH p.h2 {
  letter-spacing: 0.07rem;
}
.adH li {
  position: relative;
  font-size: 1.1rem;
}
.adH li::before {
  display: block;
  position: absolute;
  left: -20px;
  top: 1px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #212529;
  font-weight: 700;
}
.adH li.text-muted::before {
  left: -18px;
  top: 1px;
  content: "\f00d";
  color: rgba(112, 112, 112, 0.7);
}
.adH .discount-box small.text-muted {
  font-size: 50%;
}
.adH .discount-box small.text-muted i {
  opacity: 0.5;
}

.shadowAd {
  background-image: linear-gradient(50deg, rgba(205, 230, 255, 0.2) 30%, rgba(47, 61, 255, 0.1));
  background-color: rgba(205, 230, 255, 0.2);
}
.shadowAd::before {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(transparent, #f5f5f5);
}

#goBackSection {
  cursor: pointer;
  opacity: 0;
}

.aisystemOptions .hidden {
  display: none;
}

#langArea .dropdown-menu {
  z-index: 1060;
}

.freego-jobs {
  background-color: rgba(205, 230, 255, 0.2);
  border: 2px solid #cde6ff;
}
.freego-jobs::before {
  display: block;
  width: 100px;
  height: 47px;
  position: absolute;
  top: -46px;
  left: 46%;
  background-repeat: no-repeat;
  background-size: cover;
  content: url("data:image/svg+xml,<svg viewBox='0 0 142 71' fill='%23cde6ff' xmlns='http://www.w3.org/2000/svg'><path d='M124.8,37.7c0-17.9-23.7-31.9-53.9-31.9C40.7,5.8,17,19.8,17,37.7H2.8C2.8,47.8,10.3,56,19.4,56 C28.5,56,36,47.8,36,37.7H21.8c0-14.5,20.9-26.4,46.9-27L53.8,59.1c0,0-1,3.3-5.1,4.1l3.9-0.2c-0.3,1.1,0.6,2.1,1.9,2.1h32.7 c1.3,0,2.2-1,1.9-2.1l3.9,0.2c-3.4-0.6-4.7-3-5-3.8L73,10.7c26,0.6,46.9,12.5,46.9,27h-14.1c0,10.1,7.4,18.3,16.6,18.3 s16.6-8.2,16.6-18.3H124.8z'/></svg>");
}

@media (max-width: 575.98px) {
  .content-llm {
    margin-top: 115px;
  }
  .system-subheader {
    height: auto;
  }
  .system-subheader .nav {
    display: inline-flex;
  }
  .system-subheader .custom-dropdown {
    display: inline-block;
  }
  .sidebarllm-helper .fabao-toggle {
    top: 140px;
    left: 5px;
  }
  .sidebarllm-helper .fabao-tips {
    top: 170px;
    left: 70px;
  }
  .sidebarllm-service {
    top: 180px;
  }
  .laws-catalog {
    right: 0;
    top: 6px;
    width: 80px;
  }
  .laws-catalog #list-popover {
    width: 270px;
  }
  .legal-tabs nav.mb-3 {
    position: relative;
    z-index: 2;
    height: 4rem;
    overflow-y: hidden;
    scroll-behavior: smooth;
  }
  .legal-tabs ul.nav {
    flex-wrap: nowrap;
    margin-block: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .legal-searchbar form {
    width: 100%;
  }
  .legal-toggleBtn {
    right: -10px;
  }
  .legal-header {
    top: 175px;
  }
  .arrow-left {
    left: -10px;
  }
  .arrow-right {
    right: -10px;
  }
  .adH {
    max-height: initial;
  }
}
.MuiPopper-root {
  z-index: 1080;
}

#chainlit-copilot-popover {
  z-index: 1055;
}
#chainlit-copilot-popover blockquote {
  background-color: rgba(255, 255, 255, 0.1);
  border-left-width: 0.3rem;
}

#new-chat-button,
.MuiTypography-root.MuiTypography-body1.css-1w3dzvg {
  display: none;
}

.MuiStack-root.css-137mnuj span {
  display: none;
}

#chainlit-copilot-button {
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  right: 40px;
  bottom: 40px;
  border-radius: 0;
  background-size: cover;
  background-image: url(../img/ai-system/freego-chatbot.svg);
  box-shadow: none !important;
}
#chainlit-copilot-button svg {
  display: none;
}

.chatCreditArea-box {
  align-items: center;
  font-size: 1.1rem !important;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.chatCreditArea-box span {
  color: #01ff70;
}
.chatCreditArea-box .progress {
  height: 7px;
  width: 110px;
  background-color: #343a40;
}
.chatCreditArea-box .progress-bar {
  background-color: #01ff70;
}

@media (max-width: 575.98px) {
  #chainlit-copilot-popover {
    width: min(400px, 90vw);
    height: min(85vh, 100vh - 150px);
  }
}
/* 為確保橫向模式下寬度適應 */
@media (orientation: landscape) and (max-width: 575.98px) {
  #chainlit-copilot-popover {
    height: min(85vh, 100vh - 150px);
  }
  #chainlit-copilot-button {
    width: 4rem;
    height: 4rem;
    right: 20px;
    bottom: 20px;
  }
}
.wizard .inner-content-con-level {
  position: absolute;
  display: inline-block;
  top: -1px;
  left: 14px;
  width: 18px;
}
.wizard .inner-content-con-level .position-relative::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background-color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.wizard .inner-content-con-level .position-relative i {
  position: relative;
  z-index: 1;
  font-size: 0.85rem;
  color: #8BBFE6;
}
.wizard a.current .inner-content-con-level {
  left: 17px;
}
.wizard a.level-unpass {
  background-color: #BBBBBB;
}
.wizard a.level-unpass::after {
  border-left-color: #BBBBBB;
}
.wizard a.level-unpass i {
  color: #BBBBBB !important;
}
.wizard a.level-pass i,
.wizard a.optional.level-pass i {
  color: #8BBFE6 !important;
}
.wizard a.current i,
.wizard a.current.level-pass i {
  color: #007bff !important;
}

.open {
  color: #212529;
}

.mute {
  position: relative;
  color: #7B7B7B;
  background-color: rgba(211, 211, 211, 0.5);
}
.mute::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  height: 1px;
  width: 50%;
  transform: rotate(-35deg);
  transform-origin: center;
  background: #7B7B7B;
}

.calendar-date {
  width: 14.2857142857%;
  line-height: 2.2rem;
  border: 1px solid #fff;
}

.calendar-date.open,
.calendar-date.mute {
  cursor: pointer;
}
.calendar-date.open:hover,
.calendar-date.mute:hover {
  background-color: rgba(211, 211, 211, 0.8);
}

.calendar-day {
  width: 14.2857142857%;
}

.clm-mainContent {
  transition: all 0.3s ease-in-out;
}

.ai-panel {
  position: fixed;
  right: 7px;
  top: 63px;
  width: 0;
  height: calc(100% - 75px);
  overflow: hidden;
  transition: width 0.2s ease;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background: linear-gradient(45deg, #DDE3F5 0%, #F8F9FC 100%);
}
.ai-panel .direct-chat-messages {
  height: auto;
}
.ai-panel .direct-chat-text {
  background-color: #fff;
}
.ai-panel .direct-chat-text::before, .ai-panel .direct-chat-text::after {
  border-right-color: #fff;
}
.ai-panel .direct-chat-text .accordion {
  height: auto;
  transition: all 0.3s ease-in-out;
}
.ai-panel .direct-chat-text [contenteditable=true],
.ai-panel .direct-chat-text [contenteditable=true]:focus {
  background-color: lightyellow;
}
.ai-panel .direct-chat-text.chatHistory .accordion {
  position: relative;
  height: 60px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.ai-header {
  position: sticky;
  top: 0;
  background: #F8F9FC;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.ai-content {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
}
.ai-input {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: #1a1f25;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
.ai-copyResult-btn {
  top: 10px;
  right: 10px;
}
.ai-copyResult-btn:hover .btn-light {
  background: transparent;
}
.ai-showResult-btn {
  display: none;
}

.chatHistory .ai-showResult-btn {
  display: block;
}
.chatHistory .ai-showResult-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: -60px;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  cursor: auto;
}

.aiResizer {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
  cursor: ew-resize;
  z-index: 101;
  transition: all 0.2s ease;
}

.aiResizer:hover,
.aiResizer.active {
  width: 4px;
  background: rgba(0, 0, 0, 0.2);
}

.dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}/*# sourceMappingURL=appLLM-site.css.map */