.miniGame .history-dialog {
  background: var(--mini-game-main-window);
  border: 2px solid var(--mini-game-border-color);
  border-radius: 0.75rem;
  width: min(1100px, 95vw);
  max-height: 85vh;
  overflow: auto;
  padding: 0;
  text-align: left;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5625rem 0;
  overflow-x: scroll;
  overflow-y: unset;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxHeader .theHistoryMiniGameBoxHeaderHLabel {
  font-weight: 600;
  font-size: 1.125rem;
  width: fit-content;
  cursor: pointer;
  color: var(--mini-game-font-color);
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd {
  padding: 1.875rem 1.5rem 2.1875rem;
  /* Hide DataTable built-in controls */
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox {
  width: 100%;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper {
  overflow-x: auto;
  overflow-y: unset;
  width: 100%;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTH {
  font-size: 0.875rem;
  font-weight: 800;
  padding: 0.75rem 0.875rem;
  min-width: 200px;
}
@media screen and (min-width: 1024px) {
  .miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTH {
    min-width: unset;
  }
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTD {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 0.875rem;
  min-width: 200px;
}
@media screen and (min-width: 1024px) {
  .miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTD {
    min-width: unset;
  }
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .dataTables_empty {
  color: var(--mini-game-secondary_font_color);
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBFilter {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: 0.875rem;
  margin: 0 0 1.5rem;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox {
  position: relative;
  cursor: pointer;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.875rem;
  border-radius: 0.375rem;
  background: var(--mini-game-secondary-window);
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox {
    gap: 1.875rem;
  }
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox input[type=date] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* Makes it invisible */
  cursor: pointer;
  /* Still clickable */
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox .theLTBBLabel {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--mini-game-font-color);
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox .theLTBBIcon {
  width: 19px;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox .theLTBBIcon img {
  width: 100%;
  display: block;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox .theLTBBIcon svg {
  width: 100%;
  display: flex;
  object-fit: cover;
  color: var(--mini-game-secondary_font_color);
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theHistoryMiniGameBoxHeaderHButton {
  width: fit-content !important;
  min-width: 100% !important;
  padding: 0.75rem !important;
  margin: 1.5rem auto 0 !important;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .theHistoryMiniGameBoxHeaderHButton {
    min-width: 30% !important;
    width: fit-content !important;
  }
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_length,
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_filter,
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_info {
  display: none !important;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd table.dataTable {
  width: 100% !important;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd table.dataTable .theLTBStatusBox {
  border-radius: 0.375rem;
  background: #182a1e;
  border-width: 1px;
  border-style: solid;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd table.dataTable .theLTBProgress {
  width: 100%;
  text-align: right;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd table.dataTable .theLTBProgress progress {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: #565769;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd table.dataTable .theLTBProgress progress::-webkit-progress-bar {
  background-color: #565769;
  border-radius: 0.3rem;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd table.dataTable .theLTBProgress progress::-webkit-progress-value {
  background: var(--mini-game-button-color, #ff0000);
  border-radius: 0.3rem;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd table.dataTable .theLTBProgress progress::-moz-progress-bar {
  background: var(--mini-game-button-color, #ff0000);
  border-radius: 0.3rem;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* pagination "previous" text  */
  /* pagination "next" text  */
  /* pagination button numbers */
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate .paginate_button.previous.disabled {
  color: var(--mini-game-secondary_font_color) !important;
  opacity: 0.5;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate .paginate_button.previous {
  color: var(--mini-game-font-color) !important;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate .paginate_button.previous:hover {
  background: transparent !important;
  border: 1px solid transparent !important;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate .paginate_button.next.disabled {
  color: var(--mini-game-secondary_font_color) !important;
  opacity: 0.5;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate .paginate_button.next {
  color: var(--mini-game-font-color) !important;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate .paginate_button.next:hover {
  background: transparent !important;
  border: 1px solid transparent !important;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate .paginate_button.current {
  color: var(--mini-game-font-color) !important;
  font-weight: 700;
  background: var(--mini-game-button-color) !important;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate .paginate_button {
  color: var(--mini-game-secondary_font_color) !important;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate .paginate_button:hover {
  color: var(--mini-game-font-color) !important;
  background: var(--mini-game-button-color) !important;
}
.miniGame .history-dialog .theHistoryMiniGameBox .theHistoryMiniGameBoxPadd .dataTables_paginate .ellipsis {
  color: var(--mini-game-secondary_font_color) !important;
}

/*# sourceMappingURL=minigame.css.map */
