/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-lwuypsx5ze] {
    display: block;
    min-height: 100vh;
}

#blazor-error-ui[b-lwuypsx5ze] {
    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-lwuypsx5ze] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-andonh3sk3],
.components-reconnect-repeated-attempt-visible[b-andonh3sk3],
.components-reconnect-failed-visible[b-andonh3sk3],
.components-pause-visible[b-andonh3sk3],
.components-resume-failed-visible[b-andonh3sk3],
.components-rejoining-animation[b-andonh3sk3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-andonh3sk3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-andonh3sk3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-andonh3sk3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-andonh3sk3],
#components-reconnect-modal.components-reconnect-retrying[b-andonh3sk3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-andonh3sk3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-andonh3sk3],
#components-reconnect-modal.components-reconnect-failed[b-andonh3sk3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-andonh3sk3] {
    display: block;
}


#components-reconnect-modal[b-andonh3sk3] {
    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-andonh3sk3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-andonh3sk3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-andonh3sk3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-andonh3sk3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-andonh3sk3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-andonh3sk3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-andonh3sk3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-andonh3sk3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-andonh3sk3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-andonh3sk3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-andonh3sk3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-andonh3sk3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-andonh3sk3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-andonh3sk3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-andonh3sk3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-andonh3sk3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-andonh3sk3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-andonh3sk3 {
    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/CriarUtilizador.razor.rz.scp.css */
.checkbox-label[b-h1gsix6blj] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #374151;
}

    .checkbox-label input[type="checkbox"][b-h1gsix6blj] {
        width: 20px;
        height: 20px;
        accent-color: #1a3fe0;
    }

.field-success[b-h1gsix6blj] {
    margin: 6px 2px 0;
    font-size: 13px;
    color: #16a34a;
}

.criar-btn[b-h1gsix6blj] {
    background: #1a3fe0;
    box-shadow: 0 6px 16px rgba(26, 63, 224, 0.35);
    margin-top: 20px;
}

.back-link[b-h1gsix6blj] {
    display: block;
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    text-decoration: none;
}

[b-h1gsix6blj] .validation-message {
    display: block;
    margin: 6px 2px 0;
    font-size: 13px;
    color: #dc2f2a;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hint-text[b-iw8m30u2np] {
    margin: 0 0 14px;
    font-size: 13.5px;
    color: #6b7280;
}

.total-box[b-iw8m30u2np] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fdeceb;
    border-radius: 16px;
    padding: 16px 18px;
    margin-top: 4px;
}

    .total-box span[b-iw8m30u2np] {
        font-size: 16px;
        font-weight: 700;
        color: #dc2f2a;
    }

    .total-box strong[b-iw8m30u2np] {
        font-size: 24px;
        font-weight: 800;
        color: #dc2f2a;
    }

/* WhatsApp CTA color (layout comes from the shared .primary-btn) */
.whatsapp-btn[b-iw8m30u2np] {
    background: #22c55e;
    box-shadow: 0 6px 16px rgba(34, 197, 94, 0.35);
}

/* Admin menu (Criar Utilizador / Sair) */
.menu-wrapper[b-iw8m30u2np] {
    position: absolute;
    top: 18px;
    right: 18px;
}

.menu-dropdown[b-iw8m30u2np] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 190px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(10, 20, 60, 0.22);
    overflow: hidden;
    z-index: 20;
}

.menu-item[b-iw8m30u2np] {
    display: block;
    width: 100%;
    text-align: left;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #1e2942;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.menu-dropdown form[b-iw8m30u2np] {
    border-top: 1px solid #eef0f4;
}

    .menu-item:active[b-iw8m30u2np] {
        background: #f2f4f8;
    }

.menu-item-danger[b-iw8m30u2np] {
    color: #dc2f2a;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-btn[b-cs17hwvh0a] {
    background: #1a3fe0;
    box-shadow: 0 6px 16px rgba(26, 63, 224, 0.35);
    margin-top: 20px;
}
/* /Components/Report/CategoryField.razor.rz.scp.css */
.category-card[b-m3mf02sf65] {
    background: #f7f8fb;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 14px;
}

.summary-row[b-m3mf02sf65] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.summary-label[b-m3mf02sf65] {
    font-size: 15px;
    font-weight: 700;
    color: #1e2942;
    line-height: 1.25;
}

.summary-box[b-m3mf02sf65] {
    flex: 0 0 auto;
    min-width: 64px;
    height: 42px;
    padding: 0 16px;
    border: 1.5px solid #dde1e8;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #1e2942;
}

.causa-input[b-m3mf02sf65] {
    width: 100%;
    margin-top: 4px;
    border: 1.5px solid #dde1e8;
    border-radius: 12px;
    background: #ffffff;
    padding: 12px 14px;
    font-size: 15px;
    color: #1e2942;
}

    .causa-input[b-m3mf02sf65]::placeholder {
        color: #9aa2b1;
    }

    .causa-input:focus[b-m3mf02sf65] {
        outline: 2px solid #3b5cf6;
        outline-offset: 1px;
    }
/* /Components/Report/SectionCard.razor.rz.scp.css */
.section-header[b-umq92i7nj9] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 18px 16px;
    border-bottom: 1px solid #eef0f4;
}

.section-icon[b-umq92i7nj9] {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #e3eaff;
    color: #3b5cf6;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .section-icon[b-umq92i7nj9]  svg {
        width: 24px;
        height: 24px;
    }

.section-heading[b-umq92i7nj9] {
    min-width: 0;
}

.section-label[b-umq92i7nj9] {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #3b5cf6;
    margin-bottom: 2px;
}

.section-title[b-umq92i7nj9] {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    color: #1e2942;
}

/* /Components/Report/StepperRow.razor.rz.scp.css */
.counter-row[b-jausjpwcz8] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

    .counter-row.sub[b-jausjpwcz8] {
        padding-left: 12px;
    }

.counter-label[b-jausjpwcz8] {
    flex: 1;
    font-size: 15px;
    font-weight: 700;
    color: #1e2942;
    line-height: 1.25;
}

.counter-row.sub .counter-label[b-jausjpwcz8] {
    font-size: 13.5px;
    font-weight: 600;
    color: #5b6472;
}

.stepper-btn[b-jausjpwcz8] {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.counter-row.sub .stepper-btn[b-jausjpwcz8] {
    width: 36px;
    height: 36px;
    font-size: 17px;
}

.stepper-btn:active[b-jausjpwcz8] {
    transform: scale(0.94);
}

.stepper-btn.minus[b-jausjpwcz8] {
    background: #eef0f4;
    color: #5b6472;
    border: 1px solid #e1e4ea;
}

.stepper-btn.plus[b-jausjpwcz8] {
    background: #1e2942;
    color: #ffffff;
}

.counter-box[b-jausjpwcz8] {
    flex: 0 0 auto;
    min-width: 64px;
    height: 42px;
    border: 1.5px solid #dde1e8;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #1e2942;
}

.counter-row.sub .counter-box[b-jausjpwcz8] {
    min-width: 56px;
    height: 36px;
    font-size: 16px;
}

.stepper-btn:focus-visible[b-jausjpwcz8], .counter-box:focus[b-jausjpwcz8] {
    outline: 2px solid #3b5cf6;
    outline-offset: 1px;
}
