@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-y02bxel3r9],
.components-reconnect-repeated-attempt-visible[b-y02bxel3r9],
.components-reconnect-failed-visible[b-y02bxel3r9],
.components-pause-visible[b-y02bxel3r9],
.components-resume-failed-visible[b-y02bxel3r9],
.components-rejoining-animation[b-y02bxel3r9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-y02bxel3r9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-y02bxel3r9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-y02bxel3r9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-y02bxel3r9],
#components-reconnect-modal.components-reconnect-retrying[b-y02bxel3r9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-y02bxel3r9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-y02bxel3r9],
#components-reconnect-modal.components-reconnect-failed[b-y02bxel3r9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-y02bxel3r9] {
    display: block;
}


#components-reconnect-modal[b-y02bxel3r9] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-y02bxel3r9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-y02bxel3r9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-y02bxel3r9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-y02bxel3r9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-y02bxel3r9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-y02bxel3r9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-y02bxel3r9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-y02bxel3r9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-y02bxel3r9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-y02bxel3r9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-y02bxel3r9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-y02bxel3r9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-y02bxel3r9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-y02bxel3r9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-y02bxel3r9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-y02bxel3r9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-y02bxel3r9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-y02bxel3r9 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/NovaPrijavaKvara.razor.rz.scp.css */
[b-e228sdw5x5] .fluent-wizard-content {
    /* CSS Grid 1fr track has implicit minimum = auto (min-content).
       Without min-width: 0 the content column expands to fit the DataGrid's
       total min-content width, expanding the entire parent chain and
       preventing overflow-x: auto from activating on .grid-scroll-wrapper.
       min-width: 0 bounds the track to the available 1fr space. */
    min-width: 0;
}

[b-e228sdw5x5] fluent-select {
    /* The fluent-select web component sets min-width on :host via shadow DOM CSS.
       External styles take precedence over shadow :host rules, so min-width: 0
       here allows the element to shrink below its default min-content width
       and respect the Bootstrap column boundary. */
    min-width: 0;
}

[b-e228sdw5x5] fluent-tree-view {
    background-color: transparent !important;
}
/* /Components/Pages/ProvjeraStatusaNaloga.razor.rz.scp.css */
.loading-stack[b-bpx77pongu] {
    gap: 16px;
}

.alert-stack[b-bpx77pongu] {
    border-left: 4px solid #ffb900;
    padding-left: 12px;
    display: flex;
}

.alert-stack-error[b-bpx77pongu] {
    border-left: 4px solid #da3b01;
    padding-left: 12px;
    display: flex;
}

.status-value[b-bpx77pongu] {
    color: #0078d4;
    font-weight: bold;
}

.data-grid[b-bpx77pongu] {
    width: 100%;
}
/* /Components/Pages/StatusPrijaveKvara.razor.rz.scp.css */
.loading-stack[b-z0mxhu51q5] {
    gap: 16px;
}

.alert-stack[b-z0mxhu51q5] {
    border-left: 4px solid #ffb900;
    padding-left: 12px;
    display: flex;
}

.alert-stack-error[b-z0mxhu51q5] {
    border-left: 4px solid #da3b01;
    padding-left: 12px;
    display: flex;
}

.status-value[b-z0mxhu51q5] {
    color: #0078d4;
    font-weight: bold;
}

.data-grid[b-z0mxhu51q5] {
    width: 100%;
}
/* /Components/SubComponents/Dialogs/PrijavaUspjehNoviDialog.razor.rz.scp.css */
.novi-uspjeh-body[b-1pt1hq3ozf] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 4px 0;
    font-size: 0.9rem;
}

/* Tekst blok sa granicom */
.novi-uspjeh-text-block[b-1pt1hq3ozf] {
    background-color: var(--neutral-layer-2, #f5f5f5);
    border: 1px solid var(--neutral-stroke-rest, #d1d1d1);
    border-radius: 8px;
    padding: 10px 14px !important;
    box-sizing: border-box;
}

.novi-uspjeh-uvod[b-1pt1hq3ozf] {
    margin: 0;
    line-height: 1.5;
    font-size: 0.9rem;
    color: var(--neutral-foreground-rest, #242424);
}

/* Identifikatori — referentni broj i PIN */
.novi-uspjeh-identifikatori[b-1pt1hq3ozf] {
    display: flex;
    gap: 12px;
}

.novi-uspjeh-id-blok[b-1pt1hq3ozf] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background-color: var(--neutral-layer-2, #f5f5f5);
    border: 1px solid var(--neutral-stroke-rest, #d1d1d1);
    border-radius: 8px;
    padding: 10px 14px;
    flex: 1;
}

.novi-uspjeh-id-label[b-1pt1hq3ozf] {
    font-size: 0.78rem;
    color: var(--neutral-foreground-hint, #767676);
    margin-bottom: 2px;
}

.novi-uspjeh-id-vrijednost[b-1pt1hq3ozf] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--neutral-foreground-rest, #242424);
    word-break: break-all;
}

/* Prijevoz blok */
.novi-uspjeh-prijevoz-blok[b-1pt1hq3ozf] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.novi-uspjeh-prijevoz-tekst[b-1pt1hq3ozf] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background-color: var(--neutral-layer-2, #f5f5f5);
    border: 1px solid var(--neutral-stroke-rest, #d1d1d1);
    border-radius: 8px;
    padding: 10px 14px;
}

.novi-uspjeh-prijevoz-label[b-1pt1hq3ozf] {
    font-size: 0.78rem;
    color: var(--neutral-foreground-hint, #767676);
    margin-bottom: 2px;
    min-width: 120px;
}

.novi-uspjeh-prijevoz-vrijednost[b-1pt1hq3ozf] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--neutral-foreground-rest, #242424);
}

.novi-uspjeh-napomena-dostavljaca[b-1pt1hq3ozf] {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--neutral-layer-2, #f5f5f5);
    border: 1px solid var(--neutral-stroke-rest, #d1d1d1);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 0.85rem;
}

/* Upute grid */
.novi-uspjeh-upute-grid[b-1pt1hq3ozf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@@media (max-width: 480px) {
    .novi-uspjeh-upute-grid[b-1pt1hq3ozf] {
        grid-template-columns: 1fr;
    }
}

.novi-uspjeh-upute-blok[b-1pt1hq3ozf] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.novi-uspjeh-upute-blok strong[b-1pt1hq3ozf] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--neutral-foreground-rest, #242424);
    display: block;
    margin-bottom: 8px;
}

.novi-uspjeh-upute-blok ul[b-1pt1hq3ozf] {
    margin: 0;
    padding-left: 18px;
    font-size: 0.85rem;
}

.novi-uspjeh-upute-blok li[b-1pt1hq3ozf] {
    margin-bottom: 2px;
}

/* Footer info */
.novi-uspjeh-footer-info[b-1pt1hq3ozf] {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--neutral-layer-2, #f5f5f5);
    border: 1px solid var(--neutral-stroke-rest, #d1d1d1);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 0.85rem;
}

.novi-uspjeh-footer-info img[b-1pt1hq3ozf] {
    flex-shrink: 0;
}

.novi-uspjeh-footer-info p[b-1pt1hq3ozf] {
    margin: 0;
    line-height: 1.4;
}

/* Footer bar */
.novi-uspjeh-footer-bar[b-1pt1hq3ozf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--neutral-stroke-rest, #d1d1d1);
    padding-top: 10px;
    font-size: 0.85rem;
    color: var(--neutral-foreground-hint, #767676);
    gap: 10px;
}

.novi-uspjeh-footer-bar img[b-1pt1hq3ozf] {
    flex-shrink: 0;
}

.novi-uspjeh-footer-slogan[b-1pt1hq3ozf] {
    font-weight: 600;
}

/* /Components/SubComponents/PrijavaKvara/PrijavaKvaraWizard.razor.rz.scp.css */
.wizard-step-scrollable[b-i1m496au2r] {
    height: 40em !important;
    overflow-y: auto;
    overflow-x: auto !important;
}
/* /Components/SubComponents/PrijavaKvara/Uredaji.razor.rz.scp.css */
[b-odssy1rp9r] .overflow-column {
    overflow: visible !important;
}

[b-odssy1rp9r] fluent-text-area::part(control) {
    field-sizing: content;
    height: auto;
}

.grid-scroll-wrapper[b-odssy1rp9r] {
    overflow: visible !important;
    width: 100%;
}

.field-select-invalid[b-odssy1rp9r] {
    outline: 2px solid var(--error) !important;
    border-radius: calc(var(--control-corner-radius) * 1px);
    outline-offset: -1px;
}
