@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';
@import '_content/SlideLizard.Gryffindor.FluentUI.Components/SlideLizard.Gryffindor.FluentUI.Components.mm62rgvcch.bundle.scp.css';

/* /Blazor/Pages/Login.razor.rz.scp.css */
.sl-login-info-text[b-xla69zt1hc] {
    text-align: center;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: medium;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.sl-login-error-text[b-xla69zt1hc] {
    text-align: center;
    font-family: var(--body-font);
    font-weight: normal;
    font-size: large;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: red;
}

.sl-login-title-text[b-xla69zt1hc] {
    font-family: var(--body-font);
    color: var(--sl-folder-update-slides-title-text-color);
    font-size: large;
    font-weight: 400;
    text-align: left;
}

[b-xla69zt1hc] .sl-login-button {
    margin-bottom: 1rem;
    height: 41px;
    width: 100%;
    background: white !important;
    font-weight: 600;
    width: 100%;
}

.sl-login-learn-more[b-xla69zt1hc] {
    margin-bottom: 1.5rem;
    color: black;
}

.sl-login-help[b-xla69zt1hc] {
    font-size: smaller;
    color: black;
}

.sl-login-sl-logo[b-xla69zt1hc] {
    height: 1.5rem;
    margin-top: 0.5rem;
    padding-left: 12px;
    margin-top: 0;
}

.sl-login-button-text[b-xla69zt1hc] {
    color: #4a4a4a;
    color: #5e5e5e;
    font-family: var(--body-font);
    font-size: inherit;
    font-size: 15px;
    font-weight: 600;
    padding-left: 12px;
}

.login-btn-container[b-xla69zt1hc] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    left: 0;
    top: 0;
}

.sl-login-container[b-xla69zt1hc] {
    padding: 1rem;
    display: grid;
    grid-template-rows: 1fr auto;
    margin: 0px auto;
    height: 100vh;
}

.hero[b-xla69zt1hc] {
    background-image: url("Assets/login-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: bottom;
}

.hero img[b-xla69zt1hc] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; /* keep bottom edge visible */
    width: 100%;
    height: auto;
    aspect-ratio: 900 / 774;
    transition: 0.3s;
}

.sl-login-content-container[b-xla69zt1hc] {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
}

@media only screen and (min-width: 451px ) {
    .sl-login-content-container[b-xla69zt1hc] {
        width: 80%;
    }
}

@media only screen and (max-width: 450px ) {
    .sl-login-content-container[b-xla69zt1hc] {
        width: 90%;
    }
}

@media only screen and (min-width: 450px) {
    #login-banner[b-xla69zt1hc] {
        
    }
}

@media only screen and (min-width: 700px) {
    #login-banner[b-xla69zt1hc] {
        
    }
}
/* /Blazor/Pages/ManagePresentationInstances.razor.rz.scp.css */
.presentation-container[b-wnioqhk9q4] {
    display: flex;
    flex-direction: row;
    height: 100%;
    background-color: #f4f4f4;
    font-family: 'Segoe UI', sans-serif;
}

.dropdown-select[b-wnioqhk9q4] {
    display: none;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.presentation-list[b-wnioqhk9q4] {
    width: 250px;
    padding: 1rem;
    background-color: #fff;
    border-right: 1px solid #ccc;
}

.presentation-item[b-wnioqhk9q4] {
    cursor: pointer;
    padding: 0.75rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    background-color: #f0f0f0;
    transition: background-color 0.2s ease;
}

    .presentation-item:hover[b-wnioqhk9q4] {
        background-color: #e0e0e0;
    }

    .presentation-item.selected[b-wnioqhk9q4] {
        background-color: #853d93;
        font-weight: bold;
    }

.presentation-date .day[b-wnioqhk9q4] {
    font-size: 1.25rem;
    font-weight: bold;
}

.presentation-date .month[b-wnioqhk9q4] {
    font-size: 0.85rem;
    color: #555;
}
.back-button[b-wnioqhk9q4] {
    width: 100%;
    padding: 0; /* Remove extra padding */
    margin: 0;
}

    .back-button .create-button[b-wnioqhk9q4] {
        width: 100% !important;
        min-width: 100% !important;
        box-sizing: border-box;
        justify-content: center;
        border-radius: 0.5rem;
        font-size: 1.3rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }


.presentation-details-pane[b-wnioqhk9q4] {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
}

.presentation-summary[b-wnioqhk9q4] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.summary-card[b-wnioqhk9q4] {
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .summary-card .icon[b-wnioqhk9q4] {
        font-size: 1.5rem;
    }

.poll-card[b-wnioqhk9q4] {
    background-color: #fff;
    border-left: 4px solid #853d93;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
}

.poll-stats[b-wnioqhk9q4],
.poll-options[b-wnioqhk9q4],
.poll-opentext[b-wnioqhk9q4] {
    margin-top: 0.5rem;
}

.no-selection[b-wnioqhk9q4] {
    color: #888;
    font-style: italic;
}

@media (max-width: 700px) {
    .presentation-container[b-wnioqhk9q4] {
        flex-direction: column;
    }

    .presentation-list[b-wnioqhk9q4] {
        display: none;
    }

    .dropdown-select[b-wnioqhk9q4] {
        display: block;
    }

    .presentation-summary[b-wnioqhk9q4] {
        flex-direction: column;
    }

    .summary-card[b-wnioqhk9q4] {
        width: 100%;
    }
}
/* /Blazor/Pages/Polls.razor.rz.scp.css */

.container[b-fbge17oek8] {
    padding: 2rem;
    max-width: 1100px;
    margin: auto;
}

.header-bar[b-fbge17oek8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.icon-pink[b-fbge17oek8] {
    color: #853d93;
    fill: #853d93;
}
.status-dot[b-fbge17oek8] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #27ae60; 
    margin-right: 8px;
    vertical-align: middle;
}
.status-dot-stopped[b-fbge17oek8] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e32225; 
    margin-right: 8px;
    vertical-align: middle;
}


.create-button span[b-fbge17oek8] {
    margin-left: 6px;
    font-weight: 600;
}

.card-grid[b-fbge17oek8] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 2rem;
}
.poll-row-custom[b-fbge17oek8] {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f8f9fb; 
    border-radius: 8px;
    padding: 8px 14px;
    margin-bottom: 6px;
    transition: background 0.2s;
}

    .poll-row-custom:hover[b-fbge17oek8] {
        background: #f1f3f7;
    }

.poll-row-left[b-fbge17oek8] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 0;
}

.poll-row-icons[b-fbge17oek8] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto; 
}

fluent-checkbox.control[b-fbge17oek8] {
    background: #853d93 !important;
}
.user-email-footer[b-fbge17oek8] {
    font-size: 0.65rem;
    color: #888; 
    text-align: right; 
    margin-top: 0.5rem; 
    margin-bottom: 0.5rem; 
    opacity: 0.8; 
    font-weight: 400; 
}
.info-card[b-fbge17oek8], .card-grid[b-fbge17oek8], .container[b-fbge17oek8] {
    overflow: visible !important;
}
.icon-button[b-fbge17oek8] {
    background: #f1f3f7 !important;
}
    .icon-button:hover[b-fbge17oek8] {
        background: #f1f3f7 !important;
    }



fluent-card[b-fbge17oek8] {
    --accent-fill-rest: #853d93;
    --accent-fill-hover: #91245f;
    --accent-foreground-rest: white;
    --accent-foreground-hover: white;
}

.fluent-button fluent-icon[b-fbge17oek8] {
    margin-right: 6px;
}

.fluent-button span[b-fbge17oek8] {
    vertical-align: middle;
}

.fluent-button fluent-icon[b-fbge17oek8],
.fluent-button .fluent-icon[b-fbge17oek8] {
    fill: currentColor;
    color: currentColor;
}

.info-card[b-fbge17oek8] {
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

    .info-card:hover[b-fbge17oek8] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }

.logout-wrapper[b-fbge17oek8] {
    margin-top: 3rem;
    text-align: right;
}

    .logout-wrapper span[b-fbge17oek8] {
        margin-left: 6px;
    }

.joining-actions[b-fbge17oek8] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.connection-display[b-fbge17oek8] {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 8px 12px;
    max-width: 60%;
    overflow: hidden;
}

    .connection-display span[b-fbge17oek8] {
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 250px;
    }

.stealth-button[b-fbge17oek8] {
    margin-right: 5px;
    accent-color: #853d93;
    color: white;
}

.select-wrapper[b-fbge17oek8] {
    max-height: 400px;
    overflow-y: auto;
}

.poll-row[b-fbge17oek8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}

.status-text[b-fbge17oek8] {
    font-style: italic;
    color: gray;
}

.container[b-fbge17oek8] {
    padding: 2rem;
    max-width: 1100px;
    margin: auto;
}

.header-bar[b-fbge17oek8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.create-button span[b-fbge17oek8] {
    margin-left: 6px;
    font-weight: 600;
}

.card-grid[b-fbge17oek8] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 2rem;
}

fluent-checkbox.control[b-fbge17oek8] {
    background: #853d93 !important;
}

fluent-card[b-fbge17oek8] {
    --accent-fill-rest: #853d93 !important;
    --accent-fill-hover: #91245f !important;
    --accent-foreground-rest: white !important;
    --accent-foreground-hover: white !important;
   
}

.fluent-button fluent-icon[b-fbge17oek8] {
    margin-right: 6px;
}

.fluent-button span[b-fbge17oek8] {
    vertical-align: middle;
}

.fluent-button fluent-icon[b-fbge17oek8],
.fluent-button .fluent-icon[b-fbge17oek8] {
    fill: currentColor;
    color: currentColor;
}


fluent-icon.accent-icon[b-fbge17oek8] {
    color: #853d93 !important;
    fill: #853d93 !important;
}

.info-card[b-fbge17oek8] {
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

    .info-card:hover[b-fbge17oek8] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }

.logout-wrapper[b-fbge17oek8] {
    margin-top: 3rem;
    text-align: right;
}

    .logout-wrapper span[b-fbge17oek8] {
        margin-left: 6px;
    }

.joining-actions[b-fbge17oek8] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.connection-display[b-fbge17oek8] {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 8px 12px;
    max-width: 60%;
    overflow: hidden;
}

    .connection-display span[b-fbge17oek8] {
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 250px;
    }

.stealth-button[b-fbge17oek8] {
    margin-right: 5px;
    accent-color: #853d93;
    color: white;
}

.select-wrapper[b-fbge17oek8] {
    max-height: 400px;
    overflow-y: auto;
}

.poll-row[b-fbge17oek8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}

.status-text[b-fbge17oek8] {
    font-style: italic;
    color: gray;
}
.settings-logout-row[b-fbge17oek8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap; 
}

.create-button[b-fbge17oek8] {
    background-color: #f8f5f7;
    border: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

.logout-button[b-fbge17oek8] {
    background-color: #853d93;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
}
.header-bar[b-fbge17oek8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

    .header-bar h3[b-fbge17oek8] {
        margin: 0;
    }

    .header-bar .button-group[b-fbge17oek8] {
        display: flex;
        gap: 8px; 
    }
.button-wrapper[b-fbge17oek8] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .button-wrapper[b-fbge17oek8] {
        flex-direction: column;
        gap: 8px;
    }

        .button-wrapper fluent-button[b-fbge17oek8] {
            width: 100%; 
        }
}

.responsive-buttons[b-fbge17oek8] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .responsive-buttons[b-fbge17oek8] {
        flex-direction: column;
        gap: 8px;
    }

        .responsive-buttons fluent-button[b-fbge17oek8] {
            width: 100%; 
        }
}

.responsive-add-buttons[b-fbge17oek8] {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

    .responsive-add-buttons > *:not(:first-child)[b-fbge17oek8] {
        margin-left: auto; 
    }

@media (max-width: 500px) {
    .responsive-add-buttons[b-fbge17oek8] {
        
        align-items: flex-start; 
        gap: 8px;
    }

        .responsive-add-buttons fluent-button[b-fbge17oek8] {
        
        }
}

/* /Blazor/Pages/SL_Dialog_BusinessCard.razor.rz.scp.css */
.profile-dialog[b-z1jumgkszt] {
    max-width: 700px;
    font-family: Segoe UI, sans-serif;
    background-color: white;
    overflow-y: auto;
}

.scroll-container[b-z1jumgkszt] {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 8px;
}

/* Grid-Layout: Label links, Inputs rechts */
.grid-form[b-z1jumgkszt] {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: start;
    gap: 12px 24px; /* vertikal / horizontal spacing */
    margin-bottom: 24px;
}

.form-label[b-z1jumgkszt] {
    font-weight: bold;
    font-size: 14px;
    color: #853d93;
    padding-top: 6px;
}

.form-inputs > *[b-z1jumgkszt] {
    display: block;
    margin-bottom: 12px;
    width: 100%;
}

/* Zeilen für dynamische Eingaben (Phone/Email) */
.form-row[b-z1jumgkszt] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
/* /Blazor/Pages/SL_Dialog_CreatePoll.razor.rz.scp.css */
.form-row-horizontal[b-jgpzebwbpw] {
    display: flex;
    gap: 2rem; 
    align-items: flex-start; 
}

.form-row-horizontal .form-group[b-jgpzebwbpw] {
    flex: 1; 
    min-width: 0;
}
[b-jgpzebwbpw] .assetState-combobox::part(listbox) {
    top: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) + var(--design-unit) * 2) * 1px) !important;
    bottom:  calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) + var(--design-unit) * 2) * 1px) !important;
}

[b-jgpzebwbpw] .assetState-combobox::part(control) {
    pointer-events: none;
}

[b-jgpzebwbpw] .custom-fluent-option::part(content) {
    width: 100%;
}

.fluent-option-container[b-jgpzebwbpw] {
    display: flex;
    justify-content: space-between;
}

[b-jgpzebwbpw] .tag-value-combobox {
    min-width: 50px;
    height: 100%;
}

.tagname-result-row[b-jgpzebwbpw] {
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    font-weight: initial;
    font-variation-settings: var(--type-ramp-base-font-variations);
    background: var(--neutral-fill-stealth-rest);
    border-radius: calc(var(--control-corner-radius) * 1px);
    border: calc(var(--focus-stroke-width) * 1px) solid transparent;
    box-sizing: border-box;
    color: var(--neutral-foreground-rest);
    cursor: pointer;
    fill: currentcolor;
    height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
    outline: none;
    align-items: center;
    padding: 0 calc(var(--design-unit) * 2.25px);
    user-select: none;
    white-space: nowrap;
}

[b-jgpzebwbpw] .tagname-result-container {
    border-radius: calc(var(--control-corner-radius) * 1px);
}

[b-jgpzebwbpw] .tag-combobox {
    width: 45%;
}

.body-container[b-jgpzebwbpw] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tenantasset-container[b-jgpzebwbpw] {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.assetType-container[b-jgpzebwbpw] {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.datePicker-container[b-jgpzebwbpw] {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
}

.checkbox-container[b-jgpzebwbpw] {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
}

[b-jgpzebwbpw] .fluent-typography {
    margin-bottom: 0.5rem !important;
}

[b-jgpzebwbpw] fluent-anchored-region {
    transform: translate(0px, -264px) !important;
}

[b-jgpzebwbpw] .fluent-datepicker-popup {
    width: 275px;
}
fluent-accordion[b-jgpzebwbpw] {
    margin-top: 1rem;
}
.disabled-charttype-tooltip[b-jgpzebwbpw] {
    color: gray;
    font-style: italic;
}

.combobox-container .disabled-item[b-jgpzebwbpw] {
    color: #aaa !important;
    background-color: #444 !important;
}

fluent-accordion-item[b-jgpzebwbpw]::part(content) {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}
fluent-accordion-item[b-jgpzebwbpw]::part(header) {
    background-color: #853d93;
    color: white;
    font-weight: bold;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    cursor: pointer;
}

fluent-accordion-item[b-jgpzebwbpw] {
    margin-top: 0.75rem;
}
    fluent-accordion-item[b-jgpzebwbpw]::part(header):hover {
        background-color: #8a2c5b;
    }
/* /Blazor/Pages/SL_Dialog_ManagePresentationInstance.razor.rz.scp.css */
body[b-a8c7b0niqc] {
}
/* /Blazor/Pages/SL_Dialog_ManagePresentationSettings.razor.rz.scp.css */
.settings-dialog[b-11r20bbubl] {
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.settings-section[b-11r20bbubl] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.25rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.settings-title[b-11r20bbubl] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #333;
}

.settings-field[b-11r20bbubl] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom:7px;
    margin-top:5px;
}
    .settings-field.inline[b-11r20bbubl] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

.settings-input[b-11r20bbubl] {
    width: 100%;
    max-width: 400px;
}

.settings-upload[b-11r20bbubl] {
    height: 120px;
    border: 1px dashed var(--accent-fill-rest);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}

.sl-upload-text[b-11r20bbubl] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
}
.preview-image[b-11r20bbubl] {
    max-width: 180px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 480px) {
    .settings-field.inline[b-11r20bbubl] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

.profile-dialog[b-11r20bbubl] {
    max-width: 700px;
    font-family: Segoe UI, sans-serif;
    background-color: white;
    overflow-y: auto;
}

.scroll-container[b-11r20bbubl] {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 8px;
}

.grid-form[b-11r20bbubl] {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: start;
    gap: 12px 24px; 
    margin-bottom: 24px;
}

.form-label[b-11r20bbubl] {
    font-weight: bold;
    font-size: 14px;
    color: #853d93;
    padding-top: 6px;
}

.form-inputs > *[b-11r20bbubl] {
    display: block;
    margin-bottom: 12px;
    width: 100%;
}

/* Zeilen für dynamische Eingaben (Phone/Email) */
.form-row[b-11r20bbubl] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.thumbnail-section[b-11r20bbubl] {
    padding: 16px;
}

.thumbnail-title[b-11r20bbubl] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-bottom: 12px;
}

.thumbnail-upload[b-11r20bbubl] {
    width: 100%;
}

.thumbnail-upload-label[b-11r20bbubl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #853d93;
    border-radius: 6px;
    padding: 32px 16px;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background 0.2s ease-in-out;
}

    .thumbnail-upload-label:hover[b-11r20bbubl] {
        background-color: #f3f0f6;
    }

.thumbnail-upload-icon[b-11r20bbubl] {
    width: 32px;
    height: 32px;
    color: #853d93;
    margin-bottom: 8px;
}

.thumbnail-upload-text[b-11r20bbubl] {
    font-size: 14px;
    color: #333;
    text-decoration: underline !important;
    text-decoration-color: #333 !important;
}

.thumbnail-upload-link[b-11r20bbubl] {
    color: #853d93;
    text-decoration: underline !important;
    text-decoration-color: #853d93 !important;
    cursor: pointer;
}

.thumbnail-upload-sub[b-11r20bbubl] {
    font-size: 12px;
    color: #888;
    text-decoration: underline !important;
    text-decoration-color: #853d93 !important;
    margin-top: 4px;
}
.settings-input textarea:hover[b-11r20bbubl],
.settings-input textarea:focus[b-11r20bbubl] {
    border-bottom: 2px solid #853d93 !important;
    outline: none !important;
}
/* Container für jede Option */
.option-field[b-11r20bbubl] {
    display: flex;
    flex-wrap: wrap; /* erlaubt Umbruch bei zu wenig Platz */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 8px 0;
    gap: 0.5rem; /* Abstand wenn umgebrochen */
}

/* Label-Bereich */
.option-label[b-11r20bbubl] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    flex: 1 1 auto; /* darf wachsen und schrumpfen */
    min-width: 200px; /* sorgt dafür, dass Label nicht zu schmal wird */
}

/* Switch-Bereich */
.option-switch[b-11r20bbubl] {
    flex: 0 0 auto; /* bleibt in seiner Größe */
    display: flex;
    justify-content: flex-end; /* immer rechts */
    width: 100%; /* bricht auf volle Breite, wenn wrap */
}

/* Wenn genug Platz da ist: Switch rechts neben Label */
.option-field:not(:has(.option-switch:only-child:empty))[b-11r20bbubl] {
    .option-switch

{
    width: auto;
}
}
/* /Blazor/Pages/SL_Dialog_RunningInstanceDialog.razor.rz.scp.css */
body[b-ar78q1jtbi] {
}
/* /Blazor/Shared/MainLayout.razor.rz.scp.css */
.navigationBar[b-yvy479f0hz] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
