/* _content/Seculist.Service/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ndad0m6wpz] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-ndad0m6wpz] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-ndad0m6wpz] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-ndad0m6wpz] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-ndad0m6wpz] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-ndad0m6wpz] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-ndad0m6wpz] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-ndad0m6wpz] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-ndad0m6wpz] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-ndad0m6wpz] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-ndad0m6wpz] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-ndad0m6wpz] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-ndad0m6wpz] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-ndad0m6wpz] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-ndad0m6wpz] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-ndad0m6wpz] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-ndad0m6wpz] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-ndad0m6wpz] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-ndad0m6wpz] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-ndad0m6wpz] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-ndad0m6wpz] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-ndad0m6wpz] {
    display: inline-flex;
}

.menu-button-nav[b-ndad0m6wpz] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-ndad0m6wpz] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-ndad0m6wpz]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-ndad0m6wpz]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-ndad0m6wpz] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-ndad0m6wpz] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-ndad0m6wpz] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-ndad0m6wpz] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-ndad0m6wpz] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-ndad0m6wpz] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}
/* _content/Seculist.Service/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-ya6c34uk36] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-ya6c34uk36] {
    text-align: center;
}

[b-ya6c34uk36] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-ya6c34uk36] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-ya6c34uk36] .menu {
    background-color: inherit;
}

    [b-ya6c34uk36] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-ya6c34uk36] .menu-item {
    color: var(--bs-white);
}

[b-ya6c34uk36] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-ya6c34uk36] .home-icon {
    background-image: url("images/home.svg");
}

[b-ya6c34uk36] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-ya6c34uk36] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-ya6c34uk36] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-ya6c34uk36] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-ya6c34uk36] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-ya6c34uk36] .user-icon {
    background-image: url("images/account/user.svg");
}

@media (max-width: 768px) {
    #sidebar[b-ya6c34uk36] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-ya6c34uk36] {
        text-align: inherit;
    }
}
/* _content/Seculist.Service/Components/Pages/Account/Login.razor.rz.scp.css */
.card.cw-400[b-xweqqoh0ln]
{
    width: 400px;
    min-height: 150px; /* Beispielwert, je nach Bedarf anpassen */
    position: relative;
}

.card-body[b-xweqqoh0ln] {
    min-height: 150px; /* Platz für Form und Fehlermeldungen */
}

.validation-messages[b-xweqqoh0ln] {
    min-height: 40px; /* Platz für Fehlermeldungen reservieren */
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

/* _content/Seculist.Service/Components/Pages/Account/RedirectToLogin.razor.rz.scp.css */
.redirect-container[b-3a5w84m16u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    text-align: center;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    margin: 2rem auto;
    padding: 2rem;
    max-width: 500px;
}

.redirect-container h2[b-3a5w84m16u] {
    color: #b22222;
    margin-bottom: 1rem;
}

.redirect-container .lead[b-3a5w84m16u] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.redirect-container a[b-3a5w84m16u] {
    color: #007bff;
    text-decoration: underline;
}

.spinner[b-3a5w84m16u] {
    margin-top: 1.5rem;
    width: 32px;
    height: 32px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid #b22222;
    border-radius: 50%;
    animation: spin-b-3a5w84m16u 1s linear infinite;
}

@keyframes spin-b-3a5w84m16u {
    to { transform: rotate(360deg); }
}
/* _content/Seculist.Service/Components/Pages/Index.razor.rz.scp.css */
[b-2n77v3huob] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-2n77v3huob] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-2n77v3huob] .title {
    text-align: center;
}

[b-2n77v3huob] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-2n77v3huob] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-2n77v3huob] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-2n77v3huob] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
        color: darkred;
    }

    [b-2n77v3huob] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-2n77v3huob] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-2n77v3huob] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
