@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Account/Pages/UserManagement/TariforganisationUserRegistration.razor.rz.scp.css */
.h3[b-pz0zj35sqz] {
    color: green;
}



.position[b-pz0zj35sqz] {
    position: relative;
    max-height: 400px;
    overflow-y: auto;
    white-space: nowrap;
}

.checkbox-text[b-pz0zj35sqz] {
    margin-left: .5rem;
}

.checkbox[b-pz0zj35sqz] {
    margin-left: 1.5rem;
}

.form-check-input[b-pz0zj35sqz] {
    margin-left: 6px;
}

.form-check-label input[b-pz0zj35sqz] {
    width: 1.5rem; /* Feste Breite für die Checkbox */
    height: 1.5rem; /* Feste Höhe für die Checkbox */
}

.floating-label[b-pz0zj35sqz] {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    opacity: .65;
    font-weight: 300;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 0.6rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
}

#vuz[b-pz0zj35sqz] {
    padding-left: 20px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4mfnypdm0n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4mfnypdm0n] {
    flex: 1;
}

.sidebar[b-4mfnypdm0n] {
    background-image: linear-gradient(180deg, #953f91 0, #e0413b 100%);
}

.top-row[b-4mfnypdm0n] {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    background-color: rgba(250, 250, 250, 1.0);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hinzugef�gter Schatten */
}

    .top-row[b-4mfnypdm0n]  a, .top-row[b-4mfnypdm0n]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-4mfnypdm0n]  a:hover, .top-row[b-4mfnypdm0n]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-4mfnypdm0n]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.nav-item[b-4mfnypdm0n] {
    font-size: 0.9rem;
    padding-right: 0.5rem;
}

    .nav-item:first-of-type[b-4mfnypdm0n] {
        padding-left: 1rem;
    }

    .nav-item:last-of-type[b-4mfnypdm0n] {
        padding-right: 0;
    }

    .nav-item[b-4mfnypdm0n]  .nav-link {
        /*color: #d7d7d7;*/
        /*color: var(--bs-avv);*/
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-4mfnypdm0n]  a.active {
        background-color: rgba(255,255,255,0.37);
        /*color: white;*/
        /*color: rgba(185,2,118,1.0);*/
    }

    .nav-item[b-4mfnypdm0n]  .nav-link:hover {
        background-color: rgba(255,255,255,0.8);
        /*color: white;*/
        /*color: rgba(185,2,118,0.5);*/
    }


.logoutbtn[b-4mfnypdm0n] {
    margin-left: auto;    
    margin-right: .25rem;
    display: flex;
    align-items: center;
    /*width: 100%;*/
    /*height: 35px;*/
    /*margin-top: 0.2rem;*/
}

    .logoutbtn:hover .bi-box-arrow-right[b-4mfnypdm0n] {
        color: white;
    }

.loginBtn[b-4mfnypdm0n] {
    margin-left: auto;
    margin-top: 0rem;
    margin-right: .25rem;
    display: flex;
    align-items: center;
    /*height: 35px;*/
    /*width: 100%;*/
}

    .loginBtn:hover .bi-box-arrow-in-left[b-4mfnypdm0n] {
        color: white;
    }

.abmelden[b-4mfnypdm0n] {
    margin-top: 0.2rem;
}

#acc-text[b-4mfnypdm0n] {
    display: flex;
    padding-bottom: 0rem;
    padding-left: 0.5rem; /* Abstand zum Icon*/
    font-size: 1.0rem;
}


@media (max-width: 770.98px) {
    .top-row[b-4mfnypdm0n] {
        justify-content: space-between;
    }

        .top-row[b-4mfnypdm0n]  a, .top-row[b-4mfnypdm0n]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 771px) {
    .page[b-4mfnypdm0n] {
        flex-direction: row;
    }

    .sidebar[b-4mfnypdm0n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.10); /* Hinzugef�gter Schatten */
        z-index: 2;
    }

    .top-row[b-4mfnypdm0n] {
        position: sticky;
        top: 0;
        z-index: 30;
    }

        .top-row.auth[b-4mfnypdm0n]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-4mfnypdm0n], article[b-4mfnypdm0n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4mfnypdm0n] {
    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-4mfnypdm0n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x9qfp8us4e] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /*background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);*/
}

.navbar-toggler:checked[b-x9qfp8us4e] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-x9qfp8us4e] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hinzugefügter Schatten */
}

.navbar-brand[b-x9qfp8us4e] {
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
    width: 100%;
    /*text-align: right;*/
}

.bi[b-x9qfp8us4e] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Vertikal zentrierte Nav-Links und größere Icons */
.nav .nav-link[b-x9qfp8us4e] {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* Abstand Icon / Text */
}

/* Standardgröße für Bootstrap-Icons in der Navigation */
.nav .nav-link .bi[b-x9qfp8us4e],
.nav .nav-link .nav-image[b-x9qfp8us4e] {
    font-size: 1.25rem; /* anpassen: 1rem = 16px, 1.25rem ≈ 20px */
    width: 1.50rem;
    height: 1.50rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Optional: größere Icons für wichtige Einträge */
.nav .nav-link .bi-lg[b-x9qfp8us4e] {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.bi-house-door-fill-nav-menu[b-x9qfp8us4e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-x9qfp8us4e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-x9qfp8us4e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-x9qfp8us4e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-x9qfp8us4e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-x9qfp8us4e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-x9qfp8us4e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-x9qfp8us4e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-x9qfp8us4e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-x9qfp8us4e] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-x9qfp8us4e] {
    padding-bottom: 1rem;
}

.nav-item[b-x9qfp8us4e]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-x9qfp8us4e]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-x9qfp8us4e]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Mobile: Menü standardmäßig geschlossen; als kleines Overlay anzeigen wenn geöffnet */
.nav-scrollable[b-x9qfp8us4e] {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 3.5rem; /* direkt unter der Top-Row */
    left: 0.5rem;
    right: 0.5rem;
    background: rgba(0,0,0,0.85);
    border-radius: 6px;
    padding: 0.5rem;
    max-height: calc(80vh);
    overflow-y: auto;
    z-index: 1000;
}

.nav-scrollable > nav[b-x9qfp8us4e] {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 0.25rem;
}

/* Sicherstellen, dass die mt-auto-Regel greift */
.nav-scrollable .mt-auto[b-x9qfp8us4e] {
    margin-top: auto !important;
}

/* Öffnen des Menüs durch Toggle nur auf schmalen Bildschirmen */
@media (max-width: 770px) {
    .navbar-toggler:checked ~ .nav-scrollable[b-x9qfp8us4e] {
        display: block;
    }

    /* Kleines komponentenlokales CSS, sorgt dafür, dass nav-scrollable den verfügbaren Platz einnimmt
       und nav-scrollable2 durch margin-top:auto ans Ende geschoben wird. */
    .nav-container[b-x9qfp8us4e] {
        
    }

    .nav-scrollable-top[b-x9qfp8us4e] {
        display: flex;
        flex-direction: column;
        position: static;
        background: none;
        padding: 0;
        border-radius: 0;
        overflow-y: hidden; /* verhindert doppeltes Scrollen */
    }

    .nav-scrollable-bottom[b-x9qfp8us4e] {
        flex-direction: column;
        margin-top: auto;
        overflow-y: hidden; /* verhindert doppeltes Scrollen */
    }
}

/* Große Bildschirme: normales Sidebar-Verhalten (keine Überlagerung)
   Hier: nav-scrollable als Flex-Container, nav füllt den verfügbaren Platz,
   dadurch schiebt .mt-auto die Einträge wirklich an das Ende. */
@media (min-width: 771px) {
    .navbar-toggler[b-x9qfp8us4e] {
        display: none;
    }

    /* Kleines komponentenlokales CSS, sorgt dafür, dass nav-scrollable den verfügbaren Platz einnimmt
       und nav-scrollable2 durch margin-top:auto ans Ende geschoben wird. */
    .nav-container[b-x9qfp8us4e] {
        display: flex;
        flex-direction: column;
        /* Die Höhe wird vom umgebenden Layout bestimmt; falls nötig kann hier eine feste oder calc()-Höhe ergänzt werden. */
        height: calc(100vh - 3.5rem);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hinzugefügter Schatten */
    }
    .nav-scrollable-top[b-x9qfp8us4e] {
        display: flex;
        flex-direction: column;
        position: static;
        background: none;
        padding: 0;
        border-radius: 0;        
        overflow-y: hidden; /* verhindert doppeltes Scrollen */
    }
    .nav-scrollable-bottom[b-x9qfp8us4e] {
        flex-direction: column;
        margin-top: auto;
        overflow-y: hidden; /* verhindert doppeltes Scrollen */
    }

}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-df9dac2dm4],
.components-reconnect-repeated-attempt-visible[b-df9dac2dm4],
.components-reconnect-failed-visible[b-df9dac2dm4],
.components-pause-visible[b-df9dac2dm4],
.components-resume-failed-visible[b-df9dac2dm4],
.components-rejoining-animation[b-df9dac2dm4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-df9dac2dm4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-df9dac2dm4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-df9dac2dm4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-df9dac2dm4],
#components-reconnect-modal.components-reconnect-retrying[b-df9dac2dm4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-df9dac2dm4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-df9dac2dm4],
#components-reconnect-modal.components-reconnect-failed[b-df9dac2dm4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-df9dac2dm4] {
    display: block;
}


#components-reconnect-modal[b-df9dac2dm4] {
    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-df9dac2dm4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-df9dac2dm4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-df9dac2dm4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-df9dac2dm4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-df9dac2dm4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-df9dac2dm4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-df9dac2dm4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-df9dac2dm4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-df9dac2dm4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-df9dac2dm4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-df9dac2dm4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-df9dac2dm4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-df9dac2dm4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-df9dac2dm4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-df9dac2dm4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-df9dac2dm4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-df9dac2dm4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-df9dac2dm4 {
    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/Componente.razor.rz.scp.css */


ul[b-dphqog8v4v] {
    list-style-type: none;
    margin-bottom: 0px;
}



/*table td {*/
/*padding: 1rem;*/

/*white-space: normal;*/ /* Erlaubt Zeilenumbrüche */
/*line-height: 1.0;*/
/*vertical-align: middle;*/ /* Vertikale Ausrichtung in der Mitte der Tabellenzelle */
/*}*/

/*table th {
    white-space: break-spaces;
    vertical-align: middle;*/ /* Vertikale Ausrichtung in der Mitte der Tabellenzelle */
/*}*/

.table tr:last-child td[b-dphqog8v4v] {
    border-bottom: none !important;
}




.table-statusmeldung > :not(caption) > * > *[b-dphqog8v4v] {
    padding: initial;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table-statusmeldung[b-dphqog8v4v] {
    border-top: 1px solid lightgray;
    border-bottom: 5px solid lightgray;
    border-left: 0px solid lightgray;
    border-right: 0px solid lightgray;
    border-block: 0px solid lightgray;
    box-sizing: border-box;
    font-size: 1.0rem;    
    width: 100%; /* Stellt sicher, dass die Tabelle den Container vollständig ausfüllt */
    table-layout: fixed; /* Fixed layout for equal column widths */
}

    .table-statusmeldung thead th[b-dphqog8v4v] {
        position: sticky; /*Sticky Header */
        top: 3.5rem;
        font-size: 1.0rem;
        font-weight: var(--bs-body-font-weight);
        white-space: break-spaces;
        background-color: var(--bs-avv-gray);
        border-bottom: 2px solid #dee2e6; /*Optional: Rahmen unten */
        z-index: 10; /*Höherer z-index, damit der Header über dem Inhalt bleibt */
        opacity: 1 !important; /*Transparenz sicherstellen */
        vertical-align: middle; /* Vertikale Ausrichtung in der Mitte der Tabellenzelle */
        text-align: center !important;
    }

    .table-statusmeldung td[b-dphqog8v4v] {
        vertical-align: middle; /* Vertikale Ausrichtung in der Mitte der Tabellenzelle */        
        padding: 0.75rem 0.15rem;
    }


.meldung[b-dphqog8v4v] {
    flex-shrink: 0;
}

.shadowCasket[b-dphqog8v4v] {
    background-color: var(--bs-avv-gray);
    /*background-color: var(--bs-body-bg);*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ /* Hinzugefügter Schatten */
}



/* Buttons und Images */
.Button-Icon[b-dphqog8v4v] {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.0rem;
}

.Check[b-dphqog8v4v] {
    width: 1.5rem;
    height: 1.5rem;
    background-size: cover;
    align-content: center;
}



.UploadNeeded-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-x-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708' /%3E%3C/svg%3E");
}

.UploadNeeded-fill-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d40000ff' class='bi bi-x-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293z'/%3E%3C/svg%3E");
}

.UploadNeeded-popup-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-x-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708' /%3E%3C/svg%3E");
}

.UploadNeeded-popup-fill-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d40000ff' class='bi bi-x-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293z'/%3E%3C/svg%3E");
}


.Attention-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f1d600' class='bi%20bi-exclamation-triangle' viewBox='0%200%2016%2016'%3E%3Cpath d='M7.938%202.016A.13.13%200%200%201%208.002%202a.13.13%200%200%201%20.063.016.15.15%200%200%201%20.054.057l6.857%2011.667c.036.06.035.124.002.183a.2.2%200%200%201-.054.06.1.1%200%200%201-.066.017H1.146a.1.1%200%200%201-.066-.017.2.2%200%200%201-.054-.06.18.18%200%200%201%20.002-.183L7.884%202.073a.15.15%200%200%201%20.054-.057m1.044-.45a1.13%201.13%200%200%200-1.96%200L.165%2013.233c-.457.778.091%201.767.98%201.767h13.713c.889%200%201.438-.99.98-1.767z'/%3E%3Cpath d='M7.002%2012a1%201%200%201%201%202%200%201%201%200%200%201-2%200M7.1%205.995a.905.905%200%201%201%201.8%200l-.35%203.507a.552.552%200%200%201-1.1%200z'/%3E%3C/svg%3E");
    color: #f1d600;
}

.Attention-fill-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f1d600' class='bi bi-exclamation-triangle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2'/%3E%3C/svg%3E");
    color: #f1d600;
}

.NoFile-fill-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkgreen' class='bi bi-slash-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.646-2.646a.5.5 0 0 0-.708-.708l-6 6a.5.5 0 0 0 .708.708z' /%3E%3C/svg%3E");
}

.WaitingForService-fill-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkgreen' class='bi bi-hourglass-split' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z'/%3E%3C/svg%3E");
}

.CloudArrowUp-fill-img[b-dphqog8v4v] {
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkgreen' class='bi bi-hourglass-split' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z'/%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%2381b4feff' class='bi bi-cloud-arrow-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708z'/%3E%3Cpath d='M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z'/%3E%3C/svg%3E");
}




.Attention-popup-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f1d600' class='bi%20bi-exclamation-triangle' viewBox='0%200%2016%2016'%3E%3Cpath d='M7.938%202.016A.13.13%200%200%201%208.002%202a.13.13%200%200%201%20.063.016.15.15%200%200%201%20.054.057l6.857%2011.667c.036.06.035.124.002.183a.2.2%200%200%201-.054.06.1.1%200%200%201-.066.017H1.146a.1.1%200%200%201-.066-.017.2.2%200%200%201-.054-.06.18.18%200%200%201%20.002-.183L7.884%202.073a.15.15%200%200%201%20.054-.057m1.044-.45a1.13%201.13%200%200%200-1.96%200L.165%2013.233c-.457.778.091%201.767.98%201.767h13.713c.889%200%201.438-.99.98-1.767z'/%3E%3Cpath d='M7.002%2012a1%201%200%201%201%202%200%201%201%200%200%201-2%200M7.1%205.995a.905.905%200%201%201%201.8%200l-.35%203.507a.552.552%200%200%201-1.1%200z'/%3E%3C/svg%3E");
    color: #f1d600;
}

.Attention-popup-fill-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f1d600' class='bi bi-exclamation-triangle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2'/%3E%3C/svg%3E");
    color: #f1d600;
}

.NoFile-popup-fill-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkgreen' class='bi bi-slash-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.646-2.646a.5.5 0 0 0-.708-.708l-6 6a.5.5 0 0 0 .708.708z' /%3E%3C/svg%3E");
}

.Check-img[b-dphqog8v4v] {
    height: 1.2rem;
    width: 1.2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5rem' height='5rem' fill='darkgreen' class='bi bi-list-nested' viewBox='0 0 533.973 533.973'%3E%3Cpath d='M477.931,52.261c-12.821-12.821-33.605-12.821-46.427,0l-266.96,266.954l-62.075-62.069 c-12.821-12.821-33.604-12.821-46.426,0L9.616,303.572c-12.821,12.821-12.821,33.604,0,46.426l85.289,85.289l46.426,46.426 c12.821,12.821,33.611,12.821,46.426,0l46.426-46.426l290.173-290.174c12.821-12.821,12.821-33.605,0-46.426L477.931,52.261z' /%3E%3C/svg%3E");
}

.Locked-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2' /%3E%3C/svg%3E");
}





.Check-popup[b-dphqog8v4v] {
    color: darkgreen;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    position: center;
    padding-left: 10px;
    /*margin-right: 0.75rem;*/
    /*font-size:1px;*/
    top: -1px;
    vertical-align: central;
    background-size: cover;
}



.Check-popup-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5rem' height='5rem' fill='darkgreen' class='bi bi-list-nested' viewBox='0 0 533.973 533.973'%3E%3Cpath d='M477.931,52.261c-12.821-12.821-33.605-12.821-46.427,0l-266.96,266.954l-62.075-62.069 c-12.821-12.821-33.604-12.821-46.426,0L9.616,303.572c-12.821,12.821-12.821,33.604,0,46.426l85.289,85.289l46.426,46.426 c12.821,12.821,33.611,12.821,46.426,0l46.426-46.426l290.173-290.174c12.821-12.821,12.821-33.605,0-46.426L477.931,52.261z' /%3E%3C/svg%3E");
}

.Locked-popup-img[b-dphqog8v4v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2' /%3E%3C/svg%3E");
    width: 16px !important; /* Passen Sie die Größe der Icons an */
    height: 16px !important;
    background-size: 16px 16px !important; /* Skaliert die Hintergrundbilder */
}






/* Dialog */
.rowHeader[b-dphqog8v4v] {
    font-weight: 600;
}

.detailtext[b-dphqog8v4v] {
    max-width: 500px;
    overflow-wrap: break-word; /* Alternative zu word-break */
    word-wrap: break-word; /* Für ältere Browser */
    word-break: break-word; /* Fallback */
}

.linkNoUnderline[b-dphqog8v4v] {
    font-weight: 400;
    color: #212529;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.ok-btn[b-dphqog8v4v] {
    width: 3.0rem !important;
}

.btn-outline-gray[b-dphqog8v4v] {
    color: #808080;
    border-color: #808080;
}

    .btn-outline-gray:hover[b-dphqog8v4v] {
        color: #fff;
        background-color: #808080;
        border-color: #808080
    }

    .btn-check:focus + .btn-outline-gray[b-dphqog8v4v], .btn-outline-gray:focus[b-dphqog8v4v] {
        box-shadow: 0 0 0 .1rem rgba(33,37,41,.5)
    }

    .btn-check:active + .btn-outline-gray[b-dphqog8v4v], .btn-check:checked + .btn-outline-gray[b-dphqog8v4v], .btn-outline-gray.active[b-dphqog8v4v], .btn-outline-gray.dropdown-toggle.show[b-dphqog8v4v], .btn-outline-gray:active[b-dphqog8v4v] {
        color: #fff;
        background-color: #808080;
        border-color: #808080
    }

        .btn-check:active + .btn-outline-gray:focus[b-dphqog8v4v], .btn-check:checked + .btn-outline-gray:focus[b-dphqog8v4v], .btn-outline-gray.active:focus[b-dphqog8v4v], .btn-outline-gray.dropdown-toggle.show:focus[b-dphqog8v4v], .btn-outline-gray:active:focus[b-dphqog8v4v] {
            box-shadow: 0 0 0 .1rem rgba(33,37,41,.5)
        }

    .btn-outline-gray.disabled[b-dphqog8v4v], .btn-outline-gray:disabled[b-dphqog8v4v] {
        color: #808080;
        background-color: transparent
    }



/*.bi-envelope-arrow-up {
    font-size: 25px;
    margin-right: 0.5rem;*/ /* Abstand zwischen Icon und Link */
/*}*/


@media (max-width: 900px) {

    .table-statusmeldung[b-dphqog8v4v] {
        margin: 0rem;
        padding:0rem;
    }

        .table-statusmeldung thead th[b-dphqog8v4v] {
            font-size: .75rem;
            padding: 0.75rem 0.0rem;
            margin: 0rem;
        }

        .table-statusmeldung td[b-dphqog8v4v] {
            font-size: .75rem; /* Passen Sie die Schriftgröße für kleinere Bildschirme an */
            padding: 0.50rem 0.0rem;
            margin: 0rem;
        }

    .image-container[b-dphqog8v4v]::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='currentColor' class='bi bi-lock-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2' /%3E%3C/svg%3E") !important;
        /*url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.7rem' height='0.7rem' fill='darkgreen' class='bi bi-list-nested' viewBox='0 0 533.973 533.973'%3E%3Cpath d='M477.931,52.261c-12.821-12.821-33.605-12.821-46.427,0l-266.96,266.954l-62.075-62.069 c-12.821-12.821-33.604-12.821-46.426,0L9.616,303.572c-12.821,12.821-12.821,33.604,0,46.426l85.289,85.289l46.426,46.426 c12.821,12.821,33.611,12.821,46.426,0l46.426-46.426l290.173-290.174c12.821-12.821,12.821-33.605,0-46.426L477.931,52.261z' /%3E%3C/svg%3E");*/
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0px 2px 5px 0px;
        width: 10px; /* Größe des Schloss-Symbols bei kleinen Bildschirmen */
        height: 10px; /* Höhe des Schloss-Symbols */
        z-index: 0; /* Stellt sicher, dass das Symbol im Vordergrund ist */
        /*transform: translate(50%, 50%);*/ /* Zentriert das Symbol */
    }

    .Button-Icon[b-dphqog8v4v] {
        width: 1.5rem;
        height: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.15rem;
    }

    .Check[b-dphqog8v4v] {
        width: 1.0rem;
        height: 1.0rem;
        background-size: cover;
        align-content: center;
    }
}

@media (max-width: 550px) {
    .table-statusmeldung[b-dphqog8v4v] {
        overflow-x: auto; /* Verhindert Überlappungen */        
        width: auto;
    }

        .table-statusmeldung thead th[b-dphqog8v4v] {
            top: -0.6rem;
            padding: 0.75rem 0.5rem;
        }

    .image-container [b-dphqog8v4v]::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='currentColor' class='bi bi-lock-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2' /%3E%3C/svg%3E") !important;
        /*url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.7rem' height='0.7rem' fill='darkgreen' class='bi bi-list-nested' viewBox='0 0 533.973 533.973'%3E%3Cpath d='M477.931,52.261c-12.821-12.821-33.605-12.821-46.427,0l-266.96,266.954l-62.075-62.069 c-12.821-12.821-33.604-12.821-46.426,0L9.616,303.572c-12.821,12.821-12.821,33.604,0,46.426l85.289,85.289l46.426,46.426 c12.821,12.821,33.611,12.821,46.426,0l46.426-46.426l290.173-290.174c12.821-12.821,12.821-33.605,0-46.426L477.931,52.261z' /%3E%3C/svg%3E");*/
        position: absolute;
        padding-left: 6px !important;
        padding-bottom: 16.5px !important;
        bottom: 0;
        right: 0;
        margin: 0px 2px 5px 0px;
        width: 16px; /* Größe des Schloss-Symbols */
        height: 16px;
        z-index: 0; /* Stellt sicher, dass das Symbol im Vordergrund ist */
        /*transform: translate(50%, 50%);*/ /* Zentriert das Symbol */
    }


    .overflow-special[b-dphqog8v4v] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        max-height: 500px;
    }
}


.Check[b-dphqog8v4v] {
    width: 1.0rem;
    height: 1.0rem;
    background-size: cover;
    align-content: center;
}

    .Check.Check-img[b-dphqog8v4v] {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    .Check.UploadNeeded-fill-img[b-dphqog8v4v] {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
/* /Components/Pages/Diagramme/Fahrten/Gesamt.razor.rz.scp.css */
/*.apexcharts-datalabel rect {
    fill: rgba(0, 0, 0, 0.5) !important;*/ /* gew�nschte Hintergrundfarbe */
    /*stroke: #ffffff !important;*/ /* Rahmenfarbe */
/*}

.apexcharts-datalabel text {
    fill: #ffffff !important;*/ /* Textfarbe */
/*}*/


.axis-multi[b-1sm7yc7ubz] {
    white-space: pre;
}

/* Jahr-Strip unterhalb des Charts */
.year-strip[b-1sm7yc7ubz] {
    display: grid;
    width: 100%;
    margin-top: 6px;
    gap: 0;
    align-items: start;
    /* Spalten werden dynamisch per inline-style gesetzt */
}

    .year-strip .year[b-1sm7yc7ubz] {
        text-align: center;
        font-weight: 600;
        padding-top: 4px;
        border-top: 1px solid rgba(0,0,0,0.08);
        font-size: 0.95rem;
/* /Components/Pages/Diagramme/Fahrten/Klasse1.razor.rz.scp.css */
/*.apexcharts-datalabel rect {
    fill: rgba(0, 0, 0, 0.5) !important;*/ /* gew�nschte Hintergrundfarbe */
    /*stroke: #ffffff !important;*/ /* Rahmenfarbe */
/*}

.apexcharts-datalabel text {
    fill: #ffffff !important;*/ /* Textfarbe */
/*}*/


.axis-multi[b-c7sd06ikwx] {
    white-space: pre;
}

/* Jahr-Strip unterhalb des Charts */
.year-strip[b-c7sd06ikwx] {
    display: grid;
    width: 100%;
    margin-top: 6px;
    gap: 0;
    align-items: start;
    /* Spalten werden dynamisch per inline-style gesetzt */
}

    .year-strip .year[b-c7sd06ikwx] {
        text-align: center;
        font-weight: 600;
        padding-top: 4px;
        border-top: 1px solid rgba(0,0,0,0.08);
        font-size: 0.95rem;
/* /Components/Pages/Diagramme/Fahrten/Reiseweitenklassen.razor.rz.scp.css */
/*.apexcharts-datalabel rect {
    fill: rgba(0, 0, 0, 0.5) !important;*/ /* gew�nschte Hintergrundfarbe */
    /*stroke: #ffffff !important;*/ /* Rahmenfarbe */
/*}

.apexcharts-datalabel text {
    fill: #ffffff !important;*/ /* Textfarbe */
/*}*/


.axis-multi[b-v8rcbkwvgt] {
    white-space: pre;
}

/* Jahr-Strip unterhalb des Charts */
.year-strip[b-v8rcbkwvgt] {
    display: grid;
    width: 100%;
    margin-top: 6px;
    gap: 0;
    align-items: start;
    /* Spalten werden dynamisch per inline-style gesetzt */
}

    .year-strip .year[b-v8rcbkwvgt] {
        text-align: center;
        font-weight: 600;
        padding-top: 4px;
        border-top: 1px solid rgba(0,0,0,0.08);
        font-size: 0.95rem;
/* /Components/Pages/Diagramme/Fahrten/TeilraumTarife.razor.rz.scp.css */
/*.apexcharts-datalabel rect {
    fill: rgba(0, 0, 0, 0.5) !important;*/ /* gew�nschte Hintergrundfarbe */
    /*stroke: #ffffff !important;*/ /* Rahmenfarbe */
/*}

.apexcharts-datalabel text {
    fill: #ffffff !important;*/ /* Textfarbe */
/*}*/


.axis-multi[b-ywc08grf63] {
    white-space: pre;
}

/* Jahr-Strip unterhalb des Charts */
.year-strip[b-ywc08grf63] {
    display: grid;
    width: 100%;
    margin-top: 6px;
    gap: 0;
    align-items: start;
    /* Spalten werden dynamisch per inline-style gesetzt */
}

    .year-strip .year[b-ywc08grf63] {
        text-align: center;
        font-weight: 600;
        padding-top: 4px;
        border-top: 1px solid rgba(0,0,0,0.08);
        font-size: 0.95rem;
/* /Components/Pages/Diagramme/SampleBarDiagramm.razor.rz.scp.css */
/*.apexcharts-datalabel rect {
    fill: rgba(0, 0, 0, 0.5) !important;*/ /* gew�nschte Hintergrundfarbe */
/*stroke: #ffffff !important;*/ /* Rahmenfarbe */
/*}

.apexcharts-datalabel text {
    fill: #ffffff !important;*/ /* Textfarbe */
/*}*/


.axis-multi[b-8aysp34cn0] {
    white-space: pre;
}

/* Jahr-Strip unterhalb des Charts */
.year-strip[b-8aysp34cn0] {
    display: grid;
    width: 100%;
    margin-top: 6px;
    gap: 0;
    align-items: start;
    /* Spalten werden dynamisch per inline-style gesetzt */
}

    .year-strip .year[b-8aysp34cn0] {
        text-align: center;
        font-weight: 600;
        padding-top: 4px;
        border-top: 1px solid rgba(0,0,0,0.08);
        font-size: 0.95rem;
    }
/* /Components/Pages/Download.razor.rz.scp.css */
ul[b-1ep5abxgmk] {
    list-style-type: none;
    margin: 0rem;
    padding: 0rem;
}


.uploadbox[b-1ep5abxgmk] {
    border: 1px solid;
    border-color: #d6d5d5;
    -moz-border-radius: .2rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    padding: 0.5rem;
    width: 100%;
    background-color: var(--bs-avv-gray);
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ /* Hinzugefügter Schatten */
}


.oneLiner[b-1ep5abxgmk] {
    font-size: 1.5rem;
    display: flex;
}

    .oneLiner .flexible-div[b-1ep5abxgmk] {        
        margin-left: 0.5rem;
        text-align: left;
        word-break: break-all;
        word-wrap: anywhere;
    }
