#page-contant {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
}
#page-contant table .data-row .count-coins, #page-contant table .data-row .count, #page-contant table .data-row .expenses, #page-contant table .sub-headers .count-coins, #page-contant table .sub-headers .count, #page-contant table .sub-headers .expenses, #page-contant table .total-row .count-coins, #page-contant table .total-row .count, #page-contant table .total-row .expenses {
  display: none;
}
#page-contant .day-period {
  max-width: 480px;
}
#page-contant .long-period {
  max-width: 400px;
}
@media only screen and (min-width: 992px) {
  #page-contant .day-period {
    max-width: 1150px;
  }
  #page-contant table .data-row .count-coins, #page-contant table .data-row .count, #page-contant table .data-row .expenses, #page-contant table .sub-headers .count-coins, #page-contant table .sub-headers .count, #page-contant table .sub-headers .expenses, #page-contant table .total-row .count-coins, #page-contant table .total-row .count, #page-contant table .total-row .expenses {
    display: table-cell;
  }
}
#page-contant .history .history-modal {
  --width: 95%;
}
#page-contant .history .history-modal .body {
  padding: 10px 0;
}
@media only screen and (min-width: 576px) {
  #page-contant .history .history-modal .body {
    padding: 20px;
  }
}
#page-contant .history .history-modal .body .sub-headers .version {
  min-width: 20px;
}
#page-contant .history .history-modal .body .sub-headers .created-by {
  min-width: 70px;
}
#page-contant .history .history-modal .body .sub-headers .date {
  min-width: 90px;
  text-align: right;
}
#page-contant .history .history-modal .body .data-row .created-by, #page-contant .history .history-modal .body .sub-headers .created-by, #page-contant .history .history-modal .body .total-row .created-by {
  text-align: right;
  padding-right: 10px;
  max-width: 140px;
}
#page-contant .history .history-modal .body .data-row .date, #page-contant .history .history-modal .body .sub-headers .date, #page-contant .history .history-modal .body .total-row .date {
  text-align: right;
}
#page-contant .history .history-modal .body .data-row .created-by, #page-contant .history .history-modal .body .data-row .date, #page-contant .history .history-modal .body .sub-headers .created-by, #page-contant .history .history-modal .body .sub-headers .date, #page-contant .history .history-modal .body .total-row .created-by, #page-contant .history .history-modal .body .total-row .date {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#page-contant .history .history-modal .body .history-loading {
  width: 100%;
  height: 100%;
  text-align: center;
}
#page-contant .history .history-modal .body .history-loading.hidden {
  display: none;
}
#page-contant .history .history-modal .body .history-loading .sk-flow {
  margin: auto;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  #page-contant .history .history-modal {
    --width: 1000px;
  }
}

/*# sourceMappingURL=page_contant.css.map */
