/* _content/QRReportManagementSystem.Report/Views/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. */

:root[b-pgcyw1qazm] {
    --primary-color: #4e73df;
    --secondary-color: #f8f9fc;
    --dark-color: #5a5c69;
}

body[b-pgcyw1qazm] {
    background-color: var(--secondary-color);
    height: 100vh;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.error-container[b-pgcyw1qazm] {
    text-align: center;
    padding: 2rem;
    max-width: 800px;
    margin: 15vh auto;
}

.error-heading[b-pgcyw1qazm] {
    font-size: 7rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 1rem;
    line-height: 1;
}

.error-subheading[b-pgcyw1qazm] {
    font-size: 1.5rem;
    color: var(--dark-color);
    margin-bottom: 2rem;
}

.error-description[b-pgcyw1qazm] {
    color: #858796;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.error-illustration[b-pgcyw1qazm] {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.btn-primary[b-pgcyw1qazm] {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

    .btn-primary:hover[b-pgcyw1qazm] {
        background-color: #2e59d9;
        border-color: #2653d4;
    }

.rotate[b-pgcyw1qazm] {
    animation: rotation-b-pgcyw1qazm 8s infinite linear;
    display: inline-block;
}

@keyframes rotation-b-pgcyw1qazm {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@media (prefers-color-scheme: dark) {
    body[b-pgcyw1qazm] {
        background-color: #1a1a2e;
        color: #f8f9fa;
    }

    .error-heading[b-pgcyw1qazm], .error-subheading[b-pgcyw1qazm] {
        color: #f8f9fa;
    }

    .error-description[b-pgcyw1qazm] {
        color: #adb5bd;
    }
}



.footer[b-pgcyw1qazm] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
