.aeprh_inner {
  background-color: #fff;
  padding: 30px 30px;
  display: inline-block;
  width: 95%;
}

.notice-success.aeprh-success-msg {
  border-left-color: #46b450;
}

.notice-error.aeprh-error-msg {
  border-left-color: red !important;
}

table.wp-list-table .aeprh-single-delete {
  margin-left: 8px;
}
.aeprh-section {
  display: inline-block;
  width: 100%;
  padding-top: 1px;
}

.aeprh-option-section .nav-tab {
  margin-left: 0;
  margin-right: 8px;
  background: #fff;
  padding: 8px 25px;
  font-size: 16px;
  color: #000;
}

.aeprh-option-section a.nav-tab.nav-tab-active,
.aeprh-option-section a.nav-tab:hover {
  background: #422366;
  color: #fff;
  border-color: #422366;
  box-shadow: none;
}

.aeprh-section .button-primary.aeprh-submit {
  background: #422366;
  color: #ffffff;
  padding: 3px 16px;
  font-size: 14px;
  border: none;
  box-shadow: none;
  transition: 0.3s;
  border-radius: 6px;
}

.aeprh-section .aeprh-error-lists {
  width: 99%;
}

.wp-list-table td.aeprh-not-data {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.aeprh-page-numbers {
  display: block;
  margin-top: 20px;
}

.aeprh-error-lists .aeprh-action {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.aeprh-action .aeprh-pagination-sec {
  display: flex;
  align-items: center;
}

.aeprh-action .aeprh-pagination-sec .pagination-links {
  margin-left: 20px;
}
.aeprh-action ul.aeprh-page-numbers {
  margin: 0;
}

.aeprh-pagination-sec .aeprh-page-limit-sec select.aeprh-page-limit {
  height: 38px;
  padding-left: 16px;
  border-radius: 8px;
  color: #2c3338;
  border-color: #8c8f94;
  box-shadow: none;
  line-height: 2;
}
.aeprh-page-numbers li a,
.page-numbers.current {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
  border-radius: 10px;
  border: none;
  outline: none;
  color: #422366;
  font-size: 16px;
  z-index: 10;
  transition: 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.aeprh-page-numbers li {
  margin: 0 5px;
  display: inline-block;
}

.aeprh-page-numbers li:last-child {
  margin-right: 0;
}

.aeprh-page-numbers li:first-child {
  margin-left: 0;
}

.aeprh-page-numbers li a:hover,
.page-numbers.current {
  background: #422366;
  color: #ffffff;
}

.aeprh_inner .form-table input,
.aeprh_inner .form-table select {
  height: 38px;
  width: 360px;
  border-radius: 8px;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.aeprh_inner .form-table select {
  width: 140px;
}

.aeprh-section .button-primary.aeprh-submit:hover {
  background: #222;
}

.aeprh-header .aeprh-h1 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.aeprh-error-lists .wp-list-table .manage-column {
  padding: 12px 10px;
}

.aeprh_inner .form-table th {
  font-size: 15px;
  padding-top: 26px;
}
.aeprh_inner form {
  background-color: #f1f1f1;
  padding: 30px;
}
.aeprh-error-lists table thead tr th:first-child {
  width: 50px;
}
