@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/OegegDepartures/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wgqqavefdl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wgqqavefdl] {
    flex: 1;
    background-color: #000080;
}

.sidebar[b-wgqqavefdl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wgqqavefdl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wgqqavefdl]  a, .top-row[b-wgqqavefdl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wgqqavefdl]  a:hover, .top-row[b-wgqqavefdl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wgqqavefdl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wgqqavefdl] {
        justify-content: space-between;
    }

    .top-row[b-wgqqavefdl]  a, .top-row[b-wgqqavefdl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wgqqavefdl] {
        flex-direction: row;
    }

    .sidebar[b-wgqqavefdl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wgqqavefdl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wgqqavefdl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wgqqavefdl], article[b-wgqqavefdl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wgqqavefdl] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wgqqavefdl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/OegegDepartures/Components/Pages/DeparturesView.razor.rz.scp.css */
.departure-yellow[b-gaobn353h8] {
    color: #ebc81e;
}
.scaled-image[b-gaobn353h8] {
    height: 100%;
    width: 100%;
}
div[b-gaobn353h8]
{
    color: white;
    font-size: 20px;;
}
h1[b-gaobn353h8]
{
    font-size: 55px;
}
h2[b-gaobn353h8]
{
    font-size: 45px;
}

.fullDiv[b-gaobn353h8]
{
    width: 100%;
    height: 100%;
}
label[b-gaobn353h8]
{
    color: white;
}
table th[b-gaobn353h8] {
    color: #000080;
    background-color: #000080;
}

table td[b-gaobn353h8] {
    color: transparent;
    background-color: transparent;
    height: 100%;
    vertical-align: middle;
}

table td div[b-gaobn353h8] {
    color: white;
    background-color: transparent;
    height: 100%;
    vertical-align: middle;
    font-size: 35px;
}

table tr[b-gaobn353h8] {
    color: #000080;
    background-color: #000080;
}

table tbody tr:nth-child(odd) td[b-gaobn353h8] {
    color: #000096;
    background-color: #000096;
}

.viaDiv[b-gaobn353h8] {
    font-size: 20px;
}

.circle[b-gaobn353h8] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
}

.circle.visible[b-gaobn353h8] {
    opacity: 1;
}

.circle.hidden[b-gaobn353h8] {
    opacity: 0;
}

.blinking[b-gaobn353h8] {
    animation: blink-b-gaobn353h8 1s infinite;
}

.white[b-gaobn353h8] {
    background-color: white;
}

.green[b-gaobn353h8] {
    background-color: #48d515;
}
.yellow[b-gaobn353h8] {
    background-color: #ebc81e;
}
.transparentCircle[b-gaobn353h8] {
    background-color: transparent;
}

.train-state-grid[b-gaobn353h8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@keyframes blink-b-gaobn353h8 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

small[b-gaobn353h8] {
    color: white;
}

.dotWidth[b-gaobn353h8] {
    width: 5%;
}
.timeWidth[b-gaobn353h8] {
    width: 7.5%;
}
.estimatedWidth[b-gaobn353h8] {
    width: 7.5%;
}
.trainNumberWidth[b-gaobn353h8] {
    width: 15%;
}
.toWidth[b-gaobn353h8] {
    width: 20%;
}
.viaWidth[b-gaobn353h8] {
    width: 30%;
}
.platformWidth[b-gaobn353h8] {
    width: 15%;
}

 
/* _content/OegegDepartures/Components/Pages/ImpressumView.razor.rz.scp.css */
