/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-7uudfdc4kd] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-7uudfdc4kd] {
  color: #0077cc;
}

.btn-primary[b-7uudfdc4kd] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-7uudfdc4kd], .nav-pills .show > .nav-link[b-7uudfdc4kd] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-7uudfdc4kd] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-7uudfdc4kd] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-7uudfdc4kd] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7uudfdc4kd] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-7uudfdc4kd] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Shared/Components/GlobalExceptionBoundary.razor.rz.scp.css */
.global-exception-backdrop[b-kfx3sbihon] {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 3vw, 2.5rem);
    background:
        radial-gradient(circle at 18% 18%, rgba(37, 99, 235, 0.26), transparent 30rem),
        radial-gradient(circle at 82% 8%, rgba(14, 165, 233, 0.2), transparent 28rem),
        linear-gradient(135deg, rgba(2, 6, 23, 0.86), rgba(15, 23, 42, 0.76));
    backdrop-filter: blur(18px) saturate(135%);
}

.global-exception-dialog[b-kfx3sbihon] {
    position: relative;
    width: min(58rem, 100%);
    display: grid;
    grid-template-columns: minmax(11rem, 0.34fr) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.68);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 2rem 5.5rem rgba(2, 6, 23, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.55) inset;
    color: #0f172a;
    isolation: isolate;
}

.global-exception-dialog[b-kfx3sbihon]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 0.32rem;
    background: linear-gradient(90deg, #0f766e, #2563eb, #7c3aed);
    z-index: 2;
}

.global-exception-hero[b-kfx3sbihon] {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.98)),
        radial-gradient(circle at 20% 10%, rgba(59, 130, 246, 0.5), transparent 18rem);
    color: #e2e8f0;
}

.global-exception-hero[b-kfx3sbihon]::after {
    content: "";
    position: absolute;
    right: -3.5rem;
    bottom: -3.5rem;
    width: 10rem;
    height: 10rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

.global-exception-hero i[b-kfx3sbihon] {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(191, 219, 254, 0.28);
    border-radius: 1.35rem;
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.9), rgba(14, 165, 233, 0.7));
    box-shadow: 0 1.2rem 2.2rem rgba(14, 165, 233, 0.24);
    color: #ffffff;
    font-size: 1.8rem;
    z-index: 1;
}

.global-exception-hero[b-kfx3sbihon]::before {
    content: "SyncSure Protection";
    position: relative;
    max-width: 8rem;
    color: #bfdbfe;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-transform: uppercase;
    z-index: 1;
}

.global-exception-content[b-kfx3sbihon] {
    padding: clamp(1.5rem, 3.5vw, 2.4rem);
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.7), rgba(255, 255, 255, 0.96)),
        radial-gradient(circle at 92% 8%, rgba(219, 234, 254, 0.8), transparent 20rem);
}

.global-exception-kicker[b-kfx3sbihon] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.65rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(14, 165, 233, 0.22);
    border-radius: 999px;
    background: rgba(239, 246, 255, 0.95);
    color: #075985;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.global-exception-kicker[b-kfx3sbihon]::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 0 0.28rem rgba(16, 185, 129, 0.14);
}

.global-exception-content h2[b-kfx3sbihon] {
    max-width: 38rem;
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.65rem, 4vw, 2.4rem);
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.global-exception-message[b-kfx3sbihon] {
    max-width: 42rem;
    margin: 0.85rem 0 1.35rem;
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
}

.global-exception-meta[b-kfx3sbihon] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.1rem;
}

.global-exception-meta > div[b-kfx3sbihon] {
    position: relative;
    padding: 0.95rem 1rem;
    overflow: hidden;
    border: 1px solid rgba(203, 213, 225, 0.8);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 0.8rem 1.8rem rgba(15, 23, 42, 0.06);
}

.global-exception-meta > div[b-kfx3sbihon]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.22rem;
    background: linear-gradient(180deg, #2563eb, #0f766e);
}

.global-exception-meta span[b-kfx3sbihon] {
    display: block;
    margin-bottom: 0.25rem;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.global-exception-meta strong[b-kfx3sbihon] {
    color: #0f172a;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.92rem;
    overflow-wrap: anywhere;
}

.global-exception-details[b-kfx3sbihon] {
    margin-bottom: 1.15rem;
    overflow: hidden;
    border: 1px solid rgba(203, 213, 225, 0.85);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.9rem 1.8rem rgba(15, 23, 42, 0.06);
}

.global-exception-details summary[b-kfx3sbihon] {
    cursor: pointer;
    padding: 0.95rem 1.1rem;
    color: #1e293b;
    font-weight: 800;
    list-style-position: inside;
}

.global-exception-technical-type[b-kfx3sbihon] {
    padding: 0 1.1rem 0.65rem;
    color: #1d4ed8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.global-exception-details pre[b-kfx3sbihon] {
    max-height: 14rem;
    margin: 0;
    padding: 1rem 1.1rem;
    overflow: auto;
    border-top: 1px solid rgba(203, 213, 225, 0.85);
    background: linear-gradient(145deg, #020617, #0f172a);
    color: #dbeafe;
    font-size: 0.78rem;
    line-height: 1.55;
    white-space: pre-wrap;
}

.global-exception-actions[b-kfx3sbihon] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.global-exception-actions .btn[b-kfx3sbihon] {
    border-radius: 0.85rem;
    font-weight: 800;
    box-shadow: none;
}

.global-exception-actions .btn-primary[b-kfx3sbihon] {
    border-color: #1d4ed8;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 0.85rem 1.55rem rgba(37, 99, 235, 0.28);
}

.global-exception-actions .btn-outline-secondary[b-kfx3sbihon],
.global-exception-actions .btn-outline-dark[b-kfx3sbihon] {
    border-color: rgba(100, 116, 139, 0.38);
    background: rgba(255, 255, 255, 0.8);
    color: #334155;
}

.global-exception-actions .btn:focus-visible[b-kfx3sbihon] {
    outline: 0.2rem solid rgba(37, 99, 235, 0.32);
    outline-offset: 0.15rem;
}

@media (max-width: 760px) {
    .global-exception-dialog[b-kfx3sbihon] {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 2rem);
        overflow: auto;
    }

    .global-exception-hero[b-kfx3sbihon] {
        min-height: auto;
        flex-direction: row;
        align-items: center;
        padding: 1.25rem;
    }

    .global-exception-hero[b-kfx3sbihon]::before {
        max-width: none;
        order: 2;
    }

    .global-exception-hero[b-kfx3sbihon]::after {
        width: 7rem;
        height: 7rem;
    }

    .global-exception-meta[b-kfx3sbihon] {
        grid-template-columns: 1fr;
    }

    .global-exception-actions .btn[b-kfx3sbihon] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .global-exception-dialog[b-kfx3sbihon] {
        animation: global-exception-enter-b-kfx3sbihon 180ms ease-out both;
    }

    @keyframes global-exception-enter-b-kfx3sbihon {
        from {
            opacity: 0;
            transform: translateY(0.75rem) scale(0.985);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
}
/* /Shared/Components/GridDateFilterBar.razor.rz.scp.css */
.grid-date-filter[b-55dr92f9vt] {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.98) 100%);
    border-radius: 1rem;
}

.grid-date-filter .btn[b-55dr92f9vt] {
    border-radius: 999px;
}
