/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ito3rubsn4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ito3rubsn4] {
    flex: 1;
}

.sidebar[b-ito3rubsn4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ito3rubsn4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ito3rubsn4]  a, .top-row[b-ito3rubsn4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ito3rubsn4]  a:hover, .top-row[b-ito3rubsn4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ito3rubsn4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .top-row[b-ito3rubsn4]  a, .top-row[b-ito3rubsn4]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-ito3rubsn4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ito3rubsn4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ito3rubsn4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

#blazor-error-ui[b-ito3rubsn4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ito3rubsn4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.Razor.rz.scp.css */
/* All Pattern CSS */
.btn[b-wo9wxxol38] {
    display: block;
    margin: 0;
    width: 100%;
    padding: 17px 20px;
    border: none;
    -webkit-appearance: none;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    font-size: 18px;
    font-family: 'Roboto Slab', 'Times New Roman', serif;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: background .3s ease-in-out;
    border-radius: 12px;
}

    .btn:hover[b-wo9wxxol38], .btn:focus[b-wo9wxxol38], .btn:active[b-wo9wxxol38] {
        text-decoration: none;
        color: #FFFFFF;
    }

    .btn:active[b-wo9wxxol38], .btn:focus[b-wo9wxxol38] {
        outline: 0;
    }

    .btn[disabled][b-wo9wxxol38], fieldset[disabled] .btn[b-wo9wxxol38] {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
    }

    .btn + .btn[b-wo9wxxol38] {
        margin-top: 33px;
    }

@media (min-width: 76px) {
    .btn[b-wo9wxxol38] {
        display: inline-block;
        width: auto;
        text-align: left;
    }

        .btn + .btn[b-wo9wxxol38] {
            margin: 0 0 0 33px;
        }
}


.guid-container[b-wo9wxxol38] {
    width: 100%;
    max-width: 420px;
}

.pdf-shell[b-wo9wxxol38] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.pdf-toolbar[b-wo9wxxol38] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.pdf-session-timer[b-wo9wxxol38] {
    flex: 1 1 auto;
    margin-right: auto;
    text-align: left;
}

#pdf-signout-form[b-wo9wxxol38] {
    margin: 0;
    flex: 0 0 auto;
}

.pdf-loading-state[b-wo9wxxol38] {
    min-height: 5.5rem;
}

.pdf-shell.pdf-ready #pdf-loading-state[b-wo9wxxol38] {
    display: none !important;
}

.pdf-logout-button[b-wo9wxxol38] {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.95rem;
    font-size: 0.95rem;
    font-family: 'Roboto Slab', 'Times New Roman', serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #C7372F;
    color: #C7372F;
    text-align: center;
}

.pdf-logout-button:hover[b-wo9wxxol38],
.pdf-logout-button:focus[b-wo9wxxol38],
.pdf-logout-button:active[b-wo9wxxol38] {
    background: #FFF1F0;
    border-color: #A92B25;
    color: #A92B25;
}

.pdf-deleted-records[b-wo9wxxol38] {
    width: 100%;
}

@media (max-width: 768px) {
    .pdf-toolbar[b-wo9wxxol38] {
        flex-direction: column;
        align-items: stretch;
    }

    .pdf-logout-button[b-wo9wxxol38] {
        width: 100%;
    }
}

/* Types
   ========================================================================== */
.btn--light[b-wo9wxxol38] {
    background: #FFF;
    border: 1px solid #E4E8E1;
    color: #2D3131;
}

    .btn--light:hover[b-wo9wxxol38] {
        background: #FFF;
        border: 1px solid #E4E8E1;
        color: #2D3131;
    }


/* Project CSS */
@font-face {
    font-family: "Roboto";
    src: url('https://brand.belgianmobileid.be/api/screen/download/eyJpZCI6NzIsInRpbWVzdGFtcCI6IjE3MjE5MDEzMDMifQ:belgianmobile:FaoGfkwzLnTMtSgN81BXaWo2tzYKOBCjk-LbxfQ4Jxc') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url('https://brand.belgianmobileid.be/api/screen/download/eyJpZCI6NzMsInRpbWVzdGFtcCI6IjE3MjE5MDEzMDMifQ:belgianmobile:h0dvfsZml_WGEmxd3Z5VyWu0O20ZL6ddhgQY94cdn-o') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url('https://brand.belgianmobileid.be/api/screen/download/eyJpZCI6NzQsInRpbWVzdGFtcCI6IjE3MjE5MDEzMDMifQ:belgianmobile:-hiLoIW1-vR4Zbt-WrjuMWdw9FdpcsPR0F_qKargmxI') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url('https://brand.belgianmobileid.be/api/screen/download/eyJpZCI6ODIsInRpbWVzdGFtcCI6IjE3MjE5MDEzMDMifQ:belgianmobile:MQFq9RXrszfrST9wER9Dtq5ZlSQ4QbBHmEVpgHyAxfY') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url('https://brand.belgianmobileid.be/api/screen/download/eyJpZCI6ODMsInRpbWVzdGFtcCI6IjE3MjE5MDEzMDMifQ:belgianmobile:SALg4oLYe0aCKg9_h3TN_MXQiL4i3yZu49boc3Oymso') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url('https://brand.belgianmobileid.be/api/screen/download/eyJpZCI6ODQsInRpbWVzdGFtcCI6IjE3MjE5MDEzMDMifQ:belgianmobile:joDylPswMl4SC3jKpOMaNdgvTFa-MjxcM5e3yRJW6eU') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.guid-container input[b-wo9wxxol38],
.guid-container textarea[b-wo9wxxol38],
.guid-container select[b-wo9wxxol38],
.email-container input[b-wo9wxxol38],
.email-container textarea[b-wo9wxxol38],
.email-container select[b-wo9wxxol38],
.pdf-shell input[b-wo9wxxol38],
.pdf-shell textarea[b-wo9wxxol38],
.pdf-shell select[b-wo9wxxol38] {
    font-family: 'Roboto', sans-serif;
}
/* /Components/Shared/GuidInput.razor.rz.scp.css */
.guid-input[b-e69br1eb3e] {
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
}

/* Submitting state: keep the button width stable so the layout doesn't jump */
#guid-submit:disabled[b-e69br1eb3e] {
    min-width: 7rem;
    cursor: not-allowed;
    opacity: 0.75;
}
/* /Components/Shared/PdfViewer.razor.rz.scp.css */
.pdf-container[b-y2h35rs9zl] {
    max-width: 900px;
    margin: auto;
}
