condition-query {
  display: block;

  .btn-group {
    display: flex;
  }

  dataset-switcher {
    .tooltip-button {
      height: 34px;
      border-width: 1px;
    }
  }

  .input-from {
    display: flex;
    border-radius: 0 !important;
    flex: 1;
  }

  .flex-search {
    flex: 1;
    justify-content: flex-end;
    margin-right: 8px;
    margin-bottom: 0 !important;
  }

  .flex-width {
    width: 60px !important;
    text-align: right;
    margin-right: 10px;
  }

  .flex-margin-bottom {
    margin-bottom: 5px !important;
  }

  alarm-threshold {
    form {
      border: none !important;
    }
  }

  .flex-fieldset-width {
    width: 130px;
    text-align: right;
  }
}
