.alaqsa-hrm-history-section {
  margin: 32px 0 48px 0;
}

.alaqsa-hrm-history-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 24px 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  border-radius: 7px;
  overflow-x: auto;
  display: block;
  max-width: 100%;
}

.alaqsa-hrm-history-table thead th {
  background: #12569a;
  color: #fff;
  font-weight: 600;
  border: 1px solid #236baf;
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
}

.alaqsa-hrm-history-table tbody td {
  border: 1px solid #e3e3e3;
  padding: 8px 6px;
  text-align: center;
  font-size: 15px;
  background: #fcfcfc;
  color: #333;
  min-width: 90px;
  white-space: nowrap;
}

.alaqsa-hrm-history-table tbody tr:nth-child(even) td {
  background: #f4f8fc;
}

.alaqsa-hrm-history-table tbody tr:last-child {
  border-bottom: 2px solid #236baf;
}

.alaqsa-hrm-history-table tfoot td,
.alaqsa-hrm-history-table tbody tr[style*="font-weight:bold"] td {
  background: #e3effa;
  font-weight: bold;
  color: #12569a;
}

.alaqsa-hrm-table-scroll-wrap {
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.alaqsa-hrm-history-table::-webkit-scrollbar,
.alaqsa-hrm-table-scroll-wrap::-webkit-scrollbar {
  height: 10px;
  background: #f5f5f5;
}

.alaqsa-hrm-history-table::-webkit-scrollbar-thumb,
.alaqsa-hrm-table-scroll-wrap::-webkit-scrollbar-thumb {
  background: #c8dae6;
  border-radius: 7px;
}

.alaqsa-hrm-history-table::-webkit-scrollbar-thumb:hover,
.alaqsa-hrm-table-scroll-wrap::-webkit-scrollbar-thumb:hover {
  background: #9bb8d7;
}