/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1mvadrcac2] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

main[b-1mvadrcac2] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar[b-1mvadrcac2] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    border-right: solid 1px #dee2e6;
}

.top-row[b-1mvadrcac2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1mvadrcac2]  a, .top-row[b-1mvadrcac2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1mvadrcac2]  a:hover, .top-row[b-1mvadrcac2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1mvadrcac2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1mvadrcac2] {
        justify-content: space-between;
    }

    .top-row[b-1mvadrcac2]  a, .top-row[b-1mvadrcac2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1mvadrcac2] {
        flex-direction: row;
    }

    .sidebar[b-1mvadrcac2] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1mvadrcac2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1mvadrcac2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1mvadrcac2], article[b-1mvadrcac2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1mvadrcac2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-1mvadrcac2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6sldtx5vop] {
    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-6sldtx5vop] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6sldtx5vop] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6sldtx5vop] {
    font-size: 1.1rem;
}

.bi[b-6sldtx5vop] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-6sldtx5vop] {
    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");
}

.bi-plus-square-fill-nav-menu[b-6sldtx5vop] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-6sldtx5vop] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-6sldtx5vop] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6sldtx5vop] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6sldtx5vop] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6sldtx5vop]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-6sldtx5vop]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6sldtx5vop]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6sldtx5vop] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6sldtx5vop] {
    display: block;
}

.navbar-toggler[b-6sldtx5vop] {
    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);
    z-index: 1200;
}

    .navbar-toggler:checked[b-6sldtx5vop] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-6sldtx5vop] {
    height: 3.5rem;
    background-color: rgb(43, 39, 66);
    position: sticky;
    top: 0;
    z-index: 1100;
}

.brand-row[b-6sldtx5vop] {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding-left: 1rem;
    padding-right: 4.25rem; /* reserve space for toggler */
    overflow: visible;
}

.navbar-brand[b-6sldtx5vop] {
    display: block;
    margin: 0;
    color: #fff;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    font-size: clamp(0.85rem, 2.2vw, 1.1rem);
}

/* keep your existing nav styles */
.nav-item[b-6sldtx5vop] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6sldtx5vop] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6sldtx5vop] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6sldtx5vop]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-6sldtx5vop]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-6sldtx5vop]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-6sldtx5vop] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6sldtx5vop] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6sldtx5vop] {
        display: none;
    }

    .nav-scrollable[b-6sldtx5vop] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow: hidden;
    }

    .brand-row[b-6sldtx5vop] {
        padding-right: 1rem;
    }
}
/* /Components/Layout/Sidebar/Sidebar.razor.rz.scp.css */
.database-actions[b-w88ikguohe] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.sidebar-content[b-w88ikguohe] {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.small-icon-button .e-btn .e-icons[b-w88ikguohe] {
    font-size: 8px;
}

/* Project header bar */
.database-name[b-w88ikguohe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem .75rem;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
}

/* Tree list item row */
.btn-container[b-w88ikguohe] {
    position: relative;
    padding: 3px 0;
    gap: .5rem;
}

/* Inline action buttons revealed on row hover */
.quick-btns[b-w88ikguohe] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: none;
    align-items: center;
    gap: .5rem;
}

.btn-container:hover .quick-btns[b-w88ikguohe] {
    display: flex;
}
/* /Components/Layout/Sidebar/SidebarDialogDiagram.razor.rz.scp.css */
.diagram-dialog-content[b-ug4n4s03hp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    max-height: 500px;
    overflow-y: auto;
    padding: 8px 4px;
}

.diagram-node[b-ug4n4s03hp] {
    min-width: 220px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.diagram-node-title[b-ug4n4s03hp] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.9rem;
}

.diagram-node-subtitle[b-ug4n4s03hp] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 2px;
}

.diagram-arrow[b-ug4n4s03hp] {
    font-size: 18px;
    color: #94a3b8;
    line-height: 1;
}

.diagram-children[b-ug4n4s03hp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.diagram-child[b-ug4n4s03hp] {
    background: #f8fafc;
}

.diagram-separator[b-ug4n4s03hp] {
    width: 100%;
    height: 1px;
    background: #e2e8f0;
    margin: 10px 0;
}

.diagram-empty[b-ug4n4s03hp] {
    text-align: center;
    color: #6b7280;
    padding: 16px 8px;
}

/* Syncfusion button overrides for diagram toolbar icons */
.diagram-icon-btn.e-btn[b-ug4n4s03hp] {
    background-color: #ffffff;
}

.diagram-icon-btn.e-btn:hover[b-ug4n4s03hp],
.diagram-icon-btn.e-btn:focus[b-ug4n4s03hp] {
    background-color: #f8f9fa;
}

.diagram-icon-btn .e-btn-icon[b-ug4n4s03hp] {
    color: #000000;
}

.sf-toolbar-icon[b-ug4n4s03hp] {
    min-width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Pages/DialogPattern.razor.rz.scp.css */
.pfill-advanced[b-kesfvxs2v2] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.pfill-card[b-kesfvxs2v2] {
    border: 1px solid var(--pfill-border, #e0e0e0);
    border-radius: 8px;
    padding: 12px 14px;
    background: var(--pfill-bg, #fafafa);
}

.pfill-card__header[b-kesfvxs2v2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.pfill-card__title[b-kesfvxs2v2] {
    font-weight: 600;
    font-size: 0.9rem;
}

.pfill-card__hint[b-kesfvxs2v2] {
    font-size: 0.78rem;
    opacity: 0.7;
    margin-bottom: 8px;
}

.pfill-card__hint code[b-kesfvxs2v2] {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 0 4px;
    font-size: 0.75rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */

.custom-card[b-yzkj0vjn52] {
    width: 100%;
    max-width: 2000px;  
    height: auto; 
}
/* Only styles specific to how the log viewer appears on Home page */
.home-logs-container[b-yzkj0vjn52] {
    margin: 1rem 0;
    width: 100%;
    max-width: 1600px;
}

/* Override CompactLogs styles specifically for Home page */
[b-yzkj0vjn52] .e-card-log-viewer {
    border: 1px solid #e0e0e0;
    background: white;
}

[b-yzkj0vjn52] .log-entries-container {
    height: 80px !important; /* Force height on home page */
}

[b-yzkj0vjn52] .card-header-content h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

#View-toolbar[b-yzkj0vjn52] {
    position: fixed;
    top: 60px; /* Adjust as needed */
    right: 27px; /* Adjust as needed */
    z-index: 100; /* Make sure it stays above other content */
    background: white; /* Optional: for better visibility */
    border-radius: 6px; /* Optional: rounded corners */
    box-shadow: 0 2px 8px rgba(0,0,0,0.08); /* Optional: subtle shadow */
    padding: 0px; /* Optional: spacing */
}
/* /Components/Pages/Lists.razor.rz.scp.css */
.lists-page[b-itlymfkssn] {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1rem;
}

.lists-page :global(table)[b-itlymfkssn] {
    width: max-content;
    min-width: 100%;
}

.lists-page :global(.table)[b-itlymfkssn] {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
/* /Components/Pages/LogsCompact.razor.rz.scp.css */
/* Base styles for the component */
.e-card-log-viewer[b-9xkcf3v8yf] {
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.card-header-content[b-9xkcf3v8yf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.view-all[b-9xkcf3v8yf] {
    font-size: 0.8rem;
    color: #3f51b5;
    text-decoration: none;
}

.log-entries-container[b-9xkcf3v8yf] {
    overflow-y: auto;
    padding-right: 5px;
}

/* ... rest of your log entry styles ... */
/* /Components/Viewer/ClippingDialog.razor.rz.scp.css */
/* Styles moved to app.css — scoped CSS cannot reach Syncfusion overlay content */

