.bg-dark-1 {
  background-color: #20171a;
}
.text-dark-1 {
  color: #20171a;
}
.bg-yellow {
  background-color: #f6c866;
}
.bg-dark-1 a {
  color: #fff5ec !important;
}
.bg-dark-1 a:hover {
  color: #f6c866 !important;
}
.d-absolute {
  position: absolute;
}
.card {
  border-radius: 0px;
  border: 1px solid #ffffff;
  background-color: #fffdfb;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2) !important;
}
.cursor-pointer {
  cursor: pointer;
}
.color-green {
  color: green;
}
.color-red {
  color: red;
}
div.dt-container .dt-paging .dt-paging-button {
  padding: 0px !important;
}
.page-item.active .page-link {
  background-color: #f6c866;
  border-color: #f6c866;
  width: 100%;
  border: none;
  height: 100%;
}
div.dt-container .dt-paging .dt-paging-button:hover {
  background: none;
  border: 1px solid transparent;
  padding: 0px;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border: 1px solid transparent;
  color: #000;
}
.page-link {
  color: #333;
}
