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

main[b-s2i2o7u8yo] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-s2i2o7u8yo] {
    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-s2i2o7u8yo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu.razor.css */
.navbar[b-ut59ukakmh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
    color: white;
    height: 60px; /* Hold højden nede */
}

.navbar-container[b-ut59ukakmh] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.navbar-left[b-ut59ukakmh],
.navbar-center[b-ut59ukakmh],
.navbar-right[b-ut59ukakmh] {
    display: flex;
    align-items: center;
}

.navbar-logo[b-ut59ukakmh] {
    font-size: 1.5em;
    margin-right: 20px;
    color: white;
    text-decoration: none;
    height: 30px;
}

.navbar-center[b-ut59ukakmh] {
    flex: 1;
    justify-content: center;
}

.navbar-menu[b-ut59ukakmh] {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-menu .nav-item[b-ut59ukakmh] {
    margin: 0 10px;
}

.navbar-menu .nav-link[b-ut59ukakmh] {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    display: flex;
    align-items: center; /* Vertikalt centreret */
    height: 100%; /* Fylder hele navbarens højde */
}

.navbar-menu .nav-link:hover[b-ut59ukakmh] {
    background-color: #555;
    border-radius: 5px;
}

.navbar-right .navbar-search[b-ut59ukakmh],
.navbar-right .nav-link[b-ut59ukakmh] {
    background: none;
    border: none;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center; /* Vertikalt centreret */
    height: 100%; /* Fylder hele navbarens højde */
}

.navbar-right .navbar-search:hover[b-ut59ukakmh],
.navbar-right .nav-link:hover[b-ut59ukakmh] {
    background-color: #555;
    border-radius: 5px;
}
/* _content/Web/Components/Pages/Development.razor.rz.scp.css */
.feature-image[b-kh0nb9gos5] {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* _content/Web/Components/Pages/MarsOps.razor.rz.scp.css */
.content-section[b-vq7qbsjqn7] {
    padding: 2rem 0;
}

.feature-image[b-vq7qbsjqn7] {
    max-width: 100%;
    height: auto;
}

.bg-light[b-vq7qbsjqn7] {
    background-color: #f8f9fa !important;
}
