.m-pagination-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}
.m-crud {
  .m-search-top {
    min-height: 40px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .m-search-left {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .m-search-right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
  }
}
