.dataBase .anticon {
  font-size: 24px;
  color:#2697ff;
}
.formlabel-160 .ant-form-inline .ant-form-item > .ant-form-item-label {
  width: 160px;
}
.IntelligentSqlCondition .ant-card-head-title {
  padding: 11px 0;
}
.IntelligentSqlCondition .ant-card-head{
  padding: 0;
  margin: 0 24px;
}
.errorinvalid .ant-form-item-explain-error{
  width: 200px;
}
.IntelligentSqlCondition .ant-form-horizontal .ant-form-item-label {
  width: 140px!important;
}
.IntelligentSqlCondition .ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #1677FF;
}
.IntelligentSqlCondition .ant-checkbox-checked .ant-checkbox-inner {
  background: #ffffff;
}
.IntelligentSqlCondition .timeblue .ant-picker-separator,.ant-picker-suffix{
  color: #5990FD;
}
.IntelligentSqlCondition .ant-radio-wrapper,.ant-radio-wrapper-checked{
  pointer-events:none
}
.SlowQueryAnalysis .buttonstyle{
  text-align: right;
  height: 36px;
  line-height: 36px;
}
.SlowQueryAnalysis .ant-card-head-title{
  padding:  5px 5px 5px 0px;
  text-align: left;
}
.SlowQueryAnalysis .ant-card-extra{
  padding: 0;
}
.SlowQueryAnalysis .ant-card-head{
  font-size: 14px;
  color: #737a80;
  padding: 0 30px;
  min-height: 42px;
  line-height: 36px;
}
.SlowQueryAnalysis .ant-card-body{
  padding: 0 0 0 30px;
}
.SlowQueryAnalysis .textstyle{
  font-size: 18px;
  color: #272727;
  font-family: Arial;
  text-align: left;
  font-weight: Bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.SlowQueryAnalysis .ant-card-head {
  border-bottom: none;
}
.SlowSqlDiagnosis .ant-radio-button-wrapper:focus-within{
  box-shadow: none !important;
}
.SlowSqlDiagnosis .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){
  border-radius:2px;
  background:#5990fdff !important;
  color: #f5f5f5 !important;
}
.SlowSqlDiagnosis .ant-drawer-body{
  padding: 0 24px 24px 24px;
}
.SlowSqlDiagnosis .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
  color: #272727;
  font-weight: 500;
}
.SlowSqlDiagnosis .ant-tabs-ink-bar {
  background: #191919ff;
}