/* _content/CallRecorder.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7ad02l4l47] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(165deg, #eef6f8 0%, #f8fafc 55%, #e7edf5 100%);
}

main[b-7ad02l4l47] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-7ad02l4l47] {
    background: linear-gradient(180deg, #0f3557 0%, #114b5f 100%);
}

.top-row[b-7ad02l4l47] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    border-bottom: 1px solid #d3deea;
    background: rgba(15, 53, 87, 0.95);
    color: #f3f8ff;
}

.user-name[b-7ad02l4l47] {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.logout-form[b-7ad02l4l47] {
    margin: 0;
}

.content[b-7ad02l4l47] {
    padding-top: 1.35rem;
    padding-bottom: 2rem;
}

@media (max-width: 640.98px) {
    .top-row[b-7ad02l4l47] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-7ad02l4l47] {
        flex-direction: row;
    }

    .sidebar[b-7ad02l4l47] {
        width: 265px;
        position: sticky;
        top: 0;
        height: 100vh;
    }

    .top-row[b-7ad02l4l47] {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .top-row[b-7ad02l4l47],
    article[b-7ad02l4l47] {
        padding-left: 2rem !important;
        padding-right: 1.75rem !important;
    }
}

#blazor-error-ui[b-7ad02l4l47] {
    background: #ffdbdb;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.2rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-7ad02l4l47] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/CallRecorder.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ea3twxkx86] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255,255,255,0.12);
}

.navbar-toggler:checked[b-ea3twxkx86] {
    background-color: rgba(255, 255, 255, 0.35);
}

.top-row[b-ea3twxkx86] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand[b-ea3twxkx86] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nav-item[b-ea3twxkx86] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

.nav-item:first-of-type[b-ea3twxkx86] {
    padding-top: 0.95rem;
}

.nav-item:last-of-type[b-ea3twxkx86] {
    padding-bottom: 1rem;
}

.nav-item[b-ea3twxkx86]  .nav-link {
    color: #dfeffd;
    border-radius: 0.5rem;
    min-height: 2.85rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    font-weight: 500;
}

.nav-item[b-ea3twxkx86]  a.active {
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

.nav-item[b-ea3twxkx86]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.nav-emoji[b-ea3twxkx86] {
    width: 1.35rem;
    text-align: center;
}

.nav-scrollable[b-ea3twxkx86] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ea3twxkx86] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ea3twxkx86] {
        display: none;
    }

    .nav-scrollable[b-ea3twxkx86] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CallRecorder.Web/Components/Pages/DownloadClient.razor.rz.scp.css */
.download-card[b-dra7swcdld] {
    background: #ffffff;
    border: 1px solid #dbe6f1;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 14px 28px rgba(15, 53, 87, 0.09);
    max-width: 920px;
}

.action-row[b-dra7swcdld] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1rem 0 1.4rem;
}

.download-card h2[b-dra7swcdld] {
    font-size: 1.25rem;
    margin-top: 1.2rem;
}

.download-card pre[b-dra7swcdld] {
    background: #102b42;
    color: #f4fbff;
    padding: 0.85rem 1rem;
    border-radius: 0.6rem;
    overflow-x: auto;
}

.small-note[b-dra7swcdld] {
    color: #425a71;
    margin-top: 0.7rem;
}
/* _content/CallRecorder.Web/Components/Pages/Login.razor.rz.scp.css */
.auth-shell[b-bxa0dtwua8] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 10rem);
}

.auth-panel[b-bxa0dtwua8] {
    width: min(460px, 100%);
    background: #ffffff;
    border: 1px solid #dbe6f1;
    border-radius: 1rem;
    padding: 2rem 1.75rem;
    box-shadow: 0 20px 40px rgba(15, 53, 87, 0.1);
}

.auth-panel h1[b-bxa0dtwua8] {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
}

.auth-panel p[b-bxa0dtwua8] {
    color: #4f667e;
    margin-bottom: 1.4rem;
}

.auth-form .form-label[b-bxa0dtwua8] {
    font-weight: 600;
}
/* _content/CallRecorder.Web/Components/Pages/Recordings.razor.rz.scp.css */
.subtitle[b-hua9gkz0qj] {
    color: #4f667e;
}

.toolbar[b-hua9gkz0qj] {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    flex-wrap: wrap;
}

.filter-input[b-hua9gkz0qj] {
    width: min(380px, 100%);
}

.loading-state[b-hua9gkz0qj],
.empty-state[b-hua9gkz0qj] {
    background: #ffffff;
    border: 1px solid #dbe6f1;
    border-radius: 0.8rem;
    padding: 1rem;
    color: #2b4359;
}

.table-wrap[b-hua9gkz0qj] {
    background: #ffffff;
    border: 1px solid #dbe6f1;
    border-radius: 0.9rem;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 53, 87, 0.08);
}

.player-card[b-hua9gkz0qj] {
    background: #ffffff;
    border: 1px solid #dbe6f1;
    border-radius: 0.9rem;
    padding: 1.25rem;
    box-shadow: 0 10px 24px rgba(15, 53, 87, 0.08);
}

.player-card h2[b-hua9gkz0qj] {
    font-size: 1.35rem;
}

.player-card audio[b-hua9gkz0qj] {
    width: 100%;
    max-width: 640px;
}
