.controlRow {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  .controlRowRight {
    max-width: 30%;
    display: flex;
    align-items: flex-end;
    .controlBtns {
      display: flex;
      justify-content: flex-end;
    }
    :global {
      .panda-civ-water-dropdown-button {
        display: flex;
        justify-content: flex-end;
      }
    }
  }
  .noMarginBottom {
    margin-bottom: 0;
    :global {
      .panda-civ-water-form-item-control-input-content {
        display: flex;
      }
    }
  }
}