/* /Components/PageSubMenu.razor.rz.scp.css */
.page-submenu[b-1qof0g145p] {
    display: flex;
    gap: 0;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    flex-wrap: wrap;
}

.submenu-link[b-1qof0g145p] {
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.875rem;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.submenu-link:hover[b-1qof0g145p] {
    color: rgba(255, 255, 255, 0.85);
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.submenu-link--active[b-1qof0g145p] {
    color: #fff;
    font-weight: 500;
    border-bottom-color: #fff;
}
/* /Layout/AdminLayout.razor.rz.scp.css */
.page[b-tmmr1yueut] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tmmr1yueut] {
    flex: 1;
    background: linear-gradient(135deg, #00001E 0%, #0a0a2e 50%, #00001E 100%);
    min-height: 100vh;
}

.sidebar[b-tmmr1yueut] {
    background: #00001E;
}

.top-row[b-tmmr1yueut] {
    background-color: #00001c;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tmmr1yueut]  a, .top-row[b-tmmr1yueut]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color:#fff;
    }

        .top-row[b-tmmr1yueut]  a:hover, .top-row[b-tmmr1yueut]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-tmmr1yueut]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.content[b-tmmr1yueut] {
    color: #ffffff;
    padding-top: 1.5rem;
}

@media (max-width: 640.98px) {
    .top-row[b-tmmr1yueut] {
        justify-content: space-between;
        background-color: #00001c;
    }

        .top-row[b-tmmr1yueut]  a, .top-row[b-tmmr1yueut]  .btn-link {
            margin-left: 0;
        }

    .sidebar[b-tmmr1yueut] {
        background: #00001E;
    }
}

@media (min-width: 641px) {
    .page[b-tmmr1yueut] {
        flex-direction: row;
    }

    .sidebar[b-tmmr1yueut] {
        width: 18rem;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tmmr1yueut] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-tmmr1yueut]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-tmmr1yueut], article[b-tmmr1yueut] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fmkpk2q19g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fmkpk2q19g] {
    flex: 1;
}

.sidebar[b-fmkpk2q19g] {
    background: #00001E;
}

.top-row[b-fmkpk2q19g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fmkpk2q19g]  a, .top-row[b-fmkpk2q19g]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fmkpk2q19g]  a:hover, .top-row[b-fmkpk2q19g]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fmkpk2q19g]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fmkpk2q19g] {
        justify-content: space-between;
    }

    .top-row[b-fmkpk2q19g]  a, .top-row[b-fmkpk2q19g]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fmkpk2q19g] {
        flex-direction: row;
    }

    .sidebar[b-fmkpk2q19g] {
        width: 18rem;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fmkpk2q19g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fmkpk2q19g]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fmkpk2q19g], article[b-fmkpk2q19g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Mobile menu toggle */
.navbar-toggler[b-hjrmd8m4o0] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: none;
    border-radius: 6px;
    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.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease;
}

.navbar-toggler:hover[b-hjrmd8m4o0] {
    background-color: rgba(255, 255, 255, 0.12);
}

.navbar-toggler:checked[b-hjrmd8m4o0] {
    background-color: rgba(41, 104, 255, 0.3);
}

/* Header/Logo area */
.top-row[b-hjrmd8m4o0] {
    height: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-hjrmd8m4o0] {
    font-size: 1.1rem;
    padding: 0.5rem 0;
}

.nav-logo[b-hjrmd8m4o0] {
    height: 32px;
    width: auto;
    opacity: 0.95;
    transition: opacity 0.2s ease;
}

.navbar-brand:hover .nav-logo[b-hjrmd8m4o0] {
    opacity: 1;
}

/* Icon styles (legacy) */
.bi[b-hjrmd8m4o0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Navigation items */
.nav-item[b-hjrmd8m4o0] {
    font-size: 0.875rem;
    padding: 0.125rem 0;
}

.nav-item:first-of-type[b-hjrmd8m4o0] {
    padding-top: 0.75rem;
}

.nav-item:last-of-type[b-hjrmd8m4o0] {
    padding-bottom: 0.75rem;
}

.nav-item[b-hjrmd8m4o0]  .nav-link {
    color: rgba(255, 255, 255, 0.7);
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 2.75rem;
    width: 100%;
    padding: 0 0.75rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    transition: all 0.15s ease;
}

.nav-item[b-hjrmd8m4o0]  .nav-link i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    width: 1.25rem;
    text-align: center;
    transition: color 0.15s ease;
}

.nav-item[b-hjrmd8m4o0]  a.active {
    background-color: rgba(41, 104, 255, 0.2);
    color: #ffffff;
}

.nav-item[b-hjrmd8m4o0]  a.active i {
    color: #6EC7FF;
}

.nav-item[b-hjrmd8m4o0]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.nav-item[b-hjrmd8m4o0]  .nav-link:hover i {
    color: rgba(255, 255, 255, 0.8);
}

/* Submenu styling */
.nav-submenu[b-hjrmd8m4o0] {
    margin-top: 0.25rem;
    background: #00001E;
}

.nav-submenu ul[b-hjrmd8m4o0] {
    background: #00001E;
}

.nav-submenu .nav-item[b-hjrmd8m4o0] {
    padding: 0.0625rem 0;
    background: #00001E;
}

.nav-submenu[b-hjrmd8m4o0]  .nav-item {
    background: #00001E;
}

.nav-submenu[b-hjrmd8m4o0]  .nav-link {
    background: #00001E;
}

/* Dividers */
.nav-item hr[b-hjrmd8m4o0] {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0.5rem 0.75rem;
}

/* Scrollable navigation */
.nav-scrollable[b-hjrmd8m4o0] {
    display: none;
    background: #00001E;
}

.nav-scrollable nav[b-hjrmd8m4o0],
.nav-scrollable ul[b-hjrmd8m4o0],
.nav-scrollable li[b-hjrmd8m4o0] {
    background: #00001E;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hjrmd8m4o0] {
    display: block;
    background: #00001E;
}

/* Desktop styles */
@media (min-width: 641px) {
    .navbar-brand[b-hjrmd8m4o0] {
        margin-top: 0;
        padding: 0.75rem 0;
    }

    .nav-logo[b-hjrmd8m4o0] {
        height: 30px;
    }

    .navbar-toggler[b-hjrmd8m4o0] {
        display: none;
    }

    .nav-scrollable[b-hjrmd8m4o0] {
        display: block;
        height: calc(100vh - 4rem);
        overflow-y: auto;
        padding-bottom: 1rem;
    }

    /* Custom scrollbar for webkit browsers */
    .nav-scrollable[b-hjrmd8m4o0]::-webkit-scrollbar {
        width: 4px;
    }

    .nav-scrollable[b-hjrmd8m4o0]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-hjrmd8m4o0]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.15);
        border-radius: 2px;
    }

    .nav-scrollable[b-hjrmd8m4o0]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.25);
    }
}

/* Mobile styles */
@media (max-width: 640px) {
    .top-row[b-hjrmd8m4o0] {
        height: 3.5rem;
        background: #00001E;
    }

    .nav-logo[b-hjrmd8m4o0] {
        height: 28px;
    }

    .nav-scrollable[b-hjrmd8m4o0] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        z-index: 100;
        padding-bottom: 2rem;
    }

    .nav-item[b-hjrmd8m4o0]  .nav-link {
        height: 3rem;
        line-height: 3rem;
        font-size: 0.9375rem;
    }
}
/* /Layout/OnboardingLayout.razor.rz.scp.css */
.page[b-uuqvpn9h0y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uuqvpn9h0y] {
    flex: 1;
}

.sidebar[b-uuqvpn9h0y] {
    background: rgb(188,186,255);
    background: linear-gradient(360deg, rgba(188,186,255,1) 0%, rgba(92,64,255,1) 50%, rgba(0,0,0,1) 100%);
}

.top-row[b-uuqvpn9h0y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uuqvpn9h0y]  a, .top-row[b-uuqvpn9h0y]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-uuqvpn9h0y]  a:hover, .top-row[b-uuqvpn9h0y]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-uuqvpn9h0y]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-uuqvpn9h0y] {
        justify-content: space-between;
    }

        .top-row[b-uuqvpn9h0y]  a, .top-row[b-uuqvpn9h0y]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-uuqvpn9h0y] {
        flex-direction: row;
    }

    .sidebar[b-uuqvpn9h0y] {
        width: 20rem;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uuqvpn9h0y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-uuqvpn9h0y]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-uuqvpn9h0y], article[b-uuqvpn9h0y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/PrintLayout.razor.rz.scp.css */
.print-layout[b-tik1g8dnl5] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    color: #00001E;
}

@media print {
    .print-layout[b-tik1g8dnl5] {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .print-actions[b-tik1g8dnl5] {
        display: none !important;
    }
}
/* /Pages/AiChat/Chat.razor.rz.scp.css */
.ai-chat-wrapper[b-2onme3b8fu] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ai-chat-container[b-2onme3b8fu] {
    max-width: 1400px;
    margin-left: 0;
}

.typing-indicator[b-2onme3b8fu] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 4px;
}

.typing-indicator span[b-2onme3b8fu] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #adb5bd;
    animation: typing-bounce-b-2onme3b8fu 1.2s infinite ease-in-out;
}

.typing-indicator span:nth-child(1)[b-2onme3b8fu] { animation-delay: 0s; }
.typing-indicator span:nth-child(2)[b-2onme3b8fu] { animation-delay: 0.2s; }
.typing-indicator span:nth-child(3)[b-2onme3b8fu] { animation-delay: 0.4s; }

@keyframes typing-bounce-b-2onme3b8fu {
    0%, 60%, 100% { transform: translateY(0); }
    30%           { transform: translateY(-6px); }
}
/* /Pages/Client/ListReportedTime.razor.rz.scp.css */
.timereport-link[b-f1upl1ns3d] {
    font-weight: bold;
    text-decoration: none;
}

.timecode-client-cell[b-f1upl1ns3d] {
    font-weight: 600;
    border-right: 1px solid var(--bs-border-color);
}

.started-hours[b-f1upl1ns3d] {
    font-weight: bold;
    color: var(--bs-warning);
}

.approve-checkbox-label[b-f1upl1ns3d] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    user-select: none;
}

.approve-checkbox-label input[type="checkbox"][b-f1upl1ns3d] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #2968FF;
}
/* /Pages/Client/ReportedTime.razor.rz.scp.css */
.comment-cell[b-pb88xwxy2r] {
    font-size: 0.85em;
    color: var(--bs-secondary-color);
}
/* /Pages/Expense/ReportExpense.razor.rz.scp.css */
.expense-container[b-wyrr5tkto1] {
    max-width: 520px;
}

/* Receipt upload */
.expense-receipt-label[b-wyrr5tkto1] {
    cursor: pointer;
    display: block;
}

.expense-receipt-card[b-wyrr5tkto1] {
    min-height: 180px;
    background: #ebebeb;
}

.expense-receipt-preview[b-wyrr5tkto1] {
    width: 100%;
    max-height: 340px;
    object-fit: contain;
    display: block;
}

.expense-receipt-change-hint[b-wyrr5tkto1] {
    font-size: 0.82rem;
    color: #888;
}

.expense-receipt-placeholder[b-wyrr5tkto1] {
    min-height: 180px;
}

.expense-receipt-icon-circle[b-wyrr5tkto1] {
    width: 64px;
    height: 64px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.expense-receipt-icon[b-wyrr5tkto1] {
    font-size: 1.6rem;
    color: #1a6fb4;
}

.expense-receipt-filename[b-wyrr5tkto1] {
    color: #444;
    font-size: 0.88rem;
    font-weight: 600;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expense-receipt-hint[b-wyrr5tkto1] {
    color: #aaa;
    font-size: 0.78rem;
    margin-top: 4px;
}

.expense-receipt-placeholder-text[b-wyrr5tkto1] {
    color: #666;
    font-size: 0.9rem;
}

.expense-receipt-input[b-wyrr5tkto1] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

/* Form field labels */
.expense-field-label[b-wyrr5tkto1] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Amount */
.expense-amount-input[b-wyrr5tkto1] {
    font-size: 1.5rem;
    padding: 0;
    outline: none;
    color: inherit;
}

/* VAT */
.expense-vat-label[b-wyrr5tkto1] {
    font-size: 0.82rem;
}

.expense-field-value[b-wyrr5tkto1] {
    font-size: 0.88rem;
}

.expense-exvat-label[b-wyrr5tkto1] {
    font-size: 0.78rem;
    margin-top: 2px;
}

.expense-vat-select[b-wyrr5tkto1] {
    max-width: 90px;
    padding: 6px 28px 6px 12px;
    background-color: transparent;
}

/* Category */
.expense-category-icon-circle[b-wyrr5tkto1] {
    width: 42px;
    height: 42px;
    background: #f0f0f0;
}

.expense-category-select[b-wyrr5tkto1] {
    max-width: 155px;
    padding: 6px 28px 6px 12px;
    background-color: transparent;
}

/* Persons */
.expense-person-chip[b-wyrr5tkto1] {
    background: #1a3a5c;
    color: white;
    font-size: 0.78rem;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.expense-person-chip-company[b-wyrr5tkto1] {
    opacity: 0.7;
    font-weight: 400;
}

.expense-person-chip-remove[b-wyrr5tkto1] {
    background: none;
    border: none;
    color: white;
    opacity: 0.7;
    padding: 0 0 0 4px;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1;
}

.expense-persons-wrapper[b-wyrr5tkto1] {
    position: relative;
}

.expense-person-input[b-wyrr5tkto1] {
    padding: 0;
    outline: none;
    color: inherit;
    font-size: 0.9rem;
}

.expense-person-dropdown[b-wyrr5tkto1] {
    position: absolute;
    top: calc(100% + 4px);
    left: -16px;
    right: -16px;
    background: #1a2744;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    z-index: 100;
    overflow: hidden;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.expense-person-dropdown-item[b-wyrr5tkto1] {
    cursor: pointer;
    font-size: 0.88rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: #e8eaf0;
}

.expense-person-dropdown-company[b-wyrr5tkto1] {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8rem;
    margin-left: 6px;
}

.expense-person-dropdown-add[b-wyrr5tkto1] {
    cursor: pointer;
    font-size: 0.88rem;
    color: #5ba3e0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.expense-person-dropdown-item--active[b-wyrr5tkto1] {
    background: rgba(255, 255, 255, 0.1);
}

.expense-person-dropdown-add--active[b-wyrr5tkto1] {
    background: rgba(255, 255, 255, 0.08);
}

.expense-custom-person-box[b-wyrr5tkto1] {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 8px;
}

.expense-custom-person-label[b-wyrr5tkto1] {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
}

.expense-custom-person-input[b-wyrr5tkto1] {
    background: rgba(255, 255, 255, 0.1);
    color: inherit;
}

/* Date */
.expense-date-input[b-wyrr5tkto1] {
    padding: 0;
    outline: none;
    color: inherit;
    font-size: 0.9rem;
}

/* Comment */
.expense-textarea[b-wyrr5tkto1] {
    padding: 0;
    outline: none;
    color: inherit;
    resize: none;
    font-size: 0.9rem;
}

/* Submit */
.expense-submit-btn[b-wyrr5tkto1] {
    font-size: 1.05rem;
    border-radius: 10px;
}

/* Success */
.expense-success-icon[b-wyrr5tkto1] {
    font-size: 3rem;
}

.expense-success-text[b-wyrr5tkto1] {
    font-size: 0.93rem;
}
/* /Pages/Home.razor.rz.scp.css */
.push-banner[b-478ie5z7ea] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #1e2a3a;
    border: 1px solid #2d4a6e;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.push-banner-icon[b-478ie5z7ea] {
    font-size: 1.5rem;
    color: #4da6ff;
    flex-shrink: 0;
}

.push-banner-text[b-478ie5z7ea] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 200px;
}

.push-banner-text strong[b-478ie5z7ea] {
    color: #fff;
    font-size: 0.95rem;
}

.push-banner-text span[b-478ie5z7ea] {
    color: #9ab;
    font-size: 0.85rem;
}

.push-banner-actions[b-478ie5z7ea] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.push-banner-dismiss[b-478ie5z7ea] {
    color: #6c757d;
    padding: 0;
}
/* /Pages/PersonOfInterest/Details.razor.rz.scp.css */
.flex-split-input[b-uyc5ysvdct] {
    max-width: 80px;
}

.terminate-date-input[b-uyc5ysvdct] {
    width: auto;
}
/* /Pages/Profile/MyProfile.razor.rz.scp.css */
.push-status-row[b-4rd4dnhn0d] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.push-active-badge[b-4rd4dnhn0d] {
    background: #198754;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.85rem;
}

.push-device-row[b-4rd4dnhn0d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.25rem 0;
    border-bottom: 1px solid #e9ecef;
}

.push-device-agent[b-4rd4dnhn0d] {
    flex: 1;
    font-size: 0.82rem;
    color: #6c757d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.push-remove-btn[b-4rd4dnhn0d] {
    color: #dc3545;
    padding: 0;
    font-size: 0.82rem;
    white-space: nowrap;
}
/* /Pages/TimeReport/Week.razor.rz.scp.css */
.time-report-days-header-mobile[b-dau3gqudoj] {
    display: none;
}

/* Target the input and addon inside AutoSaveDayHours (child component — needs ::deep) */
.vacation-day-highlight[b-dau3gqudoj]  .form-control,
.vacation-day-highlight[b-dau3gqudoj]  .input-group-text {
    background-color: #fffacd !important;
    color: #3a2e00 !important;
}

/* form-control here is rendered directly by Week.razor */
.vacation-task-highlight .form-control[b-dau3gqudoj],
.vacation-task-highlight .input-group-text[b-dau3gqudoj] {
    background-color: #fffacd !important;
    color: #3a2e00 !important;
}

.vacation-summary-row[b-dau3gqudoj] {
    background-color: #fffacd;
    border-radius: 4px;
    padding: 3px 6px;
    color: #3a2e00;
}

.time-report-expected-hours[b-dau3gqudoj] {
    opacity: 0.5;
    font-size: 0.85rem;
    margin-top: 6px;
}

.time-report-timbank[b-dau3gqudoj] {
    cursor: pointer;
    font-weight: 600;
    margin-top: 6px;
    font-size: 0.85rem;
    user-select: none;
}

.time-report-timbank:hover[b-dau3gqudoj] {
    opacity: 0.8;
}

.time-report-diff-positive[b-dau3gqudoj] {
    color: #4caf7d;
}

.time-report-diff-negative[b-dau3gqudoj] {
    color: #e05c5c;
}

.time-report-add-row-container[b-dau3gqudoj] {
    margin: 4px 0 8px 0;
}

.time-report-add-row-btn[b-dau3gqudoj] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.82rem;
    padding: 6px 12px;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.time-report-add-row-btn:hover[b-dau3gqudoj] {
    background: rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 640.98px) {
    .time-report-card-header[b-dau3gqudoj] {
        flex-wrap: wrap;
        row-gap: 6px;
    }

    .time-report-card-header .time-report-nav[b-dau3gqudoj] {
        width: 100%;
        margin-left: 0 !important;
        justify-content: space-between;
    }

    .time-report-min-width-container[b-dau3gqudoj] {
        min-width: 0 !important;
    }

    .time-report-row[b-dau3gqudoj] {
        flex-direction: column;
    }

    /* Remove desktop min-widths on mobile */
    .time-report-row .input-group[b-dau3gqudoj],
    .time-report-row label[b-dau3gqudoj] {
        min-width: 0 !important;
    }

    /* Prevent the list from shrinking — overflow bubbles up to the single outer scroll */
    .time-report-days-scroll ul[b-dau3gqudoj] {
        min-width: max-content;
    }

    /* Show ~3.5 days at a time; exclude the narrow action spacer li */
    .time-report-days-scroll li.list-group-item[b-dau3gqudoj] {
        width: calc(100vw / 3.5) !important;
        min-width: calc(100vw / 3.5) !important;
    }

    /* On mobile: hide the day labels that live in the header row */
    .time-report-days-header-desktop[b-dau3gqudoj] {
        display: none;
    }

    /* On mobile: show the day labels injected inside each task row */
    .time-report-days-header-mobile[b-dau3gqudoj] {
        display: block;
    }

    .time-report-add-row-container[b-dau3gqudoj] {
        margin: 0 0 12px 0;
    }
}
/* /Pages/Vacation/VacationModal.razor.rz.scp.css */
.vacation-panel[b-bpq1us1eel] {
    background: #1e2130;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
}

.vacation-modal-header[b-bpq1us1eel] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vacation-modal-title[b-bpq1us1eel] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    flex: 1;
}

.vacation-month-nav[b-bpq1us1eel] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vacation-month-label[b-bpq1us1eel] {
    font-size: 0.875rem;
    min-width: 130px;
    text-align: center;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.vacation-nav-btn[b-bpq1us1eel] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    transition: background 0.15s;
}

.vacation-nav-btn:hover[b-bpq1us1eel] {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.vacation-close-btn[b-bpq1us1eel] {
    background: none;
    border: none;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 4px 6px;
    line-height: 1;
    transition: color 0.15s;
}

.vacation-close-btn:hover[b-bpq1us1eel] {
    color: #fff;
}

.vacation-modal-body[b-bpq1us1eel] {
    padding: 16px 18px 20px;
}

.vacation-loading[b-bpq1us1eel] {
    text-align: center;
    padding: 24px;
    color: rgba(255, 255, 255, 0.45);
}

/* Calendar */
.vacation-calendar-grid[b-bpq1us1eel] {
    display: grid;
    grid-template-columns: auto repeat(7, 1fr);
    gap: 3px;
    margin-bottom: 16px;
}

.vacation-week-header[b-bpq1us1eel] {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.2);
    padding: 4px 6px;
    text-transform: uppercase;
}

.vacation-week-number[b-bpq1us1eel] {
    text-align: center;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.2);
    padding: 7px 6px;
    user-select: none;
}

.vacation-day-header[b-bpq1us1eel] {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    padding: 4px 0;
    text-transform: uppercase;
}

.vacation-day-header.vacation-weekend[b-bpq1us1eel] {
    color: rgba(220, 53, 69, 0.7);
}

.vacation-day-cell[b-bpq1us1eel] {
    text-align: center;
    padding: 7px 4px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.8);
    user-select: none;
    transition: background 0.1s;
}

.vacation-day-cell:hover:not(.vacation-day-empty)[b-bpq1us1eel] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
}

.vacation-day-cell.vacation-day-selected[b-bpq1us1eel] {
    background: rgba(255, 230, 0, 0.18);
    border-color: rgba(230, 200, 0, 0.5);
    color: #ffe566;
    font-weight: 600;
}

.vacation-day-cell.vacation-day-weekend[b-bpq1us1eel] {
    color: rgba(220, 53, 69, 0.75);
}

.vacation-day-cell.vacation-day-weekend.vacation-day-selected[b-bpq1us1eel] {
    color: #ffaa88;
}

.vacation-day-empty[b-bpq1us1eel] {
    cursor: default;
}

/* Tasks */
.vacation-tasks-section[b-bpq1us1eel] {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 12px;
    margin-bottom: 14px;
}

.vacation-tasks-label[b-bpq1us1eel] {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.vacation-task-option[b-bpq1us1eel] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    margin-bottom: 5px;
}

.vacation-no-tasks[b-bpq1us1eel] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.35);
}

/* Hours */
.vacation-hours-section[b-bpq1us1eel] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 12px;
}

.vacation-hours-label[b-bpq1us1eel] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

.vacation-hours-input[b-bpq1us1eel] {
    width: 70px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #fff;
    padding: 5px 8px;
    font-size: 0.875rem;
    text-align: center;
    outline: none;
    transition: border-color 0.15s;
}

.vacation-hours-input:focus[b-bpq1us1eel] {
    border-color: rgba(110, 199, 255, 0.5);
}

.vacation-hours-unit[b-bpq1us1eel] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.4);
}

/* Hint */
.vacation-hint[b-bpq1us1eel] {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.38);
    margin-bottom: 14px;
    line-height: 1.4;
}

/* Footer */
.vacation-footer[b-bpq1us1eel] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 14px;
}

.vacation-selected-count[b-bpq1us1eel] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
}

.vacation-save-btn[b-bpq1us1eel] {
    background: #2968FF;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 7px 20px;
    font-size: 0.875rem;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.15s;
}

.vacation-save-btn:hover:not(:disabled)[b-bpq1us1eel] {
    background: #1a56e0;
}

.vacation-save-btn:disabled[b-bpq1us1eel] {
    opacity: 0.45;
    cursor: default;
}
/* /Shared/ConfirmModal.razor.rz.scp.css */
.confirm-modal-backdrop[b-f3hop0p120] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1070;
}

.confirm-modal-container[b-f3hop0p120] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1075;
    pointer-events: none;
}

.confirm-modal-panel[b-f3hop0p120] {
    background: #1e2130;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
    width: 420px;
    max-width: calc(100vw - 32px);
    pointer-events: all;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.confirm-modal-header[b-f3hop0p120] {
    display: flex;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.confirm-modal-title[b-f3hop0p120] {
    flex: 1;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.confirm-modal-close[b-f3hop0p120] {
    background: none;
    border: none;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 4px 6px;
    line-height: 1;
    transition: color 0.15s;
}

.confirm-modal-close:hover[b-f3hop0p120] {
    color: #fff;
}

.confirm-modal-body[b-f3hop0p120] {
    padding: 20px 18px;
}

.confirm-modal-message[b-f3hop0p120] {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.confirm-modal-extra[b-f3hop0p120] {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.confirm-modal-footer[b-f3hop0p120] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.confirm-cancel-btn[b-f3hop0p120] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.75);
    padding: 7px 18px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.confirm-cancel-btn:hover[b-f3hop0p120] {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.confirm-ok-btn[b-f3hop0p120] {
    background: #2968FF;
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 7px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.confirm-ok-btn:hover:not(:disabled)[b-f3hop0p120] {
    background: #1a56e0;
}

.confirm-ok-btn:disabled[b-f3hop0p120] {
    opacity: 0.45;
    cursor: default;
}
