/* /Layout/ConsumptionLayout.razor.rz.scp.css */
.devass-consumption-shell[b-e7xk8hnj0n] {
    min-height: 100vh;
    background: #fff;
    color: #111827;
}

.devass-consumption-main[b-e7xk8hnj0n] {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1120px;
    padding: 2rem 1.5rem;
    width: 100%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.devass-shell[b-wclpurr066] {
    min-height: 100vh;
    background-color: #f9fafb;
}

.devass-shell-content[b-wclpurr066] {
    min-height: 0;
}
/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-v9uuau00nm],
.components-reconnect-repeated-attempt-visible[b-v9uuau00nm],
.components-reconnect-failed-visible[b-v9uuau00nm],
.components-pause-visible[b-v9uuau00nm],
.components-resume-failed-visible[b-v9uuau00nm],
.components-rejoining-animation[b-v9uuau00nm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-v9uuau00nm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-v9uuau00nm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-v9uuau00nm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-v9uuau00nm],
#components-reconnect-modal.components-reconnect-retrying[b-v9uuau00nm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-v9uuau00nm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-v9uuau00nm],
#components-reconnect-modal.components-reconnect-failed[b-v9uuau00nm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-v9uuau00nm] {
    display: block;
}


#components-reconnect-modal[b-v9uuau00nm] {
    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-v9uuau00nm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-v9uuau00nm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-v9uuau00nm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-v9uuau00nm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-v9uuau00nm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-v9uuau00nm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-v9uuau00nm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-v9uuau00nm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-v9uuau00nm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-v9uuau00nm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-v9uuau00nm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-v9uuau00nm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-v9uuau00nm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-v9uuau00nm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-v9uuau00nm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-v9uuau00nm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-v9uuau00nm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-v9uuau00nm {
    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;
    }
}
/* /Layout/ShellHeader.razor.rz.scp.css */
/* Shell ostaje u viewportu; skrola samo sadrzaj stranice ispod njega. */
.devass-shell-header[b-2dku4davns] {
    position: sticky;
    top: 0;
    z-index: 1000;
}

[b-2dku4davns] #shell-menu .e-menu-container.e-hamburger .e-menu-parent {
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.05) !important;
    left: auto !important;
    padding: 0 10px !important;
    right: 0 !important;
    width: auto !important;
    z-index: 1 !important;
}

[b-2dku4davns] #shell-menu .e-menu-container.e-hamburger ul .e-menu-item,
.e-menu-container.e-hamburger ul .e-menu-item[b-2dku4davns] {
    padding-right: 14px !important;
}
/* /Pages/Documents/DocumentConsumptionList.razor.rz.scp.css */
:host[b-lk3g79bbo0] {
    display: block;
}

article[b-lk3g79bbo0] {
    max-width: 960px;
}
/* /Pages/Documents/DocumentConsumptionView.razor.rz.scp.css */
.document-meta-grid[b-xgfj4qaedx] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.25rem;
}

.document-plain-text[b-xgfj4qaedx] {
    color: #111827;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1.5rem;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

@media (max-width: 700px) {
    .document-meta-grid[b-xgfj4qaedx] {
        grid-template-columns: 1fr;
    }
}

.document-consumption-content[b-xgfj4qaedx] {
    color: #111827;
    font-size: 0.95rem;
    line-height: 1.7;
}

.document-consumption-content[b-xgfj4qaedx]  h1,
.document-consumption-content[b-xgfj4qaedx]  h2,
.document-consumption-content[b-xgfj4qaedx]  h3,
.document-consumption-content[b-xgfj4qaedx]  h4,
.document-consumption-content[b-xgfj4qaedx]  h5,
.document-consumption-content[b-xgfj4qaedx]  h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 1.5rem 0 0.65rem;
}

.document-consumption-content[b-xgfj4qaedx]  h1 { font-size: 1.75rem; }
.document-consumption-content[b-xgfj4qaedx]  h2 { font-size: 1.4rem; }
.document-consumption-content[b-xgfj4qaedx]  h3 { font-size: 1.2rem; }

.document-consumption-content[b-xgfj4qaedx]  p,
.document-consumption-content[b-xgfj4qaedx]  ul,
.document-consumption-content[b-xgfj4qaedx]  ol,
.document-consumption-content[b-xgfj4qaedx]  blockquote,
.document-consumption-content[b-xgfj4qaedx]  pre,
.document-consumption-content[b-xgfj4qaedx]  table {
    margin: 0.8rem 0;
}

.document-consumption-content[b-xgfj4qaedx]  ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.document-consumption-content[b-xgfj4qaedx]  ol {
    list-style: decimal;
    padding-left: 1.5rem;
}

.document-consumption-content[b-xgfj4qaedx]  blockquote {
    border-left: 3px solid #d1d5db;
    color: #4b5563;
    padding-left: 1rem;
}

.document-consumption-content[b-xgfj4qaedx]  pre {
    background: #f3f4f6;
    border-radius: 0.375rem;
    overflow-x: auto;
    padding: 1rem;
}

.document-consumption-content[b-xgfj4qaedx]  code {
    background: #f3f4f6;
    border-radius: 0.25rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.9em;
    padding: 0.1rem 0.3rem;
}

.document-consumption-content[b-xgfj4qaedx]  pre code {
    background: transparent;
    padding: 0;
}

.document-consumption-content[b-xgfj4qaedx]  a {
    color: #4f46e5;
    text-decoration: underline;
}

.document-consumption-content[b-xgfj4qaedx]  table {
    border-collapse: collapse;
    width: 100%;
}

.document-consumption-content[b-xgfj4qaedx]  th,
.document-consumption-content[b-xgfj4qaedx]  td {
    border: 1px solid #d1d5db;
    padding: 0.5rem 0.65rem;
    text-align: left;
    vertical-align: top;
}

.document-consumption-content[b-xgfj4qaedx]  th {
    background: #f9fafb;
    font-weight: 600;
}
/* /Pages/Documents/MatrixConsumptionView.razor.rz.scp.css */
.matrix-consumption-header[b-mhocwivmpr] {
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 1.5rem;
}

.matrix-consumption-document[b-mhocwivmpr] {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e5e7eb;
}

.matrix-consumption-document:last-child[b-mhocwivmpr] {
    border-bottom: 0;
}
/* /Pages/Matrica.razor.rz.scp.css */
.matrica-tree-box[b-7dbtk693ou] {
    height: 492px;
    overflow: hidden;
    padding: 0.3rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    background: #fff;
}

    /* Scroll mora biti na stvarnom Syncfusion TreeView elementu. */
    .matrica-tree-box[b-7dbtk693ou]  .e-treeview {
        height: 100% !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

        /* Kompaktan fiksni red. */
        .matrica-tree-box[b-7dbtk693ou]  .e-treeview .e-list-item {
            min-height: 24px !important;
            margin: 0 !important;
            padding: 0 !important;
        }

            /* Syncfusion selection/hover sloj mora biti iste visine kao node. */
            .matrica-tree-box[b-7dbtk693ou]  .e-treeview .e-list-item .e-fullrow {
                height: 24px !important;
            }

            /* Checkbox i tekst centrirani u istom redu. */
            .matrica-tree-box[b-7dbtk693ou]  .e-treeview .e-list-item .e-text-content {
                height: 24px !important;
                min-height: 24px !important;
                display: flex !important;
                align-items: center !important;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
            }

            /* Ne dozvoli tekstu da ode u drugi red i razbije fullrow overlay. */
            .matrica-tree-box[b-7dbtk693ou]  .e-treeview .e-list-item .e-list-text {
                line-height: 24px !important;
                white-space: nowrap !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
            }
        /* TreeView: full-row sloj ne smije crtati preko scrollbara. */
        .matrica-tree-box[b-7dbtk693ou]  .e-treeview .e-fullrow,
        .matrica-tree-box[b-7dbtk693ou]  .e-treeview .e-fullrow:hover,
        .matrica-tree-box[b-7dbtk693ou]  .e-treeview .e-fullrow.e-hover,
        .matrica-tree-box[b-7dbtk693ou]  .e-treeview .e-fullrow.e-active {
            background: transparent !important;
            border: 0 !important;
            border-top: 0 !important;
            border-bottom: 0 !important;
            outline: 0 !important;
            box-shadow: none !important;
        }

       
/* /Pages/Ned.razor.rz.scp.css */
/* Relation grid je namjerno kompaktniji od ostatka editora. */
.ned-relation-grid[b-nv47ryjy4b]  .e-grid .e-headercell,
.ned-relation-grid[b-nv47ryjy4b]  .e-grid .e-rowcell,
.ned-relation-grid[b-nv47ryjy4b]  .e-grid .e-toolbar,
.ned-relation-grid[b-nv47ryjy4b]  .e-grid .e-input,
.ned-relation-grid[b-nv47ryjy4b]  .e-grid .e-filtertext {
    font-size: 0.75rem;
}

.ned-relation-grid[b-nv47ryjy4b]  .e-grid .e-rowcell,
.ned-relation-grid[b-nv47ryjy4b]  .e-grid .e-headercell {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

/* Tailwind reset globalno uklanja markere lista; u HTML rich editoru ih vracamo lokalno. */
.ned-rich-editor[b-nv47ryjy4b]  .e-richtexteditor .e-rte-content ol {
    list-style-type: decimal !important;
    padding-left: 1.75rem !important;
}

.ned-rich-editor[b-nv47ryjy4b]  .e-richtexteditor .e-rte-content ul {
    list-style-type: disc !important;
    padding-left: 1.75rem !important;
}

.ned-rich-editor[b-nv47ryjy4b]  .e-richtexteditor .e-rte-content li {
    display: list-item !important;
}
