json-viewer {
  --background-color: #232323;
  --property-color: #1489d9;
  --string-color: #3e953b;
  --number-color: #df5f2e;
  --null-color: #b8b8b8; }

.darkmode--activated json-viewer {
  --background-color: #d7d7d7;
  --null-color: #828282;
  --preview-color: rgba(145, 102, 73, 0.9);
  --indentguide-color: #bababa;
  --indentguide-color-active: #828282; }

.tables-filtering .status-selector:not(.active) {
  opacity: .7;
  transform: scale(0.9); }
.tables-filtering .status-selector input {
  display: none; }

.block-table {
  margin-top: 75px; }
  .block-table .wrapper .actions {
    position: absolute;
    right: 0;
    top: -45px;
    margin-top: 0;
    width: 100%;
    justify-content: space-between; }
  .block-table .wrapper #satellitesTable_paginate {
    display: flex; }
  .block-table .wrapper .dataTables_paginate {
    margin-top: 0; }

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