@import '_content/Wonik.ClientShared/Wonik.ClientShared.ucr72ei3jf.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */


main[b-e5bbyffk1x] {
    width: 100vw;
    height: 100vh;
}

page[b-e5bbyffk1x] {
    width: 100%;
    height: 100%;
}
/* /Pages/Components/Admin/AdminPage.razor.rz.scp.css */
.settings-container[b-tlxu39zgtt] {
    width: 100%;
    padding: 0 2rem;
}

.settings-header[b-tlxu39zgtt] {
    margin: 2rem 0;
    color: #1a73e8;
}

    .settings-header h1[b-tlxu39zgtt] {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .settings-header p[b-tlxu39zgtt] {
        color: #5f6368;
    }

.settings-grid[b-tlxu39zgtt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.settings-card[b-tlxu39zgtt] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .settings-card:hover[b-tlxu39zgtt] {
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

.card-header[b-tlxu39zgtt] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .card-header i[b-tlxu39zgtt] {
        font-size: 1.5rem;
        color: #1a73e8;
        margin-right: 1rem;
    }

    .card-header h2[b-tlxu39zgtt] {
        font-size: 1.25rem;
        font-weight: 500;
        color: #202124;
    }

.card-footer[b-tlxu39zgtt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e8eaed;
}

.current-setting[b-tlxu39zgtt] {
    font-size: 0.875rem;
    color: #5f6368;
}

/* 다이얼로그 스타일 */
.dialog-overlay[b-tlxu39zgtt] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.dialog-content[b-tlxu39zgtt] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
}

.dialog-header[b-tlxu39zgtt] {
    padding: 1.5rem;
    border-bottom: 1px solid #e8eaed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dialog-body[b-tlxu39zgtt] {
    padding: 1.5rem;
}

.dialog-footer[b-tlxu39zgtt] {
    padding: 1.5rem;
    border-top: 1px solid #e8eaed;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.btn[b-tlxu39zgtt] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary[b-tlxu39zgtt] {
    background: #1a73e8;
    color: white;
    border: none;
}

    .btn-primary:hover[b-tlxu39zgtt] {
        background: #1557b0;
    }

.btn-secondary[b-tlxu39zgtt] {
    background: white;
    color: #5f6368;
    border: 1px solid #dadce0;
}

    .btn-secondary:hover[b-tlxu39zgtt] {
        background: #f1f3f4;
    }

.modal-overlay[b-tlxu39zgtt] {
    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;
}

.profile-actions[b-tlxu39zgtt] {
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.btn-primary-cancel[b-tlxu39zgtt] {
    background-color: white;
    color: black;
    border: 2px solid #e2e8f0;
}
/* /Pages/Components/Admin/DataDisplaySettingForm.razor.rz.scp.css */
.setting-form[b-b8ltnxq3tr] {
    padding: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeIn-b-b8ltnxq3tr 0.3s ease;
}

.tabs-container[b-b8ltnxq3tr] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.tabs-header[b-b8ltnxq3tr] {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.select-all-container[b-b8ltnxq3tr] {
    padding: 0 0.375rem;
}

.tab-button[b-b8ltnxq3tr] {
    padding: 1rem 1.5rem;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
    color: #5f6368;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    white-space: nowrap;
}

    .tab-button:hover[b-b8ltnxq3tr] {
        color: #1a73e8;
    }

    .tab-button.active[b-b8ltnxq3tr] {
        color: #1a73e8;
        background-color: #fff;
    }

        .tab-button.active[b-b8ltnxq3tr]::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #1a73e8;
        }

.tabs-content[b-b8ltnxq3tr] {
    position: relative;
    min-height: 400px;
}

.tab-panel[b-b8ltnxq3tr] {
    display: none;
    padding: 0;
    animation: slideUp-b-b8ltnxq3tr 0.3s ease;
}

    .tab-panel.active[b-b8ltnxq3tr] {
        display: block;
    }

.panel-layout[b-b8ltnxq3tr] {
    display: flex;
    height: 100%;
}

.checkbox-panel[b-b8ltnxq3tr] {
    flex: 1;
    padding: 1.5rem;
    border-right: 1px solid #e0e0e0;
    height: 600px;
    overflow-y: auto;
}

.preview-panel[b-b8ltnxq3tr] {
    flex: 1;
    padding: 1.5rem;
    background: #f8f9fa;
    height: 600px;
    overflow-y: auto;
}

.preview-title[b-b8ltnxq3tr] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #202124;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1a73e8;
}

.settings-list-box[b-b8ltnxq3tr] {
    width: 100%;
    height: 350px;
    border: 1px solid #dadce0;
    border-radius: 4px;
}

[b-b8ltnxq3tr] .dxbl-list-box {
    height: auto;
}

[b-b8ltnxq3tr] .dx-list-item {
    padding: 8px 12px;
    font-size: 0.9rem;
    color: #202124;
}

    [b-b8ltnxq3tr] .dx-list-item:hover {
        background-color: #f8f9fa;
    }

    [b-b8ltnxq3tr] .dx-list-item.dx-state-focused {
        background-color: #e8f0fe;
    }

[b-b8ltnxq3tr] .dx-checkbox {
    margin-right: 8px;
}

.selected-items[b-b8ltnxq3tr] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.selected-item[b-b8ltnxq3tr] {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 1rem;
    margin-bottom: 0.5rem;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    animation: fadeIn-b-b8ltnxq3tr 0.3s ease;
}

    .selected-item:hover[b-b8ltnxq3tr] {
        transform: translateY(-2px);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

.item-text[b-b8ltnxq3tr] {
    font-weight: 500;
    color: #202124;
}

.item-value[b-b8ltnxq3tr] {
    color: #5f6368;
    font-size: 0.9rem;
}

.no-selection[b-b8ltnxq3tr] {
    padding: 2rem;
    text-align: center;
    color: #5f6368;
    background: white;
    border-radius: 4px;
    font-style: italic;
}

.dialog-footer[b-b8ltnxq3tr] {
    padding: 16px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    border-top: 1px solid #e0e0e0;
}

.btn-cancel[b-b8ltnxq3tr] {
    padding: 8px 16px;
    border: none;
    background: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    transition: background 0.2s;
}

    .btn-cancel:hover[b-b8ltnxq3tr] {
        background: #f1f3f4;
    }

.btn-save[b-b8ltnxq3tr] {
    padding: 8px 16px;
    border: none;
    background: #2563eb;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

    .btn-save:hover[b-b8ltnxq3tr] {
        background: #1d4ed8;
    }

@keyframes fadeIn-b-b8ltnxq3tr {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-b8ltnxq3tr {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 세련된 스크롤바 스타일 */
.checkbox-panel[b-b8ltnxq3tr]::-webkit-scrollbar,
.preview-panel[b-b8ltnxq3tr]::-webkit-scrollbar {
    width: 6px;
}

.checkbox-panel[b-b8ltnxq3tr]::-webkit-scrollbar-track,
.preview-panel[b-b8ltnxq3tr]::-webkit-scrollbar-track {
    background: transparent;
}

.checkbox-panel[b-b8ltnxq3tr]::-webkit-scrollbar-thumb,
.preview-panel[b-b8ltnxq3tr]::-webkit-scrollbar-thumb {
    background: rgba(160, 160, 160, 0.5);
    border-radius: 10px;
    transition: background 0.2s ease;
}

    .checkbox-panel[b-b8ltnxq3tr]::-webkit-scrollbar-thumb:hover,
    .preview-panel[b-b8ltnxq3tr]::-webkit-scrollbar-thumb:hover {
        background: rgba(130, 130, 130, 0.7);
    }

/* Firefox용 스크롤바 스타일 */
.checkbox-panel[b-b8ltnxq3tr],
.preview-panel[b-b8ltnxq3tr] {
    scrollbar-width: thin;
    scrollbar-color: rgba(160, 160, 160, 0.5) transparent;
}
/* /Pages/Components/Admin/DataExportSettingForm.razor.rz.scp.css */
.setting-form[b-0haz4njkmx] {
    padding: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeIn-b-0haz4njkmx 0.3s ease;
}

.tabs-container[b-0haz4njkmx] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.tabs-header[b-0haz4njkmx] {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.tab-button[b-0haz4njkmx] {
    padding: 1rem 1.5rem;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
    color: #5f6368;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    white-space: nowrap;
}

    .tab-button:hover[b-0haz4njkmx] {
        color: #1a73e8;
    }

    .tab-button.active[b-0haz4njkmx] {
        color: #1a73e8;
        background-color: #fff;
    }

        .tab-button.active[b-0haz4njkmx]::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #1a73e8;
        }

.tabs-content[b-0haz4njkmx] {
    position: relative;
    min-height: 400px;
}

.tab-panel[b-0haz4njkmx] {
    display: none;
    padding: 0;
    animation: slideUp-b-0haz4njkmx 0.3s ease;
}

    .tab-panel.active[b-0haz4njkmx] {
        display: block;
    }

.panel-layout[b-0haz4njkmx] {
    display: flex;
    height: 100%;
}

.checkbox-panel[b-0haz4njkmx] {
    flex: 1;
    padding: 1.5rem;
    border-right: 1px solid #e0e0e0;
    height: 600px;
    overflow-y: auto;
}

.select-all-container[b-0haz4njkmx] {
    padding: 0 0.375rem;
}

.preview-panel[b-0haz4njkmx] {
    flex: 1;
    padding: 1.5rem;
    background: #f8f9fa;
    height: 600px;
    overflow-y: auto;
}

.preview-title[b-0haz4njkmx] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #202124;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1a73e8;
}

.settings-list-box[b-0haz4njkmx] {
    width: 100%;
    height: 350px;
    border: 1px solid #dadce0;
    border-radius: 4px;
}

[b-0haz4njkmx] .dx-list-item {
    padding: 8px 12px;
    font-size: 0.9rem;
    color: #202124;
}

    [b-0haz4njkmx] .dx-list-item:hover {
        background-color: #f8f9fa;
    }

    [b-0haz4njkmx] .dx-list-item.dx-state-focused {
        background-color: #e8f0fe;
    }

[b-0haz4njkmx] .dx-checkbox {
    margin-right: 8px;
}

[b-0haz4njkmx] .dxbl-list-box {
    height: auto;
}

.selected-items[b-0haz4njkmx] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.selected-item[b-0haz4njkmx] {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 1rem;
    margin-bottom: 0.5rem;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    animation: fadeIn-b-0haz4njkmx 0.3s ease;
}

    .selected-item:hover[b-0haz4njkmx] {
        transform: translateY(-2px);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

.item-text[b-0haz4njkmx] {
    font-weight: 500;
    color: #202124;
}

.item-value[b-0haz4njkmx] {
    color: #5f6368;
    font-size: 0.9rem;
}

.no-selection[b-0haz4njkmx] {
    padding: 2rem;
    text-align: center;
    color: #5f6368;
    background: white;
    border-radius: 4px;
    font-style: italic;
}

.dialog-footer[b-0haz4njkmx] {
    padding: 16px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    border-top: 1px solid #e0e0e0;
}

.btn-cancel[b-0haz4njkmx] {
    padding: 8px 16px;
    border: none;
    background: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    transition: background 0.2s;
}

    .btn-cancel:hover[b-0haz4njkmx] {
        background: #f1f3f4;
    }

.btn-save[b-0haz4njkmx] {
    padding: 8px 16px;
    border: none;
    background: #2563eb;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

    .btn-save:hover[b-0haz4njkmx] {
        background: #1d4ed8;
    }

@keyframes fadeIn-b-0haz4njkmx {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-0haz4njkmx {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 세련된 스크롤바 스타일 */
.checkbox-panel[b-0haz4njkmx]::-webkit-scrollbar,
.preview-panel[b-0haz4njkmx]::-webkit-scrollbar {
    width: 6px;
}

.checkbox-panel[b-0haz4njkmx]::-webkit-scrollbar-track,
.preview-panel[b-0haz4njkmx]::-webkit-scrollbar-track {
    background: transparent;
}

.checkbox-panel[b-0haz4njkmx]::-webkit-scrollbar-thumb,
.preview-panel[b-0haz4njkmx]::-webkit-scrollbar-thumb {
    background: rgba(160, 160, 160, 0.5);
    border-radius: 10px;
    transition: background 0.2s ease;
}

    .checkbox-panel[b-0haz4njkmx]::-webkit-scrollbar-thumb:hover,
    .preview-panel[b-0haz4njkmx]::-webkit-scrollbar-thumb:hover {
        background: rgba(130, 130, 130, 0.7);
    }

/* Firefox용 스크롤바 스타일 */
.checkbox-panel[b-0haz4njkmx],
.preview-panel[b-0haz4njkmx] {
    scrollbar-width: thin;
    scrollbar-color: rgba(160, 160, 160, 0.5) transparent;
}
/* /Pages/Components/Admin/NotificationSettingForm.razor.rz.scp.css */
.setting-form[b-0kxo9c3157] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.form-section[b-0kxo9c3157] {
    display: flex;
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 20px;
    align-items: center; /* 수직 가운데 정렬 변경 */
}

.form-title[b-0kxo9c3157] {
    width: 120px;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center; /* 제목 수직 가운데 정렬 */
    height: 100%;
}

.form-options[b-0kxo9c3157] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.form-check[b-0kxo9c3157] {
    display: flex;
    align-items: center;
    gap: 10px; /* 간격 약간 늘림 */
}

.form-check-input[b-0kxo9c3157] {
    width: 20px; /* 체크박스 크기 증가 */
    height: 20px; /* 체크박스 크기 증가 */
    margin: 0;
    cursor: pointer;
    accent-color: #007bff; /* 체크박스 푸른색으로 설정 */
}

.form-check-label[b-0kxo9c3157] {
    font-size: 14px;
    user-select: none;
    cursor: pointer;
}

.dialog-footer[b-0kxo9c3157] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 16px;
}

.btn-cancel[b-0kxo9c3157] {
    padding: 8px 16px;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
}

.btn-save[b-0kxo9c3157] {
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-save:hover[b-0kxo9c3157] {
        background-color: #0069d9;
    }

.btn-cancel:hover[b-0kxo9c3157] {
    background-color: #f1f1f1;
}
/* /Pages/Components/Admin/NotificationTestModal.razor.rz.scp.css */
body[b-l0lgt0mh19] {
    font-family: Arial, sans-serif;
}

.system-log-modal[b-l0lgt0mh19] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    height: 80vh;
    width: 90vw;
    max-width: 1600px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.page-title[b-l0lgt0mh19] {
    color: #344767;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.75rem;
}

.filter-section[b-l0lgt0mh19] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.filter-row[b-l0lgt0mh19] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.date-range[b-l0lgt0mh19], .filters[b-l0lgt0mh19], .sort-section[b-l0lgt0mh19] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.form-group[b-l0lgt0mh19] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

    .form-group label[b-l0lgt0mh19] {
        font-weight: 600;
        color: #344767;
        font-size: 0.875rem;
    }

.form-control[b-l0lgt0mh19] {
    padding: 0.625rem 1rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s;
    min-width: 140px;
}

    .form-control:focus[b-l0lgt0mh19] {
        border-color: #007bff;
        box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
        outline: none;
    }

.filter-buttons[b-l0lgt0mh19] {
    display: flex;
    justify-content: flex-end;
}

.log-table[b-l0lgt0mh19] {
    flex: 1;
    overflow: auto;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    position: relative;
    max-height: calc(80vh - 200px);
}

    .log-table:hover[b-l0lgt0mh19] {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

.btn-primary[b-l0lgt0mh19] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 0.625rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    height: 43px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

    .btn-primary:hover[b-l0lgt0mh19] {
        background-color: #0056b3;
    }

.btn-reset[b-l0lgt0mh19] {
    margin-bottom: 0.5rem;
    height: 43px;
    padding: 0.625rem 1rem;
    background-color: #eaeaea;
    color: #344767;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-reset:hover[b-l0lgt0mh19] {
        background-color: #d9d9d9;
    }

.button-group[b-l0lgt0mh19] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

table[b-l0lgt0mh19] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

th[b-l0lgt0mh19] {
    background-color: #f8f9fa;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #344767;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 2px solid #e9ecef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    th:nth-child(1)[b-l0lgt0mh19] {
        width: 18%;
    }

    th:nth-child(2)[b-l0lgt0mh19] {
        width: 15%;
    }

    th:nth-child(3)[b-l0lgt0mh19] {
        width: 15%;
    }

    th:nth-child(4)[b-l0lgt0mh19] {
        width: 52%;
    }

td[b-l0lgt0mh19] {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    color: #495057;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    td:nth-child(4)[b-l0lgt0mh19] {
        white-space: normal;
        word-break: break-word;
    }

tr:hover[b-l0lgt0mh19] {
    background-color: #f8f9fa;
}

.pagination[b-l0lgt0mh19] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.btn-page[b-l0lgt0mh19] {
    padding: 0.5rem 1rem;
    border: 1px solid #e9ecef;
    background: white;
    color: #495057;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
}

    .btn-page:hover:not(:disabled)[b-l0lgt0mh19] {
        background: #007bff;
        color: white;
        border-color: #007bff;
    }

    .btn-page:disabled[b-l0lgt0mh19] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.page-info[b-l0lgt0mh19] {
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    color: #495057;
    font-weight: 500;
}
/* 스크롤바 커스터마이징 */
.log-table[b-l0lgt0mh19] {
    scrollbar-width: thin;
    scrollbar-color: #007bff #f8f9fa;
}

    .log-table[b-l0lgt0mh19]::-webkit-scrollbar {
        width: 8px;
    }

    .log-table[b-l0lgt0mh19]::-webkit-scrollbar-track {
        background: #f8f9fa;
        border-radius: 4px;
    }

    .log-table[b-l0lgt0mh19]::-webkit-scrollbar-thumb {
        background: #007bff;
        border-radius: 4px;
    }

        .log-table[b-l0lgt0mh19]::-webkit-scrollbar-thumb:hover {
            background: #0056b3;
        }

.footer-container[b-l0lgt0mh19] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    margin-top: 0.5rem;
    width: 100%;
}

.pagination-wrapper[b-l0lgt0mh19] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.close-button-wrapper[b-l0lgt0mh19] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 0;
}
/* /Pages/Components/Admin/SettingDialog.razor.rz.scp.css */
.dialog-overlay[b-trkw008n3q] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-trkw008n3q 0.2s ease-out;
}

.dialog-container[b-trkw008n3q] {
    background: white;
    width: 800px;
    border: 1px solid black;
    animation: slideUp-b-trkw008n3q 0.3s ease-out;
}

.dialog-header[b-trkw008n3q] {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

    .dialog-header h2[b-trkw008n3q] {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.close-button[b-trkw008n3q] {
    cursor: pointer;
    font-size: 24px;
    color: #999;
}

.dialog-content[b-trkw008n3q] {
    padding: 20px;
}

.dialog-footer[b-trkw008n3q] {
    padding: 16px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.btn-cancel[b-trkw008n3q] {
    padding: 8px 16px;
    border: none;
    background: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
}

.btn-save[b-trkw008n3q] {
    padding: 8px 16px;
    border: none;
    background: #2563eb;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

    .btn-save:hover[b-trkw008n3q] {
        background: #1d4ed8;
    }

@keyframes fadeIn-b-trkw008n3q {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-trkw008n3q {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* /Pages/Components/Admin/SystemLogModal.razor.rz.scp.css */
body[b-nmurs6jmjb] {
    font-family: Arial, sans-serif;
}

.system-log-modal[b-nmurs6jmjb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    height: 80vh;
    width: 90vw;
    max-width: 1600px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.page-title[b-nmurs6jmjb] {
    color: #344767;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.75rem;
}

.message-container[b-nmurs6jmjb] {
    cursor: pointer;
}

.message-preview[b-nmurs6jmjb] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 550px;
}

    .message-preview.expanded[b-nmurs6jmjb] {
        white-space: normal;
        word-break: break-word;
    }

.filter-section[b-nmurs6jmjb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.filter-row[b-nmurs6jmjb] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.date-range[b-nmurs6jmjb], .filters[b-nmurs6jmjb], .sort-section[b-nmurs6jmjb] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.form-group[b-nmurs6jmjb] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

    .form-group label[b-nmurs6jmjb] {
        font-weight: 600;
        color: #344767;
        font-size: 0.875rem;
    }

.form-control[b-nmurs6jmjb] {
    padding: 0.625rem 1rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s;
    min-width: 140px;
}

    .form-control:focus[b-nmurs6jmjb] {
        border-color: #007bff;
        box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
        outline: none;
    }

.filter-buttons[b-nmurs6jmjb] {
    display: flex;
    justify-content: flex-end;
}

.log-table[b-nmurs6jmjb] {
    flex: 1;
    overflow: auto;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    position: relative;
    max-height: calc(80vh - 200px);
}

    .log-table:hover[b-nmurs6jmjb] {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

.btn-primary[b-nmurs6jmjb] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 0.625rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    height: 43px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

    .btn-primary:hover[b-nmurs6jmjb] {
        background-color: #0056b3;
    }

.btn-reset[b-nmurs6jmjb] {
    margin-bottom: 0.5rem;
    height: 43px;
    padding: 0.625rem 1rem;
    background-color: #eaeaea;
    color: #344767;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-reset:hover[b-nmurs6jmjb] {
        background-color: #d9d9d9;
    }

.button-group[b-nmurs6jmjb] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

table[b-nmurs6jmjb] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

th[b-nmurs6jmjb] {
    background-color: #f8f9fa;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #344767;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 2px solid #e9ecef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    th:nth-child(1)[b-nmurs6jmjb] {
        width: 18%;
    }

    th:nth-child(2)[b-nmurs6jmjb] {
        width: 15%;
    }

    th:nth-child(3)[b-nmurs6jmjb] {
        width: 15%;
    }

    th:nth-child(4)[b-nmurs6jmjb] {
        width: 52%;
    }

td[b-nmurs6jmjb] {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    color: #495057;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    td:nth-child(4)[b-nmurs6jmjb] {
        white-space: normal;
        word-break: break-word;
    }

tr:hover[b-nmurs6jmjb] {
    background-color: #f8f9fa;
}

.pagination[b-nmurs6jmjb] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.btn-page[b-nmurs6jmjb] {
    padding: 0.5rem 1rem;
    border: 1px solid #e9ecef;
    background: white;
    color: #495057;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
}

    .btn-page:hover:not(:disabled)[b-nmurs6jmjb] {
        background: #007bff;
        color: white;
        border-color: #007bff;
    }

    .btn-page:disabled[b-nmurs6jmjb] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.page-info[b-nmurs6jmjb] {
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    color: #495057;
    font-weight: 500;
}
/* 스크롤바 커스터마이징 */
.log-table[b-nmurs6jmjb] {
    scrollbar-width: thin;
    scrollbar-color: #007bff #f8f9fa;
}

    .log-table[b-nmurs6jmjb]::-webkit-scrollbar {
        width: 8px;
    }

    .log-table[b-nmurs6jmjb]::-webkit-scrollbar-track {
        background: #f8f9fa;
        border-radius: 4px;
    }

    .log-table[b-nmurs6jmjb]::-webkit-scrollbar-thumb {
        background: #007bff;
        border-radius: 4px;
    }

        .log-table[b-nmurs6jmjb]::-webkit-scrollbar-thumb:hover {
            background: #0056b3;
        }

.footer-container[b-nmurs6jmjb] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    margin-top: 0.5rem;
    width: 100%;
}

.pagination-wrapper[b-nmurs6jmjb] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.close-button-wrapper[b-nmurs6jmjb] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 0;
}
/* /Pages/Components/Admin/UnitsSettingsForm.razor.rz.scp.css */
.setting-form[b-3qskjf44ex] {
    padding: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.form-grid[b-3qskjf44ex] {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr; /* 1열(이름) - 2열(단위 선택) - 3열(소수점 선택) */
    grid-template-rows: repeat(6, auto);
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
}

/* 1행: 소수점 자리수 라벨 */
.form-group.decimal-label[b-3qskjf44ex] {
    grid-column: 3 / 4; /* 3열에 배치 */
    justify-self: start;
    font-weight: 600;
}

/* 2~5행: 단위 선택 및 소수점 자리수 */
.form-group[b-3qskjf44ex] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .form-group label[b-3qskjf44ex] {
        font-weight: 500;
        font-size: 1rem;
        text-align: end;
    }

    .form-group select[b-3qskjf44ex] {
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #dadce0;
        border-radius: 4px;
        font-size: 1rem;
    }

    /* 6행: 시간 단위 */
    .form-group.time-unit[b-3qskjf44ex] {
        grid-column: 1 / 2;
    }

    .form-group.time-selector[b-3qskjf44ex] {
        grid-column: 2 / 3;
    }

/* 버튼 영역 */
.dialog-footer[b-3qskjf44ex] {
    padding: 16px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.btn-cancel[b-3qskjf44ex] {
    padding: 8px 16px;
    border: none;
    background: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
}

.btn-save[b-3qskjf44ex] {
    padding: 8px 16px;
    border: none;
    background: #2563eb;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

    .btn-save:hover[b-3qskjf44ex] {
        background: #1d4ed8;
    }
/* /Pages/Components/DataSheetView.razor.rz.scp.css */
.canvas-table-container[b-nsk182mndj] {
  width: 100%;
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  height: 100%;
  overflow: hidden;
}

.series-grid-wrapper[b-nsk182mndj] {
  width: 100%;
  height: calc(100% - 72px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: auto;
}

.series-header-row[b-nsk182mndj],
.series-row[b-nsk182mndj] {
  display: flex;
  flex-direction: row;
  min-width: max-content;
}

.series-cell-header[b-nsk182mndj] {
  width: 250px;
  min-width: 250px;
  padding: 8px 4px;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #ccc;
  white-space: nowrap;
  background-color: #004a76;
  color: white;
  flex-shrink: 0;
}

.series-cell[b-nsk182mndj] {
  width: 250px;
  min-width: 250px;
  padding: 4px;
  border: 0.5px solid #eee;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.no-cell-header[b-nsk182mndj] {
  width: 80px;
  min-width: 80px;
  padding: 8px 4px;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #ccc;
  white-space: nowrap;
  background-color: #004a76;
  color: white;
  flex-shrink: 0;
}

.no-cell[b-nsk182mndj] {
  width: 80px;
  min-width: 80px;
  padding: 4px;
  border: 0.5px solid #eee;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.table-scroll-container[b-nsk182mndj] {
  overflow-y: auto;
  box-sizing: border-box;
  min-height: 0;
  min-width: max-content;
  padding-bottom: 50px;
}

.datasheet-page-button[b-nsk182mndj] {
  padding: 0.5rem;
  border: 1px solid #ddd;
  background-color: white;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datasheet-page-button:hover[b-nsk182mndj] {
  background-color: #fd7e14;
  color: white;
  border-color: white;
}

.datasheet-page-button:disabled[b-nsk182mndj] {
  cursor: not-allowed;
  opacity: 0.5;
}

.datasheet-page-button.active[b-nsk182mndj] {
  background-color: #fd7e14;
  color: white;
  border-color: white;
}
/* /Pages/Components/GraphLineInfo.razor.rz.scp.css */
.graph-line-panel[b-rkad02lwi6] {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  font-size: 13px;
}

/* 상단 체크박스 영역 - 전체 높이 사용 */
.lineinfo-top[b-rkad02lwi6] {
  flex: 1;
  overflow-y: auto;
  padding-right: 4px;
  max-height: 100%; /* 🎯 전체 높이 사용 */
  height: 100%; /* 🎯 명시적 높이 설정 */
}

/* 하단 색상표 영역 - 숨김 처리 */
.lineinfo-bottom[b-rkad02lwi6] {
  display: none; /* 🎯 하단 범례 완전히 숨김 */
}

/* 🎯 커스텀 범례 컨테이너 스타일 */
.lightning-chart-legend[b-rkad02lwi6] {
  width: 100%;
  height: 100%;
  padding: 8px;
  background: #f8fafc;
  border-radius: 8px;
}

/* 범례가 생성되면 플레이스홀더 숨김 */
.lightning-chart-legend + .legend-placeholder[b-rkad02lwi6] {
  display: none;
}

.lightning-chart-legend .legend-header[b-rkad02lwi6] {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
}

.lightning-chart-legend .legend-items[b-rkad02lwi6] {
  max-height: calc(100% - 40px) !important;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e0 #f1f1f1;
}

/* 웹킷 브라우저용 스크롤바 스타일 */
.lightning-chart-legend .legend-items[b-rkad02lwi6]::-webkit-scrollbar {
  width: 6px;
}

.lightning-chart-legend .legend-items[b-rkad02lwi6]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.lightning-chart-legend .legend-items[b-rkad02lwi6]::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 3px;
}

.lightning-chart-legend .legend-items[b-rkad02lwi6]::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}

/* 범례 아이템 추가 스타일 */
.lightning-chart-legend .legend-item:hover[b-rkad02lwi6] {
  background: #edf2f7 !important;
  border-color: #cbd5e0 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.lightning-chart-legend .legend-item:active[b-rkad02lwi6] {
  transform: translateY(0) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}

/* 개별 Y 그룹 */
.y-group[b-rkad02lwi6] {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 8px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Y 그룹 헤더 */
.y-group-header[b-rkad02lwi6] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 6px;
  border-radius: 4px;
}

/* 토글 아이콘 */
.toggle-icon[b-rkad02lwi6] {
  cursor: pointer;
  width: 18px;
  text-align: center;
  font-size: 12px;
}

/* 하위 시리즈 체크박스 리스트 */
.series-list[b-rkad02lwi6] {
  margin-top: 8px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* 개별 시리즈 */
.series-item[b-rkad02lwi6] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 0;
}

.color-box[b-rkad02lwi6] {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 2px 0;
  border-bottom: 1px solid #eee;
}

.color-label[b-rkad02lwi6] {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 색상 미리보기 */
.color-swatch[b-rkad02lwi6] {
  width: 24px; /* ⬅️ 수직선처럼 짧게 줄임 */
  height: 2px;
  background-color: currentColor;
  border-radius: 1px;
  flex-shrink: 0;
}
/* /Pages/Components/GraphSetting/ActionButtons.razor.rz.scp.css */
.profile-actions[b-ixey76oysu] {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.btn[b-ixey76oysu] {
  padding: 0 1.5rem;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  height: 40px;
}

.btn-primary1[b-ixey76oysu] {
  background-color: #4299e1;
  color: white;
  border: none;
  font-size: 12px;
  align-content: center;
}

.btn-primary1:disabled[b-ixey76oysu],
.btn-primary:disabled[b-ixey76oysu] {
  background-color: #a3c5e9;
  color: #eaeaea;
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-primary[b-ixey76oysu] {
  height: 40px;
}

/* 스피너 관련 스타일 */
.spinner-border-sm[b-ixey76oysu] {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
  margin-right: 0.3rem;
  vertical-align: middle;
}

/* _SharedStyles.css - 여러 컴포넌트에서 재사용하는 공통 스타일 */
h3[b-ixey76oysu] {
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
  text-align: center;
}

.settings-card[b-ixey76oysu] {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.error-message[b-ixey76oysu] {
  width: 100%;
  color: #dc3545;
  font-size: 0.875rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  visibility: hidden;
  margin-top: 1rem;
  justify-content: center;
}

.error-message.show[b-ixey76oysu] {
  visibility: visible;
}
/* /Pages/Components/GraphSetting/BatterySelectionPanel.razor.rz.scp.css */
.left-panel[b-y904wbkv24] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.panel-header[b-y904wbkv24] {
    padding: 20px;
    padding-bottom: 0;
}

    .panel-header h3[b-y904wbkv24] {
        font-size: 18px;
        font-weight: 600;
        color: #2d3748;
        margin: 0;
    }

.data-table[b-y904wbkv24] {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .data-table th[b-y904wbkv24] {
        height: 40px;
        text-align: center;
        font-weight: 600;
        color: #2d3748;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
    }

    .data-table td[b-y904wbkv24] {
        height: 40px;
        padding: 8px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #e2e8f0;
    }

    .data-table tr:hover[b-y904wbkv24] {
        background: #f8fafc;
    }

.selected-row[b-y904wbkv24] {
    background-color: #e0f7fa;
    font-weight: bold;
}
/* _SharedStyles.css - 여러 컴포넌트에서 재사용하는 공통 스타일 */
h3[b-y904wbkv24] {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    text-align: center;
}

.settings-card[b-y904wbkv24] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-message[b-y904wbkv24] {
    width: 100%;
    color: #dc3545;
    font-size: 0.875rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    visibility: hidden;
    margin-top: 1rem;
    justify-content: center;
}

    .error-message.show[b-y904wbkv24] {
        visibility: visible;
    }
/* /Pages/Components/GraphSetting/CycleRangeSettings.razor.rz.scp.css */
.cycle-section[b-zy3oghve66] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-height: 100px;
}

.input-controls[b-zy3oghve66] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .input-controls input[b-zy3oghve66] {
        height: 30px;
    }

.input-group[b-zy3oghve66] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
}

    .input-group label[b-zy3oghve66] {
        min-width: 40px;
        text-align: right;
        font-size: 14px;
        color: #4a5568;
    }

    .input-group input[b-zy3oghve66] {
        width: 80px;
        max-width: 80px;
        padding: 4px 8px;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 14px;
    }

.cycle-controls[b-zy3oghve66] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cycle-controls-tabs[b-zy3oghve66] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

    .cycle-controls-tabs button[b-zy3oghve66] {
        padding: 3px 12px;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        background: #f8fafc;
        color: #2d3748;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.2s;
        height: 30px;
    }

        .cycle-controls-tabs button:hover[b-zy3oghve66] {
            background: #edf2f7;
        }

        .cycle-controls-tabs button:active[b-zy3oghve66] {
            background: #e2e8f0;
        }

.cycle-controls-display[b-zy3oghve66] {
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 10px;
    min-height: 80px;
    background: #f8fafc;
    font-size: 14px;
    color: #2d3748;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .cycle-controls-display p[b-zy3oghve66] {
        margin: 0;
    }

.cycle-item[b-zy3oghve66] {
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

    .cycle-item:hover[b-zy3oghve66] {
        background-color: #f0f0f0;
        color: black;
    }

.selected[b-zy3oghve66] {
    background-color: #4299e1;
    color: white;
}
/* _SharedStyles.css - 여러 컴포넌트에서 재사용하는 공통 스타일 */
h3[b-zy3oghve66] {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    text-align: center;
}

.settings-card[b-zy3oghve66] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-message[b-zy3oghve66] {
    width: 100%;
    color: #dc3545;
    font-size: 0.875rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    visibility: hidden;
    margin-top: 1rem;
    justify-content: center;
}

    .error-message.show[b-zy3oghve66] {
        visibility: visible;
    }
/* /Pages/Components/GraphSetting/GraphSettingModal.razor.rz.scp.css */
.graph-setting-container[b-cjvp5r5fmy] {
    padding: 24px;
    background-color: #f5f7fa;
    width: 100%;
    height: 100%;
}

.graph-con[b-cjvp5r5fmy] {
    width: 100%;
    height: auto;
}

.main-content[b-cjvp5r5fmy] {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 24px;
    background: #f5f7fa;
}

.right-panel[b-cjvp5r5fmy] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cards-container[b-cjvp5r5fmy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

h3[b-cjvp5r5fmy] {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    text-align: center;
}

.error-message[b-cjvp5r5fmy] {
    width: 100%;
    color: #dc3545;
    font-size: 0.875rem;
    height: 1.5rem; /* 고정 높이 설정 */
    display: flex;
    align-items: center;
    gap: 0.5rem;
    visibility: hidden; /* 기본적으로 안 보이게 */
    margin-top: 1rem;
    justify-content: center;
}

    .error-message.show[b-cjvp5r5fmy] {
        visibility: visible;
    }
/* _SharedStyles.css - 여러 컴포넌트에서 재사용하는 공통 스타일 */
h3[b-cjvp5r5fmy] {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    text-align: center;
}

.settings-card[b-cjvp5r5fmy] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-message[b-cjvp5r5fmy] {
    width: 100%;
    color: #dc3545;
    font-size: 0.875rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    visibility: hidden;
    margin-top: 1rem;
    justify-content: center;
}

    .error-message.show[b-cjvp5r5fmy] {
        visibility: visible;
    }
/* /Pages/Components/GraphSetting/GraphTypeAxisSettings.razor.rz.scp.css */
.settings-card[b-od1ao7mdmb] {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fixed-height[b-od1ao7mdmb] {
  height: 550px; /* 차트 유형 선택 UI 추가로 인한 높이 조정 */
}

.fixed-h[b-od1ao7mdmb] {
  height: 220px;
}

.settings-content[b-od1ao7mdmb] {
  display: grid;
  gap: 16px;
}

.setting-group[b-od1ao7mdmb] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.setting-group label[b-od1ao7mdmb] {
  font-size: 14px;
  color: #4a5568;
  font-weight: 500;
  min-width: 60px;
}

.setting-group select[b-od1ao7mdmb] {
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 16px;
  color: #2d3748;
  background: #f8fafc;
  width: 140px;
}

.setting-group select:focus[b-od1ao7mdmb],
.setting-group input:focus[b-od1ao7mdmb] {
  outline: none;
  border-color: #4299e1;
  box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.2);
}

.axis-setting[b-od1ao7mdmb] {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
}

.checkbox-list[b-od1ao7mdmb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 225px;
  overflow-y: auto;
  padding-right: 6px;
  width: 145px;
}

.checkbox-item[b-od1ao7mdmb] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #2d3748;
}

.checkbox-item input[type="checkbox"][b-od1ao7mdmb] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.label-item:hover[b-od1ao7mdmb] {
  background: #90cdf4;
  color: white;
}

.label-item:active[b-od1ao7mdmb] {
  background: #3182ce;
  color: white;
}

.checkbox-list[b-od1ao7mdmb]::-webkit-scrollbar {
  width: 6px;
}

.checkbox-list[b-od1ao7mdmb]::-webkit-scrollbar-track {
  background: #f5f7fa;
  border-radius: 4px;
}

.checkbox-list[b-od1ao7mdmb]::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 4px;
}

.checkbox-list[b-od1ao7mdmb]::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}
/* _SharedStyles.css - 여러 컴포넌트에서 재사용하는 공통 스타일 */
h3[b-od1ao7mdmb] {
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
  text-align: center;
}

.settings-card[b-od1ao7mdmb] {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.error-message[b-od1ao7mdmb] {
  width: 100%;
  color: #dc3545;
  font-size: 0.875rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  visibility: hidden;
  margin-top: 1rem;
  justify-content: center;
}

.error-message.show[b-od1ao7mdmb] {
  visibility: visible;
}
/* /Pages/Components/GraphSetting/GraphViewTypeSelection.razor.rz.scp.css */
.graph-settings-container[b-ylnfnx1xcb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-container[b-ylnfnx1xcb] {
    width: 100%;
}

.radio-group[b-ylnfnx1xcb] {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

    .radio-group label[b-ylnfnx1xcb] {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        gap: 5px;
    }

    .radio-group input[type="radio"][b-ylnfnx1xcb] {
        width: 18px;
        height: 18px;
        accent-color: #4299e1;
    }
/* _SharedStyles.css - 여러 컴포넌트에서 재사용하는 공통 스타일 */
h3[b-ylnfnx1xcb] {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    text-align: center;
}

.settings-card[b-ylnfnx1xcb] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-message[b-ylnfnx1xcb] {
    width: 100%;
    color: #dc3545;
    font-size: 0.875rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    visibility: hidden;
    margin-top: 1rem;
    justify-content: center;
}

    .error-message.show[b-ylnfnx1xcb] {
        visibility: visible;
    }
/* /Pages/Components/GraphSetting/SavedSettingsModal.razor.rz.scp.css */
.modal-backdrop[b-p1sx556gja] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.modal-window[b-p1sx556gja] {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  width: 1000px;
  height: 600px;
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
}

.modal-window h3[b-p1sx556gja] {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}

.modal-header[b-p1sx556gja] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.close-icon[b-p1sx556gja] {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  color: #666;
}

.close-icon:hover[b-p1sx556gja] {
  color: #000;
}

.search-container[b-p1sx556gja] {
  margin-bottom: 15px;
  width: 100%;
}

.table-container[b-p1sx556gja] {
  flex: 1;
  overflow: auto;
  margin-bottom: 15px;
}

.modal-table[b-p1sx556gja] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.modal-table thead[b-p1sx556gja] {
  position: sticky;
  top: 0;
  background-color: #f5f7fa;
  z-index: 1;
}

.modal-table td[b-p1sx556gja] {
  padding: 8px 4px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-table th[b-p1sx556gja] {
  background-color: #f5f7fa;
  font-weight: 600;
  padding: 8px 4px;
  border-bottom: 2px solid #ddd;
  white-space: nowrap;
}

.modal-table tr:hover[b-p1sx556gja] {
  background-color: #f0f4f8;
}

.modal-table th:nth-child(1)[b-p1sx556gja] {
  width: 20%;
} /* 제목 */
.modal-table th:nth-child(2)[b-p1sx556gja] {
  width: 15%;
} /* X축 */
.modal-table th:nth-child(3)[b-p1sx556gja] {
  width: 10%;
} /* Y축 개수 */
.modal-table th:nth-child(4)[b-p1sx556gja] {
  width: 15%;
} /* 생성일 */
.modal-table th:nth-child(5)[b-p1sx556gja],
.modal-table th:nth-child(6)[b-p1sx556gja],
.modal-table th:nth-child(7)[b-p1sx556gja] {
  width: 13.33%;
} /* 작업 버튼들 */

/* 드롭다운 메뉴 스타일 */
.dropdown[b-p1sx556gja] {
  position: relative;
  display: inline-block;
}

.dropdown-toggle[b-p1sx556gja] {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 4px;
  position: relative;
}

.dropdown-toggle[b-p1sx556gja]::after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.dropdown-menu[b-p1sx556gja] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 14px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu.show[b-p1sx556gja] {
  display: block;
}

.dropdown-item[b-p1sx556gja] {
  display: block;
  width: 100%;
  padding: 8px 16px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.dropdown-item:hover[b-p1sx556gja],
.dropdown-item:focus[b-p1sx556gja] {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* 작업 버튼 스타일 */
.btn-action[b-p1sx556gja] {
  background-color: #4a5568;
  color: white;
  transition: background-color 0.2s ease;
}

.btn-action:hover[b-p1sx556gja] {
  background-color: #2d3748;
}

/* 드롭다운 항목별 색상 */
.btn-apply[b-p1sx556gja] {
  color: #3182ce;
}

.btn-edit[b-p1sx556gja] {
  color: #718096;
}

.btn-save[b-p1sx556gja] {
  color: #38a169;
}

.btn-delete[b-p1sx556gja] {
  color: #e53e3e;
}

.btn-secondary[b-p1sx556gja] {
  background-color: #6c757d;
  color: white;
}

.btn-secondary:hover[b-p1sx556gja] {
  background-color: #545b62;
}

.btn-danger[b-p1sx556gja] {
  background-color: #dc3545;
  color: white;
}

.btn-danger:hover[b-p1sx556gja] {
  background-color: #c82333;
}

.btn-success[b-p1sx556gja] {
  background-color: #28a745;
  color: white;
}

.btn-success:hover[b-p1sx556gja] {
  background-color: #218838;
}

.search-input[b-p1sx556gja] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
}

.edit-title-input[b-p1sx556gja] {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #80bdff;
  border-radius: 4px;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  font-size: 14px;
}

.delete-confirm-dialog[b-p1sx556gja] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.delete-confirm-content[b-p1sx556gja] {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  width: 400px;
  max-width: 90%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.delete-confirm-buttons[b-p1sx556gja] {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.error-message[b-p1sx556gja] {
  width: 100%;
  color: #dc3545;
  font-size: 0.875rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  visibility: hidden;
  margin-top: 1rem;
  justify-content: center;
}

.error-message.show[b-p1sx556gja] {
  visibility: visible;
}

.close-button[b-p1sx556gja] {
  margin-top: 10px;
}

/* _SharedStyles.css - 여러 컴포넌트에서 재사용하는 공통 스타일 */
h3[b-p1sx556gja] {
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 20px;
  text-align: center;
}

.settings-card[b-p1sx556gja] {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 버튼 크기 조정 */
.modal-table .btn[b-p1sx556gja] {
  padding: 4px 8px;
  font-size: 0.85rem;
  display: inline-block;
  width: 100%;
}
/* /Pages/Components/GraphSetting/SettingButtons.razor.rz.scp.css */
.button-container[b-x526pv6emi] {
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.action-button[b-x526pv6emi] {
    min-width: 120px;
}
/* /Pages/Components/GraphSetting/StepSelectionSettings.razor.rz.scp.css */
.step-section[b-lrn0xemcbg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.step-item[b-lrn0xemcbg] {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    font-size: 16px;
}

    .step-item input[type="checkbox"][b-lrn0xemcbg] {
        width: 20px;
        height: 20px;
        accent-color: #4299e1;
    }

    .step-item label[b-lrn0xemcbg] {
        cursor: pointer;
    }
/* _SharedStyles.css - 여러 컴포넌트에서 재사용하는 공통 스타일 */
h3[b-lrn0xemcbg] {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    text-align: center;
}

.settings-card[b-lrn0xemcbg] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-message[b-lrn0xemcbg] {
    width: 100%;
    color: #dc3545;
    font-size: 0.875rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    visibility: hidden;
    margin-top: 1rem;
    justify-content: center;
}

    .error-message.show[b-lrn0xemcbg] {
        visibility: visible;
    }
/* /Pages/Components/GraphView.razor.rz.scp.css */
.graph-container[b-q9uuvojmrc] {
  width: 100%;
  height: 88%;
}

.graph-title[b-q9uuvojmrc] {
  width: 100%;
  height: 5%;
  font-size: 15px;
  display: flex;
  align-items: center; /* 수직 정렬 */
  justify-content: center; /* 수평 정렬 */
  text-align: center;
}

.modal-overlay[b-q9uuvojmrc] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content.large[b-q9uuvojmrc] {
  width: 700px;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-grid-2x2[b-q9uuvojmrc] {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1.5fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.modal-cell.axis-list[b-q9uuvojmrc] {
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.axis-item[b-q9uuvojmrc] {
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 4px;
  border-radius: 4px;
  transition: background 0.2s;
}

.axis-item:hover[b-q9uuvojmrc] {
  background: #f0f0f0;
}

.axis-item.selected[b-q9uuvojmrc] {
  background: #007bff;
  color: white;
}

.modal-cell.axis-settings[b-q9uuvojmrc] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.axis-input-row[b-q9uuvojmrc] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.axis-input-row label[b-q9uuvojmrc] {
  width: 50px;
}

.axis-input-row input[b-q9uuvojmrc] {
  width: 100px;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.modal-footer[b-q9uuvojmrc] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}

.modal-footer.right-align button[b-q9uuvojmrc] {
  padding: 6px 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: #007bff;
  color: white;
  font-weight: 500;
}

.modal-footer.right-align button:last-child[b-q9uuvojmrc] {
  background: #6c757d;
}
/* /Pages/Components/Header/Header.razor.rz.scp.css */
/* 기본 라이트 테마 */
:root[b-c55gyxzm70] {
    --background-color: #ffffff;
    --text-color: #1f5494;
    --hover-color: #f5f5f5;
    --border-color: #eee;
    --icon-color: #4a5568;
    --title-color: #1f5494;
    --shadow-color: rgba(0, 0, 0, 0.08);
    --menu-shadow: rgba(0, 0, 0, 0.15);
}

/* 레이아웃 유지, 색상만 변경 */
.header[b-c55gyxzm70] {
    background-color: var(--background-color);
    box-shadow: 0 2px 8px var(--shadow-color);
}

.header-logo[b-c55gyxzm70] {
    height: 24px;
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}


.header-title[b-c55gyxzm70] {
    color: var(--title-color);
}

.profile-info[b-c55gyxzm70] {
    color: var(--text-color);
}

.profile-button[b-c55gyxzm70] {
    color: var(--text-color);
    background: transparent;
}

    .profile-button:hover[b-c55gyxzm70] {
        background: var(--hover-color);
    }

.profile-icon[b-c55gyxzm70] {
    color: var(--icon-color);
}

.arrow-icon[b-c55gyxzm70] {
    color: var(--icon-color);
}

.dropdown-menu[b-c55gyxzm70] {
    background: var(--background-color);
    box-shadow: 0 4px 12px var(--menu-shadow);
    z-index: 1200;
}

.menu-item[b-c55gyxzm70] {
    color: var(--text-color);
}

    .menu-item:hover[b-c55gyxzm70] {
        background: var(--hover-color);
    }

    .menu-item i[b-c55gyxzm70] {
        color: var(--icon-color);
    }

    .menu-item.logout[b-c55gyxzm70] {
        color: #ff6b6b;
    }

        .menu-item.logout i[b-c55gyxzm70] {
            color: #ff6b6b;
        }

/* 기존 스타일 유지하면서 색상만 변수로 변경 */
.header[b-c55gyxzm70] {
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    max-height: 64px;
    background-color: var(--background-color);
    box-shadow: 0 2px 8px var(--shadow-color);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.header-title[b-c55gyxzm70] {
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    color: var(--title-color);
}

.profile-info[b-c55gyxzm70] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: var(--text-color);
}

.profile-menu[b-c55gyxzm70] {
    position: relative;
}

.profile-button[b-c55gyxzm70] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s;
    color: var(--text-color);
}

    .profile-button:hover[b-c55gyxzm70] {
        background: var(--hover-color);
    }

.profile-icon[b-c55gyxzm70] {
    font-size: 24px;
    color: var(--icon-color);
}

.arrow-icon[b-c55gyxzm70] {
    font-size: 12px;
    color: var(--icon-color);
    transition: transform 0.2s;
}

.profile-menu.active .arrow-icon[b-c55gyxzm70] {
    transform: rotate(180deg);
}

.dropdown-menu[b-c55gyxzm70] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 240px;
    background: var(--background-color);
    border-radius: 12px;
    box-shadow: 0 4px 12px var(--menu-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s;
}

    .dropdown-menu.show[b-c55gyxzm70] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.menu-header[b-c55gyxzm70] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.user-name[b-c55gyxzm70] {
    font-weight: 600;
    color: var(--text-color);
}

.user-email[b-c55gyxzm70] {
    font-size: 0.875rem;
    color: var(--text-color);
    opacity: 0.7;
}

.menu-divider[b-c55gyxzm70] {
    height: 1px;
    background: var(--border-color);
    margin: 8px 0;
}

.menu-item[b-c55gyxzm70] {
    width: 100%;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: none;
    background: transparent;
    color: var(--text-color);
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .menu-item:hover[b-c55gyxzm70] {
        background: var(--hover-color);
    }

    .menu-item i[b-c55gyxzm70] {
        font-size: 16px;
        color: var(--icon-color);
    }

    .menu-item.logout[b-c55gyxzm70] {
        color: #ff6b6b;
    }

        .menu-item.logout i[b-c55gyxzm70] {
            color: #ff6b6b;
        }

.header-right[b-c55gyxzm70] {
    display: flex;
}

.modal-backdrop[b-c55gyxzm70] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4); /* 반투명 어두운 배경 */
    z-index: 1000; /* DxWindow보다 아래, 페이지 내용 위 */
    pointer-events: auto; /* 클릭 막기 */
}
/* /Pages/Components/LeftPanel/LeftPanel.razor.rz.scp.css */
.grid-container[b-8dryysi788] {
    border-radius: 12px;
    height: 100%;
    position: relative;
}

.toolbar-container[b-8dryysi788] {
    padding: 12px 20px;
    background: linear-gradient(to right, #ffffff, #f8f9fa);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 12px;
}

.search-container[b-8dryysi788] {
    flex: 1;
}

[b-8dryysi788] .dxbl-search-box {
    border-radius: 6px;
    border: 1px solid #e0e4e8;
    transition: all 0.2s ease;
}

    [b-8dryysi788] .dxbl-search-box:focus-within {
        border-color: #3d8bfd;
        box-shadow: 0 0 0 3px rgba(61, 139, 253, 0.15);
    }

.cell-placeholder[b-8dryysi788] {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.checkbox-container[b-8dryysi788] {
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-left: 1px solid #e0e4e8;
}

[b-8dryysi788] .first-grid-table {
    table-layout: fixed !important;
    width: 100% !important;
}

    [b-8dryysi788] .first-grid-table td {
        max-width: none !important;
        width: auto !important;
    }

.expandable-cell[b-8dryysi788] {
    /*    width: auto;*/
    min-width: 50px;
    max-width: fit-content;
    overflow: hidden;
    white-space: nowrap;
}

    .expandable-cell.expanded[b-8dryysi788] {
        width: auto !important;
        max-width: max-content !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: unset !important;
    }

.custom-checkbox[b-8dryysi788] {
    margin-left: 16px;
}

.checkbox-text[b-8dryysi788] {
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
}

[b-8dryysi788] .dxbl-grid {
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #e0e4e8;
    overflow: hidden;
    height: 100%;
}

[b-8dryysi788] .dxbl-grid-header {
    background: #004A76 !important;
    font-weight: 300 !important;
    height: 3rem;
    color: white !important;
    border: 1px solid black;
    text-align: center;
}

[b-8dryysi788] .dxbl-grid-cell {
    padding: 12px 16px;
    background: black !important;
}

.filter-container[b-8dryysi788] {
    border-radius: 4px;
}

.custom-page[b-8dryysi788] {
    height: 5%;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


.pager-container[b-8dryysi788] {
    height: 100%;
    max-height: 32px;
    align-content: center;
    justify-content: center;
    display: flex;
}

.active-page[b-8dryysi788] {
    background-color: #007bff !important;
    color: white !important;
}

.items-per-page[b-8dryysi788] {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-8dryysi788] .dxbl-grid {
    height: 88%;
}

[b-8dryysi788] .dxbl-scroll-viewer-content {
    height: 100%;
}

[b-8dryysi788] .dxbl-grid > .dxbl-grid-toolbar-container {
    padding: 0 !important;
}

[b-8dryysi788] dxbl-grid-empty-row {
    height: 0px;
}

.page-button[b-8dryysi788] {
    padding: 0.5rem;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .page-button:hover[b-8dryysi788] {
        background-color: #fd7e14;
        color: white;
        border-color: white;
    }

    .page-button:disabled[b-8dryysi788] {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .page-button.active[b-8dryysi788] {
        background-color: #fd7e14;
        color: white;
        border-color: white;
    }

.sparkline-selector[b-8dryysi788] {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 2rem;
    gap: 0.5rem;
}

.sparkline-label[b-8dryysi788] {
    white-space: nowrap;
}

[b-8dryysi788] dxbl-input-editor {
    margin: 0 2rem !important;
}

[b-8dryysi788] .dxbl-text-edit-input {
    width: 55px;
}

[b-8dryysi788] .dxbl-loading-panel-container.dxbl-loading-panel-shading {
    background-color: rgba(255, 255, 255, 0.5) !important; /* 더 연한 배경 */
}

[b-8dryysi788] .dxbl-loading-panel .dxbl-loading-panel-message {
    color: black;
}

[b-8dryysi788] .dxbl-wait-indicator.dxbl-wait-indicator-pulse {
    fill: black;
}

.highlight-text[b-8dryysi788] {
    background-color: #ffff00; /* 노란색 배경 */
    font-weight: bold;
}

.selected-row[b-8dryysi788] {
    background-color: #e6f2ff !important;
}

div[style*="overflow: auto"][b-8dryysi788] {
    scrollbar-width: thin; /* Firefox 전용 */
    scrollbar-color: #bbb transparent;
}

    /* Chrome, Edge, Safari */
    div[style*="overflow: auto"][b-8dryysi788]::-webkit-scrollbar {
        height: 6px;
    }

    div[style*="overflow: auto"][b-8dryysi788]::-webkit-scrollbar-thumb {
        background-color: #bbb;
        border-radius: 3px;
    }

    div[style*="overflow: auto"][b-8dryysi788]::-webkit-scrollbar-track {
        background: transparent;
    }

    div[style*="overflow: auto"][b-8dryysi788]::-webkit-scrollbar-button {
        display: none;
    }
/* /Pages/Components/LeftPanel/LeftPanel_detailContent.razor.rz.scp.css */

.selected-battery[b-3v7fn1gv4v] {
    background-color: #dbeafe; /* 파란색 배경 */
    font-weight: bold;
}


[b-3v7fn1gv4v] .dxbl-loading-panel-container.dxbl-loading-panel-shading {
    background-color: rgba(255, 255, 255, 0.5) !important; /* 더 연한 배경 */
}

[b-3v7fn1gv4v] .dxbl-loading-panel .dxbl-loading-panel-message {
    color: black;
}

[b-3v7fn1gv4v] .dxbl-wait-indicator.dxbl-wait-indicator-pulse {
    fill: black;
}

/* 기존 스타일 유지 */
.selected-battery[b-3v7fn1gv4v] {
    background-color: #e0f0ff;
    font-weight: bold;
}
/* /Pages/Components/LeftPanel/SparklineTemplate.razor.rz.scp.css */
.sparkline-template-container[b-cgmn2lvdqs] {
    width: 100%;
    min-width: 100px;
}
/* /Pages/Components/LogComponent/Log.razor.rz.scp.css */


.log-container[b-e46nurz9no] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}


.log-controls[b-e46nurz9no] {
    margin-top: 15px;
}

    .log-controls input[b-e46nurz9no] {
        width: 300px;
    }

.log-content[b-e46nurz9no] {
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    flex: 1;
    min-height: 0;
}

.log-list[b-e46nurz9no] {
    min-height: 0;
    max-height: 450px;
    overflow-y: auto;
    background: #f5f5f5;
}

.log-item[b-e46nurz9no] {
    padding: 5px 10px;
    font-family: monospace;
    display: flex;
    gap: 20px;
    white-space: nowrap;
}

.log-time[b-e46nurz9no] {
    color: #666;
    min-width: 180px;
}

.log-text[b-e46nurz9no] {
    color: #333;
}
/* /Pages/Components/Profile/Profile.razor.rz.scp.css */
.profile-disabled[b-go7l2hbmc5] {
    padding: 1.5rem;
    text-align: center;
    color: #4b5563;
}
/* /Pages/Components/Recipe/Recipe.razor.rz.scp.css */
.recipe-container[b-o5wdvcubjm] {
    padding: 24px;
    background-color: #f5f7fa;
}

.info-section[b-o5wdvcubjm] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.grid[b-o5wdvcubjm] {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 한 줄에 5개씩 배치 */
    gap: 16px; /* 간격 조정 */
}


.grid-73[b-o5wdvcubjm] {
    display: grid;
    grid-template-columns: 6.5fr 3.5fr;
    gap: 20px; /* 필요에 따라 조정 */
}

.flex[b-o5wdvcubjm] {
    display: flex;
    justify-content: space-between;
}

.info-group[b-o5wdvcubjm] {
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

    .info-group > h3[b-o5wdvcubjm] {
        font-size: 18px;
        font-weight: 600;
        color: #2d3748;
        margin-bottom: 16px;
        padding-bottom: 12px;
        border-bottom: 2px solid #e2e8f0;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .info-group > h3 > i[b-o5wdvcubjm] {
            color: #4299e1;
            font-size: 20px;
        }

.info-group-item[b-o5wdvcubjm] {
    color: #4a5568;
    margin: 12px 0;
    font-size: 15px;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .info-group-item:hover[b-o5wdvcubjm] {
        background: #edf2f7;
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    }

.info-label[b-o5wdvcubjm] {
    font-weight: 500;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-value[b-o5wdvcubjm] {
    font-weight: 600;
    color: #4299e1;
    padding: 4px 12px;
    background: #ebf8ff;
    border-radius: 6px;
    min-width: 80px;
    text-align: right;
}

.detail-section[b-o5wdvcubjm] {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 24px;
}

/* 적용 조건 패널 */
.conditions-panel[b-o5wdvcubjm] {
    background: #ffffff;
    padding: 28px 28px 0 28px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden; /* overflow-y: auto 대신 hidden 사용 */
    max-height: 1000px;
}

.table-container[b-o5wdvcubjm] {
    max-height: calc(100% - 60px); /* 헤더 높이만큼 뺌 */
    overflow-y: auto;
    margin-top: 16px;
}

    .table-container[b-o5wdvcubjm]::-webkit-scrollbar {
        width: 10px;
    }

    /* 스크롤바 트랙(배경) 스타일 */
    .table-container[b-o5wdvcubjm]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    /* 스크롤바 핸들(움직이는 부분) 스타일 */
    .table-container[b-o5wdvcubjm]::-webkit-scrollbar-thumb {
        background: #cbd5e0;
        border-radius: 4px;
        border: 2px solid transparent;
        background-clip: padding-box;
    }

        /* 스크롤바 호버 시 스타일 */
        .table-container[b-o5wdvcubjm]::-webkit-scrollbar-thumb:hover {
            background: #a0aec0;
            border: 2px solid transparent;
            background-clip: padding-box;
        }

.conditions-panel h3[b-o5wdvcubjm] {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
}

.conditions-panel .data-grid[b-o5wdvcubjm] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    position: relative;
    table-layout: fixed; /* 추가: 고정 테이블 레이아웃 사용 */
}

/* No */
.data-grid th:nth-child(1)[b-o5wdvcubjm] {
    width: 10%;
}
/* Type */
.data-grid th:nth-child(2)[b-o5wdvcubjm] {
    width: 18%;
}
/* 충전전압 */
.data-grid th:nth-child(3)[b-o5wdvcubjm] {
    width: 18%;
}
/* 방전전압 */
.data-grid th:nth-child(4)[b-o5wdvcubjm] {
    width: 18%;
}
/* 충전전류 */
.data-grid th:nth-child(5)[b-o5wdvcubjm] {
    width: 18%;
}
/* 방전전류 */
.data-grid th:nth-child(6)[b-o5wdvcubjm] {
    width: 18%;
}



/* 셀 내부 여백 및 텍스트 정렬 */
.data-grid th[b-o5wdvcubjm],
.data-grid td[b-o5wdvcubjm] {
    padding: 12px 4px;
    text-align: center;
    white-space: nowrap;
}

/* 설정 패널 */
.settings-panel[b-o5wdvcubjm] {
    display: grid;
    grid-template-rows: 2.2fr 2fr 1fr; /* 처음 두 개는 2칸, 마지막은 1칸 */
    gap: 16px;
}


.settings-group2[b-o5wdvcubjm] {
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    max-height: 500px;
    height: auto;
}

    .settings-group2 h3[b-o5wdvcubjm] {
        font-size: 16px;
        font-weight: 600;
        color: #2d3748;
        margin-bottom: 16px;
    }

/* 공통 테이블 스타일 */
.data-grid[b-o5wdvcubjm] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    position: relative;
}

    .data-grid th[b-o5wdvcubjm] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #f8fafc;
        color: #2d3748;
        font-weight: 600;
        padding: 14px 4px;
        font-size: 14px;
        text-align: center;
        border-bottom: 2px solid #e2e8f0;
        white-space: nowrap
    }

    .data-grid td[b-o5wdvcubjm] {
        padding: 16px 4px;
        border-bottom: 1px solid #edf2f7;
        color: #4a5568;
        font-size: 14px;
        white-space: nowrap
    }

    .data-grid tr:hover[b-o5wdvcubjm] {
        background-color: #ebf8ff;
    }

.selected[b-o5wdvcubjm] {
    background-color: #ebf8ff;
}

/* 스크롤바 스타일 */
.conditions-panel[b-o5wdvcubjm]::-webkit-scrollbar,
.scrollable-grade[b-o5wdvcubjm]::-webkit-scrollbar {
    width: 10px;
}

.conditions-panel[b-o5wdvcubjm]::-webkit-scrollbar-track,
.scrollable-grade[b-o5wdvcubjm]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.conditions-panel[b-o5wdvcubjm]::-webkit-scrollbar-thumb,
.scrollable-grade[b-o5wdvcubjm]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

    .conditions-panel[b-o5wdvcubjm]::-webkit-scrollbar-thumb:hover,
    .scrollable-grade[b-o5wdvcubjm]::-webkit-scrollbar-thumb:hover {
        background: #a0aec0;
    }

.recipe-header[b-o5wdvcubjm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

input[type="text"][b-o5wdvcubjm],
input[type="number"][b-o5wdvcubjm],
select[b-o5wdvcubjm] {
    padding: 0.25rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    max-width: 200px;
}

.profile-actions[b-o5wdvcubjm] {
    padding-top: 1rem;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.btn[b-o5wdvcubjm] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.btn-primary1[b-o5wdvcubjm] {
    background-color: #4299e1;
    color: white;
    border: none;
}

.grid-two-columns[b-o5wdvcubjm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* 2~4열 자동 반응형 */
    gap: 16px;
}

.grid-item-group[b-o5wdvcubjm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.end-grid[b-o5wdvcubjm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.settings-group2 .end-grid[b-o5wdvcubjm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.settings-group2 .info-block[b-o5wdvcubjm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-size: 14px;
}

    .settings-group2 .info-block:hover[b-o5wdvcubjm] {
        background: #edf2f7;
    }

.settings-group2 .loop-block[b-o5wdvcubjm] {
    margin-top: 20px;
    padding: 16px;
    background: #f0f4f8;
    border-radius: 10px;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: all 0.2s ease;
}

.info-block:hover[b-o5wdvcubjm] {
    background: #edf2f7;
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.loop-block:hover[b-o5wdvcubjm] {
    background: #edf2f7;
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.end-grid-two-col[b-o5wdvcubjm] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px 20px;
}

.info-block.dual-value[b-o5wdvcubjm] {
    display: grid;
    grid-template-columns: 100px 1fr; /* label + values */
    align-items: center;
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 14px;
}

    .info-block.dual-value .info-label[b-o5wdvcubjm] {
        width: 100px;
        font-weight: 500;
        color: #2d3748;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .info-block.dual-value .dual-values[b-o5wdvcubjm] {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
    }

        .info-block.dual-value .dual-values .info-value[b-o5wdvcubjm] {
            width: 120px;
            min-width: 80px;
            text-align: right;
            background: #ebf8ff;
            border-radius: 6px;
            padding: 4px 12px;
            font-weight: 600;
            color: #4299e1;
        }

.dual-header[b-o5wdvcubjm] {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    margin-bottom: 8px;
    padding: 0 12px;
}

.dual-values-header[b-o5wdvcubjm] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    font: bold;
}

.info-value-header[b-o5wdvcubjm] {
    width: 120px;
    min-width: 80px;
    text-align: center;
    font-weight: 600;
    color: #718096;
    background: #edf2f7;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 13px;
}

.empty-cell[b-o5wdvcubjm] {
    width: 100px;
    height: 1px;
}
/* /Pages/Components/RightBottomPanel/RightBottomPanel.razor.rz.scp.css */
.grid-container[b-q3g86uneuk] {
    height: 100%;
    width: 100%;
}

[b-q3g86uneuk] .grid-height {
    height: 100%;
}

[b-q3g86uneuk] .dxbl-grid {
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e4e8;
    overflow: hidden;
    height: 100%;
}

[b-q3g86uneuk] .dxbl-grid-header {
    background: #004a76 !important;
    font-weight: 300 !important;
    height: 3rem;
    color: white !important;
    border: 1px solid black;
    text-align: center;
}

[b-q3g86uneuk] .dxbl-grid-table colgroup col:nth-child(n + 1):nth-child(-n + 7) {
    min-width: 150px !important;
}

[b-q3g86uneuk] .dxbl-grid-table th,
[b-q3g86uneuk] .dxbl-grid-table td {
    text-align: center !important;
}

.modal[b-q3g86uneuk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
}

.modal-content[b-q3g86uneuk] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

    .modal-content h3[b-q3g86uneuk] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: #1a1a1a;
    }

.filter-options[b-q3g86uneuk] {
    display: flex;
    gap: 12px;
    margin: 1.5rem 0;
}

    .filter-options select[b-q3g86uneuk],
    .filter-options input[b-q3g86uneuk] {
        padding: 0.5rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 0.875rem;
    }

    .filter-options select[b-q3g86uneuk] {
        width: 80px;
        background-color: #f8fafc;
    }

    .filter-options input[b-q3g86uneuk] {
        flex: 1;
    }

        .filter-options select:focus[b-q3g86uneuk],
        .filter-options input:focus[b-q3g86uneuk] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
        }

.modal-footer[b-q3g86uneuk] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 1.5rem;
}

.oneRow-class[b-q3g86uneuk] {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.filter-icon[b-q3g86uneuk] {
    height: 16px; /* 원하는 크기로 조정 */
    width: auto;
    vertical-align: middle;
    color: white;
}

.datetime-filter[b-q3g86uneuk] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.date-picker[b-q3g86uneuk],
.time-picker[b-q3g86uneuk] {
    width: 140px;
}

[b-q3g86uneuk] .dxbl-loading-panel-container.dxbl-loading-panel-shading {
    background-color: rgba(0, 0, 0, 0.2) !important; /* 더 연한 배경 */
}

.tab-horizontal-bottom[b-q3g86uneuk] {
    position: absolute;
    background-color: #f5f6f8;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    z-index: 999;
    display: none; /* 기본은 숨김 */
    cursor: pointer;
}

/* 2. 가로 탭 (오른쪽 하단) */
.tab-horizontal-bottom[b-q3g86uneuk] {
    bottom: 12px;
    right: calc(50% - 60px); /* 오른쪽 패널의 중앙 위치 (전체의 65%/2) */
    width: 120px;
    height: 36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

/* 데이터 설정이 없을 때 표시되는 메시지 스타일 */
.no-data-config-container[b-q3g86uneuk] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #e0e4e8;
}

.no-data-config-message[b-q3g86uneuk] {
    text-align: center;
    padding: 2rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 80%;
}

    .no-data-config-message p[b-q3g86uneuk] {
        margin: 0.5rem 0;
        color: #6c757d;
        font-size: 1rem;
    }

        .no-data-config-message p:first-child[b-q3g86uneuk] {
            color: #495057;
            font-weight: 500;
            font-size: 1.1rem;
        }

[b-q3g86uneuk].unique-right-bottom dxbl-grid {
    height: 90% !important;
}

.pagination-controls[b-q3g86uneuk] {
    height: auto;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    padding: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.pager-container[b-q3g86uneuk] {
    height: 100%;
    max-height: 40px;
    align-content: center;
    justify-content: center;
    display: flex;
    gap: 5px;
}

.page-button[b-q3g86uneuk] {
    padding: 0.5rem;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
    min-width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
}

    .page-button:hover[b-q3g86uneuk] {
        background-color: #fd7e14;
        color: white;
        border-color: #fd7e14;
    }

    .page-button:disabled[b-q3g86uneuk] {
        cursor: not-allowed;
        opacity: 0.5;
        background-color: #f5f5f5;
    }

    .page-button.active[b-q3g86uneuk] {
        background-color: #fd7e14;
        color: white;
        border-color: #fd7e14;
    }

.datasheet-page-button[b-q3g86uneuk] {
    padding: 0.5rem;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .datasheet-page-button:hover[b-q3g86uneuk] {
        background-color: #fd7e14;
        color: white;
        border-color: white;
    }

    .datasheet-page-button:disabled[b-q3g86uneuk] {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .datasheet-page-button.active[b-q3g86uneuk] {
        background-color: #fd7e14;
        color: white;
        border-color: white;
    }

.page-size-dropdown[b-q3g86uneuk] {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
}

    .page-size-dropdown:focus[b-q3g86uneuk] {
        outline: none;
        border-color: #fd7e14;
        box-shadow: 0 0 0 2px rgba(253, 126, 20, 0.2);
    }
/* /Pages/Components/RightTopPanel/RightTopPanel.razor.rz.scp.css */
.grid-container[b-5w484igc0f] {
    height: 100%;
    width: 100%;
}

[b-5w484igc0f] .grid-height {
    height: 100%;
}

[b-5w484igc0f] .dxbl-grid {
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #e0e4e8;
    overflow: hidden;
    height: 100%;
}

[b-5w484igc0f] .dxbl-grid-header {
    background: #004A76 !important;
    font-weight: 300 !important;
    height: 3rem;
    color: white !important;
    min-width: 120px !important;
    border: 1px solid black;
    text-align: center;
}

.selected-row[b-5w484igc0f] {
    background-color: #cce5ff !important;
}


[b-5w484igc0f] .dxbl-grid-table th,
[b-5w484igc0f] .dxbl-grid-table td {
    text-align: center !important;
}

.modal[b-5w484igc0f] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
}

.modal-content[b-5w484igc0f] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

    .modal-content h3[b-5w484igc0f] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: #1a1a1a;
    }

.filter-options[b-5w484igc0f] {
    display: flex;
    gap: 12px;
    margin: 1.5rem 0;
}

    .filter-options select[b-5w484igc0f],
    .filter-options input[b-5w484igc0f] {
        padding: 0.5rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 0.875rem;
    }

    .filter-options select[b-5w484igc0f] {
        width: 80px;
        background-color: #f8fafc;
    }

    .filter-options input[b-5w484igc0f] {
        flex: 1;
    }

        .filter-options select:focus[b-5w484igc0f],
        .filter-options input:focus[b-5w484igc0f] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
        }

.modal-footer[b-5w484igc0f] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 1.5rem;
}

[b-5w484igc0f] .oneRow-class {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.filter-icon[b-5w484igc0f] {
    height: 16px; /* 원하는 크기로 조정 */
    width: auto;
    vertical-align: middle;
    color: white;
}

.datetime-filter[b-5w484igc0f] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.date-picker[b-5w484igc0f], .time-picker[b-5w484igc0f] {
    width: 140px;
}

.loading-container[b-5w484igc0f] {
    position: absolute; /* 화면 전체 덮기 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* 반투명 배경 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* DxGrid보다 높은 값 */
}

.loading-header[b-5w484igc0f] {
    border: none;
    padding: 8px;
    border-radius: 8px;
}

.loading-panel[b-5w484igc0f] {
    width: 100%;
    height: 100%;
    pointer-events: none; /* 클릭 방지 */
}

[b-5w484igc0f] .dxbl-loading-panel-container.dxbl-loading-panel-shading {
    background-color: rgba(255, 255, 255, 0.5) !important; /* 더 연한 배경 */
}

[b-5w484igc0f] .dxbl-loading-panel .dxbl-loading-panel-message {
    color: black;
}

[b-5w484igc0f] .dxbl-wait-indicator.dxbl-wait-indicator-pulse {
    fill: black;
}

.pagination-controls[b-5w484igc0f] {
    height: auto;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    padding: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.pager-container[b-5w484igc0f] {
    height: 100%;
    max-height: 40px;
    align-content: center;
    justify-content: center;
    display: flex;
    gap: 5px;
}

.page-button[b-5w484igc0f] {
    padding: 0.5rem;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
    min-width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
}

    .page-button:hover[b-5w484igc0f] {
        background-color: #fd7e14;
        color: white;
        border-color: #fd7e14;
    }

    .page-button:disabled[b-5w484igc0f] {
        cursor: not-allowed;
        opacity: 0.5;
        background-color: #f5f5f5;
    }

    .page-button.active[b-5w484igc0f] {
        background-color: #fd7e14;
        color: white;
        border-color: #fd7e14;
    }

.datasheet-page-button[b-5w484igc0f] {
    padding: 0.5rem;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .datasheet-page-button:hover[b-5w484igc0f] {
        background-color: #fd7e14;
        color: white;
        border-color: white;
    }

    .datasheet-page-button:disabled[b-5w484igc0f] {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .datasheet-page-button.active[b-5w484igc0f] {
        background-color: #fd7e14;
        color: white;
        border-color: white;
    }

.page-size-dropdown[b-5w484igc0f] {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
}

    .page-size-dropdown:focus[b-5w484igc0f] {
        outline: none;
        border-color: #fd7e14;
        box-shadow: 0 0 0 2px rgba(253, 126, 20, 0.2);
    }

[b-5w484igc0f].unique-right-top dxbl-grid {
    height: 90% !important;
}
/* /Pages/Components/Terms.razor.rz.scp.css */
.terms-container[b-7hddxpu8f7] {
    width: 100%;
    margin-top: 1rem;
}

.checkbox-list[b-7hddxpu8f7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkbox-item[b-7hddxpu8f7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    transition: background-color 0.2s;
}

    .checkbox-item:hover[b-7hddxpu8f7] {
        background-color: #f8fafc;
    }

    .checkbox-item label[b-7hddxpu8f7] {
        font-size: 0.875rem;
        color: #1f2937;
        cursor: pointer;
    }

.terms-modal-content[b-7hddxpu8f7] {
    height: 100%;
    overflow-y: auto;
    padding: 1rem;
}

.terms-text[b-7hddxpu8f7] {
    white-space: pre-line;
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.6;
}

.profile-actions[b-7hddxpu8f7] {
    padding-top: 1rem;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.btn[b-7hddxpu8f7] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.btn-primary1[b-7hddxpu8f7] {
    background-color: #4299e1;
    color: white;
    border: none;
}

.btn-primary-cancel[b-7hddxpu8f7] {
    background-color: white;
    color: black;
    border: 2px solid #e2e8f0;
}

.terms-modal-content[b-7hddxpu8f7] {
    max-height: 400px;
    overflow-y: auto;
    padding: 1rem;
}

.terms-text[b-7hddxpu8f7] {
    white-space: pre-line;
}

.custom-checkbox[b-7hddxpu8f7] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;
}

    .custom-checkbox.checked[b-7hddxpu8f7] {
        background-color: #007bff;
        border-color: #007bff;
    }

    .custom-checkbox i[b-7hddxpu8f7] {
        font-size: 14px;
        color: white;
    }

/* 실제 체크박스 숨기기 */
.hidden-checkbox[b-7hddxpu8f7] {
    display: none;
}
/* /Pages/GraphPage.razor.rz.scp.css */
.top-section[b-nsgtk4s5kp],
.left-content[b-nsgtk4s5kp],
.right-content[b-nsgtk4s5kp],
.bottom-section[b-nsgtk4s5kp] {
  height: 100%;
}

.bottom-section[b-nsgtk4s5kp] {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.controls-container[b-nsgtk4s5kp] {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.control-group[b-nsgtk4s5kp] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.input-width[b-nsgtk4s5kp] {
  width: 90px !important;
  height: 30px;
}

.apply-button[b-nsgtk4s5kp] {
  height: 30px;
}

[b-nsgtk4s5kp] .custom-combobox {
  width: 90px !important;
  height: 30px;
}

[b-nsgtk4s5kp] .dx-dropdowneditor-input-wrapper {
  width: 90px !important;
  height: 30px;
}

.position-relative[b-nsgtk4s5kp] {
  position: relative;
}

.right-content[b-nsgtk4s5kp] {
  display: flex;
  flex-direction: column;
  padding: 12px;
}

.settings-toggle-button[b-nsgtk4s5kp] {
  top: 10px;
  right: 10px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.settings-toggle-button:hover[b-nsgtk4s5kp] {
  background: #f0f0f0;
}

.settings-toggle-button span[b-nsgtk4s5kp] {
  font-size: 20px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.controls-container[b-nsgtk4s5kp] {
  padding: 20px;
}

#graph-container[b-nsgtk4s5kp]  .dxbl-splitter {
  height: 100% !important;
}

#graph-container[b-nsgtk4s5kp] {
  height: 100%;
}

.drawer-header[b-nsgtk4s5kp] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 100%;
}

.control-container[b-nsgtk4s5kp] {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 20px;
  justify-content: space-around;
  width: 100%;
}

.control-group[b-nsgtk4s5kp] {
  display: flex;
  align-items: center;
  gap: 8px;
}

.graph-title-input[b-nsgtk4s5kp] {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 150px;
}

.graph-type-select[b-nsgtk4s5kp],
.update-interval-select[b-nsgtk4s5kp] {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 100px;
}

.close-button[b-nsgtk4s5kp] {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 15px;
}
/* 북마크 스타일 */
.fixed-bookmark[b-nsgtk4s5kp] {
  position: fixed;
  top: 80px;
  left: 10px;
  width: 30px;
  height: 120px; /* 텍스트 길이에 맞게 높이 조정 */
  background-color: #f5f6f8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

/* 북마크 텍스트 스타일 */
.bookmark-text[b-nsgtk4s5kp] {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
  text-align: center;
  width: 120px; /* 텍스트 길이에 맞게 조정 */
  left: 25px; /* 중앙 정렬을 위해 조정 */
  color: #333333; /* 어두운 회색 텍스트 */
  font-size: 14px;
  font-weight: bold;
}

/* 수평 splitter의 separator (width: 20px) */
[b-nsgtk4s5kp]
  .dxbl-splitter-horizontal
  .dxbl-splitter-pane:has(
    .dxbl-splitter-pane-content[data-pane-id="graph-left-pane"]
  )
  ~ .dxbl-splitter-separator {
  width: 20px !important;
}

/* 수직 splitter의 separator (height: 20px) */
[b-nsgtk4s5kp]
  .dxbl-splitter-vertical
  .dxbl-splitter-pane:has(
    .dxbl-splitter-pane-content[data-pane-id="graph-main-pane"]
  )
  ~ .dxbl-splitter-separator {
  height: 20px !important;
}

/* 임계값 설정 컨트롤 스타일 */
.threshold-controls[b-nsgtk4s5kp] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.threshold-list[b-nsgtk4s5kp] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.threshold-item[b-nsgtk4s5kp] {
  display: flex;
  align-items: center;
  gap: 8px;
}

.axis-label[b-nsgtk4s5kp] {
  font-weight: bold;
  min-width: 30px;
  color: #333;
}

.threshold-input[b-nsgtk4s5kp] {
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 80px;
  font-size: 12px;
}

.apply-single-threshold[b-nsgtk4s5kp],
.apply-all-threshold[b-nsgtk4s5kp] {
  padding: 4px 8px;
  border: 1px solid #007bff;
  background-color: #007bff;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  font-size: 11px;
  transition: background-color 0.2s;
}

.apply-single-threshold:hover[b-nsgtk4s5kp],
.apply-all-threshold:hover[b-nsgtk4s5kp] {
  background-color: #0056b3;
}

.apply-all-threshold[b-nsgtk4s5kp] {
  align-self: flex-start;
  margin-top: 5px;
}
/* /Pages/Login.razor.rz.scp.css */
.login-disabled[b-c0ii0oxfi3] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 120px);
	text-align: center;
	gap: 1.5rem;
	color: #1f2937;
}

.login-disabled__logo[b-c0ii0oxfi3] {
	width: 200px;
	height: auto;
	opacity: 0.85;
}

.login-disabled h1[b-c0ii0oxfi3] {
	font-size: 1.75rem;
	font-weight: 600;
	margin: 0;
}

.login-disabled p[b-c0ii0oxfi3] {
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
	color: #4b5563;
}
/* /Pages/MainPages.razor.rz.scp.css */
.main-container[b-i70fyqnotn] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.layout[b-i70fyqnotn] {
    height: 100%;
    width: 100%;
}

[b-i70fyqnotn] .dxbl-splitter > .dxbl-splitter-pane > .dxbl-splitter-pane-content {
    height: 100%;
    width: 100%;
    padding: 0 !important; /* padding 제거를 위해 !important 사용 */
}

[b-i70fyqnotn] .dxbl-splitter > .dxbl-splitter-separator > .dxbl-splitter-button > .dxbl-image {
    display: block;
    margin: 0;
    height: 30px;
    width: 30px;
}

[b-i70fyqnotn] .dxbl-splitter {
    height: calc(100vh - 64px) !important;
}

.custom-drawer[b-i70fyqnotn] {
    position: fixed;
    top: 64px;
    right: 15%;
    height: 100%;
    z-index: 1000; /* DxSplitter 위에 표시되도록 z-index 설정 */
}

.drawer-header[b-i70fyqnotn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.close-button[b-i70fyqnotn] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.settings-toggle-button[b-i70fyqnotn] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* 수직 구분자 (width: 20px) */
[b-i70fyqnotn] .dxbl-splitter-pane:has(.dxbl-splitter-pane-content[data-pane-id="main-left-pane"]) ~ .dxbl-splitter-separator {
    width: 20px !important;
}

/* 수평 구분자 (height: 20px) */
[b-i70fyqnotn] .dxbl-splitter-pane:has(.dxbl-splitter-pane-content[data-pane-id="main-top-pane"]) ~ .dxbl-splitter-separator {
    height: 20px !important;
}

/* 기존 스타일 유지 */
[b-i70fyqnotn] .dxbl-splitter-separator {
    background-color: #f0f0f0;
    position: relative;
}

    /* 구분자 호버 효과 */
    [b-i70fyqnotn] .dxbl-splitter-separator:hover {
        background-color: #e0e0e0;
    }

/* 공통 탭 스타일 */
.tab-vertical[b-i70fyqnotn], .tab-horizontal-top[b-i70fyqnotn], .tab-horizontal-bottom[b-i70fyqnotn], .tab-horizontal-bottom2[b-i70fyqnotn], .tab-vertical-right[b-i70fyqnotn] {
    position: absolute;
    background-color: #f5f6f8;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

/* 1. 세로 탭 (왼쪽 상단) */
.tab-vertical[b-i70fyqnotn] {
    top: 70px;
    left: 21px;
    width: 40px;
    height: 120px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: none;
    font-weight: bold;
}

/* 2. 가로 탭 (오른쪽 하단) */
.tab-horizontal-bottom[b-i70fyqnotn] {
    bottom: 20px;
    right: 10px;
    width: 120px;
    height: 36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

.tab-horizontal-bottom2[b-i70fyqnotn] {
    bottom: 20px;
    right: 30px;
    width: 120px;
    height: 36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
    white-space: nowrap;
    font-weight: bold;
}

.tab-horizontal-top[b-i70fyqnotn] {
    top: 84px;
    right: 10px;
    width: 120px;
    height: 36px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    white-space: nowrap;
    border-top: none;
    font-weight: bold;
}

.tab-vertical-right[b-i70fyqnotn] {
    top: 74px;
    right: 20px;
    width: 40px;
    height: 120px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: none;
    font-weight: bold;
}

/* 호버 효과 */
[b-i70fyqnotn] .dxbl-splitter-separator:hover + .tab-vertical,
[b-i70fyqnotn] .dxbl-splitter-separator:hover + .tab-horizontal-top,
[b-i70fyqnotn] .dxbl-splitter-separator:hover + .tab-horizontal-bottom,
[b-i70fyqnotn] .dxbl-splitter-separator:hover + .tab-horizontal-bottom2,
[b-i70fyqnotn] .dxbl-splitter-separator:hover + .tab-vertical-right {
    opacity: 1;
}

/* 북마크 호버 효과 */
.tab-vertical:hover[b-i70fyqnotn],
.tab-horizontal-top:hover[b-i70fyqnotn],
.tab-horizontal-bottom:hover[b-i70fyqnotn],
.tab-horizontal-bottom2:hover[b-i70fyqnotn],
.tab-vertical-right:hover[b-i70fyqnotn] {
    background-color: #e8e9eb;
}
/* /Pages/Register.razor.rz.scp.css */
.register-disabled[b-qw33wdt7qv] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	gap: 1rem;
	text-align: center;
	color: #4b5563;
}

.register-disabled h2[b-qw33wdt7qv] {
	font-size: 1.5rem;
	margin: 0;
	color: #1f2937;
}
/* /Pages/SearchAccountInfo.razor.rz.scp.css */
.search-disabled[b-aqriv6ek6r] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	gap: 1rem;
	text-align: center;
	color: #4b5563;
}

.search-disabled h2[b-aqriv6ek6r] {
	font-size: 1.5rem;
	margin: 0;
	color: #1f2937;
}
