/* table.dataTable> tbody>tr>td {
  text-align: left;
}

table.dataTable> tbody>tr>td>a{
  text-decoration: none;
  color: #007bff;
}

table.dataTable> tbody>tr>td>a:hover{
  text-decoration: underline;
  color: #0056b3;
} */

.pagination {
  display: inline-flex;
}

.form-select-sm{
  font-size: 14px;
}

.bg-ginda{
  background-color: #611232!important;
  color: white;
}

.sub-navbar{
  margin-top: 50px !important;
    z-index: 1 !important;
}
