/* _content/Transcriber.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-ji9270nrq4] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8f9fa;
}

.app-main[b-ji9270nrq4] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.app-content[b-ji9270nrq4] {
    flex: 1 1 auto;
    padding: 1.5rem 1rem;
}

#blazor-error-ui[b-ji9270nrq4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ji9270nrq4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Transcriber.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.app-header[b-0d01rxxmyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
    padding: 0 1.25rem;
    background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 100%);
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 1020;
}

.app-header-brand[b-0d01rxxmyv] {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    letter-spacing: 0.02em;
}

    .app-header-brand:hover[b-0d01rxxmyv] {
        color: #f0e6ff;
        text-decoration: none;
    }

.app-header-account[b-0d01rxxmyv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 2.25rem;
    padding: 0 0.75rem;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    transition: background-color 0.15s ease;
}

    .app-header-account:hover[b-0d01rxxmyv],
    .app-header-account:focus[b-0d01rxxmyv] {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.22);
        text-decoration: none;
    }

.app-header-account-label[b-0d01rxxmyv] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.bi[b-0d01rxxmyv] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: cover;
}

.bi-person-circle[b-0d01rxxmyv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.bi-box-arrow-in-right[b-0d01rxxmyv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z'/%3E%3Cpath fill-rule='evenodd' d='M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}
