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

.launches_header_section > .row {
  gap: 6px; }
  @media (max-width: 767px) {
    .launches_header_section > .row {
      align-items: end;
      flex-direction: column; } }
.launches_header_section h2 {
  border-bottom: none;
  width: auto;
  flex: 1;
  padding-bottom: 10px; }

.launches_header_time_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0; }
  @media (max-width: 991px) {
    .launches_header_time_wrapper {
      gap: 0; } }

.launches_header_time_item_wrapper {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin: 0;
  padding: 0 0 10px; }
  .launches_header_time_item_wrapper h4 {
    padding: 0;
    margin: 0;
    color: #828282;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    line-height: 16px; }
    @media (max-width: 767px) {
      .launches_header_time_item_wrapper h4 {
        font-size: 12px; } }
  .launches_header_time_item_wrapper span {
    font-size: 35px;
    line-height: 40px; }
    @media (max-width: 991px) {
      .launches_header_time_item_wrapper span {
        font-size: 26px;
        line-height: 30px; } }
  @media (max-width: 767px) {
    .launches_header_time_item_wrapper {
      text-align: center;
      width: 100%; } }

#launched_timer {
  background: #fe5e22;
  color: #ffffff; }

.block-satellites-information .h2 {
  text-align: end; }
  @media (max-width: 576px) {
    .block-satellites-information .h2 {
      text-align: center; } }
.block-satellites-information .container .information-block .row.information-block__status .sattelite-status {
  height: 6px;
  top: 8px; }
  .block-satellites-information .container .information-block .row.information-block__status .sattelite-status .progress {
    height: 100%;
    border-radius: 0; }
.block-satellites-information .container .information-block .row .title {
  width: fit-content; }

.block-table {
  margin: 30px 0; }

.launches-detail-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px; }

.launches_detail_form .row {
  align-items: end; }

.launches_detail_form_label {
  padding: 0;
  margin: 0;
  min-width: 350px;
  flex: 1; }

.launches_detail_form_button {
  flex: 1;
  width: 100%;
  height: 36px !important;
  border-radius: 0 !important; }

.spectrum-block {
  min-height: 240px;
  margin-top: 50px;
  margin-bottom: 30px; }

.block-bigmap {
  position: relative;
  height: 500px;
  margin-bottom: 2rem; }
  .block-bigmap .back-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .block-bigmap .prev-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: all;
    cursor: pointer; }
  .block-bigmap .description-map {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    z-index: 3;
    pointer-events: none; }
    .block-bigmap .description-map > * {
      pointer-events: auto; }
    .block-bigmap .description-map .gotocard {
      position: absolute;
      top: 0;
      left: 15px; }
      .block-bigmap .description-map .gotocard a {
        color: #0097ff;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        transition: opacity 0.2s; }
        .block-bigmap .description-map .gotocard a:hover {
          opacity: 0.8; }
        .block-bigmap .description-map .gotocard a .arrow-right {
          width: 20px;
          height: 20px; }
    .block-bigmap .description-map .gotoback {
      display: none; }
      .block-bigmap .description-map .gotoback.show-arrow {
        display: block;
        position: fixed;
        top: 30px;
        left: 60px;
        z-index: 50;
        transform: scale(1.5) rotate(180deg); }
        .block-bigmap .description-map .gotoback.show-arrow .arrow-right {
          margin: 0; }
      .block-bigmap .description-map .gotoback a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px; }
        .block-bigmap .description-map .gotoback a .arrow-right {
          width: 20px;
          height: 20px; }
    .block-bigmap .description-map .description {
      display: flex;
      justify-content: end;
      align-items: end;
      padding-right: 15px; }
      .block-bigmap .description-map .description .status {
        letter-spacing: 0;
        text-align: right;
        color: #828282; }
      .block-bigmap .description-map .description > div {
        color: #ffffff;
        font-size: 14px;
        background: rgba(0, 0, 0, 0.5);
        padding: 8px 16px;
        border-radius: 4px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
        .block-bigmap .description-map .description > div .circle {
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          margin-left: 4px; }
          .block-bigmap .description-map .description > div .circle.circle-blue {
            background-color: #0097ff; }
  .block-bigmap.prev-map {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    margin: 0; }
    .block-bigmap.prev-map .back-map {
      position: fixed;
      height: 100vh; }
    .block-bigmap.prev-map .prev-shadow {
      display: none; }
    .block-bigmap.prev-map .description-map .gotocard {
      display: none; }

#launch-map {
  width: 100%;
  height: 100%; }
  #launch-map .mapboxgl-popup {
    max-width: 300px; }
  #launch-map .mapboxgl-popup-content {
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px; }
    #launch-map .mapboxgl-popup-content strong {
      font-weight: 600; }

@media (max-width: 767px) {
  .block-bigmap {
    height: 350px; }
    .block-bigmap .description-map .gotocard {
      left: 10px; }
    .block-bigmap .description-map .description {
      padding-right: 10px; }
      .block-bigmap .description-map .description > div {
        font-size: 12px;
        padding: 6px 12px; } }
@media (max-width: 576px) {
  .block-bigmap {
    height: 300px; }
    .block-bigmap .description-map .gotocard a {
      font-size: 14px; }
      .block-bigmap .description-map .gotocard a .arrow-right {
        width: 16px;
        height: 16px; } }
.darkmode--activated .block-satellites-information .container .information-block .row {
  border-top-color: #d7d7d7; }
  .darkmode--activated .block-satellites-information .container .information-block .row .description {
    color: #353535; }
  .darkmode--activated .block-satellites-information .container .information-block .row.information-block__status {
    background-color: #d7d7d7; }

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