.control-bar {
  margin-top: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 10px;
  background-color: #fff;

  :global {
    .row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;

      &:last-child {
        margin: 0px;
      }
    }

    .right {
      justify-content: flex-end;
    }
  }
}
