.full-analysis {
  background: #f7f7f7;
}
.full-analysis-content {
  padding: 0;
  padding: 24px;
  /* padding-bottom: 0; */
}

.full-analysis-content-comprehensive {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 24px;
  padding-bottom: 30px;
  margin-bottom: 12px;
  margin-top: 0;
}
.full-analysis-content-comprehensive-tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.full-analysis-content-comprehensive-tab-left-title {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  color: #121418;
  line-height: 18px;
}
.full-analysis-content-comprehensive-tab-left-title::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0066ff;
}

.full-analysis-content-comprehensive-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-top: 16px;
  margin-bottom: 24px;
}

.full-an-com-select {
  margin-top: 24px;
}
.full-an-com-select-all {
  display: flex;
}
.full-an-com-select-all .select-save {
  flex: 1;
  display: flex;
}
.full-an-com-select-all .select-save .save-item {
  display: flex;
  background: #f7f7f7;
  border-radius: 4px;
  margin-left: 10px;
  padding: 0 10px;
  cursor: pointer;
  /* line-height: 100%; */
  align-items: center;
}
.save-item .icon-guanbi{
  font-size: 14px;
}
.full-an-com-select-all .select-save .save-item:hover,
.full-an-com-select-all .select-save .item-cur {
  background: #0066ff;
}

.full-an-com-select-all .select-save .save-item .item-text {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #515762;
  margin-right: 5px;
}
.full-an-com-select-all .select-save .save-item:hover .item-text,
.full-an-com-select-all .select-save .item-cur .item-text {
  color: #fff;
}
.full-an-com-select-all .select-save .save-item:hover .icon-guanbi,
.full-an-com-select-all .select-save .item-cur .icon-guanbi {
  color: #fff;
}

.full-an-com-select-all-title {
  font-weight: bold;
  font-size: 14px;
  color: #2d3139;
}

.full-an-com-select-item-parent {
  margin-top: 14px;
  margin-bottom: 12px;
  font-size: 13px;
}

.form-check-label .full-analysis-select-item-title {
  font-weight: 400;
  font-size: 12px;
  color: #2d3139;
}

.full-an-com-select-item-child {
  display: flex;
}
.full-an-com-select-item-child-content {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 14px;
  background: #f7f7f7;
  border-radius: 8px;
  margin-top: 4px;
}
/* .full-an-com-select-all .form-check-input ,
.full-an-com-select-item-parent .form-check-input {
  margin-top: 3px;
} */
.form-check {
  min-height: none;
  height: 20px !important;
  margin-bottom: 0 !important;
  /* padding-top: 2px; */
}
.form-check:hover .form-check-input[type='checkbox'] {
  border-color: #0066ff !important;
}
/* .full-an-com-select-item-child-item {
  display: flex;
  align-items: center;
} */

.full-an-com-select-item-child-icon {
  width: 20px;
  height: 20px;
}
/* .full-an-com-select-item-child-icon img {
  width: 20px;
  height: 20px;
  margin-top: -4px;
} */

.full-an-com-select-item-child-title {
  /* height: 15px; */
  font-weight: 400;
  font-size: 13px;
  color: #515762;
  line-height: 14px;
  /* margin-left: 3px; */
}
.full-an-com-save {
  padding: 13px 36px;
  background: #0066ff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.save-disabled {
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
  touch-action: none;
  background-color: #70acfb !important; 
}
.full-analysis-content-describe {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 24px;
  margin-top: 12px;
}
.full-analysis-content-describe-title {
  font-weight: bold;
  font-size: 15px;
  color: #121418;
  line-height: 18px;
}
.full-analysis-content-describe-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 16px 0;
  margin-bottom: 16px;
}
.full-analysis-content-describe-desc {
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  line-height: 24px;
}

.modal-dialog .modal-dialog-content {
  min-height: fit-content;
  min-width: fit-content;
  width: 500px;
}
.full-analysis-modal-desc {
  font-weight: 400;
  font-size: 14px;
  color: #2d3139;
  line-height: 22px;
}

.save-query-input {
  padding: 24px ;
  padding-bottom: 0;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}
.save-query-input .input-box {
  width: 452px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
}
.save-query-input .input-msg {
  /* display: none; */
  height: 24px;
  color: red;
}
.save-query-input .input-box input {
  flex: 1;
  height: 42px;
  line-height: 42px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  color: #2d3139;
}
.save-query-input .input-box .input-suff {
  font-size: 14px;
  color: #515762;
  margin-right: 14px;
}
