@import 'ProjectOwO.Client.vl64prys9a.bundle.scp.css';

/* /Components/Layout/AdminLayout.razor.rz.scp.css */
#blazor-error-ui[b-q9a5uk7o1t] {
    display: none;
}
/* /Components/Layout/AdminNavMenu.razor.rz.scp.css */
.shell-nav-link[b-ung7awx8mf] {
    text-decoration: none;
}
/* /Components/Layout/KindergartenLayout.razor.rz.scp.css */
#blazor-error-ui[b-cn2qefc3on] {
    display: none;
}
/* /Components/Layout/KindergartenNavMenu.razor.rz.scp.css */
.shell-nav-link[b-i475pjzzax] {
    text-decoration: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-i47ea8lq7g] {
    display: none;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.shell-nav-link[b-whxtn6a9hq] {
    text-decoration: none;
}
/* /Components/Layout/ParentLayout.razor.rz.scp.css */
#blazor-error-ui[b-4xi4krt6gl] {
    display: none;
}
/* /Components/Layout/ParentNavMenu.razor.rz.scp.css */
.shell-nav-link[b-od9h3h3pg0] {
    text-decoration: none;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qjk0skmftf],
.components-reconnect-repeated-attempt-visible[b-qjk0skmftf],
.components-reconnect-failed-visible[b-qjk0skmftf],
.components-pause-visible[b-qjk0skmftf],
.components-resume-failed-visible[b-qjk0skmftf],
.components-rejoining-animation[b-qjk0skmftf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qjk0skmftf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qjk0skmftf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qjk0skmftf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qjk0skmftf],
#components-reconnect-modal.components-reconnect-retrying[b-qjk0skmftf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qjk0skmftf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qjk0skmftf],
#components-reconnect-modal.components-reconnect-failed[b-qjk0skmftf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qjk0skmftf] {
    display: block;
}

#components-reconnect-modal[b-qjk0skmftf] {
    background: var(--bg-panel);
    color: var(--text);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-qjk0skmftf 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-qjk0skmftf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s,
                   components-reconnect-modal-fadeInOpacity-b-qjk0skmftf 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-qjk0skmftf]::backdrop {
    background: rgba(15, 23, 42, 0.46);
    backdrop-filter: blur(4px);
    animation: components-reconnect-modal-fadeInOpacity-b-qjk0skmftf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qjk0skmftf {
    0%   { transform: translateY(30px) scale(0.95); }
    100% { transform: translateY(0); }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qjk0skmftf {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qjk0skmftf {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}

.components-reconnect-container[b-qjk0skmftf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qjk0skmftf] {
    margin: 0;
    text-align: center;
    color: var(--text-muted);
}

#components-reconnect-modal button[b-qjk0skmftf] {
    border: 1px solid var(--border);
    background: linear-gradient(135deg, var(--primary), var(--primary-strong, #5c3ddb));
    color: #fff;
    padding: 8px 24px;
    border-radius: var(--radius-sm);
    font-weight: 700;
    cursor: pointer;
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s ease, filter 0.2s ease;
}

#components-reconnect-modal button:hover[b-qjk0skmftf] {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

#components-reconnect-modal button:active[b-qjk0skmftf] {
    transform: translateY(0);
}

/* Spinner rings */
.components-rejoining-animation[b-qjk0skmftf] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-qjk0skmftf] {
    position: absolute;
    border: 3px solid var(--primary);
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-qjk0skmftf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-qjk0skmftf] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-qjk0skmftf {
    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: 0;    left: 0;    width: 80px; height: 80px; opacity: 0; }
}
/* /Components/Pages/Admin/AdminCriteria.razor.rz.scp.css */
/* /Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
/* /Components/Pages/Admin/AdminProposedCriteria.razor.rz.scp.css */
/* /Components/Pages/Admin/KindergartenManagement.razor.rz.scp.css */
/* /Components/Pages/Admin/OwOQuestionnaire.razor.rz.scp.css */
/* /Components/Pages/Admin/TransportCompanies.razor.rz.scp.css */
/* /Components/Pages/Kindergarten/KindergartenDashboard.razor.rz.scp.css */
/* /Components/Pages/Kindergarten/KindergartenProposeCriteria.razor.rz.scp.css */
/* /Components/Pages/Kindergarten/TransportLines.razor.rz.scp.css */
/* /Components/Pages/Login.razor.rz.scp.css */
/* /Components/Pages/Parent/ParentChildren.razor.rz.scp.css */
.children-list[b-i93n3speso] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.child-card[b-i93n3speso] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--bg-panel);
    box-shadow: var(--shadow-soft);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.child-card:hover[b-i93n3speso] {
    border-color: var(--border-strong);
    transform: translateY(-1px);
    box-shadow: var(--shadow-card);
}

.child-info h4[b-i93n3speso] {
    margin: 0 0 4px;
    font-weight: 700;
    color: var(--text);
}

.child-info p[b-i93n3speso] {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-muted);
}

.child-actions[b-i93n3speso] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.questionnaire-status[b-i93n3speso] {
    display: flex;
    align-items: center;
}

.selected-count[b-i93n3speso] {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.no-children[b-i93n3speso] {
    text-align: center;
    padding: 3rem;
    color: var(--text-muted);
}

.btn:disabled[b-i93n3speso] {
    opacity: 0.55;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .child-card[b-i93n3speso] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .child-actions[b-i93n3speso] {
        width: 100%;
        justify-content: space-between;
    }
}
/* /Components/Pages/Parent/ParentDashboard.razor.rz.scp.css */
/* /Components/Pages/Parent/ParentProposeCriteria.razor.rz.scp.css */
/* /Components/Pages/Parent/ParentTransportLines.razor.rz.scp.css */
/* /Components/Pages/RegisterKindergarten.razor.rz.scp.css */
/* /Components/Pages/RegisterParent.razor.rz.scp.css */
