.bottomButton {
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
  height: 50px;
  align-items: center;
  .mr12 {
    margin-right: 12px;
  }
  // .saveBut{
  //     color: #fff;
  //     border: 0;
  // }
}
