/* /Layout/MainLayout.razor.rz.scp.css */
.layout-container[b-up5ak6sghn] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    width: 100%;
    overflow: hidden;
    font-family: sans-serif;
    background-color: #f9fafb;
}

.main-content[b-up5ak6sghn] {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
    background-color: #f9fafb;
    min-height: 0; 
}

.header-wrapper[b-up5ak6sghn] {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    flex-shrink:0;
}

.content-wrapper[b-up5ak6sghn] {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0 1rem;
    box-sizing: border-box;
}

.bottom-nav[b-up5ak6sghn] {
    background-color: white;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-around;
    padding: 0.75rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
    box-shadow: 0 -4px 6px -1px rgba(0,0,0,0.05);
    flex-shrink: 0;
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    z-index: 20;
}

.nav-link[b-up5ak6sghn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    width: 5rem;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

    .nav-link.active[b-up5ak6sghn] {
        color: #2563eb;
    }

    .nav-link.inactive[b-up5ak6sghn] {
        color: #9ca3af;
    }

        .nav-link.inactive:active[b-up5ak6sghn] {
            color: #4b5563;
        }

.nav-text[b-up5ak6sghn] {
    font-size: 0.75rem;
    margin-top: 0.375rem;
    font-weight: bold;
}

.header[b-up5ak6sghn] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    padding: 0 1rem;
    background-color: white;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}

.header-slot[b-up5ak6sghn] {
    flex: 1;
    display: flex;
    align-items: center;
}

.header-left[b-up5ak6sghn] {
    justify-content: flex-start;
}

.header-center[b-up5ak6sghn] {
    justify-content: center;
    text-align: center;
}

.header-right[b-up5ak6sghn] {
    justify-content: flex-end;
}
/* /Pages/Administration/AdminCard.razor.rz.scp.css */
.admin-card[b-bwa2e02i8s] {
    background: white;
    padding: 1.25rem;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.1s;
}

    .admin-card:active[b-bwa2e02i8s] {
        transform: scale(0.98);
    }

.card-content[b-bwa2e02i8s] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon-wrapper[b-bwa2e02i8s] {
    background-color: #f3e8ff; 
    color: #7e22ce; 
    padding: 0.75rem;
    border-radius: 0.75rem;
}

.text-wrapper h3[b-bwa2e02i8s] {
    margin: 0;
    font-size: 1.1rem;
    color: #111827;
}

.text-wrapper p[b-bwa2e02i8s] {
    margin: 0;
    font-size: 0.875rem;
    color: #6b7280;
}

.arrow[b-bwa2e02i8s] {
    color: #d1d5db;
}
/* /Pages/Home/Home.razor.rz.scp.css */
.home-container[b-zvm2blf34p] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f9fafb;
    font-family: sans-serif;
}

/* Content */
.content[b-zvm2blf34p] {
    flex: 1;
    padding: 1.25rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.welcome h2[b-zvm2blf34p] {
    margin: 0 0 0.25rem 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f2937;
}

.welcome p[b-zvm2blf34p] {
    margin: 0;
    color: #4b5563;
    font-size: 1rem;
}

/* /Pages/Home/ProjectsCard.razor.rz.scp.css */
/* Project Button */
.project-btn[b-gnfm3jti6u] {
    width: 100%;
    background-color: white;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    border: 2px solid #dbeafe;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    text-align: left;
    cursor: pointer;
    transition: transform 0.1s;
}

    .project-btn:active[b-gnfm3jti6u] {
        transform: scale(0.98);
        background-color: #eff6ff;
    }

.project-icon[b-gnfm3jti6u] {
    width: 4rem;
    height: 4rem;
    background-color: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.project-text h2[b-gnfm3jti6u] {
    margin: 0 0 0.25rem 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
}

.project-text p[b-gnfm3jti6u] {
    margin: 0;
    color: #4b5563;
    font-size: 1rem;
}
/* /Pages/Home/TimerCard.razor.rz.scp.css */
.stopwatch-card[b-qx0oryrwn6] {
    background-color: white;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    border: 2px solid #f3f4f6;
    text-align: center;
}

.stopwatch-icon[b-qx0oryrwn6] {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    color: #6b7280;
}

.stopwatch-title[b-qx0oryrwn6] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: bold;
    color: #1f2937;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stopwatch-time[b-qx0oryrwn6] {
    font-family: monospace;
    font-size: 3rem;
    font-weight: 900;
    color: #111827;
    margin: 1.25rem 0;
    letter-spacing: -0.025em;
    font-variant-numeric: tabular-nums;
}

/* Timer Buttons */
.timer-btn[b-qx0oryrwn6] {
    width: 100%;
    font-weight: bold;
    font-size: 1.25rem;
    border-radius: 0.75rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    border: none;
    color: white;
    transition: transform 0.1s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

    .timer-btn:active[b-qx0oryrwn6] {
        transform: scale(0.98);
    }

.btn-green[b-qx0oryrwn6] {
    background-color: #22c55e;
}

    .btn-green:active[b-qx0oryrwn6] {
        background-color: #16a34a;
    }

.btn-yellow[b-qx0oryrwn6] {
    background-color: #eab308;
}

    .btn-yellow:active[b-qx0oryrwn6] {
        background-color: #ca8a04;
    }

.btn-red[b-qx0oryrwn6] {
    background-color: #ef4444;
}

    .btn-red:active[b-qx0oryrwn6] {
        background-color: #dc2626;
    }

.btn-group[b-qx0oryrwn6] {
    display: flex;
    gap: 0.75rem;
}

    .btn-group .timer-btn[b-qx0oryrwn6] {
        flex: 1;
    }

.stopwatch-card[b-qx0oryrwn6] {
    position: relative;
}

.timer-reset-btn[b-qx0oryrwn6] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.4rem;
    color: #9ca3af;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s, border-color 0.2s;
}

    .timer-reset-btn:active[b-qx0oryrwn6] {
        color: #ef4444;
        border-color: #fca5a5;
        background-color: #fef2f2;
    }
/* /Pages/Home/UsersCard.razor.rz.scp.css */
body[b-83hkgh297x] {
}
/* Selve knappen/beholderen */
.user-nav-card[b-83hkgh297x] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 1rem;
    border: 2px solid #f3f4f6;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
    transition: transform 0.1s;
}

    /* Klik-effekt */
    .user-nav-card:active[b-83hkgh297x] {
        transform: scale(0.98);
        background-color: #f9fafb;
    }

/* Ikon cirklen */
.user-nav-icon[b-83hkgh297x] {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #07559f;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Tekst sektionen */
.user-nav-text h2[b-83hkgh297x] {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #111827;
}

.user-nav-text p[b-83hkgh297x] {
    margin: 0;
    font-size: 0.875rem;
    color: #6b7280;
}
/* /Pages/Login/Login.razor.rz.scp.css */
.login-container[b-5tq4q04c8l] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.5rem;
    height: 100%;
    background-color: #f9fafb; /* Matches your main app background */
    box-sizing: border-box;
}

/* Header Section */
.login-header[b-5tq4q04c8l] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-5tq4q04c8l] {
    width: 4rem;
    height: 4rem;
    background-color: #2563eb; /* Primary brand blue */
    color: white;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
}

.login-header h1[b-5tq4q04c8l] {
    margin: 0 0 0.5rem 0;
    font-size: 1.75rem;
    font-weight: bold;
    color: #111827;
}

.login-header p[b-5tq4q04c8l] {
    margin: 0;
    color: #6b7280;
    font-size: 1rem;
}

/* Card & Inputs */
[b-5tq4q04c8l] .login-card {
    background-color: white;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

[b-5tq4q04c8l] .input-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    [b-5tq4q04c8l] .input-group label {
        font-size: 0.875rem;
        font-weight: 600;
        color: #374151;
    }

[b-5tq4q04c8l] .theme-input {
    width: 100%;
    padding: 0.875rem 1rem;
    background-color: #f3f4f6;
    border: 2px solid transparent;
    border-radius: 0.75rem;
    font-size: 1rem;
    color: #111827;
    outline: none;
    transition: background-color 0.2s, border-color 0.2s;
    box-sizing: border-box;
}

    [b-5tq4q04c8l] .theme-input:focus {
        background-color: white;
        border-color: #3b82f6; /* Blue highlight on focus */
    }

    [b-5tq4q04c8l] .theme-input::placeholder {
        color: #9ca3af;
    }

/* Buttons */
[b-5tq4q04c8l] .btn-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

[b-5tq4q04c8l] .btn-primary {
    background-color: #2563eb;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 0.75rem;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
    transition: background-color 0.2s, transform 0.1s;
}

    [b-5tq4q04c8l] .btn-primary:active {
        transform: scale(0.98);
        background-color: #1d4ed8;
    }

[b-5tq4q04c8l] .btn-secondary {
    background-color: transparent;
    color: #6b7280;
    border: 2px solid #e5e7eb;
    padding: 1rem;
    border-radius: 0.75rem;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s, transform 0.1s;
}

    [b-5tq4q04c8l] .btn-secondary:active {
        transform: scale(0.98);
        background-color: #f3f4f6;
        border-color: #d1d5db;
    }
/* /Pages/RegistrationMenu/Activities/AllActivitiesView.razor.rz.scp.css */
.activities-container[b-8u6lfzogx5] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f9fafb;
    font-family: sans-serif;
}

/* Header */
.header[b-8u6lfzogx5] {
    background-color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.back-btn[b-8u6lfzogx5] {
    padding: 0.5rem;
    margin-left: -0.5rem;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
}

    .back-btn:active[b-8u6lfzogx5] {
        background-color: #dbeafe;
    }



.back-btn-text[b-8u6lfzogx5] {
    font-weight: bold;
    margin-left: 0.25rem;
    font-size: 1.125rem;
}

.header-title[b-8u6lfzogx5] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    padding-right: 5rem;
    margin: 0;
    color: #111827;
}

/* Search & Sort Controls */
.controls-area[b-8u6lfzogx5] {
    padding: 1rem;
    background-color: white;
    border-bottom: 1px solid #f3f4f6;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.search-wrapper[b-8u6lfzogx5] {
    position: relative;
}

.search-icon[b-8u6lfzogx5] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
}

.search-input[b-8u6lfzogx5] {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    background-color: #f3f4f6;
    border: 2px solid transparent;
    border-radius: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #111827;
    outline: none;
    box-sizing: border-box;
}

    .search-input:focus[b-8u6lfzogx5] {
        background-color: white;
        border-color: #3b82f6;
    }

/* Compact Sort Toggle */
.sort-toggle-row[b-8u6lfzogx5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9fafb;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
}

.sort-label[b-8u6lfzogx5] {
    font-size: 0.875rem;
    font-weight: bold;
    color: #4b5563;
}

.switch[b-8u6lfzogx5] {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

    .switch input[b-8u6lfzogx5] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-8u6lfzogx5] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9ca3af;
    transition: .3s;
    border-radius: 24px;
}

    .slider[b-8u6lfzogx5]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .3s;
        border-radius: 50%;
    }

input:checked + .slider[b-8u6lfzogx5] {
    background-color: #2563eb;
}

    input:checked + .slider[b-8u6lfzogx5]:before {
        transform: translateX(20px);
    }

/* List & Compact Headers */
.list-area[b-8u6lfzogx5] {
    flex: 1;
    overflow-y: auto;
    background-color: #f3f4f6;
}

.letter-group-header[b-8u6lfzogx5] {
    background-color: #e5e7eb;
    padding: 0.35rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 800;
    color: #4b5563;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: sticky;
    top: 0;
    z-index: 10;
}

.activity-item[b-8u6lfzogx5] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background-color: white;
    border-bottom: 1px solid #f3f4f6;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: left;
    cursor: pointer;
}

    .activity-item:active[b-8u6lfzogx5] {
        background-color: #eff6ff;
    }

.activity-name[b-8u6lfzogx5] {
    font-weight: bold;
    font-size: 1rem;
    color: #111827;
    margin: 0;
}

.activity-id[b-8u6lfzogx5] {
    font-size: 0.813rem;
    color: #6b7280;
    margin-top: 0.25rem;
    font-weight: 500;
}


/* /Pages/RegistrationMenu/PickActionView.razor.rz.scp.css */
.action-container[b-5j2q90qj3b] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f9fafb;
    font-family: sans-serif;
}

.action-page-header[b-5j2q90qj3b] {
    background-color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.action-close-btn[b-5j2q90qj3b] {
    padding: 0.5rem;
    margin-left: -0.5rem;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.action-close-btn:active[b-5j2q90qj3b] {
    background-color: #dbeafe;
}

.action-page-btn-text[b-5j2q90qj3b] {
    font-weight: bold;
    margin-left: 0.25rem;
    font-size: 1.125rem;
}

.action-page-title[b-5j2q90qj3b] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    padding-right: 5rem; /* Balancerer tilbage-knappen så titlen står i midten */
    margin: 0;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Header */
.header[b-5j2q90qj3b] {
    background-color: white;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.back-btn[b-5j2q90qj3b] {
    padding: 0.4rem;
    margin-left: -0.4rem;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
}

.header-title[b-5j2q90qj3b] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    padding-right: 4rem;
    margin: 0;
    color: #111827;
}

/* Content Area */
.content[b-5j2q90qj3b] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Context Card (Selected Project/Activity) */
.context-card[b-5j2q90qj3b] {
    background-color: #eff6ff;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #bfdbfe;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

    .context-row:active[b-5j2q90qj3b] {
        transform: scale(0.98);
      
    }

.context-row[b-5j2q90qj3b] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor:pointer;
}

.context-icon[b-5j2q90qj3b] {
    margin-top: 0.2rem;
    color: #2563eb;
    background-color: white;
    padding: 0.4rem;
    border-radius: 0.5rem;
    display: flex;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.context-label[b-5j2q90qj3b] {
    font-size: 0.7rem;
    font-weight: 800;
    color: #1e40af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.1rem;
}

.context-value[b-5j2q90qj3b] {
    font-weight: bold;
    font-size: 0.95rem;
    color: #111827;
    line-height: 1.2;
}

.divider[b-5j2q90qj3b] {
    height: 1px;
    background-color: #dbeafe;
    margin: 0.75rem 0;
}

/* Section Labels */
.section-label[b-5j2q90qj3b] {
    font-size: 0.75rem;
    font-weight: 800;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
}

/* Action Buttons */
.action-list[b-5j2q90qj3b] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.action-btn[b-5j2q90qj3b] {
    width: 100%;
    background-color: white;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 2px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    cursor: pointer;
    transition: transform 0.1s, border-color 0.2s;
}

    .action-btn:active[b-5j2q90qj3b] {
        transform: scale(0.98);
        border-color: #3b82f6;
        background-color: #f9fafb;
    }

.icon-circle[b-5j2q90qj3b] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bg-green[b-5j2q90qj3b] {
    background-color: #dcfce7;
    color: #15803d;
}

.bg-orange[b-5j2q90qj3b] {
    background-color: #ffedd5;
    color: #c2410c;
}

.bg-grey[b-5j2q90qj3b] {
    background-color: #f3f4f6;
    color: #4b5563;
}

.action-text h2[b-5j2q90qj3b] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #111827;
}

.action-text p[b-5j2q90qj3b] {
    margin: 0.1rem 0 0 0;
    font-size: 0.875rem;
    color: #6b7280;
}

/* History / List Buttons */
.history-item[b-5j2q90qj3b] {
    background-color: white;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

    .history-item:active[b-5j2q90qj3b] {
        background-color: #f3f4f6;
    }

.history-text[b-5j2q90qj3b] {
    flex: 1;
    font-weight: bold;
    font-size: 0.95rem;
    color: #374151;
}

.count-badge[b-5j2q90qj3b] {
    background-color: #1f2937;
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
}
/* /Pages/RegistrationMenu/Projects/AllProjectsView.razor.rz.scp.css */

.projects-container[b-z7mwmr1n61] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f9fafb;
    font-family: sans-serif;
}


/* Header */
.header[b-z7mwmr1n61] {
    background-color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.back-btn[b-z7mwmr1n61] {
    padding: 0.5rem;
    margin-left: -0.5rem;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .back-btn:active[b-z7mwmr1n61] {
        background-color: #dbeafe;
    }

.back-btn-text[b-z7mwmr1n61] {
    font-weight: bold;
    margin-left: 0.25rem;
    font-size: 1.125rem;
}

.header-title[b-z7mwmr1n61] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    padding-right: 5rem; /* For at centrere titlen når tilbage-knappen er der */
    margin: 0;
    color: #111827;
}

/* Info Banner (brugt efter stopur) */
.info-banner[b-z7mwmr1n61] {
    background-color: #eff6ff;
    padding: 1rem;
    border-bottom: 1px solid #dbeafe;
    flex-shrink: 0;
}

.info-banner-text[b-z7mwmr1n61] {
    font-size: 0.875rem;
    color: #1e40af;
    font-weight: 500;
    margin: 0;
}


/* Project List */
.project-list[b-z7mwmr1n61] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.search-area[b-z7mwmr1n61] {
    padding: 1rem;
    background-color: white;
    border-bottom: 1px solid #f3f4f6;
    flex-shrink: 0;
}

.search-wrapper[b-z7mwmr1n61] {
    position: relative;
}

.search-icon[b-z7mwmr1n61] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
}

.search-input[b-z7mwmr1n61] {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    background-color: #f3f4f6;
    border: 2px solid transparent;
    border-radius: 0.75rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #111827;
    outline: none;
    transition: background-color 0.2s, border-color 0.2s;
    box-sizing: border-box;
}

    .search-input:focus[b-z7mwmr1n61] {
        background-color: white;
        border-color: #3b82f6;
    }

    .search-input[b-z7mwmr1n61]::placeholder {
        color: #6b7280;
    }
/* /Pages/RegistrationMenu/RegisterMaterial/RegisterMaterialView.razor.rz.scp.css */
.reg-container[b-1cn4wdt77x] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f9fafb;
    font-family: sans-serif;
    position: relative;
}

/* Header */
.header[b-1cn4wdt77x] {
    background-color: white;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    flex-shrink: 0;
    z-index: 10;
}

.back-btn[b-1cn4wdt77x] {
    padding: 0.4rem;
    margin-left: -0.4rem;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
}

.header-title[b-1cn4wdt77x] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    padding-right: 4rem;
    margin: 0;
    color: #111827;
}

/* Content Area */
.content[b-1cn4wdt77x] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 6rem; /* Plads til den faste bundknap */
}

/* Context Info Box */
.context-box[b-1cn4wdt77x] {
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.context-label[b-1cn4wdt77x] {
    font-size: 0.7rem;
    font-weight: 800;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.context-value[b-1cn4wdt77x] {
    font-weight: bold;
    font-size: 1rem;
    color: #111827;
}

.divider[b-1cn4wdt77x] {
    height: 1px;
    background-color: #e5e7eb;
    width: 100%;
}

.activity-row[b-1cn4wdt77x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .activity-row:active[b-1cn4wdt77x] {
        opacity: 0.7;
    }

/* Standard Card (Date, Material, Note) */
.card[b-1cn4wdt77x] {
    background-color: white;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    transition: border-color 0.2s;
}

    .card:focus-within[b-1cn4wdt77x] {
        border-color: #3b82f6;
    }

.card-title-row[b-1cn4wdt77x] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.card-label[b-1cn4wdt77x] {
    font-size: 0.875rem;
    font-weight: bold;
    color: #374151;
    margin: 0;
}

.today-badge[b-1cn4wdt77x] {
    background-color: #dbeafe;
    color: #1e40af;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0.1rem 0.4rem;
    border-radius: 0.25rem;
}

/* Date Input */
.date-input[b-1cn4wdt77x] {
    background-color: transparent;
    color: #111827;
    font-weight: bold;
    font-size: 1.25rem;
    padding-top:0.25rem;
    font-family:sans-serif;
    border: none;
    outline: none;
    cursor: pointer;
    flex: 1 1 auto;
}

/* Material Select / Edit */
.material-empty-btn[b-1cn4wdt77x] {
    width: 100%;
    background-color: #eff6ff;
    color: #1d4ed8;
    border: 2px solid #bfdbfe;
    font-weight: bold;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .material-empty-btn:active[b-1cn4wdt77x] {
        background-color: #dbeafe;
    }

.selected-material-card[b-1cn4wdt77x] {
    background-color: #eff6ff;
    border: 2px solid #bfdbfe;
    border-radius: 0.75rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}

.smc-name[b-1cn4wdt77x] {
    font-weight: bold;
    font-size: 1.125rem;
    color: #111827;
}

.smc-unit[b-1cn4wdt77x] {
    font-size: 0.875rem;
    font-weight: bold;
    color: #1d4ed8;
    margin-top: 0.25rem;
}

.smc-quantity-row[b-1cn4wdt77x] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(191, 219, 254, 0.5);
}

.smc-quantity-label[b-1cn4wdt77x] {
    font-weight: bold;
    color: #374151;
    font-size: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.amount-input-wrapper[b-1cn4wdt77x] {
    display: flex;
    align-items: center;
    background-color: white;
    border: 2px solid #bfdbfe;
    border-radius: 0.75rem;
    padding: 0.5rem;
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.02);
    transition: border-color 0.2s;
}

    .amount-input-wrapper:focus-within[b-1cn4wdt77x] {
        border-color: #2563eb;
    }

.amount-input[b-1cn4wdt77x] {
    flex: 1;
    font-size: 2rem;
    font-weight: 900;
    color: #2563eb;
    border: none;
    outline: none;
    text-align: right;
    background: transparent;
    min-width: 0; /* Sikrer at den ikke bryder flexbox på små skærme */
}

    .amount-input[b-1cn4wdt77x]::placeholder {
        color: #9ca3af;
        font-weight: 500;
    }

.amount-unit-label[b-1cn4wdt77x] {
    font-size: 1.25rem;
    font-weight: bold;
    color: #6b7280;
    margin-left: 0.75rem;
    padding-left: 0.75rem;
    border-left: 2px solid #e5e7eb;
}

.change-material-btn[b-1cn4wdt77x] {
    width: 100%;
    color: #2563eb;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 0.65rem;
    padding-bottom: 0.25rem;
    margin-top: 0.5rem;
    border-radius: 0.75rem;
    border: none;
    background: transparent;
    cursor: pointer;
}

    .change-material-btn:active[b-1cn4wdt77x] {
        background-color: #eff6ff;
    }

.calendar-note-container[b-1cn4wdt77x] {
    display: flex;
    gap: 0.5rem;
    flex-direction:row;
}


.card-flex[b-1cn4wdt77x] {
    flex: 1 1 auto;
    background-color: white;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    transition: border-color 0.2s;
    height: 4rem;
}
/* Note Input */
.note-input[b-1cn4wdt77x] {
    height: 2.5rem;
    background-color: transparent;
    border: none;
    outline: none;
    resize: none;
    color: #111827;
    font-size: 0.9rem;
    font-family: inherit;
            flex: 1 1 auto;

}

    .note-input[b-1cn4wdt77x]::placeholder {
        color: #9ca3af;
    }

.save-btn[b-1cn4wdt77x] {
    width: 90%;
    align-self: center;
    background-color: #2563eb;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    border-radius: 1rem;
    padding: 1.25rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(37,99,235,0.3);
    transition: transform 0.1s;
    padding-top: 1rem;
}

    .save-btn:active[b-1cn4wdt77x] {
        background-color: #1d4ed8;
        transform: scale(0.98);
    }

.modal-mat-item[b-1cn4wdt77x] {
    width: 100%;
    text-align: left;
    padding: 1.25rem;
    background-color: white;
    border-bottom: 1px solid #f3f4f6;
    border-top: none;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .modal-mat-item:active[b-1cn4wdt77x] {
        background-color: #eff6ff;
    }


.action-container[b-1cn4wdt77x] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f9fafb;
    font-family: sans-serif;
}

.action-page-header[b-1cn4wdt77x] {
    background-color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.action-close-btn[b-1cn4wdt77x] {
    padding: 0.5rem;
    margin-left: -0.5rem;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .action-close-btn:active[b-1cn4wdt77x] {
        background-color: #dbeafe;
    }

.action-page-btn-text[b-1cn4wdt77x] {
    font-weight: bold;
    margin-left: 0.25rem;
    font-size: 1.125rem;
}

.action-page-title[b-1cn4wdt77x] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    padding-right: 5rem; /* Balancerer tilbage-knappen så titlen står i midten */
    margin: 0;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/RegistrationMenu/TimeEntries/AllProjectTimeRegistrationsView.razor.rz.scp.css */

.history-container[b-0061tnpfz0] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f9fafb;
    font-family: sans-serif;
}

/* Header */
.header[b-0061tnpfz0] {
    background-color: white;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.back-btn[b-0061tnpfz0] {
    padding: 0.4rem;
    margin-left: -0.4rem;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .back-btn:active[b-0061tnpfz0] {
        background-color: #dbeafe;
    }

.header-title[b-0061tnpfz0] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    padding-right: 4rem;
    margin: 0;
    color: #111827;
}

/* Content Area */
.content[b-0061tnpfz0] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Context Banner */
.context-banner[b-0061tnpfz0] {
    background-color: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
}

.context-label[b-0061tnpfz0] {
    font-size: 0.75rem;
    font-weight: 800;
    color: #1e40af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.context-value[b-0061tnpfz0] {
    font-weight: bold;
    font-size: 1rem;
    color: #111827;
}

/* Registration Cards */
.reg-card[b-0061tnpfz0] {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reg-header[b-0061tnpfz0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 0.75rem;
    margin-bottom: 0.25rem;
}

.reg-date[b-0061tnpfz0] {
    font-size: 0.875rem;
    font-weight: bold;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.delete-btn[b-0061tnpfz0] {
    background: transparent;
    border: none;
    color: #ef4444;
    padding: 0.25rem;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .delete-btn:active[b-0061tnpfz0] {
        background-color: #fef2f2;
    }

.tick-icon[b-0061tnpfz0] {
    border: none;
    color: #269f0e;
    padding: 0.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-body[b-0061tnpfz0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-info[b-0061tnpfz0] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.time-user[b-0061tnpfz0] {
    font-size: 1rem;
    font-weight: bold;
    color: #111827;
    margin: 0;
}

.time-note[b-0061tnpfz0] {
    padding-left: 1rem;
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
    font-style: italic;
}

.time-amount[b-0061tnpfz0] {
    font-size: 1rem;
    font-weight: 900;
    color: #15803d;
    background-color: #dcfce7;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    min-width: fit-content;
}

/* Empty State */
.empty-state[b-0061tnpfz0] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6b7280;
}

.empty-icon[b-0061tnpfz0] {
    margin: 0 auto 1rem auto;
    color: #d1d5db;
    display: flex;
    justify-content: center;
}


.action-container[b-0061tnpfz0] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f9fafb;
    font-family: sans-serif;
}

.action-page-header[b-0061tnpfz0] {
    background-color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.action-close-btn[b-0061tnpfz0] {
    padding: 0.5rem;
    margin-left: -0.5rem;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .action-close-btn:active[b-0061tnpfz0] {
        background-color: #dbeafe;
    }

.action-page-btn-text[b-0061tnpfz0] {
    font-weight: bold;
    margin-left: 0.25rem;
    font-size: 1.125rem;
}

.action-page-title[b-0061tnpfz0] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    padding-right: 5rem; /* Balancerer tilbage-knappen så titlen står i midten */
    margin: 0;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/RegistrationMenu/TimeEntries/NewTimeEntryView.razor.rz.scp.css */
.te-form-container[b-tt7srhp9ek] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.te-form-group[b-tt7srhp9ek] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.te-label[b-tt7srhp9ek] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.te-input[b-tt7srhp9ek] {
    width: 100%;
    padding: 0.875rem 1rem;
    border-radius: 0.75rem;
    border: 2px solid #e5e7eb;
    font-size: 1rem;
    color: #111827;
    background-color: white;
    transition: border-color 0.2s;
    box-sizing: border-box;
    -webkit-appearance: none;
}

    .te-input:focus[b-tt7srhp9ek] {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
    }

.te-time-row[b-tt7srhp9ek] {
    display: flex;
    gap: 0.75rem;
}

.te-time-field[b-tt7srhp9ek] {
    flex: 1;
    position: relative;
}

.te-time-input[b-tt7srhp9ek] {
    padding-right: 3.5rem;
}

.te-time-suffix[b-tt7srhp9ek] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.875rem;
    color: #9ca3af;
    font-weight: 500;
    pointer-events: none;
}

.te-textarea[b-tt7srhp9ek] {
    resize: vertical;
    min-height: 4rem;
    font-family: inherit;
}

.te-validation-error[b-tt7srhp9ek] {
    font-size: 0.8rem;
    color: #dc2626;
    font-weight: 500;
}

.te-form-actions[b-tt7srhp9ek] {
    margin-top: 0.5rem;
    padding-bottom: 2rem;
}

.te-btn-primary[b-tt7srhp9ek] {
    width: 100%;
    padding: 1rem;
    border-radius: 0.75rem;
    border: none;
    background-color: #2563eb;
    color: white;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background-color 0.2s, transform 0.1s;
}

    .te-btn-primary:active[b-tt7srhp9ek] {
        background-color: #1d4ed8;
        transform: scale(0.98);
    }

    .te-btn-primary:disabled[b-tt7srhp9ek] {
        background-color: #93c5fd;
        cursor: not-allowed;
    }


.content[b-tt7srhp9ek] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Context Card (Selected Project/Activity) */
.context-card[b-tt7srhp9ek] {
    background-color: #eff6ff;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #bfdbfe;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.context-row:active[b-tt7srhp9ek] {
    transform: scale(0.98);
}

.context-row[b-tt7srhp9ek] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.context-icon[b-tt7srhp9ek] {
    margin-top: 0.2rem;
    color: #2563eb;
    background-color: white;
    padding: 0.4rem;
    border-radius: 0.5rem;
    display: flex;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.context-label[b-tt7srhp9ek] {
    font-size: 0.7rem;
    font-weight: 800;
    color: #1e40af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.1rem;
}

.context-value[b-tt7srhp9ek] {
    font-weight: bold;
    font-size: 0.95rem;
    color: #111827;
    line-height: 1.2;
}

.divider[b-tt7srhp9ek] {
    height: 1px;
    background-color: #dbeafe;
    margin: 0.75rem 0;
}

/* Section Labels */
.section-label[b-tt7srhp9ek] {
    font-size: 0.75rem;
    font-weight: 800;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
}

.action-container[b-tt7srhp9ek] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f9fafb;
    font-family: sans-serif;
}

.action-page-header[b-tt7srhp9ek] {
    background-color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.action-close-btn[b-tt7srhp9ek] {
    padding: 0.5rem;
    margin-left: -0.5rem;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .action-close-btn:active[b-tt7srhp9ek] {
        background-color: #dbeafe;
    }

.action-page-btn-text[b-tt7srhp9ek] {
    font-weight: bold;
    margin-left: 0.25rem;
    font-size: 1.125rem;
}

.action-page-title[b-tt7srhp9ek] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    padding-right: 5rem; /* Balancerer tilbage-knappen så titlen står i midten */
    margin: 0;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/StopwatchRegistration/StopwatchRegistration.razor.rz.scp.css */
.allocate-page[b-980ohpnbw9] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f9fafb;
    position: relative;
}

.allocate-header[b-980ohpnbw9] {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    background: white;
}

    .allocate-header h1[b-980ohpnbw9] {
        flex: 1;
        text-align: center;
        font-weight: 700;
        font-size: 1.25rem;
        padding-right: 5rem;
    }

.allocate-content[b-980ohpnbw9] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    padding-bottom: 8rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.time-summary[b-980ohpnbw9] {
    background: #eff6ff;
    border: 2px solid #bfdbfe;
    border-radius: 1rem;
    padding: 1.25rem;
    text-align: center;
}

.time-summary-label[b-980ohpnbw9] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1e40af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.time-summary-value[b-980ohpnbw9] {
    font-size: 2.25rem;
    font-weight: 900;
    color: #1e3a5f;
    font-family: monospace;
}

.time-summary-status[b-980ohpnbw9] {
    margin-top: 0.75rem;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 0.875rem;
}

.status-complete[b-980ohpnbw9] {
    background: #dcfce7;
    color: #15803d;
}

.status-remaining[b-980ohpnbw9] {
    background: #ffedd5;
    color: #c2410c;
}

.allocations-section[b-980ohpnbw9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.allocations-intro h2[b-980ohpnbw9] {
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
}

.allocations-intro p[b-980ohpnbw9] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.allocation-card[b-980ohpnbw9] {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
    position: relative;
}

.remove-btn[b-980ohpnbw9] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #f87171;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.25rem;
}

.project-selector[b-980ohpnbw9] {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    cursor: pointer;
}

    .project-selector:active[b-980ohpnbw9] {
        background: #f3f4f6;
    }

.project-label[b-980ohpnbw9] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
}

.project-name[b-980ohpnbw9] {
    font-weight: 700;
    color: #111827;
    margin-top: 0.25rem;
}

.activity-name[b-980ohpnbw9] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1d4ed8;
}

.project-empty[b-980ohpnbw9] {
    color: #2563eb;
    font-weight: 700;
    padding: 0.75rem 0.25rem;
}

.minutes-control[b-980ohpnbw9] {
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.minutes-value[b-980ohpnbw9] {
    font-size: 1.5rem;
    font-weight: 900;
    color: #2563eb;
    text-align: center;
    padding: 0.25rem 0;
}

.minutes-buttons[b-980ohpnbw9] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.minutes-spacer[b-980ohpnbw9] {
    flex: 1;
}

.min-btn[b-980ohpnbw9],
.min-btn-add[b-980ohpnbw9] {
    height: 2.25rem;
    padding: 0 0.75rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    border: none;
    cursor: pointer;
    transition: transform 0.1s;
}

    .min-btn:active[b-980ohpnbw9],
    .min-btn-add:active[b-980ohpnbw9] {
        transform: scale(0.95);
    }

.min-btn[b-980ohpnbw9] {
    background-color: #f3f4f6;
    color: #374151;
}

.min-btn-add[b-980ohpnbw9] {
    background-color: #dbeafe;
    color: #1d4ed8;
}

    .min-btn:disabled[b-980ohpnbw9],
    .min-btn-add:disabled[b-980ohpnbw9] {
        opacity: 0.4;
        cursor: default;
        transform: none;
    }

.add-project-btn[b-980ohpnbw9] {
    width: 100%;
    background: white;
    color: #2563eb;
    border: 2px solid #bfdbfe;
    font-weight: 700;
    font-size: 1.125rem;
    border-radius: 0.75rem;
    padding: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .add-project-btn:active[b-980ohpnbw9] {
        background: #eff6ff;
    }

.save-bar[b-980ohpnbw9] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem;
    background: white;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -10px 15px -3px rgba(0, 0, 0, 0.05);
}

.save-btn[b-980ohpnbw9] {
    width: 100%;
    background: #2563eb;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: 1rem;
    padding: 1.25rem;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

    .save-btn:active[b-980ohpnbw9] {
        background: #1d4ed8;
    }
/* /Pages/Users/SingleUserCard.razor.rz.scp.css */
/* Beholderen for det enkelte kort */
.user-card[b-vhbrp1f7wo] {
    background-color: white;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    cursor:pointer;
}

/* Avatar cirklen */
.user-avatar[b-vhbrp1f7wo] {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f3f4f6;
    color: #4b5563;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    flex-shrink: 0;
}

/* Info sektion */
.user-info[b-vhbrp1f7wo] {
    flex: 1;
}

    .user-info h3[b-vhbrp1f7wo] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
        color: #111827;
    }

    .user-info p[b-vhbrp1f7wo] {
        margin: 0;
        font-size: 0.875rem;
        color: #6b7280;
    }

/* Edit-knappen til højre */
.back-btn[b-vhbrp1f7wo] {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

    .back-btn:hover[b-vhbrp1f7wo] {
        color: #2563eb;
    }
/* /Pages/Users/Users.razor.rz.scp.css */
.users-container[b-8nmluziqv8] {
    display: flex;
    flex-direction: column;
    background-color: #f9fafb;
    min-height: 100%;
}

.content[b-8nmluziqv8] {
    flex: 1;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Create Button */
.create-btn[b-8nmluziqv8] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    width: fit-content;
    margin-bottom: 20px;
    margin-left:20px;
}

    .create-btn:hover[b-8nmluziqv8] {
        background-color: #1d4ed8;
    }

/* User List Container */
.user-list[b-8nmluziqv8] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}


/* /Shared/Components/Headers/HomeHeader.razor.rz.scp.css */
.home-header-avatar[b-5juqnin7pk] {
    width: 2rem;
    height: 2rem;
}

.home-header-logo[b-5juqnin7pk] {
    width: 8rem;
    height: 4rem;
}
/* /Shared/Components/Headers/SettingsDropdown.razor.rz.scp.css */
.settings-dropdown-container[b-l2dmf1yrsa] {
    position: relative;
    display: inline-block;
}

.icon-btn[b-l2dmf1yrsa] {
    color: #6b7280;
    background-color: #f3f4f6;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu[b-l2dmf1yrsa] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    min-width: 9.5rem;
    z-index: 100;
    overflow: hidden;
}

.dropdown-item[b-l2dmf1yrsa] {
    width: 100%;
    text-align: left;
    padding: 1rem 1.25rem;
    background: transparent;
    border: none;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: background-color 0.2s;
    box-sizing: border-box;
}

.logout-item[b-l2dmf1yrsa] {
    color: #ef4444;
}

    .logout-item:active[b-l2dmf1yrsa] {
        background-color: #fef2f2;
    }

.dropdown-overlay[b-l2dmf1yrsa] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 90;
    cursor: default;
}
/* /Shared/Components/Headers/StandardHeader.razor.rz.scp.css */
.std-header-back-btn[b-gf1apfq19f] {
    padding: 0.5rem;
    margin-left: -0.5rem;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .std-header-back-btn:active[b-gf1apfq19f] {
        background-color: #dbeafe;
    }

.std-header-btn-text[b-gf1apfq19f] {
    font-weight: bold;
    margin-left: 0.25rem;
    font-size: 1.125rem;
}

.std-header-title[b-gf1apfq19f] {
    margin: 0;
    font-weight: bold;
    font-size: 1.25rem;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
