.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .pager .prev,
.page .pager .next {
  background: linear-gradient(92.37deg, #ffb257 0%, #ff7223 100%);
  -webkit-box-shadow: 0px 4px 12px rgba(255, 102, 54, 0.29);
          box-shadow: 0px 4px 12px rgba(255, 102, 54, 0.29);
  border-radius: 50px;
  padding: 8px 22px;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.page .pager .mr {
  margin-right: 10px;
}
.page .pager .pagenum a {
  font-weight: 600;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  margin: 0 26px;
}
.page .pager .pagenum a.active {
  color: #ff7626;
}
.page .pager .pagenum a:hover {
  color: #ff7626;
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
.pager .fr {
    display: none;
}
.pager .pagenum a {
    margin: 0 20px !important;
}
}

.LearnerInventory {
  background: #fff;
  margin: 20px;
  min-height: 600px;
}
.LearnerInventory .inventoryBlock {
  margin: 0 40px;
}
.LearnerInventory .inventory {
  width: 100%;
  border: 1px solid #fff4ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 12px rgba(255, 153, 0, 0.05);
          box-shadow: 0px 4px 12px rgba(255, 153, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 20px;
}
.LearnerInventory .inventory h5 {
  font-weight: normal;
  font-size: 18px;
  color: #7b4a1a;
  padding: 8px 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff3e8), to(rgba(255, 243, 232, 0)));
  background: linear-gradient(90deg, #fff3e8 0%, rgba(255, 243, 232, 0) 100%);
}
.LearnerInventory .inventory h5 .line {
  width: 4px;
  height: 18px;
  background: #ffa752;
  display: inline-block;
  margin-right: 14px;
}
.LearnerInventory .inventory p {
  font-size: 18px;
  color: #333333;
  padding: 20px 14px;
}
.LearnerInventory .ivu-table-wrapper-with-border {
  border: 1px solid #fedec0 !important;
  margin-bottom: 20px;
}
.LearnerInventory .ivu-table th {
  background: #fff3e8;
  -webkit-box-shadow: inset -1px 0px 0px rgba(251, 139, 31, 0.2);
          box-shadow: inset -1px 0px 0px rgba(251, 139, 31, 0.2);
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  height: 40px;
  border: none !important;
}
.LearnerInventory .ivu-table td {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  border-right: 1px solid #fedec0 !important;
}

