/* /Web/Pages/JumpLeaderPage.razor.rz.scp.css */
.dropdown-content[b-k5ijbvyqja] {
    &.skywish {
        padding-top: 0.2rem;

        .dropdown {
            max-height: 500px;
            width: 100%;
            max-width: 400px
        }
    }
}

.badge[b-k5ijbvyqja]{
    font-size: 0.55rem;
    top: 0.3rem;
    left:95%;
    position: absolute;

}
/* /Web/Shared/AirplaneList.razor.rz.scp.css */
label[b-zi3kp9s4zh] {
    width: 65px;

}

/* /Web/Shared/ForecastList.razor.rz.scp.css */
.low-level[b-91cbjn99o1] {
    overflow: auto;
    padding-left: .8rem;
    padding-right: .8rem;
    padding-bottom: 0.25rem;
}
.low-level-altitude[b-91cbjn99o1] {
    margin-right: 1.3rem;
}
.low-level-altitude:last-child[b-91cbjn99o1] {
    margin-right: 0;
}

.low-level label[b-91cbjn99o1] {
    min-width: 50px;
}
.low-level label.altitude[b-91cbjn99o1] {
    opacity: 0.7;
}
.low-level .forecast[b-91cbjn99o1] {
    opacity: 0.5;
}
.low-level .forecast.active[b-91cbjn99o1] {
    opacity: 1.0;
}
.low-level .forecast label[b-91cbjn99o1] {
    margin-top: 1px;
    font-weight: 800;
    white-space: nowrap;
    min-width: 50px;
}

/* /Web/Shared/RealTime.razor.rz.scp.css */
.realtime[b-jba5my64df] {
    color: #fff;
    font-size: 0.8rem;
    z-index: 999;
    /*background-color: #344c61;*/
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    user-select: none;
    -webkit-user-select: none;
}

[b-jba5my64df] .realtime-content {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
[b-jba5my64df] .realtime-content i[class^=icon-] {
    color: #666;
    color: #98978b;
    font-size: 1.2em;
    margin-right: 3px;
}
[b-jba5my64df] .realtime-content label {
    margin-bottom: 0;
    margin-right: 0px;
}
[b-jba5my64df] .realtime-content .realtime-data {
    margin-top: 0rem;
    font-size: 0.9rem;
    white-space: nowrap;
}
@media (max-width: 580px) {
    [b-jba5my64df] .realtime-content .realtime-data {
        margin-top: 0.1rem;
        font-size: 0.8rem;
    }
}
[b-jba5my64df] .realtime-content .altitude .realtime-data {
    min-width: 110px;
}
[b-jba5my64df] .realtime-content .wind .realtime-data {
    min-width: 130px;
}
[b-jba5my64df] .realtime-content .dropdown {
    width: 100%;
    max-width: 770px;
}
/* /Web/Shared/ReconnectModal.razor.rz.scp.css */
/* 1. Override Blazor's default display:none so we can actually animate */
#components-reconnect-modal[b-3i5ip0alnc] {
    display: block !important;
    position: fixed;
    z-index: 9999;
    pointer-events: none; /* Crucial: lets clicks pass through the invisible parent */
}

/* 2. The toast itself - hidden by default */
.offline-toast[b-3i5ip0alnc] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: #334155;
    color: #f8fafc;
    padding: 10px 16px;
    border-radius: 8px;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);

    /* Hidden state */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 3. When Blazor natively flags the parent as reconnecting, show the toast */
#components-reconnect-modal.components-reconnect-show .offline-toast[b-3i5ip0alnc] {
    opacity: 1;
    transform: translateY(0);
}
/* /Web/Shared/Skyview.razor.rz.scp.css */
.alert hr[b-thq5qo33kv] {
    margin-block: .5rem;
}
.alert hr:last-of-type[b-thq5qo33kv] {
    display: none;
}

.loads.row[b-thq5qo33kv] {
    --bs-gutter-x: 0.8rem;
}

.load[b-thq5qo33kv] {
    min-width: 250px;
}
.load .bg-info[b-thq5qo33kv] {
    background-color: #8fcfe7 !important;
}
.load .loadmaster[b-thq5qo33kv] {
    font-weight: 700;
}

.load .group > div[b-thq5qo33kv] {
    padding-left: 5px;
    opacity: 0.9;
}
.load.status_5 .card[b-thq5qo33kv]::after {
    background-color: #ffffff33;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
}
.load.status_5 .card-header[b-thq5qo33kv] {
    background-color: #4b5563 !important;
}
.load.status_3 .card-header[b-thq5qo33kv], .load.status_4 .card-header[b-thq5qo33kv] {
    background-color: #0c8d62 !important;
}

@media (min-width: 580px) {
    .load[b-thq5qo33kv] {
        width: 50%;
        max-width: 50%;
    }
}
@media (min-width: 840px) {
    .load[b-thq5qo33kv] {
        width: 33.3%;
        max-width: 33.3%;
    }
}
@media (min-width: 1040px) {
    .load[b-thq5qo33kv] {
        width: 28%;
        max-width: 28%;
    }
}
@media (min-width: 1290px) {
    .load[b-thq5qo33kv] {
        width: 24%;
        max-width: 24%;
    }
}
@media (min-width: 1540px) {
    .load[b-thq5qo33kv] {
        width: auto;
    }
}
.small[b-thq5qo33kv] {
    /*font-size: 0.8rem;*/
}

.list-group-item[b-thq5qo33kv] {
    padding: 0.2rem 0.5rem;
}

.list-group-item > *[b-thq5qo33kv] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9rem;
}

.card-header[b-thq5qo33kv] {
    line-height: 1.2;
}

.card-header .small[b-thq5qo33kv] {
    /*font-size: 0.72rem;*/
}

.card-footer[b-thq5qo33kv] {
    font-size: 2.4rem;
    font-weight: 700;
}
.card-footer.bg-success[b-thq5qo33kv] {
    background-color: #1bba68 !important;
}
.card-footer.bg-warning[b-thq5qo33kv] {
    background-color: #ffbd66 !important;
}
.card-footer.bg-danger[b-thq5qo33kv] {
    background-color: #ee5050 !important;
}
/* /Web/Shared/Skywish.razor.rz.scp.css */
.skywish table.jumpers[b-r9dvvdoel6] {
    width: 100%;
}
.skywish table.jumpers td[b-r9dvvdoel6], .skywish table.jumpers th[b-r9dvvdoel6] {
    max-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.2rem 0.5rem;
    border: none;
}
.skywish table.jumpers tr[b-r9dvvdoel6] {
    border-top-width: 0.0625rem;
}
.skywish table.jumpers tr.odd + tr.odd[b-r9dvvdoel6], .skywish table.jumpers tr:not(.odd) + tr:not(.odd)[b-r9dvvdoel6] {
    border-top-width: 0;
}
/* /Web/Shared/Spinner.razor.rz.scp.css */
.spinner-container[b-gyx1fq13l1] {
  z-index: 1000;
}

.spinner[b-gyx1fq13l1] {
  margin: 10px 10px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.card-header .spinner[b-gyx1fq13l1] {
  margin: 0 10px;
  height: 25px;
}

.spinner > div[b-gyx1fq13l1] {
  background-color: #000;
  opacity: 0.3;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin-right: 3px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay-b-gyx1fq13l1 1.2s infinite ease-in-out;
}
.spinner.spinner-light > div[b-gyx1fq13l1] {
    background-color: #fff;
    opacity: 0.8;
}

.spinner .rect2[b-gyx1fq13l1] {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}

.spinner .rect3[b-gyx1fq13l1] {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}

.spinner .rect4[b-gyx1fq13l1] {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}

.spinner .rect5[b-gyx1fq13l1] {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.2) }
20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay-b-gyx1fq13l1 {
0%, 40%, 100% {
  transform: scaleY(0.2);
  -webkit-transform: scaleY(0.2);
}  20% {
  transform: scaleY(1.0);
  -webkit-transform: scaleY(1.0);
}
}


/* /Web/Shared/WindGraph.razor.rz.scp.css */
.wind-graph[b-v4ih0vmhy7] {
    max-height: 150px;
}

.wind-graph-header[b-v4ih0vmhy7] {
    padding-left: 14px;
    padding-right: 16px;
}

.legend-line[b-v4ih0vmhy7] {
    display: inline-block;
    width: 14px;
    height: 3px;
    margin-right: 5px;
}

.gust-badge[b-v4ih0vmhy7] {
    padding: 0.15rem 0.3rem;
    border-radius: 0.5rem;
    font-size: 0.7rem;
    display: inline-block;
    line-height: 1;
}

.time-text[b-v4ih0vmhy7] {
    font-size: 0.7rem;
    color: #aaa;
}
