.tab-card-container {
  cursor: pointer;
}
.tab-card-container .card-body::after {
  display: none;
}
.tab-card-container .tab-card {
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.tab-card-container .tab-card .checked {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49%, #007bff 50%);
  width: 40px;
  height: 40px;
  line-height: 1;
  text-align: right;
  padding-right: 4px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.tab-card-container .tab-card .tag {
  display: inline-block;
  padding: 0 10px;
  color: #e45555;
  font-weight: 500;
  background: rgba(228, 85, 85, 0.1);
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 5px;
}
.tab-card-container.active {
  border: 1px solid #007bff;
}
.tab-card-container.active .checked {
  display: block;
}
.dropzone {
  border-radius: 0.25rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.dropzone:hover {
  border-color: #adb5bd;
}
#fileContentWrapper {
  max-height: 80vh;
  overflow-y: auto;
}
.collapse.show {
  display: block !important;
}
.badge {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.file-input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 11;
}
.text-black {
  color: #333 !important;
}
.dark-mode .tab-card-container .tab-card {
  border-color: transparent;
}
.dark-mode .tab-card-container .tab-card .tag {
  display: inline-block;
  padding: 0 10px;
  margin: 12px 0 5px 0;
  color: #f8f8f8;
  font-weight: 500;
  background: #cc4242;
  border-radius: 20px;
  font-size: 12px;
  line-height: 2;
  margin-left: 5px;
}
.dark-mode .tab-card-container .tab-card .text-gray {
  color: #999 !important;
}
.dark-mode .tab-card-container .tab-card .text-black {
  color: #fff !important;
}
.dark-mode .tab-card-container .tab-card .text-blue {
  color: #3f6791 !important;
}
.dark-mode .tab-card-container.active {
  border: 1px solid #3f6791;
  background-color: rgba(180, 180, 180, 0.1);
}
.dark-mode .tab-card-container.active .checked {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49%, #3f6791 50%);
}
.dark-mode .icon-box {
  border-color: #3f6791;
}
.dark-mode .pp .table {
  border-color: #3f6791;
}
.dark-mode .detection-range {
  background-color: rgba(255, 255, 255, 0.1);
}
.popover {
  max-width: 400px;
}
.pp {
  width: 100%;
}
.pp.pp-content {
  padding: 10px;
}
.pp .icon-box {
  margin: 0 auto;
}
.pp .table {
  display: block;
  border-top: 4px solid #007bff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pp .table .t-grid {
  display: grid;
  /* 设置子元素宽度 */
  grid-template-columns: auto auto auto;
}
.pp .table .t-grid div {
  padding: 10px;
  white-space: nowrap;
}
.pp .table .t-grid .t-title {
  font-weight: 900;
}
.pp .table .t-grid .row-title {
  font-weight: 100;
}
.icon-box {
  width: 24px;
  height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
  border: 2.6px solid #007bff;
}
.detection-range {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.detection-range .ai-item {
  padding-bottom: 10px;
  padding-right: 15px;
}
.detection-range .ai-item img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.pp {
  width: 100%;
}
