/* /Pages/Login.razor.rz.scp.css */
.wrapper[b-dtp5ikeheb] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
}

    .wrapper > div[b-dtp5ikeheb] {
        width: auto;
    }

.logo-group[b-dtp5ikeheb] {
    display: flex;
    flex-direction: column;
    text-align: right;
}

    .logo-group > .img-main[b-dtp5ikeheb] {
        float: right;
    }

        .logo-group > .img-main img[b-dtp5ikeheb] {
            width: 332px;
            height: auto;
        }

    .logo-group > .img-sub[b-dtp5ikeheb] {
        float: right;
        margin: -4px 0 0 2px;
    }
/* /Pages/Support/DailyReport.razor.rz.scp.css */
.daily-report-container[b-zrtgidfvzc] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* スマホ表示：種別とユーザーを縦並び */
@media (max-width: 768px) {
    .daily-report-container[b-zrtgidfvzc] {
        padding: 10px;
        margin: 0 5px;
    }

    .report-entry[b-zrtgidfvzc] {
        margin-left: -5px;
        margin-right: -5px;
    }

    /* スマホ表示時のボタンテキストサイズ調整 */
    .button-group .btn[b-zrtgidfvzc] {
        font-size: 0.8rem;
    }

    /* スマホ表示時は下部に削除ボタンを表示 */
    .time-controls .btn-danger[b-zrtgidfvzc] {
        display: none !important;
    }

    .entry-actions[b-zrtgidfvzc] {
        display: flex !important;
    }

    /* スマホ表示時の削除ボタンスタイル調整 */
    .entry-actions .btn-danger[b-zrtgidfvzc] {
        margin-top: 5px;
    }

    .kbn-user-row[b-zrtgidfvzc] {
        display: block;
    }

    .kbn-user-row .form-group[b-zrtgidfvzc] {
        margin-bottom: 8px;
    }

    /* スマホ表示（縦並び） */
    .time-input-container[b-zrtgidfvzc] {
        flex-direction: column;
    }

    .time-pickers[b-zrtgidfvzc] {
        flex-direction: column;
        align-items: flex-start;
    }

    .time-separator[b-zrtgidfvzc] {
        display: none;
    }
}

/* PC表示：種別とユーザーを横並び */
@media (min-width: 769px) {

    /* PC表示時は削除ボタンを右端に表示 */
    .time-input-group[b-zrtgidfvzc] {
        position: relative;
        padding-right: 80px;
        /* 削除ボタンのスペース確保 */
    }

    .time-controls .btn-danger[b-zrtgidfvzc] {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
    }

    .report-entry .entry-actions[b-zrtgidfvzc] {
        display: none !important;
    }

    .kbn-user-row[b-zrtgidfvzc] {
        display: flex;
        gap: 10px;
        margin-bottom: 8px;
    }

    .kbn-user-row .form-group[b-zrtgidfvzc] {
        flex: 1;
        margin-bottom: 0;
    }

    .kbn-user-row .form-group:first-child[b-zrtgidfvzc] {
        flex: 1;
    }

    .kbn-user-row .form-group:last-child[b-zrtgidfvzc] {
        flex: 1;
    }

    /* PC表示（横並び） */
    .time-input-container[b-zrtgidfvzc] {
        flex-direction: row;
    }

    .time-pickers[b-zrtgidfvzc] {
        flex-direction: row;
        align-items: center;
    }

    .time-separator[b-zrtgidfvzc] {
        display: inline;
    }
}

.date-section[b-zrtgidfvzc] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.report-entry[b-zrtgidfvzc] {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    position: relative;
    padding: 7px;
}

.report-entry .card-body[b-zrtgidfvzc] {
    padding: 0.3rem;
}

.form-group[b-zrtgidfvzc] {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.form-group label[b-zrtgidfvzc] {
    width: 60px;
    min-width: 60px;
    margin-right: 5px;
    text-align: right;
}

.form-group .form-control[b-zrtgidfvzc] {
    flex: 1;
    min-width: 0;
}

/* ユーザー選択ドロップダウンのスタイル */
.user-select-container[b-zrtgidfvzc] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.user-select-container label[b-zrtgidfvzc] {
    width: 60px;
    min-width: 60px;
    margin-right: 5px;
    text-align: right;
}

.user-select-container .rz-dropdown[b-zrtgidfvzc] {
    flex: 1;
    min-width: 0;
}

/* 時間入力欄のスタイル調整 */
.form-group input[type="number"][b-zrtgidfvzc] {
    width: 60px;
    margin-right: 5px;
    flex: none;
}

/* 時間入力コンテナ */
.time-input-container[b-zrtgidfvzc] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.time-input-group[b-zrtgidfvzc] {
    margin-bottom: 5px;
    flex: 1;
    min-width: 200px;
}

.time-pickers[b-zrtgidfvzc] {
    display: flex;
    gap: 0.5rem;
}

/* DatePickerの幅調整 */
.rz-datepicker[b-zrtgidfvzc] {
    width: 80px !important;
}

/* 時間区切り文字 */
.time-separator[b-zrtgidfvzc] {
    margin: 0 0.25rem;
}


.time-controls[b-zrtgidfvzc] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.time-input[b-zrtgidfvzc] {
    width: 100px;
}

.time-adjust-buttons[b-zrtgidfvzc] {
    display: flex;
    gap: 5px;
}

.entry-actions[b-zrtgidfvzc] {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.delete-btn[b-zrtgidfvzc] {
    margin-left: auto;
}

/* ボタン配置の調整 */
.button-group[b-zrtgidfvzc] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

/* 行追加ボタンと保存ボタンの位置調整 */
.btn-primary[b-zrtgidfvzc],
.btn-success[b-zrtgidfvzc] {
    margin: 0;
    vertical-align: middle;
}

/* 合計時間表示（右下フロート） */
/* フッターと合計時間表示 */
.daily-report-footer[b-zrtgidfvzc] {
    position: sticky;
    bottom: 0;
    background-color: var(--rz-base-background-color);
    z-index: 100;
    padding: 1rem;
    border-top: 1px solid var(--rz-border-color);
    margin: 0 -1rem -1rem -1rem;
}

.time-total-display[b-zrtgidfvzc] {
    font-weight: bold;
    font-size: 1rem;
    background-color: #007bff;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .daily-report-footer[b-zrtgidfvzc] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 10px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 90;
        padding-bottom: calc(10px + env(safe-area-inset-bottom));
    }

    /* フッターが固定になる分、コンテンツ下部に余白を追加 */
    .daily-report-container[b-zrtgidfvzc] {
        padding-bottom: 100px !important;
    }
}
/* /Pages/Support/DailyReportPrint.razor.rz.scp.css */
@page {
    size: A4 portrait;
    margin: 0;
}

.date-section[b-8f1qobagc9] {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* 画面表示用スタイル */
.daily-report-print[b-8f1qobagc9] {
    max-width: 210mm;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.report-header[b-8f1qobagc9] {
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.report-header h2[b-8f1qobagc9] {
    margin: 0;
    font-size: 18pt;
}

.user-report[b-8f1qobagc9] {
    display: flex;
    margin-bottom: 15px;
}

.user-info[b-8f1qobagc9] {
    width: 100px;
    min-width: 100px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.user-name[b-8f1qobagc9] {
    font-weight: bold;
    font-size: 12pt;
}

.report-details[b-8f1qobagc9] {
    flex: 1;
    display: flex;
    padding-left: 10px;
    font-size: 10pt;
}

.entries[b-8f1qobagc9] {
    flex: 3;
    padding-right: 10px;
}

.entry-row[b-8f1qobagc9] {
    display: flex;
    margin-bottom: 2px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 2px;
}

.entry-type[b-8f1qobagc9] {
    width: 110px;
    min-width: 110px;
    font-weight: bold;
}

.entry-remarks[b-8f1qobagc9] {
    flex: 1;
    padding: 0 10px;
    white-space: pre-line;
}

.entry-user[b-8f1qobagc9] {
    width: 70px;
    min-width: 80px;
    text-align: center;
    font-size: 10pt;
    color: #666;
}

.entry-time[b-8f1qobagc9] {
    width: 50px;
    text-align: right;
}

.overall-remarks[b-8f1qobagc9] {
    flex: 1;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.remarks-title[b-8f1qobagc9] {
    font-weight: bold;
    margin-bottom: 5px;
}

.remarks-content[b-8f1qobagc9] {
    white-space: pre-line;
    font-size: 9pt;
}

.user-separator[b-8f1qobagc9] {
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.no-data[b-8f1qobagc9] {
    text-align: center;
    padding: 50px 0;
    color: #666;
}

.print-controls[b-8f1qobagc9] {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.total-time[b-8f1qobagc9] {
    margin-top: 10px;
}

.time-display[b-8f1qobagc9] {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #555;
}

.time-display div[b-8f1qobagc9] {
    margin: 2px 0;
    line-height: 1.3;
}

/* スマホ表示用スタイル */
@media screen and (max-width: 768px) {
    .daily-report-print[b-8f1qobagc9] {
        max-width: 100%;
        padding: 10px;
        box-shadow: none;
    }

    .report-header h2[b-8f1qobagc9] {
        font-size: 16pt;
    }

    .user-report[b-8f1qobagc9] {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .user-info[b-8f1qobagc9] {
        width: 100%;
        min-width: auto;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .user-name[b-8f1qobagc9] {
        font-size: 14pt;
    }

    .report-details[b-8f1qobagc9] {
        flex-direction: column;
        padding-left: 0;
        font-size: 11pt;
    }

    .entries[b-8f1qobagc9] {
        flex: none;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .entry-row[b-8f1qobagc9] {
        flex-direction: column;
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .entry-type[b-8f1qobagc9] {
        width: 100%;
        min-width: auto;
        font-size: 11pt;
        margin-bottom: 4px;
    }

    .entry-remarks[b-8f1qobagc9] {
        padding: 0;
        margin-bottom: 4px;
        font-size: 11pt;
    }

    .entry-user[b-8f1qobagc9] {
        width: 100%;
        min-width: auto;
        text-align: left;
        font-size: 10pt;
        margin-bottom: 4px;
    }

    .entry-time[b-8f1qobagc9] {
        width: 100%;
        text-align: left;
        font-weight: bold;
        font-size: 11pt;
    }

    .overall-remarks[b-8f1qobagc9] {
        border-left: none;
        border-top: 1px solid #ddd;
        padding-left: 0;
        padding-top: 10px;
    }

    .remarks-title[b-8f1qobagc9] {
        font-size: 11pt;
    }

    .remarks-content[b-8f1qobagc9] {
        font-size: 10pt;
    }

    .total-time[b-8f1qobagc9] {
        font-size: 11pt;
    }

    .time-display[b-8f1qobagc9] {
        font-size: 10pt;
    }

    .print-controls[b-8f1qobagc9] {
        padding: 10px;
    }

    .date-section .d-flex[b-8f1qobagc9] {
        flex-direction: column;
        gap: 10px;
    }

    .date-section .d-flex > div[b-8f1qobagc9] {
        width: 100%;
        justify-content: center;
    }
}
@media print {
    html[b-8f1qobagc9], body[b-8f1qobagc9] {
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        height: auto !important;
    }

    .print-controls[b-8f1qobagc9] {
        display: none !important;
    }

    .daily-report-print[b-8f1qobagc9] {
        margin: 0 auto !important;
        width: 210mm !important;
        padding: 10mm 0mm !important; /* 上下10mm、左右はゼロにして最大幅 */
        box-sizing: border-box;
        box-shadow: none !important;
        background: white !important;
    }

    .report-content[b-8f1qobagc9] {
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
        position: static !important;
        display: block !important;
    }

    .user-report[b-8f1qobagc9] {
        break-inside: auto !important;
        page-break-inside: avoid !important; 
    }

    .entry-row[b-8f1qobagc9] {
        break-inside: auto !important;
    }

    .user-report:last-child[b-8f1qobagc9] {
        break-after: avoid !important;
        margin-bottom: 0 !important;
    }

    .user-report:last-child hr[b-8f1qobagc9] {
        display: none !important;
    }
}
/* /Pages/Support/History.razor.rz.scp.css */
/* Fixed Save Button Container */
.save-button-container[b-k4uw5qy1vu] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

/* Ensure proper spacing for the main content to avoid overlap with fixed button */
.history-container[b-k4uw5qy1vu] {
    padding-bottom: 5rem;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* Responsive adjustments if needed */
@media (max-width: 768px) {
    .save-button-container[b-k4uw5qy1vu] {
        bottom: 1rem;
        right: 1rem;
    }

    .history-container[b-k4uw5qy1vu] {
        padding: 10px;
        margin: 0 5px;
        padding-bottom: 4rem;
    }
}
/* /Pages/Support/MonthlyReportPrint.razor.rz.scp.css */
@page {
    size: A4 portrait;
    margin: 10mm 5mm;
}

/* 条件指定部分 - モダンでレスポンシブなデザイン */
.print-controls[b-ys56v194f8] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.date-section[b-ys56v194f8] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
}

.date-filters[b-ys56v194f8] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.action-buttons[b-ys56v194f8] {
    display: flex;
    gap: 0.75rem;
}

.btn[b-ys56v194f8] {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.btn-success[b-ys56v194f8] {
    background-color: #10b981;
    color: white;
}

.btn-success:hover[b-ys56v194f8] {
    background-color: #059669;
}

.btn-secondary[b-ys56v194f8] {
    background-color: #e5e7eb;
    color: #374151;
}

.btn-secondary:hover[b-ys56v194f8] {
    background-color: #d1d5db;
}

/* モバイル対応 */
@media (max-width: 768px) {
    .date-section[b-ys56v194f8] {
        grid-template-columns: 1fr;
    }

    .date-filters[b-ys56v194f8] {
        flex-direction: column;
        align-items: stretch;
    }

    .action-buttons[b-ys56v194f8] {
        justify-content: flex-end;
    }
}

/* レポート表示部分 - DailyReportPrintから継承 */
.monthly-report-print[b-ys56v194f8] {
    max-width: 210mm;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.date-report[b-ys56v194f8] {
    margin-bottom: 20px;
}

.date-info[b-ys56v194f8] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.date[b-ys56v194f8] {
    font-weight: bold;
    font-size: 12pt;
}

.total-time[b-ys56v194f8] {
    font-weight: bold;
    color: #3b82f6;
}

.report-details[b-ys56v194f8] {
    margin-left: 10px;
}

.entry-row[b-ys56v194f8] {
    display: flex;
    margin-bottom: 5px;
}

.entry-type[b-ys56v194f8] {
    width: 110px;
    min-width: 110px;
    font-weight: bold;
}

.entry-remarks[b-ys56v194f8] {
    flex: 1;
    padding: 0 10px;
}

.entry-user[b-ys56v194f8] {
    width: 70px;
    min-width: 80px;
    text-align: center;
    font-size: 10pt;
    color: #666;
}

.entry-time[b-ys56v194f8] {
    width: 50px;
    text-align: right;
}

.date-separator[b-ys56v194f8] {
    border: none;
    border-top: 1px dashed #ddd;
    margin: 15px 0;
}

.no-data[b-ys56v194f8] {
    text-align: center;
    padding: 50px 0;
    color: #666;
}

@media print {
    html[b-ys56v194f8], body[b-ys56v194f8] {
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        height: auto !important;
    }
    
    .monthly-report-print[b-ys56v194f8] {
        margin: 0 auto !important;
        width: 210mm !important;
        padding: 10mm 0mm !important; /* 上下10mm、左右はゼロにして最大幅 */
        box-shadow: none !important;
        background: white !important;
    }

    .report-content[b-ys56v194f8] {
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }

    .date-report[b-ys56v194f8],
    .entry-row[b-ys56v194f8] {
        break-inside: auto !important;
    }

    .date-report:last-child[b-ys56v194f8] {
        break-after: avoid !important;
        margin-bottom: 0 !important;
    }

    .date-report:last-child hr[b-ys56v194f8] {
        display: none !important;
    }
}
/* /Pages/Support/MyHistory.razor.rz.scp.css */
.my-history-container[b-xwuxk1ar5j] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.page-header[b-xwuxk1ar5j] {
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.search-panel[b-xwuxk1ar5j] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.date-display[b-xwuxk1ar5j] {
    font-weight: bold;
    font-size: 1.1em;
    min-width: 180px;
    text-align: center;
}

.history-list[b-xwuxk1ar5j] {
    margin-top: 20px;
}

.history-item[b-xwuxk1ar5j] {
    transition: transform 0.2s, box-shadow 0.2s;
    border-left: 5px solid #007bff;
}

.history-item:hover[b-xwuxk1ar5j] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.history-date[b-xwuxk1ar5j] {
    font-weight: bold;
    color: #555;
    text-align: center;
    font-size: 1.1em;
}

.history-info[b-xwuxk1ar5j] {
    margin-bottom: 8px;
    font-size: 0.9em;
}

.badge-branch[b-xwuxk1ar5j] {
    background-color: #e9ecef;
    color: #495057;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 8px;
}

.text-user[b-xwuxk1ar5j] {
    font-weight: bold;
    margin-right: 8px;
}

.text-duration[b-xwuxk1ar5j] {
    color: #6c757d;
}

.history-content[b-xwuxk1ar5j] {
    margin-bottom: 4px;
}

.history-detail-row[b-xwuxk1ar5j] {
    font-size: 0.9em;
    color: #666;
    margin-top: 2px;
}

.history-detail-row .label[b-xwuxk1ar5j] {
    font-weight: bold;
    margin-right: 4px;
}

.no-data-message[b-xwuxk1ar5j] {
    text-align: center;
    padding: 40px;
    color: #999;
    font-style: italic;
    background-color: #fff;
    border-radius: 8px;
    border: 1px dashed #ddd;
}

@media (max-width: 768px) {
    .history-date[b-xwuxk1ar5j] {
        text-align: left;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }

    .history-item .rz-column-12[b-xwuxk1ar5j] {
        margin-bottom: 10px;
    }

    .search-panel .rz-stack[b-xwuxk1ar5j] {
        width: 100%;
    }
}

.date-section[b-xwuxk1ar5j] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.history-entry[b-xwuxk1ar5j] {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    position: relative;
}

.entry-header[b-xwuxk1ar5j] {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.entry-content[b-xwuxk1ar5j] {
    margin-bottom: 15px;
    position: relative;
}

.content-item[b-xwuxk1ar5j] {
    margin-bottom: 8px;
    cursor: pointer;
    padding-left: 0;
}

.content-item:hover[b-xwuxk1ar5j] {
    background-color: #f8f9fa;
}

.content-item label[b-xwuxk1ar5j] {
    font-weight: bold;
    margin-right: 5px;
}

.duration-item[b-xwuxk1ar5j] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 0 !important;
}

.entry-actions[b-xwuxk1ar5j] {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
    position: relative;
}

.duration-label[b-xwuxk1ar5j] {
    position: absolute;
    left: 0;
    margin-right: 10px;
    font-weight: bold;
    color: #007bff;
    background-color: white;
    padding-right: 5px;
}

/* ダイアログスタイル */
.dialog-overlay[b-xwuxk1ar5j] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.dialog-content[b-xwuxk1ar5j] {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 500px;
    max-width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dialog-text[b-xwuxk1ar5j] {
    white-space: pre-wrap;
    margin-top: 10px;
}
/* /Pages/Support/OvertimeReportPrint.razor.rz.scp.css */
/* 条件指定部分 - モダンでレスポンシブなデザイン */
.print-controls[b-l8s0wsycod] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.overtime-report-print[b-l8s0wsycod] {
    max-width: 210mm;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.report-header[b-l8s0wsycod] {
    margin-bottom: 20px;
}

.report-title[b-l8s0wsycod] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}

.report-subtitle[b-l8s0wsycod] {
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
}

.report-year-month[b-l8s0wsycod] {
    font-weight: bold;
}

.report-user-name[b-l8s0wsycod] {
    font-weight: bold;
}

.regular-hours[b-l8s0wsycod] {
    font-size: 12px;
    color: #666;
}

.overtime-table[b-l8s0wsycod] {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}

.overtime-table th[b-l8s0wsycod],
.overtime-table td[b-l8s0wsycod] {
    border: 1px solid #000;
    padding: 1px 3px;
    text-align: center;
    height: 20px;
    font-size: 11px;
    line-height: 1.1;
}

.overtime-table th[b-l8s0wsycod] {
    background-color: #f8f9fa;
    font-weight: bold;
    white-space: nowrap;
}

.overtime-table td[b-l8s0wsycod] {
    vertical-align: middle;
}

/* 2行目の時間表示用スタイル */
.overtime-table .second-time[b-l8s0wsycod] {
    font-size: 9px;
    line-height: 1;
    margin-top: -1px;
}

.report-footer[b-l8s0wsycod] {
    font-size: 12px;
}

.footer-value[b-l8s0wsycod] {
    font-weight: bold;
    text-decoration: underline;
}

.reason-box[b-l8s0wsycod],
.work-content-box[b-l8s0wsycod] {
    background-color: #fff;
    font-family: inherit;
}

.no-data[b-l8s0wsycod] {
    text-align: center;
    padding: 50px 0;
    color: #666;
}

/* 印刷用スタイル */
@media print {
    .print-controls[b-l8s0wsycod] {
        display: none !important;
    }

    html[b-l8s0wsycod],
    body[b-l8s0wsycod] {
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        height: auto !important;
        background: white !important;
    }

    .overtime-report-print[b-l8s0wsycod] {
        width: 210mm !important;
        margin: 0 auto !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .overtime-table[b-l8s0wsycod] {
        page-break-inside: avoid;
    }

    .report-footer[b-l8s0wsycod] {
        page-break-inside: avoid;
    }

    .overtime-report-print *[b-l8s0wsycod] {
        color: black !important;
        background: white !important;
    }
}

/* 画面表示用スタイル - レポートコンテンツ内の調整 */
@media screen {
    .report-content[b-l8s0wsycod] {
        width: 100%;
    }
}
/* /Pages/Support/PaidWorkReport.razor.rz.scp.css */
.paid-workreport-container[b-yt1yw8xm6l] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 768px) {
    .paid-workreport-container[b-yt1yw8xm6l] {
        padding: 10px;
        margin: 0 5px;
    }
    
    .report-entry[b-yt1yw8xm6l] {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.date-section[b-yt1yw8xm6l] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.login-layout[b-6xnh5ah8ul] {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-23np9gq4fe] {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.sidebar[b-23np9gq4fe] {
    width: var(--sidebar-width);
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.main[b-23np9gq4fe] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.content[b-23np9gq4fe] {
    flex: 1;
    padding: 1rem;
}

.top-row[b-23np9gq4fe] {
    display: none;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    height: 3.5rem;
    justify-content: flex-end;
    align-items: center;
}

.navbar-toggler[b-23np9gq4fe] {
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

.navbar-toggler-icon[b-23np9gq4fe] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.mobile-menu[b-23np9gq4fe] {
    display: none;
    background-color: #f8f9fa;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .page[b-23np9gq4fe] {
        flex-direction: column;
    }

    .sidebar[b-23np9gq4fe] {
        display: none;
        width: 50%;
        position: fixed;
        top: 3.5rem;
        right: 0;
        height: auto;
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .sidebar.expanded[b-23np9gq4fe] {
        display: block;
    }

    .top-row[b-23np9gq4fe] {
        display: flex;
        background: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        height: 3.5rem;
        padding: 0 1rem;
        width: 100%;
        z-index: 1001;
        justify-content: space-between;
    }

    .navbar-toggler[b-23np9gq4fe] {
        margin-left: auto;
    }

    .mobile-header[b-23np9gq4fe] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .main[b-23np9gq4fe] {
        padding-top: 0;
    }
}

@media (min-width: 769px) {
    .sidebar[b-23np9gq4fe] {
        display: block !important;
    }

    .mobile-header[b-23np9gq4fe] {
        display: none !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-menu[b-lpxzbqt9r0] {
    width: 100%;
    padding: 0;
    margin: 0;
}

.nav-item[b-lpxzbqt9r0] {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.nav-link[b-lpxzbqt9r0] {
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 0 1rem;
    text-decoration: none;
    color: #212529;
    transition: background-color 0.3s ease;
}

.nav-link:hover[b-lpxzbqt9r0] {
    background-color: rgba(0, 0, 0, 0.05);
}

.nav-link span[b-lpxzbqt9r0] {
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .nav-menu[b-lpxzbqt9r0] {
        padding: 0;
    }
    
    .nav-link[b-lpxzbqt9r0] {
        height: 2.5rem;
    }
}
