.theHistory {
  position: relative;
}
.theHistory .theMainWalletSection {
  margin-bottom: 0.875rem;
  border-radius: 12px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.theHistory .theMainWalletSection .theMainWalletPadd {
  padding: 1.25rem 1.5rem;
}
.theHistory .theMainWalletSection .theMainWalletPadd .theMWTitle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theHistory .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .theHistory .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
    width: 20px;
    height: 20px;
  }
}
.theHistory .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon svg {
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  color: var(--global-secondary-text-color);
}
.theHistory .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
  color: var(--global-secondary-text-color);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .theHistory .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
    font-size: 0.875rem;
  }
}
.theHistory .theMainWalletSection .theMainWalletPadd .theMWValue {
  color: var(--global-primary-text-color);
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .theHistory .theMainWalletSection .theMainWalletPadd .theMWValue {
    font-size: 2.125rem;
  }
}
.theHistory .theHistoryBox {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theHistory .theHistoryBox .theHistoryBoxHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.5rem 0 0;
  overflow-x: scroll;
  overflow-y: unset;
}
.theHistory .theHistoryBox .theHistoryBoxHeader .theHistoryBoxHeaderHLabel {
  padding: 1.25rem 1.5625rem;
  font-weight: 700;
  font-size: 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.theHistory .theHistoryBox .theHistoryBoxPadd {
  padding: 1.875rem 1.5rem 2.1875rem;
  /* Hide DataTable built-in controls */
}
.theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox {
  width: 100%;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper {
  overflow-x: auto;
  overflow-y: unset;
  width: 100%;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .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) {
  .theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTH {
    min-width: unset;
  }
}
.theHistory .theHistoryBox .theHistoryBoxPadd .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) {
  .theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTD {
    min-width: unset;
  }
}
.theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .dataTables_empty {
  color: var(--global-secondary-text-color);
}
.theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBFilter {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: 0.875rem;
  margin: 0 0 1.5rem;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox {
  position: relative;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.875rem;
  border-radius: 0.375rem;
  background: var(--global-secondary-modal-color);
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox {
    gap: 1.875rem;
  }
}
.theHistory .theHistoryBox .theHistoryBoxPadd .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 */
}
.theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox .theLTBBLabel {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--global-primary-text-color);
}
.theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox .theLTBBIcon {
  width: 19px;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox .theLTBBIcon img {
  width: 100%;
  display: block;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .theLPTableBox .theLTBFilter .theLTBFBox .theLTBBIcon svg {
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  color: var(--global-secondary-text-color);
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_length,
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_filter,
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_info {
  display: none !important;
}
.theHistory .theHistoryBox .theHistoryBoxPadd table.dataTable {
  width: 100% !important;
}
.theHistory .theHistoryBox .theHistoryBoxPadd 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;
}
.theHistory .theHistoryBox .theHistoryBoxPadd table.dataTable .theLTBProgress {
  width: 100%;
  text-align: right;
}
.theHistory .theHistoryBox .theHistoryBoxPadd table.dataTable .theLTBProgress progress {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: #565769;
}
.theHistory .theHistoryBox .theHistoryBoxPadd table.dataTable .theLTBProgress progress::-webkit-progress-bar {
  background-color: #565769;
  border-radius: 0.3rem;
}
.theHistory .theHistoryBox .theHistoryBoxPadd table.dataTable .theLTBProgress progress::-webkit-progress-value {
  background: var(--global-button-color, #ff0000);
  border-radius: 0.3rem;
}
.theHistory .theHistoryBox .theHistoryBoxPadd table.dataTable .theLTBProgress progress::-moz-progress-bar {
  background: var(--global-button-color, #ff0000);
  border-radius: 0.3rem;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* pagination "previous" text  */
  /* pagination "next" text  */
  /* pagination button numbers */
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate .paginate_button.previous.disabled {
  color: var(--global-secondary-text-color) !important;
  opacity: 0.5;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate .paginate_button.previous {
  color: var(--global-primary-text-color) !important;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate .paginate_button.previous:hover {
  background: transparent !important;
  border: 1px solid transparent !important;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate .paginate_button.next.disabled {
  color: var(--global-secondary-text-color) !important;
  opacity: 0.5;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate .paginate_button.next {
  color: var(--global-primary-text-color) !important;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate .paginate_button.next:hover {
  background: transparent !important;
  border: 1px solid transparent !important;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate .paginate_button.current {
  color: var(--global-primary-text-color) !important;
  font-weight: 700;
  background: var(--global-button-color) !important;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate .paginate_button {
  color: var(--global-secondary-text-color) !important;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate .paginate_button:hover {
  color: var(--global-primary-text-color) !important;
  background: var(--global-button-color) !important;
}
.theHistory .theHistoryBox .theHistoryBoxPadd .dataTables_paginate .ellipsis {
  color: var(--global-secondary-text-color) !important;
}/*# sourceMappingURL=history.css.map */