/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-v6c0ljg1ya] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v6c0ljg1ya] {
    flex: 1;
}

.sidebar[b-v6c0ljg1ya] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v6c0ljg1ya] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v6c0ljg1ya]  a, .top-row[b-v6c0ljg1ya]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v6c0ljg1ya]  a:hover, .top-row[b-v6c0ljg1ya]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v6c0ljg1ya]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-v6c0ljg1ya] {
        justify-content: space-between;
    }

    .top-row[b-v6c0ljg1ya]  a, .top-row[b-v6c0ljg1ya]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v6c0ljg1ya] {
        flex-direction: row;
    }

    .sidebar[b-v6c0ljg1ya] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v6c0ljg1ya] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-v6c0ljg1ya]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v6c0ljg1ya], article[b-v6c0ljg1ya] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-v6c0ljg1ya] {
    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-v6c0ljg1ya] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4mnx4dw6y7] {
    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-4mnx4dw6y7] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-4mnx4dw6y7] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4mnx4dw6y7] {
    font-size: 1.1rem;
}

.bi[b-4mnx4dw6y7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-4mnx4dw6y7] {
    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-4mnx4dw6y7] {
    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-4mnx4dw6y7] {
    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-lock-nav-menu[b-4mnx4dw6y7] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-4mnx4dw6y7] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-4mnx4dw6y7] {
    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-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-4mnx4dw6y7] {
    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-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-4mnx4dw6y7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-4mnx4dw6y7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4mnx4dw6y7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4mnx4dw6y7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4mnx4dw6y7]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-4mnx4dw6y7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4mnx4dw6y7]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-4mnx4dw6y7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4mnx4dw6y7] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4mnx4dw6y7] {
        display: none;
    }

    .nav-scrollable[b-4mnx4dw6y7] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ugkrm71c18],
.components-reconnect-repeated-attempt-visible[b-ugkrm71c18],
.components-reconnect-failed-visible[b-ugkrm71c18],
.components-pause-visible[b-ugkrm71c18],
.components-resume-failed-visible[b-ugkrm71c18],
.components-rejoining-animation[b-ugkrm71c18] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ugkrm71c18],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ugkrm71c18],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ugkrm71c18],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ugkrm71c18],
#components-reconnect-modal.components-reconnect-retrying[b-ugkrm71c18],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ugkrm71c18],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ugkrm71c18],
#components-reconnect-modal.components-reconnect-failed[b-ugkrm71c18],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ugkrm71c18] {
    display: block;
}


#components-reconnect-modal[b-ugkrm71c18] {
    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-ugkrm71c18 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ugkrm71c18 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ugkrm71c18 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ugkrm71c18]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ugkrm71c18 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ugkrm71c18 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ugkrm71c18 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ugkrm71c18 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ugkrm71c18] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ugkrm71c18] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ugkrm71c18] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ugkrm71c18] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ugkrm71c18] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ugkrm71c18] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ugkrm71c18] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ugkrm71c18 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ugkrm71c18] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ugkrm71c18 {
    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/Admin.razor.rz.scp.css */
/* CSS for Admin component */
/* Stevne.razor Scoped Styles */

/* Navy card styling */
.navy-card[b-xarxr3fn6i] {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%);
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: all 0.3s ease;
}

    .navy-card:hover[b-xarxr3fn6i] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(6, 182, 212, 0.15);
        border-color: rgba(6, 182, 212, 0.3);
    }

/* Hero text shadow for better readability */
.hero-text-shadow[b-xarxr3fn6i] {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
}

/* Hide scrollbar for mobile nav */
.hide-scrollbar[b-xarxr3fn6i]::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar[b-xarxr3fn6i] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Tap highlight effect for mobile */
.tap-highlight-transparent[b-xarxr3fn6i] {
    -webkit-tap-highlight-color: transparent;
}

/* Smooth accordion transitions */
input[type="checkbox"]:checked ~ label + div[b-xarxr3fn6i] {
    animation: slideDown-b-xarxr3fn6i 0.3s ease-out;
}

@keyframes slideDown-b-xarxr3fn6i {
    from {
        opacity: 0;
        max-height: 0;
    }

    to {
        opacity: 1;
        max-height: 500px;
    }
}

/* Active session pulse animation */
@keyframes pulse-b-xarxr3fn6i {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Custom scrollbar for sidebar (desktop) */
aside[b-xarxr3fn6i]::-webkit-scrollbar {
    width: 6px;
}

aside[b-xarxr3fn6i]::-webkit-scrollbar-track {
    background: transparent;
}

aside[b-xarxr3fn6i]::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.3);
    border-radius: 3px;
}

    aside[b-xarxr3fn6i]::-webkit-scrollbar-thumb:hover {
        background: rgba(148, 163, 184, 0.5);
    }

/* Backdrop blur fallback for older browsers */
@supports not (backdrop-filter: blur(12px)) {
    .backdrop-blur-md[b-xarxr3fn6i] {
        background-color: rgba(15, 23, 42, 0.95);
    }

    .backdrop-blur-xl[b-xarxr3fn6i] {
        background-color: rgba(15, 23, 42, 0.98);
    }
}

/* Smooth transitions for navigation items */
nav a[b-xarxr3fn6i] {
    transition: all 0.2s ease-in-out;
}

/* Document link hover effect */
section a[href]:hover[b-xarxr3fn6i] {
    transform: translateX(4px);
}

/* Responsive grid adjustments */
@media (max-width: 768px) {
    .grid-cols-2.md\:grid-cols-5[b-xarxr3fn6i] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-cols-2.lg\:grid-cols-4[b-xarxr3fn6i] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Material Symbols icon consistency */
.material-symbols-outlined[b-xarxr3fn6i] {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    user-select: none;
}

/* Active navigation state */
nav a.active[b-xarxr3fn6i] {
    font-weight: 700;
}

/* Session card state indicators */
.session-active[b-xarxr3fn6i] {
    border-left: 4px solid #06b6d4;
}

.session-completed[b-xarxr3fn6i] {
    opacity: 0.7;
}

.session-upcoming[b-xarxr3fn6i] {
    opacity: 0.5;
}


/* /Components/Pages/Dokumenter.razor.rz.scp.css */
/* Scoped styles for Dokumenter.razor - calmer, low-contrast inputs and controls */

/* Target text inputs and textareas used in the component */
/* Stronger input reset to remove white frames from browser/default/utility CSS */
input:not([type="checkbox"]):not([type="radio"])[b-gcw8wzbzhn], textarea[b-gcw8wzbzhn], select[b-gcw8wzbzhn] {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: rgba(15, 23, 42, 0.06) !important; /* very subtle */
  border: 1px solid rgba(148,163,184,0.06) !important; /* faint border */
  color: #e6eef5 !important; /* light text */
  box-shadow: none !important;
  padding: 0.5rem !important;
  border-radius: 0.375rem !important; /* rounded */
}

input[b-gcw8wzbzhn]::placeholder, textarea[b-gcw8wzbzhn]::placeholder {
  color: rgba(226, 238, 245, 0.5) !important; /* softer placeholder */
}

input:focus[b-gcw8wzbzhn], textarea:focus[b-gcw8wzbzhn], select:focus[b-gcw8wzbzhn] {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(34,211,238,0.04) !important; /* very subtle cyan glow */
}

/* Chrome autofill override */
input:-webkit-autofill[b-gcw8wzbzhn],
textarea:-webkit-autofill[b-gcw8wzbzhn],
select:-webkit-autofill[b-gcw8wzbzhn] {
  -webkit-box-shadow: 0 0 0px 1000px rgba(15,23,42,0.06) inset !important;
  box-shadow: 0 0 0px 1000px rgba(15,23,42,0.06) inset !important;
  -webkit-text-fill-color: #e6eef5 !important;
}

/* Move buttons should be understated */
button[title="Move up"][b-gcw8wzbzhn], button[title="Move down"][b-gcw8wzbzhn] {
  background: transparent !important;
  border: 1px solid rgba(148,163,184,0.06) !important;
  color: #9fb7d9 !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 0.375rem !important;
}

/* Mobile card style */
.card-dokument[b-gcw8wzbzhn] {
  --doc-vertical-pad: 0.75rem;
  background-color: rgba(30, 41, 59, 0.08) !important; /* slightly different from row */
  border-radius: 0.5rem !important;
  padding: var(--doc-vertical-pad) !important;
  padding-left: 3rem !important;
  border: 1px solid rgba(148,163,184,0.12) !important;
  box-shadow: 0 4px 12px rgba(2,6,23,0.22) !important;
  margin-bottom: 0.75rem !important;
}

/* Dim hidden documents visually */
.hidden-doc[b-gcw8wzbzhn] {
  opacity: 0.56;
  filter: grayscale(20%);
}

/* subtle left accent to make items visually distinct without harsh borders */
.doc-row[b-gcw8wzbzhn]::before, .card-dokument[b-gcw8wzbzhn]::before {
  content: "";
  width: 4px;
  background: linear-gradient(180deg, rgba(34,211,238,0.85), rgba(6,95,70,0.7));
  border-radius: 2px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
  height: 87%;
}

/* place accent as an absolutely-positioned rail so content keeps full width */
.doc-row[b-gcw8wzbzhn], .card-dokument[b-gcw8wzbzhn] { position: relative; overflow: hidden; }

/* reserve space for the accent rail so content doesn't overlap it; increase gap so content breathes */
.doc-row[b-gcw8wzbzhn] { padding-left: 3rem !important; }
.card-dokument[b-gcw8wzbzhn] { padding-left: 3rem !important; }

/* Desktop row styling to separate items clearly */
.doc-row[b-gcw8wzbzhn] {
  --doc-vertical-pad: 0.85rem;
  background-color: rgba(15,23,42,0.08) !important;
  border-radius: 0.5rem !important;
  padding: var(--doc-vertical-pad) !important;
  padding-left: 3.5rem !important;
  border: 1px solid rgba(148,163,184,0.18) !important;
  margin-bottom: 1.25rem !important;
}

.doc-row + .doc-row[b-gcw8wzbzhn] {
  margin-top: 0.75rem !important;
}

.doc-row:hover[b-gcw8wzbzhn] {
  box-shadow: 0 10px 30px rgba(2,6,23,0.38) !important;
}

/* make the URL bar wrap more clearly */
/* URL handling: allow natural wrapping but keep long URLs visible on wide screens */
.url-input[b-gcw8wzbzhn] { white-space: normal !important; }
.url-input input[b-gcw8wzbzhn] { overflow-wrap: anywhere !important; word-break: normal !important; min-width: 0; }

/* Prefer showing more of the URL by allowing it to wrap to a second line on wide screens */
.url-input input[b-gcw8wzbzhn] {
  white-space: normal !important;
  overflow-x: visible !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  min-width: 0;
}

/* On desktop, keep the URL on a single line and allow horizontal scroll so long URLs remain readable */
@media (min-width: 640px) {
  .url-input input[b-gcw8wzbzhn] {
    white-space: nowrap !important;
    overflow-x: auto !important;
    text-overflow: ellipsis !important;
    -webkit-overflow-scrolling: touch;
  }
}

/* make the accent rail positioned inside the item without changing flow */
.doc-row[b-gcw8wzbzhn]::before, .card-dokument[b-gcw8wzbzhn]::before {
  position: absolute;
  left: 14px;
  /* keep identical padding from top and bottom so the rail is centered inside the block */
  /* start at the same top padding as the block, but stop earlier to leave space at the bottom */
  top: var(--doc-vertical-pad, 0.85rem);
  /* increase bottom inset to shorten rail further */
  bottom: calc(var(--doc-vertical-pad, 0.85rem) + 6rem);
  width: 10px;
  border-radius: 4px;
  opacity: 1;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.28));
  background: linear-gradient(180deg, rgba(34,211,238,0.95), rgba(16,185,129,0.85));
  box-sizing: border-box;
}

/* alternate row backgrounds to make item boundaries clearer */
.doc-row:nth-child(odd)[b-gcw8wzbzhn] { background-color: rgba(15,23,42,0.085) !important; }
.doc-row:nth-child(even)[b-gcw8wzbzhn] { background-color: rgba(15,23,42,0.055) !important; }

/* clearer separator inserted between items */
.item-separator[b-gcw8wzbzhn] { border-top: 1px solid rgba(148,163,184,0.16) !important; margin: 1.5rem 0 !important; }

/* subtle baseline elevation so each item reads as a separate card */
.doc-row[b-gcw8wzbzhn] {
  box-shadow: 0 2px 6px rgba(2,6,23,0.06) !important;
  transition: box-shadow 160ms ease, transform 160ms ease;
}
.doc-row:hover[b-gcw8wzbzhn] { transform: translateY(-2px) scale(1.001); }

/* Number badge for the left column */
.doc-number-badge[b-gcw8wzbzhn] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(6,95,70,0.18), rgba(34,211,238,0.06));
  color: #d8f7fb;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(2,6,23,0.16), 0 1px 0 rgba(255,255,255,0.02) inset;
  border: 1px solid rgba(148,163,184,0.12);
  position: relative;
}

.doc-number-badge[b-gcw8wzbzhn]::after {
  /* subtle outer ring for depth */
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 999px;
  background: transparent;
  box-shadow: 0 6px 20px rgba(8,145,178,0.025);
  z-index: -1;
}

/* Slightly larger badge on desktop */
@media (min-width: 640px) {
  .doc-number-badge[b-gcw8wzbzhn] { width: 34px; height: 34px; font-size: 0.95rem; }
}
/* /Components/Pages/Heatliste.razor.rz.scp.css */


.material-symbols-outlined[b-97z0ibc0bx] {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[b-97z0ibc0bx] {
    background-color: #0f172a;
}

.glass-effect[b-97z0ibc0bx] {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
/* Explicit Grid alignment for all viewports */
/*.heat-grid-row {
    display: grid;
    grid-template-columns: 3.5rem 1fr 6.5rem;
    align-items: center;
    min-width: 0;
}


@media (min-width: 1024px) {
    .heat-grid-row {
        grid-template-columns: 5rem 1fr 10rem 10rem;
    }
}*/



.heat-grid-row[b-97z0ibc0bx] {
    display: grid;
    grid-template-columns: 3.5rem 3fr 6.5rem;
    align-items: center;
    min-width: 0;
}

    .heat-grid-row > *[b-97z0ibc0bx] {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

@media (max-width: 600px) {
    .heat-grid-row[b-97z0ibc0bx] {
        grid-template-columns: 2.5rem 2fr 6.5rem;
    }
}

@media (min-width: 1024px) {
    .heat-grid-row[b-97z0ibc0bx] {
        grid-template-columns: 5rem 2fr 1fr 10rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Scoped styling for DxSpinEdit year picker in sidebar */

/* Use ::deep to penetrate component encapsulation */
[b-txl18f1q5d] .sidebar-year-picker {
    background: transparent !important;
    border: none !important;
}

[b-txl18f1q5d] .sidebar-year-picker .dxbl-spin-edit,
[b-txl18f1q5d] .sidebar-year-picker > div,
[b-txl18f1q5d] .sidebar-year-picker .dxbl-edit-container {
    background: transparent !important;
    border: none !important;
    border-radius: 0.5rem !important;
}

/* Style the input field */
[b-txl18f1q5d] .sidebar-year-picker input,
[b-txl18f1q5d] .sidebar-year-picker input.dxbl-edit-input,
[b-txl18f1q5d] .sidebar-year-picker .dxbl-edit-input-container input {
    background: transparent !important;
    color: #22d3ee !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    border: none !important;
    outline: none !important;
    padding: 4px 8px !important;
}

/* Style the spin buttons container */
[b-txl18f1q5d] .sidebar-year-picker .dxbl-spin-edit-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    padding: 4px !important;
}

/* Style individual spin buttons */
[b-txl18f1q5d] .sidebar-year-picker .dxbl-spin-edit-button,
[b-txl18f1q5d] .sidebar-year-picker button.dxbl-spin-edit-button {
    background: rgba(8, 145, 178, 0.4) !important;
    border: 1px solid rgba(34, 211, 238, 0.5) !important;
    color: #22d3ee !important;
    border-radius: 0.25rem !important;
    min-width: 24px !important;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

[b-txl18f1q5d] .sidebar-year-picker .dxbl-spin-edit-button:hover,
[b-txl18f1q5d] .sidebar-year-picker button.dxbl-spin-edit-button:hover {
    background: rgba(34, 211, 238, 0.6) !important;
    border-color: rgba(34, 211, 238, 0.8) !important;
}

/* Remove focus outline */
[b-txl18f1q5d] .sidebar-year-picker input:focus,
[b-txl18f1q5d] .sidebar-year-picker button:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Style the button icons */
[b-txl18f1q5d] .sidebar-year-picker .dxbl-spin-edit-button svg,
[b-txl18f1q5d] .sidebar-year-picker .dxbl-spin-edit-button i {
    color: #22d3ee !important;
    font-size: 14px !important;
}
/* /Components/Pages/Klubb.razor.rz.scp.css */

.flip-card[b-wdzyxw3o5f] {
    perspective: 1000px;
}

.flip-card-inner[b-wdzyxw3o5f] {
    position: relative;
    width: 100%;
    transition: transform 0.6s cubic-bezier(.4,2,.6,1);
    transform-style: preserve-3d;
    min-height:200px;
    /* height fjernet for dynamisk høyde */
}

.flip-card.flipped .flip-card-inner[b-wdzyxw3o5f] {
    transform: rotateY(180deg);
}

.flip-card-front[b-wdzyxw3o5f], .flip-card-back[b-wdzyxw3o5f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height:100px;
    /* height fjernet for dynamisk høyde */
    backface-visibility: hidden;
}

.flip-card-back[b-wdzyxw3o5f] {
    transform: rotateY(180deg);
}
/* /Components/Pages/Stevne.razor.rz.scp.css */
/* Stevne.razor Scoped Styles */

/* Navy card styling */
.navy-card[b-2e9f4mku0h] {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%);
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: all 0.3s ease;
}

.navy-card:hover[b-2e9f4mku0h] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(6, 182, 212, 0.15);
    border-color: rgba(6, 182, 212, 0.3);
}

/* Hero text shadow for better readability */
.hero-text-shadow[b-2e9f4mku0h] {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 
                 0 4px 16px rgba(0, 0, 0, 0.3);
}

/* Hide scrollbar for mobile nav */
.hide-scrollbar[b-2e9f4mku0h]::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar[b-2e9f4mku0h] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Tap highlight effect for mobile */
.tap-highlight-transparent[b-2e9f4mku0h] {
    -webkit-tap-highlight-color: transparent;
}

/* Smooth accordion transitions */
input[type="checkbox"]:checked ~ label + div[b-2e9f4mku0h] {
    animation: slideDown-b-2e9f4mku0h 0.3s ease-out;
}

@keyframes slideDown-b-2e9f4mku0h {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
    }
}

/* Active session pulse animation */
@keyframes pulse-b-2e9f4mku0h {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Custom scrollbar for sidebar (desktop) */
aside[b-2e9f4mku0h]::-webkit-scrollbar {
    width: 6px;
}

aside[b-2e9f4mku0h]::-webkit-scrollbar-track {
    background: transparent;
}

aside[b-2e9f4mku0h]::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.3);
    border-radius: 3px;
}

aside[b-2e9f4mku0h]::-webkit-scrollbar-thumb:hover {
    background: rgba(148, 163, 184, 0.5);
}

/* Backdrop blur fallback for older browsers */
@supports not (backdrop-filter: blur(12px)) {
    .backdrop-blur-md[b-2e9f4mku0h] {
        background-color: rgba(15, 23, 42, 0.95);
    }

    .backdrop-blur-xl[b-2e9f4mku0h] {
        background-color: rgba(15, 23, 42, 0.98);
    }
}

/* Smooth transitions for navigation items */
nav a[b-2e9f4mku0h] {
    transition: all 0.2s ease-in-out;
}

/* Document link hover effect */
section a[href]:hover[b-2e9f4mku0h] {
    transform: translateX(4px);
}

/* Responsive grid adjustments */
@media (max-width: 768px) {
    .grid-cols-2.md\:grid-cols-5[b-2e9f4mku0h] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-cols-2.lg\:grid-cols-4[b-2e9f4mku0h] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Material Symbols icon consistency */
.material-symbols-outlined[b-2e9f4mku0h] {
    font-variation-settings: 
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
    user-select: none;
}

/* Active navigation state */
nav a.active[b-2e9f4mku0h] {
    font-weight: 700;
}

/* Session card state indicators */
.session-active[b-2e9f4mku0h] {
    border-left: 4px solid #06b6d4;
}

.session-completed[b-2e9f4mku0h] {
    opacity: 0.7;
}

.session-upcoming[b-2e9f4mku0h] {
    opacity: 0.5;
}


