/* _content/frm-public/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uml8wwncms] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uml8wwncms] {
    flex: 1;
}

.sidebar[b-uml8wwncms] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uml8wwncms] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uml8wwncms]  a, .top-row[b-uml8wwncms]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-uml8wwncms]  a:hover, .top-row[b-uml8wwncms]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-uml8wwncms]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-uml8wwncms] {
        justify-content: space-between;
    }

    .top-row[b-uml8wwncms]  a, .top-row[b-uml8wwncms]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uml8wwncms] {
        flex-direction: row;
    }

    .sidebar[b-uml8wwncms] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uml8wwncms] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uml8wwncms]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uml8wwncms], article[b-uml8wwncms] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-uml8wwncms] {
    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-uml8wwncms] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/frm-public/Components/Pages/Home.razor.rz.scp.css */
/* Center the Home page content using the component's container.
   Note: In Blazor CSS isolation, selectors like `body` don't apply here, so we center the
   `.under-construction-container` instead. */

.under-construction-container[b-muxlclnnig] {
    /* Fill the viewport height and center content */
    min-height: 100vh;
    min-height: 100svh; /* modern mobile-safe viewport unit */
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical center */
    align-items: center;      /* horizontal center */
    text-align: center;
    padding: 1rem;
    padding-bottom: 4rem; /* avoid overlap with footer */
    margin: 0 auto;
}

img.logo[b-muxlclnnig] {
    max-width: 380px;
    height: auto;
    margin-bottom: 40px;
}

h1[b-muxlclnnig] {
    font-size: 1.8rem;
    font-weight: 400;
    color: #3a3a3a;
    margin-bottom: 10px;
}

p[b-muxlclnnig] {
    font-size: 1.2rem;
    color: #008FC5;
    margin-top: 0;
}

/* _content/frm-public/Components/Pages/Padron.razor.rz.scp.css */
.padron-component[b-y582g3ng5h] {
    margin-top: 0;
    width: 100%;
    max-width: 400px;
    justify-content: flex-start; /* vertical center */
    align-items: self-start;      /* horizontal center */
    text-align: start;
}

.dashboard-btn[b-y582g3ng5h] {
    font-size: 1.25rem;
    padding: 1.5rem 0;
    width: 48%;
    max-width: 48%;
    min-width: 200px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.d-flex.flex-wrap[b-y582g3ng5h] {
    gap: 2%;
}

#dashboard[b-y582g3ng5h] {
    max-width: 500px;
}

.dashboard-btn[b-y582g3ng5h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}
.dashboard-btn .bi[b-y582g3ng5h] {
    font-size: 1.25rem;
    line-height: 1;
}
