@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* /Components/ComponentsLibrary/EconSliceDetail.razor.rz.scp.css */
.comment-footer[b-73zw6nfccx] {
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.comment-stats[b-73zw6nfccx] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.comment-stat[b-73zw6nfccx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--neutral-foreground-rest);
}

    .comment-stat i[b-73zw6nfccx] {
        font-size: 1rem;
    }

.total-comments[b-73zw6nfccx] {
    font-weight: 600;
    color: #495057;
}

.comment-actions[b-73zw6nfccx] {
    display: flex;
    gap: 0.5rem;
}

/* Add comment form styles */
.add-comment-form[b-73zw6nfccx] {
    background: var(--neutral-layer-1);
    border-top: 1px solid #dee2e6;
    padding: 1.5rem;
}

.form-group[b-73zw6nfccx] {
    margin-bottom: 1rem;
}

    .form-group label[b-73zw6nfccx] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #495057;
    }

.radio-group[b-73zw6nfccx] {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.radio-option[b-73zw6nfccx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: normal;
}

    .radio-option input[type="radio"][b-73zw6nfccx] {
        margin: 0;
    }

.form-control[b-73zw6nfccx] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    line-height: 1.5;
    resize: vertical;
}

    .form-control:focus[b-73zw6nfccx] {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.form-actions[b-73zw6nfccx] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.btn[b-73zw6nfccx] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.5;
    transition: all 0.2s ease-in-out;
}

.btn-primary[b-73zw6nfccx] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #ffffff;
}

    .btn-primary:hover[b-73zw6nfccx] {
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

.btn-success[b-73zw6nfccx] {
    background-color: #198754;
    border-color: #198754;
    color: #ffffff;
}

    .btn-success:hover[b-73zw6nfccx] {
        background-color: #157347;
        border-color: #146c43;
    }

.btn-secondary[b-73zw6nfccx] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #ffffff;
}

    .btn-secondary:hover[b-73zw6nfccx] {
        background-color: #5c636a;
        border-color: #565e64;
    }

.btn-sm[b-73zw6nfccx] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.btn-info[b-73zw6nfccx] {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: var(--neutral-layer-1);
}

    .btn-info:hover[b-73zw6nfccx] {
        background-color: #138496;
        border-color: #117a8b;
    }

/* Comments List Styles */
.comments-list[b-73zw6nfccx] {
    background: var(--neutral-layer-1);
    border-top: 1px solid #dee2e6;
    padding: 1.5rem;
}

.comments-header[b-73zw6nfccx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

    .comments-header h5[b-73zw6nfccx] {
        margin: 0;
        color: #495057;
        font-weight: 600;
    }

.sort-dropdown[b-73zw6nfccx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .sort-dropdown label[b-73zw6nfccx] {
        margin: 0;
        font-size: 0.875rem;
        font-weight: 500;
        color: #6c757d;
    }

.form-control-sm[b-73zw6nfccx] {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    min-width: 200px;
}

.comment-item[b-73zw6nfccx] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--neutral-layer-2);
}

    /*    .comment-item.general-comment {
        border-left: 4px solid #007bff;
    }*/

    .comment-item.text-addition-comment[b-73zw6nfccx] {
        /*border-left: 4px solid #28a745;*/
    }

.comment-header[b-73zw6nfccx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.comment-type-badge[b-73zw6nfccx] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #007bff;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.comment-item.text-addition-comment .comment-type-badge[b-73zw6nfccx] {
    background: #28a745;
}

.comment-date[b-73zw6nfccx] {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
}

.comment-text[b-73zw6nfccx] {
    margin-bottom: 0.75rem;
    line-height: 1.5;
    color: var(--neutral-foreground-rest);
    white-space: pre-wrap;
}

.comment-stats[b-73zw6nfccx] {
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    color: #6c757d;
    align-items: center;
    justify-content: flex-start;
}

    .comment-stats .comment-stat[b-73zw6nfccx] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

/* Like/Dislike button styles */
.comment-actions[b-73zw6nfccx] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-like[b-73zw6nfccx], .btn-dislike[b-73zw6nfccx] {
    background: none;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #6c757d;
    transition: all 0.2s ease;
    min-width: auto;
}

    .btn-like:hover[b-73zw6nfccx] {
        background-color: #e8f5e8;
        border-color: #28a745;
        color: #28a745;
        transform: translateY(-1px);
    }

    .btn-dislike:hover[b-73zw6nfccx] {
        background-color: #fce8e8;
        border-color: #dc3545;
        color: #dc3545;
        transform: translateY(-1px);
    }

    .btn-like.active[b-73zw6nfccx] {
        background-color: #28a745;
        border-color: #28a745;
        color: white;
    }

    .btn-dislike.active[b-73zw6nfccx] {
        background-color: #dc3545;
        border-color: #dc3545;
        color: white;
    }

        .btn-like.active:hover[b-73zw6nfccx], .btn-dislike.active:hover[b-73zw6nfccx] {
            transform: translateY(-1px);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

    .btn-like .count[b-73zw6nfccx], .btn-dislike .count[b-73zw6nfccx] {
        font-weight: 500;
        font-size: 0.8rem;
    }

.popularity-stat[b-73zw6nfccx] {
    margin-left: auto;
    font-style: italic;
}

/* Reply button styles */
.btn-reply[b-73zw6nfccx] {
    background: none;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #6c757d;
    transition: all 0.2s ease;
}

    .btn-reply:hover[b-73zw6nfccx] {
        background-color: #f8f9fa;
        border-color: #007bff;
        color: #007bff;
        transform: translateY(-1px);
    }

/* Reply form styles */
.reply-form[b-73zw6nfccx] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
}

.reply-input-group[b-73zw6nfccx] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reply-textarea[b-73zw6nfccx] {
    min-height: 80px;
    resize: vertical;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.5rem;
    font-size: 0.9rem;
}

    .reply-textarea:focus[b-73zw6nfccx] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        outline: none;
    }

.reply-buttons[b-73zw6nfccx] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

/* Response/replies section styles */
.responses-section[b-73zw6nfccx] {
    margin-top: 1rem;
    padding-left: 1rem;
    border-left: 3px solid #dee2e6;
}

.responses-header[b-73zw6nfccx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
    font-size: 0.9rem;
}

.response-item[b-73zw6nfccx] {
    background-color: var(--neutral-layer-2);
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
}

.response-header[b-73zw6nfccx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.response-date[b-73zw6nfccx] {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
}

.response-type-badge[b-73zw6nfccx] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: #ffc107;
    color: #212529;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    font-weight: 600;
}

    .response-type-badge.official[b-73zw6nfccx] {
        background: #007bff;
        color: white;
    }

.response-text[b-73zw6nfccx] {
    line-height: 1.5;
    color: var(--neutral-foreground-rest);
    white-space: pre-wrap;
}

/* Responsive design */
/*  media (max-width: 768px) {
        .comment-footer {
            flex-direction: column;
            align-items: flex-start;
        }

        .comment-stats {
            gap: 1rem;
        }

        .radio-group {
            flex-direction: column;
            gap: 0.5rem;
        }
    } */
/* /Components/ComponentsLibrary/NotificationPanel.razor.rz.scp.css */
.notification-panel[b-aso8p9jn5b] {
    position: absolute;
    top: 100%;
    right: 0;
    width: 420px;
    max-height: 500px;
    min-height: 150px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    animation: slideDown-b-aso8p9jn5b 0.2s ease-out;
}

@keyframes slideDown-b-aso8p9jn5b {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.notification-header[b-aso8p9jn5b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: white;
    border-bottom: 2px solid #f3f4f6;
    border-radius: 4px 4px 0 0;
}

.notification-header h4[b-aso8p9jn5b] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.notification-content[b-aso8p9jn5b] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    min-height: 100px;
}

.notification-list[b-aso8p9jn5b] {
    border: none !important;
}

.notification-item[b-aso8p9jn5b] {
    padding: 16px 20px;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s ease;
    cursor: pointer;
    background: white;
}

.notification-item:last-child[b-aso8p9jn5b] {
    border-bottom: none;
}

.notification-item:hover[b-aso8p9jn5b] {
    background-color: #f9fafb;
}

.notification-title[b-aso8p9jn5b] {
    font-size: 13px;
    font-weight: 600;
    color: #dc2626;
    margin-bottom: 8px;
    line-height: 1.5;
}

.notification-link[b-aso8p9jn5b] {
    font-size: 14px;
    color: #1f2937;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
    display: block;
    font-weight: 500;
    line-height: 1.5;
}

.notification-link:hover[b-aso8p9jn5b] {
    color: #dc2626;
    text-decoration: underline;
}

/* Scrollbar styling */
.notification-content[b-aso8p9jn5b]::-webkit-scrollbar {
    width: 6px;
}

.notification-content[b-aso8p9jn5b]::-webkit-scrollbar-track {
    background: #f9fafb;
}

.notification-content[b-aso8p9jn5b]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.notification-content[b-aso8p9jn5b]::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

/* Empty state styling */
.notification-list:empty[b-aso8p9jn5b]::after {
    content: "Nema novih obavijesti";
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #6b7280;
    font-size: 14px;
}


/* /Components/Layout/AppFooter.razor.rz.scp.css */
/* Scoped styles for AppFooter */

/*footer.footer_gov, .footer_gov {
    background: #fff;
    border: solid 1px #d71920;
    color: #d71920;
    font-size: 12px;
    line-height: 18px;
    padding: 12px 0;
    margin-top: 40px;
    align-items: center;
    clear: both;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.footer_gov * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}*/

/* Preserve existing custom classes (can refine further) */
/*.custom-footer-img-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    padding: 0 1rem 0.5rem;
}

.custom-footer-img {
    max-height: 54px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.custom-footer-desc {
    font-weight: 500;
    text-align: center;
    padding: 0 1rem;
}

.custom-footer-copyright {
    font-size: 11px;
    opacity: .85;
    text-align: center;
    padding: 0 1rem;
}*/

/* Responsive adjustments */
/*@media (max-width:600px) {
    .footer_gov {
        font-size: 11px;
        line-height: 16px;
        padding: 10px 0;
    }
    .custom-footer-img {
        max-height: 40px;
    }
}*/
/* /Components/Layout/AppHeader.razor.rz.scp.css */
[b-bb7lhbaei3] .appHeaderButton {
    border-radius: 50% !important;
    width: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
    height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
}

[b-bb7lhbaei3] .appHeaderUserButton {
    border-radius: 50% !important;
    font-weight: 600;
    padding: 0 !important;
    line-height: 3;
    width: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
    height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
}

.HeaderBtn[b-bb7lhbaei3] {
    font-weight: normal;
    padding-inline: 1rem;
    height: 100%;
    display: flex;
    font-size: 14px;
    align-items: center;
    color: initial;
    box-shadow: red 0px 0px 0px 0px;
    transition: all 0.15s ease-in-out;
}

    .HeaderBtn:hover[b-bb7lhbaei3] {
        cursor: pointer;
        box-shadow: red 0px 3px 0px 0px;
        background-color: var(--color-sf-flyout-bg-color-hover);
    }

.HeaderBtnWrapper[b-bb7lhbaei3] {
    display: flex;
    height: 100%;
    align-items: center;
}


.dots[b-bb7lhbaei3] {
    display: flex;
    margin-block: 4px;
    padding: 10px;
}

.cut[b-bb7lhbaei3] {
    clip-path: polygon(49.94543% 0%, 49.146605% 0.56499168%, 47.908524% 1.8619327%, 46.53612% 3.2937721%, 45.334324% 4.2634587%, 44.449473% 4.6785326%, 43.75% 4.8902239%, 43.123985% 4.967017%, 42.459505% 4.9773959%, 32.434877% 4.9773959%, 22.41025% 4.9773959%, 12.385622% 4.9773959%, 2.3609941% 4.9773959%, 1.7494639% 5.0755373%, 0.9648305% 5.3952797%, 0.28803037% 5.9746007%, 0% 6.8514776%, 0% 29.608196%, 0% 52.364914%, 0% 75.121632%, 0% 97.87835%, 0.17916238% 98.658483%, 0.67451585% 99.313006%, 1.4228599% 99.763343%, 2.3609941% 99.930917%, 25.989505% 99.930917%, 49.618015% 99.930917%, 73.246526% 99.930917%, 96.875036% 99.930917%, 97.979739% 99.839309%, 98.960507% 99.515581%, 99.662509% 98.886379%, 99.930917% 97.87835%, 99.930917% 75.233185%, 99.930917% 52.588019%, 99.930917% 29.942854%, 99.930917% 7.2976888%, 99.75287% 6.3432143%, 99.283323% 5.6113835%, 98.619164% 5.1426321%, 97.857283% 4.9773959%, 87.768866% 4.9773959%, 77.680448% 4.9773959%, 67.592031% 4.9773959%, 57.503614% 4.9773959%, 56.936197% 4.9640164%, 56.17412% 4.8766449%, 55.305914% 4.6444314%, 54.420113% 4.1965263%, 53.323874% 3.214925%, 51.989005% 1.8085795%, 50.75102% 0.54707587%);
}

.cut2[b-bb7lhbaei3] {
    clip-path: polygon(49.94543% 0%, 49.631999% 0.12564846%, 49.187804% 0.4688613%, 48.640661% 0.97903993%, 48.018387% 1.605585%, 47.3488% 2.2978983%, 46.659716% 3.0053809%, 45.978952% 3.6774339%, 45.334324% 4.2634587%, 42.618384% 6.7500473%, 39.935164% 8.743094%, 37.227225% 10.296864%, 34.437125% 11.465622%, 31.507425% 12.303633%, 28.380682% 12.865161%, 24.999456% 13.204473%, 21.306307% 13.375833%, 18.127097% 13.266869%, 14.650937% 13.191619%, 11.100005% 13.527542%, 7.6964784% 14.652097%, 4.6625364% 16.942746%, 2.2203573% 20.776948%, 0.5921189% 26.532164%, 0% 34.585852%, 0% 39.201516%, 0% 43.81718%, 0% 48.432844%, 0% 53.048507%, 0% 57.664171%, 0% 62.279835%, 0% 66.895499%, 0% 71.511163%, 0.37122067% 75.655781%, 1.506588% 80.247442%, 3.4386599% 84.97803%, 6.1999946% 89.539433%, 9.8231496% 93.623537%, 14.340684% 96.922228%, 19.785154% 99.127392%, 26.189119% 99.930917%, 33.206023% 99.598265%, 38.745175% 98.670068%, 43.261202% 97.250968%, 47.208726% 95.445606%, 51.042372% 93.358623%, 55.216765% 91.094659%, 60.186528% 88.758356%, 66.406286% 86.454354%, 72.757944% 85.114156%, 78.860888% 84.911615%, 84.53075% 85.376904%, 89.58316% 86.040195%, 93.833751% 86.431657%, 97.098153% 86.081462%, 99.191998% 84.519782%, 99.930917% 81.276787%, 99.930917% 74.373149%, 99.930917% 67.469512%, 99.930917% 60.565874%, 99.930917% 53.662237%, 99.930917% 46.7586%, 99.930917% 39.854963%, 99.930917% 32.951325%, 99.930917% 26.047688%, 99.483948% 23.602291%, 98.249148% 21.274547%, 96.385677% 19.128688%, 94.052694% 17.228949%, 91.409359% 15.639561%, 88.614834% 14.424756%, 85.828276% 13.648769%, 83.208846% 13.375833%, 79.780489% 13.234012%, 76.02116% 12.843221%, 72.072026% 12.184289%, 68.074254% 11.238045%, 64.16901% 9.9853175%, 60.497461% 8.4069355%, 57.200773% 6.4837289%, 54.420113% 4.1965263%, 53.612432% 3.3746811%, 52.867835% 2.5981691%, 52.190258% 1.8867921%, 51.583637% 1.260352%, 51.051908% 0.73865107%, 50.599007% 0.34149057%, 50.228869% 0%);
}

.container[b-bb7lhbaei3] {
    display: flex;
    height: 400px;
    justify-content: center;
    left: 98%;
    overflow: hidden;
    position: absolute;
    transform: translateX(-98%);
    transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    ;
    width: 325px;
}
.drop[b-bb7lhbaei3] {
    background: #fff;
    border-radius: 1.2px;
    height: 5px;
    transform: translateY(25px);
    transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    width: 5px;
}

.shadow[b-bb7lhbaei3] {
    background-image: url(data:image/png;base64,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RluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0JakgRluSCmK0Jakg9ev98ixnllTUOUIOxAwdAIGQr15UvnomALRAMzm9eZ2rJUlv0LRN9aWvNcOf61MaiTkScwYq6ty9gWvzWtHuz6DJ7SSygTjEGyDkwDw3ZDas9/7pV69GOzn97J+UpF9HvRfMy9nu/54B8xwIeTpwjVQZoKLJDbNnjV5fyEtPjxxzJx9xOy84fO4Fz5gBMxr6UXdzZeQtSW+FDH3nZtvOzYZvza/9hQWHecHRKzXxpUbad7mbH0MYTzfMc+J8mB7JOVDlSMqBRQ6s85yQl5PfDzR576QkFaO5/HmGJvef7walc0KuiDkwy4GYIyEHqnzd9MgxdzLAR3ya4cELXYs3MD0yyxvWROrcT40wfAzDHzLMcl/oVZj8sy8/yxhxSTdVhmuyDfSNaxg6t+1aGOazxzlt6KeTZ8z32neXb/NjPnjhK/LK0f6R49wQc2SdE8sMGyJVjoQch3ntfk5nnmescoaQmeUNe7WehtrpE0k32NWRdqDJDQ2z7Rz2fDJgjTlso13nfkain88+4DhXkM9e4Vq8cLRP+CzDvfABH+c5X+VHrICWH0nAKle0uY/2dKS9yHPO86q/oimwis12roeAoZZUjGaS7YYZZIY496PsWZ4TcuQgRarUj7KrHIkZ6lzT5MQTnrLIR6yANfDPL30tfmZKIm8nau5xL3wJ8RMehm+Yx2PqCKvqMW2VWdYVucps6gu6esV5vWFddWyqjrMqkeKKZUzkuGEdMjnAhg15cvn91iMb+ucwN/qT9Gu5fvu16Rh3lncbWcxyZJ5mhFxRdZGDVNF0NbNuzkG7oGoDdQtN2xG7jzhsYd6d0qY/sEp3uZvv82n+P3yWYIzyszfc+JmRdiCQt8PhfrL8Yei3ICE/5DQ3rHKkSollvGCZamapZZMSKWRSyBwEuGDOghWJGSFkVmHDLMyGkfaaDf27rTlMN6ORpF/fGNDJPAHQQA7MhxF2TGEyyq6oU0WdamapoU6RJiViDsOmf1P3+TSf8OAZs8ZX/dz0SN4/hy/4mpP80fC1Occ58EOOpPyUlCrqGOlSS5MS3RDtFOCAPtywYh4ChHl/5gHWhOG/Iu+NvCXpZhi3ue4HkzN2bzjOhymRxTAlUqW4DXaTarrUElLHYX6fw5SYpQUpVxxnIH8N+aOXvC4vMKcdciCHP0++8gEf52/4Kh9T5wUfpr+zCjXnMVKlC3KYcdYlmm2AO9phnrvLByxD5iCsyCGwJjMP02ev/ekRJ0kk/fKa57zW7wM+Y759w3GRI9Uw0q5Tw6xrmHcz6Brmwyi7Sw3nGdb5R9r8z6zyGXeGc/wCOBnOG/iZ9/pe+I3Iz/k83+Me9/mUuzzg8TBF8ghy04+201NSmJHDBfMw47wbn5cCMffhDjlzFDLLcEAOULMiDddzDUA1XF61d0qSfm39LoPjHt9jsMdYR2KuqFMf7IOuoUuZ0C3oUuZ2WjFLS1K+y3H6DvIHPMzfc5cTTobzg+fNZY9eMNr93PafAfiCLznhk2tG27eoeMqGA37igkMWrPKaTdUyz5GYE3XKpLCb787hcLiEJbVTI5JupDHU9fb0Io9fr7bBbrZTIh2hqwjpkIO0pkqJLh1zmufM0y0e5TPuDDsr9jvVfM7n+c8vuKvKS2+nfcJJvjrafpiPqdMpsCCFJe9xwE+sOcqZKi9Yx5YYE/PQchozswCQtqNsqIfPVzDMfUvSr+O6nc93aypBZJFhRT/KnueaJkXWuYa04TAdELo5t1Ki6g7pEoS05LfpDuRxlP0ld/lomBp5mRHrS/xsv/nfPe6F+9wP33MSPuHj8JhvwxHERxAX/C2eUsU5VXzKD9WMKq5ZxjVVTLQh0YU5XUh0IZFCotte/gWQJxGXpJtgGuuD4eNu+2uomaWKKi+p84wuzVikNYdpQUqHrHiUggAAAw5JREFUdGlFmzL/1N2B9Fce5T/wx3SXb/O41cjnfD5sgRHgBfZdeYmR9rj5325u+2se8Akf8w1f5d9xJz3itxzzN06BW3zIBU8zNOmYKnaE0P8h9HtH5hCot6PtxfBfIUk3VaZfbjVzSGadK6ocqHOgzsfU+YIuJ2K6RZNWwwg7czcteJJv0eYz7uRpsHfn/GLBhpebHskQtlu6nPBgO00Cf0zf8FXsw93yGw7zE2KOHKZbPI0bFimxDh1tHC4yHHE03boknALHQP/xjFOOgFfZyVOSXs/xtj9He1+vqPPu84N8wXJYBCrkhkV6n9v5lPOcmKVjTvMwJZL+Spu/404+gXSfT/O4xUg/yn65CYaXnY4IDDvb3ONeALjPp+GEB+HhZKrkjCdhye2w4G9xxTJsOAobVuGYddiwDgAtB9vLbtk4LSLpxqsnK5XWzDI8oWGWT5nlhnluOMhzTvMTDvNtunTE7TydEvkS+Ij7+YSTl54WGb1KLJ8T7ofhMXfDKY/C77gTxni/z2lYch5WLAPAZhhlb1gZa0lFaSar9DWcZYA5i7zgMP/IcV7wJB9xO9/iUf6OO/kDPt5OicAXvE6wt7/xCq4N9/c8CH8CxlH3NN4AS86GLUTe27vc25yH7yenPwKmpyXplzTupXi5Q7NLB3+Z81MGGA9oMI6sj4dYw3/yNXfzR88ONvxC0R5+93K47wf4jO95ED7hYYB/4zHfBoBTHgWA33Fne5ljzCWpJEfc3ob2rzzKsDugwRjrcSEo6N8DBHjdYO/95iu6Em7oR90Au5H3w+F7u4hPjUGXpJtsDPNUH2kYQ/0l4+J6u1jDmwn23m+/hu3u8lfj3Y+8oQ84wJ8u/fIu6JJ0893l7l5svxw+jqEep0HG7+9iDa8yh33Zmwrm3jon0zW4pz/URxzGkEtS2b4A2Iv06JpYwxs48MubHuVeWaTqWQGXpLfJ53w+Wfhp9OZifeUc/wEm571/fT3GmKS3wdWA7n3lH5K6X3L060hb0tvKsagkSZIkSZIkSZIkSZIkSZr6//oKgcSu8MOwAAAAAElFTkSuQmCC);
    height: 440px;
    justify-content: center;
    left: 98.5%;
    opacity: 0;
    position: absolute;
    transform: translateX(-98%) translateY(4px);
    transition: opacity 150ms cubic-bezier(0.4, 0.0, 0.2, 1);
    width: 365px;
}

.list[b-bb7lhbaei3] {
    left: 98%;
    position: absolute;
    transform: translateX(-98%);
    top: 120px;
    width: 325px;
}

    .list ul[b-bb7lhbaei3] {
        margin: 0;
        padding: 0;
    }

    .list li[b-bb7lhbaei3] {
        align-items: center;
        border-bottom: 1px solid #bdbdbd;
        display: flex;
        font-size: 24px;
        height: 50px;
        padding-inline: 20px;
        opacity: 0;
        list-style: none;
        transition: opacity 100ms cubic-bezier(0.4, 0.0, 0.2, 1);
        user-select: none;
        -moz-user-select: none;
    }

        .list li:hover[b-bb7lhbaei3] {
            background: #f5f5f5;
        }

.dots.active .container[b-bb7lhbaei3] {
    transform: translateX(-98%) translateY(20px);
}

.dots.active .drop[b-bb7lhbaei3] {
    transform: translateY(212px) scale(108);
}

.dots.active .list li[b-bb7lhbaei3] {
    cursor: pointer;
    opacity: 1;
    transition: opacity 200ms 100ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

    .dots.active .list li:nth-child(2)[b-bb7lhbaei3] {
        transition-delay: 130ms;
    }

    .dots.active .list li:nth-child(3)[b-bb7lhbaei3] {
        transition-delay: 160ms;
    }

    .dots.active .list li:nth-child(4)[b-bb7lhbaei3] {
        transition-delay: 190ms;
    }

    .dots.active .list li:nth-child(5)[b-bb7lhbaei3] {
        transition-delay: 220ms;
    }

.dots.active .shadow[b-bb7lhbaei3] {
    opacity: 1;
    transition: opacity 150ms 150ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.cursor[b-bb7lhbaei3] {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 25px;
    width: 80px;
}


.nav-section[b-bb7lhbaei3] {
    padding: 0px;
    border-top: 1px solid #e9ecef;
    width: 100%
}
.nav-section-header[b-bb7lhbaei3] {
    padding-left: 0.5rem;
}

@media (min-width: 769px){
    .nav-section[b-bb7lhbaei3]{
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0xxlayegjp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0xxlayegjp] {
    flex: 1;
}

.sidebar[b-0xxlayegjp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0xxlayegjp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0xxlayegjp]  a, .top-row[b-0xxlayegjp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0xxlayegjp]  a:hover, .top-row[b-0xxlayegjp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0xxlayegjp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }





@media (max-width: 640.98px) {
    .top-row[b-0xxlayegjp] {
        justify-content: space-between;
    }

    .top-row[b-0xxlayegjp]  a, .top-row[b-0xxlayegjp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0xxlayegjp] {
        flex-direction: row;
    }

    .sidebar[b-0xxlayegjp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0xxlayegjp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0xxlayegjp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0xxlayegjp], article[b-0xxlayegjp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0xxlayegjp] {
    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-0xxlayegjp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.main-layout-flex[b-0xxlayegjp] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-layout-flex > .main[b-0xxlayegjp] {
    flex: 1 0 auto;
}

.custom-footer-bar[b-0xxlayegjp], .fluent-footer[b-0xxlayegjp] {
    flex-shrink: 0;
}

#Spinner[b-0xxlayegjp] {
    position: fixed;
    height: 100vh;
    width: 100vw;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-up53euux7t] {
    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-up53euux7t] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-up53euux7t] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-up53euux7t] {
    font-size: 1.1rem;
}

.bi[b-up53euux7t] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-up53euux7t] {
    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[b-up53euux7t] {
    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[b-up53euux7t] {
    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-up53euux7t] {
    padding: 8px 16px;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: transparent;
    width: 100%;
    position: relative;
    gap: 12px;
}

    .nav-item:first-of-type[b-up53euux7t] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-up53euux7t] {
        padding-bottom: 1rem;
    }

    .nav-item[b-up53euux7t]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-up53euux7t]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-up53euux7t]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-up53euux7t] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-up53euux7t] {
    display: block;
}
.content-region[b-up53euux7t] {
    display: flex;
    height: 100%;
    width: 100%;
    gap: 4px;
}

.navmenu[b-up53euux7t] {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.sitenav[b-up53euux7t] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
}

.nav-container[b-up53euux7t] {
    padding: 0;
    gap: 0;
}

.navmenu.collapsed[b-up53euux7t] {
    width: 45px;
}

.nav-header[b-up53euux7t] {
    padding: 20px 16px 16px 16px;
    border-bottom: 1px solid #e9ecef;
}

.navmenu-toggle[b-up53euux7t] {
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 1001;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .navmenu-toggle:hover[b-up53euux7t] {
        background: #f8f9fa;
    }

.nav-logo[b-up53euux7t] {
    width: 205px;
    max-width: 100%;
    object-fit: contain;
}

.nav-search[b-up53euux7t] {
    padding: 16px;
    border-bottom: 1px solid #e9ecef;
}

.nav-main[b-up53euux7t] {
    flex: 1;
    padding: 8px 0;
    width: 100%
}

.nav-logo-collapsed[b-up53euux7t] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.navmenu.collapsed .nav-search[b-up53euux7t] {
    display: none;
}

.navmenu.collapsed .nav-item[b-up53euux7t] {
    justify-content: center;
    padding: 12px 16px;
}

    .navmenu.collapsed .nav-item span[b-up53euux7t] {
        display: none;
    }

.nav-section[b-up53euux7t] {
    padding: 8px 0;
    border-top: 1px solid #e9ecef;
    width: 100%
}

.nav-section-header[b-up53euux7t] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 10px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



/* Responsive - Hide NavMenu on smaller screens */
@media (max-width: 768px) {
    .NavMenuWrapper[b-up53euux7t] {
        display: none !important;
        width: 0 !important;
        visibility: hidden !important;
    }
}


    .nav-item:hover[b-up53euux7t] {
        background-color: #e9ecef;
        color: #212529;
    }

    .nav-item.active[b-up53euux7t] {
        background-color: #007bff;
        color: white;
    }

.nav-item-indent[b-up53euux7t] {
    padding-left: 32px;
}

.nav-badge[b-up53euux7t] {
    margin-left: auto;
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
}

.nav-bottom[b-up53euux7t] {
    margin-top: auto;
    padding: 0px;
    border-top: 1px solid #e9ecef;
    width: 100%
}

.navmenu-icon[b-up53euux7t] {
    display: none;
}

.navmenu-icon[b-up53euux7t] {
    display: block;
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 1001;
    background: white;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.NavMenuWrapper[b-up53euux7t] {
    position: sticky;
    width: 300px;
    top: 46px;
    height: calc(100vh - 46px);
    flex-shrink: 0;
    align-self: flex-start;
    background-color: var(--neutral-layer-card-container);
}
.NavMenuWrapper.collapsed[b-up53euux7t] {
    position: sticky;
    width: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-up53euux7t] {
        display: none;
    }

    .nav-scrollable[b-up53euux7t] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
@media (max-width: 768px) {
    .navmenu[b-up53euux7t] {
        position: fixed;
        left: 0;
        top: 0;
        /*height: 100vh;*/
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

        .navmenu.mobile-open[b-up53euux7t] {
            transform: translateX(0);
        }

    .navmenu-toggle[b-up53euux7t] {
        position: fixed;
        top: 16px;
        left: 16px;
        z-index: 1001;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.login-prompt-card[b-c2j00tooux] {
    background: var(--neutral-layer-1);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 28px 32px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 1480px;
    text-align: center;
}

.login-prompt-red[b-c2j00tooux] {
    color: var(--accent-fill-rest);
    font-weight: bolder;
    font-size: 1.25rem;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.login-prompt-dark[b-c2j00tooux] {
    color: var(--neutral-foreground-focus);
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0 0 18px 0;
    line-height: 1.5;
}

.login-prompt-button-row[b-c2j00tooux] {
    display: flex;
    justify-content: center;
}

.login-prompt-button[b-c2j00tooux] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /*background-color: #a51d2d;*/
    background-color: var(--accent-fill-rest);
    color: var(--neutral-layer-1);
    border: none;
    border-radius: 24px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .login-prompt-button:hover[b-c2j00tooux] {
        background-color: #8a1826;
    }

    .login-prompt-button:active[b-c2j00tooux] {
        background-color: #6f1320;
    }


.AnnouncementHolder[b-c2j00tooux] {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid var(--accent-fill-rest);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1480px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 1480px;
    text-align: center;
    background-color: var(--neutral-layer-1)
}


    .AnnouncementHolder h3[b-c2j00tooux] {
        color: var(--accent-fill-rest);
        font-weight: 600;
        /*font-size: 1.2rem;*/
        margin: 0 0 12px 0;
    }

    .AnnouncementHolder div:last-child[b-c2j00tooux] {
        color: #6c7a89;
        /*font-size: 0.95rem;*/
        line-height: 1.5;
        margin: 0;
    }

@keyframes shimmer-b-c2j00tooux {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .AnnouncementHolder[b-c2j00tooux] {
        padding: 15px;
        margin-bottom: 15px;
    }

        .AnnouncementHolder h3[b-c2j00tooux] {
            /*font-size: 1.1rem;*/
        }
}
/* /Components/Pages/DashECons.razor.rz.scp.css */


.filter-row[b-0nzerrvo86] {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 16px;
    width: 100%;
    max-width: 100vw;
}

.filter-sort-row[b-0nzerrvo86] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 1480px;
}

.filter-row-only[b-0nzerrvo86] {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 1480px;
}

.sort-row[b-0nzerrvo86] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 1480px;
}

.filter-btn[b-0nzerrvo86] {
    background: var(--accent-fill-rest) !important;
    color: var(--neutral-layer-1) !important;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
    height: 44px;
    min-width: 140px;
    font-size: 1.1rem;
}

.sort-dropdown[b-0nzerrvo86] {
    min-width: 220px;
    width: 220px;
    max-width: 100vw;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 8px 12px;
}

.grid-card[b-0nzerrvo86] {
    background: var(--neutral-layer-1);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0;
    width: 100%;
    max-width: 1480px;
}

.e-grid .e-headercell[b-0nzerrvo86] {
    background: var(--accent-fill-rest) !important;
    color: var(--neutral-layer-1) !important;
    font-weight: 600;
}

.e-grid .e-rowcell[b-0nzerrvo86] {
    background: var(--neutral-layer-1) !important;
    color: #222;
}

.e-grid .e-row:hover .e-rowcell[b-0nzerrvo86] {
    background: #f5f5f5 !important;
}

.filter-panel[b-0nzerrvo86] {
    background: var(--neutral-layer-1);
    border-radius: 8px;
    padding: 32px 24px 24px 24px;
    /*margin: 16px 0 24px 0;*/
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.filter-grid[b-0nzerrvo86] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px 32px;
    width: 100%;
}

.filter-col[b-0nzerrvo86] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .filter-col:first-child[b-0nzerrvo86] {
        grid-column: 1 / 2;
    }

    .filter-col:nth-child(2)[b-0nzerrvo86] {
        grid-column: 2 / 3;
    }

    .filter-col:nth-child(3)[b-0nzerrvo86] {
        grid-column: 3 / 4;
    }

.filter-actions[b-0nzerrvo86] {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

    .filter-actions .fluent-button[b-0nzerrvo86] {
        background: var(--accent-fill-rest) !important;
        color: var(--neutral-layer-1) !important;
        border-radius: 6px;
        min-width: 100px;
        font-size: 1.1rem;
        margin-right: 8px;
        box-shadow: none;
    }

    .filter-actions .fluent-checkbox[b-0nzerrvo86] {
        margin-left: 16px;
    }

.filter-panel label[b-0nzerrvo86], .filter-panel .fluent-label[b-0nzerrvo86] {
    font-weight: 600;
    color: #444;
    margin-bottom: 2px;
}

.filter-panel .fluent-checkbox[b-0nzerrvo86] {
    margin-right: 12px;
}

.filter-panel .fluent-text-field[b-0nzerrvo86], .filter-panel .fluent-select[b-0nzerrvo86] {
    width: 100%;
    min-width: 220px;
    max-width: 100%;
}

    .filter-panel .fluent-text-field input[b-0nzerrvo86], .filter-panel .fluent-select__control[b-0nzerrvo86] {
        font-size: 1.1rem;
        height: 44px;
    }

.filter-panel .fluent-select__listbox[b-0nzerrvo86] {
    min-width: 220px;
    width: 100%;
    max-width: 100vw;
    white-space: normal;
}

.filter-panel .fluent-select__option[b-0nzerrvo86] {
    white-space: normal;
    word-break: break-word;
    max-width: 100vw;
    font-size: 1rem;
}

.filter-panel .fluent-select__option[b-0nzerrvo86],
.filter-panel .fluent-select__listbox[b-0nzerrvo86] {
    overflow-x: visible !important;
    text-overflow: unset !important;
}

.filter-row .fluent-select[b-0nzerrvo86],
.filter-row .fluent-select select[b-0nzerrvo86],
.filter-row .fluent-select__control[b-0nzerrvo86] {
    min-width: 520px;
    width: 520px;
    max-width: 100vw;
}

.filter-row .fluent-select__listbox[b-0nzerrvo86] {
    min-width: 520px;
    width: 520px;
    max-width: 100vw;
    white-space: normal;
}

.filter-row .fluent-select__option[b-0nzerrvo86] {
    white-space: normal;
    word-break: break-word;
    max-width: 100vw;
    font-size: 1rem;
}

.filter-row .fluent-select__option[b-0nzerrvo86],
.filter-row .fluent-select__listbox[b-0nzerrvo86] {
    overflow-x: visible !important;
    text-overflow: unset !important;
}

.consultation-table[b-0nzerrvo86] {
    width: 100%;
    /*border-collapse: separate;*/
    border-spacing: 0;
    background: var(--neutral-layer-1);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
}

    .consultation-table th.header-red[b-0nzerrvo86] {
        background: var(--accent-fill-rest);
        color: var(--neutral-layer-1);
        font-weight: 600;
        font-size: 1.1rem;
        padding: 12px 16px;
        border-right: 1px solid var(--neutral-layer-1);
    }

        .consultation-table th.header-red:last-child[b-0nzerrvo86] {
            border-right: none;
        }

    .consultation-table td[b-0nzerrvo86] {
        /*font-size: 1.1rem;*/
        color: var(--neutral-foreground-focus);
        padding: 12px 16px;
        border-bottom: 1px solid #eee;
        vertical-align: top;
    }

.title-red[b-0nzerrvo86] {
    color: var(--accent-fill-rest);
    font-weight: 500;
}

.consultation-details[b-0nzerrvo86] {
    font-size: 0.95rem;
    color: #888;
    margin-top: 4px;
}

@media (max-width: 1200px) {
    .filter-grid[b-0nzerrvo86] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-col:nth-child(3)[b-0nzerrvo86] {
        grid-column: 1 / 3;
    }
}

@media (max-width: 900px) {
    .filter-grid[b-0nzerrvo86] {
        grid-template-columns: 1fr;
    }

    .filter-col[b-0nzerrvo86] {
        grid-column: 1 / 2 !important;
    }
}

footer.dashboard-footer[b-0nzerrvo86] {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 1.5rem 0 1rem 0;
    margin-top: 2rem;
    text-align: center;
    color: #888;
    font-size: 1.05rem;
    width: 100%;
    border-radius: 0 0 12px 12px;
}

/*.custom-footer-bar {
    border-top: 2px solid var(--accent-fill-rest);
    background: transparent;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 0 1.5rem 0;
    text-align: center;
    position: relative;
}*/
.custom-footer-img-row[b-0nzerrvo86] {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.custom-footer-img[b-0nzerrvo86] {
    max-width: 700px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border-radius: 8px;
    background: var(--neutral-layer-1);
}

.custom-footer-desc[b-0nzerrvo86] {
    font-size: 1.05rem;
    color: #2d2d2d;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.custom-footer-copyright[b-0nzerrvo86] {
    font-size: 0.95rem;
    color: var(--accent-fill-rest);
    margin-top: 0.2rem;
}

.EconTitle[b-0nzerrvo86] {
    cursor: pointer;
}

.EconTitle:hover[b-0nzerrvo86]{
    text-decoration: underline;
}

/* /Components/Pages/DashStats.razor.rz.scp.css */
.info-cards-row[b-pn18zg68gd] {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 1480px;
    flex-wrap: wrap;
}

.info-card[b-pn18zg68gd] {
    background: var(--neutral-layer-1);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 20px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 200px;
}

.info-title[b-pn18zg68gd] {
    /*font-size: 1rem;*/
    color: #6c7a89;
    font-weight: 400;
    margin-bottom: 8px;
}

.info-value[b-pn18zg68gd] {
    font-size: x-large;
    font-weight: 400;
    color: #6c7a89;
    margin-bottom: 8px;
}

.info-sub[b-pn18zg68gd] {
    font-size: 1rem;
    color: #6c7a89;
    font-weight: 400;
    margin-top: 8px;
}

.info-value-small[b-pn18zg68gd] {
    font-size: 1.6rem;
    font-weight: 400;
    color: #6c7a89;
}



.AnnouncementHolder[b-pn18zg68gd] {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid var(--accent-fill-rest);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1480px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 1480px;
    text-align: center;
    background-color: var(--neutral-layer-1)
}


    .AnnouncementHolder h3[b-pn18zg68gd] {
        color: var(--accent-fill-rest);
        font-weight: 600;
        /*font-size: 1.2rem;*/
        margin: 0 0 12px 0;
    }

    .AnnouncementHolder div:last-child[b-pn18zg68gd] {
        color: #6c7a89;
        /*font-size: 0.95rem;*/
        line-height: 1.5;
        margin: 0;
    }

@keyframes shimmer-b-pn18zg68gd {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .AnnouncementHolder[b-pn18zg68gd] {
        padding: 15px;
        margin-bottom: 15px;
    }

        .AnnouncementHolder h3[b-pn18zg68gd] {
            /*font-size: 1.1rem;*/
        }
}
/* /Components/Pages/DocumentManagementComponent.razor.rz.scp.css */
.currentFolderWrapper[b-iq4xtz1nex] {
    padding: var(--padding1) 0;
}
.folderWrapper[b-iq4xtz1nex] {
    /*margin-top: var(--padding1);*/
    /*max-height: calc(100vh - 250px);*/
    overflow-x: auto;
    width: 340px;
    height: 100%;
    position: sticky;
    padding-left: 10px;
    padding-top: 10px;
    background: var(--neutral-layer-3);
    top: 0;
}

.fileWrapper[b-iq4xtz1nex] {
    margin-top: var(--padding1);
}

.docSection[b-iq4xtz1nex] {
    display: flex;
    flex-direction: column;
   /* row-gap: var(--padding025);*/
    margin-bottom: var(--padding15);
    height: 100%;
    /*overflow: auto;*/
    position: relative;
    /*padding: 1rem;*/
}

[b-iq4xtz1nex] .e-dropdown-btn.e-btn {
    padding: 0 !important;
}

    [b-iq4xtz1nex] .e-dropdown-btn.e-btn .e-btn-icon {
        margin-left: 0 !important;
        width: 1rem !important;
    }

.docIcon[b-iq4xtz1nex] {
    width: 2.5rem;
}

.uploaderLabel[b-iq4xtz1nex] {
    display: inline;
    font-size: var(--type-ramp-plus-1-font-size);
}

.uploaderIconWrapper[b-iq4xtz1nex] {
    margin-top: var(--padding1);
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: var(--padding1)
}

.searchWrapper[b-iq4xtz1nex] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: var(--padding1)
}

.badge-holder[b-iq4xtz1nex] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-block: 1rem;
}
.folderItem[b-iq4xtz1nex] {
    display: flex;
    align-items: center;
    padding: var(--padding05);
    width: 300px;
    height: 60px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    background-color: var(--neutral-layer-1);
    box-shadow: var(--elevation-shadow-card-rest);
    transition: all 0.2s;
}
.highContrast .folderItem[b-iq4xtz1nex]{
    background-color: initial;
    border-radius: initial;
    border: 1px solid white;
}

.selectedFolderItem[b-iq4xtz1nex] {
    display: flex;
    align-items: center;
    padding: var(--padding05);
    width: 300px;
    height: 60px;
    border-radius: 4px;
    cursor: pointer;
    background-color: var(--neutral-foreground-active);
    box-shadow: var(--elevation-shadow-card-active);
    transition: all 0.2s;
}

    .folderItem:hover[b-iq4xtz1nex] {
        background-color: var(--neutral-layer-1);
        box-shadow: var(--elevation-shadow-card-hover);
    }



.fileItem[b-iq4xtz1nex] {
    display: block;
    /*width: 295px;*/
    height: 155px;
    border-radius: 4px;
    background-color: var(--neutral-layer-2);
    box-shadow: var(--elevation-shadow-card-rest);
    transition: all 0.2s;
}

    .fileItem:hover[b-iq4xtz1nex] {
        background-color: var(--neutral-layer-1);
        box-shadow: var(--elevation-shadow-card-hover);
    }

.fileItemThumbWrapper[b-iq4xtz1nex] {
    position: relative;
    width: 300px;
    height: 90px;
    border-radius: 4px 4px 0 0;
}

.fileItemThumb[b-iq4xtz1nex] {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    /*height: 186px;*/
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}

.fileItemWrapper[b-iq4xtz1nex] {
    position: relative;
    width: 300px;
    height: 60px;
    padding: var(--padding05);
    border-radius: 0 0 4px 4px;
    background-color: var(--neutral-layer-2);
}

.fileItemSelect[b-iq4xtz1nex] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: var(--padding025);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0 0;
}

.fileDetails[b-iq4xtz1nex] {
    font-size: 0.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sectionUploader[b-iq4xtz1nex] {
    display: flex;
    justify-content: center;
    height: fit-content;
    margin-bottom: 1rem;
}

.uploaderIcons[b-iq4xtz1nex] {
    width: 2rem;
}


.dropArea[b-iq4xtz1nex], .dropArea2[b-iq4xtz1nex] {
/*    position: relative;
    height:100%;*/
    width: 100%;
/*    margin-top: 1rem;
    padding: 1rem;*/
    background-color: var(--pobaOrangeSuperLight);
    border: 2px solid var(--pobaOrange);
    border-radius: 6px;
    display: flex;
/*    justify-content: space-between;*/
    align-items: center;
    vertical-align: middle;
    flex-direction: column;
}


.folderNameLabel[b-iq4xtz1nex] {
    position: relative;
    top: -35px;
    display: flex;
    align-items: center;
    background: #ffffffb5;
    padding:4px;
    color: black;
}
.stickyDocumentHeader[b-iq4xtz1nex] {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
}
.RenameDialog .e-dlg-header-content + .e-dlg-content[b-iq4xtz1nex] {
    padding: 1rem !important;
}
.parentWrap[b-iq4xtz1nex]{
    height: 100%;
}
/* /Components/Pages/EconDetailView.razor.rz.scp.css */
.document-sections[b-o2impjmih4] {
    margin-top: 1rem;
}

.sections-header h4[b-o2impjmih4] {
    margin-bottom: 1.5rem;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
}

.document-section[b-o2impjmih4] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-bottom: 1.5rem;
    background: var(--neutral-layer-1);
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    scroll-margin-top: 100px; /* Offset for fixed headers */
}

.section-header[b-o2impjmih4] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-level-indicator[b-o2impjmih4] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.section-title[b-o2impjmih4] {
    font-weight: 600;
    font-size: 1.1rem;
    color: #495057;
    flex: 1;
}



/* Different styling for different levels */
.section-title-level[b-o2impjmih4] {
    /*border-left: 4px solid #0b408f;*/
}

    .section-title-level .section-header[b-o2impjmih4] {
        background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    }

    .section-title-level .section-title[b-o2impjmih4] {
        color: #0d6efd;
        font-size: 1.3rem;
        font-weight: 700;
    }

.section-heading-level-1[b-o2impjmih4] {
    /*border-left: 4px solid #0f4761;*/
}

    .section-heading-level-1 .section-header[b-o2impjmih4] {
        background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    }

    .section-heading-level-1 .section-title[b-o2impjmih4] {
        color: #0f4761;
        font-size: 1.2rem;
    }

.section-heading-level-2[b-o2impjmih4] {
    border-left: 4px solid #495057;
    margin-left: 1rem;
}

    .section-heading-level-2 .section-title[b-o2impjmih4] {
        color: #495057;
    }

.section-heading-level-3[b-o2impjmih4],
.section-heading-level-4[b-o2impjmih4],
.section-heading-level-5[b-o2impjmih4],
.section-heading-level-6[b-o2impjmih4] {
    border-left: 4px solid #6c757d;
    margin-left: 2rem;
}

    .section-heading-level-3 .section-title[b-o2impjmih4],
    .section-heading-level-4 .section-title[b-o2impjmih4],
    .section-heading-level-5 .section-title[b-o2impjmih4],
    .section-heading-level-6 .section-title[b-o2impjmih4] {
        color: #6c757d;
    }

/* Hover effects */
.document-section:hover[b-o2impjmih4] {
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
    transform: translateY(-1px);
    transition: all 0.2s ease-in-out;
}

/* Content styling */
.section-content p[b-o2impjmih4] {
    margin-bottom: 1rem;
}

    .section-content p:last-child[b-o2impjmih4] {
        margin-bottom: 0;
    }

.section-content ol[b-o2impjmih4], .section-content ul[b-o2impjmih4] {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.CustomWrapperEditor[b-o2impjmih4] {
    width: 65%;
    min-width: 1000px;
}



/* Comment footer styles */
.comment-footer[b-o2impjmih4] {
    background: var(--neutral-layer-2);
    border-top: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.comment-stats[b-o2impjmih4] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.comment-stat[b-o2impjmih4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #6c757d;
}

    .comment-stat i[b-o2impjmih4] {
        font-size: 1rem;
    }

.total-comments[b-o2impjmih4] {
    font-weight: 600;
    color: var(--neutral-foreground-rest);
}

.comment-actions[b-o2impjmih4] {
    display: flex;
    gap: 0.5rem;
}

/* Add comment form styles */
.add-comment-form[b-o2impjmih4] {
    background: var(--neutral-layer-1);
    border-top: 1px solid #dee2e6;
    padding: 1.5rem;
}

.form-group[b-o2impjmih4] {
    margin-bottom: 1rem;
}

    .form-group label[b-o2impjmih4] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #495057;
    }

.radio-group[b-o2impjmih4] {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.radio-option[b-o2impjmih4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: normal;
}

    .radio-option input[type="radio"][b-o2impjmih4] {
        margin: 0;
    }

.form-control[b-o2impjmih4] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    line-height: 1.5;
    resize: vertical;
}

    .form-control:focus[b-o2impjmih4] {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.form-actions[b-o2impjmih4] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.btn[b-o2impjmih4] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.5;
    transition: all 0.2s ease-in-out;
}

.btn-primary[b-o2impjmih4] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: var(--neutral-layer-1);
}

    .btn-primary:hover[b-o2impjmih4] {
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

.btn-success[b-o2impjmih4] {
    background-color: #198754;
    border-color: #198754;
    color: var(--neutral-layer-1);
}

    .btn-success:hover[b-o2impjmih4] {
        background-color: #157347;
        border-color: #146c43;
    }

.btn-secondary[b-o2impjmih4] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: var(--neutral-layer-1);
}

    .btn-secondary:hover[b-o2impjmih4] {
        background-color: #5c636a;
        border-color: #565e64;
    }

.btn-sm[b-o2impjmih4] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.btn-info[b-o2impjmih4] {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: var(--neutral-layer-1);
}

    .btn-info:hover[b-o2impjmih4] {
        background-color: #138496;
        border-color: #117a8b;
    }

/* Comments List Styles */
.comments-list[b-o2impjmih4] {
    background: var(--neutral-layer-1);
    border-top: 1px solid #dee2e6;
    padding: 1.5rem;
}

.comments-header[b-o2impjmih4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

    .comments-header h5[b-o2impjmih4] {
        margin: 0;
        color: #495057;
        font-weight: 600;
    }

.sort-dropdown[b-o2impjmih4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .sort-dropdown label[b-o2impjmih4] {
        margin: 0;
        font-size: 0.875rem;
        font-weight: 500;
        color: #6c757d;
    }

.form-control-sm[b-o2impjmih4] {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    min-width: 200px;
}

.comment-item[b-o2impjmih4] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--neutral-layer-2);
}

    .comment-item.general-comment[b-o2impjmih4] {
        /*border-left: 4px solid #007bff;*/
    }

    .comment-item.text-addition-comment[b-o2impjmih4] {
        /*border-left: 4px solid #28a745;*/
    }

.comment-header[b-o2impjmih4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.comment-type-badge[b-o2impjmih4] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #007bff;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.comment-item.text-addition-comment .comment-type-badge[b-o2impjmih4] {
    background: #28a745;
}

.comment-date[b-o2impjmih4] {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
}

.comment-text[b-o2impjmih4] {
    margin-bottom: 0.75rem;
    line-height: 1.5;
    color: var(--neutral-foreground-rest);
    white-space: pre-wrap;
}

.comment-stats[b-o2impjmih4] {
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    color: #6c757d;
    align-items: center;
    justify-content: flex-start;
}

    .comment-stats .comment-stat[b-o2impjmih4] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

/* Like/Dislike button styles */
.comment-actions[b-o2impjmih4] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-like[b-o2impjmih4], .btn-dislike[b-o2impjmih4] {
    background: none;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #6c757d;
    transition: all 0.2s ease;
    min-width: auto;
}

    .btn-like:hover[b-o2impjmih4] {
        background-color: #e8f5e8;
        border-color: #28a745;
        color: #28a745;
        transform: translateY(-1px);
    }

    .btn-dislike:hover[b-o2impjmih4] {
        background-color: #fce8e8;
        border-color: #dc3545;
        color: #dc3545;
        transform: translateY(-1px);
    }

    .btn-like.active[b-o2impjmih4] {
        background-color: #28a745;
        border-color: #28a745;
        color: white;
    }

    .btn-dislike.active[b-o2impjmih4] {
        background-color: #dc3545;
        border-color: #dc3545;
        color: white;
    }

        .btn-like.active:hover[b-o2impjmih4], .btn-dislike.active:hover[b-o2impjmih4] {
            transform: translateY(-1px);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

    .btn-like .count[b-o2impjmih4], .btn-dislike .count[b-o2impjmih4] {
        font-weight: 500;
        font-size: 0.8rem;
    }

.popularity-stat[b-o2impjmih4] {
    margin-left: auto;
    font-style: italic;
}

/* Reply button styles */
.btn-reply[b-o2impjmih4] {
    background: none;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #6c757d;
    transition: all 0.2s ease;
}

    .btn-reply:hover[b-o2impjmih4] {
        background-color: #f8f9fa;
        border-color: #007bff;
        color: #007bff;
        transform: translateY(-1px);
    }

/* Reply form styles */
.reply-form[b-o2impjmih4] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
}

.reply-input-group[b-o2impjmih4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reply-textarea[b-o2impjmih4] {
    min-height: 80px;
    resize: vertical;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.5rem;
    font-size: 0.9rem;
}

    .reply-textarea:focus[b-o2impjmih4] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        outline: none;
    }

.reply-buttons[b-o2impjmih4] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

/* Response/replies section styles */
.responses-section[b-o2impjmih4] {
    margin-top: 1rem;
    padding-left: 1rem;
    border-left: 3px solid #dee2e6;
}

.responses-header[b-o2impjmih4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
    font-size: 0.9rem;
}

.response-item[b-o2impjmih4] {
    background-color: var(--neutral-layer-2);
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
}

.response-header[b-o2impjmih4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.response-date[b-o2impjmih4] {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
}

.response-type-badge[b-o2impjmih4] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: #ffc107;
    color: #212529;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    font-weight: 600;
}

    .response-type-badge.official[b-o2impjmih4] {
        background: #007bff;
        color: white;
    }

.response-text[b-o2impjmih4] {
    line-height: 1.5;
    color: var(--neutral-foreground-rest);
    white-space: pre-wrap;
}

/* Responsive design */
/*  media (max-width: 768px) {
        .comment-footer {
            flex-direction: column;
            align-items: flex-start;
        }

        .comment-stats {
            gap: 1rem;
        }

        .radio-group {
            flex-direction: column;
            gap: 0.5rem;
        }
    } */
.EconViewWrap[b-o2impjmih4] {
    display: flex;
    gap: 2rem;
}
.TopButton[b-o2impjmih4] {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #dd0e0e29;
    z-index: 10001;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color ease-in 0.3s;
    display: flex;
    justify-content: center;
}
    .TopButton:hover[b-o2impjmih4] {
        background-color: #d41a1a8f;
    }
.eConTitle[b-o2impjmih4] {
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
    position: sticky;
    top: 0rem;
    padding-top: 1rem;
    z-index: 1000;
    background-color: var(--neutral-layer-1);
}

.highContrast .eConTitle[b-o2impjmih4] {
    background-color: var(--neutral-layer-4) !important;
}
/* /Components/Pages/EconDocumentEdit.razor.rz.scp.css */
.document-sections[b-dqkggnw2az] {
    margin-top: 2rem;
}

.sections-header h4[b-dqkggnw2az] {
    margin-bottom: 1.5rem;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
}

.document-section[b-dqkggnw2az] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-bottom: 1.5rem;
    background: var(--neutral-layer-1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    scroll-margin-top: 100px; /* Offset for fixed headers */
}

.section-header[b-dqkggnw2az] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-level-indicator[b-dqkggnw2az] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.section-title[b-dqkggnw2az] {
    font-weight: 600;
    font-size: 1.1rem;
    color: #495057;
    flex: 1;
}

.section-content[b-dqkggnw2az] {
    padding: 1.5rem;
    line-height: 1.6;
}

/* Different styling for different levels */
.section-title-level[b-dqkggnw2az] {
    border-left: 4px solid #0d6efd;
}

    .section-title-level .section-header[b-dqkggnw2az] {
        background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    }

    .section-title-level .section-title[b-dqkggnw2az] {
        color: #0d6efd;
        font-size: 1.3rem;
        font-weight: 700;
    }

.section-heading-level-1[b-dqkggnw2az] {
    border-left: 4px solid #0f4761;
}

    .section-heading-level-1 .section-header[b-dqkggnw2az] {
        background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    }

    .section-heading-level-1 .section-title[b-dqkggnw2az] {
        color: #0f4761;
        font-size: 1.2rem;
    }

.section-heading-level-2[b-dqkggnw2az] {
    border-left: 4px solid #495057;
    margin-left: 1rem;
}

    .section-heading-level-2 .section-title[b-dqkggnw2az] {
        color: #495057;
    }

.section-heading-level-3[b-dqkggnw2az],
.section-heading-level-4[b-dqkggnw2az],
.section-heading-level-5[b-dqkggnw2az],
.section-heading-level-6[b-dqkggnw2az] {
    border-left: 4px solid #6c757d;
    margin-left: 2rem;
}

    .section-heading-level-3 .section-title[b-dqkggnw2az],
    .section-heading-level-4 .section-title[b-dqkggnw2az],
    .section-heading-level-5 .section-title[b-dqkggnw2az],
    .section-heading-level-6 .section-title[b-dqkggnw2az] {
        color: #6c757d;
    }

/* Hover effects */
.document-section:hover[b-dqkggnw2az] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    transition: all 0.2s ease-in-out;
}

/* Content styling */
.section-content p[b-dqkggnw2az] {
    margin-bottom: 1rem;
}

    .section-content p:last-child[b-dqkggnw2az] {
        margin-bottom: 0;
    }

.section-content ol[b-dqkggnw2az], .section-content ul[b-dqkggnw2az] {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.CustomWrapperEditor[b-dqkggnw2az] {
    width: 65%;
    min-width: 1000px;
}





/* /Components/Pages/FAQ.razor.rz.scp.css */
.faq-item[b-wyuhfgjxfo] {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.faq-toggle[b-wyuhfgjxfo] {
    display: none;
}

.faq-question[b-wyuhfgjxfo] {
    display: block;
    font-weight: 600;
    cursor: pointer;
    margin: 10px 0;
    transition: color 0.3s ease;
}

    .faq-question:hover[b-wyuhfgjxfo] {
        color: var(--color-sf-primary);
    }

/* Answer wrapper for auto-height animation */
.faq-answer[b-wyuhfgjxfo] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

    .faq-answer > div[b-wyuhfgjxfo] {
        overflow: hidden; /* ensures no text leaks when collapsed */
        /*padding: 10px 0;*/ /* padding only here */
        color: #333;
        line-height: 1.5;
    }

.faq-toggle:checked ~ .faq-answer[b-wyuhfgjxfo] {
    grid-template-rows: 1fr;
    opacity: 1;
}


/* Animated underline */
.faq-question[b-wyuhfgjxfo]::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: var(--color-sf-primary);
    transition: width 0.25s ease-in-out;
    margin-top: 5px;
}

.faq-toggle:checked + .faq-question[b-wyuhfgjxfo]::after {
    width: 100%;
}
/* /Components/Pages/Istrazivanja/SurveyBuilder.razor.rz.scp.css */
.survey-row[b-8bk01wvdq4] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
}

.survey-field[b-8bk01wvdq4] {
    display: block;
}
    .survey-field.name[b-8bk01wvdq4] {
        width: 280px;
    }

    .survey-field.uploader[b-8bk01wvdq4] {
        width: 280px;
    }

    .survey-field.theme[b-8bk01wvdq4] {
        width: 200px;
    }

    .survey-field.description[b-8bk01wvdq4] {
        width: 320px;
    }

    .survey-field .e-control[b-8bk01wvdq4],
    .survey-field input[b-8bk01wvdq4],
    .survey-field textarea[b-8bk01wvdq4],
    .survey-field .e-input[b-8bk01wvdq4] {
        width: 100%;
        box-sizing: border-box;
    }

@media (max-width: 800px) {
    .survey-field.name[b-8bk01wvdq4],
    .survey-field.uploader[b-8bk01wvdq4],
    .survey-field.theme[b-8bk01wvdq4],
    .survey-field.description[b-8bk01wvdq4] {
        width: 100%;
    }

    .survey-row[b-8bk01wvdq4] {
        justify-content: stretch;
    }
}

.survey-header[b-8bk01wvdq4] {
    padding: 24px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 32px;
}

.survey-title-section[b-8bk01wvdq4] {
    margin-bottom: 32px;
}

.survey-main-title[b-8bk01wvdq4] {
    margin: 0 0 8px 0 !important;
    font-weight: 600;
    color: #1a1a1a;
}

.survey-subtitle[b-8bk01wvdq4] {
    margin: 0;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.survey-form-fields[b-8bk01wvdq4] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
}

.survey-field-row[b-8bk01wvdq4] {
    display: flex;
    gap: 16px;
}

.survey-field-group[b-8bk01wvdq4] {
    display: flex;
    flex-direction: column;
}

    .survey-field-group.half-width[b-8bk01wvdq4] {
        flex: 1;
    }

.field-label[b-8bk01wvdq4] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
    display: block;
}

.survey-field-group .e-input-group[b-8bk01wvdq4],
.survey-field-group .e-float-input[b-8bk01wvdq4],
.survey-field-group .e-upload[b-8bk01wvdq4] {
    width: 100%;
}

    .survey-field-group .e-float-input .e-input[b-8bk01wvdq4] {
        padding: 12px 16px;
        font-size: 14px;
        border-radius: 6px;
        border: 1px solid #d1d5db;
        transition: border-color 0.2s ease;
    }

        .survey-field-group .e-float-input .e-input:focus[b-8bk01wvdq4] {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
            outline: none;
        }

    .survey-field-group .e-float-input .e-float-text[b-8bk01wvdq4] {
        font-size: 12px;
        color: #6b7280;
        font-weight: 500;
    }

.survey-field-group .e-upload[b-8bk01wvdq4] {
    border: 2px dashed #d1d5db;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    transition: border-color 0.2s ease;
}

    .survey-field-group .e-upload:hover[b-8bk01wvdq4] {
        border-color: #3b82f6;
    }

/*#surveyContainer {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}*/

#surveyContainer[b-8bk01wvdq4] {
    height: 1000px;
}
/* /Components/Pages/UpravljackiCentar/CasesGrid.razor.rz.scp.css */


.filter-row[b-oeigbqv68q] {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 16px;
    width: 100%;
    max-width: 100vw;
}

.filter-sort-row[b-oeigbqv68q] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 1480px;
}

.filter-row-only[b-oeigbqv68q] {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 1480px;
}

.sort-row[b-oeigbqv68q] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 1480px;
}

.filter-btn[b-oeigbqv68q] {
    background: var(--accent-fill-rest) !important;
    color: var(--neutral-layer-1) !important;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
    height: 44px;
    min-width: 140px;
    font-size: 1.1rem;
}

.sort-dropdown[b-oeigbqv68q] {
    min-width: 220px;
    width: 220px;
    max-width: 100vw;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 8px 12px;
}

.grid-card[b-oeigbqv68q] {
    background: var(--neutral-layer-1);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0;
    width: 100%;
    max-width: 1480px;
}

.e-grid .e-headercell[b-oeigbqv68q] {
    background: var(--accent-fill-rest) !important;
    color: var(--neutral-layer-1) !important;
    font-weight: 600;
}

.e-grid .e-rowcell[b-oeigbqv68q] {
    background: var(--neutral-layer-1) !important;
    color: #222;
}

.e-grid .e-row:hover .e-rowcell[b-oeigbqv68q] {
    background: #f5f5f5 !important;
}

.filter-panel[b-oeigbqv68q] {
    background: var(--neutral-layer-1);
    border-radius: 8px;
    padding: 32px 24px 24px 24px;
    /*margin: 16px 0 24px 0;*/
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.filter-grid[b-oeigbqv68q] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px 32px;
    width: 100%;
}

.filter-col[b-oeigbqv68q] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .filter-col:first-child[b-oeigbqv68q] {
        grid-column: 1 / 2;
    }

    .filter-col:nth-child(2)[b-oeigbqv68q] {
        grid-column: 2 / 3;
    }

    .filter-col:nth-child(3)[b-oeigbqv68q] {
        grid-column: 3 / 4;
    }

.filter-actions[b-oeigbqv68q] {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    justify-content: flex-start;
    width: 100%;
}

    .filter-actions .fluent-button[b-oeigbqv68q] {
        background: var(--accent-fill-rest) !important;
        color: var(--neutral-layer-1) !important;
        border-radius: 6px;
        min-width: 100px;
        font-size: 1.1rem;
        margin-right: 8px;
        box-shadow: none;
    }

    .filter-actions .fluent-checkbox[b-oeigbqv68q] {
        margin-left: 16px;
    }

.filter-panel label[b-oeigbqv68q], .filter-panel .fluent-label[b-oeigbqv68q] {
    font-weight: 600;
    color: #444;
    margin-bottom: 2px;
}

.filter-panel .fluent-checkbox[b-oeigbqv68q] {
    margin-right: 12px;
}

.filter-panel .fluent-text-field[b-oeigbqv68q], .filter-panel .fluent-select[b-oeigbqv68q] {
    width: 100%;
    min-width: 220px;
    max-width: 100%;
}

    .filter-panel .fluent-text-field input[b-oeigbqv68q], .filter-panel .fluent-select__control[b-oeigbqv68q] {
        font-size: 1.1rem;
        height: 44px;
    }

.filter-panel .fluent-select__listbox[b-oeigbqv68q] {
    min-width: 220px;
    width: 100%;
    max-width: 100vw;
    white-space: normal;
}

.filter-panel .fluent-select__option[b-oeigbqv68q] {
    white-space: normal;
    word-break: break-word;
    max-width: 100vw;
    font-size: 1rem;
}

.filter-panel .fluent-select__option[b-oeigbqv68q],
.filter-panel .fluent-select__listbox[b-oeigbqv68q] {
    overflow-x: visible !important;
    text-overflow: unset !important;
}

.filter-row .fluent-select[b-oeigbqv68q],
.filter-row .fluent-select select[b-oeigbqv68q],
.filter-row .fluent-select__control[b-oeigbqv68q] {
    min-width: 520px;
    width: 520px;
    max-width: 100vw;
}

.filter-row .fluent-select__listbox[b-oeigbqv68q] {
    min-width: 520px;
    width: 520px;
    max-width: 100vw;
    white-space: normal;
}

.filter-row .fluent-select__option[b-oeigbqv68q] {
    white-space: normal;
    word-break: break-word;
    max-width: 100vw;
    font-size: 1rem;
}

.filter-row .fluent-select__option[b-oeigbqv68q],
.filter-row .fluent-select__listbox[b-oeigbqv68q] {
    overflow-x: visible !important;
    text-overflow: unset !important;
}

.consultation-table[b-oeigbqv68q] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--neutral-layer-1);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
}

    .consultation-table th.header-red[b-oeigbqv68q] {
        background: var(--accent-fill-rest);
        color: var(--neutral-layer-1);
        font-weight: 600;
        font-size: 1.1rem;
        padding: 12px 16px;
        border-right: 1px solid var(--neutral-layer-1);
    }

        .consultation-table th.header-red:last-child[b-oeigbqv68q] {
            border-right: none;
        }

    .consultation-table td[b-oeigbqv68q] {
        /*font-size: 1.1rem;*/
        color: var(--neutral-foreground-focus);
        padding: 12px 16px;
        border-bottom: 1px solid #eee;
        vertical-align: top;
    }

.title-red[b-oeigbqv68q] {
    color: var(--accent-fill-rest);
    font-weight: 500;
}

.consultation-details[b-oeigbqv68q] {
    font-size: 0.95rem;
    color: #888;
    margin-top: 4px;
}

@media (max-width: 1200px) {
    .filter-grid[b-oeigbqv68q] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-col:nth-child(3)[b-oeigbqv68q] {
        grid-column: 1 / 3;
    }
}

@media (max-width: 900px) {
    .filter-grid[b-oeigbqv68q] {
        grid-template-columns: 1fr;
    }

    .filter-col[b-oeigbqv68q] {
        grid-column: 1 / 2 !important;
    }
}

footer.dashboard-footer[b-oeigbqv68q] {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 1.5rem 0 1rem 0;
    margin-top: 2rem;
    text-align: center;
    color: #888;
    font-size: 1.05rem;
    width: 100%;
    border-radius: 0 0 12px 12px;
}

/*.custom-footer-bar {
    border-top: 2px solid var(--accent-fill-rest);
    background: transparent;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 0 1.5rem 0;
    text-align: center;
    position: relative;
}*/
.custom-footer-img-row[b-oeigbqv68q] {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.custom-footer-img[b-oeigbqv68q] {
    max-width: 700px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border-radius: 8px;
    background: var(--neutral-layer-1);
}

.custom-footer-desc[b-oeigbqv68q] {
    font-size: 1.05rem;
    color: #2d2d2d;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.custom-footer-copyright[b-oeigbqv68q] {
    font-size: 0.95rem;
    color: var(--accent-fill-rest);
    margin-top: 0.2rem;
}

.EconTitle[b-oeigbqv68q] {
    cursor: pointer;
}

.EconTitle:hover[b-oeigbqv68q]{
    text-decoration: underline;
}

/* /Components/Pages/UpravljackiCentar/FeedbackView.razor.rz.scp.css */
[b-ko1hruuazk] .loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

[b-ko1hruuazk] .feedback-content-wrapper {
    width: 100%;
    height: 90%;
    overflow: hidden;
}

[b-ko1hruuazk] .feedback-content-wrapper .e-tab {
    height: 100%;
}

[b-ko1hruuazk] .feedback-content-wrapper .e-content {
    height: calc(100% - 40px);
    overflow-y: auto;
    padding: 20px;
}

[b-ko1hruuazk] .feedback-info {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    border-left: 4px solid #0078d4;
    margin-bottom: 20px;
}

[b-ko1hruuazk] .info-row {
    margin-bottom: 15px;
}

[b-ko1hruuazk] .info-row:last-child {
    margin-bottom: 0;
}

[b-ko1hruuazk] .info-row strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
}

[b-ko1hruuazk] .info-row div {
    color: #666;
    word-break: break-word;
}

[b-ko1hruuazk] .info-row a {
    color: #0078d4;
    text-decoration: none;
}

[b-ko1hruuazk] .info-row a:hover {
    text-decoration: underline;
}

[b-ko1hruuazk] .feedback-html-container {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

[b-ko1hruuazk] .html-iframe-wrapper {
    flex: 1;
    width: 100%;
    position: relative;
    background-color: white;
    overflow: hidden;
}

[b-ko1hruuazk] .html-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

[b-ko1hruuazk] .feedback-logs,
[b-ko1hruuazk] .feedback-errors,
[b-ko1hruuazk] .feedback-warnings {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    border-left: 4px solid #0078d4;
    margin-top: 20px;
}

[b-ko1hruuazk] .feedback-errors {
    border-left-color: #d13438;
}

[b-ko1hruuazk] .feedback-warnings {
    border-left-color: #ffc800;
}

[b-ko1hruuazk] .feedback-logs pre,
[b-ko1hruuazk] .feedback-errors pre,
[b-ko1hruuazk] .feedback-warnings pre {
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    max-height: 300px;
    overflow-y: auto;
}

[b-ko1hruuazk] .btn-primary {
    background-color: #0078d4;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.2s;
}

[b-ko1hruuazk] .btn-primary:hover {
    background-color: #106ebe;
}

[b-ko1hruuazk] .e-dialog {
    max-height: 90vh;
}

[b-ko1hruuazk] .edit-feedback-form {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

[b-ko1hruuazk] .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-ko1hruuazk] .form-group label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

[b-ko1hruuazk] .form-group textarea,
[b-ko1hruuazk] .form-group input[type="text"] {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.2s;
}

[b-ko1hruuazk] .form-group textarea:focus,
[b-ko1hruuazk] .form-group input[type="text"]:focus {
    outline: none;
    border-color: #0078d4;
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.1);
}

[b-ko1hruuazk] .dialog-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

[b-ko1hruuazk] .dialog-actions button {
    min-width: 100px;
}

/* /Components/Pages/UpravljackiCentar/PlanZakonodavnihAktivnostiGrid.razor.rz.scp.css */
/* /Components/Pages/UpravljackiCentar/Statistic.razor.rz.scp.css */


.filter-row[b-0w47h7yhyn] {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 16px;
    width: 100%;
    max-width: 100vw;
}

.filter-sort-row[b-0w47h7yhyn] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 1480px;
}

.filter-row-only[b-0w47h7yhyn] {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 1480px;
}

.sort-row[b-0w47h7yhyn] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 1480px;
}

.filter-btn[b-0w47h7yhyn] {
    background: var(--accent-fill-rest) !important;
    color: var(--neutral-layer-1) !important;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
    height: 44px;
    min-width: 140px;
    font-size: 1.1rem;
}

.sort-dropdown[b-0w47h7yhyn] {
    min-width: 220px;
    width: 220px;
    max-width: 100vw;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 8px 12px;
}

.grid-card[b-0w47h7yhyn] {
    background: var(--neutral-layer-1);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0;
    width: 100%;
    max-width: 1480px;
}

.e-grid .e-headercell[b-0w47h7yhyn] {
    background: var(--accent-fill-rest) !important;
    color: var(--neutral-layer-1) !important;
    font-weight: 600;
}

.e-grid .e-rowcell[b-0w47h7yhyn] {
    background: var(--neutral-layer-1) !important;
    color: #222;
}

.e-grid .e-row:hover .e-rowcell[b-0w47h7yhyn] {
    background: #f5f5f5 !important;
}

.filter-panel[b-0w47h7yhyn] {
    background: var(--neutral-layer-1);
    border-radius: 8px;
    padding: 32px 24px 24px 24px;
    /*margin: 16px 0 24px 0;*/
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.filter-grid[b-0w47h7yhyn] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px 32px;
    width: 100%;
}

.filter-col[b-0w47h7yhyn] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .filter-col:first-child[b-0w47h7yhyn] {
        grid-column: 1 / 2;
    }

    .filter-col:nth-child(2)[b-0w47h7yhyn] {
        grid-column: 2 / 3;
    }

    .filter-col:nth-child(3)[b-0w47h7yhyn] {
        grid-column: 3 / 4;
    }

.filter-actions[b-0w47h7yhyn] {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    justify-content: flex-start;
    width: 100%;
}

    .filter-actions .fluent-button[b-0w47h7yhyn] {
        background: var(--accent-fill-rest) !important;
        color: var(--neutral-layer-1) !important;
        border-radius: 6px;
        min-width: 100px;
        font-size: 1.1rem;
        margin-right: 8px;
        box-shadow: none;
    }

    .filter-actions .fluent-checkbox[b-0w47h7yhyn] {
        margin-left: 16px;
    }

.filter-panel label[b-0w47h7yhyn], .filter-panel .fluent-label[b-0w47h7yhyn] {
    font-weight: 600;
    color: #444;
    margin-bottom: 2px;
}

.filter-panel .fluent-checkbox[b-0w47h7yhyn] {
    margin-right: 12px;
}

.filter-panel .fluent-text-field[b-0w47h7yhyn], .filter-panel .fluent-select[b-0w47h7yhyn] {
    width: 100%;
    min-width: 220px;
    max-width: 100%;
}

    .filter-panel .fluent-text-field input[b-0w47h7yhyn], .filter-panel .fluent-select__control[b-0w47h7yhyn] {
        font-size: 1.1rem;
        height: 44px;
    }

.filter-panel .fluent-select__listbox[b-0w47h7yhyn] {
    min-width: 220px;
    width: 100%;
    max-width: 100vw;
    white-space: normal;
}

.filter-panel .fluent-select__option[b-0w47h7yhyn] {
    white-space: normal;
    word-break: break-word;
    max-width: 100vw;
    font-size: 1rem;
}

.filter-panel .fluent-select__option[b-0w47h7yhyn],
.filter-panel .fluent-select__listbox[b-0w47h7yhyn] {
    overflow-x: visible !important;
    text-overflow: unset !important;
}

.filter-row .fluent-select[b-0w47h7yhyn],
.filter-row .fluent-select select[b-0w47h7yhyn],
.filter-row .fluent-select__control[b-0w47h7yhyn] {
    min-width: 520px;
    width: 520px;
    max-width: 100vw;
}

.filter-row .fluent-select__listbox[b-0w47h7yhyn] {
    min-width: 520px;
    width: 520px;
    max-width: 100vw;
    white-space: normal;
}

.filter-row .fluent-select__option[b-0w47h7yhyn] {
    white-space: normal;
    word-break: break-word;
    max-width: 100vw;
    font-size: 1rem;
}

.filter-row .fluent-select__option[b-0w47h7yhyn],
.filter-row .fluent-select__listbox[b-0w47h7yhyn] {
    overflow-x: visible !important;
    text-overflow: unset !important;
}

.consultation-table[b-0w47h7yhyn] {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--neutral-layer-1);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
}

    .consultation-table th.header-red[b-0w47h7yhyn] {
        background: var(--accent-fill-rest);
        color: var(--neutral-layer-1);
        font-weight: 600;
        font-size: 1.1rem;
        padding: 12px 16px;
        border-right: 1px solid var(--neutral-layer-1);
    }

        .consultation-table th.header-red:last-child[b-0w47h7yhyn] {
            border-right: none;
        }

    .consultation-table td[b-0w47h7yhyn] {
        /*font-size: 1.1rem;*/
        color: var(--neutral-foreground-focus);
        padding: 12px 16px;
        border-bottom: 1px solid #eee;
        vertical-align: top;
    }

.title-red[b-0w47h7yhyn] {
    color: var(--accent-fill-rest);
    font-weight: 500;
}

.consultation-details[b-0w47h7yhyn] {
    font-size: 0.95rem;
    color: #888;
    margin-top: 4px;
}

@media (max-width: 1200px) {
    .filter-grid[b-0w47h7yhyn] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-col:nth-child(3)[b-0w47h7yhyn] {
        grid-column: 1 / 3;
    }
}

@media (max-width: 900px) {
    .filter-grid[b-0w47h7yhyn] {
        grid-template-columns: 1fr;
    }

    .filter-col[b-0w47h7yhyn] {
        grid-column: 1 / 2 !important;
    }
}

footer.dashboard-footer[b-0w47h7yhyn] {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 1.5rem 0 1rem 0;
    margin-top: 2rem;
    text-align: center;
    color: #888;
    font-size: 1.05rem;
    width: 100%;
    border-radius: 0 0 12px 12px;
}

/*.custom-footer-bar {
    border-top: 2px solid var(--accent-fill-rest);
    background: transparent;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 0 1.5rem 0;
    text-align: center;
    position: relative;
}*/
.custom-footer-img-row[b-0w47h7yhyn] {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.custom-footer-img[b-0w47h7yhyn] {
    max-width: 700px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border-radius: 8px;
    background: var(--neutral-layer-1);
}

.custom-footer-desc[b-0w47h7yhyn] {
    font-size: 1.05rem;
    color: #2d2d2d;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.custom-footer-copyright[b-0w47h7yhyn] {
    font-size: 0.95rem;
    color: var(--accent-fill-rest);
    margin-top: 0.2rem;
}

.EconTitle[b-0w47h7yhyn] {
    cursor: pointer;
}

.EconTitle:hover[b-0w47h7yhyn]{
    text-decoration: underline;
}

/* /Components/Pages/UpravljackiCentar/TemplateControl.razor.rz.scp.css */
/* Button container */
.create-button-container[b-ozm4i7yjpf] {
    margin-bottom: 15px;
}

/* Grid action buttons container */
.grid-actions[b-ozm4i7yjpf] {
    display: flex;
    gap: 5px;
}

/* Dialog content padding */
.dialog-content[b-ozm4i7yjpf] {
    padding: 10px;
}

/* Form group */
.form-group[b-ozm4i7yjpf] {
    margin-bottom: 15px;
}

/* Form label */
.form-label[b-ozm4i7yjpf] {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Form label small variant */
.form-label-small[b-ozm4i7yjpf] {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

/* File info text */
.file-info[b-ozm4i7yjpf] {
    color: #666;
    display: block;
    margin-top: 5px;
}

/* Create dialog scrollable content */
.create-dialog-content[b-ozm4i7yjpf] {
    padding: 10px;
    height: calc(80vh - 150px);
    overflow-y: auto;
}

/* Template name section */
.template-name-section[b-ozm4i7yjpf] {
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 8px;
}

.template-name-label[b-ozm4i7yjpf] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
}

/* Checkbox section */
.checkbox-section[b-ozm4i7yjpf] {
    margin-bottom: 20px;
}

/* Questions section */
.questions-section[b-ozm4i7yjpf] {
    margin-top: 20px;
}

.questions-header[b-ozm4i7yjpf] {
    margin-bottom: 15px;
    border-bottom: 2px solid #1976d2;
    padding-bottom: 8px;
}

/* Question card */
.question-card[b-ozm4i7yjpf] {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    position: relative;
}

.question-header[b-ozm4i7yjpf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.question-number[b-ozm4i7yjpf] {
    font-weight: 600;
    color: #1976d2;
}

/* Two column grid */
.two-column-grid[b-ozm4i7yjpf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.two-column-grid-mt[b-ozm4i7yjpf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
}

/* Placeholder display */
.placeholder-display[b-ozm4i7yjpf] {
    display: block;
    padding: 8px 12px;
    background: #e8e8e8;
    border-radius: 4px;
    font-family: monospace;
}

/* Description field container */
.description-field[b-ozm4i7yjpf] {
    margin-top: 15px;
}

/* Add question button container */
.add-question-container[b-ozm4i7yjpf] {
    margin-top: 15px;
    text-align: center;
}

/* Empty questions state */
.empty-questions[b-ozm4i7yjpf] {
    text-align: center;
    padding: 30px;
}

/* Delete dialog content */
.delete-dialog-content[b-ozm4i7yjpf] {
    padding: 10px;
    text-align: center;
}

.delete-warning-icon[b-ozm4i7yjpf] {
    font-size: 48px;
    color: #ff6b6b;
    display: block;
    margin-bottom: 15px;
}

.delete-message[b-ozm4i7yjpf] {
    font-size: 16px;
    margin-bottom: 10px;
}

.delete-template-name[b-ozm4i7yjpf] {
    font-weight: 600;
}

.delete-disclaimer[b-ozm4i7yjpf] {
    color: #666;
    font-size: 14px;
    margin-top: 15px;
}
/* /Components/Pages/UserManagement.razor.rz.scp.css */
