body {
  font-size: 14px;
  line-height: 1.5;
  color: #36383c;
}

.main_body_color {
  height: 100%;
  background: #f4f7fa;
}

.ant-row h1,
.ant-row .ant-col-12 {
  font-size: 24px;
  line-height: 56px;
  margin-bottom: 0;
}

.btn.ant-btn {
  display: inline-block;
  padding: 0 20px;
  border-radius: 21px;
  cursor: pointer;
  letter-spacing: normal;
  text-align: center;
  -moz-box-sizing: border-box;
  outline: 0;
  box-sizing: border-box;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  min-width: 140px;
  line-height: 34px;
  min-height: 34px;
  border: 1px solid #bfc4cc;
  font-size: 14px;
  box-shadow: 0 1px 5px 0 rgba(165, 169, 176, 0.3);
}

.btn-primary.ant-btn {
  border-color: #e63c3c;
  color: #fff;
  background: #e63c3c;
}

.btn-primary.ant-btn,
.btn.ant-btn:hover {
  box-shadow: 0 1px 5px 0 rgba(230, 60, 60, 0.3);
}

.btn.ant-btn:hover {
  color: #e63c3c;
  border-color: #e63c3c;
  outline: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn.ant-btn:hover,
.btn.ant-btn:focus {
  color: #e63c3c;
  border-color: #e63c3c;
  outline: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-primary.ant-btn:hover,
.btn-primary.ant-btn:focus {
  color: #fff;
  background: #e6583c;
}

.btn-small.ant-btn {
  min-width: 100px;
  line-height: 26px;
  min-height: 26px;
  height: 28px;
}

.ant-select-open .ant-select-selection,
.ant-input {
  box-shadow: 0 0 0 0 !important;
}

.ant-select-dropdown-menu .ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 34px;
  color: #91989e;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.3s ease;
}

.ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected:hover,
.ant-select-dropdown-menu .ant-select-dropdown-menu-item:hover {
  font-weight: normal;
  background-color: #f4f6fa;
  color: #36383c;
}

.list_style {
  background: #fff;
  padding: 20px 30px;
}

.ant-table .ant-table-body table {
  width: 100%;
  border-spacing: 0;
  font-size: 14px;
  border-top: 1px solid #bac0c6;
}

.ant-table .ant-table-thead > tr > th {
  color: #7b8084;
  position: relative;
  min-width: 50px;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.ant-table .ant-table-tbody > tr > td {
  height: 34px;
  padding: 16px 10px;
  border-bottom: 1px solid #e5e5e5;
}

.ant-table .ant-table-tbody > tr:nth-child(4n + 1) {
  background: #f4f6fa;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.ant-table .ant-table-thead > tr > th:first-child {
  padding-left: 30px;
  min-width: 20px !important;
}

.ant-table-thead > tr > th:first-child:before,
.ant-table-thead > tr > th:nth-child(2):before {
  display: none;
}

.ant-table .ant-table-tbody > tr > td:first-child {
  padding-left: 30px;
}

.text-link {
  color: #0ea5f3 !important;
}

.text-link:hover {
  text-decoration: underline;
}

.text-gray {
  color: #91989e !important;
  text-decoration: none !important;
  cursor: default;
}

.ant-pagination .ant-pagination-total-text {
  margin-right: 16px;
}

.ant-pagination-total-text span {
  color: #e63c3c;
  color: #000;
}

.ant-pagination .ant-pagination-item {
  border-radius: 10px;
  min-width: 19px;
  height: 19px;
  line-height: 18px;
  margin-right: 16px;
  border: 0 !important;
}

.ant-pagination .ant-pagination-item-active,
.ant-pagination .ant-pagination-item:hover {
  background: #e63c3c;
  background: #000;
}

.ant-pagination .ant-pagination-item-active a,
.ant-pagination .ant-pagination-item:hover a {
  color: #fff !important;
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #e63c3c !important;
  color: #000 !important;
}

.ant-pagination .ant-pagination-jump-next,
.ant-pagination .ant-pagination-jump-prev,
.ant-pagination .ant-pagination-next,
.ant-pagination .ant-pagination-prev {
  font-family: Arial;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  list-style: none;
  min-width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.ant-pagination-next .ant-pagination-item-link,
.ant-pagination-prev .ant-pagination-item-link {
  border-radius: 50% !important;
  border: 1px solid #d3d7dc !important;
}

.ant-pagination-item-link .anticon {
  color: #91989e !important;
}

.ant-pagination-disabled .ant-pagination-item-link .anticon {
  color: #d3d7dc !important;
}

.ant-pagination-options {
  margin-left: 5px !important;
}

.ant-select-selection {
  border: 1px solid #e2e7ec !important;
}

.ant-table .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
.ant-table .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td {
  background: none;
}
