@import '_content/central.api.razor/central.api.razor.svxob8ax8r.bundle.scp.css';
@import '_content/CommonComponents/CommonComponents.vkfrckopzy.bundle.scp.css';
@import '_content/media.razor/media.razor.ccnqoc54do.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fjq79eg2w5] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

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

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

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

.top-row[b-fjq79eg2w5]  .top-link {
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.top-row[b-fjq79eg2w5]  .top-link:hover,
.top-row[b-fjq79eg2w5]  .top-link.active {
    color: #0f172a;
}

.top-row[b-fjq79eg2w5]  .top-link-primary {
    background: #0f2767;
    border-radius: 4px;
    color: white;
    padding: 0.5rem 0.9rem;
}

.top-row[b-fjq79eg2w5]  .top-link-primary:hover {
    background: #193b8f;
    color: white;
}

.content[b-fjq79eg2w5] {
    margin: 0 auto;
    max-width: 1200px;
    padding: 2rem 1.5rem 3rem;
}

#blazor-error-ui[b-fjq79eg2w5] {
    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-fjq79eg2w5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

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

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

    .top-row[b-fjq79eg2w5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-rretlpoks2] {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    height: 3.5rem;
    justify-content: space-between;
    padding: 0 1rem;
}

.navbar-brand[b-rretlpoks2] {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

.navbar-toggler[b-rretlpoks2] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    cursor: pointer;
    display: grid;
    gap: 4px;
    padding: 0.55rem;
}

.navbar-toggler span[b-rretlpoks2] {
    background: white;
    display: block;
    height: 2px;
    width: 1.25rem;
}

.nav-toggle[b-rretlpoks2] {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.nav-scrollable[b-rretlpoks2] {
    display: none;
}

.nav-toggle:checked + .nav-scrollable[b-rretlpoks2] {
    display: block;
}

.nav-item[b-rretlpoks2] {
    font-size: 0.9rem;
    padding: 0 0.75rem 0.5rem;
}

.nav-item:first-of-type[b-rretlpoks2] {
    padding-top: 1rem;
}

.nav-item[b-rretlpoks2]  .nav-link,
.nav-link-button[b-rretlpoks2] {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 4px;
    color: #d7d7d7;
    display: flex;
    font: inherit;
    height: 3rem;
    padding: 0 1rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.nav-item[b-rretlpoks2]  .nav-link.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-rretlpoks2]  .nav-link:hover,
.nav-link-button:hover[b-rretlpoks2] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-item form[b-rretlpoks2] {
    margin: 0;
}

.nav-icon[b-rretlpoks2] {
    font-size: 1.1rem;
    margin-right: 0.75rem;
    text-align: center;
    width: 1.5rem;
}

.home-icon[b-rretlpoks2]::before { content: "\2302"; }
.news-icon[b-rretlpoks2]::before { content: "\2630"; }
.categories-icon[b-rretlpoks2]::before { content: "\25a6"; }
.statistics-icon[b-rretlpoks2]::before { content: "\25a5"; }
.locations-icon[b-rretlpoks2]::before { content: "\25ce"; }
.profile-icon[b-rretlpoks2]::before { content: "\25cf"; }
.logout-icon[b-rretlpoks2]::before { content: "\2190"; }

.nav-separator[b-rretlpoks2] {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0.5rem 1rem 1rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rretlpoks2] {
        display: none;
    }

    .nav-scrollable[b-rretlpoks2] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ii0oqv34uu],
.components-reconnect-repeated-attempt-visible[b-ii0oqv34uu],
.components-reconnect-failed-visible[b-ii0oqv34uu],
.components-pause-visible[b-ii0oqv34uu],
.components-resume-failed-visible[b-ii0oqv34uu],
.components-rejoining-animation[b-ii0oqv34uu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ii0oqv34uu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ii0oqv34uu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ii0oqv34uu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ii0oqv34uu],
#components-reconnect-modal.components-reconnect-retrying[b-ii0oqv34uu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ii0oqv34uu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ii0oqv34uu],
#components-reconnect-modal.components-reconnect-failed[b-ii0oqv34uu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ii0oqv34uu] {
    display: block;
}


#components-reconnect-modal[b-ii0oqv34uu] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ii0oqv34uu 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ii0oqv34uu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ii0oqv34uu 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ii0oqv34uu]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ii0oqv34uu 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ii0oqv34uu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ii0oqv34uu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ii0oqv34uu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ii0oqv34uu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ii0oqv34uu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ii0oqv34uu] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ii0oqv34uu] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ii0oqv34uu] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ii0oqv34uu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ii0oqv34uu] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ii0oqv34uu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ii0oqv34uu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ii0oqv34uu {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-zxbpyvb6gr] {
    background: linear-gradient(135deg, #e0f2fe 0%, #f8fafc 100%);
    border-radius: 1rem;
    margin-bottom: 2rem;
    padding: 3rem 2rem;
}

.hero h1[b-zxbpyvb6gr] {
    color: #0f172a;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    margin-bottom: 0.75rem;
}

.hero p[b-zxbpyvb6gr] {
    color: #334155;
    font-size: 1.1rem;
    margin: 0;
}

.feature-grid[b-zxbpyvb6gr] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.feature-card[b-zxbpyvb6gr] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    padding: 1.5rem;
}

.feature-card h2[b-zxbpyvb6gr] {
    color: #0f172a;
    font-size: 1.25rem;
    margin-top: 0;
}

.feature-card p[b-zxbpyvb6gr] {
    color: #475569;
    margin-bottom: 0;
}
/* /Features/CnOrte/Elemente/AddNewLokalitätEntry.razor.rz.scp.css */
.new-location-form[b-kmgdkjz6rj] {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 0.375rem;
    margin-top: 0.75rem;
    padding: 0.75rem;
}

.new-location-form label[b-kmgdkjz6rj] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.input-row[b-kmgdkjz6rj] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.location-input[b-kmgdkjz6rj] {
    border: 1px solid #94a3b8;
    border-radius: 0.25rem;
    min-width: min(20rem, 100%);
    padding: 0.4rem 0.6rem;
}

.location-input:focus[b-kmgdkjz6rj] {
    border-color: #2563eb;
    outline: 2px solid #bfdbfe;
}

.save-button[b-kmgdkjz6rj],
.back-button[b-kmgdkjz6rj] {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
    padding: 0.4rem 0.75rem;
}

.save-button[b-kmgdkjz6rj] {
    background: #166534;
    color: white;
}

.back-button[b-kmgdkjz6rj] {
    background: white;
    border-color: #94a3b8;
    color: #334155;
}

.save-button:disabled[b-kmgdkjz6rj],
.back-button:disabled[b-kmgdkjz6rj] {
    cursor: wait;
    opacity: 0.65;
}
/* /Features/CnOrte/Elemente/AddNewPicture.razor.rz.scp.css */
.new-picture-form[b-qq0is0uzt3] {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 0.375rem;
    margin-top: 0.75rem;
    padding: 0.75rem;
}

.file-label[b-qq0is0uzt3] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.picture-input[b-qq0is0uzt3] {
    display: block;
    max-width: 100%;
}

.picture-preview[b-qq0is0uzt3] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.75rem;
}

.picture-preview img[b-qq0is0uzt3] {
    border: 1px solid #cbd5e1;
    border-radius: 0.25rem;
    max-height: 240px;
    max-width: 100%;
    object-fit: contain;
}

.picture-preview span[b-qq0is0uzt3] {
    color: #475569;
    font-size: 0.875rem;
}

.picture-error[b-qq0is0uzt3] {
    color: #b42318;
    margin: 0.5rem 0 0;
}

.button-row[b-qq0is0uzt3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.save-button[b-qq0is0uzt3],
.back-button[b-qq0is0uzt3] {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
    padding: 0.4rem 0.75rem;
}

.save-button[b-qq0is0uzt3] {
    background: #166534;
    color: white;
}

.back-button[b-qq0is0uzt3] {
    background: white;
    border-color: #94a3b8;
    color: #334155;
}

.save-button:disabled[b-qq0is0uzt3],
.back-button:disabled[b-qq0is0uzt3] {
    cursor: not-allowed;
    opacity: 0.65;
}
/* /Features/CnOrte/Elemente/OrtMitExpansion.razor.rz.scp.css */
.directory-node[b-w1tfqm94hz] {
    border-top: 1px solid #e5e7eb;
}

.directory-node:first-child[b-w1tfqm94hz] {
    border-top: 0;
}

.directory-row[b-w1tfqm94hz] {
    align-items: flex-start;
    display: flex;
    gap: 0.5rem;
    min-height: 2.2rem;
    padding: 0.2rem 1rem 0.2rem calc(1rem + var(--tree-depth) * 1.25rem);
}

.directory-row:hover[b-w1tfqm94hz] {
    background: #f8fafc;
}

.toggle-button[b-w1tfqm94hz],
.toggle-placeholder[b-w1tfqm94hz] {
    flex: 0 0 1.75rem;
    height: 1.75rem;
}

.toggle-button[b-w1tfqm94hz] {
    align-items: center;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    border-radius: 0.25rem;
    color: #1e3a8a;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    padding: 0;
}

.toggle-button:hover[b-w1tfqm94hz] {
    background: #dcfce7;
}

.add-child-button[b-w1tfqm94hz] {
    align-items: center;
    background: #e0f2fe;
    border: 1px solid #38bdf8;
    border-radius: 0.25rem;
    color: #075985;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 2rem;
    font-size: 1.25rem;
    height: 1.75rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
}
.add-child-button:hover[b-w1tfqm94hz] {
    background: #bae6fd;
}
.add-picture-button[b-w1tfqm94hz] {
    align-items: center;
    background: #dcfce7;
    border: 1px solid #4ade80;
    border-radius: 0.25rem;
    color: #166534;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 2rem;
    font-size: 1.25rem;
    height: 1.75rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

.add-picture-button:hover[b-w1tfqm94hz] {
    background: #bbf7d0;
}

.delete-button[b-w1tfqm94hz] {
    align-items: center;
    background: #fff1f2;
    border: 1px solid #fda4af;
    border-radius: 0.25rem;
    color: #be123c;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 1.75rem;
    font-size: 1.25rem;
    height: 1.75rem;
    justify-content: center;
    line-height: 1;
    padding: 0 0 0.15rem;
}

.delete-button:hover[b-w1tfqm94hz] {
    background: #ffe4e6;
}

.delete-button:disabled[b-w1tfqm94hz] {
    cursor: wait;
    opacity: 0.65;
}

.toggle-icon[b-w1tfqm94hz] {
    fill: none;
    height: 1rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.25;
    transition: transform 150ms ease;
    width: 1rem;
}

.toggle-icon-expanded[b-w1tfqm94hz] {
    transform: rotate(90deg);
}

.directory-content[b-w1tfqm94hz] {
    display: flex;
    flex-direction: column;
}

.directory-heading[b-w1tfqm94hz] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.directory-name[b-w1tfqm94hz] {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0;
    text-align: left;
}

.directory-description[b-w1tfqm94hz] {
    color: #64748b;
    font-size: 0.875rem;
}

.node-status[b-w1tfqm94hz],
.node-error[b-w1tfqm94hz] {
    margin: 0;
    padding: 0.5rem 1rem 0.75rem calc(3.25rem + var(--tree-depth) * 1.25rem);
}

.node-status[b-w1tfqm94hz] {
    color: #64748b;
}

.node-error[b-w1tfqm94hz] {
    color: #b42318;
}
/* /Features/CnOrte/Elemente/ShowRelatedPictures.razor.rz.scp.css */
.related-pictures[b-5biv7iwshf] {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.related-picture[b-5biv7iwshf] {
    height: auto;
    max-height: 144px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.related-picture-link[b-5biv7iwshf] {
    display: inline-flex;
}

.picture-delete-error[b-5biv7iwshf] {
    color: var(--bs-danger, #dc3545);
    display: block;
    margin-top: 0.5rem;
}
/* /Features/CnOrte/Ui.razor.rz.scp.css */
.locations[b-z2wzfgb14h] {
    max-width: 60rem;
}

.directory-tree[b-z2wzfgb14h] {
    border: 1px solid #d6d5d5;
    border-radius: 0.4rem;
    overflow: hidden;
}

.status-message[b-z2wzfgb14h] {
    color: #475569;
}

.error-message[b-z2wzfgb14h] {
    color: #b42318;
}
/* /Features/CnStatistic/Ui.razor.rz.scp.css */
.statistics h1[b-6e7fkzjgy1] {
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.summary[b-6e7fkzjgy1] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-bottom: 1.5rem;
}

.summary div[b-6e7fkzjgy1] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.25rem;
}

.summary span[b-6e7fkzjgy1] {
    color: #64748b;
    font-size: 0.85rem;
}

.summary strong[b-6e7fkzjgy1] {
    color: #0f2767;
    font-size: 1.75rem;
}

.table-container[b-6e7fkzjgy1] {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    overflow-x: auto;
}

table[b-6e7fkzjgy1] {
    border-collapse: collapse;
    width: 100%;
}

th[b-6e7fkzjgy1],
td[b-6e7fkzjgy1] {
    border-bottom: 1px solid #e2e8f0;
    padding: 0.85rem 1rem;
    text-align: left;
}

th:last-child[b-6e7fkzjgy1],
td:last-child[b-6e7fkzjgy1] {
    text-align: right;
}

th[b-6e7fkzjgy1] {
    background: #f8fafc;
    color: #334155;
    font-size: 0.85rem;
}

tbody tr:last-child td[b-6e7fkzjgy1] {
    border-bottom: 0;
}

tbody tr:hover[b-6e7fkzjgy1] {
    background: #f8fafc;
}

.status-message[b-6e7fkzjgy1] {
    color: #64748b;
}

.error-message[b-6e7fkzjgy1] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.5rem;
    color: #b91c1c;
    padding: 1rem;
}
