

.box-header .box-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.box-header .pull-right {
  order: 2; /* 将折叠按钮强制放在最右侧 */
}
.box-header .box-title-text {
  margin-right: auto; /* 标题向右推，留出中间间隔 */
  padding-right: 20px; /* 控制间隔大小 */
}

/* -------------------------------------------------------------- */

.tab-pane.fade {
    opacity: 1 !important;
    transition: none !important;
}

/* 数据展示区域 */
.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 12px;
}

.no-wrap:hover {
  overflow: visible;
}

/* 新增pre标签外边距样式 */
.pre-margin-bottom {
  margin-bottom: 0.5rem !important;
}

/* 标签页区域整体样式 */
.nav-tabs-custom {
  height: 800px;
}

/* 参数标签页区域整体样式 */
.params_Tabs .nav-tabs-custom {
  border: 1px solid #3c8dbc;
}

.params_Tabs .form-group {
  margin-bottom: 20px;
  /* display: flex; */
  flex-direction: column;
}

.params_Tabs .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.params_Tabs .shiny-input-container {
  width: 100% !important;
}

/* 展示标签页区域整体样式 */
.shows_Tabs .nav-tabs-custom {
  border: 1px solid #00a65a;
}

/* 重置 Bootstrap 默认的行负边距 */
.tab-content .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 确保所有子元素不超出容器 */
.tab-content * {
  box-sizing: border-box;
  max-width: 100%;
}

.nav-tabs-custom > .tab-content {
  overflow-x: hidden !important;
  max-width: 100%;
}

/* Migrated from ui.ap_pp_ds_ps_22.R */
.title-container {
  align-items: center;
  gap: 10px;
}

.help-title {
  text-align: right;
  flex-grow: 1;
  margin-right: 30px;
}

.box-content-container {
  align-items: center;
  gap: 10px;
}

.main-content-container {
  background-color: white;
  padding: 15px;
}

.overflow-auto-container {
  overflow-y: auto;
}
