/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4gwqfz9lko] {
    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-4gwqfz9lko] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lwibs5hjre],
.components-reconnect-repeated-attempt-visible[b-lwibs5hjre],
.components-reconnect-failed-visible[b-lwibs5hjre],
.components-pause-visible[b-lwibs5hjre],
.components-resume-failed-visible[b-lwibs5hjre],
.components-rejoining-animation[b-lwibs5hjre] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lwibs5hjre],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lwibs5hjre],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lwibs5hjre],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lwibs5hjre],
#components-reconnect-modal.components-reconnect-retrying[b-lwibs5hjre],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lwibs5hjre],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lwibs5hjre],
#components-reconnect-modal.components-reconnect-failed[b-lwibs5hjre],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lwibs5hjre] {
    display: block;
}


#components-reconnect-modal[b-lwibs5hjre] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-lwibs5hjre 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lwibs5hjre 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lwibs5hjre 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lwibs5hjre]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lwibs5hjre 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lwibs5hjre {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lwibs5hjre {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lwibs5hjre {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lwibs5hjre] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lwibs5hjre] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lwibs5hjre] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lwibs5hjre] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lwibs5hjre] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lwibs5hjre] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lwibs5hjre] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lwibs5hjre 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lwibs5hjre] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lwibs5hjre {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ConfermaRichiesta.razor.rz.scp.css */
.confirm-page[b-x7zon60f4j] {
    min-height: calc(100vh - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(180deg, #f7f8fa 0%, #eef2f6 100%);
}

.confirm-card[b-x7zon60f4j] {
    width: 100%;
    max-width: 760px;
    background-color: #ffffff;
    border-top: 6px solid #e87724;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(13, 36, 66, 0.12);
    padding: 2rem;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}

h1[b-x7zon60f4j] {
    color: #1c2b39;
    margin-bottom: 0.8rem;
}

.confirm-text[b-x7zon60f4j] {
    color: #4f5d75;
    margin-bottom: 2rem;
}

.confirm-home[b-x7zon60f4j] {
    background-color: #e87724;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.85rem 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.confirm-home[b-x7zon60f4j]::after {
    content: "›";
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 700;
}

.confirm-home:hover[b-x7zon60f4j],
.confirm-home:focus[b-x7zon60f4j] {
    background-color: #cf6a20;
    color: #fff;
}

.confirm-summary[b-x7zon60f4j] {
    text-align: left;
    background-color: #f8fafc;
    border: 1px solid #e6ebf1;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
}

.confirm-summary-title[b-x7zon60f4j] {
    margin: 0 0 0.9rem 0;
    color: #1c2b39;
    font-size: 1.1rem;
}

.confirm-summary-grid[b-x7zon60f4j] {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0.55rem 1rem;
    margin: 0;
}

.confirm-summary-grid dt[b-x7zon60f4j] {
    margin: 0;
    font-weight: 600;
    color: #243447;
}

.confirm-summary-grid dd[b-x7zon60f4j] {
    margin: 0;
    color: #4f5d75;
    word-break: break-word;
}

@media (max-width: 768px) {
    .confirm-card[b-x7zon60f4j] {
        padding: 1.4rem;
    }
    .confirm-summary-grid[b-x7zon60f4j] {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-4v8e8dqce0] {
    min-height: calc(100vh - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(180deg, #f7f8fa 0%, #eef2f6 100%);
}

.home-card[b-4v8e8dqce0] {
    width: 100%;
    max-width: 760px;
    background-color: #ffffff;
    border-top: 6px solid #e87724;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(13, 36, 66, 0.12);
    padding: 2rem;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.home-header[b-4v8e8dqce0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.home-logo[b-4v8e8dqce0] {
    height: 56px;
    width: auto;
    margin-bottom: 0;
}

.home-eyebrow[b-4v8e8dqce0] {
    color: #4f5d75;
    font-weight: 600;
    margin: 0.2rem 0 0;
    text-align: right;
}

h1[b-4v8e8dqce0] {
    color: #1c2b39;
    margin-bottom: 0.6rem;
}

.home-subtitle[b-4v8e8dqce0] {
    color: #4f5d75;
    margin-bottom: 1.5rem;
}

.home-language .form-label[b-4v8e8dqce0] {
    color: #243447;
    font-weight: 600;
}

.home-cta[b-4v8e8dqce0] {
    background-color: #e87724;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.85rem 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.home-cta[b-4v8e8dqce0]::after {
    content: "›";
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 700;
}

.home-cta:hover[b-4v8e8dqce0],
.home-cta:focus[b-4v8e8dqce0] {
    background-color: #cf6a20;
    color: #fff;
    text-decoration: none;
}

.home-actions[b-4v8e8dqce0] {
    margin-top: 2.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.home-privacy[b-4v8e8dqce0] {
    margin-top: 1.5rem;
    text-align: center;
}

.home-privacy a[b-4v8e8dqce0] {
    color: #4f5d75;
    font-size: 0.9rem;
    text-decoration: underline;
}

.home-privacy a:hover[b-4v8e8dqce0],
.home-privacy a:focus[b-4v8e8dqce0] {
    color: #1c2b39;
}

.home-login[b-4v8e8dqce0] {
    background-color: #243447;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.85rem 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.home-login:hover[b-4v8e8dqce0],
.home-login:focus[b-4v8e8dqce0] {
    background-color: #1c2b39;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .home-card[b-4v8e8dqce0] {
        padding: 1.4rem;
    }

    .home-header[b-4v8e8dqce0] {
        align-items: center;
    }

    .home-eyebrow[b-4v8e8dqce0] {
        font-size: 0.95rem;
    }

    .home-logo[b-4v8e8dqce0] {
        height: 48px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-hero[b-5alt4bivdh] {
    min-height: calc(100vh - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(180deg, #f7f8fa 0%, #eef2f6 100%);
}

.login-card[b-5alt4bivdh] {
    width: 100%;
    max-width: 480px;
    background-color: #ffffff;
    border-top: 6px solid #e87724;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(13, 36, 66, 0.12);
    padding: 2rem;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.login-header[b-5alt4bivdh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.login-logo[b-5alt4bivdh] {
    height: 56px;
    width: auto;
    margin-bottom: 0;
}

.login-eyebrow[b-5alt4bivdh] {
    color: #4f5d75;
    font-weight: 600;
    margin: 0.2rem 0 0;
    text-align: right;
}

h1[b-5alt4bivdh] {
    color: #1c2b39;
    margin-bottom: 0.6rem;
}

.login-subtitle[b-5alt4bivdh] {
    color: #4f5d75;
    margin-bottom: 1.5rem;
}

.login-grid[b-5alt4bivdh] {
    display: grid;
    gap: 1rem;
}

.login-row[b-5alt4bivdh] {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    column-gap: 1.2rem;
    row-gap: 0;
}

.login-row .form-label[b-5alt4bivdh] {
    color: #243447;
    font-weight: 600;
    margin: 0;
}

.login-input[b-5alt4bivdh] {
    display: flex;
    flex-direction: column;
}

.login-row .form-control[b-5alt4bivdh] {
    min-height: 2.9rem;
    border-color: #d7dde5;
    padding: 0.65rem 0.85rem;
}

.login-actions[b-5alt4bivdh] {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.login-cta[b-5alt4bivdh] {
    background-color: #e87724;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.85rem 1.4rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.login-cta:hover[b-5alt4bivdh],
.login-cta:focus[b-5alt4bivdh] {
    background-color: #cf6a20;
    color: #fff;
    text-decoration: none;
}

.login-back[b-5alt4bivdh] {
    background-color: #243447;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.85rem 1.4rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.login-back:hover[b-5alt4bivdh],
.login-back:focus[b-5alt4bivdh] {
    background-color: #1c2b39;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .login-card[b-5alt4bivdh] {
        padding: 1.4rem;
    }

    .login-header[b-5alt4bivdh] {
        align-items: center;
    }

    .login-eyebrow[b-5alt4bivdh] {
        font-size: 0.95rem;
    }

    .login-logo[b-5alt4bivdh] {
        height: 48px;
    }

    .login-row[b-5alt4bivdh] {
        grid-template-columns: 1fr;
        row-gap: 0.3rem;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.privacy-hero[b-hjdpuaoyvz] {
    min-height: calc(100vh - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(180deg, #f7f8fa 0%, #eef2f6 100%);
}

.privacy-card[b-hjdpuaoyvz] {
    width: 100%;
    max-width: 760px;
    background-color: #ffffff;
    border-top: 6px solid #e87724;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(13, 36, 66, 0.12);
    padding: 2rem;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.privacy-header[b-hjdpuaoyvz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.privacy-logo[b-hjdpuaoyvz] {
    height: 56px;
    width: auto;
    margin-bottom: 0;
}

.privacy-eyebrow[b-hjdpuaoyvz] {
    color: #4f5d75;
    font-weight: 600;
    margin: 0.2rem 0 0;
    text-align: right;
}

h1[b-hjdpuaoyvz] {
    color: #1c2b39;
    margin-bottom: 0.6rem;
}

.privacy-text[b-hjdpuaoyvz] {
    color: #4f5d75;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.privacy-actions[b-hjdpuaoyvz] {
    margin-top: 2.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.privacy-back[b-hjdpuaoyvz] {
    background-color: #243447;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.85rem 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.privacy-back:hover[b-hjdpuaoyvz],
.privacy-back:focus[b-hjdpuaoyvz] {
    background-color: #1c2b39;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .privacy-card[b-hjdpuaoyvz] {
        padding: 1.4rem;
    }

    .privacy-header[b-hjdpuaoyvz] {
        align-items: center;
    }

    .privacy-eyebrow[b-hjdpuaoyvz] {
        font-size: 0.95rem;
    }

    .privacy-logo[b-hjdpuaoyvz] {
        height: 48px;
    }
}
/* /Components/Pages/RichiestaCertificato.razor.rz.scp.css */
.request-page[b-rfd04f7kit] {
    min-height: calc(100vh - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(180deg, #f7f8fa 0%, #eef2f6 100%);
}

.request-card[b-rfd04f7kit] {
    width: 100%;
    max-width: 760px;
    background-color: #ffffff;
    border-top: 6px solid #e87724;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(13, 36, 66, 0.12);
    padding: 2rem;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.request-form[b-rfd04f7kit] {
    margin-top: 2rem;
}

.request-grid[b-rfd04f7kit] {
    display: grid;
    gap: 1rem;
}

.request-row[b-rfd04f7kit] {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    column-gap: 1.2rem;
    row-gap: 0;
}

.request-row .form-label[b-rfd04f7kit] {
    color: #243447;
    font-weight: 600;
    margin: 0;
}

.request-input[b-rfd04f7kit] {
    display: flex;
    flex-direction: column;
}

.request-row .form-control[b-rfd04f7kit] {
    min-height: 2.9rem;
    border-color: #d7dde5;
    padding: 0.65rem 0.85rem;
}

h1[b-rfd04f7kit] {
    color: #1c2b39;
    margin-bottom: 0.6rem;
}

.request-caf-name[b-rfd04f7kit] {
    color: #e87724;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.request-subtitle[b-rfd04f7kit] {
    color: #4f5d75;
    margin-bottom: 1.5rem;
}

.request-submit[b-rfd04f7kit] {
    background-color: #e87724;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.85rem 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.request-submit[b-rfd04f7kit]::after {
    content: "›";
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 700;
}

.request-submit:hover[b-rfd04f7kit],
.request-submit:focus[b-rfd04f7kit] {
    background-color: #cf6a20;
    color: #fff;
}

.request-actions[b-rfd04f7kit] {
    margin-top: 2.2rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    position: relative;
    padding-bottom: 4px;
}

.request-actions--submitting[b-rfd04f7kit]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40%;
    background: linear-gradient(90deg, #e87724, #f3b286, #e87724);
    border-radius: 2px;
    animation: request-progress-b-rfd04f7kit 1.4s ease-in-out infinite;
}

@keyframes request-progress-b-rfd04f7kit {
    0% {
        left: 0;
        width: 30%;
    }
    50% {
        left: 35%;
        width: 50%;
    }
    100% {
        left: 100%;
        width: 0%;
    }
}

.request-processing-text[b-rfd04f7kit] {
    color: #e87724;
    font-size: 0.9rem;
    font-weight: 600;
    animation: request-pulse-b-rfd04f7kit 1.5s ease-in-out infinite;
}

@keyframes request-pulse-b-rfd04f7kit {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.request-submit:disabled[b-rfd04f7kit] {
    opacity: 1;
    background-color: #f3b286;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
}

.request-submit:disabled[b-rfd04f7kit],
.request-submit:disabled:hover[b-rfd04f7kit],
.request-submit:disabled:focus[b-rfd04f7kit] {
    background-color: #f8d8c1;
    color: #8a8f98;
    border: 1px solid #e7bf9f;
    box-shadow: none;
    cursor: not-allowed;
}

.request-submit:disabled[b-rfd04f7kit]::after {
    color: #8a8f98;
}

.request-loader[b-rfd04f7kit],
.request-processing-text[b-rfd04f7kit] {
    display: none;
}

.request-actions--submitting .request-loader[b-rfd04f7kit] {
    display: inline-block;
}

.request-actions--submitting .request-processing-text[b-rfd04f7kit] {
    display: inline-block;
}

.request-loader[b-rfd04f7kit] {
    width: 1rem;
    height: 1rem;
    border: 2px solid #d7dde5;
    border-top-color: #e87724;
    border-radius: 50%;
    animation: request-spin-b-rfd04f7kit 0.8s linear infinite;
}

@keyframes request-spin-b-rfd04f7kit {
    to {
        transform: rotate(360deg);
    }
}

.request-section-row[b-rfd04f7kit] {
    grid-column: 1 / -1;
}

.request-section-label[b-rfd04f7kit] {
    display: block;
    font-weight: 600;
    color: #243447;
}

@media (max-width: 768px) {
    .request-row[b-rfd04f7kit] {
        grid-template-columns: 1fr;
        row-gap: 0.45rem;
    }

    .request-row .form-label[b-rfd04f7kit] {
        margin-top: 0;
    }

    .request-card[b-rfd04f7kit] {
        padding: 1.4rem;
    }
}
