@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Layout/NavMenu.razor.rz.scp.css */
.portal-header[b-hsw2tz86xx] {
    width: 100%;
    border-bottom: 1px solid #374151;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    height: 7vh;
    background-color:var(--nz-background);
}

.nz-color[b-hsw2tz86xx] {
    color: white;
    font-weight: 700;
    margin-bottom: 0;
}

.logo-section[b-hsw2tz86xx] {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0.75rem;
    color: white;
}

.company-logo[b-hsw2tz86xx] {
    width: auto;
    height: 36px;
}
/* /Pages/Landing.razor.rz.scp.css */
.landing-page[b-puuujy27ga] {
    padding: 32px;
    min-height: calc(100vh - 7vh);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #e5e7eb;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

.landing-main[b-puuujy27ga] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.section-block[b-puuujy27ga] {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.page-header[b-puuujy27ga] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.page-title-wrap[b-puuujy27ga] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.page-icon[b-puuujy27ga] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #e1ff67, #e1ff67);
    color: #142545;
    box-shadow: 0 10px 30px rgba(15, 73, 238, 0.22);
}

    .page-icon .material-symbols-outlined[b-puuujy27ga] {
        font-size: 28px;
    }

.page-title-wrap h1[b-puuujy27ga] {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #e1ff67;
}

.page-title-wrap p[b-puuujy27ga] {
    margin: 4px 0 0;
    color: #6c7a96;
    font-size: 0.95rem;
}


.section-heading[b-puuujy27ga] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

    .section-heading h2[b-puuujy27ga] {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 500;
        color: white;
    }

    .section-heading span[b-puuujy27ga] {
        font-size: 0.9rem;
        color: white;
        background: #202e53;
        padding: 6px 12px;
        border-radius: 999px;
    }

.tools-grid[b-puuujy27ga] {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 1.25rem;
    align-items: stretch;
    overflow-y: auto;
    min-height: 0;
    padding-right: 4px;
}

.tool-card[b-puuujy27ga] {
    text-decoration: none;
    text-align: left;
    background: #202e53;
    border-radius: 20px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #142545;
    transition: all 0.25s ease;
    box-shadow: 0 10px 30px rgba(20, 37, 69, 0.08);
    border: 1px solid rgba(20, 37, 69, 0.08);
    cursor: pointer;
    min-height: 220px;
}

    .tool-card:hover[b-puuujy27ga] {
        transform: translateY(-4px);
        box-shadow: 0 16px 35px rgba(20, 37, 69, 0.14);
        border-color: rgba(15, 73, 238, 0.25);
        background: linear-gradient(135deg, #0f49ee 0%, #12357a 100%);
    }

.tool-card-top[b-puuujy27ga] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tool-icon[b-puuujy27ga] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgb(142 167 237 / 10%);
    color: #ededed;
}

.tool-card:hover .tool-icon[b-puuujy27ga] {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.tool-status[b-puuujy27ga] {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(225, 255, 103, 0.12);
    color: #e1ff67;
}

.tool-card:hover .tool-status[b-puuujy27ga] {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.tool-card-content h3[b-puuujy27ga] {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 900;
    color: #b9b9b9;
}

.tool-card-content p[b-puuujy27ga] {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7894;
    line-height: 1.5;
}

.tool-card:hover .tool-card-content h3[b-puuujy27ga],
.tool-card:hover .tool-card-content p[b-puuujy27ga] {
    color: white;
}

.panel-card[b-puuujy27ga] {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    border-radius: 22px;
    border: 1px solid rgba(20, 37, 69, 0.08);
    box-shadow: 0 12px 35px rgba(20, 37, 69, 0.08);
    overflow: hidden;
    margin-bottom: 24px;
}

.panel-header[b-puuujy27ga] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(20, 37, 69, 0.08);
    background: linear-gradient(180deg, rgba(15, 73, 238, 0.05), rgba(15, 73, 238, 0));
}

    .panel-header h3[b-puuujy27ga] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
        color: #142545;
    }

    .panel-header span[b-puuujy27ga] {
        color: #72809d;
        font-size: 0.9rem;
    }

.panel-body[b-puuujy27ga] {
    padding: 22px;
}

.feedback-panel[b-puuujy27ga] {
    margin-top: 16px;
    flex-shrink: 0;
}

.portal-footer[b-puuujy27ga] {
    text-align: center;
    color: #9ca3af;
    font-size: 0.875rem;
    margin-top: 10px;
    padding-bottom: 4px;
    flex-shrink: 0;
}

h1[b-puuujy27ga], h2[b-puuujy27ga], h3[b-puuujy27ga], p[b-puuujy27ga] {
    font-family: inherit;
}

@media (max-width: 1200px) {
    .tools-grid[b-puuujy27ga] {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .landing-page[b-puuujy27ga] {
        padding: 20px;
    }

    .tools-grid[b-puuujy27ga] {
        grid-template-columns: 1fr;
    }

    .page-title-wrap h1[b-puuujy27ga] {
        font-size: 1.5rem;
    }

    .section-heading[b-puuujy27ga] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .panel-header[b-puuujy27ga] {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}
/* /Pages/Licensing/Licensing.razor.rz.scp.css */
.license-page[b-5yeji1d9cg] {
    padding: 32px;
    overflow: auto;
}

.page-header[b-5yeji1d9cg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.page-title-wrap[b-5yeji1d9cg] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.page-icon[b-5yeji1d9cg] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #e1ff67, #e1ff67);
    color: #142545;
    box-shadow: 0 10px 30px rgba(15, 73, 238, 0.22);
}

    .page-icon .material-symbols-outlined[b-5yeji1d9cg] {
        font-size: 28px;
    }

.page-title-wrap h1[b-5yeji1d9cg] {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #e1ff67;
}

.page-title-wrap p[b-5yeji1d9cg] {
    margin: 4px 0 0;
    color: #6c7a96;
    font-size: 0.95rem;
}

.section-block[b-5yeji1d9cg] {
    margin-bottom: 28px;
}

.section-heading[b-5yeji1d9cg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

    .section-heading h2[b-5yeji1d9cg] {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 500;
        color: white;
    }

    .section-heading span[b-5yeji1d9cg] {
        font-size: 0.9rem;
        color: white;
        background: #202e53;
        padding: 6px 12px;
        border-radius: 999px;
    }

.available-licenses-grid[b-5yeji1d9cg] {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.licensecard[b-5yeji1d9cg] {
    text-align: left;
    background: #202e53;
    border-radius: 20px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #142545;
    transition: all 0.25s ease;
    box-shadow: 0 10px 30px rgba(20, 37, 69, 0.08);
    border: 1px solid rgba(20, 37, 69, 0.08);
    cursor: pointer;
}

    .licensecard:hover[b-5yeji1d9cg] {
        transform: translateY(-4px);
        box-shadow: 0 16px 35px rgba(20, 37, 69, 0.14);
        border-color: rgba(15, 73, 238, 0.25);
    }

    .licensecard.selected[b-5yeji1d9cg] {
        background: linear-gradient(135deg, #0f49ee 0%, #12357a 100%);
        color: white;
        border-color: transparent;
        box-shadow: 0 18px 40px rgba(15, 73, 238, 0.28);
    }

.licensecard-top[b-5yeji1d9cg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.license-icon[b-5yeji1d9cg] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgb(142 167 237 / 10%);
    color: #ededed;
}

.licensecard.selected .license-icon[b-5yeji1d9cg] {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.license-status[b-5yeji1d9cg] {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
}

    .license-status.is-free[b-5yeji1d9cg] {
        background: rgba(25, 135, 84, 0.12);
        color: #198754;
    }

    .license-status.is-empty[b-5yeji1d9cg] {
        background: rgba(220, 53, 69, 0.12);
        color: #dc3545;
    }

.licensecard.selected .license-status.is-free[b-5yeji1d9cg],
.licensecard.selected .license-status.is-empty[b-5yeji1d9cg] {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.licensecard-content h3[b-5yeji1d9cg] {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 900;
    color: #b9b9b9;
}

.license-metric[b-5yeji1d9cg] {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.license-free[b-5yeji1d9cg] {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: white;
}

.license-total[b-5yeji1d9cg] {
    font-size: 0.95rem;
    color: #6b7894;
}

.licensecard.selected .license-total[b-5yeji1d9cg] {
    color: rgba(255, 255, 255, 0.8);
}

.details-layout[b-5yeji1d9cg] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.panel-card[b-5yeji1d9cg] {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    border-radius: 22px;
    border: 1px solid rgba(20, 37, 69, 0.08);
    box-shadow: 0 12px 35px rgba(20, 37, 69, 0.08);
    overflow: hidden;
    margin-bottom: 24px;
}

.panel-header[b-5yeji1d9cg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(20, 37, 69, 0.08);
    background: linear-gradient(180deg, rgba(15, 73, 238, 0.05), rgba(15, 73, 238, 0));
}

    .panel-header h3[b-5yeji1d9cg] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
        color: #142545;
    }

    .panel-header span[b-5yeji1d9cg] {
        color: #72809d;
        font-size: 0.9rem;
    }

.panel-body[b-5yeji1d9cg] {
    padding: 22px;
}

.form-grid[b-5yeji1d9cg] {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 16px;
    align-items: start;
}

.form-group[b-5yeji1d9cg] {
    display: flex;
    flex-direction: column;
}

.form-group-wide[b-5yeji1d9cg] {
    min-width: 0;
}

.form-label[b-5yeji1d9cg] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #33415c;
}

.nz-input[b-5yeji1d9cg] {
    border-radius: 14px;
    border: 1px solid #d7dfec;
    padding: 0.8rem 0.95rem;
    box-shadow: none !important;
}

    .nz-input:focus[b-5yeji1d9cg] {
        border-color: #0f49ee;
        box-shadow: 0 0 0 4px rgba(15, 73, 238, 0.12) !important;
    }

.form-group small[b-5yeji1d9cg] {
    margin-top: 6px;
    color: #7b88a3;
}

.submit-group[b-5yeji1d9cg] {
    min-width: 180px;
    align-self: self-end;
}

.nz-button[b-5yeji1d9cg] {
    height: 48px;
    border-radius: 14px;
    border: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #0f49ee, #12357a);
    box-shadow: 0 10px 22px rgba(15, 73, 238, 0.22);
}

    .nz-button:hover[b-5yeji1d9cg] {
        transform: translateY(-1px);
    }

.nz-button-secondary[b-5yeji1d9cg] {
    border-radius: 10px;
    font-weight: 600;
    padding: 6px 12px;
    line-height: 1.2;
}

.stats-row[b-5yeji1d9cg] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding: 22px;
}

.stat-box[b-5yeji1d9cg] {
    background: #f5f8fe;
    border-radius: 18px;
    padding: 18px;
    border: 1px solid #e4eaf5;
}

.stat-label[b-5yeji1d9cg] {
    display: block;
    font-size: 0.82rem;
    color: #72809d;
    margin-bottom: 8px;
}

.stat-box strong[b-5yeji1d9cg] {
    font-size: 1.5rem;
    color: #142545;
}

.table-panel[b-5yeji1d9cg] {
    padding-bottom: 6px;
}

.table-wrap[b-5yeji1d9cg] {
    overflow-x: auto;
    padding: 0 16px 16px;
}

.nz-table[b-5yeji1d9cg] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 720px;
}

    .nz-table thead th[b-5yeji1d9cg] {
        text-align: left;
        font-size: 0.82rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #72809d;
        padding: 14px 16px;
        border-bottom: 1px solid #e6ecf5;
    }

    .nz-table tbody td[b-5yeji1d9cg] {
        padding: 16px;
        border-bottom: 1px solid #edf2f8;
        color: #223250;
        vertical-align: middle;
    }

    .nz-table tbody tr:hover[b-5yeji1d9cg] {
        background: rgba(15, 73, 238, 0.03);
    }

.status-badge[b-5yeji1d9cg] {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

    .status-badge.assigned[b-5yeji1d9cg] {
        background: rgba(25, 135, 84, 0.12);
        color: #198754;
    }

    .status-badge.waiting[b-5yeji1d9cg] {
        background: rgba(255, 193, 7, 0.18);
        color: #8a6b00;
    }

.empty-state[b-5yeji1d9cg] {
    text-align: center;
    color: #7b88a3;
    padding: 28px !important;
}

.state-card[b-5yeji1d9cg] {
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(20, 37, 69, 0.08);
    border: 1px solid rgba(20, 37, 69, 0.08);
}

@media (max-width: 1200px) {
    .available-licenses-grid[b-5yeji1d9cg] {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }

    .details-layout[b-5yeji1d9cg] {
        grid-template-columns: 1fr;
    }

    .stats-row[b-5yeji1d9cg] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .license-page[b-5yeji1d9cg] {
        padding: 20px;
    }

    .available-licenses-grid[b-5yeji1d9cg] {
        grid-template-columns: 1fr;
    }

    .form-grid[b-5yeji1d9cg] {
        grid-template-columns: 1fr;
    }

    .submit-group[b-5yeji1d9cg] {
        min-width: unset;
    }

    .stats-row[b-5yeji1d9cg] {
        grid-template-columns: 1fr;
    }

    .page-title-wrap h1[b-5yeji1d9cg] {
        font-size: 1.5rem;
    }
}
/* /Pages/MainLayout.razor.rz.scp.css */
.page[b-k50hdmalkh] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: white;
}

.logo[b-k50hdmalkh] {
    max-height: clamp(40px, 10vw, 56px);
}

main[b-k50hdmalkh] {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background-color: white;
}

.body[b-k50hdmalkh] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--nz-background);
}

html[b-k50hdmalkh] {
    scrollbar-width: thin;
    scrollbar-color: darkgrey slategrey;
}
/* /Pages/MainLayoutPotentialanalyse.razor.rz.scp.css */
.page[b-u7lq97gpuh] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: white;
}

.logo[b-u7lq97gpuh] {
    max-height: clamp(40px, 10vw, 56px);
}

main[b-u7lq97gpuh] {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background-color: white;
}

.body[b-u7lq97gpuh] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--nz-background);
}

html[b-u7lq97gpuh] {
    scrollbar-width: thin;
    scrollbar-color: darkgrey slategrey;
}
/* /Pages/ParkAtNovazoon/AddAppointmentPage.razor.rz.scp.css */
.parking-dialog[b-32oj9yxun2] {
    padding: 8px;
    min-width: 320px;
}

.dialog-header[b-32oj9yxun2] {
    margin-bottom: 24px;
}

.dialog-title-wrap[b-32oj9yxun2] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dialog-icon[b-32oj9yxun2] {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #e1ff67, #e1ff67);
    color: #142545;
    box-shadow: 0 10px 30px rgba(15, 73, 238, 0.18);
}

    .dialog-icon .material-symbols-outlined[b-32oj9yxun2] {
        font-size: 26px;
    }

.dialog-title-wrap h2[b-32oj9yxun2] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: #142545;
}

.dialog-title-wrap p[b-32oj9yxun2] {
    margin: 4px 0 0;
    color: #6c7a96;
    font-size: 0.95rem;
}

.panel-card[b-32oj9yxun2] {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-radius: 22px;
    border: 1px solid rgba(20, 37, 69, 0.08);
    box-shadow: 0 12px 35px rgba(20, 37, 69, 0.08);
    overflow: hidden;
}

.panel-header[b-32oj9yxun2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(20, 37, 69, 0.08);
    background: linear-gradient(180deg, rgba(15, 73, 238, 0.05), rgba(15, 73, 238, 0));
}

    .panel-header h3[b-32oj9yxun2] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
        color: #142545;
    }

    .panel-header span[b-32oj9yxun2] {
        color: #72809d;
        font-size: 0.9rem;
    }

.panel-body[b-32oj9yxun2] {
    padding: 22px;
}

.form-grid[b-32oj9yxun2] {
    display: grid;
    gap: 16px;
    align-items: start;
}

    .form-grid.single-column[b-32oj9yxun2] {
        grid-template-columns: 1fr;
    }

    .form-grid.two-columns[b-32oj9yxun2] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

.form-group[b-32oj9yxun2] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.form-label[b-32oj9yxun2] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #33415c;
}

    .form-label.no-margin[b-32oj9yxun2] {
        margin-bottom: 0;
    }

.toggle-row[b-32oj9yxun2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf2f8;
}

.nz-input[b-32oj9yxun2] {
    border-radius: 14px !important;
    border: 1px solid #d7dfec !important;
    box-shadow: none !important;
    min-height: 48px;
}

.nz-textarea[b-32oj9yxun2] {
    min-height: 110px !important;
}

:deep(.rz-textbox)[b-32oj9yxun2],
:deep(.rz-dropdown)[b-32oj9yxun2],
:deep(.rz-datepicker)[b-32oj9yxun2],
:deep(.rz-textarea)[b-32oj9yxun2] {
    border-radius: 14px !important;
    border: 1px solid #d7dfec !important;
    box-shadow: none !important;
    width: 100%;
}

:deep(.rz-textbox:focus)[b-32oj9yxun2],
:deep(.rz-dropdown:focus)[b-32oj9yxun2],
:deep(.rz-datepicker input:focus)[b-32oj9yxun2],
:deep(.rz-textarea:focus)[b-32oj9yxun2] {
    border-color: #0f49ee !important;
    box-shadow: 0 0 0 4px rgba(15, 73, 238, 0.12) !important;
}

:deep(.rz-dropdown-trigger)[b-32oj9yxun2],
:deep(.rz-datepicker-trigger)[b-32oj9yxun2] {
    border-radius: 0 14px 14px 0;
}

:deep(.rz-switch)[b-32oj9yxun2] {
    transform: scale(0.95);
}

:deep(.rz-button)[b-32oj9yxun2] {
    border-radius: 14px !important;
    font-weight: 700;
}

.nz-button[b-32oj9yxun2] {
    height: 48px;
    border-radius: 14px !important;
    border: none !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #0f49ee, #12357a) !important;
    box-shadow: 0 10px 22px rgba(15, 73, 238, 0.22);
}

.nz-button-secondary[b-32oj9yxun2] {
    height: 48px;
    border-radius: 14px;
    border: 1px solid #d7dfec;
    background: #fff;
    color: #33415c;
    font-weight: 700;
    padding: 0 18px;
}

    .nz-button-secondary:hover[b-32oj9yxun2] {
        background: #f5f8fe;
    }

.dialog-actions[b-32oj9yxun2] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 8px;
}

.success-dialog[b-32oj9yxun2] {
    padding: 8px;
}

.success-dialog-content[b-32oj9yxun2] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
    padding: 10px 4px;
}

.success-icon[b-32oj9yxun2] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
}

    .success-icon .material-symbols-outlined[b-32oj9yxun2] {
        font-size: 28px;
    }

.success-dialog-content p[b-32oj9yxun2] {
    margin: 0;
    color: #223250;
    line-height: 1.5;
}

:deep(.rz-validator-message)[b-32oj9yxun2] {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 6px;
    background: transparent;
    border: none;
    padding: 0;
}

@media (max-width: 768px) {
    .dialog-title-wrap[b-32oj9yxun2] {
        align-items: flex-start;
    }

        .dialog-title-wrap h2[b-32oj9yxun2] {
            font-size: 1.25rem;
        }

    .form-grid.two-columns[b-32oj9yxun2] {
        grid-template-columns: 1fr;
    }

    .panel-header[b-32oj9yxun2] {
        flex-direction: column;
        align-items: flex-start;
    }

    .dialog-actions[b-32oj9yxun2] {
        flex-direction: column;
    }

        .dialog-actions > *[b-32oj9yxun2] {
            width: 100%;
        }
}
/* /Pages/ParkAtNovazoon/EditAppointmentpage.razor.rz.scp.css */
.parking-dialog[b-iss1elh0yw] {
    padding: 8px;
    min-width: 320px;
}

.dialog-header[b-iss1elh0yw] {
    margin-bottom: 24px;
}

.dialog-title-wrap[b-iss1elh0yw] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dialog-icon[b-iss1elh0yw] {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #e1ff67, #e1ff67);
    color: #142545;
    box-shadow: 0 10px 30px rgba(15, 73, 238, 0.18);
}

    .dialog-icon .material-symbols-outlined[b-iss1elh0yw] {
        font-size: 26px;
    }

.dialog-title-wrap h2[b-iss1elh0yw] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: #142545;
}

.dialog-title-wrap p[b-iss1elh0yw] {
    margin: 4px 0 0;
    color: #6c7a96;
    font-size: 0.95rem;
}

.panel-card[b-iss1elh0yw] {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-radius: 22px;
    border: 1px solid rgba(20, 37, 69, 0.08);
    box-shadow: 0 12px 35px rgba(20, 37, 69, 0.08);
    overflow: hidden;
}

.panel-header[b-iss1elh0yw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(20, 37, 69, 0.08);
    background: linear-gradient(180deg, rgba(15, 73, 238, 0.05), rgba(15, 73, 238, 0));
}

    .panel-header h3[b-iss1elh0yw] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
        color: #142545;
    }

    .panel-header span[b-iss1elh0yw] {
        color: #72809d;
        font-size: 0.9rem;
    }

.panel-body[b-iss1elh0yw] {
    padding: 22px;
}

.details-grid[b-iss1elh0yw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.detail-item[b-iss1elh0yw] {
    background: #f5f8fe;
    border: 1px solid #e4eaf5;
    border-radius: 18px;
    padding: 18px;
    min-width: 0;
}

.detail-item-wide[b-iss1elh0yw] {
    grid-column: span 2;
}

.detail-label[b-iss1elh0yw] {
    display: block;
    font-size: 0.82rem;
    color: #72809d;
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.detail-value[b-iss1elh0yw] {
    color: #223250;
    font-size: 1rem;
    line-height: 1.5;
    word-break: break-word;
}

.attendee-chip[b-iss1elh0yw] {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 73, 238, 0.08);
    color: #12357a;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 8px;
}

.note-box[b-iss1elh0yw] {
    background: #f5f8fe;
    border: 1px solid #e4eaf5;
    border-radius: 18px;
    padding: 18px;
    color: #223250;
    min-height: 72px;
    line-height: 1.6;
}

.muted-text[b-iss1elh0yw] {
    color: #7b88a3;
}

.status-badge[b-iss1elh0yw] {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

    .status-badge.assigned[b-iss1elh0yw] {
        background: rgba(25, 135, 84, 0.12);
        color: #198754;
    }

    .status-badge.neutral[b-iss1elh0yw] {
        background: rgba(108, 117, 125, 0.12);
        color: #5f6b7a;
    }

.dialog-actions[b-iss1elh0yw] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 8px;
}

.nz-button-secondary[b-iss1elh0yw] {
    height: 48px;
    border-radius: 14px;
    border: 1px solid #d7dfec;
    background: #fff;
    color: #33415c;
    font-weight: 700;
    padding: 0 18px;
}

    .nz-button-secondary:hover[b-iss1elh0yw] {
        background: #f5f8fe;
    }

.nz-button-danger[b-iss1elh0yw] {
    height: 48px;
    border-radius: 14px !important;
    border: none !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 10px 22px rgba(220, 53, 69, 0.18);
}

.info-hint[b-iss1elh0yw] {
    margin-top: 4px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(108, 117, 125, 0.08);
    color: #5f6b7a;
    font-size: 0.92rem;
}

.confirm-dialog[b-iss1elh0yw] {
    padding: 8px;
}

.confirm-dialog-content[b-iss1elh0yw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
    padding: 8px 4px;
}

.confirm-icon[b-iss1elh0yw] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
}

    .confirm-icon.danger[b-iss1elh0yw] {
        background: rgba(220, 53, 69, 0.12);
        color: #dc3545;
    }

    .confirm-icon .material-symbols-outlined[b-iss1elh0yw] {
        font-size: 28px;
    }

.confirm-text h3[b-iss1elh0yw] {
    margin: 0 0 8px;
    color: #142545;
    font-size: 1.2rem;
    font-weight: 800;
}

.confirm-text p[b-iss1elh0yw] {
    margin: 0;
    color: #223250;
    line-height: 1.5;
}

.confirm-actions[b-iss1elh0yw] {
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.nz-button-secondary-dialog[b-iss1elh0yw] {
    border-radius: 14px !important;
}

:deep(.rz-button)[b-iss1elh0yw] {
    border-radius: 14px !important;
    font-weight: 700;
}

@media (max-width: 768px) {
    .dialog-title-wrap[b-iss1elh0yw] {
        align-items: flex-start;
    }

        .dialog-title-wrap h2[b-iss1elh0yw] {
            font-size: 1.25rem;
        }

    .panel-header[b-iss1elh0yw] {
        flex-direction: column;
        align-items: flex-start;
    }

    .details-grid[b-iss1elh0yw] {
        grid-template-columns: 1fr;
    }

    .detail-item-wide[b-iss1elh0yw] {
        grid-column: span 1;
    }

    .dialog-actions[b-iss1elh0yw],
    .confirm-actions[b-iss1elh0yw] {
        flex-direction: column;
    }

        .dialog-actions > *[b-iss1elh0yw],
        .confirm-actions > *[b-iss1elh0yw] {
            width: 100%;
        }
}
/* /Pages/ParkAtNovazoon/Home.razor.rz.scp.css */
.nz-sidebar[b-tok477i52q] {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.nz-brand[b-tok477i52q] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 2rem;
    color: #e1ff67;
}

.nz-logo[b-tok477i52q] {
    font-size: 1.25rem;
}

.header-actions[b-tok477i52q] {
    display: flex;
    justify-content: space-between;
    padding: 24px 64px;
}

.fab[b-tok477i52q] {
    background: #e1ff67 !important;
    color: #142545;
    border: none;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgb(228 255 0 / 36%);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

    .fab:hover[b-tok477i52q] {
        transform: translateY(-2px);
        background: #0c3b75;
        box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    }

    .fab:active[b-tok477i52q] {
        transform: translateY(0);
    }

.banner[b-tok477i52q] {
    padding: 3px;
    text-align: center;
    vertical-align: central;
    background-color: var(--nz-highlight);
    color:var(--nz-background);
    font-size: 1em;
    margin:auto;
    width:60%;
}

.banner .btn[b-tok477i52q] {
    margin-left:1em;
    vertical-align: baseline;
    padding:2px;
}
.bottom[b-tok477i52q] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 32px;
}
.legends[b-tok477i52q] {
    width: 20%;
}
.legend[b-tok477i52q] {
    color:lightgray;
    padding:5px;
    display: flex;
    flex-direction:row;
    justify-content:start;
    align-items:center;
    gap:1em;
}

.color-mine[b-tok477i52q] {
    width: 20px;
    height: 15px;
    background-color: var(--nz-highlight);
}

.color-other[b-tok477i52q] {
    width: 20px;
    height: 15px;
    background-color: var(--nz-primary);
}
/* /Pages/PasswordManager/Secrets.razor.rz.scp.css */
.home[b-tf312g6ok0] {
    display: flex;
    gap: 24px;
    min-height: 100vh;
    padding: 32px;
    background: #142545;
}

.sidebar_folder[b-tf312g6ok0] {
    flex: 0 0 280px;
}

.content-container[b-tf312g6ok0] {
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}



.page-header[b-tf312g6ok0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.page-title-wrap[b-tf312g6ok0] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.page-icon[b-tf312g6ok0] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #e1ff67, #e1ff67);
    color: #142545;
    box-shadow: 0 10px 30px rgba(15, 73, 238, 0.22);
}

    .page-icon .material-symbols-outlined[b-tf312g6ok0] {
        font-size: 28px;
    }

.page-title-wrap h1[b-tf312g6ok0] {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #e1ff67;
}

.page-title-wrap p[b-tf312g6ok0] {
    margin: 4px 0 0;
    color: #8fa0bf;
    font-size: 0.95rem;
}

.header-actions[b-tf312g6ok0] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.search-shell[b-tf312g6ok0] {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 300px;
}

.search-icon[b-tf312g6ok0] {
    position: absolute;
    left: 14px;
    font-size: 20px;
    color: #72809d;
    pointer-events: none;
}

.search-input[b-tf312g6ok0] {
    width: 100%;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #d7dfec;
    padding: 0.8rem 0.95rem 0.8rem 44px;
    background: rgba(255, 255, 255, 0.92);
    color: #142545;
    box-shadow: none;
    transition: all 0.2s ease;
}

    .search-input:focus[b-tf312g6ok0] {
        outline: none;
        border-color: #0f49ee;
        box-shadow: 0 0 0 4px rgba(15, 73, 238, 0.12);
    }

    .search-input[b-tf312g6ok0]::placeholder {
        color: #8b98b3;
    }

.nz-button[b-tf312g6ok0] {
    height: 48px;
    border-radius: 14px;
    border: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    background: linear-gradient(135deg, #0f49ee, #12357a);
    color: #fff;
    box-shadow: 0 10px 22px rgba(15, 73, 238, 0.22);
    transition: all 0.2s ease;
    cursor: pointer;
}

    .nz-button:hover[b-tf312g6ok0] {
        transform: translateY(-1px);
    }

.icon-button[b-tf312g6ok0] {
    min-width: 190px;
}

.passwords-section[b-tf312g6ok0] {
    margin-top: 10px;
    display: flex;
    min-height: 0;
}

.state-card[b-tf312g6ok0] {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-radius: 22px;
    border: 1px solid rgba(20, 37, 69, 0.08);
    box-shadow: 0 12px 35px rgba(20, 37, 69, 0.08);
    padding: 32px 24px;
}

.loading-state[b-tf312g6ok0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #33415c;
}

.error-state h3[b-tf312g6ok0],
.empty-state-panel h3[b-tf312g6ok0] {
    margin: 0 0 10px;
    font-size: 1.2rem;
    color: #142545;
}

.error-state p[b-tf312g6ok0],
.empty-state-panel p[b-tf312g6ok0] {
    margin: 0;
    color: #72809d;
}

.empty-state-panel[b-tf312g6ok0] {
    text-align: center;
    display: grid;
    gap: 14px;
    justify-items: center;
}

.empty-icon-wrap[b-tf312g6ok0] {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #e1ff67, #d7f75c);
    color: #142545;
}

    .empty-icon-wrap .material-symbols-outlined[b-tf312g6ok0] {
        font-size: 32px;
    }

.spinner[b-tf312g6ok0] {
    width: 32px;
    height: 32px;
    border: 3px solid #dfe7f3;
    border-top: 3px solid #0f49ee;
    border-radius: 50%;
    animation: spin-b-tf312g6ok0 1s linear infinite;
}

@keyframes spin-b-tf312g6ok0 {
    to {
        transform: rotate(360deg);
    }
}

.nz-modal-backdrop[b-tf312g6ok0] {
    position: fixed;
    inset: 0;
    padding: 2rem;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    background: rgba(8, 16, 36, 0.6);
    backdrop-filter: blur(8px);
    z-index: 9999;
}

.nz-modal[b-tf312g6ok0] {
    position: relative;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-radius: 22px;
    border: 1px solid rgba(20, 37, 69, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    width: min(680px, 92vw);
    max-height: calc(100svh - 4rem);
    overflow: auto;
    padding: 0;
    animation: modalZoomIn-b-tf312g6ok0 .35s cubic-bezier(.16,1,.3,1);
}

.nz-modal-shell[b-tf312g6ok0] {
    padding: 0;
    overflow: hidden;
}

.nz-modal-header[b-tf312g6ok0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(20, 37, 69, 0.08);
    background: linear-gradient(180deg, rgba(15, 73, 238, 0.05), rgba(15, 73, 238, 0));
}

    .nz-modal-header h3[b-tf312g6ok0] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
        color: #142545;
    }

.nz-modal-content[b-tf312g6ok0] {
    padding: 22px;
}

.nz-modal-detail[b-tf312g6ok0] {
    width: min(760px, 92vw);
}

.delete-modal[b-tf312g6ok0] {
    width: min(460px, 92vw);
}


@keyframes modalZoomIn-b-tf312g6ok0 {
    0% {
        opacity: 0;
        transform: scale(.92);
    }

    60% {
        opacity: 1;
        transform: scale(1.02);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.form-grid[b-tf312g6ok0] {
    display: grid;
    gap: 16px;
}

.form-group[b-tf312g6ok0] {
    display: flex;
    flex-direction: column;
}

    .form-label[b-tf312g6ok0],
    .form-group label[b-tf312g6ok0] {
        margin-bottom: 8px;
        font-weight: 600;
        color: #33415c;
        font-size: 0.92rem;
    }

.form-input[b-tf312g6ok0],
.nz-input[b-tf312g6ok0] {
    border-radius: 14px;
    border: 1px solid #d7dfec;
    padding: 0.8rem 0.95rem;
    background: #fff;
    font-size: 1rem;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

    .form-input:focus[b-tf312g6ok0],
    .nz-input:focus[b-tf312g6ok0] {
        outline: none;
        border-color: #0f49ee;
        box-shadow: 0 0 0 4px rgba(15, 73, 238, 0.12) !important;
    }

    .form-input[b-tf312g6ok0]::placeholder,
    .nz-input[b-tf312g6ok0]::placeholder {
        color: #97a4bc;
    }

.password-input-container[b-tf312g6ok0] {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-input-container .form-input[b-tf312g6ok0] {
        width: 100%;
        padding-right: 96px;
    }

.password-toggle[b-tf312g6ok0],
.generate-password[b-tf312g6ok0] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f3f7fd;
    border: 1px solid #dce6f3;
    color: #33415c;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    transition: all 0.2s ease;
}

    .password-toggle:hover[b-tf312g6ok0],
    .generate-password:hover[b-tf312g6ok0] {
        background: #eaf1fb;
    }

.password-toggle[b-tf312g6ok0] {
    right: 46px;
}

.generate-password[b-tf312g6ok0] {
    right: 8px;
}

.password-strength[b-tf312g6ok0] {
    margin-top: 8px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #72809d;
}

.strength-schwach[b-tf312g6ok0] {
    color: #dc3545;
    font-weight: 700;
}

.strength-mittel[b-tf312g6ok0] {
    color: #b38400;
    font-weight: 700;
}

.strength-stark[b-tf312g6ok0] {
    color: #198754;
    font-weight: 700;
}

.modal-actions[b-tf312g6ok0] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #e9eef6;
}

.btn-soft[b-tf312g6ok0] {
    height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid #d7dfec;
    background: #f7f9fc;
    color: #33415c;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-soft:hover[b-tf312g6ok0] {
        background: #eef3f9;
    }

.btn-danger-modern[b-tf312g6ok0] {
    height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(135deg, #dc3545, #b42331);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(220, 53, 69, 0.22);
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-danger-modern:hover[b-tf312g6ok0] {
        transform: translateY(-1px);
    }

.warning-text[b-tf312g6ok0] {
    color: #b42331;
    font-size: 0.92rem;
    margin: 8px 0 0;
}

.validation-summary[b-tf312g6ok0] {
    background: #fff3f3;
    color: #8f1d1d;
    padding: 14px 16px;
    border-radius: 14px;
    margin-bottom: 16px;
    border: 1px solid #f3c9c9;
}

    .validation-summary ul[b-tf312g6ok0] {
        margin: 0;
        padding-left: 18px;
    }

.share-type-toggle[b-tf312g6ok0] {
    display: flex;
    background: #f0f4fa;
    border-radius: 14px;
    padding: 4px;
    gap: 4px;
}

.share-type-btn[b-tf312g6ok0] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #72809d;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .share-type-btn.active[b-tf312g6ok0] {
        background: #fff;
        color: #0f49ee;
        box-shadow: 0 2px 8px rgba(20, 37, 69, 0.1);
    }

    .share-type-btn .material-symbols-outlined[b-tf312g6ok0] {
        font-size: 18px;
    }

.share-selected-chip[b-tf312g6ok0] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0f49ee;
    font-weight: 600;
    font-size: 0.9rem;
}

    .share-selected-chip .material-symbols-outlined[b-tf312g6ok0] {
        font-size: 16px;
        background: rgba(15, 73, 238, 0.1);
        border-radius: 6px;
        padding: 2px;
    }

.typeahead-input[b-tf312g6ok0]  input,
.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__input,
.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__input-mask {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #d7dfec;
    padding: 0.82rem 0.95rem;
    background: #fff;
    color: #1b2a4a;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

.typeahead-input[b-tf312g6ok0]  input:focus,
.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__input:focus,
.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__input-mask:focus {
        outline: none;
        border-color: #0f49ee;
        box-shadow: 0 0 0 4px rgba(15, 73, 238, 0.12) !important;
    }

.typeahead-input[b-tf312g6ok0]  .blazored-typeahead {
    width: 100%;
}

.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__results {
    margin-top: 8px;
    border: 1px solid #d7dfec;
    border-radius: 14px;
    background: #fcfdff;
    box-shadow: 0 14px 32px rgba(20, 37, 69, 0.14);
    overflow: hidden;
    max-height: 280px;
    overflow-y: auto;
}

.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__result {
    padding: 6px;
    border-bottom: 1px solid #edf2fa;
}

.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__result:last-child {
        border-bottom: 0;
}

.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__result:hover,
.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__result--selected {
    background: #eef4ff;
}

.share-suggest-item[b-tf312g6ok0] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    transition: background 0.15s ease;
    line-height: 1.15;
}

.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__result:hover .share-suggest-item,
.typeahead-input[b-tf312g6ok0]  .blazored-typeahead__result--selected .share-suggest-item {
    background: #e9f1ff;
}

.share-suggest-icon[b-tf312g6ok0] {
    font-size: 20px;
    color: #0f49ee;
    background: rgba(15, 73, 238, 0.1);
    border-radius: 10px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
}

.share-suggest-text[b-tf312g6ok0] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    white-space: normal;
    overflow: hidden;
}

.share-suggest-title[b-tf312g6ok0] {
    color: #1b2a4a;
    font-weight: 600;
    line-height: 1.2;
}

.share-suggest-subtitle[b-tf312g6ok0] {
    color: #72809d;
    font-size: 0.78rem;
    line-height: 1.2;
}

.password-toggle .material-symbols-outlined[b-tf312g6ok0],
.generate-password .material-symbols-outlined[b-tf312g6ok0] {
    font-size: 18px;
}

.pointer-events-none[b-tf312g6ok0] {
    pointer-events: none;
}

.opacity-0[b-tf312g6ok0] {
    opacity: 0;
}

@media (max-width: 1200px) {
    .home[b-tf312g6ok0] {
        grid-template-columns: 1fr;
        display: block;
        padding: 24px;
    }

    .sidebar_folder[b-tf312g6ok0] {
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .home[b-tf312g6ok0] {
        padding: 20px;
    }

    .page-header[b-tf312g6ok0] {
        align-items: stretch;
    }

    .header-actions[b-tf312g6ok0] {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .search-shell[b-tf312g6ok0] {
        min-width: unset;
        width: 100%;
    }

    .icon-button[b-tf312g6ok0] {
        width: 100%;
    }

    .modal[b-tf312g6ok0] {
        width: 95vw;
    }

    .modal-actions[b-tf312g6ok0] {
        flex-direction: column;
    }
}
/* /Pages/Potentialanalyse/Index.razor.rz.scp.css */
h1[b-rnxpuvlwzt] {
    color: #142545;
    background-color: #E1FF67;
    padding: .5vh;
    display: inline;
    text-align: center;
    font-weight: bold;
}


.Title[b-rnxpuvlwzt] {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 2%;
    font-weight: bolder;
    font-family: 'AptosBold', sans-serif;
}

.middle[b-rnxpuvlwzt] {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 80%;
    align-self: center;
    min-height: 50%;
    flex-wrap: nowrap;
    margin: 16px 0px;
}

    .middle[class~="0"][b-rnxpuvlwzt],
    .middle[class~="4"][b-rnxpuvlwzt] {
        padding: 100px 0;
        gap: 32px;
        justify-content: flex-start;
    }

    .middle[class~="1"][b-rnxpuvlwzt],
    .middle[class~="2"][b-rnxpuvlwzt],
    .middle[class~="3"][b-rnxpuvlwzt] {
        margin: 0px 0px;
        display: grid;
        grid-auto-rows: 1fr;
        justify-content: stretch;
    }

.footnote[b-rnxpuvlwzt] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    bottom: 0;
    align-self: center;
    cursor: pointer;
}

.footnoteText[b-rnxpuvlwzt] {
    margin: 0px;
}

.leftright[b-rnxpuvlwzt] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 30px;
    position: relative;
    margin-bottom: 20px;
    align-items: flex-end;
}

.Buttons[b-rnxpuvlwzt] {
    padding-bottom: 40px;
}

    .Buttons > .Button[b-rnxpuvlwzt] {
        width: 50%;
        margin: auto;
        position: absolute;
        top: 60%;
        left: 20%;
        right: 20%;
        cursor: pointer;
    }

.leftright > .Button[b-rnxpuvlwzt] {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    color: black;
    border: 2px solid black;
    background: #E1FF67;
    cursor: pointer;
}
/* /Pages/Potentialanalyse/Index2.razor.rz.scp.css */
h1[b-zs6olbleml] {
    color: #142545;
    background-color: #E1FF67;
    padding: .5vh;
    display: inline;
    text-align: center;
    font-weight: bold;
}


.popup-overlay[b-zs6olbleml] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content[b-zs6olbleml] {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

    .popup-content button[b-zs6olbleml] {
        margin: 10px;
    }


.dashboard[b-zs6olbleml] {
    background-color: #0f1d3d;
    color: white;
    font-family: "Aptos", sans-serif;
    display: flex;
    justify-content: center;
    margin: 0;
    text-align: left;
    font-size: 1.4vh;
    height: 100%;
}

.test[b-zs6olbleml]{
    flex: 1;
}

.leftside[b-zs6olbleml] {
    width: 58%;
    padding: 2.5vh;
    padding-right: 1vh;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 7vh;
}

.loading[b-zs6olbleml] {
    margin: auto;
}

.headline[b-zs6olbleml] {
    font-size: 4vh;
    margin: .5vh 0;
    color: white;
    display: block;
    background-color: #0f1d3d;
    font-weight: bolder;
    font-family: 'AptosBold', sans-serif;
}

.headnote-logo[b-zs6olbleml] {
    height: 2vh;
    margin-top: 0.2vh;
    width: auto;
}

.headnote-title[b-zs6olbleml] {
    color: white;
    font-weight: normal;
    font-size: 1.5vh;
}

.rightside[b-zs6olbleml] {
    width: 42%;
    height: 100%;
    margin-left: 0.3vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.usecases[b-zs6olbleml] {
    background-color: #0F49EE;
    padding-left: 1.5vh;
    padding-right: 2.5vh;
    height: 68%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2.4vh;
    gap: 8px;
    padding-bottom: 10px;
}

    .usecases .headernote[b-zs6olbleml] {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

.usecase-title[b-zs6olbleml] {
    font-weight: bolder;
    font-family: 'AptosBold', sans-serif;
    font-size: 1.5vh;
    margin-top: 0.2vh;
}

.usecase-desc[b-zs6olbleml] {
    padding: 0.5vh 0;
    font-weight: normal;
    text-align: justify;
}

.usecase-card[b-zs6olbleml] {
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: flex-start;
    justify-items: stretch;
    gap: 32px;
}

.usecase-img[b-zs6olbleml] {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.usecase-text[b-zs6olbleml] {
    width: 100%;
}

.usecase-claim[b-zs6olbleml] {
    font-size: 1.7vh;
    display: inline-block;
    padding: .6vh .2vh;
    font-family: 'AptosBold', sans-serif;
    font-weight: bolder;
    line-height: normal;
    top: -10px;
}

.headnote[b-zs6olbleml] {
    cursor: pointer;
    display: flex;
    gap: 2vh;
    font-size: 1.4vh;
    margin-bottom: 7vh;
}

.logo[b-zs6olbleml] {
    width: 120px;
}


.Title[b-zs6olbleml] {
    font-size: 2.5vh;
    font-weight: bolder;
}

.subTitle[b-zs6olbleml] {
    font-size: 1.8vh;
    font-weight: normal;
    color: white;
    margin: 0;
    width: 85%;
    text-align: justify;
}

.subTitleRight[b-zs6olbleml] {
    line-height: normal;
    font-size: 1.5vh;
    font-weight: normal;
    color: white;
    margin: 0;
    width: 85%;
    text-align: justify;
}

.cards[b-zs6olbleml] {
    display: flex;
    flex-direction: column;
    font-weight: normal;
    gap: 8px;
    justify-content: space-between;
}

.small-text[b-zs6olbleml] {
    font-size: 1.3vh;
    font-weight: normal;
    text-align: justify;
}

.subTitle strong[b-zs6olbleml] {
    font-weight: 700;
    color: white;
}

.recommendation[b-zs6olbleml] {
    background-color: #E1FF67;
    color: #0f1d3d;
    margin-left: 0;
    height: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5vh;
    padding-left: 1.5vh;
    flex: 1.5;
}

.recom-img[b-zs6olbleml] {
    height: 8vh;
}

.recommendation-group[b-zs6olbleml] {
    display: flex;
    flex-direction: row;
    gap: 2vh;
}

.recom-title[b-zs6olbleml] {
    font-size: 2.3vh !important;
    font-weight: bolder;
    font-family: 'AptosBold', sans-serif;
}

.recom-text[b-zs6olbleml] {
    top: -4px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: justify;
    font-weight: normal;
    font-size: 1.5vh;
}

.Mail[b-zs6olbleml] {
    display: flex;
    align-items: center;
}

.potential-card[b-zs6olbleml] {
    height: 350px;
}

.text[b-zs6olbleml] {
    padding-left: 1vh;
    font-size: 1.5vh;
}

.ButtonMail[b-zs6olbleml] {
    display: flex;
    align-items: center;
    background-color: #0f1d3d;
    color: white;
    font-size: 1.8vh;
    font-weight: 400;
    padding: 0.5vh 5vh;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
}

.mail-text[b-zs6olbleml] {
    font-weight: bold;
    text-align: center;
}

.icon[b-zs6olbleml] {
    width: 4vh;
    height: 4vh;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4vh;
    color: #ecff69;
}

.references[b-zs6olbleml] {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0px 20px;
}

.image[b-zs6olbleml] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 50px;
}

.card-image[b-zs6olbleml] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* /Pages/Potentialanalyse/Index3.razor.rz.scp.css */
h1[b-o5fo313ryh] {
    color: #142545;
    background-color: #E1FF67;
    padding: .5vh;
    display: inline;
    text-align: center;
    font-weight: bold;
}


.popup-overlay[b-o5fo313ryh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content[b-o5fo313ryh] {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

    .popup-content button[b-o5fo313ryh] {
        margin: 10px;
    }


.Title[b-o5fo313ryh] {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 3%;
    margin-bottom:2%;
}

.middle[b-o5fo313ryh] {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-self: center;
    min-height: 50%;
    flex-wrap: nowrap;
    margin: 16px 0px;
    margin-top: 100px;
    gap: 32px;
    justify-content: flex-start;
}

.disclaimer[b-o5fo313ryh] {
    color: white;
    font-size: smaller;
    padding-top: 20px;
    font-weight: normal;
    padding-left: 20px;
}

.footnote[b-o5fo313ryh] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    bottom: 0;
    align-self: center;
    cursor: pointer;
}

.footnoteText[b-o5fo313ryh] {
    margin: 0px;
}


.Button[b-o5fo313ryh] {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 60%;
    left: 20%;
    right: 20%;
    cursor: pointer;
}
/* /Pages/Potentialanalyse/Index4.razor.rz.scp.css */
h1[b-ymqkee37dm] {
    color: #142545;
    background-color: #E1FF67;
    padding: .5vh;
    display: inline;
    text-align: center;
    font-weight: bold;
}

.Title[b-ymqkee37dm] {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 15%;
    margin-bottom:2%;
}

.middle[b-ymqkee37dm] {
    display: flex;
    flex-direction: column;
    width: 95%;
    align-self: center;
    gap: 16px;
    min-height: 50%;
    justify-content: center;
    padding-bottom: 200px;
}

.footnote[b-ymqkee37dm] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    bottom: 0;
    align-self: center;
    cursor: pointer;
}

.footnoteText[b-ymqkee37dm] {
    margin: 0px;
}

.middle p[b-ymqkee37dm] {
    color: white;
    margin: auto;
}

.Button[b-ymqkee37dm] {
    width: 300px;
    margin: auto;
    position: absolute;
    top: 70%;
    left: 20%;
    right: 20%;
    cursor:pointer;
}
/* /Shared/FeedbackTile.razor.rz.scp.css */
.feedback-card[b-vj4w6fsfi8] {
    background: #202e53;
    backdrop-filter: blur(8px);
    border-radius: 22px;
    border: 1px solid rgba(20, 37, 69, 0.08);
    box-shadow: 0 12px 35px rgba(20, 37, 69, 0.08);
    overflow: hidden;
    width: 100%;
}

.feedback-card-content[b-vj4w6fsfi8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 24px;
    flex-wrap: wrap;
}

.feedback-card-left[b-vj4w6fsfi8] {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    flex: 1;
}

.feedback-icon[b-vj4w6fsfi8] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #e1ff67, #e1ff67);
    color: #142545;
    box-shadow: 0 10px 30px rgba(15, 73, 238, 0.16);
    flex-shrink: 0;
}

    .feedback-icon .material-symbols-outlined[b-vj4w6fsfi8] {
        font-size: 28px;
    }

.feedback-text[b-vj4w6fsfi8] {
    min-width: 0;
}

.feedback-title[b-vj4w6fsfi8] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: white;
}

.feedback-subtitle[b-vj4w6fsfi8] {
    margin: 6px 0 0;
    font-size: 0.95rem;
    color: #72809d;
    line-height: 1.5;
}

.feedback-button[b-vj4w6fsfi8] {
    height: 48px;
    border-radius: 14px;
    border: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #0f49ee, #12357a);
    box-shadow: 0 10px 22px rgba(15, 73, 238, 0.22);
    color: white;
    padding: 0 18px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .feedback-button:hover[b-vj4w6fsfi8] {
        transform: translateY(-1px);
    }

@media (max-width: 768px) {
    .feedback-card-content[b-vj4w6fsfi8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .feedback-card-left[b-vj4w6fsfi8] {
        align-items: flex-start;
    }

    .feedback-button[b-vj4w6fsfi8] {
        width: 100%;
    }
}
/* /Shared/PasswordManager/DetailedPasswordCard.razor.rz.scp.css */
.secret-detail[b-2nw4m40br3] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 22px;
}

.secret-detail-top[b-2nw4m40br3] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.secret-detail-title-wrap[b-2nw4m40br3] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.secret-detail-icon[b-2nw4m40br3] {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: rgba(15, 73, 238, 0.08);
    color: #12357a;
    flex: 0 0 auto;
}

    .secret-detail-icon .material-symbols-outlined[b-2nw4m40br3] {
        font-size: 24px;
    }

.secret-detail-heading[b-2nw4m40br3] {
    min-width: 0;
    flex: 1;
}

    .secret-detail-heading h4[b-2nw4m40br3] {
        margin: 0 0 10px;
        font-size: 1.2rem;
        font-weight: 800;
        color: #142545;
        word-break: break-word;
    }

.secret-detail-meta[b-2nw4m40br3] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-badge[b-2nw4m40br3] {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shared-badge[b-2nw4m40br3] {
    background: rgba(225, 255, 103, 0.22);
    color: #516100;
}

.detail-meta-chip[b-2nw4m40br3] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f5f8fe;
    border: 1px solid #e4eaf5;
    color: #5e6e8c;
    font-size: 0.82rem;
    max-width: 100%;
}

    .detail-meta-chip .material-symbols-outlined[b-2nw4m40br3] {
        font-size: 16px;
    }

.detail-link-chip[b-2nw4m40br3] {
    text-decoration: none;
    color: #0f49ee;
    transition: all 0.2s ease;
}

    .detail-link-chip:hover[b-2nw4m40br3] {
        background: #eef4ff;
        color: #12357a;
    }

.detail-info-card[b-2nw4m40br3] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fbff;
    border: 1px solid #e4eaf5;
    border-radius: 18px;
    padding: 14px 16px;
}

.detail-info-icon[b-2nw4m40br3] {
    font-size: 20px;
    color: #72809d;
    flex: 0 0 auto;
}

.detail-info-content[b-2nw4m40br3] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.detail-info-label[b-2nw4m40br3] {
    font-size: 0.8rem;
    color: #72809d;
    margin-bottom: 4px;
}

.detail-info-value[b-2nw4m40br3] {
    color: #142545;
    font-weight: 600;
    word-break: break-word;
}

.detail-actions-panel[b-2nw4m40br3],
.detail-share-panel[b-2nw4m40br3] {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    border-radius: 22px;
    border: 1px solid rgba(20, 37, 69, 0.08);
    box-shadow: 0 12px 35px rgba(20, 37, 69, 0.06);
    overflow: hidden;
}

.detail-actions[b-2nw4m40br3] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px;
}

.detail-action-btn[b-2nw4m40br3] {
    height: 44px;
    border-radius: 14px;
    border: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .detail-action-btn:hover[b-2nw4m40br3] {
        transform: translateY(-1px);
    }

    .detail-action-btn.primary[b-2nw4m40br3] {
        background: linear-gradient(135deg, #0f49ee, #12357a);
        color: #fff;
        box-shadow: 0 10px 22px rgba(15, 73, 238, 0.22);
    }

    .detail-action-btn.secondary[b-2nw4m40br3] {
        background: #f5f8fe;
        color: #33415c;
        border: 1px solid #e4eaf5;
    }

        .detail-action-btn.secondary:hover[b-2nw4m40br3] {
            background: #eef3fb;
        }

    .detail-action-btn.danger[b-2nw4m40br3] {
        background: linear-gradient(135deg, #dc3545, #b42331);
        color: #fff;
        box-shadow: 0 10px 22px rgba(220, 53, 69, 0.18);
    }

    .detail-action-btn .material-symbols-outlined[b-2nw4m40br3] {
        font-size: 18px;
    }

.detail-panel-header[b-2nw4m40br3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(20, 37, 69, 0.08);
    background: linear-gradient(180deg, rgba(15, 73, 238, 0.05), rgba(15, 73, 238, 0));
}

    .detail-panel-header h5[b-2nw4m40br3] {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
        color: #142545;
    }

    .detail-panel-header span[b-2nw4m40br3] {
        color: #72809d;
        font-size: 0.9rem;
    }

.shared-user-chip-list[b-2nw4m40br3] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px;
}

.shared-user-chip[b-2nw4m40br3] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 6px 8px 6px 14px;
    border-radius: 999px;
    background: #f5f8fe;
    border: 1px solid #e4eaf5;
    color: #33415c;
    max-width: 100%;
}

.shared-user-name[b-2nw4m40br3] {
    font-weight: 600;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chip-remove[b-2nw4m40br3] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: none;
    background: #e9eef8;
    color: #5b6780;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 0 0 auto;
}

    .chip-remove:hover[b-2nw4m40br3] {
        background: #dfe8f7;
        color: #142545;
    }

    .chip-remove .material-symbols-outlined[b-2nw4m40br3] {
        font-size: 18px;
    }

.detail-empty-note[b-2nw4m40br3] {
    padding: 18px 22px 22px;
    color: #72809d;
}

.share-loading-list[b-2nw4m40br3] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px;
}

.skeleton-chip[b-2nw4m40br3] {
    height: 40px;
    width: 180px;
    border-radius: 999px;
    background: linear-gradient(90deg, #eef3fb 25%, #f8fbff 50%, #eef3fb 75%);
    background-size: 200% 100%;
    animation: shimmer-b-2nw4m40br3 1.4s infinite linear;
}

    .skeleton-chip.short[b-2nw4m40br3] {
        width: 120px;
    }

    .skeleton-chip.medium[b-2nw4m40br3] {
        width: 150px;
    }

.copied-indicator[b-2nw4m40br3] {
    color: #e1ff67;
}

.dialog-actions[b-2nw4m40br3] {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px;
}

@keyframes shimmer-b-2nw4m40br3 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 768px) {
    .secret-detail[b-2nw4m40br3] {
        padding: 18px;
        gap: 16px;
    }

    .secret-detail-title-wrap[b-2nw4m40br3] {
        flex-direction: column;
    }

    .detail-actions[b-2nw4m40br3] {
        flex-direction: column;
    }

    .detail-action-btn[b-2nw4m40br3] {
        width: 100%;
    }

    .shared-user-name[b-2nw4m40br3] {
        max-width: 160px;
    }
}
/* /Shared/PasswordManager/NZSidebar.razor.rz.scp.css */
.nz-sidebar[b-zj9gp2tmtk] {
    width: 100%;
}

.nz-sidebar-card[b-zj9gp2tmtk] {
    background: #202e53;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 30px rgba(20, 37, 69, 0.12);
    padding: 18px;
}

.nz-sidebar-header[b-zj9gp2tmtk] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nz-sidebar-icon[b-zj9gp2tmtk] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(142, 167, 237, 0.12);
    color: #ededed;
    flex: 0 0 auto;
}

    .nz-sidebar-icon .material-symbols-outlined[b-zj9gp2tmtk] {
        font-size: 22px;
    }

.nz-sidebar-title-wrap h3[b-zj9gp2tmtk] {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
}

.nz-sidebar-title-wrap p[b-zj9gp2tmtk] {
    margin: 4px 0 0;
    color: #8fa0bf;
    font-size: 0.84rem;
}

.nz-nav[b-zj9gp2tmtk] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nz-link[b-zj9gp2tmtk] {
    width: 100%;
    min-height: 48px;
    text-align: left;
    background: transparent;
    border: 1px solid transparent;
    padding: 10px 12px;
    border-radius: 16px;
    color: #f3f6fc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    transition: all 0.22s ease;
}

    .nz-link:hover[b-zj9gp2tmtk] {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.06);
        transform: translateY(-1px);
    }

    .nz-link.active[b-zj9gp2tmtk] {
        background: linear-gradient(135deg, #0f49ee 0%, #12357a 100%);
        border-color: transparent;
        box-shadow: 0 12px 24px rgba(15, 73, 238, 0.22);
    }

.nz-link-left[b-zj9gp2tmtk] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-weight: 600;
}

    .nz-link-left .material-symbols-outlined[b-zj9gp2tmtk] {
        font-size: 20px;
        color: #dfe7f6;
    }

.nz-link.active .nz-link-left .material-symbols-outlined[b-zj9gp2tmtk] {
    color: #ffffff;
}

.nz-count[b-zj9gp2tmtk] {
    min-width: 32px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #d7e1f3;
    font-size: 0.78rem;
    font-weight: 700;
    flex: 0 0 auto;
}

.nz-link.active .nz-count[b-zj9gp2tmtk] {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.nz-link:focus-visible[b-zj9gp2tmtk] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(225, 255, 103, 0.12);
    border-color: rgba(225, 255, 103, 0.4);
}

@media (max-width: 1200px) {
    .nz-sidebar-card[b-zj9gp2tmtk] {
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .nz-sidebar-header[b-zj9gp2tmtk] {
        margin-bottom: 14px;
        padding-bottom: 14px;
    }

    .nz-link[b-zj9gp2tmtk] {
        min-height: 44px;
        padding: 10px 12px;
    }
}
/* /Shared/PasswordManager/PasswordCard.razor.rz.scp.css */
.password-card-grid[b-6u92b6yqm0] {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 2rem;
    overflow-y: auto;
    padding-right: 4px;
}

.password-card[b-6u92b6yqm0] {
    text-align: left;
    background: #202e53;
    border-radius: 20px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #ffffff;
    transition: all 0.25s ease;
    box-shadow: 0 10px 30px rgba(20, 37, 69, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
    outline: none;
    min-width: 0;
}

    .password-card:hover[b-6u92b6yqm0] {
        transform: translateY(-4px);
        box-shadow: 0 16px 35px rgba(20, 37, 69, 0.18);
        border-color: rgba(15, 73, 238, 0.35);
    }

    .password-card:focus-visible[b-6u92b6yqm0] {
        border-color: rgba(225, 255, 103, 0.7);
        box-shadow: 0 0 0 4px rgba(225, 255, 103, 0.12);
    }

    .password-card.is-shared[b-6u92b6yqm0] {
        background: linear-gradient(135deg, #22345f 0%, #1b2948 100%);
    }

.password-card-top[b-6u92b6yqm0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.password-card-icon[b-6u92b6yqm0] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(142, 167, 237, 0.12);
    color: #ededed;
    flex: 0 0 auto;
}

    .password-card-icon .material-symbols-outlined[b-6u92b6yqm0] {
        font-size: 22px;
    }

.password-card-top-actions[b-6u92b6yqm0] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.secret-badge[b-6u92b6yqm0] {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shared-badge[b-6u92b6yqm0] {
    background: rgba(225, 255, 103, 0.16);
    color: #e1ff67;
}

.password-card-content[b-6u92b6yqm0] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.password-card-title[b-6u92b6yqm0] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    word-break: break-word;
}

.password-card-meta[b-6u92b6yqm0] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.meta-chip[b-6u92b6yqm0] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #b7c4df;
    font-size: 0.82rem;
    max-width: 100%;
}

    .meta-chip .material-symbols-outlined[b-6u92b6yqm0] {
        font-size: 16px;
    }

.meta-link[b-6u92b6yqm0] {
    text-decoration: none;
    color: #e1ff67;
    transition: all 0.2s ease;
}

    .meta-link:hover[b-6u92b6yqm0] {
        background: rgba(225, 255, 103, 0.12);
        color: #f0ffac;
    }

.credential-row[b-6u92b6yqm0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 10px 12px;
}

.credential-main[b-6u92b6yqm0] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.credential-icon[b-6u92b6yqm0] {
    font-size: 18px;
    color: #8fa0bf;
    flex: 0 0 auto;
}

.credential-text[b-6u92b6yqm0] {
    color: #f3f6fc;
    font-size: 0.95rem;
}

.truncate[b-6u92b6yqm0] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.password-card-footer[b-6u92b6yqm0] {
    margin-top: auto;
    padding-top: 4px;
}

.password-card-actions[b-6u92b6yqm0] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.card-icon-btn[b-6u92b6yqm0] {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 0 0 auto;
}

    .card-icon-btn:hover[b-6u92b6yqm0] {
        transform: translateY(-1px);
        background: rgba(255, 255, 255, 0.14);
        border-color: rgba(255, 255, 255, 0.14);
    }

    .card-icon-btn .material-symbols-outlined[b-6u92b6yqm0] {
        font-size: 20px;
    }

.star-btn[aria-pressed="true"][b-6u92b6yqm0] {
    background: rgba(225, 255, 103, 0.16);
    border-color: rgba(225, 255, 103, 0.28);
    color: #e1ff67;
}

.card-action-btn[b-6u92b6yqm0] {
    height: 42px;
    border-radius: 14px;
    border: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    background: linear-gradient(135deg, #0f49ee, #12357a);
    color: #fff;
    box-shadow: 0 8px 18px rgba(15, 73, 238, 0.2);
    transition: all 0.2s ease;
    cursor: pointer;
}

    .card-action-btn:hover[b-6u92b6yqm0] {
        transform: translateY(-1px);
    }

    .card-action-btn.secondary[b-6u92b6yqm0] {
        background: rgba(255, 255, 255, 0.08);
        box-shadow: none;
        border: 1px solid rgba(255, 255, 255, 0.08);
        color: #f3f6fc;
    }

        .card-action-btn.secondary:hover[b-6u92b6yqm0] {
            background: rgba(255, 255, 255, 0.14);
        }

    .card-action-btn .material-symbols-outlined[b-6u92b6yqm0] {
        font-size: 18px;
    }

.copied-indicator[b-6u92b6yqm0] {
    color: #e1ff67;
    animation: pulse-b-6u92b6yqm0 0.5s ease-in-out;
}

.password-card-empty-state[b-6u92b6yqm0] {
    text-align: center;
    padding: 2rem;
    color: #8fa0bf;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
}

@keyframes pulse-b-6u92b6yqm0 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.12);
    }
}

@media (prefers-reduced-motion: reduce) {
    .password-card[b-6u92b6yqm0],
    .card-icon-btn[b-6u92b6yqm0],
    .card-action-btn[b-6u92b6yqm0],
    .meta-link[b-6u92b6yqm0],
    .copied-indicator[b-6u92b6yqm0] {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 768px) {
    .password-card-grid[b-6u92b6yqm0] {
        grid-template-columns: 1fr;
    }

    .password-card[b-6u92b6yqm0] {
        padding: 1rem;
    }

    .password-card-top[b-6u92b6yqm0] {
        align-items: flex-start;
    }

    .password-card-actions[b-6u92b6yqm0] {
        flex-direction: column;
    }

    .card-action-btn[b-6u92b6yqm0] {
        width: 100%;
    }
}
/* /Shared/Potentialanalyse/ButtonsComponent.razor.rz.scp.css */
span[b-bpuf57p28y] {
    font-size: large;
    padding: 10px 20px;
    width: 50%;
    color: white;
    flex: 1.5;
    text-align: justify;
}

.buttons-group[b-bpuf57p28y] {
    display: flex;
    width: 100%;
    align-items: center;
}

.btn[b-bpuf57p28y] {
    padding: 8px 16px;
    border: 2px solid #ffffff;
    background-color: #142545;
    color: white;
    cursor: pointer;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
}

    .btn:hover[b-bpuf57p28y] {
        background-color: #E1FF67;
        color: black;
    }
    .btn:focus[b-bpuf57p28y] {
        outline: none;
        box-shadow: none;
    }

    .btn.incomplete[b-bpuf57p28y] {
        border: 2px solid red;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        outline: none;
        box-shadow: 0 0 8px red;
    }


.selected[b-bpuf57p28y] {
    background-color: #E1FF67; /* Change this to your desired color */
    color: #142545;
    border-color: #E1FF67;
}



.button-group[b-bpuf57p28y] {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-auto-rows: 1fr;
    flex: 1;
}
/* /Shared/Potentialanalyse/CardComponent.razor.rz.scp.css */
.content[b-70nisp1815] {
    display: flex;
    justify-content: center;
    gap: 0.6vw;
    padding: 0;
    flex: 2;
}

.card[b-70nisp1815] {
    background-color: #142545;
    overflow: hidden;
    text-align: center;
    width: 100%;
    display: flex;
    height: 100%;
    border-radius: 0px;
}

.card-header[b-70nisp1815] {
    border-radius: 0px;
    font-size: 2vh;
    font-weight: bold;
    padding: 1vh;
    color: white;
    background-color: #0F49EE;
}

.card-title:not(.yellow-background) em[b-70nisp1815] {
    all: unset;
}


.card-body[b-70nisp1815] {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.text[b-70nisp1815] {
    border: 1px solid white;
    height: 100%;
}

.card-image[b-70nisp1815] {
    width: 100%;
    height: auto;
    top: -1px;
    position: relative;
}

.card-title[b-70nisp1815] {
    font-size: 2.2vh;
    font-weight: bold;
    padding: 1vh;
    margin:0;
    color: white;
}

.card-text[b-70nisp1815] {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.5vw;
    text-align: justify;
    color: white;
}
/* /Shared/Potentialanalyse/DropDown.razor.rz.scp.css */
.NZ-dropdown[b-46azzqg21g] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

span[b-46azzqg21g] {
    font-size: large;
    padding: 10px 20px;
    width: 50%;
    color: white;
    flex: 1.5;
    text-align: justify;
}

.dropdown-wrapper[b-46azzqg21g] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 1;
}

.dropdown[b-46azzqg21g] {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    padding: 5px 40px;
    font-size: large;
    width: 50%;
    flex: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
}

    .dropdown:focus[b-46azzqg21g] {
        border: 2px solid #E1FF67;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        outline: none;
        box-shadow: 0 0 8px #E1FF67;
    }

    .dropdown.incomplete[b-46azzqg21g] {
        border: 2px solid red;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        outline: none;
        box-shadow: 0 0 8px red;
    }

.dropdown-wrapper[b-46azzqg21g]::after {
    content: "▼";
    font-size: larger;
    color: #ffffff;
    position: absolute;
    pointer-events: none;
    right: 25px;
}

option[b-46azzqg21g] {
    background-color: #142545;
    color: white;
    border: 1px solid white;
    text-align: center;
}
/* /Shared/Potentialanalyse/SliderComponent.razor.rz.scp.css */
.label-content[b-he91ru46cn] {
    color: white;
    font-size: 1.8vh;
    text-align: justify;
    padding-right: 40px;
}
.small-content[b-he91ru46cn] {
    color: white;
    font-size: 1.6vh;
    padding-right: 40px;
    text-align: justify;
}
.slider-group[b-he91ru46cn] {
    display: flex;
    width: 100%;
    align-items: center;
}
.question-group[b-he91ru46cn] {
    width: 50%;
    padding: 10px;
    padding-right: 0;
    flex: 1.5;
}
/* Button Group Container */
.button-group[b-he91ru46cn] {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
    padding: 10px 0px;
    flex: 1;
}
.line[b-he91ru46cn] {
    position: absolute;
    top: 17px;
    left: 12.5%;
    right: 12.5%;
    height: 4px;
    background-color: #fff; /* White line */
    z-index: 1; /* Behind buttons */
    width: auto; /* Match button-group width */
}

    .line.incomplete[b-he91ru46cn] {
        border: 2px solid red;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        outline: none;
        box-shadow: 0 0 8px red;
    }

.wrapper[b-he91ru46cn] {
    display: flex;
    flex-direction: column; /* Button und Label untereinander */
    align-items: center;
    position: relative;
    width: 25%;
    z-index: 2; /* Über der Linie */
    cursor: pointer; /* Zeigt an, dass der gesamte Bereich klickbar ist */
}

.clickable-area[b-he91ru46cn] {
    display: flex;
    flex-direction: column; /* Button und Label untereinander */
    align-items: center;
    cursor: pointer; /* Klickbarer Bereich */
    width: 100%; /* Füllt den Wrapper aus */
}

/* Round Button Style */
.round-button[b-he91ru46cn] {
    width: 15px;
    height: 15px;
    background-color: #fff; /* Default white background */
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: background-color 0.3s;
}

/* Inner Circle for Active State */
    .round-button.incomplete[b-he91ru46cn] {
        background-color: red; /* Greenish color for selected button */
        border: 2px solid red;
        outline: none;
        box-shadow: 0 0 8px red;
    }

/* Active Button */
    .round-button.active[b-he91ru46cn] {
        background-color: #c7ef4f; /* Greenish color for selected button */
        border: none;
    }



/* Labels Style */
.label[b-he91ru46cn] {
    font-weight: normal;
    font-size: medium;
    text-align: center;
    color: #fff; /* Standard weißer Text */
    padding: 2px 5px;
    margin-top: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.active-label[b-he91ru46cn] {
    background-color: #E1FF67; /* Grünlicher Hintergrund für aktives Label */
    color: #142545; /* Dunkler Text für bessere Lesbarkeit */
}

/* Hover Effect */
.round-button:hover[b-he91ru46cn] {
    background-color: #E1FF67;
}
/* /Shared/Potentialanalyse/TextComponent.razor.rz.scp.css */
input[b-z4wfo5wrr1] {
    border: 2px solid white;
    background-color: transparent;
    font-size: large;
    color: white;
    flex: 1;
    text-indent: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0px;
}

    input[b-z4wfo5wrr1]::placeholder {
        color: white;
        opacity: 1;
    }

    input:focus[b-z4wfo5wrr1] {
        border: 2px solid #E1FF67;
        border-radius: 0px;
        outline: none;
        box-shadow: 0 0 8px #E1FF67;
    }

    input.incomplete[b-z4wfo5wrr1] {
        border: 2px solid red;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        outline: none;
        box-shadow: 0 0 8px red;
    }

.input-text[b-z4wfo5wrr1] {
    display: flex;
    width: 100%;
    align-items: center;
}

span[b-z4wfo5wrr1] {
    font-size: large;
    padding: 10px 20px;
    width: 50%;
    color: white;
    flex: 1.56;
    text-align: justify;
}
/* /Shared/UserMenu.razor.rz.scp.css */
.language[b-1a3ekl35wl] {
    display: grid;
}

.Culture[b-1a3ekl35wl] {
    border: 0px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: center;
    background: white;
    padding-left: 16px;
}

    .Culture.active[b-1a3ekl35wl] {
        background: #666464;
    }

.Culture img[b-1a3ekl35wl] {
    height: 24px;
    position: relative;
    width: 24px;
    object-fit: cover;
    margin-right: 16px;
    border-radius: 50%;
}


    .Culture:hover[b-1a3ekl35wl] {
        background: #66646480;
    }


.dropdown[b-1a3ekl35wl] {
    position: relative;
}
.profileHeader[b-1a3ekl35wl] {
    display: flex;
    gap:10px;
}

.dropdown .profile[b-1a3ekl35wl] {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    border: 1px solid;
    margin-right:10px;
}

.profileIcon[b-1a3ekl35wl] {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    object-fit: contain;
}


.dropdown:hover .profile[b-1a3ekl35wl] {
    background: #252C3D;
    color: white;
}

.dropdown:hover .profile.image[b-1a3ekl35wl] {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    color: lightgray;
    transition: all 2s ease;
}

.dropdown:hover .menu[b-1a3ekl35wl] {
    display: block;
}

.hoverLanguage[b-1a3ekl35wl] {
    list-style: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.hoverLanguage:hover .undermenu[b-1a3ekl35wl] {
    display: block;
}

.menu[b-1a3ekl35wl] {
    display: none;
    position: absolute;
    z-index: 500;
    top: -175px;
    background:white;
    transition: 0.5s;
    border: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

    .menu.down[b-1a3ekl35wl] {
        top: 100%
    }

    .menu.up[b-1a3ekl35wl] {
        bottom: 100%;
    }


.menu .undermenu[b-1a3ekl35wl] {
    display: none;
    position: absolute;
    z-index: 500;
    bottom: 0px;
    background:white;
    transition: 0.5s;
    border: 0px;
    width: 200px;
    right: 200px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.menu .undermenu.active[b-1a3ekl35wl] {
    display: block;
}

.menu .hovertransition[b-1a3ekl35wl] {
    width: 85%;
    height: 60px;
    position: absolute;
    bottom: -50px;
}

.menu ul[b-1a3ekl35wl] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0px;
    margin: 0px;
}

.menu li[b-1a3ekl35wl] {
    list-style: none;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.menu li p[b-1a3ekl35wl] {
    color: black;
    padding-top:12px;
    margin-right:20px;
}

.menu li svg[b-1a3ekl35wl] {
    margin-right: 24px;
}

.menu li:hover[b-1a3ekl35wl] {
    cursor: default;
}

.menu .disabled[b-1a3ekl35wl] {
cursor: not-allowed;
       
}
.menu .disabled :hover[b-1a3ekl35wl] {
cursor: not-allowed;
background: initial;
}


.menu .logout[b-1a3ekl35wl] {
height: 44px;
padding-bottom: 8px;
position: relative;
}

.menu .logout p[b-1a3ekl35wl] {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    padding-left: 24px;
    color: black;
}

    .menu .logout:hover[b-1a3ekl35wl] {
        cursor: pointer;
        background: #cc0033;
    }

        .menu .logout:hover p[b-1a3ekl35wl] {
            color: white;
            font-weight: bold;
        }
