.containerInner {
  padding: 5px;
}

.datepickerWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.selectReport {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.datePickerSingle {
  margin-bottom: 0;
}

.casinoResult .searchForm {
  background: #fff;
  padding: 5px 0;
  margin: 5px;
  margin-bottom: 10px;
}

.containerFluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.btnLogin {
  background-color: #183f45;
  color: #FFFFFF;
  border-bottom-color: #0b1c1f;
  border-right-color: #0b1c1f;
}

.casinoResult .table {
  background-color: #fff;
}

.tableBordered {
  border: 1px solid #dee2e6;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

table {
  font-size: 0.875rem !important;
}

.table th,
.table td {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.tableBordered th,
.tableBordered td {
  border: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.tableBordered thead th,
.tableBordered thead td {
  border-bottom-width: 2px;
}

.textLeft {
  text-align: left !important;
}

.positionRelative {
  position: relative !important;
}

.pageTitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pL5 {
  padding-left: 5px;
}

.pL15 {
  padding-left: 15px;
}

.pR5 {
  padding-right: 5px;
}

.mB0 {
  margin-bottom: 0;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: flex-start;
}

/* Row with justify-between for entries and search */
.justifyBetween {
  justify-content: space-between;
  align-items: center;
}

.col6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.col12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.dInlineBlock {
  display: inline-block;
}

.formGroup {
  margin-bottom: 1rem;
}

.vT {
  vertical-align: top;
}

.textRight {
  text-align: right;
}

.formControl {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.15rem;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formControlSm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.btnBlock {
  display: block;
  width: 100%;
}

.tableResponsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dataTablesLength,
.dataTablesFilter {
  margin-bottom: 1rem;
}

.dataTablesLength label,
.dataTablesFilter label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.underline {
  text-decoration: underline;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.pML {
  padding-left: 0.5rem;
}

.justifyContentEnd {
  justify-content: flex-end;
}

.pageItem {
  display: list-item;
}

.pageItem.disabled .pageLink {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pageItem.active .pageLink {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.pageLink {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
}

.pageLink:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.pageLink button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  width: 100%;
  text-align: center;
}

.bTable {
  border-collapse: collapse;
}

@media (max-width: 768px) {
  .col6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .table th,
  .table td {
    font-size: 12px;
    padding: 0.5rem;
  }
  
  .tableResponsive {
    padding: 0 8px;
  }
  
  .pagination {
    flex-wrap: wrap;
  }
}
