/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6d1951lwk0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6d1951lwk0] {
    flex: 1;
}

.sidebar[b-6d1951lwk0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6d1951lwk0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6d1951lwk0]  a, .top-row[b-6d1951lwk0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6d1951lwk0]  a:hover, .top-row[b-6d1951lwk0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6d1951lwk0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6d1951lwk0] {
        justify-content: space-between;
    }

    .top-row[b-6d1951lwk0]  a, .top-row[b-6d1951lwk0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6d1951lwk0] {
        flex-direction: row;
    }

    .sidebar[b-6d1951lwk0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6d1951lwk0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6d1951lwk0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6d1951lwk0], article[b-6d1951lwk0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6d1951lwk0] {
    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-6d1951lwk0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-avakhjmxgk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-avakhjmxgk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-avakhjmxgk] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-avakhjmxgk] {
    font-size: 1.1rem;
}

.bi[b-avakhjmxgk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    margin-right: 0;
    position: static;
    top: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-avakhjmxgk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}



.nav-item[b-avakhjmxgk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-avakhjmxgk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-avakhjmxgk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-avakhjmxgk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        min-height: 3rem;
        width: 100%;
        display: flex;
        align-items: center;
        gap: .65rem;
        line-height: normal;
        padding: .5rem .75rem;
    }

.nav-item[b-avakhjmxgk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-avakhjmxgk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-avakhjmxgk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-avakhjmxgk] {
    display: block;
}

.nav-link[b-avakhjmxgk] {
    display: flex;
    align-items: center;
    gap: .65rem;
}
    .nav-link.active .nav-icon[b-avakhjmxgk] {
        color: #ffffff;
    }

.nav-icon[b-avakhjmxgk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    width: 1.35rem;
    min-width: 1.35rem;
    height: 1.35rem;
    line-height: 1;
    text-align: center;
    flex-shrink: 0;
}

@media (min-width: 641px) {
    .navbar-toggler[b-avakhjmxgk] {
        display: none;
    }

    .nav-scrollable[b-avakhjmxgk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lmzfymymen],
.components-reconnect-repeated-attempt-visible[b-lmzfymymen],
.components-reconnect-failed-visible[b-lmzfymymen],
.components-pause-visible[b-lmzfymymen],
.components-resume-failed-visible[b-lmzfymymen],
.components-rejoining-animation[b-lmzfymymen] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lmzfymymen],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lmzfymymen],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lmzfymymen],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lmzfymymen],
#components-reconnect-modal.components-reconnect-retrying[b-lmzfymymen],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lmzfymymen],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lmzfymymen],
#components-reconnect-modal.components-reconnect-failed[b-lmzfymymen],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lmzfymymen] {
    display: block;
}


#components-reconnect-modal[b-lmzfymymen] {
    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-lmzfymymen 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lmzfymymen 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lmzfymymen 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lmzfymymen]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lmzfymymen 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lmzfymymen {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lmzfymymen {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lmzfymymen {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lmzfymymen] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lmzfymymen] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lmzfymymen] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lmzfymymen] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lmzfymymen] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lmzfymymen] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lmzfymymen] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lmzfymymen 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lmzfymymen] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lmzfymymen {
    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/Enfermeria.razor.rz.scp.css */
/* CSS for Enfermeria component */

.checkbox-field[b-kb9k58pe4b] {
    background: #fff;
    border: 1px solid #dde0f0;
    border-radius: 7px;
    padding: .65rem .75rem;
}

.checkbox-label[b-kb9k58pe4b] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .88rem;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: .25rem;
}

    .checkbox-label input[b-kb9k58pe4b] {
        width: auto;
    }

.exani-container[b-kb9k58pe4b] {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem 4rem;
    font-family: 'Segoe UI', system-ui, sans-serif;
    color: #1a1a2e;
}

.form-title[b-kb9k58pe4b] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid #3b4cca;
    color: #1a1a2e;
}

.form-grid[b-kb9k58pe4b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.form-section[b-kb9k58pe4b],
.table-section[b-kb9k58pe4b] {
    background: #f7f8fc;
    border: 1px solid #e2e5f1;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

    .form-section h3[b-kb9k58pe4b],
    .table-section h3[b-kb9k58pe4b] {
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #3b4cca;
        margin-bottom: 1rem;
    }

.field[b-kb9k58pe4b] {
    display: flex;
    flex-direction: column;
    margin-bottom: .85rem;
    min-width: 0;
}

    .field label[b-kb9k58pe4b] {
        font-size: .78rem;
        font-weight: 600;
        color: #555;
        margin-bottom: .3rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .field input[b-kb9k58pe4b],
    .field select[b-kb9k58pe4b],
    .search-box input[b-kb9k58pe4b] {
        padding: .45rem .65rem;
        border: 1px solid #cdd1e0;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        transition: border-color .15s;
        outline: none;
        width: 100%;
        box-sizing: border-box;
    }

        .field input:focus[b-kb9k58pe4b],
        .field select:focus[b-kb9k58pe4b],
        .search-box input:focus[b-kb9k58pe4b] {
            border-color: #3b4cca;
            box-shadow: 0 0 0 2px rgba(59,76,202,.15);
        }

    .field small[b-kb9k58pe4b] {
        color: #666;
        font-size: .78rem;
        margin-top: .25rem;
    }

.field-row[b-kb9k58pe4b] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .75rem;
}

.radio-grid[b-kb9k58pe4b] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
}

.radio-label[b-kb9k58pe4b] {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .88rem;
    cursor: pointer;
    padding: .3rem .6rem;
    border-radius: 5px;
    border: 1px solid #dde0f0;
    background: #fff;
    transition: background .12s;
}

    .radio-label:hover[b-kb9k58pe4b] {
        background: #eef0fb;
    }

.button-row[b-kb9k58pe4b] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn[b-kb9k58pe4b] {
    padding: .55rem 1.4rem;
    border-radius: 7px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .15s;
}

.btn-primary[b-kb9k58pe4b] {
    background: #3b4cca;
    color: #fff;
    border-color: #3b4cca;
}

    .btn-primary:hover:not(:disabled)[b-kb9k58pe4b] {
        background: #2d3ba8;
    }

.btn-outline[b-kb9k58pe4b] {
    background: transparent;
    color: #3b4cca;
    border-color: #3b4cca;
}

    .btn-outline:hover:not(:disabled)[b-kb9k58pe4b] {
        background: #eef0fb;
    }

.btn-secondary[b-kb9k58pe4b] {
    background: #e5e7f0;
    color: #444;
    border-color: #e5e7f0;
}

    .btn-secondary:hover:not(:disabled)[b-kb9k58pe4b] {
        background: #d5d8ec;
    }

.btn:disabled[b-kb9k58pe4b] {
    opacity: .55;
    cursor: not-allowed;
}

.alert[b-kb9k58pe4b] {
    padding: .75rem 1rem;
    border-radius: 7px;
    margin-bottom: 1rem;
    font-size: .9rem;
}

.alert-success[b-kb9k58pe4b] {
    background: #e6f4ea;
    color: #1e6b3a;
    border: 1px solid #a8d5b5;
}

.alert-error[b-kb9k58pe4b] {
    background: #fdecea;
    color: #8c1c13;
    border: 1px solid #f5b7b1;
}

.table-section[b-kb9k58pe4b] {
    margin-top: 2rem;
}

.table-toolbar[b-kb9k58pe4b] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.search-box[b-kb9k58pe4b] {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap;
}

    .search-box input[b-kb9k58pe4b] {
        min-width: 260px;
    }

.table-responsive[b-kb9k58pe4b] {
    overflow-x: auto;
}

.crud-table[b-kb9k58pe4b] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: .9rem;
}

    .crud-table th[b-kb9k58pe4b],
    .crud-table td[b-kb9k58pe4b] {
        padding: .65rem .75rem;
        border-bottom: 1px solid #e2e5f1;
        text-align: left;
        vertical-align: top;
    }

    .crud-table th[b-kb9k58pe4b] {
        background: #eef0fb;
        color: #3b4cca;
        font-size: .76rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .crud-table small[b-kb9k58pe4b] {
        color: #666;
    }

.actions-cell[b-kb9k58pe4b] {
    vertical-align: middle;
    border-bottom: 1px solid #e2e5f1;
}

.actions[b-kb9k58pe4b] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    flex-wrap: wrap;
    height: 100%;
}

.empty-message[b-kb9k58pe4b] {
    color: #666;
    margin: 0;
    font-size: .9rem;
}

.actions-vertical[b-kb9k58pe4b] {
    flex-direction: column;
    align-items: stretch;
}

    .actions-vertical .btn[b-kb9k58pe4b] {
        width: 100%;
        padding: .45rem .85rem;
    }

@media (max-width: 992px) {
    .field-row[b-kb9k58pe4b] {
        display: flex;
        flex-direction: column;
    }

        .field-row .field[b-kb9k58pe4b] {
            margin: 0;
        }

    .table-toolbar[b-kb9k58pe4b],
    .search-box[b-kb9k58pe4b] {
        align-items: stretch;
        flex-direction: column;
    }

        .search-box input[b-kb9k58pe4b] {
            min-width: 0;
        }
}
/* /Components/Pages/Evaluatec.razor.rz.scp.css */

.exani-container[b-74vfnvepos] {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem 4rem;
    font-family: 'Segoe UI', system-ui, sans-serif;
    color: #111;
}

.form-title[b-74vfnvepos] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid #f2b6b6;
    color: #111;
}

.form-grid[b-74vfnvepos] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.form-section[b-74vfnvepos],
.table-section[b-74vfnvepos] {
    background: #fffafa;
    border: 1px solid #f6dada;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

    .form-section h3[b-74vfnvepos],
    .table-section h3[b-74vfnvepos] {
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #111;
        margin-bottom: 1rem;
    }

.field[b-74vfnvepos] {
    display: flex;
    flex-direction: column;
    margin-bottom: .85rem;
    min-width: 0;
}

    .field label[b-74vfnvepos] {
        font-size: .78rem;
        font-weight: 600;
        color: #222;
        margin-bottom: .3rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .field input[b-74vfnvepos],
    .field select[b-74vfnvepos],
    .search-box input[b-74vfnvepos] {
        padding: .45rem .65rem;
        border: 1px solid #efd0d0;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        transition: border-color .15s, box-shadow .15s;
        outline: none;
        width: 100%;
        box-sizing: border-box;
        color: #111;
    }

        .field input:focus[b-74vfnvepos],
        .field select:focus[b-74vfnvepos],
        .search-box input:focus[b-74vfnvepos] {
            border-color: #efb1b1;
            box-shadow: 0 0 0 2px rgba(239, 177, 177, .25);
        }

.field-row[b-74vfnvepos] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .75rem;
}

.radio-group[b-74vfnvepos],
.radio-grid[b-74vfnvepos] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
}

.radio-label[b-74vfnvepos] {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .88rem;
    cursor: pointer;
    padding: .3rem .6rem;
    border-radius: 5px;
    border: 1px solid #f3d4d4;
    background: #fff;
    color: #111;
    transition: background .12s, border-color .12s;
}

    .radio-label:hover[b-74vfnvepos] {
        background: #fff1f1;
        border-color: #efbdbd;
    }

    .radio-label input[b-74vfnvepos] {
        accent-color: #ef9f9f;
    }

.button-row[b-74vfnvepos] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn[b-74vfnvepos] {
    padding: .55rem 1.4rem;
    border-radius: 7px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .15s;
}

.btn-primary[b-74vfnvepos] {
    background: #f2b6b6;
    color: #111;
    border-color: #f2b6b6;
}

    .btn-primary:hover:not(:disabled)[b-74vfnvepos] {
        background: #eda3a3;
        border-color: #eda3a3;
    }

.btn-outline[b-74vfnvepos] {
    background: transparent;
    color: #111;
    border-color: #efb1b1;
}

    .btn-outline:hover:not(:disabled)[b-74vfnvepos] {
        background: #fff1f1;
    }

.btn-secondary[b-74vfnvepos] {
    background: #f8e1e1;
    color: #111;
    border-color: #f8e1e1;
}

    .btn-secondary:hover:not(:disabled)[b-74vfnvepos] {
        background: #f2d1d1;
        border-color: #f2d1d1;
    }

.btn:disabled[b-74vfnvepos] {
    opacity: .55;
    cursor: not-allowed;
}

.alert[b-74vfnvepos] {
    padding: .75rem 1rem;
    border-radius: 7px;
    margin-bottom: 1rem;
    font-size: .9rem;
}

.alert-success[b-74vfnvepos] {
    background: #eaf7ee;
    color: #111;
    border: 1px solid #add8ba;
}

.alert-error[b-74vfnvepos] {
    background: #fff0f0;
    color: #111;
    border: 1px solid #f2bcbc;
}

.table-section[b-74vfnvepos] {
    margin-top: 2rem;
}

.table-toolbar[b-74vfnvepos] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.search-box[b-74vfnvepos] {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap;
}

    .search-box input[b-74vfnvepos] {
        min-width: 260px;
    }

.table-responsive[b-74vfnvepos] {
    overflow-x: auto;
}

.crud-table[b-74vfnvepos] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: .9rem;
}

    .crud-table th[b-74vfnvepos],
    .crud-table td[b-74vfnvepos] {
        padding: .65rem .75rem;
        border-bottom: 1px solid #f4dada;
        text-align: left;
        vertical-align: middle;
        color: #111;
    }

    .crud-table th[b-74vfnvepos] {
        background: #fff0f0;
        color: #111;
        font-size: .76rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .crud-table tr:hover td[b-74vfnvepos] {
        background: #fffafa;
    }

    .crud-table small[b-74vfnvepos] {
        color: #333;
    }

.actions-cell[b-74vfnvepos] {
    vertical-align: middle;
}

.actions[b-74vfnvepos] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    flex-wrap: wrap;
    height: 100%;
}

.actions-vertical[b-74vfnvepos] {
    flex-direction: column;
    align-items: stretch;
}

    .actions-vertical .btn[b-74vfnvepos] {
        width: 100%;
        padding: .45rem .85rem;
    }

.empty-message[b-74vfnvepos] {
    color: #333;
    margin: 0;
    font-size: .9rem;
}

@media (max-width: 992px) {
    .field-row[b-74vfnvepos] {
        display: flex;
        flex-direction: column;
    }

        .field-row .field[b-74vfnvepos] {
            margin: 0;
        }

    .table-toolbar[b-74vfnvepos],
    .search-box[b-74vfnvepos] {
        align-items: stretch;
        flex-direction: column;
    }

        .search-box input[b-74vfnvepos] {
            min-width: 0;
        }
}

/* /Components/Pages/Exani.razor.rz.scp.css */
/* CSS for Exani component - Paleta amarillo mostaza suave */

.exani-container[b-q9ciuty3nl] {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem 4rem;
    font-family: 'Segoe UI', system-ui, sans-serif;
    color: #1a1a2e;
}

.form-title[b-q9ciuty3nl] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid #b9872f;
    color: #1a1a2e;
}

.form-grid[b-q9ciuty3nl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.form-section[b-q9ciuty3nl] {
    background: #fbf8ef;
    border: 1px solid #e6d8bd;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

    .form-section h3[b-q9ciuty3nl] {
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #7a5300;
        margin-bottom: 1rem;
    }

.field[b-q9ciuty3nl] {
    display: flex;
    flex-direction: column;
    margin-bottom: .85rem;
    min-width: 0;
}

    .field label[b-q9ciuty3nl] {
        font-size: .78rem;
        font-weight: 600;
        color: #555;
        margin-bottom: .3rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .field input[b-q9ciuty3nl],
    .field select[b-q9ciuty3nl] {
        padding: .45rem .65rem;
        border: 1px solid #d8c7a8;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        transition: border-color .15s, box-shadow .15s;
        outline: none;
        width: 100%;
        box-sizing: border-box;
    }

        .field input:focus[b-q9ciuty3nl],
        .field select:focus[b-q9ciuty3nl] {
            border-color: #b9872f;
            box-shadow: 0 0 0 2px rgba(185, 135, 47, .18);
        }

.field-row[b-q9ciuty3nl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .75rem;
}

.radio-group[b-q9ciuty3nl],
.radio-grid[b-q9ciuty3nl] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
}

.radio-label[b-q9ciuty3nl] {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .88rem;
    cursor: pointer;
    padding: .3rem .6rem;
    border-radius: 5px;
    border: 1px solid #e1d1b2;
    background: #fff;
    transition: background .12s, border-color .12s;
}

    .radio-label:hover[b-q9ciuty3nl] {
        background: #f4ead4;
        border-color: #c9972e;
    }

.button-row[b-q9ciuty3nl] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn[b-q9ciuty3nl] {
    padding: .55rem 1.4rem;
    border-radius: 7px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .15s;
}

.btn-primary[b-q9ciuty3nl] {
    background: #9a6a00;
    color: #fff;
    border-color: #9a6a00;
}

    .btn-primary:hover:not(:disabled)[b-q9ciuty3nl] {
        background: #7a5300;
        border-color: #7a5300;
        color: #fff;
    }

.btn-outline[b-q9ciuty3nl] {
    background: transparent;
    color: #7a5300;
    border-color: #b9872f;
}

    .btn-outline:hover:not(:disabled)[b-q9ciuty3nl] {
        background: #f4ead4;
        color: #5f4100;
        border-color: #9a6a00;
    }

.btn-secondary[b-q9ciuty3nl] {
    background: #e9e1d2;
    color: #444;
    border-color: #e9e1d2;
}

    .btn-secondary:hover:not(:disabled)[b-q9ciuty3nl] {
        background: #ded2bf;
        border-color: #ded2bf;
    }

.btn:disabled[b-q9ciuty3nl] {
    opacity: .55;
    cursor: not-allowed;
}

.alert[b-q9ciuty3nl] {
    padding: .75rem 1rem;
    border-radius: 7px;
    margin-bottom: 1rem;
    font-size: .9rem;
}

.alert-success[b-q9ciuty3nl] {
    background: #e6f4ea;
    color: #1e6b3a;
    border: 1px solid #a8d5b5;
}

.alert-error[b-q9ciuty3nl] {
    background: #fdecea;
    color: #8c1c13;
    border: 1px solid #f5b7b1;
}

.table-section[b-q9ciuty3nl] {
    margin-top: 2rem;
    background: #fbf8ef;
    border: 1px solid #e6d8bd;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

    .table-section h3[b-q9ciuty3nl] {
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #7a5300;
        margin-bottom: 1rem;
    }

.table-toolbar[b-q9ciuty3nl] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.search-box[b-q9ciuty3nl] {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap;
}

    .search-box input[b-q9ciuty3nl] {
        min-width: 260px;
        padding: .45rem .65rem;
        border: 1px solid #d8c7a8;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        outline: none;
        box-sizing: border-box;
    }

        .search-box input:focus[b-q9ciuty3nl] {
            border-color: #b9872f;
            box-shadow: 0 0 0 2px rgba(185, 135, 47, .18);
        }

.table-responsive[b-q9ciuty3nl] {
    overflow-x: auto;
}

.crud-table[b-q9ciuty3nl] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: .9rem;
}

    .crud-table th[b-q9ciuty3nl],
    .crud-table td[b-q9ciuty3nl] {
        padding: .65rem .75rem;
        border-bottom: 1px solid #e6d8bd;
        text-align: left;
        vertical-align: middle;
    }

    .crud-table th[b-q9ciuty3nl] {
        background: #f4ead4;
        color: #7a5300;
        font-size: .76rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .crud-table small[b-q9ciuty3nl] {
        color: #666;
    }

    .crud-table tbody tr:hover[b-q9ciuty3nl] {
        background: #fbf8ef;
    }

.actions-cell[b-q9ciuty3nl] {
    vertical-align: middle;
}

.actions[b-q9ciuty3nl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.actions-vertical[b-q9ciuty3nl] {
    flex-direction: column;
    align-items: stretch;
}

    .actions-vertical .btn[b-q9ciuty3nl] {
        width: 100%;
        padding: .45rem .85rem;
    }

.empty-message[b-q9ciuty3nl] {
    color: #666;
    margin: 0;
    font-size: .9rem;
}

@media (max-width: 992px) {
    .field-row[b-q9ciuty3nl] {
        display: flex;
        flex-direction: column;
    }

        .field-row .field[b-q9ciuty3nl] {
            margin: 0;
        }

    .table-toolbar[b-q9ciuty3nl],
    .search-box[b-q9ciuty3nl] {
        align-items: stretch;
        flex-direction: column;
    }

        .search-box input[b-q9ciuty3nl] {
            min-width: 0;
        }
}
/* /Components/Pages/Excoba.razor.rz.scp.css */
/* CSS for Excoba component */

.exani-container[b-7t6vuwqaop] {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem 4rem;
    font-family: 'Segoe UI', system-ui, sans-serif;
    color: #111;
}

.form-title[b-7t6vuwqaop] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid #f4c27a;
    color: #111;
}

.form-grid[b-7t6vuwqaop] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.form-section[b-7t6vuwqaop],
.table-section[b-7t6vuwqaop] {
    background: #fffaf3;
    border: 1px solid #f6dfbd;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

    .form-section h3[b-7t6vuwqaop],
    .table-section h3[b-7t6vuwqaop] {
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #111;
        margin-bottom: 1rem;
    }

.field[b-7t6vuwqaop] {
    display: flex;
    flex-direction: column;
    margin-bottom: .85rem;
    min-width: 0;
}

    .field label[b-7t6vuwqaop] {
        font-size: .78rem;
        font-weight: 600;
        color: #222;
        margin-bottom: .3rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .field input[b-7t6vuwqaop],
    .field select[b-7t6vuwqaop],
    .search-box input[b-7t6vuwqaop] {
        padding: .45rem .65rem;
        border: 1px solid #efd5ad;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        transition: border-color .15s, box-shadow .15s;
        outline: none;
        width: 100%;
        box-sizing: border-box;
        color: #111;
    }

        .field input:focus[b-7t6vuwqaop],
        .field select:focus[b-7t6vuwqaop],
        .search-box input:focus[b-7t6vuwqaop] {
            border-color: #f0b45f;
            box-shadow: 0 0 0 2px rgba(240, 180, 95, .25);
        }

.field-row[b-7t6vuwqaop] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .75rem;
}

.radio-group[b-7t6vuwqaop],
.radio-grid[b-7t6vuwqaop] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
}

.radio-label[b-7t6vuwqaop] {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .88rem;
    cursor: pointer;
    padding: .3rem .6rem;
    border-radius: 5px;
    border: 1px solid #f4dbb4;
    background: #fff;
    color: #111;
    transition: background .12s, border-color .12s;
}

    .radio-label:hover[b-7t6vuwqaop] {
        background: #fff3df;
        border-color: #edc489;
    }

    .radio-label input[b-7t6vuwqaop] {
        accent-color: #f0b45f;
    }

.button-row[b-7t6vuwqaop] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn[b-7t6vuwqaop] {
    padding: .55rem 1.4rem;
    border-radius: 7px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .15s;
}

.btn-primary[b-7t6vuwqaop] {
    background: #f4c27a;
    color: #111;
    border-color: #f4c27a;
}

    .btn-primary:hover:not(:disabled)[b-7t6vuwqaop] {
        background: #efb25d;
        border-color: #efb25d;
    }

.btn-outline[b-7t6vuwqaop] {
    background: transparent;
    color: #111;
    border-color: #f0b45f;
}

    .btn-outline:hover:not(:disabled)[b-7t6vuwqaop] {
        background: #fff3df;
    }

.btn-secondary[b-7t6vuwqaop] {
    background: #f8e5c9;
    color: #111;
    border-color: #f8e5c9;
}

    .btn-secondary:hover:not(:disabled)[b-7t6vuwqaop] {
        background: #f3d6aa;
        border-color: #f3d6aa;
    }

.btn:disabled[b-7t6vuwqaop] {
    opacity: .55;
    cursor: not-allowed;
}

.alert[b-7t6vuwqaop] {
    padding: .75rem 1rem;
    border-radius: 7px;
    margin-bottom: 1rem;
    font-size: .9rem;
}

.alert-success[b-7t6vuwqaop] {
    background: #eaf7ee;
    color: #111;
    border: 1px solid #add8ba;
}

.alert-error[b-7t6vuwqaop] {
    background: #fff4ec;
    color: #111;
    border: 1px solid #f2c59b;
}

.table-section[b-7t6vuwqaop] {
    margin-top: 2rem;
}

.table-toolbar[b-7t6vuwqaop] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.search-box[b-7t6vuwqaop] {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap;
}

    .search-box input[b-7t6vuwqaop] {
        min-width: 260px;
    }

.table-responsive[b-7t6vuwqaop] {
    overflow-x: auto;
}

.crud-table[b-7t6vuwqaop] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: .9rem;
}

    .crud-table th[b-7t6vuwqaop],
    .crud-table td[b-7t6vuwqaop] {
        padding: .65rem .75rem;
        border-bottom: 1px solid #f4dfbf;
        text-align: left;
        vertical-align: middle;
        color: #111;
    }

    .crud-table th[b-7t6vuwqaop] {
        background: #fff1dc;
        color: #111;
        font-size: .76rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .crud-table tr:hover td[b-7t6vuwqaop] {
        background: #fffaf3;
    }

    .crud-table small[b-7t6vuwqaop] {
        color: #333;
    }

.actions-cell[b-7t6vuwqaop] {
    vertical-align: middle;
}

.actions[b-7t6vuwqaop] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    flex-wrap: wrap;
    height: 100%;
}

.actions-vertical[b-7t6vuwqaop] {
    flex-direction: column;
    align-items: stretch;
}

    .actions-vertical .btn[b-7t6vuwqaop] {
        width: 100%;
        padding: .45rem .85rem;
    }

.empty-message[b-7t6vuwqaop] {
    color: #333;
    margin: 0;
    font-size: .9rem;
}

@media (max-width: 992px) {
    .field-row[b-7t6vuwqaop] {
        display: flex;
        flex-direction: column;
    }

        .field-row .field[b-7t6vuwqaop] {
            margin: 0;
        }

    .table-toolbar[b-7t6vuwqaop],
    .search-box[b-7t6vuwqaop] {
        align-items: stretch;
        flex-direction: column;
    }

        .search-box input[b-7t6vuwqaop] {
            min-width: 0;
        }
}
/* /Components/Pages/Horarios.razor.rz.scp.css */
.horarios-container[b-5bb2omqqwh] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px;
}

.form-title[b-5bb2omqqwh] {
    margin-bottom: 24px;
    color: #2f3a45;
    font-weight: 700;
}

.form-section[b-5bb2omqqwh],
.table-section[b-5bb2omqqwh] {
    background: #ffffff;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(38, 50, 56, 0.08);
}

.form-section + .form-section[b-5bb2omqqwh] {
    margin-top: 16px;
}

.table-section[b-5bb2omqqwh] {
    margin-top: 22px;
}

.form-section h3[b-5bb2omqqwh],
.table-section h3[b-5bb2omqqwh] {
    margin-bottom: 16px;
    color: #34495e;
    font-size: 1.1rem;
    font-weight: 700;
}

.form-grid[b-5bb2omqqwh] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.span-2[b-5bb2omqqwh] {
    grid-column: span 2;
}

.field[b-5bb2omqqwh] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.field label[b-5bb2omqqwh] {
    margin-bottom: 6px;
    color: #52606d;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.field input[b-5bb2omqqwh],
.field select[b-5bb2omqqwh] {
    width: 100%;
    box-sizing: border-box;
    padding: .5rem .65rem;
    border: 1px solid #cdd6df;
    border-radius: 6px;
    background: #fff;
    color: #263238;
    font-size: .92rem;
    outline: none;
}

.field input:focus[b-5bb2omqqwh],
.field select:focus[b-5bb2omqqwh] {
    border-color: #2f80ed;
    box-shadow: 0 0 0 2px rgba(47, 128, 237, .14);
}

.checkbox-field[b-5bb2omqqwh] {
    justify-content: end;
}

.mode-field[b-5bb2omqqwh] {
    margin-bottom: -4px;
}

.checkbox-label[b-5bb2omqqwh] {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 .65rem;
    border: 1px solid #cdd6df;
    border-radius: 6px;
    background: #f8fafc;
    color: #34495e;
    font-weight: 700;
}

.checkbox-label input[b-5bb2omqqwh] {
    width: auto;
}

.button-row[b-5bb2omqqwh] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.btn[b-5bb2omqqwh] {
    padding: .52rem 1.1rem;
    border-radius: 7px;
    border: 2px solid transparent;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-primary[b-5bb2omqqwh] {
    background: #2f80ed;
    border-color: #2f80ed;
    color: #fff;
}

.btn-primary:hover:not(:disabled)[b-5bb2omqqwh] {
    background: #1c66c8;
}

.btn-outline[b-5bb2omqqwh] {
    background: transparent;
    border-color: #2f80ed;
    color: #2f80ed;
}

.btn-outline:hover:not(:disabled)[b-5bb2omqqwh] {
    background: #eaf3ff;
}

.btn-secondary[b-5bb2omqqwh] {
    background: #e8edf3;
    border-color: #e8edf3;
    color: #34495e;
}

.btn-secondary:hover:not(:disabled)[b-5bb2omqqwh] {
    background: #d9e1ea;
}

.btn-danger[b-5bb2omqqwh] {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

.btn-danger:hover:not(:disabled)[b-5bb2omqqwh] {
    background: #b91c1c;
}

.btn:disabled[b-5bb2omqqwh] {
    opacity: .6;
    cursor: not-allowed;
}

.table-toolbar[b-5bb2omqqwh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.search-box[b-5bb2omqqwh] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.search-box input[b-5bb2omqqwh] {
    min-width: 280px;
    padding: .5rem .65rem;
    border: 1px solid #cdd6df;
    border-radius: 6px;
    background: #fff;
    font-size: .92rem;
    outline: none;
}

.table-responsive[b-5bb2omqqwh] {
    overflow-x: auto;
}

.crud-table[b-5bb2omqqwh] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: .9rem;
}

.crud-table th[b-5bb2omqqwh],
.crud-table td[b-5bb2omqqwh] {
    padding: .7rem .75rem;
    border-bottom: 1px solid #e0e6ed;
    text-align: left;
    vertical-align: top;
}

.crud-table th[b-5bb2omqqwh] {
    background: #f1f5f9;
    color: #475569;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.crud-table small[b-5bb2omqqwh] {
    color: #64748b;
}

.status-pill[b-5bb2omqqwh] {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
}

.status-on[b-5bb2omqqwh] {
    background: #e8f5e9;
    color: #1b5e20;
}

.status-off[b-5bb2omqqwh] {
    background: #f1f5f9;
    color: #64748b;
}

.actions[b-5bb2omqqwh] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.empty-message[b-5bb2omqqwh] {
    margin: 0;
    color: #697784;
    font-size: .92rem;
}

@media (max-width: 760px) {
    .form-grid[b-5bb2omqqwh] {
        grid-template-columns: 1fr;
    }

    .span-2[b-5bb2omqqwh] {
        grid-column: span 1;
    }

    .table-toolbar[b-5bb2omqqwh],
    .search-box[b-5bb2omqqwh] {
        align-items: stretch;
        flex-direction: column;
    }

    .search-box input[b-5bb2omqqwh] {
        min-width: 0;
    }

    .button-row[b-5bb2omqqwh] {
        justify-content: stretch;
    }

    .button-row .btn[b-5bb2omqqwh],
    .search-box .btn[b-5bb2omqqwh] {
        width: 100%;
    }
}
/* /Components/Pages/Inscripciones.razor.rz.scp.css */
.inscripciones-container[b-qiqjuczlrf] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px;
}

.form-title[b-qiqjuczlrf] {
    margin-bottom: 24px;
    color: #2f3a45;
    font-weight: 700;
}

.form-section[b-qiqjuczlrf] {
    background: #ffffff;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(38, 50, 56, 0.08);
}

.form-section h3[b-qiqjuczlrf] {
    margin-bottom: 16px;
    color: #34495e;
    font-size: 1.1rem;
    font-weight: 700;
}

.download-grid[b-qiqjuczlrf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
}

.download-card[b-qiqjuczlrf] {
    min-height: 118px;
    padding: 18px;
    border: 1px solid #d7e0e8;
    border-radius: 8px;
    background: #f8fafc;
    color: #25313d;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.download-card:hover:not(:disabled)[b-qiqjuczlrf] {
    border-color: #2f80ed;
    box-shadow: 0 10px 24px rgba(47, 128, 237, 0.14);
    transform: translateY(-1px);
}

.download-card:disabled[b-qiqjuczlrf] {
    opacity: 0.68;
    cursor: wait;
}

.download-card i[b-qiqjuczlrf] {
    color: #217346;
    font-size: 1.75rem;
}

.download-card span[b-qiqjuczlrf] {
    font-size: 1.1rem;
    font-weight: 700;
}

.download-card small[b-qiqjuczlrf] {
    color: #697784;
    font-weight: 600;
}
/* /Components/Pages/Pagos.razor.rz.scp.css */
/* CSS for Pagos component */
.tipo-pago-grid[b-asgb0jly4j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.tipo-pago-card[b-asgb0jly4j] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .35rem;
    padding: 1.15rem;
    border: 2px solid #dde0f0;
    border-radius: 10px;
    background: #fff;
    color: #333;
    text-align: left;
    cursor: pointer;
    transition: border-color .15s, background .15s, transform .15s;
}

    .tipo-pago-card:hover[b-asgb0jly4j] {
        border-color: #3b4cca;
        background: #f3f4fc;
        transform: translateY(-2px);
    }

    .tipo-pago-card.seleccionado[b-asgb0jly4j] {
        border-color: #3b4cca;
        background: #eef0fb;
    }

    .tipo-pago-card strong[b-asgb0jly4j] {
        font-size: 1rem;
    }

    .tipo-pago-card small[b-asgb0jly4j] {
        color: #666;
        line-height: 1.35;
    }

.tipo-icono[b-asgb0jly4j] {
    font-size: 1.8rem;
}

.resumen-seleccion[b-asgb0jly4j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    background: #eef0fb;
    border: 1px solid #d5d9ef;
    border-radius: 9px;
}

.modal-seccion-titulo[b-asgb0jly4j] {
    color: #3b4cca;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 1rem;
}

.alumno-resumen[b-asgb0jly4j] {
    display: grid;
    gap: .4rem;
    margin-top: .75rem;
    padding: .85rem 1rem;
    background: #f7f8fc;
    border: 1px solid #e2e5f1;
    border-radius: 7px;
}

.field textarea[b-asgb0jly4j] {
    width: 100%;
    box-sizing: border-box;
    padding: .55rem .65rem;
    border: 1px solid #cdd1e0;
    border-radius: 6px;
    font-family: inherit;
    font-size: .92rem;
    resize: vertical;
}

    .field textarea:focus[b-asgb0jly4j] {
        outline: none;
        border-color: #3b4cca;
        box-shadow: 0 0 0 2px rgba(59, 76, 202, .15);
    }

@media (max-width: 768px) {
    .resumen-seleccion[b-asgb0jly4j] {
        align-items: stretch;
        flex-direction: column;
    }

        .resumen-seleccion .btn[b-asgb0jly4j] {
            width: 100%;
        }
}
/* /Components/Pages/PagosEnfermeria.razor.rz.scp.css */
/* CSS for PagosEnfermeria component */
.exani-container[b-5enrzec0w9] {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem 4rem;
    font-family: 'Segoe UI', system-ui, sans-serif;
    color: #1a1a2e;
}

.form-title[b-5enrzec0w9] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid #3b4cca;
    color: #1a1a2e;
}

.form-grid[b-5enrzec0w9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.form-section[b-5enrzec0w9],
.table-section[b-5enrzec0w9] {
    background: #f7f8fc;
    border: 1px solid #e2e5f1;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

    .form-section h3[b-5enrzec0w9],
    .table-section h3[b-5enrzec0w9] {
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #3b4cca;
        margin-bottom: 1rem;
    }

.field[b-5enrzec0w9] {
    display: flex;
    flex-direction: column;
    margin-bottom: .85rem;
    min-width: 0;
}

    .field label[b-5enrzec0w9] {
        font-size: .78rem;
        font-weight: 600;
        color: #555;
        margin-bottom: .3rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .field input[b-5enrzec0w9],
    .field select[b-5enrzec0w9] {
        padding: .45rem .65rem;
        border: 1px solid #cdd1e0;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        transition: border-color .15s;
        outline: none;
        width: 100%;
        box-sizing: border-box;
    }

        .field input:focus[b-5enrzec0w9],
        .field select:focus[b-5enrzec0w9] {
            border-color: #3b4cca;
            box-shadow: 0 0 0 2px rgba(59,76,202,.15);
        }

.field-row[b-5enrzec0w9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .75rem;
}

.button-row[b-5enrzec0w9] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.inside-section[b-5enrzec0w9] {
    margin-top: 1rem;
}

.btn[b-5enrzec0w9] {
    padding: .55rem 1.4rem;
    border-radius: 7px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .15s;
}

.btn-primary[b-5enrzec0w9] {
    background: #3b4cca;
    color: #fff;
    border-color: #3b4cca;
}

    .btn-primary:hover:not(:disabled)[b-5enrzec0w9] {
        background: #2d3ba8;
    }

.btn-outline[b-5enrzec0w9] {
    background: transparent;
    color: #3b4cca;
    border-color: #3b4cca;
}

    .btn-outline:hover:not(:disabled)[b-5enrzec0w9] {
        background: #eef0fb;
    }

.btn-secondary[b-5enrzec0w9] {
    background: #e5e7f0;
    color: #444;
    border-color: #e5e7f0;
}

    .btn-secondary:hover:not(:disabled)[b-5enrzec0w9] {
        background: #d5d8ec;
    }

.btn:disabled[b-5enrzec0w9] {
    opacity: .55;
    cursor: not-allowed;
}

.alert[b-5enrzec0w9] {
    padding: .75rem 1rem;
    border-radius: 7px;
    margin-bottom: 1rem;
    font-size: .9rem;
}

.alert-success[b-5enrzec0w9] {
    background: #e6f4ea;
    color: #1e6b3a;
    border: 1px solid #a8d5b5;
}

.alert-error[b-5enrzec0w9] {
    background: #fdecea;
    color: #8c1c13;
    border: 1px solid #f5b7b1;
}

.table-section[b-5enrzec0w9] {
    margin-top: 2rem;
}

.table-toolbar[b-5enrzec0w9] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.toolbar-actions[b-5enrzec0w9] {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap;
}

.table-responsive[b-5enrzec0w9] {
    overflow-x: auto;
}

.crud-table[b-5enrzec0w9] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: .9rem;
}

    .crud-table th[b-5enrzec0w9],
    .crud-table td[b-5enrzec0w9] {
        padding: .65rem .75rem;
        border-bottom: 1px solid #e2e5f1;
        text-align: left;
        vertical-align: top;
    }

    .crud-table th[b-5enrzec0w9] {
        background: #eef0fb;
        color: #3b4cca;
        font-size: .76rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

.empty-message[b-5enrzec0w9] {
    color: #666;
    margin: 0;
    font-size: .9rem;
}

.info-card[b-5enrzec0w9] {
    background: #fff;
    border: 1px solid #dde0f0;
    border-radius: 8px;
    padding: .9rem 1rem;
    font-size: .9rem;
}

    .info-card p[b-5enrzec0w9] {
        margin: .25rem 0;
    }

.recibo-card[b-5enrzec0w9] {
    background: #fff;
    border: 1px solid #dde0f0;
    border-radius: 8px;
    padding: 1.5rem;
}

.recibo-header[b-5enrzec0w9] {
    text-align: center;
    border-bottom: 2px solid #e2e5f1;
    padding-bottom: .75rem;
    margin-bottom: 1rem;
}

    .recibo-header h2[b-5enrzec0w9] {
        margin: 0;
        color: #1a1a2e;
    }

    .recibo-header p[b-5enrzec0w9] {
        margin: .25rem 0;
    }

.recibo-grid[b-5enrzec0w9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: .35rem 1rem;
    font-size: .92rem;
}

    .recibo-grid p[b-5enrzec0w9],
    .observaciones[b-5enrzec0w9] {
        margin: .25rem 0;
    }

.recibo-footer[b-5enrzec0w9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
    text-align: center;
}

    .recibo-footer div[b-5enrzec0w9] {
        border-top: 1px solid #333;
        padding-top: .4rem;
        font-size: .85rem;
    }

@media print {
    body *[b-5enrzec0w9] {
        visibility: hidden;
    }

    #recibo-enfermeria[b-5enrzec0w9],
    #recibo-enfermeria *[b-5enrzec0w9] {
        visibility: visible;
    }

    #recibo-enfermeria[b-5enrzec0w9] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        border: none;
    }

    .no-print[b-5enrzec0w9] {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .field-row[b-5enrzec0w9] {
        display: flex;
        flex-direction: column;
    }

    .table-toolbar[b-5enrzec0w9] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/PagosExamenPrepa.razor.rz.scp.css */
.prepa-container[b-z1hv4mexq1] {
    max-width: 1180px;
    margin: 2rem auto;
    padding: 0 1.5rem 4rem;
    font-family: 'Segoe UI', system-ui, sans-serif;
    color: #1a1a2e;
}

.form-title[b-z1hv4mexq1] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid #2e7d32;
}

.form-grid[b-z1hv4mexq1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.form-section[b-z1hv4mexq1],
.table-section[b-z1hv4mexq1] {
    background: #f7fcf7;
    border: 1px solid #c8e6c9;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

    .form-section h3[b-z1hv4mexq1],
    .table-section h3[b-z1hv4mexq1] {
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #2e7d32;
        margin-bottom: 1rem;
    }

.field[b-z1hv4mexq1] {
    display: flex;
    flex-direction: column;
    margin-bottom: .85rem;
    min-width: 0;
}

    .field label[b-z1hv4mexq1] {
        font-size: .78rem;
        font-weight: 600;
        color: #555;
        margin-bottom: .3rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .field input[b-z1hv4mexq1],
    .field select[b-z1hv4mexq1],
    .field textarea[b-z1hv4mexq1] {
        width: 100%;
        box-sizing: border-box;
        padding: .45rem .65rem;
        border: 1px solid #cdd1e0;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        transition: border-color .15s;
        outline: none;
    }

        .field input:focus[b-z1hv4mexq1],
        .field select:focus[b-z1hv4mexq1],
        .field textarea:focus[b-z1hv4mexq1] {
            border-color: #2e7d32;
            box-shadow: 0 0 0 2px rgba(46,125,50,.15);
        }

.field-row[b-z1hv4mexq1] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .75rem;
}

.search-inline[b-z1hv4mexq1] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

    .search-inline input[b-z1hv4mexq1] {
        flex: 1;
        min-width: 0;
    }

.checkbox-field[b-z1hv4mexq1] {
    background: #fff;
    border: 1px solid #c8e6c9;
    border-radius: 7px;
    padding: .65rem .75rem;
    justify-content: center;
}

.checkbox-label[b-z1hv4mexq1] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .88rem;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
}

    .checkbox-label input[b-z1hv4mexq1] {
        width: auto;
    }

.button-row[b-z1hv4mexq1] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn[b-z1hv4mexq1] {
    padding: .55rem 1.4rem;
    border-radius: 7px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .15s;
}

.btn-primary[b-z1hv4mexq1] {
    background: #2e7d32;
    color: #fff;
    border-color: #2e7d32;
}

    .btn-primary:hover:not(:disabled)[b-z1hv4mexq1] {
        background: #1b5e20;
    }

.btn-outline[b-z1hv4mexq1] {
    background: transparent;
    color: #2e7d32;
    border-color: #2e7d32;
}

    .btn-outline:hover:not(:disabled)[b-z1hv4mexq1] {
        background: #e8f5e9;
    }

.btn-secondary[b-z1hv4mexq1] {
    background: #e5e7f0;
    color: #444;
    border-color: #e5e7f0;
}

    .btn-secondary:hover:not(:disabled)[b-z1hv4mexq1] {
        background: #d5d8ec;
    }

.btn:disabled[b-z1hv4mexq1] {
    opacity: .55;
    cursor: not-allowed;
}

.info-card[b-z1hv4mexq1] {
    background: #fff;
    border: 1px solid #c8e6c9;
    border-radius: 8px;
    padding: .85rem 1rem;
    font-size: .9rem;
}

    .info-card p[b-z1hv4mexq1] {
        margin: .25rem 0;
    }

.table-section[b-z1hv4mexq1] {
    margin-top: 2rem;
}

.table-toolbar[b-z1hv4mexq1] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.search-box[b-z1hv4mexq1] {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap;
}

    .search-box input[b-z1hv4mexq1] {
        min-width: 260px;
        padding: .45rem .65rem;
        border: 1px solid #cdd1e0;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        outline: none;
    }

.table-responsive[b-z1hv4mexq1] {
    overflow-x: auto;
}

.crud-table[b-z1hv4mexq1] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: .9rem;
}

    .crud-table th[b-z1hv4mexq1],
    .crud-table td[b-z1hv4mexq1] {
        padding: .65rem .75rem;
        border-bottom: 1px solid #c8e6c9;
        text-align: left;
        vertical-align: top;
    }

    .crud-table th[b-z1hv4mexq1] {
        background: #e8f5e9;
        color: #2e7d32;
        font-size: .76rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .crud-table small[b-z1hv4mexq1] {
        color: #666;
    }

.actions[b-z1hv4mexq1] {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.actions-vertical[b-z1hv4mexq1] {
    flex-direction: column;
}

    .actions-vertical .btn[b-z1hv4mexq1] {
        width: 100%;
        padding: .45rem .85rem;
    }

.empty-message[b-z1hv4mexq1] {
    color: #666;
    margin: 0;
    font-size: .9rem;
}

@media (max-width: 992px) {
    .field-row[b-z1hv4mexq1] {
        display: flex;
        flex-direction: column;
    }

    .table-toolbar[b-z1hv4mexq1],
    .search-box[b-z1hv4mexq1],
    .search-inline[b-z1hv4mexq1] {
        align-items: stretch;
        flex-direction: column;
    }

        .search-box input[b-z1hv4mexq1] {
            min-width: 0;
        }
}
/* /Components/Pages/Prepa.razor.rz.scp.css */
/* CSS for Prepa component */

.exani-container[b-fzoslkcmzp] {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem 4rem;
    font-family: 'Segoe UI', system-ui, sans-serif;
    color: #1a1a2e;
}

.form-title[b-fzoslkcmzp] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid #3b4cca;
    color: #1a1a2e;
}

.form-grid[b-fzoslkcmzp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.form-section[b-fzoslkcmzp] {
    background: #f7f8fc;
    border: 1px solid #e2e5f1;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

    .form-section h3[b-fzoslkcmzp] {
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #3b4cca;
        margin-bottom: 1rem;
    }

.field[b-fzoslkcmzp] {
    display: flex;
    flex-direction: column;
    margin-bottom: .85rem;
    min-width: 0;
}

    .field label[b-fzoslkcmzp] {
        font-size: .78rem;
        font-weight: 600;
        color: #555;
        margin-bottom: .3rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .field input[b-fzoslkcmzp],
    .field select[b-fzoslkcmzp] {
        padding: .45rem .65rem;
        border: 1px solid #cdd1e0;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        transition: border-color .15s;
        outline: none;
        width: 100%;
        box-sizing: border-box;
    }

        .field input:focus[b-fzoslkcmzp],
        .field select:focus[b-fzoslkcmzp] {
            border-color: #2e7d32;
            box-shadow: 0 0 0 2px rgba(46,125,50,.15);
        }

.field-row[b-fzoslkcmzp] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .75rem;
}

.radio-group[b-fzoslkcmzp],
.radio-grid[b-fzoslkcmzp] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
}

.radio-label[b-fzoslkcmzp] {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .88rem;
    cursor: pointer;
    padding: .3rem .6rem;
    border-radius: 5px;
    border: 1px solid #dde0f0;
    background: #fff;
    transition: background .12s;
}

    .radio-label:hover[b-fzoslkcmzp] {
        background: #eef0fb;
    }

.button-row[b-fzoslkcmzp] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn[b-fzoslkcmzp] {
    padding: .55rem 1.4rem;
    border-radius: 7px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .15s;
}

.btn-primary[b-fzoslkcmzp] {
    background: #3b4cca;
    color: #fff;
    border-color: #3b4cca;
}

    .btn-primary:hover:not(:disabled)[b-fzoslkcmzp] {
        background: #2d3ba8;
    }

.btn-outline[b-fzoslkcmzp] {
    background: transparent;
    color: #3b4cca;
    border-color: #3b4cca;
}

    .btn-outline:hover:not(:disabled)[b-fzoslkcmzp] {
        background: #eef0fb;
    }

.btn-secondary[b-fzoslkcmzp] {
    background: #e5e7f0;
    color: #444;
    border-color: #e5e7f0;
}

    .btn-secondary:hover:not(:disabled)[b-fzoslkcmzp] {
        background: #d5d8ec;
    }

.btn:disabled[b-fzoslkcmzp] {
    opacity: .55;
    cursor: not-allowed;
}

.alert[b-fzoslkcmzp] {
    padding: .75rem 1rem;
    border-radius: 7px;
    margin-bottom: 1rem;
    font-size: .9rem;
}

.alert-success[b-fzoslkcmzp] {
    background: #e6f4ea;
    color: #1e6b3a;
    border: 1px solid #a8d5b5;
}

.alert-error[b-fzoslkcmzp] {
    background: #fdecea;
    color: #8c1c13;
    border: 1px solid #f5b7b1;
}


@media (max-width: 992px) {
    .field-row[b-fzoslkcmzp] {
        display: flex;
        flex-direction: column;
    }

        .field-row .field[b-fzoslkcmzp] {
            margin: 0;
        }
}


/*modf*/

.prepa-container[b-fzoslkcmzp] {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem 4rem;
    font-family: 'Segoe UI', system-ui, sans-serif;
    color: #1a1a2e;
}

.form-title[b-fzoslkcmzp] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid #2e7d32;
    color: #1a1a2e;
}

.form-grid[b-fzoslkcmzp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.form-section[b-fzoslkcmzp] {
    background: #f7fcf7;
    border: 1px solid #c8e6c9;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

    .form-section h3[b-fzoslkcmzp] {
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #2e7d32;
        margin-bottom: 1rem;
    }

.field[b-fzoslkcmzp] {
    display: flex;
    flex-direction: column;
    margin-bottom: .85rem;
}

    .field label[b-fzoslkcmzp] {
        font-size: .78rem;
        font-weight: 600;
        color: #555;
        margin-bottom: .3rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .field input[b-fzoslkcmzp],
    .field select[b-fzoslkcmzp] {
        padding: .45rem .65rem;
        border: 1px solid #cdd1e0;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        transition: border-color .15s;
        outline: none;
    }

        .field input:focus[b-fzoslkcmzp],
        .field select:focus[b-fzoslkcmzp] {
            border-color: #2e7d32;
            box-shadow: 0 0 0 2px rgba(46,125,50,.15);
        }

.field-row[b-fzoslkcmzp] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
}

.radio-grid[b-fzoslkcmzp] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
}

.radio-label[b-fzoslkcmzp] {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .88rem;
    cursor: pointer;
    padding: .3rem .6rem;
    border-radius: 5px;
    border: 1px solid #c8e6c9;
    background: #fff;
    transition: background .12s;
}

    .radio-label:hover[b-fzoslkcmzp] {
        background: #e8f5e9;
    }

.button-row[b-fzoslkcmzp] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn[b-fzoslkcmzp] {
    padding: .55rem 1.4rem;
    border-radius: 7px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .15s;
}

.btn-primary[b-fzoslkcmzp] {
    background: #2e7d32;
    color: #fff;
    border-color: #2e7d32;
}

    .btn-primary:hover:not(:disabled)[b-fzoslkcmzp] {
        background: #1b5e20;
    }

.btn-outline[b-fzoslkcmzp] {
    background: transparent;
    color: #2e7d32;
    border-color: #2e7d32;
}

    .btn-outline:hover:not(:disabled)[b-fzoslkcmzp] {
        background: #e8f5e9;
    }

.btn-secondary[b-fzoslkcmzp] {
    background: #e5e7f0;
    color: #444;
    border-color: #e5e7f0;
}

    .btn-secondary:hover:not(:disabled)[b-fzoslkcmzp] {
        background: #d5d8ec;
    }

.btn:disabled[b-fzoslkcmzp] {
    opacity: .55;
    cursor: not-allowed;
}

.alert[b-fzoslkcmzp] {
    padding: .75rem 1rem;
    border-radius: 7px;
    margin-bottom: 1rem;
    font-size: .9rem;
}

.alert-success[b-fzoslkcmzp] {
    background: #e6f4ea;
    color: #1e6b3a;
    border: 1px solid #a8d5b5;
}

.alert-error[b-fzoslkcmzp] {
    background: #fdecea;
    color: #8c1c13;
    border: 1px solid #f5b7b1;
}

.table-section[b-fzoslkcmzp] {
    margin-top: 2rem;
    background: #f7fcf7;
    border: 1px solid #c8e6c9;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

    .table-section h3[b-fzoslkcmzp] {
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #2e7d32;
        margin-bottom: 1rem;
    }

.table-toolbar[b-fzoslkcmzp] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.search-box[b-fzoslkcmzp] {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap;
}

    .search-box input[b-fzoslkcmzp] {
        min-width: 260px;
        padding: .45rem .65rem;
        border: 1px solid #cdd1e0;
        border-radius: 6px;
        font-size: .92rem;
        background: #fff;
        outline: none;
    }

        .search-box input:focus[b-fzoslkcmzp] {
            border-color: #2e7d32;
            box-shadow: 0 0 0 2px rgba(46,125,50,.15);
        }

.table-responsive[b-fzoslkcmzp] {
    overflow-x: auto;
}

.crud-table[b-fzoslkcmzp] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: .9rem;
}

    .crud-table th[b-fzoslkcmzp],
    .crud-table td[b-fzoslkcmzp] {
        padding: .65rem .75rem;
        border-bottom: 1px solid #c8e6c9;
        text-align: left;
        vertical-align: middle;
    }

    .crud-table th[b-fzoslkcmzp] {
        background: #e8f5e9;
        color: #2e7d32;
        font-size: .76rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .crud-table small[b-fzoslkcmzp] {
        color: #666;
    }

.actions-cell[b-fzoslkcmzp] {
    vertical-align: middle;
}

.actions[b-fzoslkcmzp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.actions-vertical[b-fzoslkcmzp] {
    flex-direction: column;
    align-items: stretch;
}

    .actions-vertical .btn[b-fzoslkcmzp] {
        width: 100%;
        padding: .45rem .85rem;
    }

.empty-message[b-fzoslkcmzp] {
    color: #666;
    margin: 0;
    font-size: .9rem;
}
.checkbox-field[b-fzoslkcmzp] {
    background: #fff;
    border: 1px solid #c8e6c9;
    border-radius: 7px;
    padding: .65rem .75rem;
}

.checkbox-label[b-fzoslkcmzp] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .88rem;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0;
}

    .checkbox-label input[b-fzoslkcmzp] {
        width: auto;
    }

@media (max-width: 992px) {
    .table-toolbar[b-fzoslkcmzp],
    .search-box[b-fzoslkcmzp] {
        align-items: stretch;
        flex-direction: column;
    }

        .search-box input[b-fzoslkcmzp] {
            min-width: 0;
        }
}
