/* /Components/Layout/HeaderClinicSwitcher.razor.rz.scp.css */
.clinic-switcher[b-kkkbs9cqls] {
    margin-right: 1.5rem;
    padding: 0.35rem 0.6rem;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-size: 0.9rem;
    background-color: var(--bg-surface);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gulbqbhcvo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gulbqbhcvo] {
    flex: 1;
}

.sidebar[b-gulbqbhcvo] {
    background: var(--sidebar-bg);
    border-right: 1px solid var(--sidebar-border);
}

.top-row[b-gulbqbhcvo] {
    background-color: var(--bg-surface-alt);
    border-bottom: 1px solid var(--border);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

/* Levi blok (izbor klinike) drži svoje mesto i kad switcher nije prikazan - korisnik sa jednom
   klinikom ga ne vidi - pa UserMenu uvek ostaje uz desnu ivicu trake. */
.top-row-left[b-gulbqbhcvo],
.top-row-right[b-gulbqbhcvo] {
    display: flex;
    align-items: center;
    min-width: 0;
}

    .top-row[b-gulbqbhcvo]  a, .top-row[b-gulbqbhcvo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gulbqbhcvo]  a:hover, .top-row[b-gulbqbhcvo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gulbqbhcvo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gulbqbhcvo] {
        justify-content: space-between;
    }

    .top-row[b-gulbqbhcvo]  a, .top-row[b-gulbqbhcvo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gulbqbhcvo] {
        flex-direction: row;
    }

    .sidebar[b-gulbqbhcvo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gulbqbhcvo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gulbqbhcvo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gulbqbhcvo], article[b-gulbqbhcvo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gulbqbhcvo] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gulbqbhcvo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lug781tudj] {
    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-lug781tudj] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lug781tudj] {
    min-height: 3.5rem;
    background-color: var(--sidebar-header-bg);
    border-bottom: 1px solid var(--sidebar-border);
}

.navbar-brand[b-lug781tudj] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
    color: var(--sidebar-text-strong);
}

/* Logo klinike je proizvoljna slika (uploadovana kroz administraciju klinike) - fiksiramo visinu i
   puštamo širinu do granice, da ni široki ni uski logo ne razbiju traku. */
.brand-logo[b-lug781tudj] {
    height: 2rem;
    max-width: 5rem;
    object-fit: contain;
    flex-shrink: 0;
}

.brand-name[b-lug781tudj] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bi[b-lug781tudj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    vertical-align: middle;
}

.bi-house-door-fill-nav-menu[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lug781tudj] {
    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");
}

.bi-person-plus-nav-menu[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-plus' viewBox='0 0 16 16'%3E%3Cpath d='M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.bi-hospital-nav-menu[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-hospital' viewBox='0 0 16 16'%3E%3Cpath d='M8.5 5.034v1.1l.953-.55.5.867L9 7l.953.55-.5.866-.953-.55v1.1h-1v-1.1l-.953.55-.5-.866L7 7l-.953-.55.5-.866.953.55v-1.1zM13.25 9a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25zM13 11.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm.25 1.75a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25zm-11-4a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 3 9.75v-.5A.25.25 0 0 0 2.75 9zm0 2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25zM2 13.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25z'/%3E%3Cpath d='M5 1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 1 1v4h3a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h3V3a1 1 0 0 1 1-1zm2 14h2v-3H7zm3 0h1V3H5v12h1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1zm0-14H6v1h4zm2 7v7h3V8zm-8 7V8H1v7z'/%3E%3C/svg%3E");
}

.bi-person-workspace-nav-menu[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-workspace' viewBox='0 0 16 16'%3E%3Cpath d='M4 16s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-5.95a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3Cpath d='M2 1a2 2 0 0 0-2 2v9.5A1.5 1.5 0 0 0 1.5 14h.653a5.4 5.4 0 0 1 1.066-2H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v9h-2.219c.554.654.89 1.373 1.066 2h.653a1.5 1.5 0 0 0 1.5-1.5V3a2 2 0 0 0-2-2z'/%3E%3C/svg%3E");
}

.bi-calendar-check-nav-menu[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
}

.bi-clipboard2-pulse-nav-menu[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clipboard2-pulse' viewBox='0 0 16 16'%3E%3Cpath d='M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M3 2.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 0 0-1h-.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1H12a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M9.979 5.356a.5.5 0 0 0-.968.04L7.92 10.49l-.94-3.135a.5.5 0 0 0-.926-.08L4.69 10H4.5a.5.5 0 0 0 0 1H5a.5.5 0 0 0 .447-.276l.936-1.873 1.138 3.793a.5.5 0 0 0 .968-.04L9.58 7.51l.94 3.135A.5.5 0 0 0 11 11h.5a.5.5 0 0 0 0-1h-.128z'/%3E%3C/svg%3E");
}

.bi-eyedropper-nav-menu[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-eyedropper' viewBox='0 0 16 16'%3E%3Cpath d='M13.354.646a1.207 1.207 0 0 0-1.708 0L8.5 3.793l-.646-.647a.5.5 0 1 0-.708.708L8.293 5l-7.147 7.146A.5.5 0 0 0 1 12.5v1.793l-.854.853a.5.5 0 1 0 .708.707L1.707 15H3.5a.5.5 0 0 0 .354-.146L11 7.707l1.146 1.147a.5.5 0 0 0 .708-.708l-.647-.646 3.147-3.146a1.207 1.207 0 0 0 0-1.708zM2 12.707l7-7L10.293 7l-7 7H2z'/%3E%3C/svg%3E");
}

.bi-megaphone-nav-menu[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-megaphone' viewBox='0 0 16 16'%3E%3Cpath d='M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-.214c-2.162-1.241-4.49-1.843-6.912-2.083l.405 2.712A1 1 0 0 1 5.51 15.1h-.548a1 1 0 0 1-.916-.599l-1.85-3.49a68.14 68.14 0 0 0-.202-.003A2.014 2.014 0 0 1 0 9V7a2.02 2.02 0 0 1 1.992-2.013 74.663 74.663 0 0 0 2.483-.075c3.043-.154 6.148-.849 8.525-2.199V2.5zm1 0v11a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0zm-1 1.35c-2.344 1.205-5.209 1.842-8 2.033v4.233c.18.01.359.022.537.036 2.568.189 5.093.744 7.463 1.993V3.85zm-9 6.215v-4.13a95.09 95.09 0 0 1-1.992.052A1.02 1.02 0 0 0 1 7v2c0 .55.448 1.002 1.006 1.009A60.49 60.49 0 0 1 4 10.065zm-.657.975 1.609 3.037.01.024h.548l-.008-.017-.446-2.985a59.905 59.905 0 0 0-1.713-.06z'/%3E%3C/svg%3E");
}

.bi-chevron-up[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
}

.bi-chevron-down[b-lug781tudj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.nav-parent .bi-chevron-up[b-lug781tudj],
.nav-parent .bi-chevron-down[b-lug781tudj] {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0;
}

.nav-item[b-lug781tudj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lug781tudj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lug781tudj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lug781tudj]  .nav-link {
        color: var(--sidebar-text);
        background: none;
        border: none;
        border-radius: 6px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lug781tudj]  a.active {
    background-color: var(--sidebar-active-bg);
    color: var(--sidebar-active-text);
}

.nav-item[b-lug781tudj]  .nav-link:hover {
    background-color: var(--sidebar-hover-bg);
    color: var(--sidebar-text-strong);
}

.nav-item[b-lug781tudj]  a.active:hover {
    background-color: var(--sidebar-active-bg);
    color: var(--sidebar-active-text);
}

.nav-scrollable[b-lug781tudj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lug781tudj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lug781tudj] {
        display: none;
    }

    .nav-scrollable[b-lug781tudj] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    /* Sadržaj menija je kolona pune visine, da poslednja stavka (Novosti) može da sedne na dno.
       Na uskim ekranima meni je padajući, pa tamo nema šta da se zakucava. */
    .nav-scrollable .nav[b-lug781tudj] {
        min-height: 100%;
    }

    .nav-bottom[b-lug781tudj] {
        margin-top: auto;
    }
}

/* Brojčić „novo" uz Novosti. */
.news-badge[b-lug781tudj] {
    display: inline-block;
    min-width: 1.25rem;
    padding: 0 0.35rem;
    margin-left: 0.4rem;
    border-radius: 999px;
    background-color: var(--accent);
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: center;
}

.nav-submenu[b-lug781tudj] {
    display: flex;
    flex-direction: column;
    padding-left: 1.5rem;
}

.submenu-link[b-lug781tudj] {
    font-size: 0.9rem;
    opacity: 0.9;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lrik8tmotj],
.components-reconnect-repeated-attempt-visible[b-lrik8tmotj],
.components-reconnect-failed-visible[b-lrik8tmotj],
.components-pause-visible[b-lrik8tmotj],
.components-resume-failed-visible[b-lrik8tmotj],
.components-rejoining-animation[b-lrik8tmotj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lrik8tmotj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lrik8tmotj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lrik8tmotj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lrik8tmotj],
#components-reconnect-modal.components-reconnect-retrying[b-lrik8tmotj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lrik8tmotj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lrik8tmotj],
#components-reconnect-modal.components-reconnect-failed[b-lrik8tmotj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lrik8tmotj] {
    display: block;
}


#components-reconnect-modal[b-lrik8tmotj] {
    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-lrik8tmotj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lrik8tmotj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lrik8tmotj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lrik8tmotj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lrik8tmotj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lrik8tmotj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lrik8tmotj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lrik8tmotj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lrik8tmotj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lrik8tmotj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lrik8tmotj] {
    border: 0;
    background-color: var(--accent-light);
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lrik8tmotj] {
        background-color: var(--accent-strong);
    }

    #components-reconnect-modal button:active[b-lrik8tmotj] {
        background-color: var(--accent-light);
    }

.components-rejoining-animation[b-lrik8tmotj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lrik8tmotj] {
        position: absolute;
        border: 3px solid var(--accent-strong);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lrik8tmotj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lrik8tmotj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lrik8tmotj {
    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/Layout/SupportButton.razor.rz.scp.css */
.support-trigger[b-ldtm9osm3w] {
    width: 1.9rem;
    height: 1.9rem;
    margin-left: 1rem;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .support-trigger:hover[b-ldtm9osm3w] {
        border-color: var(--accent);
        color: var(--accent);
    }

/* Prelomi redova ostaju onakvi kakve je admin otkucao - sada ih komponenta ispisuje kao <br />,
   pa se ovde NE koristi pre-line (inace bi i uvlacenje iz sablona pravilo prazne redove). */
.support-text[b-ldtm9osm3w] {
    text-align: center;
    margin: 0.5rem 0 0;
}

/* Telefon je klikabilan (tel:). Specificnost je namerno podignuta preko .support-text, jer
   MainLayout ima pravilo ".top-row ::deep a { margin-left: 1.5rem; }" koje bi inace uvuklo broj. */
.support-text .support-phone[b-ldtm9osm3w] {
    color: var(--accent);
    text-decoration: none;
    margin-left: 0;
    white-space: nowrap;
}

    .support-text .support-phone:hover[b-ldtm9osm3w] {
        text-decoration: underline;
    }
/* /Components/Layout/UserMenu.razor.rz.scp.css */
.user-menu[b-inj28iqgg4] {
    position: relative;
    display: inline-block;
}

.user-menu form[b-inj28iqgg4] {
    display: inline;
}

/* Poništava default izgled <button> elementa (fallback grana, dok se ime/rola učitavaju) da
   logout dugme izgleda kao obični link, isto kao stari "About" link koji je zamenio. */
.logout-btn[b-inj28iqgg4] {
    border: none;
    background: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

.user-menu-trigger[b-inj28iqgg4] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border: none;
    background: none;
    padding: 0.3rem 0.6rem 0.3rem 0.3rem;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.15s ease;
}

    .user-menu-trigger:hover[b-inj28iqgg4] {
        background-color: var(--accent-bg);
    }

.user-avatar[b-inj28iqgg4] {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: var(--bg-surface);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.user-menu-trigger-text[b-inj28iqgg4] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.user-menu-name[b-inj28iqgg4] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
}

.user-menu-role[b-inj28iqgg4] {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.user-menu-chevron[b-inj28iqgg4] {
    width: 16px;
    height: 16px;
    color: var(--text-muted);
    transition: transform 0.2s ease;
}

    .user-menu-chevron.open[b-inj28iqgg4] {
        transform: rotate(180deg);
    }

.user-menu-dropdown[b-inj28iqgg4] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.6rem);
    background: var(--bg-surface);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.16);
    min-width: 200px;
    padding: 0.4rem;
    z-index: 20;
    text-align: left;
    animation: userMenuPop-b-inj28iqgg4 0.15s ease-out;
}

    .user-menu-dropdown form[b-inj28iqgg4] {
        margin: 0;
    }

@keyframes userMenuPop-b-inj28iqgg4 {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-menu-item[b-inj28iqgg4] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    text-align: left;
    padding: 0.55rem 0.7rem;
    border: none;
    border-radius: 8px;
    background: none;
    font: inherit;
    font-size: 0.9rem;
    cursor: pointer;
    color: var(--text-primary);
    transition: background-color 0.15s ease, color 0.15s ease;
}

    .user-menu-item:hover[b-inj28iqgg4] {
        background-color: var(--accent-bg);
        color: var(--accent-strong);
    }

    .user-menu-item:hover .user-menu-icon[b-inj28iqgg4] {
        color: var(--accent-strong);
    }

.user-menu-item-danger:hover[b-inj28iqgg4] {
    background-color: var(--danger-bg);
    color: var(--danger);
}

    .user-menu-item-danger:hover .user-menu-icon[b-inj28iqgg4] {
        color: var(--danger);
    }

.user-menu-icon[b-inj28iqgg4] {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    color: var(--text-muted);
    transition: color 0.15s ease;
}

.user-menu-divider[b-inj28iqgg4] {
    height: 1px;
    margin: 0.3rem 0.4rem;
    background-color: var(--border);
}
