/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j4eyyknsfk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j4eyyknsfk] {
    flex: 1;
}

.sidebar[b-j4eyyknsfk] {
    background-color: #ffffff;
    background-image: none;
}   
.top-row[b-j4eyyknsfk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j4eyyknsfk]  a, .top-row[b-j4eyyknsfk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-j4eyyknsfk]  a:hover, .top-row[b-j4eyyknsfk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-j4eyyknsfk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-j4eyyknsfk] {
        justify-content: space-between;
    }

    .top-row[b-j4eyyknsfk]  a, .top-row[b-j4eyyknsfk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j4eyyknsfk] {
        flex-direction: row;
    }

    .sidebar[b-j4eyyknsfk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j4eyyknsfk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j4eyyknsfk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j4eyyknsfk], article[b-j4eyyknsfk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-j4eyyknsfk] {
    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-j4eyyknsfk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-x7pk7r5m3d] {
    min-height: 72px;

    display: flex;
    align-items: center;

    padding: 0 18px;

    background: #ffffff;

    border-bottom: 1px solid #e4eaed;
}

.navbar-brand[b-x7pk7r5m3d] {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 0;

    color: #17323a;

    font-size: 18px;
    font-weight: 800;

    text-decoration: none;
}

.brand-mark[b-x7pk7r5m3d] {
    width: 10px;
    height: 28px;

    display: block;

    border-radius: 3px;

    background: #008193;

    transform: skew(-10deg);
}


/* CONTAINER DA NAVEGAÇÃO */

.nav-scrollable[b-x7pk7r5m3d] {
    padding: 18px 12px;
}


/* TÍTULOS DOS GRUPOS */

.nav-section-title[b-x7pk7r5m3d] {
    margin: 18px 12px 8px 12px;

    color: #9aa4a9;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.2px;
}


/* ITEM */

.nav-item[b-x7pk7r5m3d] {
    margin-bottom: 4px;
}

[b-x7pk7r5m3d] .nav-link {
    min-height: 44px;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 9px 12px;

    border-radius: 8px;

    color: #5c686e;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        transform 0.15s ease;
}

[b-x7pk7r5m3d] .nav-link:hover {
    background: #f2f7f8;

    color: #008193;
}


/* ROTA ATUAL */

[b-x7pk7r5m3d] .nav-link.active {
    background: rgba(0, 129, 147, 0.10);

    color: #008193;

    font-weight: 700;
}


/* ÍCONE */

.nav-icon[b-x7pk7r5m3d] {
    width: 28px;
    height: 28px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;

    background: #f0f4f5;

    color: #64737a;

    font-size: 12px;
    font-weight: 900;

    transition:
        background-color 0.15s ease,
        color 0.15s ease;
}

[b-x7pk7r5m3d] .nav-link:hover .nav-icon {
    background: rgba(0, 129, 147, 0.10);

    color: #008193;
}

[b-x7pk7r5m3d] .nav-link.active .nav-icon {
    background: #008193;

    color: white;
}
.nav-icon svg[b-x7pk7r5m3d] {
    width: 16px;
    height: 16px;
    fill: currentColor;
}


/* MOBILE TOGGLER */

.navbar-toggler[b-x7pk7r5m3d] {
    appearance: none;

    width: 42px;
    height: 36px;

    position: absolute;

    top: 18px;
    right: 16px;

    border: 1px solid #dce4e7;
    border-radius: 7px;

    background-color: white;

    cursor: pointer;
}

.navbar-toggler[b-x7pk7r5m3d]::after {
    content: "☰";

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: #536168;

    font-size: 18px;
}

.brand-logo[b-x7pk7r5m3d] {
    width: 26px;
    height: 26px;
    object-fit: contain;
}



/* DESKTOP */

@media (min-width: 641px) {

    .navbar-toggler[b-x7pk7r5m3d] {
        display: none;
    }

    .nav-scrollable[b-x7pk7r5m3d] {
        display: block;
    }
}


/* MOBILE */

@media (max-width: 640px) {

    .nav-scrollable[b-x7pk7r5m3d] {
        display: none;

        padding-top: 10px;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-x7pk7r5m3d] {
        display: block;
    }

}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ug7ng7gvpo],
.components-reconnect-repeated-attempt-visible[b-ug7ng7gvpo],
.components-reconnect-failed-visible[b-ug7ng7gvpo],
.components-pause-visible[b-ug7ng7gvpo],
.components-resume-failed-visible[b-ug7ng7gvpo],
.components-rejoining-animation[b-ug7ng7gvpo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ug7ng7gvpo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ug7ng7gvpo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ug7ng7gvpo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ug7ng7gvpo],
#components-reconnect-modal.components-reconnect-retrying[b-ug7ng7gvpo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ug7ng7gvpo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ug7ng7gvpo],
#components-reconnect-modal.components-reconnect-failed[b-ug7ng7gvpo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ug7ng7gvpo] {
    display: block;
}


#components-reconnect-modal[b-ug7ng7gvpo] {
    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-ug7ng7gvpo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ug7ng7gvpo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ug7ng7gvpo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ug7ng7gvpo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ug7ng7gvpo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ug7ng7gvpo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ug7ng7gvpo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ug7ng7gvpo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ug7ng7gvpo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ug7ng7gvpo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ug7ng7gvpo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ug7ng7gvpo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ug7ng7gvpo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ug7ng7gvpo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ug7ng7gvpo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ug7ng7gvpo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ug7ng7gvpo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ug7ng7gvpo {
    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/Dashboard.razor.rz.scp.css */
.dashboard-page[b-nstdq0f6hi] {
    padding: 24px;
    background: #f5f7f9;
    min-height: 100vh;
}

.table-card[b-nstdq0f6hi] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8ee;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* HEADER */

.table-card-header[b-nstdq0f6hi] {
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 24px;

    border-bottom: 1px solid #e5e9ed;
}

.table-title[b-nstdq0f6hi] {
    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 22px;
    font-weight: 700;

    color: #008193;
}

.table-icon[b-nstdq0f6hi] {
    font-size: 24px;
}

.table-actions[b-nstdq0f6hi] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.table-actions label[b-nstdq0f6hi] {
    margin: 0;
    white-space: nowrap;
}


.filter-group[b-nstdq0f6hi] {
    display: flex;
    align-items: center;
    gap: 5px;
}


.table-actions button[b-nstdq0f6hi] {
    border: none;
    background: transparent;

    width: 36px;
    height: 36px;

    border-radius: 6px;

    cursor: pointer;

    font-size: 20px;

    color: #56636f;

    transition: background 0.2s ease;
}

.table-actions button:hover[b-nstdq0f6hi] {
    background: #f0f3f5;
}

.spinner[b-nstdq0f6hi] {
    width: 16px;
    height: 16px;

    border: 2px solid #cbd5da;
    border-top-color: #008193;

    border-radius: 50%;

    animation: spin-b-nstdq0f6hi 0.7s linear infinite;
}

@keyframes spin-b-nstdq0f6hi {
    to {
        transform: rotate(360deg);
    }
}

.filter-input[b-nstdq0f6hi] {
    width: 72px;
    height: 36px;

    padding: 0 10px;

    border: 1px solid #d7e0e5;
    border-radius: 6px;

    background-color: #ffffff;
    color: #4b5563;

    font-size: 14px;
    font-weight: 600;

    text-align: center;

    outline: none;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        background-color 0.15s ease;
}

.filter-input:hover[b-nstdq0f6hi] {
    border-color: #aebdc4;
}

.filter-input:focus[b-nstdq0f6hi] {
    border-color: #008193;

    box-shadow:
        0 0 0 3px rgba(0, 129, 147, 0.12),
        0 2px 6px rgba(0, 0, 0, 0.08);
}



/* TABLE */
.resizable-column[b-nstdq0f6hi] {
    position: relative;
}

.column-resizer[b-nstdq0f6hi] {
    position: absolute;
    top: 0;
    right: -3px;

    width: 7px;
    height: 100%;

    cursor: col-resize;
    user-select: none;

    z-index: 10;
}

.column-resizer:hover[b-nstdq0f6hi] {
    background-color: rgba(0, 129, 147, 0.25);
}
.table-wrapper[b-nstdq0f6hi] {
    overflow-x: auto;
}

.dashboard-table[b-nstdq0f6hi] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.dashboard-table thead[b-nstdq0f6hi] {
    background: #fbfcfd;
}

.dashboard-table th[b-nstdq0f6hi],
.dashboard-table td[b-nstdq0f6hi] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-table th[b-nstdq0f6hi] {
    padding: 16px 20px;

    text-align: left;

    font-size: 14px;
    font-weight: 600;

    color: #323b44;

    border-bottom: 1px solid #dde3e8;

    cursor: pointer;

    white-space: nowrap;
}

.dashboard-table th:hover[b-nstdq0f6hi] {
    background: #f3f6f8;
}

.sort-icon[b-nstdq0f6hi] {
    margin-left: 6px;

    font-size: 12px;

    color: #87939e;
}

.dashboard-table td[b-nstdq0f6hi] {
    padding: 18px 20px;

    border-bottom: 1px solid #edf0f2;

    font-size: 15px;

    color: #333;

    white-space: nowrap;
}

.dashboard-table tbody tr[b-nstdq0f6hi] {
    transition: background 0.15s ease;
}

.dashboard-table tbody tr:nth-child(odd)[b-nstdq0f6hi]{
    background-color: #ffffff;
}

.dashboard-table tbody tr:nth-child(even)[b-nstdq0f6hi]{
    background-color: #E2ECF7;
}
.dashboard-table tbody tr:hover[b-nstdq0f6hi] {
    background: #f8fafb;
}


.p-value[b-nstdq0f6hi]{
    color: #00788a !important;
    font-weight: 900;
}
.primary-value[b-nstdq0f6hi] {
    color: #0000FF !important;
    font-weight: 900;
}
.second-value[b-nstdq0f6hi] {
    color: #000000 !important;
    font-weight: 900;
}

.alert-value[b-nstdq0f6hi] {
    color: #ef2c2c !important;
    font-weight: 900;
}

/* FOOTER */


.table-footer[b-nstdq0f6hi] {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 16px 24px;

    color: #65717c;

    font-size: 14px;

    border-top: 1px solid #e5e9ed;
}

.last-update[b-nstdq0f6hi] {
    color: #8a949d;
    font-size: 12px;
    white-space: nowrap;
}
.pagination[b-nstdq0f6hi] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pagination select[b-nstdq0f6hi] {
    height: 38px;

    min-width: 80px;

    padding: 0 10px;

    border: 1px solid #d5dde3;

    border-radius: 6px;

    background: white;
}

.pagination button[b-nstdq0f6hi] {
    width: 38px;
    height: 38px;

    border: 1px solid #d5dde3;

    border-radius: 6px;

    background: white;

    cursor: pointer;

    font-size: 16px;

    color: #59636d;
}

.pagination button:hover:not(:disabled)[b-nstdq0f6hi] {
    background: #f0f3f5;
}

.pagination button.active[b-nstdq0f6hi] {
    background: #008193;

    color: white;

    border-color: #008193;
}

.pagination button:disabled[b-nstdq0f6hi] {
    opacity: 0.4;

    cursor: default;
}

.dashboard-page:fullscreen[b-nstdq0f6hi] {
    width: 100vw;
    height: 100vh;

    padding: 12px;

    background: #f5f7f9;

    overflow: auto;
}

.dashboard-page:fullscreen .table-card[b-nstdq0f6hi] {
    width: 100%;
    height: 100%;

    border-radius: 0;
}


.dashboard-page:fullscreen .table-wrapper[b-nstdq0f6hi] {
    max-height: calc(100vh - 140px);
    overflow: auto;
}


.refresh-button[b-nstdq0f6hi] {
    min-width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    border: none;
    border-radius: 6px;

    background: transparent;
    color: #56636f;

    cursor: pointer;

    transition:
        background-color 0.15s ease,
        opacity 0.15s ease;
}

.refresh-button:hover:not(:disabled)[b-nstdq0f6hi] {
    background-color: #f0f3f5;
}

.refresh-button:disabled[b-nstdq0f6hi] {
    cursor: default;
    opacity: 0.7;
}

/* MOBILE */

@media (max-width: 768px) {

    .dashboard-page[b-nstdq0f6hi] {
        padding: 12px;
    }

    .table-card-header[b-nstdq0f6hi] {
        padding: 0 16px;
    }

    .table-title[b-nstdq0f6hi] {
        font-size: 18px;
    }

    .table-footer[b-nstdq0f6hi] {
        flex-direction: column;

        align-items: flex-start;

        gap: 14px;
    }
}
/* /Components/Pages/Desceragem.razor.rz.scp.css */
.dashboard-page[b-8fdabatk7u] {
    padding: 24px;
    background: #f5f7f9;
    min-height: 100vh;
}

.table-card[b-8fdabatk7u] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8ee;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* HEADER */

.table-card-header[b-8fdabatk7u] {
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 24px;

    border-bottom: 1px solid #e5e9ed;
}

.table-title[b-8fdabatk7u] {
    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 22px;
    font-weight: 700;

    color: #008193;
}

.table-icon[b-8fdabatk7u] {
    font-size: 24px;
}

.table-actions[b-8fdabatk7u] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.table-actions label[b-8fdabatk7u] {
    margin: 0;
    white-space: nowrap;
}


.filter-group[b-8fdabatk7u] {
    display: flex;
    align-items: center;
    gap: 5px;
}


.table-actions button[b-8fdabatk7u] {
    border: none;
    background: transparent;

    width: 36px;
    height: 36px;

    border-radius: 6px;

    cursor: pointer;

    font-size: 20px;

    color: #56636f;

    transition: background 0.2s ease;
}

.table-actions button:hover[b-8fdabatk7u] {
    background: #f0f3f5;
}

.spinner[b-8fdabatk7u] {
    width: 16px;
    height: 16px;

    border: 2px solid #cbd5da;
    border-top-color: #008193;

    border-radius: 50%;

    animation: spin-b-8fdabatk7u 0.7s linear infinite;
}

@keyframes spin-b-8fdabatk7u {
    to {
        transform: rotate(360deg);
    }
}

.filter-input[b-8fdabatk7u] {
    width: 72px;
    height: 36px;

    padding: 0 10px;

    border: 1px solid #d7e0e5;
    border-radius: 6px;

    background-color: #ffffff;
    color: #4b5563;

    font-size: 14px;
    font-weight: 600;

    text-align: center;

    outline: none;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        background-color 0.15s ease;
}

.filter-input:hover[b-8fdabatk7u] {
    border-color: #aebdc4;
}

.filter-input:focus[b-8fdabatk7u] {
    border-color: #008193;

    box-shadow:
        0 0 0 3px rgba(0, 129, 147, 0.12),
        0 2px 6px rgba(0, 0, 0, 0.08);
}



/* TABLE */
.resizable-column[b-8fdabatk7u] {
    position: relative;
}

.column-resizer[b-8fdabatk7u] {
    position: absolute;
    top: 0;
    right: -3px;

    width: 7px;
    height: 100%;

    cursor: col-resize;
    user-select: none;

    z-index: 10;
}

.column-resizer:hover[b-8fdabatk7u] {
    background-color: rgba(0, 129, 147, 0.25);
}
.table-wrapper[b-8fdabatk7u] {
    overflow-x: auto;
}

.dashboard-table[b-8fdabatk7u] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.dashboard-table thead[b-8fdabatk7u] {
    background: #fbfcfd;
}

.dashboard-table th[b-8fdabatk7u],
.dashboard-table td[b-8fdabatk7u] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-table th[b-8fdabatk7u] {
    padding: 16px 20px;

    text-align: left;

    font-size: 14px;
    font-weight: 600;

    color: #323b44;

    border-bottom: 1px solid #dde3e8;

    cursor: pointer;

    white-space: nowrap;
}

.dashboard-table th:hover[b-8fdabatk7u] {
    background: #f3f6f8;
}

.sort-icon[b-8fdabatk7u] {
    margin-left: 6px;

    font-size: 12px;

    color: #87939e;
}

.dashboard-table td[b-8fdabatk7u] {
    padding: 18px 20px;

    border-bottom: 1px solid #edf0f2;

    font-size: 15px;

    color: #333;

    white-space: nowrap;
}

.dashboard-table tbody tr[b-8fdabatk7u] {
    transition: background 0.15s ease;
}

.dashboard-table tbody tr:nth-child(odd)[b-8fdabatk7u]{
    background-color: #ffffff;
}

.dashboard-table tbody tr:nth-child(even)[b-8fdabatk7u]{
    background-color: #E2ECF7;
}
.dashboard-table tbody tr:hover[b-8fdabatk7u] {
    background: #f8fafb;
}


.p-value[b-8fdabatk7u]{
    color: #00788a !important;
    font-weight: 900;
}
.primary-value[b-8fdabatk7u] {
    color: #0000FF !important;
    font-weight: 900;
}
.second-value[b-8fdabatk7u] {
    color: #000000 !important;
    font-weight: 900;
}

.alert-value[b-8fdabatk7u] {
    color: #ef2c2c !important;
    font-weight: 900;
}

/* FOOTER */


.table-footer[b-8fdabatk7u] {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 16px 24px;

    color: #65717c;

    font-size: 14px;

    border-top: 1px solid #e5e9ed;
}

.last-update[b-8fdabatk7u] {
    color: #8a949d;
    font-size: 12px;
    white-space: nowrap;
}
.pagination[b-8fdabatk7u] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pagination select[b-8fdabatk7u] {
    height: 38px;

    min-width: 80px;

    padding: 0 10px;

    border: 1px solid #d5dde3;

    border-radius: 6px;

    background: white;
}

.pagination button[b-8fdabatk7u] {
    width: 38px;
    height: 38px;

    border: 1px solid #d5dde3;

    border-radius: 6px;

    background: white;

    cursor: pointer;

    font-size: 16px;

    color: #59636d;
}

.pagination button:hover:not(:disabled)[b-8fdabatk7u] {
    background: #f0f3f5;
}

.pagination button.active[b-8fdabatk7u] {
    background: #008193;

    color: white;

    border-color: #008193;
}

.pagination button:disabled[b-8fdabatk7u] {
    opacity: 0.4;

    cursor: default;
}

.dashboard-page:fullscreen[b-8fdabatk7u] {
    width: 100vw;
    height: 100vh;

    padding: 12px;

    background: #f5f7f9;

    overflow: auto;
}

.dashboard-page:fullscreen .table-card[b-8fdabatk7u] {
    width: 100%;
    height: 100%;

    border-radius: 0;
}


.dashboard-page:fullscreen .table-wrapper[b-8fdabatk7u] {
    max-height: calc(100vh - 140px);
    overflow: auto;
}


.refresh-button[b-8fdabatk7u] {
    min-width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    border: none;
    border-radius: 6px;

    background: transparent;
    color: #56636f;

    cursor: pointer;

    transition:
        background-color 0.15s ease,
        opacity 0.15s ease;
}

.refresh-button:hover:not(:disabled)[b-8fdabatk7u] {
    background-color: #f0f3f5;
}

.refresh-button:disabled[b-8fdabatk7u] {
    cursor: default;
    opacity: 0.7;
}

/* MOBILE */

@media (max-width: 768px) {

    .dashboard-page[b-8fdabatk7u] {
        padding: 12px;
    }

    .table-card-header[b-8fdabatk7u] {
        padding: 0 16px;
    }

    .table-title[b-8fdabatk7u] {
        font-size: 18px;
    }

    .table-footer[b-8fdabatk7u] {
        flex-direction: column;

        align-items: flex-start;

        gap: 14px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-98lwcpvm1i] {
    min-height: 100vh;
    padding: 48px;

    background:
        linear-gradient(
            135deg,
            #f4f7f8 0%,
            #edf3f5 100%
        );
}

/* HERO */

.home-hero[b-98lwcpvm1i] {
    max-width: 1200px;
    margin: 0 auto 40px auto;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;
}

.eyebrow[b-98lwcpvm1i] {
    display: block;

    margin-bottom: 10px;

    color: #008193;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.5px;
}

.home-hero h1[b-98lwcpvm1i] {
    margin: 0;

    color: #17323a;

    font-size: 42px;
    font-weight: 800;
}

.home-hero p[b-98lwcpvm1i] {
    max-width: 600px;

    margin: 12px 0 0 0;

    color: #69777d;

    font-size: 16px;
    line-height: 1.6;
}

/* STATUS */

.status-badge[b-98lwcpvm1i] {
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 9px 14px;

    background: white;

    border: 1px solid #dce6e9;
    border-radius: 100px;

    color: #54636a;

    font-size: 13px;
    font-weight: 600;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.status-dot[b-98lwcpvm1i] {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #20a464;

    box-shadow: 0 0 0 4px rgba(32, 164, 100, 0.10);
}

/* CARDS */

.dashboard-grid[b-98lwcpvm1i] {
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 20px;
}

.dashboard-option[b-98lwcpvm1i] {
    min-height: 190px;

    display: flex;
    align-items: center;

    gap: 22px;

    padding: 30px;

    background: white;

    border: 1px solid #dfe7ea;
    border-radius: 14px;

    text-decoration: none;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);

    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease;
}

.dashboard-option:hover[b-98lwcpvm1i] {
    transform: translateY(-3px);

    border-color: rgba(0, 129, 147, 0.35);

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.option-icon[b-98lwcpvm1i] {
    flex: 0 0 62px;

    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(0, 129, 147, 0.10);

    color: #008193;

    font-size: 24px;
    font-weight: 900;
}

.option-content[b-98lwcpvm1i] {
    flex: 1;
}

.option-content h2[b-98lwcpvm1i] {
    margin: 0 0 8px 0;

    color: #17323a;

    font-size: 22px;
    font-weight: 800;
}

.option-content p[b-98lwcpvm1i] {
    margin: 0;

    max-width: 390px;

    color: #758188;

    font-size: 14px;
    line-height: 1.6;
}

.option-arrow[b-98lwcpvm1i] {
    color: #008193;

    font-size: 28px;
    font-weight: 400;

    transition: transform 0.18s ease;
}

.dashboard-option:hover .option-arrow[b-98lwcpvm1i] {
    transform: translateX(4px);
}

/* FOOTER */

.home-footer[b-98lwcpvm1i] {
    max-width: 1200px;

    margin: 30px auto 0 auto;

    padding-top: 20px;

    border-top: 1px solid #dce4e7;

    color: #8b979c;

    font-size: 12px;
}

/* RESPONSIVO */

@media (max-width: 800px) {

    .home-page[b-98lwcpvm1i] {
        padding: 24px;
    }

    .home-hero[b-98lwcpvm1i] {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-hero h1[b-98lwcpvm1i] {
        font-size: 32px;
    }

    .dashboard-grid[b-98lwcpvm1i] {
        grid-template-columns: 1fr;
    }

}
