
.queryBuilderBaseValue {
  width: 100%;
  display: flex;
}

.queryBuilderBaseValue-sameValueCheckbox {
  display: inline-flex;
  margin: -.5em 0 -.5em 10px;
  padding: .5em 0 .5em .5em;

  .el-checkbox {
    margin-top: auto !important;
    margin-bottom: auto !important;
    display: flex;
    align-items: center;
  }

  .el-checkbox__inner {
    width: 18px;
    height: 18px;
  }

  .el-checkbox__inner::after {
    height: 9px;
    left: 7px;
  }

  .el-checkbox__label {
    font-size: 10px;
    font-weight: 400;
    line-height: 9px;
    letter-spacing: -0.3px;
    color: #a7a7a7;
    max-width: 85px;
    white-space: normal;
    vertical-align: middle;
    padding-left: 6px;
  }
}
