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; }

.block-h1 .subtitle {
  justify-content: space-between; }
  .block-h1 .subtitle .utc-text {
    display: flex;
    align-items: center; }

.block-station-data {
  margin-top: 15px; }
  .block-station-data .nav-tabs {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fe5e22; }
    .block-station-data .nav-tabs .nav-item {
      padding: 5px 5px 0;
      border-radius: 5px 5px 0 0;
      background-color: #232323; }
      .block-station-data .nav-tabs .nav-item.active {
        border: 1px solid #fe5e22;
        border-bottom: 1px solid #121212;
        margin-bottom: -1px;
        background-color: transparent; }
      .block-station-data .nav-tabs .nav-item a {
        color: unset;
        position: relative; }
      .block-station-data .nav-tabs .nav-item .badget {
        bottom: unset;
        top: -10px;
        right: -8px;
        position: absolute;
        line-height: 12px; }
      @media (max-width: 991px) {
        .block-station-data .nav-tabs .nav-item {
          line-height: 14px;
          padding: 2px 4px;
          display: flex;
          align-items: center; } }
    @media (max-width: 575px) {
      .block-station-data .nav-tabs {
        flex-wrap: wrap;
        gap: 4px;
        border-bottom: none; }
        .block-station-data .nav-tabs .nav-item {
          flex-grow: 1;
          padding: 5px 5px 0;
          line-height: 18px; }
          .block-station-data .nav-tabs .nav-item a {
            display: inline-block;
            width: 100%;
            text-align: center; } }
  .block-station-data .tab-content {
    margin-top: 15px;
    min-height: 30vh; }
    .block-station-data .tab-content .tab-pane {
      display: none; }
      .block-station-data .tab-content .tab-pane.active {
        display: block; }
    .block-station-data .tab-content #tab-station-info .content {
      gap: 15px; }
      .block-station-data .tab-content #tab-station-info .content .information-block__table {
        flex-grow: 2;
        min-width: 370px; }
        .block-station-data .tab-content #tab-station-info .content .information-block__table > .row {
          gap: 10px;
          padding: 3px 0;
          border-top: 1px solid #232323;
          align-items: center;
          flex-wrap: nowrap; }
          .block-station-data .tab-content #tab-station-info .content .information-block__table > .row .title {
            width: 180px; }
            @media (max-width: 390px) {
              .block-station-data .tab-content #tab-station-info .content .information-block__table > .row .title {
                width: 175px; } }
          .block-station-data .tab-content #tab-station-info .content .information-block__table > .row .description {
            flex-grow: 1;
            text-align: end;
            color: #fafafa;
            align-items: center; }
            .block-station-data .tab-content #tab-station-info .content .information-block__table > .row .description.status {
              display: flex;
              justify-content: space-between; }
              .block-station-data .tab-content #tab-station-info .content .information-block__table > .row .description.status span {
                padding: 0 4px; }
            .block-station-data .tab-content #tab-station-info .content .information-block__table > .row .description.no-wrap, .block-station-data .tab-content #tab-station-info .content .information-block__table > .row .description .no-wrap {
              white-space: nowrap; }
          .block-station-data .tab-content #tab-station-info .content .information-block__table > .row:last-child {
            padding-top: 10px; }
          .block-station-data .tab-content #tab-station-info .content .information-block__table > .row:first-child {
            border-top: none;
            padding-top: 0; }
        .block-station-data .tab-content #tab-station-info .content .information-block__table .station-description {
          margin-top: 30px; }
        @media (max-width: 991px) {
          .block-station-data .tab-content #tab-station-info .content .information-block__table > .row .description .progress {
            height: 8px; }
          .block-station-data .tab-content #tab-station-info .content .information-block__table .station-description {
            margin-top: 15px;
            text-align: justify; } }
        @media (max-width: 767px) {
          .block-station-data .tab-content #tab-station-info .content .information-block__table {
            min-width: 100%; } }
        @media (max-width: 575px) {
          .block-station-data .tab-content #tab-station-info .content .information-block__table > .row.data-row .title {
            width: fit-content; } }
      .block-station-data .tab-content #tab-station-info .content .station-media {
        flex-grow: 3;
        gap: 10px; }
        .block-station-data .tab-content #tab-station-info .content .station-media #station-view-image-container {
          display: flex;
          justify-content: center; }
          .block-station-data .tab-content #tab-station-info .content .station-media #station-view-image-container a {
            display: inline-block;
            height: fit-content; }
          .block-station-data .tab-content #tab-station-info .content .station-media #station-view-image-container img {
            width: 100%;
            max-height: 300px; }
          @media (max-width: 767px) {
            .block-station-data .tab-content #tab-station-info .content .station-media #station-view-image-container {
              min-width: 250px; }
              .block-station-data .tab-content #tab-station-info .content .station-media #station-view-image-container a {
                width: 100%; }
              .block-station-data .tab-content #tab-station-info .content .station-media #station-view-image-container img {
                object-fit: cover;
                max-height: 250px; } }
        .block-station-data .tab-content #tab-station-info .content .station-media #map-station {
          width: 100%;
          height: 300px; }
          .block-station-data .tab-content #tab-station-info .content .station-media #map-station:hover {
            cursor: grab; }
          @media (max-width: 767px) {
            .block-station-data .tab-content #tab-station-info .content .station-media #map-station {
              height: 200px; } }
    .block-station-data .tab-content #tab-configuration .cards {
      margin-top: 10px;
      gap: 15px; }
      .block-station-data .tab-content #tab-configuration .cards .card {
        background-color: transparent;
        border: 1px solid #232323;
        border-radius: 4px 4px 2px 2px;
        color: unset; }
        .block-station-data .tab-content #tab-configuration .cards .card .card-header {
          background-color: #232323;
          padding: 2px 5px;
          color: #fafafa; }
        .block-station-data .tab-content #tab-configuration .cards .card .card-body {
          padding: 4px;
          text-align: center; }
    .block-station-data .tab-content #tab-future-passes #slider-range-success, .block-station-data .tab-content #tab-future-passes #slider-range-elevation, .block-station-data .tab-content #tab-future-passes #slider-range-overlap {
      z-index: 0;
      height: 6px;
      margin: 6px 2px 0 2px;
      border: none;
      background-color: #353535; }
      .block-station-data .tab-content #tab-future-passes #slider-range-success .ui-slider-handle, .block-station-data .tab-content #tab-future-passes #slider-range-elevation .ui-slider-handle, .block-station-data .tab-content #tab-future-passes #slider-range-overlap .ui-slider-handle {
        border-radius: 50%;
        height: 12px;
        width: 12px;
        top: -3px;
        background-color: #fe5e22;
        border-color: #fe5e22; }
        .block-station-data .tab-content #tab-future-passes #slider-range-success .ui-slider-handle:focus-visible, .block-station-data .tab-content #tab-future-passes #slider-range-elevation .ui-slider-handle:focus-visible, .block-station-data .tab-content #tab-future-passes #slider-range-overlap .ui-slider-handle:focus-visible {
          opacity: .8;
          outline: none; }
      .block-station-data .tab-content #tab-future-passes #slider-range-success .ui-slider-range, .block-station-data .tab-content #tab-future-passes #slider-range-elevation .ui-slider-range, .block-station-data .tab-content #tab-future-passes #slider-range-overlap .ui-slider-range {
        background-color: #0097ff; }
        .block-station-data .tab-content #tab-future-passes #slider-range-success .ui-slider-range + .ui-slider-handle, .block-station-data .tab-content #tab-future-passes #slider-range-elevation .ui-slider-range + .ui-slider-handle, .block-station-data .tab-content #tab-future-passes #slider-range-overlap .ui-slider-range + .ui-slider-handle {
          margin-left: -4px; }
    .block-station-data .tab-content #tab-future-passes #collapseFilters {
      display: none; }
    .block-station-data .tab-content #tab-future-passes .filter-1 {
      gap: 30px; }
      .block-station-data .tab-content #tab-future-passes .filter-1 > .col {
        min-width: 200px; }
    .block-station-data .tab-content #tab-future-passes .filter-2 {
      margin-top: 20px; }
      .block-station-data .tab-content #tab-future-passes .filter-2 .status-row {
        flex-direction: column;
        gap: 4px; }
        .block-station-data .tab-content #tab-future-passes .filter-2 .status-row label {
          padding: 6px;
          max-width: 200px;
          text-align: start; }
      .block-station-data .tab-content #tab-future-passes .filter-2 .frequency-col {
        max-width: 50%; }
        .block-station-data .tab-content #tab-future-passes .filter-2 .frequency-col #freq-container {
          display: flex;
          flex-wrap: wrap;
          gap: 6px;
          margin-top: 10px; }
          .block-station-data .tab-content #tab-future-passes .filter-2 .frequency-col #freq-container label {
            flex-grow: 1;
            padding: 6px;
            text-align: start; }
    .block-station-data .tab-content #tab-future-passes .calculate-btn {
      margin-top: 30px; }
    .block-station-data .tab-content #tab-future-passes .resulsts {
      margin-top: 25px; }
      .block-station-data .tab-content #tab-future-passes .resulsts .table-wrapper {
        overflow-x: scroll; }
        .block-station-data .tab-content #tab-future-passes .resulsts .table-wrapper #resTable {
          min-width: 1000px;
          font-size: 14px;
          line-height: 16px; }
          .block-station-data .tab-content #tab-future-passes .resulsts .table-wrapper #resTable td {
            padding: 0 5px; }
            .block-station-data .tab-content #tab-future-passes .resulsts .table-wrapper #resTable td.pass-schedule .badget {
              margin-top: 4px;
              background-color: #330b0b; }
        .block-station-data .tab-content #tab-future-passes .resulsts .table-wrapper #error-pass-predictions {
          color: #f44301; }
    @media (max-width: 991px) {
      .block-station-data .tab-content #tab-future-passes .filter-1 {
        gap: 10px; }
      .block-station-data .tab-content #tab-future-passes .resulsts .table-wrapper #resTable {
        font-size: 12px; }
        .block-station-data .tab-content #tab-future-passes .resulsts .table-wrapper #resTable td:first-child {
          max-width: 250px; } }
    @media (max-width: 767px) {
      .block-station-data .tab-content #tab-future-passes .filter-2 {
        flex-wrap: wrap; }
        .block-station-data .tab-content #tab-future-passes .filter-2 > .col {
          min-width: 50%; }
        .block-station-data .tab-content #tab-future-passes .filter-2 .frequency-col {
          margin-top: 10px;
          max-width: 100%;
          min-width: 325px; } }
    @media (max-width: 575px) {
      .block-station-data .tab-content #tab-future-passes .resulsts .table-wrapper #resTable td {
        padding: 0 2px; } }
    .block-station-data .tab-content #tab-station-log table {
      font-size: 14px;
      line-height: 16px; }
      .block-station-data .tab-content #tab-station-log table tr td:first-child {
        display: flex; }
      .block-station-data .tab-content #tab-station-log table tr.online:hover {
        background-color: #002e4d; }
      .block-station-data .tab-content #tab-station-log table tr.testing:hover {
        background-color: #2f1c03; }
      .block-station-data .tab-content #tab-station-log table tr.offline:hover {
        background-color: #330b0b; }
      @media (max-width: 767px) {
        .block-station-data .tab-content #tab-station-log table {
          font-size: 12px; } }
    .block-station-data .tab-content #tab-auto-scheduling .schedule-option-btns button {
      flex-grow: 1;
      outline: none;
      border: 1px solid #0097ff;
      background-color: transparent;
      color: #0097ff; }
      .block-station-data .tab-content #tab-auto-scheduling .schedule-option-btns button:first-child {
        border-radius: 3px 0 0 3px;
        border-right: none; }
      .block-station-data .tab-content #tab-auto-scheduling .schedule-option-btns button:last-child {
        border-radius: 0 3px 3px 0;
        border-left: none; }
      .block-station-data .tab-content #tab-auto-scheduling .schedule-option-btns button.active {
        color: #ffffff;
        background-color: #0097ff; }
    .block-station-data .tab-content #tab-auto-scheduling .schedule-status {
      margin-top: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 4px; }
      .block-station-data .tab-content #tab-auto-scheduling .schedule-status .schedule-status-btns .btn {
        outline: none;
        border: 1px solid; }
        .block-station-data .tab-content #tab-auto-scheduling .schedule-status .schedule-status-btns .btn:first-child {
          border-radius: 3px 0 0 3px;
          border-right: none; }
        .block-station-data .tab-content #tab-auto-scheduling .schedule-status .schedule-status-btns .btn:last-child {
          border-radius: 0 3px 3px 0;
          border-left: none; }
        .block-station-data .tab-content #tab-auto-scheduling .schedule-status .schedule-status-btns .btn.btn-outline-green {
          border-color: #0d6826; }
          .block-station-data .tab-content #tab-auto-scheduling .schedule-status .schedule-status-btns .btn.btn-outline-green.active {
            color: #ffffff;
            background-color: #0d6826; }
        .block-station-data .tab-content #tab-auto-scheduling .schedule-status .schedule-status-btns .btn.btn-outline-red {
          border-color: #ec0c0c; }
          .block-station-data .tab-content #tab-auto-scheduling .schedule-status .schedule-status-btns .btn.btn-outline-red.active {
            color: #ffffff;
            background-color: #ec0c0c; }
        .block-station-data .tab-content #tab-auto-scheduling .schedule-status .schedule-status-btns .btn input {
          display: none; }
    .block-station-data .tab-content #tab-auto-scheduling .schedule-options .tables-filtering__form {
      flex-direction: row; }
      .block-station-data .tab-content #tab-auto-scheduling .schedule-options .tables-filtering__form .bootstrap-select .dropdown-menu li a.opt {
        padding-left: 4px; }
      .block-station-data .tab-content #tab-auto-scheduling .schedule-options .tables-filtering__form #transmitter-field .transmitter-option {
        position: relative; }
        .block-station-data .tab-content #tab-auto-scheduling .schedule-options .tables-filtering__form #transmitter-field .transmitter-option .progress {
          position: absolute;
          height: 8px; }
      .block-station-data .tab-content #tab-auto-scheduling .schedule-options .tables-filtering__form #transmitter-field .dropdown-menu li.optgroup-1:not(.dropdown-header) {
        padding-bottom: 12px; }
      .block-station-data .tab-content #tab-auto-scheduling .schedule-options .tables-filtering__form .add-btn {
        display: flex;
        align-items: center;
        justify-content: end; }
      @media (max-width: 991px) {
        .block-station-data .tab-content #tab-auto-scheduling .schedule-options .tables-filtering__form {
          flex-wrap: wrap;
          padding: 10px 0; }
          .block-station-data .tab-content #tab-auto-scheduling .schedule-options .tables-filtering__form .add-btn button {
            width: 100%; } }
      @media (max-width: 767px) {
        .block-station-data .tab-content #tab-auto-scheduling .schedule-options .tables-filtering__form .form-group {
          min-width: 50%; }
          .block-station-data .tab-content #tab-auto-scheduling .schedule-options .tables-filtering__form .form-group .dropdown-menu {
            width: 100%; } }
    .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-settings-btn {
      position: relative;
      padding-left: 0;
      padding-right: 20px; }
      .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-settings-btn::after {
        position: absolute;
        top: 9px;
        right: 0;
        content: '';
        background-image: url("/static/img/arrow-down.svg?2b5122b15dc4&7fcecb31b344");
        width: 20px;
        height: 12px;
        background-size: 100%;
        background-position: center; }
      .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-settings-btn.show::after {
        transform: scale(1, -1); }
    .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec {
      display: none;
      margin-top: 10px; }
      .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options #set-parameters, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options #set-parameters_sec, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec #set-parameters, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec #set-parameters_sec {
        width: fit-content; }
      .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options > .row, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec > .row {
        padding: 6px 0 2px 0;
        border-bottom: 1px solid #232323; }
      .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .title, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .title {
        display: flex;
        align-items: center;
        min-width: 50%; }
      .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .buttons, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .buttons {
        display: flex;
        flex-wrap: wrap;
        min-width: 470px; }
        .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .buttons label, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .buttons label {
          width: 50%;
          outline: none;
          border: 1px solid #4f4f4f; }
          .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .buttons label:first-child, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .buttons label:first-child {
            border-right: none;
            border-radius: 3px 0 0 3px; }
          .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .buttons label:nth-child(2), .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .buttons label:nth-child(2) {
            border-left: none;
            border-radius: 0 3px 3px 0; }
          .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .buttons label.active, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .buttons label.active {
            color: #ffffff;
            background-color: #4f4f4f; }
          .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .buttons label input, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .buttons label input {
            display: none; }
        .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .buttons input, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .buttons input {
          padding: 8px 10px;
          border-radius: 5px;
          background-color: transparent;
          border: 1px solid #38aeff80;
          color: #fafafa;
          outline: none;
          font-size: 14px;
          margin: 4px 0; }
        .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .buttons .alert-error, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .buttons .alert-error {
          color: #f44301;
          font-size: 12px; }
      @media (max-width: 991px) {
        .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options > .row, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec > .row {
          border-bottom: none; }
        .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .buttons, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .buttons {
          margin-top: 2px; } }
      @media (max-width: 575px) {
        .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options .buttons, .block-station-data .tab-content #tab-auto-scheduling .more-settings .more-options_sec .buttons {
          min-width: 100%;
          overflow: hidden; } }
    .block-station-data .tab-content #tab-auto-scheduling .satellite-table-wrapper {
      margin-top: 30px;
      overflow-x: scroll; }
      .block-station-data .tab-content #tab-auto-scheduling .satellite-table-wrapper table {
        font-size: 14px;
        line-height: 16px; }
        .block-station-data .tab-content #tab-auto-scheduling .satellite-table-wrapper table .empty-schedule {
          pointer-events: none; }
          .block-station-data .tab-content #tab-auto-scheduling .satellite-table-wrapper table .empty-schedule td {
            text-align: center; }
        .block-station-data .tab-content #tab-auto-scheduling .satellite-table-wrapper table .ui-sortable-handle:hover {
          cursor: move; }
      @media (max-width: 767px) {
        .block-station-data .tab-content #tab-auto-scheduling .satellite-table-wrapper table {
          font-size: 12px; } }
    .block-station-data .tab-content .slider-wrapper {
      width: 100%;
      margin-top: 8px;
      margin-left: 10px; }
      .block-station-data .tab-content .slider-wrapper .slider {
        position: relative;
        margin-bottom: 20px !important; }
        .block-station-data .tab-content .slider-wrapper .slider .slider-track {
          cursor: pointer;
          height: 6px;
          border-radius: 5px;
          background-color: #353535; }
          .block-station-data .tab-content .slider-wrapper .slider .slider-track .slider-selection {
            height: 100%;
            background-color: #0097ff;
            position: absolute; }
        .block-station-data .tab-content .slider-wrapper .slider .slider-tick-label-container .slider-tick-label {
          width: 70px !important;
          margin-left: -39px !important;
          text-align: center; }
          .block-station-data .tab-content .slider-wrapper .slider .slider-tick-label-container .slider-tick-label:last-child {
            right: 0 !important;
            left: unset !important;
            text-align: end; }
        .block-station-data .tab-content .slider-wrapper .slider .slider-tick-container .slider-tick {
          cursor: pointer;
          position: absolute;
          margin-left: -10px;
          top: -3px;
          width: 12px;
          height: 12px;
          background-color: #353535;
          opacity: .7;
          border-radius: 50%; }
          .block-station-data .tab-content .slider-wrapper .slider .slider-tick-container .slider-tick.in-selection {
            background-color: #fe5e22;
            opacity: 1; }
          .block-station-data .tab-content .slider-wrapper .slider .slider-tick-container .slider-tick:last-child {
            right: 0 !important;
            left: unset !important; }
        .block-station-data .tab-content .slider-wrapper .slider .slider-handle {
          cursor: pointer;
          position: absolute;
          top: -3px;
          width: 12px;
          height: 12px;
          background-color: #fe5e22;
          border-radius: 50%;
          margin-left: -10px; }
          .block-station-data .tab-content .slider-wrapper .slider .slider-handle:last-child {
            margin-left: -12px; }
        .block-station-data .tab-content .slider-wrapper .slider .tooltip {
          top: -50px;
          margin-left: -10px;
          white-space: nowrap; }
          .block-station-data .tab-content .slider-wrapper .slider .tooltip .tooltip-inner {
            margin-left: -10px; }
          .block-station-data .tab-content .slider-wrapper .slider .tooltip .arrow {
            bottom: 1px; }
      .block-station-data .tab-content .slider-wrapper #min-horizon-slider .slider-handle, .block-station-data .tab-content .slider-wrapper #min-horizon-slider_sec .slider-handle {
        margin-left: -12px; }

.station-stat {
  stroke: #ffffff;
  fill: #ffffff;
  border-color: #ffffff; }

.station-stat__item {
  margin: 5px 5px 5px 5px;
  height: 500px;
  width: 500px; }

.station-stat__header {
  text-align: center;
  width: 500px;
  height: 40px; }

.station-stat__row {
  display: flex;
  justify-content: space-between; }

.station-stat__chart {
  width: 500px;
  height: 400px; }

.station-stat__img {
  width: 100%;
  height: 100%; }

.darkmode--activated .block-station-data .container .progress {
  background-color: #d7d7d7; }
.darkmode--activated .block-station-data .container .nav-tabs .nav-item {
  background-color: #d7d7d7;
  border-bottom-color: #e8e8e8; }
  .darkmode--activated .block-station-data .container .nav-tabs .nav-item.active {
    background-color: transparent; }
.darkmode--activated .block-station-data .container #tab-station-info .content .information-block__table > .row {
  border-top-color: #d7d7d7; }
  .darkmode--activated .block-station-data .container #tab-station-info .content .information-block__table > .row .description {
    color: #353535; }
.darkmode--activated .block-station-data .container #tab-configuration .cards .card {
  background-color: transparent;
  border-color: #d7d7d7; }
  .darkmode--activated .block-station-data .container #tab-configuration .cards .card .card-header {
    background-color: #d7d7d7;
    color: #353535; }
.darkmode--activated .block-station-data .container #tab-future-passes .resulsts #resTable td.pass-schedule .badget {
  background-color: #e23d3d; }
.darkmode--activated .block-station-data .container #tab-station-log table tr.online:hover {
  background-color: #a8dcff; }
.darkmode--activated .block-station-data .container #tab-station-log table tr.testing:hover {
  background-color: #ffd1b8; }
.darkmode--activated .block-station-data .container #tab-station-log table tr.offline:hover {
  background-color: #ffe0e0; }
.darkmode--activated .block-station-data .container #tab-auto-scheduling .more-settings .more-options > .row {
  border-bottom-color: #d7d7d7; }
.darkmode--activated .block-station-data .container #tab-auto-scheduling .more-settings .more-options .buttons .slider-wrapper .slider .slider-track {
  background-color: #d7d7d7; }
.darkmode--activated .block-station-data .container #tab-auto-scheduling .more-settings .more-options .buttons .slider-wrapper .slider .slider-tick-container .slider-tick:not(.in-selection) {
  background-color: #bababa; }
.darkmode--activated .block-station-data .container #tab-auto-scheduling .more-settings .more-options .buttons input {
  color: #191818; }
.darkmode--activated .station-stat {
  stroke: #191818;
  fill: #191818;
  border-color: #191818; }
.darkmode--activated .station-stat__img {
  width: 100%;
  height: 100%;
  filter: invert(1); }

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