body.ibys-ui-v2 {
    --app-bg: #eef1f6;
    --surface: #ffffff;
    --surface-muted: #f4f6fa;
    --surface-strong: #eaecf2;
    --text: #111827;
    --text-soft: #2d3a4d;
    --muted: #5a6a80;
    --line: #dce1ea;
    --line-soft: #eef1f6;
    --primary: #1a5fa8;
    --primary-strong: #164f8b;
    --primary-soft: rgba(26, 95, 168, .08);
    --primary-glow: rgba(26, 95, 168, .16);
    --nav: #1a2d4f;
    --nav-2: #243a63;
    --nav-line: rgba(255, 255, 255, .12);
    --accent: #b05c0a;
    --success: #1a7a45;
    --danger: #b91c1c;
    --warning: #b05c0a;
    --radius: 12px;
    --radius-lg: 16px;
    --shadow-sm: 0 2px 12px rgba(0, 0, 0, .07);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, .10);
    background: var(--app-bg);
    color: var(--text);
}

.ibys-ui-switch {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .36);
    background: #1a5fa8;
    color: #fff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .22);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-decoration: none;
}

.ibys-ui-switch:hover,
.ibys-ui-switch:focus-visible {
    background: #164f8b;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

body.ibys-ui-v2 .admin-layout,
body.ibys-ui-v2 .admin-layout.app-shell {
    background: var(--app-bg);
}

body.ibys-ui-v2 .sidebar {
    background: linear-gradient(180deg, var(--nav) 0%, var(--nav-2) 100%);
    border-right: 1px solid var(--nav-line);
    box-shadow: 12px 0 30px rgba(17, 24, 39, .10);
}

body.ibys-ui-v2 .sidebar-logo {
    border-bottom: 1px solid var(--nav-line);
    background: rgba(255, 255, 255, .04);
}

body.ibys-ui-v2 .sidebar-menu {
    gap: 7px;
    padding: 12px 10px 18px;
}

body.ibys-ui-v2 .menu-title {
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}

body.ibys-ui-v2 .menu-btn,
body.ibys-ui-v2 .menu-link {
    border: 1px solid transparent;
    border-radius: 10px;
    color: rgba(255, 255, 255, .78);
    background: transparent;
}

body.ibys-ui-v2 .menu-btn:hover,
body.ibys-ui-v2 .menu-link:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

body.ibys-ui-v2 .menu-btn.active,
body.ibys-ui-v2 .menu-link.active,
body.ibys-ui-v2 .menu-btn.is-active,
body.ibys-ui-v2 .menu-link.is-active {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .18);
    color: #fff;
}

body.ibys-ui-v2 .main-panel {
    background: var(--app-bg);
}

body.ibys-ui-v2 .topbar {
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(10px);
}

body.ibys-ui-v2 .topbar h1,
body.ibys-ui-v2 .topbar-title,
body.ibys-ui-v2 .page-title,
body.ibys-ui-v2 .content-area h1,
body.ibys-ui-v2 .content-area h2,
body.ibys-ui-v2 .content-area h3 {
    color: var(--text);
    letter-spacing: 0;
}

body.ibys-ui-v2 .content-area {
    background: var(--app-bg);
    padding: 22px;
}

body.ibys-ui-v2 .card,
body.ibys-ui-v2 .panel,
body.ibys-ui-v2 .dashboard-card,
body.ibys-ui-v2 .workplace-list-card,
body.ibys-ui-v2 .workplace-form-card,
body.ibys-ui-v2 .employee-entry-card,
body.ibys-ui-v2 .employee-form-section,
body.ibys-ui-v2 .employee-detail-card,
body.ibys-ui-v2 .permission-designer,
body.ibys-ui-v2 .permission-designer-panel,
body.ibys-ui-v2 .permission-designer-roles,
body.ibys-ui-v2 .personal-task-card,
body.ibys-ui-v2 .license-admin-panel,
body.ibys-ui-v2 .finance-create-panel,
body.ibys-ui-v2 .finance-modal-section,
body.ibys-ui-v2 .training-definition-card,
body.ibys-ui-v2 .training-preview-card,
body.ibys-ui-v2 .attendance-table-card,
body.ibys-ui-v2 .attendance-settings-card,
body.ibys-ui-v2 .document-upload-panel,
body.ibys-ui-v2 .finance-modal-panel,
body.ibys-ui-v2 .personal-task-modal-panel {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
}

body.ibys-ui-v2 .card-header,
body.ibys-ui-v2 .panel-header,
body.ibys-ui-v2 .section-head,
body.ibys-ui-v2 .workplace-form-head,
body.ibys-ui-v2 .employee-form-section h3,
body.ibys-ui-v2 .finance-create-panel h3,
body.ibys-ui-v2 .training-definition-card h3,
body.ibys-ui-v2 .training-preview-card h3,
body.ibys-ui-v2 .attendance-settings-card h3 {
    border-bottom-color: var(--line-soft);
}

body.ibys-ui-v2 .stats,
body.ibys-ui-v2 .dashboard-stats,
body.ibys-ui-v2 .personal-task-kpis,
body.ibys-ui-v2 .license-admin-metrics,
body.ibys-ui-v2 .finance-kpis {
    gap: 14px;
}

body.ibys-ui-v2 .stat,
body.ibys-ui-v2 .stat-card,
body.ibys-ui-v2 .personal-task-kpi,
body.ibys-ui-v2 .license-admin-metric,
body.ibys-ui-v2 .finance-kpi {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
}

body.ibys-ui-v2 .stat::before,
body.ibys-ui-v2 .stat-card::before,
body.ibys-ui-v2 .personal-task-kpi::before,
body.ibys-ui-v2 .license-admin-metric::before,
body.ibys-ui-v2 .finance-kpi::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--primary);
}

body.ibys-ui-v2 .stat strong,
body.ibys-ui-v2 .stat-card strong,
body.ibys-ui-v2 .personal-task-kpi strong,
body.ibys-ui-v2 .license-admin-metric strong,
body.ibys-ui-v2 .finance-kpi strong {
    color: var(--text);
}

body.ibys-ui-v2 input,
body.ibys-ui-v2 select,
body.ibys-ui-v2 textarea {
    border-color: var(--line);
    border-radius: 10px;
    background: #fff;
    color: var(--text);
}

body.ibys-ui-v2 input:focus,
body.ibys-ui-v2 select:focus,
body.ibys-ui-v2 textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-glow);
    outline: none;
}

body.ibys-ui-v2 .btn,
body.ibys-ui-v2 .btn-small,
body.ibys-ui-v2 button[type="submit"],
body.ibys-ui-v2 .mini-btn {
    border-radius: 10px;
    border-color: transparent;
    background: var(--primary);
    color: #fff;
    box-shadow: 0 2px 8px rgba(26, 95, 168, .18);
}

body.ibys-ui-v2 .btn:hover,
body.ibys-ui-v2 .btn-small:hover,
body.ibys-ui-v2 button[type="submit"]:hover,
body.ibys-ui-v2 .mini-btn:hover {
    background: var(--primary-strong);
    color: #fff;
}

body.ibys-ui-v2 .btn-secondary,
body.ibys-ui-v2 .btn-light,
body.ibys-ui-v2 .btn-outline,
body.ibys-ui-v2 .filter-chip,
body.ibys-ui-v2 .process-flow-tab,
body.ibys-ui-v2 .personal-task-tab,
body.ibys-ui-v2 .finance-tab {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--surface);
    color: var(--text-soft);
    box-shadow: none;
}

body.ibys-ui-v2 .btn-secondary:hover,
body.ibys-ui-v2 .btn-light:hover,
body.ibys-ui-v2 .btn-outline:hover,
body.ibys-ui-v2 .filter-chip:hover,
body.ibys-ui-v2 .process-flow-tab:hover,
body.ibys-ui-v2 .personal-task-tab:hover,
body.ibys-ui-v2 .finance-tab:hover {
    border-color: var(--primary);
    color: var(--primary-strong);
    background: var(--primary-soft);
}

body.ibys-ui-v2 .filter-chip.active,
body.ibys-ui-v2 .process-flow-tab.active,
body.ibys-ui-v2 .personal-task-tab.active,
body.ibys-ui-v2 .finance-tab.active,
body.ibys-ui-v2 .filter-chip.is-active,
body.ibys-ui-v2 .process-flow-tab.is-active,
body.ibys-ui-v2 .personal-task-tab.is-active,
body.ibys-ui-v2 .finance-tab.is-active {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

body.ibys-ui-v2 .table-wrap,
body.ibys-ui-v2 .finance-table-wrap,
body.ibys-ui-v2 .employee-import-table-wrap,
body.ibys-ui-v2 .leave-table-wrap,
body.ibys-ui-v2 .workplace-table-wrap {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    overflow: hidden;
}

body.ibys-ui-v2 .table-wrap:has(td > .table-actions),
body.ibys-ui-v2 .table-wrap:has(td > .training-row-actions),
body.ibys-ui-v2 .table-wrap:has(td > .training-question-actions),
body.ibys-ui-v2 .workplace-table-wrap:has(td > .table-actions),
body.ibys-ui-v2 .workplace-table-wrap:has(td > .training-row-actions),
body.ibys-ui-v2 .workplace-table-wrap:has(td > .training-question-actions) {
    overflow-x: auto !important;
}

body.ibys-ui-v2 td:has(> .table-actions),
body.ibys-ui-v2 td:has(> .training-row-actions),
body.ibys-ui-v2 td:has(> .training-question-actions) {
    overflow: visible !important;
}

body.ibys-ui-v2 td > .table-actions,
body.ibys-ui-v2 td > .training-row-actions,
body.ibys-ui-v2 td > .training-question-actions {
    max-width: none;
    min-width: max-content;
}

body.ibys-ui-v2 td > .table-actions > form,
body.ibys-ui-v2 td > .training-row-actions > form,
body.ibys-ui-v2 td > .training-question-actions > form,
body.ibys-ui-v2 td > .table-actions .mini-btn,
body.ibys-ui-v2 td > .training-row-actions .mini-btn,
body.ibys-ui-v2 td > .training-question-actions .mini-btn {
    flex: 0 0 auto;
}

body.ibys-ui-v2 table {
    border-color: var(--line);
}

body.ibys-ui-v2 thead th {
    background: var(--surface-strong);
    color: var(--text-soft);
    border-bottom: 1px solid var(--line);
    font-weight: 900;
}

body.ibys-ui-v2 tbody td {
    border-bottom-color: var(--line-soft);
}

body.ibys-ui-v2 tbody tr:hover td {
    background: var(--primary-soft);
}

body.ibys-ui-v2 .training-view-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface-muted);
}

body.ibys-ui-v2 .training-view-option {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

body.ibys-ui-v2 .training-view-option i {
    font-size: 13px;
}

body.ibys-ui-v2 .training-view-option:hover {
    border-color: var(--primary);
    background: #fff;
    color: var(--primary-strong);
}

body.ibys-ui-v2 .training-view-option.is-active {
    border-color: rgba(26, 95, 168, .18);
    background: #fff;
    color: var(--primary-strong);
    box-shadow: 0 2px 10px rgba(17, 24, 39, .08);
}

body.ibys-ui-v2 .ibys-training-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 16px;
}

body.ibys-ui-v2 .ibys-training-card {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-sm);
}

body.ibys-ui-v2 .ibys-training-card:hover {
    border-color: rgba(26, 95, 168, .28);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
}

body.ibys-ui-v2 .ibys-training-card-band {
    height: 7px;
    background: linear-gradient(90deg, var(--primary), #2d4e8a);
}

body.ibys-ui-v2 .ibys-training-card.is-done .ibys-training-card-band {
    background: linear-gradient(90deg, #1a7a45, #1e9955);
}

body.ibys-ui-v2 .ibys-training-card.is-planned .ibys-training-card-band {
    background: linear-gradient(90deg, #b05c0a, #c97214);
}

body.ibys-ui-v2 .ibys-training-card-body {
    display: grid;
    gap: 13px;
    padding: 20px 22px 18px;
}

body.ibys-ui-v2 .ibys-training-card-top,
body.ibys-ui-v2 .ibys-training-card-foot,
body.ibys-ui-v2 .ibys-training-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.ibys-ui-v2 .ibys-training-type {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    max-width: 100%;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 8px;
    background: var(--primary-soft);
    color: var(--primary-strong);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

body.ibys-ui-v2 .ibys-training-type.is-online {
    background: rgba(108, 79, 168, .12);
    color: #4c358a;
}

body.ibys-ui-v2 .ibys-training-type.is-remote {
    background: rgba(12, 107, 122, .12);
    color: #0c6b7a;
}

body.ibys-ui-v2 .ibys-training-card-menu {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: var(--surface-muted);
    color: var(--muted);
    text-decoration: none;
}

body.ibys-ui-v2 .ibys-training-card-menu:hover {
    background: var(--primary);
    color: #fff;
}

body.ibys-ui-v2 .ibys-training-card-menu svg {
    width: 16px;
    height: 16px;
}

body.ibys-ui-v2 .ibys-training-card-title {
    min-height: 48px;
    margin: 0;
    color: #06142b;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.32;
}

body.ibys-ui-v2 .ibys-training-card-sub {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 750;
}

body.ibys-ui-v2 .ibys-training-card-sub span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.ibys-ui-v2 .ibys-training-card-sub i {
    flex: 0 0 auto;
    font-size: 10px;
}

body.ibys-ui-v2 .ibys-dot-sep {
    flex: 0 0 auto;
    color: #8794a7;
}

body.ibys-ui-v2 .ibys-training-card-divider {
    height: 1px;
    background: var(--line);
}

body.ibys-ui-v2 .ibys-training-card-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

body.ibys-ui-v2 .ibys-training-card-meta div {
    min-width: 0;
}

body.ibys-ui-v2 .ibys-training-card-meta span {
    display: block;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.ibys-ui-v2 .ibys-training-card-meta strong {
    display: block;
    margin-top: 5px;
    color: var(--text);
    font-size: 14px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.ibys-ui-v2 .ibys-training-card-meta strong.is-good {
    color: var(--success);
}

body.ibys-ui-v2 .ibys-training-card-meta strong.is-muted {
    color: var(--muted);
}

body.ibys-ui-v2 .ibys-training-progress {
    display: grid;
    gap: 8px;
}

body.ibys-ui-v2 .ibys-training-progress-head span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

body.ibys-ui-v2 .ibys-training-progress-head strong {
    color: var(--primary-strong);
    font-size: 13px;
    font-weight: 950;
}

body.ibys-ui-v2 .ibys-training-progress-track {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7ebf1;
}

body.ibys-ui-v2 .ibys-training-progress-track span {
    display: block;
    height: 100%;
    min-width: 4px;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--primary), #2d4e8a);
}

body.ibys-ui-v2 .ibys-training-card.is-done .ibys-training-progress-track span {
    background: linear-gradient(90deg, #1a7a45, #1e9955);
}

body.ibys-ui-v2 .ibys-training-card.is-planned .ibys-training-progress-track span {
    background: linear-gradient(90deg, #b05c0a, #c97214);
}

body.ibys-ui-v2 .ibys-training-avatars {
    display: flex;
    align-items: center;
}

body.ibys-ui-v2 .ibys-training-avatars span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin-left: -7px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #6366f1;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
}

body.ibys-ui-v2 .ibys-training-avatars span:first-child {
    margin-left: 0;
}

body.ibys-ui-v2 .ibys-training-avatars span:nth-child(2) {
    background: #0d9488;
}

body.ibys-ui-v2 .ibys-training-avatars span.is-more {
    background: #edf2f7;
    color: var(--muted);
}

body.ibys-ui-v2 .ibys-training-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: var(--surface-muted);
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 900;
}

body.ibys-ui-v2 .ibys-training-status i {
    font-size: 8px;
}

body.ibys-ui-v2 .ibys-training-status.status-active,
body.ibys-ui-v2 .ibys-training-status.status-ok {
    background: rgba(26, 122, 69, .09);
    color: var(--success);
}

body.ibys-ui-v2 .ibys-training-status.status-warn {
    background: rgba(176, 92, 10, .10);
    color: var(--warning);
}

body.ibys-ui-v2 .ibys-training-card-actions {
    padding-top: 4px;
}

body.ibys-ui-v2 .ibys-training-card-actions .mini-btn {
    min-height: 32px;
}

body.ibys-ui-v2 .training-session-records-table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
}

body.ibys-ui-v2 .training-list-card .table-wrap {
    overflow-x: hidden !important;
}

body.ibys-ui-v2 .training-session-records-table th,
body.ibys-ui-v2 .training-session-records-table td {
    padding-left: 6px !important;
    padding-right: 6px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.ibys-ui-v2 .training-session-records-table th {
    font-size: 10px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    letter-spacing: .01em !important;
    text-align: center !important;
}

body.ibys-ui-v2 .training-session-records-table td {
    font-size: 12px !important;
    white-space: nowrap !important;
    text-align: center !important;
}

body.ibys-ui-v2 .training-session-records-table th:nth-child(1),
body.ibys-ui-v2 .training-session-records-table td:nth-child(1) {
    width: 11% !important;
}

body.ibys-ui-v2 .training-session-records-table th:nth-child(2),
body.ibys-ui-v2 .training-session-records-table td:nth-child(2) {
    width: 10% !important;
}

body.ibys-ui-v2 .training-session-records-table th:nth-child(3),
body.ibys-ui-v2 .training-session-records-table td:nth-child(3) {
    width: 11% !important;
}

body.ibys-ui-v2 .training-session-records-table th:nth-child(4),
body.ibys-ui-v2 .training-session-records-table td:nth-child(4) {
    width: 17% !important;
}

body.ibys-ui-v2 .training-session-records-table th:nth-child(5),
body.ibys-ui-v2 .training-session-records-table td:nth-child(5) {
    width: 8% !important;
}

body.ibys-ui-v2 .training-session-records-table th:nth-child(6),
body.ibys-ui-v2 .training-session-records-table td:nth-child(6) {
    width: 6% !important;
}

body.ibys-ui-v2 .training-session-records-table th:nth-child(7),
body.ibys-ui-v2 .training-session-records-table td:nth-child(7) {
    width: 7% !important;
    text-align: center;
}

body.ibys-ui-v2 .training-session-records-table th:nth-child(8),
body.ibys-ui-v2 .training-session-records-table td:nth-child(8) {
    width: 11% !important;
}

body.ibys-ui-v2 .training-session-records-table th:nth-child(9),
body.ibys-ui-v2 .training-session-records-table td:nth-child(9) {
    width: 19% !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

body.ibys-ui-v2 .training-session-records-table th:nth-child(9) {
    text-align: center !important;
}

body.ibys-ui-v2 .training-session-records-table td:nth-child(9) {
    text-align: right !important;
}

body.ibys-ui-v2 .training-session-records-table .training-code {
    min-width: 0 !important;
    max-width: 100% !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

body.ibys-ui-v2 .training-session-records-table .project-pill,
body.ibys-ui-v2 .training-session-records-table .status-badge {
    max-width: 100% !important;
    min-width: 0 !important;
}

body.ibys-ui-v2 .training-session-records-table .training-row-actions {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    gap: 3px !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
}

body.ibys-ui-v2 .training-session-records-table .training-row-actions .btn-with-icon {
    width: 26px !important;
    min-width: 26px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
}

body.ibys-ui-v2 .training-session-records-table .training-row-actions .btn-with-icon > span {
    display: none !important;
}

body.ibys-ui-v2 .status-badge,
body.ibys-ui-v2 .workplace-pill,
body.ibys-ui-v2 .workplace-status,
body.ibys-ui-v2 .finance-badge,
body.ibys-ui-v2 .personal-task-badge,
body.ibys-ui-v2 .settings-badge {
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--surface-muted);
    color: var(--text-soft);
    font-weight: 800;
}

body.ibys-ui-v2 .status-active,
body.ibys-ui-v2 .status-badge.is-ok,
body.ibys-ui-v2 .workplace-status.is-ok,
body.ibys-ui-v2 .workplace-pill.is-ok,
body.ibys-ui-v2 .license-admin-metric.is-ok,
body.ibys-ui-v2 .finance-badge.ok {
    border-color: rgba(26, 122, 69, .26);
    background: rgba(26, 122, 69, .09);
    color: var(--success);
}

body.ibys-ui-v2 .status-warning,
body.ibys-ui-v2 .status-badge.is-warn,
body.ibys-ui-v2 .workplace-status.is-warn,
body.ibys-ui-v2 .workplace-pill.is-warn,
body.ibys-ui-v2 .license-admin-metric.is-warn,
body.ibys-ui-v2 .finance-badge.warn {
    border-color: rgba(176, 92, 10, .30);
    background: rgba(176, 92, 10, .10);
    color: var(--warning);
}

body.ibys-ui-v2 .status-danger,
body.ibys-ui-v2 .status-badge.is-danger,
body.ibys-ui-v2 .workplace-status.is-danger,
body.ibys-ui-v2 .workplace-pill.is-danger,
body.ibys-ui-v2 .license-admin-metric.is-danger,
body.ibys-ui-v2 .finance-badge.danger {
    border-color: rgba(185, 28, 28, .26);
    background: rgba(185, 28, 28, .09);
    color: var(--danger);
}

body.ibys-ui-v2 .modal,
body.ibys-ui-v2 .modal-content,
body.ibys-ui-v2 .document-upload-box,
body.ibys-ui-v2 .training-upload-box,
body.ibys-ui-v2 .license-edit-panel.workplace-form-card {
    border-radius: var(--radius-lg);
    border-color: var(--line);
    background: var(--surface);
    box-shadow: var(--shadow-md);
}

body.ibys-ui-v2 .license-menu-visibility {
    margin-top: 18px;
    border: 1px solid #d8e3f0;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
    overflow: hidden;
}

body.ibys-ui-v2 .license-menu-visibility-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

body.ibys-ui-v2 .license-menu-visibility-head strong,
body.ibys-ui-v2 .license-menu-group-title strong,
body.ibys-ui-v2 .license-menu-item strong {
    display: block;
    color: #0f172a;
    font-weight: 950;
}

body.ibys-ui-v2 .license-menu-visibility-head small,
body.ibys-ui-v2 .license-menu-group-title small,
body.ibys-ui-v2 .license-menu-item small {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
}

body.ibys-ui-v2 .license-menu-visibility-head > span {
    flex: 0 0 auto;
    min-width: 112px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 950;
}

body.ibys-ui-v2 .license-menu-visibility-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 16px;
}

body.ibys-ui-v2 .license-menu-group {
    min-width: 0;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

body.ibys-ui-v2 .license-menu-group-title {
    padding: 13px 14px;
    border-bottom: 1px solid #edf2f7;
    background: #fbfdff;
}

body.ibys-ui-v2 .license-menu-items {
    display: grid;
    gap: 8px;
    padding: 12px;
}

body.ibys-ui-v2 .license-menu-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

body.ibys-ui-v2 .license-menu-item:hover {
    border-color: #bfdbfe;
    background: #f8fbff;
}

body.ibys-ui-v2 .license-menu-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.ibys-ui-v2 .license-menu-item .license-switch-ui {
    position: relative;
    width: 58px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px;
    border-radius: 999px;
    background: #cbd5e1;
    color: #fff;
    font-size: 9px;
    font-weight: 950;
    font-style: normal;
    overflow: hidden;
}

body.ibys-ui-v2 .license-menu-item .license-switch-ui b {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .18);
    transition: transform .18s ease;
}

body.ibys-ui-v2 .license-menu-item .license-switch-ui em {
    position: relative;
    z-index: 1;
    font-style: normal;
}

body.ibys-ui-v2 .license-menu-item input:checked + span + .license-switch-ui {
    background: #0f766e;
}

body.ibys-ui-v2 .license-menu-item input:checked + span + .license-switch-ui b {
    transform: translateX(28px);
}

body.ibys-ui-v2 .license-menu-item input:not(:checked) + span strong {
    color: #64748b;
}

body.ibys-ui-v2 .license-module-static,
body.ibys-ui-v2 .license-module-static .license-module-row-main {
    cursor: default !important;
}

body.ibys-ui-v2 .license-independent-head {
    margin-top: 14px;
}

body.ibys-ui-v2 .license-independent-grid {
    grid-column: 1 / -1 !important;
    margin-top: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(15, 35, 65, .045) !important;
}

body.ibys-ui-v2 .license-independent-grid .license-module-page-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

html body.ibys-ui-v2 .license-edit-panel .license-edit-form:not(.show-company):not(.show-license):not(.show-modules):not(.show-manager):not(.show-finance) .license-edit-company {
    grid-column: 1 / -1 !important;
    display: grid !important;
}

html body.ibys-ui-v2 .license-edit-panel .license-edit-form:not(.show-company):not(.show-license):not(.show-modules):not(.show-manager):not(.show-finance) .workplace-form-footer {
    grid-column: 1 / -1 !important;
}

@media (max-width: 1100px) {
    body.ibys-ui-v2 .license-menu-visibility-grid {
        grid-template-columns: 1fr;
    }
}

body.ibys-ui-v2 .alert,
body.ibys-ui-v2 .notice,
body.ibys-ui-v2 .info-box {
    border-radius: var(--radius);
    border-color: var(--line);
}

@media (max-width: 900px) {
    body.ibys-ui-v2 .content-area {
        padding: 14px;
    }

    .ibys-ui-switch {
        right: 12px;
        bottom: 12px;
        width: 42px;
        height: 42px;
    }

    body.ibys-ui-v2 .training-list-head {
        align-items: stretch;
    }

    body.ibys-ui-v2 .training-view-switch {
        width: 100%;
        justify-content: space-between;
    }

    body.ibys-ui-v2 .training-view-option {
        flex: 1 1 0;
        justify-content: center;
    }

    body.ibys-ui-v2 .ibys-training-card-grid {
        grid-template-columns: 1fr;
    }

    body.ibys-ui-v2 .ibys-training-card-body {
        padding: 18px 16px 16px;
    }

    body.ibys-ui-v2 .ibys-training-card-meta {
        grid-template-columns: 1fr;
    }

    body.ibys-ui-v2 .ibys-training-card-title {
        min-height: 0;
    }
}

.ibys-training-board {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.ibys-training-board > .training-list-head {
    align-items: flex-start;
    margin: 0 0 16px !important;
    padding: 0 2px;
}

.ibys-training-board > .training-list-head h3 {
    margin: 0;
    color: #06142b;
    font-size: 21px;
    font-weight: 950;
    line-height: 1.2;
}

.ibys-training-board > .training-list-head p {
    margin: 6px 0 0;
    color: #5a6a80;
    font-size: 12px;
    line-height: 1.45;
}

.ibys-training-board .training-view-switch {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border: 1px solid #dce1ea;
    border-radius: 12px;
    background: #f4f6fa;
}

.ibys-training-board .training-view-option {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #2d3a4d;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.ibys-training-board .training-view-option:hover {
    border-color: #1a5fa8;
    background: #fff;
    color: #164f8b;
}

.ibys-training-board .training-view-option.is-active {
    border-color: rgba(26, 95, 168, .18);
    background: #fff;
    color: #164f8b;
    box-shadow: 0 2px 10px rgba(17, 24, 39, .08);
}

.ibys-training-board .ibys-training-card-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 18px;
}

.ibys-training-board .ibys-training-card {
    position: relative;
    overflow: hidden;
    min-height: 348px;
    border: 1px solid #dce1ea;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
}

.ibys-training-board .ibys-training-card:hover {
    border-color: rgba(26, 95, 168, .28);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .10);
}

.ibys-training-board .ibys-training-card-band {
    height: 8px;
    background: linear-gradient(90deg, #1a5fa8, #2d4e8a);
}

.ibys-training-board .ibys-training-card.is-done .ibys-training-card-band {
    background: linear-gradient(90deg, #1a7a45, #1e9955);
}

.ibys-training-board .ibys-training-card.is-planned .ibys-training-card-band {
    background: linear-gradient(90deg, #b05c0a, #c97214);
}

.ibys-training-board .ibys-training-card-body {
    display: grid;
    gap: 13px;
    padding: 22px 22px 18px;
}

.ibys-training-board .ibys-training-card-top,
.ibys-training-board .ibys-training-card-foot,
.ibys-training-board .ibys-training-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ibys-training-board .ibys-training-type {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    max-width: 100%;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 8px;
    background: rgba(26, 95, 168, .08);
    color: #164f8b;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.ibys-training-board .ibys-training-type.is-online {
    background: rgba(108, 79, 168, .12);
    color: #4c358a;
}

.ibys-training-board .ibys-training-type.is-remote {
    background: rgba(12, 107, 122, .12);
    color: #0c6b7a;
}

.ibys-training-board .ibys-training-card-menu {
    appearance: none;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #dce1ea;
    border-radius: 9px;
    background: #f4f6fa;
    color: #5a6a80;
    font-family: inherit;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.ibys-training-board .ibys-training-card-menu:hover {
    background: #1a5fa8;
    color: #fff;
}

.ibys-training-board .ibys-training-card-title {
    min-height: 48px;
    margin: 0;
    color: #06142b;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.32;
}

.ibys-training-board .ibys-training-card-sub {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #5a6a80;
    font-size: 13px;
    font-weight: 750;
}

.ibys-training-board .ibys-training-card-sub span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ibys-training-board .ibys-training-card-sub i {
    flex: 0 0 auto;
    font-size: 10px;
}

.ibys-training-board .ibys-dot-sep {
    flex: 0 0 auto;
    color: #8794a7;
}

.ibys-training-board .ibys-training-card-divider {
    height: 1px;
    background: #dce1ea;
}

.ibys-training-board .ibys-training-card-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.ibys-training-board .ibys-training-card-meta div {
    min-width: 0;
}

.ibys-training-board .ibys-training-card-meta span {
    display: block;
    color: #5a6a80;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ibys-training-board .ibys-training-card-meta strong {
    display: block;
    margin-top: 5px;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ibys-training-board .ibys-training-card-meta strong.is-good {
    color: #1a7a45;
}

.ibys-training-board .ibys-training-card-meta strong.is-muted {
    color: #5a6a80;
}

.ibys-training-board .ibys-training-progress {
    display: grid;
    gap: 8px;
}

.ibys-training-board .ibys-training-progress-head span {
    color: #5a6a80;
    font-size: 13px;
    font-weight: 900;
}

.ibys-training-board .ibys-training-progress-head strong {
    color: #164f8b;
    font-size: 13px;
    font-weight: 950;
}

.ibys-training-board .ibys-training-progress-track {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7ebf1;
}

.ibys-training-board .ibys-training-progress-track span {
    display: block;
    height: 100%;
    min-width: 4px;
    border-radius: inherit;
    background: linear-gradient(90deg, #1a5fa8, #2d4e8a);
}

.ibys-training-board .ibys-training-card.is-done .ibys-training-progress-track span {
    background: linear-gradient(90deg, #1a7a45, #1e9955);
}

.ibys-training-board .ibys-training-card.is-planned .ibys-training-progress-track span {
    background: linear-gradient(90deg, #b05c0a, #c97214);
}

.ibys-training-board .ibys-training-avatars {
    display: flex;
    align-items: center;
}

.ibys-training-board .ibys-training-avatars span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin-left: -7px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #6366f1;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
}

.ibys-training-board .ibys-training-avatars span:first-child {
    margin-left: 0;
}

.ibys-training-board .ibys-training-avatars span:nth-child(2) {
    background: #0d9488;
}

.ibys-training-board .ibys-training-avatars span.is-more {
    background: #edf2f7;
    color: #5a6a80;
}

.ibys-training-board .ibys-training-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: #f4f6fa;
    color: #2d3a4d;
    font-size: 12px;
    font-weight: 900;
}

.ibys-training-board .ibys-training-status i {
    font-size: 8px;
}

.ibys-training-board .ibys-training-status.status-active,
.ibys-training-board .ibys-training-status.status-ok {
    background: rgba(26, 122, 69, .09);
    color: #1a7a45;
}

.ibys-training-board .ibys-training-status.status-warn {
    background: rgba(176, 92, 10, .10);
    color: #b05c0a;
}

.ibys-training-board .ibys-training-card-actions {
    display: none !important;
}

@media (max-width: 1200px) {
    .ibys-training-board .ibys-training-card-grid {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
    }
}

@media (max-width: 760px) {
    .ibys-training-board > .training-list-head {
        display: grid;
    }

    .ibys-training-board .training-view-switch {
        width: 100%;
        justify-content: space-between;
    }

    .ibys-training-board .training-view-option {
        flex: 1 1 0;
        justify-content: center;
    }

    .ibys-training-board .ibys-training-card-grid {
        grid-template-columns: 1fr;
    }

    .ibys-training-board .ibys-training-card-meta {
        grid-template-columns: 1fr;
    }

    .ibys-training-board .ibys-training-card-title {
        min-height: 0;
    }
}

body.ibys-training-detail-open {
    overflow: hidden;
}

.ibys-training-detail-modal {
    position: fixed;
    top: 62px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100900;
    display: none;
}

.ibys-training-detail-modal.is-open {
    display: block;
}

body.ibys-ui-v2 .ibys-training-detail-modal {
    top: 52px;
}

.ibys-training-detail-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .46);
    backdrop-filter: blur(5px);
}

.ibys-training-detail-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(552px, 100vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: -28px 0 70px rgba(15, 23, 42, .24);
}

.ibys-training-detail-head {
    position: relative;
    flex: 0 0 auto;
    padding: 28px 28px 26px;
    background: #1a2d4f;
    color: #fff;
}

.ibys-training-detail-close {
    position: absolute;
    top: 24px;
    right: 26px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.ibys-training-detail-close:hover {
    background: rgba(255, 255, 255, .16);
}

.ibys-training-detail-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 56px;
}

.ibys-training-detail-type,
.ibys-training-detail-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.ibys-training-detail-type {
    background: rgba(26, 95, 168, .22);
    color: #75b6ff;
}

.ibys-training-detail-type.is-online {
    background: rgba(108, 79, 168, .24);
    color: #d7c7ff;
}

.ibys-training-detail-type.is-remote {
    background: rgba(12, 107, 122, .28);
    color: #9af0ee;
}

.ibys-training-detail-status {
    background: #eef2f8;
    color: #2d3a4d;
}

.ibys-training-detail-status.status-active,
.ibys-training-detail-status.status-ok {
    background: #eefaf3;
    color: #1a7a45;
}

.ibys-training-detail-status.status-warn {
    background: #fff4e5;
    color: #b05c0a;
}

.ibys-training-detail-head h3 {
    margin: 12px 56px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 950;
    line-height: 1.25;
}

.ibys-training-detail-head p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    font-weight: 750;
}

.ibys-training-detail-head p i {
    font-size: 10px;
}

.ibys-training-detail-body {
    flex: 1 1 auto;
    overflow: auto;
    padding: 26px 28px 30px;
    display: grid;
    gap: 24px;
}

.ibys-training-detail-body h4 {
    margin: 0 0 12px;
    color: #42516a;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ibys-training-detail-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ibys-training-detail-info div,
.ibys-training-detail-progress,
.ibys-training-detail-person,
.ibys-training-detail-empty {
    border: 1px solid #dce1ea;
    border-radius: 10px;
    background: #f7f9fc;
}

.ibys-training-detail-info div {
    min-height: 82px;
    padding: 16px 17px;
}

.ibys-training-detail-info span {
    display: block;
    color: #5a6a80;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.ibys-training-detail-info strong {
    display: block;
    margin-top: 10px;
    color: #111827;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.3;
}

.ibys-training-detail-progress {
    padding: 24px 20px 18px;
}

.ibys-training-detail-progress-top,
.ibys-training-detail-progress-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ibys-training-detail-progress-top strong {
    color: #111827;
    font-size: 15px;
    font-weight: 950;
}

.ibys-training-detail-progress-top span {
    color: #1a5fa8;
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
}

.ibys-training-detail-progress-track {
    height: 10px;
    margin: 18px 0 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #e3e8f0;
}

.ibys-training-detail-progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1a5fa8, #2d4e8a);
}

.ibys-training-detail-progress-meta span {
    color: #42516a;
    font-size: 13px;
    font-weight: 850;
}

.ibys-training-detail-participants {
    display: grid;
    gap: 10px;
    max-height: 310px;
    overflow: auto;
    padding-right: 4px;
}

.ibys-training-detail-person {
    min-height: 70px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
}

.ibys-training-detail-avatar {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #6366f1;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
}

.ibys-training-detail-person:nth-child(2n) .ibys-training-detail-avatar {
    background: #a855f7;
}

.ibys-training-detail-person:nth-child(3n) .ibys-training-detail-avatar {
    background: #3b82f6;
}

.ibys-training-detail-person strong {
    display: block;
    color: #06142b;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.2;
}

.ibys-training-detail-person small {
    display: block;
    margin-top: 4px;
    color: #5a6a80;
    font-size: 13px;
    font-weight: 750;
}

.ibys-training-detail-person-status {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.ibys-training-detail-person-status.is-ok {
    background: rgba(26, 122, 69, .10);
    color: #1a7a45;
}

.ibys-training-detail-person-status.is-miss {
    background: rgba(185, 28, 28, .09);
    color: #b91c1c;
}

.ibys-training-detail-empty {
    padding: 16px;
    color: #5a6a80;
    font-size: 13px;
    font-weight: 850;
    text-align: center;
}

@media (max-width: 760px) {
    .ibys-training-detail-panel {
        width: 100vw;
    }

    .ibys-training-detail-head,
    .ibys-training-detail-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ibys-training-detail-info,
    .ibys-training-detail-person {
        grid-template-columns: 1fr;
    }

    .ibys-training-detail-person {
        justify-items: start;
    }
}

/* Training detail drawer shared by v1 and v2. */
.ibys-training-detail-panel {
    width: min(552px, calc(100vw - 18px));
    background: #fff;
    box-shadow: -24px 0 58px rgba(15, 23, 42, .22);
}

.ibys-training-detail-head {
    min-height: 101px;
    padding: 16px 76px 20px 22px;
    background: #1d365e;
}

.ibys-training-detail-kicker {
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ibys-training-detail-head h3 {
    margin: 6px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.2;
}

.ibys-training-detail-head p {
    flex-wrap: wrap;
    gap: 6px;
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .64);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
}

.ibys-training-detail-head .ibys-training-detail-type {
    display: inline;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.ibys-training-detail-head .ibys-training-detail-status {
    position: absolute;
    right: 22px;
    bottom: 16px;
    min-height: 24px;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 11px;
}

.ibys-training-detail-close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 24px;
}

.ibys-training-detail-body {
    padding: 20px 16px 118px 22px;
    gap: 16px;
    background: #fff;
}

.ibys-training-detail-body section {
    min-width: 0;
}

.ibys-training-detail-body h4 {
    margin: 0 0 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #d8dee8;
    color: #9aa4b2;
    font-size: 12px;
    letter-spacing: .06em;
}

.ibys-training-detail-info {
    gap: 10px;
}

.ibys-training-detail-info div {
    min-height: 64px;
    padding: 13px 14px;
    border-color: #d7deea;
    border-radius: 7px;
    background: #f4f6fa;
}

.ibys-training-detail-info span {
    color: #98a2b3;
    font-size: 11px;
}

.ibys-training-detail-info strong {
    margin-top: 7px;
    color: #334155;
    font-size: 14px;
    line-height: 1.3;
}

.ibys-training-detail-progress {
    padding: 18px 15px 16px;
    border-color: #d7deea;
    border-radius: 7px;
    background: #f4f6fa;
}

.ibys-training-detail-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    text-align: center;
}

.ibys-training-detail-stats div {
    min-width: 0;
}

.ibys-training-detail-stats strong {
    display: block;
    color: #0f172a;
    font-size: 26px;
    font-weight: 950;
    line-height: 1;
}

.ibys-training-detail-stats .is-attended strong {
    color: #168249;
}

.ibys-training-detail-stats .is-absent strong {
    color: #b45309;
}

.ibys-training-detail-stats span {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.ibys-training-detail-progress-track {
    height: 7px;
    margin: 15px 0 7px;
    background: #dce3ee;
}

.ibys-training-detail-progress-track span {
    background: #2367af;
}

.ibys-training-detail-progress-meta {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
}

.ibys-training-detail-progress-meta span,
.ibys-training-detail-progress-meta strong {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.ibys-training-detail-progress-meta strong {
    color: #2367af;
}

.ibys-training-detail-progress-meta span:last-child {
    text-align: right;
}

.ibys-training-detail-participants {
    gap: 0;
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.ibys-training-detail-person {
    min-height: 55px;
    grid-template-columns: 32px minmax(0, 1fr) minmax(78px, auto);
    gap: 10px;
    padding: 10px 0;
    border-width: 0 0 1px;
    border-radius: 0;
    background: #fff;
}

.ibys-training-detail-avatar {
    width: 32px;
    height: 32px;
    background: #1f65ad;
    font-size: 11px;
}

.ibys-training-detail-person:nth-child(2n) .ibys-training-detail-avatar {
    background: #4f3b9f;
}

.ibys-training-detail-person:nth-child(3n) .ibys-training-detail-avatar {
    background: #1f65ad;
}

.ibys-training-detail-person:nth-child(4n) .ibys-training-detail-avatar {
    background: #64748b;
}

.ibys-training-detail-person:nth-child(5n) .ibys-training-detail-avatar {
    background: #b85f0a;
}

.ibys-training-detail-person strong {
    color: #1f2937;
    font-size: 14px;
}

.ibys-training-detail-person small {
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
}

.ibys-training-detail-person-status {
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    font-size: 13px;
    display: grid;
    gap: 2px;
    justify-items: end;
    line-height: 1.25;
    text-align: right;
}

.ibys-training-detail-person-status.is-ok {
    color: #168249;
}

.ibys-training-detail-person-status.is-miss {
    color: #dc2626;
}

.ibys-training-detail-person-status.is-planned {
    color: #2367af;
}

.ibys-training-detail-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 14px 16px;
    border-top: 1px solid #d8dee8;
    background: #f4f6fa;
}

.ibys-training-detail-action {
    min-width: 0;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #d7deea;
    border-radius: 7px;
    background: #fff;
    color: #334155;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.ibys-training-detail-action:hover {
    border-color: #2367af;
    color: #1f65ad;
}

.ibys-training-detail-action.is-primary {
    border-color: #2367af;
    background: #2367af;
    color: #fff;
}

.ibys-training-detail-action.is-disabled {
    opacity: .48;
    pointer-events: auto;
    cursor: not-allowed;
}

@media (max-width: 760px) {
    .ibys-training-detail-modal {
        top: 50px;
    }

    .ibys-training-detail-panel {
        width: 100vw;
    }

    .ibys-training-detail-head {
        padding: 16px 68px 18px 18px;
    }

    .ibys-training-detail-body {
        padding: 18px 18px 130px;
    }

    .ibys-training-detail-info {
        grid-template-columns: 1fr;
    }

    .ibys-training-detail-person {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .ibys-training-detail-person-status {
        grid-column: 2;
    }

    .ibys-training-detail-footer {
        grid-template-columns: 1fr;
    }
}

/* Reference shell theme adapted from ibys_tum_moduller.html */
body.ibys-ui-v2 {
    --app-bg: #eef1f6;
    --surface: #ffffff;
    --surface-muted: #f4f6fa;
    --surface-strong: #eaecf2;
    --text: #111827;
    --text-soft: #2d3a4d;
    --muted: #5a6a80;
    --muted-2: #9aa4b2;
    --line: #dce1ea;
    --line-soft: #eef1f6;
    --primary: #1a5fa8;
    --primary-strong: #1557a0;
    --primary-soft: rgba(26, 95, 168, .08);
    --primary-border: rgba(26, 95, 168, .25);
    --nav: #1a2d4f;
    --nav-2: #243a63;
    --success: #1a7a45;
    --warning: #b05c0a;
    --danger: #b91c1c;
    --radius: 6px;
    --radius-lg: 8px;
    --shadow-sm: 0 1px 4px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .04);
    --shadow-md: 0 2px 12px rgba(0, 0, 0, .10);
    background: var(--app-bg);
    font-size: 13px;
    line-height: 1.5;
}

body.ibys-ui-v2:not(.login-body) {
    --admin-sidebar-width: 272px;
    background: var(--app-bg) !important;
}

body.ibys-ui-v2 .admin-layout.app-shell {
    min-height: 100vh;
    background: var(--app-bg) !important;
}

body.ibys-ui-v2 .admin-layout .topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 120 !important;
    width: 100vw !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 12px 0 calc(var(--admin-sidebar-width) + 12px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--nav) !important;
    color: #fff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20) !important;
}

body.ibys-ui-v2 .admin-layout.nav-collapsed .topbar,
body.ibys-ui-v2.nav-collapsed-preload .admin-layout .topbar {
    padding-left: 64px !important;
}

body.ibys-ui-v2 .admin-layout .topbar::before {
    content: "" !important;
    position: absolute;
    left: 14px;
    top: 12px;
    display: block !important;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background: var(--primary);
}

body.ibys-ui-v2 .admin-layout .topbar::after {
    content: "Senkra";
    position: absolute;
    left: 52px;
    top: 0;
    height: 52px;
    width: 220px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .10);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
}

body.ibys-ui-v2 .admin-layout .topbar-left,
body.ibys-ui-v2 .admin-layout .topbar-right {
    min-height: 52px;
}

body.ibys-ui-v2 .admin-layout .menu-toggle,
body.ibys-ui-v2 .admin-layout .hr-v2-icon-btn,
body.ibys-ui-v2 .admin-layout .hr-v2-quick-btn {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border: 0;
    border-radius: var(--radius);
    background: transparent;
    color: rgba(255, 255, 255, .58);
    box-shadow: none;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-btn.has-label {
    width: auto;
    padding: 0 10px;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-btn.hizli-btn {
    background: rgba(255, 255, 255, 0.13);
    border: 0.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 7px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 13px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.14s;
    min-height: 0;
    height: auto;
    box-shadow: none;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-btn.hizli-btn:hover,
body.ibys-ui-v2 .admin-layout .hr-v2-quick-wrap.is-open .hr-v2-quick-btn.hizli-btn {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
    box-shadow: none;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-btn.hizli-btn .hr-v2-quick-btn-label {
    font-size: 13px;
    font-weight: 500;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-btn.hizli-btn .chevron {
    font-size: 14px;
    line-height: 1;
    transition: transform 0.2s;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-wrap.is-open .hr-v2-quick-btn.hizli-btn .chevron,
body.ibys-ui-v2 .admin-layout .hr-v2-quick-btn.hizli-btn .chevron.open {
    transform: rotate(180deg);
}

body.ibys-ui-v2 .admin-layout .menu-toggle:hover,
body.ibys-ui-v2 .admin-layout .hr-v2-icon-btn:hover,
body.ibys-ui-v2 .admin-layout .hr-v2-quick-btn:hover,
body.ibys-ui-v2 .admin-layout .hr-v2-quick-wrap.is-open .hr-v2-quick-btn {
    background: rgba(255, 255, 255, .10);
    color: #fff;
    box-shadow: none;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu.dropdown-panel {
    background: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    min-width: 230px;
    padding: 6px;
    margin-top: 8px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 0;
    padding: 9px 11px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.12s;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    transform: none;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-item:hover {
    background: #f5f5f5;
    color: #111;
    transform: none;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    box-shadow: none;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-icon i {
    font-size: 17px;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-label {
    font-size: 13px;
    color: #111;
    font-weight: 500;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-sub {
    font-size: 11px;
    color: #888;
    font-weight: 500;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-divider {
    height: 0.5px;
    background: #e5e5e5;
    margin: 4px 8px;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-icon.add {
    background: #eef2ff;
    color: #4f46e5;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-icon.entry {
    background: #f0fdf4;
    color: #16a34a;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-icon.upload {
    background: #fff7ed;
    color: #ea580c;
}

body.ibys-ui-v2 .admin-layout .hr-v2-quick-menu .dd-icon.bulk {
    background: #f0f9ff;
    color: #0284c7;
}

body.ibys-ui-v2 .admin-layout .hr-v2-topbar-title strong,
body.ibys-ui-v2 .admin-layout .page-title {
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
}

body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb,
body.ibys-ui-v2 .admin-layout .breadcrumb-text,
body.ibys-ui-v2 .admin-layout .breadcrumb-arrow {
    color: rgba(255, 255, 255, .48) !important;
    font-size: 11px;
    font-weight: 650;
}

body.ibys-ui-v2 .admin-layout .topbar-user:hover,
body.ibys-ui-v2 .admin-layout .topbar-user.is-open {
    background: rgba(255, 255, 255, .08);
}

body.ibys-ui-v2 .admin-layout .topbar-user-avatar {
    width: 27px;
    height: 27px;
    border: 2px solid rgba(255, 255, 255, .20);
    background: var(--primary);
    color: #fff;
    font-size: 10px;
}

body.ibys-ui-v2 .admin-layout .topbar-user-copy strong {
    color: #fff;
    font-size: 11px;
}

body.ibys-ui-v2 .admin-layout .topbar-user-copy span,
body.ibys-ui-v2 .admin-layout .topbar-user-chevron {
    color: rgba(255, 255, 255, .46);
    font-size: 9px;
}

body.ibys-ui-v2 .admin-layout .sidebar {
    top: 52px !important;
    bottom: 0 !important;
    width: var(--admin-sidebar-width) !important;
    min-width: var(--admin-sidebar-width) !important;
    max-width: var(--admin-sidebar-width) !important;
    height: calc(100vh - 52px) !important;
    min-height: calc(100vh - 52px) !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-right: 1px solid var(--line) !important;
    background: var(--surface) !important;
    color: var(--text-soft) !important;
    box-shadow: 8px 0 24px rgba(17, 24, 39, .08) !important;
}

body.ibys-ui-v2 .admin-layout .sidebar::before {
    display: none !important;
}

body.ibys-ui-v2 .admin-layout .sidebar::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 52px;
    background: var(--nav);
    border-right: 1px solid var(--nav-2);
}

body.ibys-ui-v2 .admin-layout .sidebar > * {
    position: relative;
    z-index: 1;
}

body.ibys-ui-v2 .admin-layout .sidebar-logo {
    min-height: 66px;
    margin: 0 0 0 52px;
    padding: 10px 14px;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid var(--line);
    background: var(--surface);
}

body.ibys-ui-v2 .admin-layout .sidebar-logo-img {
    width: 108px;
    max-width: 82%;
    filter: none;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu {
    margin: 0 0 0 52px;
    padding: 6px 7px 10px;
    gap: 2px;
    overflow-y: auto;
    scrollbar-color: rgba(154, 164, 178, .42) transparent;
}

body.ibys-ui-v2 .admin-layout .sidebar-bottom {
    margin: 0 0 0 52px;
    padding: 6px 7px;
    border-top: 1px solid var(--line);
    background: var(--surface);
}

body.ibys-ui-v2 .admin-layout .sidebar-menu::-webkit-scrollbar {
    width: 4px;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--line);
}

body.ibys-ui-v2 .admin-layout .menu-title,
body.ibys-ui-v2 .admin-layout .menu-title-link {
    min-height: auto;
    margin: 0;
    padding: 10px 7px 4px;
    border-radius: 0;
    background: transparent !important;
    color: var(--muted-2) !important;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.ibys-ui-v2 .admin-layout .menu-btn {
    position: relative;
    min-height: 32px;
    margin: 0;
    padding: 6px 8px;
    gap: 7px;
    border: 0 !important;
    border-radius: var(--radius);
    background: transparent;
    color: var(--muted);
    box-shadow: none !important;
    font-size: 12px;
    font-weight: 600;
}

body.ibys-ui-v2 .admin-layout .menu-btn::before {
    display: none;
}

body.ibys-ui-v2 .admin-layout .menu-btn-main {
    gap: 0;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-btn > .menu-btn-main > .menu-btn-icon {
    position: absolute;
    left: -39px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: var(--radius-lg);
    color: rgba(255, 255, 255, .42);
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-btn:hover > .menu-btn-main > .menu-btn-icon {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .82);
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-btn.active > .menu-btn-main > .menu-btn-icon {
    background: rgba(26, 95, 168, .45);
    color: #fff;
}

body.ibys-ui-v2 .admin-layout .menu-btn-icon {
    width: 14px;
    min-width: 14px;
    height: 14px;
    color: currentColor;
    opacity: .88;
}

body.ibys-ui-v2 .admin-layout .menu-btn-icon svg {
    width: 14px;
    height: 14px;
}

body.ibys-ui-v2 .admin-layout .menu-btn-label {
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.ibys-ui-v2 .admin-layout .menu-btn-caret {
    width: 14px;
    min-width: 14px;
    height: 14px;
    color: var(--muted-2);
}

body.ibys-ui-v2 .admin-layout .menu-btn:hover,
body.ibys-ui-v2 .admin-layout .menu-btn-parent.is-open:not(.active) {
    background: var(--surface-strong);
    color: var(--text-soft);
}

body.ibys-ui-v2 .admin-layout .menu-btn.active {
    background: var(--primary-soft);
    color: var(--primary-strong);
    font-weight: 700;
}

body.ibys-ui-v2 .admin-layout .menu-btn.active .menu-btn-icon {
    color: var(--primary);
}

body.ibys-ui-v2 .admin-layout .menu-btn.active .menu-btn-label {
    font-weight: 700;
}

body.ibys-ui-v2 .admin-layout .sidebar-submenu {
    margin: 2px 0 7px 12px;
    padding-left: 9px;
    gap: 2px;
    border-left: 1px solid var(--line);
}

body.ibys-ui-v2 .admin-layout .sidebar-submenu .menu-btn {
    min-height: 29px;
    padding: 5px 7px;
    font-size: 11px;
}

body.ibys-ui-v2 .admin-layout .sidebar-submenu .menu-btn-main {
    gap: 6px;
}

body.ibys-ui-v2 .admin-layout .sidebar-submenu .menu-btn-icon {
    position: static;
    transform: none;
    width: 13px;
    min-width: 13px;
    height: 13px;
    border-radius: 0;
    background: transparent;
    color: currentColor;
}

body.ibys-ui-v2 .admin-layout .sidebar-submenu .menu-btn .menu-btn-label {
    font-size: 11px;
}

body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user {
    min-height: 42px;
    padding: 4px 7px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface-muted);
    color: var(--text-soft);
    box-shadow: none;
}

body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user:hover,
body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user.is-open {
    border-color: var(--line);
    background: var(--surface-strong);
}

body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user-avatar {
    width: 30px;
    height: 30px;
    border: 0;
    background: var(--primary);
    color: #fff;
    font-size: 10px;
}

body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user-copy strong {
    color: var(--text);
    font-size: 11px;
    max-width: 132px;
}

body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user-copy span,
body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user-chevron {
    color: var(--muted);
    font-size: 9px;
}

body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user-dropdown {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-md);
}

body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user-dropdown a {
    min-height: 34px;
    border-radius: var(--radius);
    color: var(--text-soft);
    font-size: 12px;
}

body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user-dropdown a:hover {
    background: var(--primary-soft);
    color: var(--primary-strong);
}

body.ibys-ui-v2 .admin-layout .sidebar-user-menu .topbar-user-dropdown a.is-danger {
    color: var(--danger);
}

body.ibys-ui-v2 .admin-layout .main-panel {
    margin-left: var(--admin-sidebar-width) !important;
    width: calc(100vw - var(--admin-sidebar-width)) !important;
    min-height: 100vh;
    padding-top: 52px !important;
    background: var(--app-bg) !important;
}

body.ibys-ui-v2 .admin-layout.nav-collapsed .main-panel,
body.ibys-ui-v2.nav-collapsed-preload .admin-layout .main-panel {
    margin-left: 0 !important;
    width: 100vw !important;
}

body.ibys-ui-v2 .admin-layout .content-area {
    min-height: calc(100vh - 52px) !important;
    padding: 16px 22px !important;
    overflow: auto !important;
    background: var(--app-bg) !important;
}

body.ibys-ui-v2 .admin-layout .content-area > .content-decor-lines {
    display: none !important;
}

body.ibys-ui-v2 .card,
body.ibys-ui-v2 .panel,
body.ibys-ui-v2 .dashboard-card,
body.ibys-ui-v2 .workplace-list-card,
body.ibys-ui-v2 .workplace-form-card,
body.ibys-ui-v2 .employee-entry-card,
body.ibys-ui-v2 .employee-form-section,
body.ibys-ui-v2 .employee-detail-card,
body.ibys-ui-v2 .permission-designer,
body.ibys-ui-v2 .permission-designer-panel,
body.ibys-ui-v2 .permission-designer-roles,
body.ibys-ui-v2 .personal-task-card,
body.ibys-ui-v2 .license-admin-panel,
body.ibys-ui-v2 .finance-create-panel,
body.ibys-ui-v2 .finance-modal-section,
body.ibys-ui-v2 .training-definition-card,
body.ibys-ui-v2 .training-preview-card,
body.ibys-ui-v2 .attendance-table-card,
body.ibys-ui-v2 .attendance-settings-card,
body.ibys-ui-v2 .document-upload-panel,
body.ibys-ui-v2 .finance-modal-panel,
body.ibys-ui-v2 .personal-task-modal-panel,
body.ibys-ui-v2 .list-panel,
body.ibys-ui-v2 .widget,
body.ibys-ui-v2 .form-section {
    border: 1px solid var(--line) !important;
    border-radius: var(--radius-lg) !important;
    background: var(--surface) !important;
    box-shadow: var(--shadow-sm) !important;
}

body.ibys-ui-v2 .card:hover,
body.ibys-ui-v2 .dashboard-card:hover,
body.ibys-ui-v2 .workplace-list-card:hover,
body.ibys-ui-v2 .employee-detail-card:hover,
body.ibys-ui-v2 .personal-task-card:hover {
    border-color: var(--line) !important;
    box-shadow: var(--shadow-md) !important;
}

body.ibys-ui-v2 .stat,
body.ibys-ui-v2 .stat-card,
body.ibys-ui-v2 .personal-task-kpi,
body.ibys-ui-v2 .license-admin-metric,
body.ibys-ui-v2 .finance-kpi {
    border: 1px solid var(--line) !important;
    border-radius: var(--radius-lg) !important;
    background: #fff !important;
    box-shadow: var(--shadow-sm) !important;
}

body.ibys-ui-v2 .stat::before,
body.ibys-ui-v2 .stat-card::before,
body.ibys-ui-v2 .personal-task-kpi::before,
body.ibys-ui-v2 .license-admin-metric::before,
body.ibys-ui-v2 .finance-kpi::before {
    height: 4px;
    background: var(--primary);
}

body.ibys-ui-v2 input,
body.ibys-ui-v2 select,
body.ibys-ui-v2 textarea,
body.ibys-ui-v2 .field input,
body.ibys-ui-v2 .field select,
body.ibys-ui-v2 .field textarea {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface-muted);
    color: var(--text);
    font-size: 12px;
}

body.ibys-ui-v2 input:focus,
body.ibys-ui-v2 select:focus,
body.ibys-ui-v2 textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(26, 95, 168, .12);
}

body.ibys-ui-v2 .btn,
body.ibys-ui-v2 .btn-small,
body.ibys-ui-v2 button[type="submit"],
body.ibys-ui-v2 .mini-btn {
    border-radius: var(--radius);
    background: var(--primary);
    color: #fff;
    box-shadow: none;
}

body.ibys-ui-v2 .btn:hover,
body.ibys-ui-v2 .btn-small:hover,
body.ibys-ui-v2 button[type="submit"]:hover,
body.ibys-ui-v2 .mini-btn:hover {
    background: var(--primary-strong);
}

body.ibys-ui-v2 .btn-secondary,
body.ibys-ui-v2 .btn-light,
body.ibys-ui-v2 .btn-outline,
body.ibys-ui-v2 .filter-chip,
body.ibys-ui-v2 .process-flow-tab,
body.ibys-ui-v2 .personal-task-tab,
body.ibys-ui-v2 .finance-tab,
body.ibys-ui-v2 .meta-pill,
body.ibys-ui-v2 .tab-btn {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    color: var(--text-soft);
    box-shadow: none;
}

body.ibys-ui-v2 .btn-secondary:hover,
body.ibys-ui-v2 .btn-light:hover,
body.ibys-ui-v2 .btn-outline:hover,
body.ibys-ui-v2 .filter-chip:hover,
body.ibys-ui-v2 .process-flow-tab:hover,
body.ibys-ui-v2 .personal-task-tab:hover,
body.ibys-ui-v2 .finance-tab:hover,
body.ibys-ui-v2 .tab-btn:hover {
    border-color: var(--primary-border);
    background: var(--primary-soft);
    color: var(--primary-strong);
}

body.ibys-ui-v2 .table-wrap,
body.ibys-ui-v2 .finance-table-wrap,
body.ibys-ui-v2 .employee-import-table-wrap,
body.ibys-ui-v2 .leave-table-wrap,
body.ibys-ui-v2 .workplace-table-wrap {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-sm);
}

body.ibys-ui-v2 thead th {
    background: var(--surface-muted) !important;
    color: var(--muted) !important;
    border-bottom: 1px solid var(--line) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
}

body.ibys-ui-v2 tbody td {
    border-bottom: 1px solid var(--line-soft) !important;
    background: #fff;
}

body.ibys-ui-v2 tbody tr:hover td {
    background: #f5f8fd !important;
}

body.ibys-ui-v2 .status-badge,
body.ibys-ui-v2 .badge,
body.ibys-ui-v2 .workplace-status,
body.ibys-ui-v2 .workplace-pill,
body.ibys-ui-v2 .project-pill,
body.ibys-ui-v2 .settings-badge,
body.ibys-ui-v2 .personal-task-badge {
    border-radius: var(--radius);
    font-size: 10px;
    font-weight: 800;
}

body.ibys-ui-v2 .ibys-training-board .ibys-training-card,
body.ibys-ui-v2 .ibys-training-card {
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-sm) !important;
}

body.ibys-ui-v2 .ibys-training-board .ibys-training-card:hover,
body.ibys-ui-v2 .ibys-training-card:hover {
    box-shadow: var(--shadow-md) !important;
}

body.ibys-ui-v2 .ibys-training-board .ibys-training-card-band,
body.ibys-ui-v2 .ibys-training-card-band {
    height: 4px !important;
    background: var(--primary) !important;
}

body.ibys-ui-v2 .ibys-training-board .ibys-training-card.is-done .ibys-training-card-band,
body.ibys-ui-v2 .ibys-training-card.is-done .ibys-training-card-band {
    background: var(--success) !important;
}

body.ibys-ui-v2 .ibys-training-board .ibys-training-card.is-planned .ibys-training-card-band,
body.ibys-ui-v2 .ibys-training-card.is-planned .ibys-training-card-band {
    background: var(--warning) !important;
}

@media (max-width: 1000px) {
    body.ibys-ui-v2:not(.login-body) {
        --admin-sidebar-width: 240px;
    }

    body.ibys-ui-v2 .admin-layout .topbar {
        padding-left: 64px !important;
    }

    body.ibys-ui-v2 .admin-layout .sidebar {
        transform: translateX(-100%);
    }

    body.ibys-ui-v2 .admin-layout.sidebar-open .sidebar,
    body.ibys-ui-v2 .admin-layout.nav-hover-enabled .sidebar:hover {
        transform: translateX(0);
    }

    body.ibys-ui-v2 .admin-layout .main-panel {
        margin-left: 0 !important;
        width: 100vw !important;
    }

    body.ibys-ui-v2 .admin-layout .content-area {
        padding: 14px !important;
    }
}

/* Real two-column V2 navigation: module rail + active submenu panel */
body.ibys-ui-v2:not(.login-body) {
    --admin-sidebar-width: 356px;
    --ibys-v2-rail-width: 84px;
    --ibys-v2-panel-width: 272px;
}

body.ibys-ui-v2 .admin-layout .sidebar {
    top: 0 !important;
    width: var(--admin-sidebar-width) !important;
    min-width: var(--admin-sidebar-width) !important;
    max-width: var(--admin-sidebar-width) !important;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: hidden !important;
    border-right: 1px solid var(--line) !important;
    background: #fff !important;
    box-shadow: 8px 0 24px rgba(17, 24, 39, .08) !important;
}

body.ibys-ui-v2 .admin-layout .sidebar::before,
body.ibys-ui-v2 .admin-layout .sidebar::after,
body.ibys-ui-v2 .admin-layout .topbar::before,
body.ibys-ui-v2 .admin-layout .topbar::after {
    display: none !important;
    content: none !important;
}

body.ibys-ui-v2 .admin-layout .topbar {
    left: var(--admin-sidebar-width) !important;
    right: 0 !important;
    width: calc(100vw - var(--admin-sidebar-width)) !important;
    padding: 0 14px !important;
}

body.ibys-ui-v2 .admin-layout .main-panel {
    margin-left: var(--admin-sidebar-width) !important;
    width: calc(100vw - var(--admin-sidebar-width)) !important;
}

body.ibys-ui-v2 .admin-layout.nav-collapsed .topbar,
body.ibys-ui-v2.nav-collapsed-preload .admin-layout .topbar {
    left: 0 !important;
    width: 100vw !important;
    padding-left: 64px !important;
}

body.ibys-ui-v2 .ibys-v2-module-rail {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 4;
    width: var(--ibys-v2-rail-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 18px;
    background: var(--nav);
    border-right: 1px solid var(--nav-2);
}

body.ibys-ui-v2 .ibys-v2-rail-brand,
body.ibys-ui-v2 .ibys-v2-rail-item {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 14px;
    color: rgba(255, 255, 255, .40);
    text-decoration: none;
    transition: background .14s ease, color .14s ease, transform .14s ease;
}

body.ibys-ui-v2 .ibys-v2-rail-brand {
    margin-bottom: 28px;
    background: var(--primary);
    color: #fff;
    overflow: hidden;
}

body.ibys-ui-v2 .ibys-v2-rail-brand svg,
body.ibys-ui-v2 .ibys-v2-rail-item svg {
    width: 20px;
    height: 20px;
    display: block;
}

body.ibys-ui-v2 .ibys-v2-rail-logo {
    width: 68px;
    height: 68px;
    display: block;
    object-fit: cover;
    object-position: center 28%;
    transform: scale(1.18);
    filter: saturate(1.12) contrast(1.06);
}

body.ibys-ui-v2 .ibys-v2-rail-links {
    width: 100%;
    display: grid;
    justify-items: center;
    gap: 8px;
}

body.ibys-ui-v2 .ibys-v2-rail-item:hover {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .82);
}

body.ibys-ui-v2 .ibys-v2-rail-item.is-active {
    background: rgba(26, 95, 168, .72);
    color: #fff;
}

body.ibys-ui-v2 .ibys-v2-rail-bottom {
    width: 100%;
    display: grid;
    justify-items: center;
    gap: 12px;
    margin-top: auto;
}

body.ibys-ui-v2 .ibys-v2-rail-avatar {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    background: #2f80d7;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

body.ibys-ui-v2 .admin-layout .sidebar-logo {
    display: none !important;
}

body.ibys-ui-v2 .ibys-v2-firm-card {
    min-height: 62px;
    margin-left: var(--ibys-v2-rail-width);
    padding: 16px 18px 14px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--line);
    background: #fff;
}

body.ibys-ui-v2 .ibys-v2-firm-initial {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

body.ibys-ui-v2 .ibys-v2-firm-card strong {
    min-width: 0;
    color: #182942;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.ibys-ui-v2 .ibys-v2-firm-card i {
    color: var(--muted);
    font-size: 11px;
}

body.ibys-ui-v2 .ibys-v2-project-select-card {
    cursor: pointer;
}

body.ibys-ui-v2 .ibys-v2-project-initial {
    pointer-events: none;
}

body.ibys-ui-v2 .ibys-v2-project-select {
    appearance: none;
    -webkit-appearance: none;
    min-width: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: #182942;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.ibys-ui-v2 .ibys-v2-project-select option {
    color: #182942;
    background: #fff;
}

body.ibys-ui-v2 .ibys-v2-project-chevron {
    color: #486078;
    font-size: 11px;
    pointer-events: none;
}

body.ibys-ui-v2 .ibys-v2-project-select-card:hover {
    border-color: #b9c9de;
    background: #f4f8ff;
}

body.ibys-ui-v2 .ibys-v2-sidebar-heading {
    margin-left: var(--ibys-v2-rail-width);
    padding: 26px 20px 10px;
    color: #53657d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu {
    margin: 0 0 0 var(--ibys-v2-rail-width) !important;
    padding: 0 12px 16px !important;
    display: block !important;
    overflow-y: auto !important;
    height: calc(100vh - 152px);
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-title,
body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-title-link,
body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-btn {
    display: none !important;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu {
    display: grid !important;
    gap: 7px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-left: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu .menu-btn {
    min-height: 42px;
    padding: 0 12px;
    border: 0 !important;
    border-radius: 10px;
    background: transparent;
    color: #53657d;
    font-size: 14px;
    font-weight: 750;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu .menu-btn:hover {
    background: #f1f4f8;
    color: #18304f;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu .menu-btn.active {
    background: #edf3f7;
    color: var(--primary-strong);
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu .menu-btn-main {
    gap: 12px;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu .menu-btn-icon {
    position: static !important;
    transform: none !important;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 0;
    background: transparent !important;
    color: currentColor !important;
    opacity: .95;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu .menu-btn-icon svg {
    width: 18px;
    height: 18px;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu .menu-btn-label {
    font-size: 14px;
    font-weight: 750;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu .menu-btn.active .menu-btn-label {
    font-weight: 900;
}

body.ibys-ui-v2 .admin-layout .sidebar-bottom {
    display: none !important;
}

body.ibys-ui-v2 .admin-layout .sidebar-search-btn {
    width: 100%;
    justify-content: flex-start;
}

@media (max-width: 1000px) {
    body.ibys-ui-v2:not(.login-body) {
        --admin-sidebar-width: min(356px, 88vw);
    }

    body.ibys-ui-v2 .admin-layout .topbar,
    body.ibys-ui-v2 .admin-layout .main-panel {
        left: 0 !important;
        width: 100vw !important;
        margin-left: 0 !important;
    }

    body.ibys-ui-v2 .admin-layout .sidebar {
        transform: translateX(-100%);
    }

    body.ibys-ui-v2 .admin-layout.sidebar-open .sidebar,
    body.ibys-ui-v2 .admin-layout.nav-hover-enabled .sidebar:hover {
        transform: translateX(0);
    }
}

/* Softer compact pass for the V2 navigation */
body.ibys-ui-v2:not(.login-body) {
    --admin-sidebar-width: 276px;
    --ibys-v2-rail-width: 64px;
    --ibys-v2-panel-width: 212px;
}

body.ibys-ui-v2 .admin-layout .sidebar {
    width: var(--admin-sidebar-width) !important;
    min-width: var(--admin-sidebar-width) !important;
    max-width: var(--admin-sidebar-width) !important;
}

body.ibys-ui-v2 .admin-layout .topbar {
    left: var(--admin-sidebar-width) !important;
    width: calc(100vw - var(--admin-sidebar-width)) !important;
}

body.ibys-ui-v2 .admin-layout .main-panel {
    margin-left: var(--admin-sidebar-width) !important;
    width: calc(100vw - var(--admin-sidebar-width)) !important;
}

body.ibys-ui-v2 .ibys-v2-module-rail {
    width: var(--ibys-v2-rail-width);
    padding: 16px 0 12px;
}

body.ibys-ui-v2 .ibys-v2-rail-brand,
body.ibys-ui-v2 .ibys-v2-rail-item {
    width: 38px;
    height: 38px;
    border-radius: 10px;
}

body.ibys-ui-v2 .ibys-v2-rail-brand {
    margin-bottom: 18px;
}

body.ibys-ui-v2 .ibys-v2-rail-logo {
    width: 54px;
    height: 54px;
}

body.ibys-ui-v2 .ibys-v2-rail-brand svg,
body.ibys-ui-v2 .ibys-v2-rail-item svg {
    width: 17px;
    height: 17px;
}

body.ibys-ui-v2 .ibys-v2-rail-links {
    gap: 8px;
}

body.ibys-ui-v2 .ibys-v2-rail-avatar {
    width: 36px;
    height: 36px;
    font-size: 12px;
}

body.ibys-ui-v2 .ibys-v2-firm-card {
    position: absolute;
    top: 18px;
    left: calc(var(--ibys-v2-rail-width) + 10px);
    right: 10px;
    min-height: 54px;
    margin: 0;
    padding: 8px 10px;
    grid-template-columns: 36px minmax(0, 1fr) 12px;
    gap: 9px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #f8fbff;
}

body.ibys-ui-v2 .ibys-v2-firm-initial {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 13px;
}

body.ibys-ui-v2 .ibys-v2-firm-card strong {
    font-size: 13px;
}

body.ibys-ui-v2 .ibys-v2-sidebar-heading {
    position: absolute;
    top: 98px;
    left: var(--ibys-v2-rail-width);
    right: 0;
    margin: 0;
    padding: 0 14px;
    font-size: 11px;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu {
    position: absolute;
    top: 126px;
    left: var(--ibys-v2-rail-width);
    right: 0;
    bottom: 0;
    height: auto;
    margin: 0 !important;
    padding: 0 10px 14px !important;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-title-link.active,
body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-btn:not(.menu-btn-parent).active {
    min-height: 38px;
    display: flex !important;
    align-items: center;
    padding: 0 10px;
    border-radius: 9px;
    background: #edf3f7 !important;
    color: var(--primary-strong) !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-title-link.active::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 12px;
    border-radius: 4px;
    background: currentColor;
    opacity: .9;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-title-link.active {
    min-height: auto !important;
    margin: 10px 4px 4px !important;
    padding: 0 8px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(226, 232, 240, .92) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .menu-title-link.active::before {
    width: 3px !important;
    height: 14px !important;
    margin-right: 8px !important;
    border-radius: 999px !important;
    background: #38bdf8 !important;
    opacity: .95 !important;
    box-shadow: 0 0 10px rgba(56, 189, 248, .28) !important;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu .menu-btn {
    min-height: 36px;
    padding: 0 9px;
    border-radius: 9px;
}

body.ibys-ui-v2 .admin-layout .sidebar-menu > .sidebar-submenu .menu-btn-label {
    font-size: 12.5px;
}

@media (max-width: 1000px) {
    body.ibys-ui-v2:not(.login-body) {
        --admin-sidebar-width: min(276px, 88vw);
    }

    body.ibys-ui-v2 .admin-layout .topbar,
    body.ibys-ui-v2 .admin-layout .main-panel {
        left: 0 !important;
        width: 100vw !important;
        margin-left: 0 !important;
    }
}

/* V2 dedicated two-column navigation */
body.ibys-ui-v2 .admin-layout .sidebar-logo,
body.ibys-ui-v2 .admin-layout .sidebar-menu,
body.ibys-ui-v2 .admin-layout .sidebar-bottom {
    display: none !important;
}

body.ibys-ui-v2 .admin-layout .sidebar {
    display: block !important;
}

body.ibys-ui-v2 .ibys-v2-firm-card {
    top: 16px;
    left: calc(var(--ibys-v2-rail-width) + 12px);
    right: 12px;
    min-height: 52px;
}

body.ibys-ui-v2 .ibys-v2-sidebar-heading {
    top: 92px;
    left: var(--ibys-v2-rail-width);
    padding: 0 16px;
}

body.ibys-ui-v2 .ibys-v2-subnav {
    position: absolute;
    top: 122px;
    left: var(--ibys-v2-rail-width);
    right: 0;
    bottom: 14px;
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 0 12px 14px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(154, 164, 178, .45) transparent;
}

body.ibys-ui-v2 .ibys-v2-subnav::-webkit-scrollbar {
    width: 4px;
}

body.ibys-ui-v2 .ibys-v2-subnav::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(154, 164, 178, .48);
}

body.ibys-ui-v2 .ibys-v2-subnav-item {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 10px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #53657d;
    text-align: left;
    text-decoration: none;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

body.ibys-ui-v2 .ibys-v2-subnav-item:hover {
    background: #f1f4f8;
    color: #18304f;
    text-decoration: none;
}

body.ibys-ui-v2 .ibys-v2-subnav-item.is-active {
    background: #edf3f7;
    color: var(--primary-strong);
    font-weight: 900;
}

body.ibys-ui-v2 .ibys-v2-subnav-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    color: currentColor;
    opacity: .95;
}

body.ibys-ui-v2 .ibys-v2-subnav-icon svg {
    width: 17px;
    height: 17px;
    display: block;
}

body.ibys-ui-v2 .ibys-v2-subnav-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    body.ibys-ui-v2 .ibys-v2-firm-card {
        top: 14px;
    }

    body.ibys-ui-v2 .ibys-v2-sidebar-heading {
        top: 88px;
    }

    body.ibys-ui-v2 .ibys-v2-subnav {
        top: 116px;
    }
}

/* Final V2 nav layout guard: keep rail and submenu in one grid */
html body.ibys-ui-v2:not(.login-body) {
    --admin-sidebar-width: 276px !important;
    --ibys-v2-rail-width: 64px !important;
    --ibys-v2-panel-width: 212px !important;
}

html body.ibys-ui-v2 .admin-layout .sidebar {
    top: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    width: 276px !important;
    min-width: 276px !important;
    max-width: 276px !important;
    height: 100vh !important;
    min-height: 100vh !important;
    display: grid !important;
    grid-template-columns: var(--ibys-v2-rail-width) minmax(0, 1fr) !important;
    grid-template-rows: 82px 34px minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
}

html body.ibys-ui-v2 .ibys-v2-module-rail {
    position: relative !important;
    inset: auto !important;
    grid-column: 1 !important;
    grid-row: 1 / 4 !important;
    width: var(--ibys-v2-rail-width) !important;
    height: 100vh !important;
    min-height: 100vh !important;
    padding: 20px 0 16px !important;
    z-index: 2 !important;
}

html body.ibys-ui-v2 .ibys-v2-firm-card {
    position: relative !important;
    inset: auto !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
    min-height: 52px !important;
    margin: 16px 12px 0 !important;
}

html body.ibys-ui-v2 .ibys-v2-sidebar-heading {
    position: relative !important;
    inset: auto !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: end !important;
    margin: 0 !important;
    padding: 0 16px 8px !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav {
    position: relative !important;
    inset: auto !important;
    grid-column: 2 !important;
    grid-row: 3 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 12px 16px !important;
    overflow-y: auto !important;
}

html body.ibys-ui-v2 .admin-layout .topbar {
    left: 276px !important;
    width: calc(100vw - 276px) !important;
}

html body.ibys-ui-v2 .admin-layout .main-panel {
    margin-left: 276px !important;
    width: calc(100vw - 276px) !important;
}

/* Unified training cards: v1/v2 share the same compact 4-column board. */
.ibys-training-board .ibys-training-card-grid,
body.ibys-ui-v2 .ibys-training-card-grid,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(210px, 1fr)) !important;
    gap: 12px !important;
}

.ibys-training-board .ibys-training-card,
body.ibys-ui-v2 .ibys-training-card,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card {
    min-height: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .055) !important;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease !important;
}

.ibys-training-board .ibys-training-card:hover,
body.ibys-ui-v2 .ibys-training-card:hover,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 26px rgba(15, 23, 42, .095) !important;
}

.ibys-training-board .ibys-training-card-band,
body.ibys-ui-v2 .ibys-training-card-band,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-band {
    height: 4px !important;
}

.ibys-training-board .ibys-training-card-body,
body.ibys-ui-v2 .ibys-training-card-body,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-body {
    gap: 9px !important;
    padding: 14px !important;
}

.ibys-training-board .ibys-training-type,
body.ibys-ui-v2 .ibys-training-type,
body.ibys-ui-v2 .ibys-training-board .ibys-training-type {
    min-height: 25px !important;
    padding: 0 8px !important;
    border-radius: 7px !important;
    font-size: 10.5px !important;
}

.ibys-training-board .ibys-training-card-menu,
body.ibys-ui-v2 .ibys-training-card-menu,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-menu {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
}

.ibys-training-board .ibys-training-card-title,
body.ibys-ui-v2 .ibys-training-card-title,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-title {
    min-height: 40px !important;
    font-size: 15px !important;
    line-height: 1.28 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.ibys-training-board .ibys-training-card-sub,
body.ibys-ui-v2 .ibys-training-card-sub,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-sub {
    gap: 6px !important;
    font-size: 11.5px !important;
}

.ibys-training-board .ibys-training-card-divider,
body.ibys-ui-v2 .ibys-training-card-divider,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-divider {
    margin: 1px 0 !important;
}

.ibys-training-board .ibys-training-card-meta,
body.ibys-ui-v2 .ibys-training-card-meta,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 10px !important;
}

.ibys-training-board .ibys-training-card-meta span,
body.ibys-ui-v2 .ibys-training-card-meta span,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-meta span {
    font-size: 9.5px !important;
    letter-spacing: .025em !important;
}

.ibys-training-board .ibys-training-card-meta strong,
body.ibys-ui-v2 .ibys-training-card-meta strong,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-meta strong {
    margin-top: 3px !important;
    font-size: 12px !important;
}

.ibys-training-board .ibys-training-progress,
body.ibys-ui-v2 .ibys-training-progress,
body.ibys-ui-v2 .ibys-training-board .ibys-training-progress {
    gap: 6px !important;
}

.ibys-training-board .ibys-training-progress-head span,
.ibys-training-board .ibys-training-progress-head strong,
body.ibys-ui-v2 .ibys-training-progress-head span,
body.ibys-ui-v2 .ibys-training-progress-head strong,
body.ibys-ui-v2 .ibys-training-board .ibys-training-progress-head span,
body.ibys-ui-v2 .ibys-training-board .ibys-training-progress-head strong {
    font-size: 11px !important;
}

.ibys-training-board .ibys-training-progress-track,
body.ibys-ui-v2 .ibys-training-progress-track,
body.ibys-ui-v2 .ibys-training-board .ibys-training-progress-track {
    height: 5px !important;
}

.ibys-training-board .ibys-training-process,
body.ibys-ui-v2 .ibys-training-process,
body.ibys-ui-v2 .ibys-training-board .ibys-training-process {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
}

.ibys-training-board .ibys-training-process span,
body.ibys-ui-v2 .ibys-training-process span,
body.ibys-ui-v2 .ibys-training-board .ibys-training-process span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    min-width: 0 !important;
    min-height: 24px !important;
    padding: 0 7px !important;
    border: 1px solid #dce1ea !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    color: #64748b !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

.ibys-training-board .ibys-training-process i,
body.ibys-ui-v2 .ibys-training-process i,
body.ibys-ui-v2 .ibys-training-board .ibys-training-process i {
    width: 6px !important;
    height: 6px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    opacity: .65 !important;
}

.ibys-training-board .ibys-training-process span.is-complete,
body.ibys-ui-v2 .ibys-training-process span.is-complete,
body.ibys-ui-v2 .ibys-training-board .ibys-training-process span.is-complete {
    border-color: rgba(26, 122, 69, .22) !important;
    background: rgba(26, 122, 69, .08) !important;
    color: #1a7a45 !important;
}

.ibys-training-board .ibys-training-process span.is-active,
body.ibys-ui-v2 .ibys-training-process span.is-active,
body.ibys-ui-v2 .ibys-training-board .ibys-training-process span.is-active {
    border-color: rgba(176, 92, 10, .26) !important;
    background: rgba(176, 92, 10, .10) !important;
    color: #b05c0a !important;
}

.ibys-training-board .ibys-training-card-foot,
body.ibys-ui-v2 .ibys-training-card-foot,
body.ibys-ui-v2 .ibys-training-board .ibys-training-card-foot {
    gap: 8px !important;
}

.ibys-training-board .ibys-training-avatars span,
body.ibys-ui-v2 .ibys-training-avatars span,
body.ibys-ui-v2 .ibys-training-board .ibys-training-avatars span {
    width: 24px !important;
    height: 24px !important;
    font-size: 9px !important;
}

.ibys-training-board .ibys-training-status,
body.ibys-ui-v2 .ibys-training-status,
body.ibys-ui-v2 .ibys-training-board .ibys-training-status {
    min-height: 24px !important;
    padding: 0 8px !important;
    font-size: 10.5px !important;
}

@media (max-width: 1120px) {
    .ibys-training-board .ibys-training-card-grid,
    body.ibys-ui-v2 .ibys-training-card-grid,
    body.ibys-ui-v2 .ibys-training-board .ibys-training-card-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .ibys-training-board .ibys-training-card-grid,
    body.ibys-ui-v2 .ibys-training-card-grid,
    body.ibys-ui-v2 .ibys-training-board .ibys-training-card-grid {
        grid-template-columns: 1fr !important;
    }
}

/* V2 training record form: corporate single-page section layout. */
body.ibys-ui-v2 .training-definition-page {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

body.ibys-ui-v2 .training-definition-card {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 1040px !important;
    min-height: min(90vh, 820px) !important;
    border: 1px solid #d9e4ef !important;
    border-radius: 16px !important;
    background: #eef3f8 !important;
    box-shadow: 0 24px 64px rgba(8, 20, 50, .20) !important;
}

body.ibys-ui-v2 .training-definition-card > .training-form-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    min-height: 68px !important;
    padding: 16px 24px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
    border-radius: 0 !important;
    background: #0f1e38 !important;
    color: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-definition-card > .training-form-head .training-kicker {
    display: inline-flex !important;
    width: max-content !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #a9c6e8 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

body.ibys-ui-v2 .training-definition-card > .training-form-head h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 750 !important;
}

body.ibys-ui-v2 .training-definition-card > .training-form-head p {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-actions {
    gap: 8px !important;
    flex-wrap: nowrap !important;
}

body.ibys-ui-v2 .training-definition-actions > .btn-small:not(:first-of-type),
body.ibys-ui-v2 .training-definition-actions > .btn-secondary:not(:last-child),
body.ibys-ui-v2 .training-definition-actions > button[onclick*="egitimKatilimciModalAc"],
body.ibys-ui-v2 .training-definition-actions > button[onclick*="egitimDokumanModalAc"],
body.ibys-ui-v2 .training-definition-actions > a[href*="egitim_programlari"],
body.ibys-ui-v2 .training-definition-actions > a[href*="egitim_uzaktan_videolari"] {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-actions > .btn-small:first-of-type {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-actions > a.btn-secondary:last-child {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .08) !important;
    color: transparent !important;
    position: relative !important;
}

body.ibys-ui-v2 .training-definition-actions > a.btn-secondary:last-child::before,
body.ibys-ui-v2 .training-definition-actions > a.btn-secondary:last-child::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 14px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .68) !important;
}

body.ibys-ui-v2 .training-definition-actions > a.btn-secondary:last-child::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}

body.ibys-ui-v2 .training-definition-actions > a.btn-secondary:last-child::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

body.ibys-ui-v2 .training-v2-progress-steps {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    min-height: 46px !important;
    padding: 0 24px !important;
    background: #0f1e38 !important;
    overflow-x: auto !important;
    scrollbar-width: thin !important;
}

body.ibys-ui-v2 .training-v2-progress-step {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    min-height: 46px !important;
    margin-right: 28px !important;
    padding: 12px 0 !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    background: transparent !important;
    color: rgba(255, 255, 255, .35) !important;
    font: inherit !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

body.ibys-ui-v2 .training-v2-progress-step.is-active {
    border-bottom-color: #4a9eed !important;
    color: #fff !important;
}

body.ibys-ui-v2 .training-v2-progress-step.is-complete {
    border-bottom-color: #2a8a5a !important;
    color: rgba(255, 255, 255, .62) !important;
}

body.ibys-ui-v2 .training-v2-progress-number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, .08) !important;
    color: rgba(255, 255, 255, .35) !important;
    font-size: 10px !important;
    font-weight: 850 !important;
}

body.ibys-ui-v2 .training-v2-progress-step.is-active .training-v2-progress-number {
    background: #4a9eed !important;
    color: #fff !important;
}

body.ibys-ui-v2 .training-v2-progress-step.is-complete .training-v2-progress-number {
    background: #2a8a5a !important;
    color: #fff !important;
}

body.ibys-ui-v2 .training-definition-card .training-form-body {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    grid-template-areas:
        "brief brief"
        "nav content"
        "footer footer" !important;
    gap: 0 !important;
    padding: 0 !important;
    background: #f0f3f8 !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief {
    grid-area: brief !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid #e4e9f2 !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief-item:first-child {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief-item {
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 58px !important;
    padding: 11px 20px !important;
    border: 0 !important;
    border-right: 1px solid #dbe4ee !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief-item:last-child {
    border-right: 0 !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief-icon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    background: #eef0f4 !important;
    color: #8a95a8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief-item:nth-child(2) .training-definition-brief-icon {
    background: #fdefd4 !important;
    color: #a86010 !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief-item:nth-child(4) .training-definition-brief-icon {
    background: #deeaf9 !important;
    color: #1a5fa8 !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief-icon i {
    display: inline-block !important;
    font-size: 14px !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief-copy {
    min-width: 0 !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief-copy > span {
    display: block !important;
    color: #9aa4b8 !important;
    font-size: 9px !important;
    font-weight: 750 !important;
    letter-spacing: .5px !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
}

body.ibys-ui-v2 .training-definition-card .training-definition-brief-copy > strong {
    display: block !important;
    margin-top: 4px !important;
    color: #1a2d4f !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-steps {
    position: sticky !important;
    top: 72px !important;
    grid-area: nav !important;
    align-self: start !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 4px !important;
    min-height: calc(100vh - 198px) !important;
    margin: 0 !important;
    padding: 12px 0 !important;
    border: 0 !important;
    border-right: 1px solid #dbe4ee !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-steps::before {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-steps::after {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #9aa8bb !important;
    text-align: center !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step::before {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step:hover,
body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-active {
    background: #eef5ff !important;
    color: #1f6ab3 !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-active {
    background: #1f6ab3 !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(31, 106, 179, .24) !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step[disabled] {
    pointer-events: auto !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-number {
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    transform: none !important;
    width: 8px !important;
    height: 8px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: currentColor !important;
    font-size: 0 !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-number::before {
    content: "" !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #d8e1ed !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-complete .training-wizard-step-number::before {
    background: #16814d !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-incomplete .training-wizard-step-number::before {
    background: #e49b18 !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-tag,
body.ibys-ui-v2 .training-definition-card .training-wizard-step-copy small {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: currentColor !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-icon i {
    color: currentColor !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-icon svg {
    width: 18px !important;
    height: 18px !important;
    color: currentColor !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-copy {
    position: absolute !important;
    left: calc(100% + 10px) !important;
    top: 50% !important;
    z-index: 15 !important;
    min-width: max-content !important;
    padding: 7px 10px !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-50%) translateX(-4px) !important;
    transition: opacity .14s ease, transform .14s ease !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-copy strong {
    display: block !important;
    color: #10233f !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step:hover .training-wizard-step-copy,
body.ibys-ui-v2 .training-definition-card .training-wizard-step:focus-visible .training-wizard-step-copy {
    opacity: 1 !important;
    transform: translateY(-50%) translateX(0) !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step:nth-child(4) {
    margin-bottom: 14px !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step:nth-child(4)::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -13px !important;
    width: 34px !important;
    height: 1px !important;
    transform: translateX(-50%) !important;
    background: #edf2f7 !important;
}

/* V2 form exacting pass: match the supplied modal HTML controls more closely. */
body.ibys-ui-v2 .training-definition-card .training-wizard-steps {
    width: 52px !important;
    gap: 4px !important;
    padding: 12px 0 !important;
    overflow: visible !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step {
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 9px !important;
    color: #9aa4b8 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step:hover {
    background: #f0f3f8 !important;
    color: #1a2d4f !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-active {
    background: #1a5fa8 !important;
    color: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-icon,
body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-active .training-wizard-step-icon,
body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-next .training-wizard-step-icon,
body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-past .training-wizard-step-icon,
body.ibys-ui-v2 .training-definition-card .training-wizard-step:nth-child(2) .training-wizard-step-icon,
body.ibys-ui-v2 .training-definition-card .training-wizard-step:nth-child(4) .training-wizard-step-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: currentColor !important;
    box-shadow: none !important;
    transform: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-icon i {
    color: currentColor !important;
    font-size: 14px !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-number {
    right: 5px !important;
    top: 5px !important;
    width: 6px !important;
    height: 6px !important;
    overflow: visible !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step-number::before {
    width: 6px !important;
    height: 6px !important;
    background: transparent !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-incomplete .training-wizard-step-number::before {
    background: #d4820a !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-complete .training-wizard-step-number::before,
body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-past .training-wizard-step-number::before {
    background: #2a8a5a !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step.is-active .training-wizard-step-number::before {
    background: #d4820a !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step:nth-child(4) {
    margin-top: 4px !important;
    margin-bottom: 8px !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-step:nth-child(4)::after {
    bottom: -7px !important;
    width: 24px !important;
    background: #e4e9f2 !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 42px !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    border: 1.5px solid #dde3ee !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #6b7a94 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group label:hover {
    border-color: #aab3c8 !important;
    color: #1a2d4f !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group label:has(input:checked) {
    border-color: #1a7a45 !important;
    background: #f0faf4 !important;
    color: #1a7a45 !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    min-height: 13px !important;
    margin: 0 !important;
    border: 2px solid #cdd3de !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group input[type="radio"]:checked {
    border-color: #1a7a45 !important;
    background: radial-gradient(circle at center, #fff 0 3px, #1a7a45 3px 100%) !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group label span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    font: inherit !important;
    color: currentColor !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group label:has(input[name="egitim_turu"][value="YÃ¼z yÃ¼ze"]) span::before {
    content: "\f007" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 11px !important;
    color: currentColor !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group label:has(input[name="egitim_turu"][value="Uzaktan eÄŸitim"]) span::before {
    content: "\f03d" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 11px !important;
    color: currentColor !important;
}

body.ibys-ui-v2 .training-definition-card .training-form-layout {
    grid-area: content !important;
    display: grid !important;
    gap: 18px !important;
    min-width: 0 !important;
    padding: 20px 24px 92px !important;
    background: #eef3f8 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel],
body.ibys-ui-v2 .training-definition-card [data-training-step-panel].training-wizard-summary,
body.ibys-ui-v2 .training-definition-card [data-training-step-panel].training-wizard-summary.is-active {
    margin: 0 !important;
    border: 1px solid #d9e4ef !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
    scroll-margin-top: 86px !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel],
body.ibys-ui-v2 .training-definition-card [data-training-step-panel].training-wizard-summary {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel].is-active,
body.ibys-ui-v2 .training-definition-card [data-training-step-panel].training-wizard-summary.is-active {
    display: block !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel] > .training-section-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 16px 26px 16px 94px !important;
    border-bottom: 1px solid #edf1f6 !important;
    border-left: 5px solid #1f6ab3 !important;
    border-radius: 12px 12px 0 0 !important;
    background: #fff !important;
    position: relative !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel] > .training-section-title span {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel] > .training-section-title h4 {
    margin: 0 !important;
    color: #071832 !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel] > .training-section-title h4::before {
    content: "" !important;
    position: absolute !important;
    left: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    background: #dcecff !important;
    color: #1f6ab3 !important;
    font-family: "Font Awesome 6 Free" !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] > .training-section-title h4::before {
    content: "\f1ea" !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="topics"] > .training-section-title h4::before {
    content: "\f03a" !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="participants"] > .training-section-title h4::before {
    content: "\f0c0" !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="exam"] > .training-section-title h4::before {
    content: "\f15b" !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="summary"] > .training-section-title h4::before,
body.ibys-ui-v2 .training-definition-card .training-wizard-summary > .training-section-title h4::before {
    content: "\f560" !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel] > .training-section-title::after {
    content: "Ä°steÄŸe baÄŸlÄ±" !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 24px !important;
    padding: 4px 12px !important;
    border-radius: 999px !important;
    background: #f1f5f9 !important;
    color: #94a3b8 !important;
    font-size: 11px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] > .training-section-title::after {
    content: "Tarih eksik" !important;
    background: #fff4df !important;
    color: #b35b00 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="topics"] > .training-section-title::after {
    content: attr(data-topic-summary) !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="participants"] > .training-section-title::after {
    content: attr(data-participant-summary) !important;
    background: #dcfce7 !important;
    color: #16814d !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="exam"] > .training-section-title::after {
    content: attr(data-exam-summary) !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel] > .field {
    margin: 0 !important;
    padding: 20px 24px 24px !important;
    border: 0 !important;
    background: #fff !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: 16px 14px !important;
    padding: 20px 24px 24px !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field {
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(6) {
    grid-column: 1 / span 3 !important;
    grid-row: 1 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(9) {
    grid-column: 7 / span 3 !important;
    grid-row: 1 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(10) {
    grid-column: 1 / span 4 !important;
    grid-row: 2 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(2) {
    grid-column: 5 / span 4 !important;
    grid-row: 2 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(8) {
    grid-column: 9 / span 4 !important;
    grid-row: 2 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(1) {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(3) {
    grid-column: 1 / span 3 !important;
    grid-row: 4 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(4) {
    grid-column: 4 / span 3 !important;
    grid-row: 4 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(5) {
    grid-column: 7 / span 3 !important;
    grid-row: 4 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(7) {
    grid-column: 10 / span 3 !important;
    grid-row: 4 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(11) {
    grid-column: 1 / span 3 !important;
    grid-row: 5 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field.full-span,
body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field.remote-training-settings-field {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
}

body.ibys-ui-v2 .training-definition-card label,
body.ibys-ui-v2 .training-definition-card .field > label,
body.ibys-ui-v2 .training-definition-card .field > span {
    color: #60718a !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
}

body.ibys-ui-v2 .training-definition-card input:not([type="radio"]):not([type="checkbox"]),
body.ibys-ui-v2 .training-definition-card select,
body.ibys-ui-v2 .training-definition-card textarea {
    border-color: #d5e1ee !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #071832 !important;
    font-size: 14px !important;
    font-weight: 750 !important;
}

body.ibys-ui-v2 .training-definition-card input:not([type="radio"]):not([type="checkbox"]),
body.ibys-ui-v2 .training-definition-card select {
    min-height: 48px !important;
    height: 48px !important;
}

body.ibys-ui-v2 .training-definition-card textarea {
    min-height: 58px !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 48px !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group label {
    min-height: 42px !important;
    padding: 0 16px !important;
    border: 1px solid #d5e1ee !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #53657d !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: none !important;
}

body.ibys-ui-v2 .training-definition-card .training-radio-group label:has(input:checked) {
    border-color: #16814d !important;
    background: #eefaf3 !important;
    color: #08723d !important;
}

body.ibys-ui-v2 .training-definition-card .training-duration-row {
    grid-template-columns: minmax(72px, 88px) auto !important;
    min-height: 48px !important;
    gap: 10px !important;
}

body.ibys-ui-v2 .training-definition-card .training-duration-unit {
    flex-wrap: nowrap !important;
}

body.ibys-ui-v2 .training-definition-card .training-form-footer {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 20 !important;
    grid-area: footer !important;
    margin: 0 !important;
    padding: 12px 24px !important;
    border-top: 1px solid #d9e4ef !important;
    background: rgba(255, 255, 255, .96) !important;
    backdrop-filter: blur(12px) !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-actions {
    justify-content: space-between !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-actions-left::before {
    content: "Taslak olarak kaydedebilirsiniz" !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 38px !important;
    color: #94a3b8 !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-wizard-prev],
body.ibys-ui-v2 .training-definition-card [data-training-wizard-next] {
    display: none !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-wizard-submit],
body.ibys-ui-v2 .training-definition-card [data-training-wizard-submit].is-hidden,
body.ibys-ui-v2 .training-definition-card [data-training-wizard-save-now] {
    display: inline-flex !important;
    min-width: 142px !important;
    justify-content: center !important;
    background: #16814d !important;
    border-color: #16814d !important;
    color: #fff !important;
}

body.ibys-ui-v2 .training-definition-card .training-wizard-actions-right a.btn-secondary {
    order: -1 !important;
    border-color: transparent !important;
    background: transparent !important;
}

body.ibys-ui-v2 .training-topic-main,
body.ibys-ui-v2 .training-exam-step-layout {
    gap: 14px !important;
}

body.ibys-ui-v2 .training-method-option,
body.ibys-ui-v2 .training-command-panel,
body.ibys-ui-v2 .training-selected-topic-list > *,
body.ibys-ui-v2 .training-participant-summary-card {
    border-radius: 10px !important;
}

body.ibys-ui-v2 .training-definition-card [data-training-step-panel="topics"] > .field > label,
body.ibys-ui-v2 .training-definition-card [data-training-step-panel="participants"] > .field > label,
body.ibys-ui-v2 .training-definition-card [data-training-step-panel="exam"] > .field > label {
    display: none !important;
}

body.ibys-ui-v2 .training-topic-management-card {
    display: grid !important;
    gap: 14px !important;
}

body.ibys-ui-v2 .training-topic-management-head {
    display: none !important;
}

body.ibys-ui-v2 .training-topic-toolbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: center !important;
    margin: 0 0 10px !important;
    padding: 12px 16px !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 10px !important;
    background: #f7faff !important;
}

body.ibys-ui-v2 .training-topic-program-field {
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.ibys-ui-v2 .training-topic-program-field .training-topic-help-label {
    margin: 0 !important;
    color: #98a6bb !important;
    font-size: 12px !important;
    white-space: nowrap !important;
}

body.ibys-ui-v2 .training-topic-program-row {
    display: grid !important;
    grid-template-columns: minmax(260px, 1fr) auto auto !important;
    gap: 10px !important;
    align-items: center !important;
}

body.ibys-ui-v2 .training-topic-program-row select,
body.ibys-ui-v2 .training-topic-program-row .btn-small,
body.ibys-ui-v2 .training-topic-program-row .btn-secondary,
body.ibys-ui-v2 .training-topic-main-actions .btn-small,
body.ibys-ui-v2 .training-topic-main-actions .btn-secondary {
    min-height: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
}

body.ibys-ui-v2 .training-topic-main-actions {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin: 0 !important;
}

body.ibys-ui-v2 #egitimKonuSureOzeti {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 30px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #5d6f87 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

body.ibys-ui-v2 .training-selected-topic-list {
    display: grid !important;
    gap: 0 !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #fff !important;
}

body.ibys-ui-v2 .training-selected-topic-row {
    display: grid !important;
    grid-template-columns: 26px minmax(0, 1fr) 66px 66px 34px !important;
    gap: 10px !important;
    align-items: center !important;
    min-height: 62px !important;
    padding: 10px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #edf2f7 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

body.ibys-ui-v2 .training-selected-topic-row:last-child {
    border-bottom: 0 !important;
}

body.ibys-ui-v2 .training-selected-topic-row::before {
    content: "\22EE" !important;
    color: #cbd5e1 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

body.ibys-ui-v2 .training-selected-topic-title {
    font-size: 14px !important;
    font-weight: 950 !important;
    color: #071832 !important;
    display: grid !important;
    gap: 3px !important;
}

body.ibys-ui-v2 .training-selected-topic-title-text::before {
    content: "Konu" !important;
    display: inline-flex !important;
    width: max-content !important;
    justify-content: center !important;
    min-height: 24px !important;
    margin-right: 10px !important;
    padding: 5px 10px !important;
    border-radius: 8px !important;
    background: #eef3f8 !important;
    color: #8b9bb0 !important;
    font-size: 11px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .training-selected-topic-row input,
body.ibys-ui-v2 .training-selected-topic-row select {
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 8px !important;
}

body.ibys-ui-v2 .training-selected-topic-empty {
    margin: 0 !important;
    padding: 18px !important;
    border-style: dashed !important;
    text-align: center !important;
}

body.ibys-ui-v2 .training-participant-summary {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.ibys-ui-v2 .training-participant-summary-title {
    display: none !important;
}

body.ibys-ui-v2 .training-participant-summary-grid.is-card-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

body.ibys-ui-v2 .training-participant-summary-card {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 34px !important;
    gap: 12px !important;
    align-items: center !important;
    min-height: 76px !important;
    padding: 14px 16px !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-participant-summary-avatar {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: #dcecff !important;
    color: #1f6ab3 !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .training-participant-summary-card:nth-child(2n) .training-participant-summary-avatar {
    background: #d9f4e6 !important;
    color: #16814d !important;
}

body.ibys-ui-v2 .training-participant-summary-card:nth-child(3n) .training-participant-summary-avatar {
    background: #efe7ff !important;
    color: #6d45b5 !important;
}

body.ibys-ui-v2 .training-participant-summary-card:nth-child(4n) .training-participant-summary-avatar {
    background: #fff1d8 !important;
    color: #b35b00 !important;
}

body.ibys-ui-v2 .training-participant-summary-card strong {
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #071832 !important;
}

body.ibys-ui-v2 .training-participant-summary-card small {
    margin-top: 5px !important;
    color: #8a98ad !important;
    font-size: 12px !important;
}

body.ibys-ui-v2 .training-participant-card-action.info {
    display: none !important;
}

body.ibys-ui-v2 .training-participant-card-action.remove {
    width: 32px !important;
    height: 32px !important;
    border-radius: 9px !important;
    background: #fff5f5 !important;
    border-color: #fecaca !important;
    color: #ef4444 !important;
}

body.ibys-ui-v2 .training-exam-method-bar {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-method-option {
    min-height: 78px !important;
    padding: 16px 18px !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .training-method-option.is-selected {
    border-width: 2px !important;
    border-color: #16814d !important;
    background: #eefaf3 !important;
}

body.ibys-ui-v2 .training-method-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10px !important;
}

body.ibys-ui-v2 .training-exam-set-loader {
    grid-template-columns: 170px minmax(0, 1fr) !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
    background: #f7faff !important;
}

body.ibys-ui-v2 .training-exam-set-copy strong {
    color: #98a6bb !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
}

body.ibys-ui-v2 .training-exam-set-copy span {
    display: none !important;
}

body.ibys-ui-v2 .training-exam-set-controls {
    grid-template-columns: minmax(260px, 1fr) auto auto !important;
}

body.ibys-ui-v2 .training-exam-question-panel {
    min-height: 144px !important;
    align-items: start !important;
    padding: 16px !important;
    border-radius: 10px !important;
}

body.ibys-ui-v2 .training-exam-main {
    min-width: 0 !important;
}

body.ibys-ui-v2 .training-exam-designer {
    display: block !important;
}

body.ibys-ui-v2 .training-exam-question-panel .training-command-copy strong {
    font-size: 14px !important;
    color: #071832 !important;
}

@media (max-width: 1200px) {
    body.ibys-ui-v2 .training-definition-card .training-form-body {
        grid-template-columns: 72px minmax(0, 1fr) !important;
    }

    body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(n) {
        grid-column: auto !important;
    }

    body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field:nth-child(1),
    body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field.full-span,
    body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid > .field.remote-training-settings-field {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 860px) {
    body.ibys-ui-v2 .training-definition-card .training-form-body {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "brief"
            "nav"
            "content"
            "footer" !important;
    }

    body.ibys-ui-v2 .training-definition-card .training-definition-brief {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.ibys-ui-v2 .training-definition-card .training-wizard-steps {
        position: static !important;
        min-height: 0 !important;
        grid-template-columns: repeat(5, 44px) !important;
        justify-content: center !important;
        padding: 12px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #dbe4ee !important;
    }

    body.ibys-ui-v2 .training-definition-card .training-wizard-steps::before {
        display: none !important;
    }

    body.ibys-ui-v2 .training-definition-card .training-wizard-step-copy {
        display: none !important;
    }

    body.ibys-ui-v2 .training-definition-card .training-form-layout {
        padding: 14px 14px 92px !important;
    }
}

@media (max-width: 640px) {
    body.ibys-ui-v2 .training-definition-card > .training-form-head,
    body.ibys-ui-v2 .training-definition-card .training-wizard-actions,
    body.ibys-ui-v2 .training-definition-card .training-wizard-actions-right {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    body.ibys-ui-v2 .training-definition-card .training-definition-brief,
    body.ibys-ui-v2 .training-definition-card [data-training-step-panel="basic"] .training-basic-grid {
        grid-template-columns: 1fr !important;
    }

    body.ibys-ui-v2 .training-definition-card .training-wizard-steps {
        grid-template-columns: repeat(5, 40px) !important;
    }

    body.ibys-ui-v2 .training-definition-card .training-wizard-step {
        width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
    }
}

/* V2 education form: Claude HTML reference applied to the live PHP form shell. */
body.ibys-ui-v2 .edu-training-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    background: #eef3f9 !important;
}

body.ibys-ui-v2 .edu-training-modal {
    --edu-navy: #1d3558;
    --edu-blue: #2167b2;
    --edu-green: #16814d;
    --edu-amber: #e89a16;
    --edu-border: #dbe4ee;
    --edu-soft: #f5f8fc;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border: 1px solid #cfddeb !important;
    border-radius: 14px !important;
    background: #eef3f9 !important;
    box-shadow: 0 22px 54px rgba(24, 44, 76, .14) !important;
}

body.ibys-ui-v2 .training-definition-card.edu-training-modal {
    width: 100% !important;
    max-width: none !important;
}

body.ibys-ui-v2 .edu-training-modal > .edu-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 76px !important;
    padding: 18px 22px !important;
    border: 0 !important;
    background: #1d3558 !important;
    color: #fff !important;
}

body.ibys-ui-v2 .edu-training-modal > .edu-header .training-form-actions {
    display: none !important;
}

body.ibys-ui-v2 .edu-training-modal > .edu-header h3,
body.ibys-ui-v2 .edu-training-modal > .edu-header p {
    color: #fff !important;
}

body.ibys-ui-v2 .edu-training-modal > .edu-header p {
    display: none !important;
}

body.ibys-ui-v2 .edu-training-modal > .edu-header h3 {
    margin: 4px 0 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

body.ibys-ui-v2 .edu-training-modal > .edu-header .training-kicker {
    color: #b8cae8 !important;
    font-size: 13px !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

body.ibys-ui-v2 .edu-training-modal > .edu-progress {
    display: none !important;
}

body.ibys-ui-v2 .edu-training-modal .training-form-body.edu-layout {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-areas:
        "status status"
        "nav content"
        "footer footer" !important;
    gap: 0 !important;
    padding: 0 !important;
    background: #eef3f9 !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-statusbar {
    grid-area: status !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #dbe4ee !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-status-item:first-child {
    display: none !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-status-item {
    min-height: 64px !important;
    padding: 13px 18px !important;
    border: 0 !important;
    border-right: 1px solid #dbe4ee !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-status-item:last-child {
    border-right: 0 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-definition-brief-icon {
    width: 10px !important;
    height: 10px !important;
    margin-top: 3px !important;
    border-radius: 999px !important;
    background: #dce4ef !important;
    color: transparent !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-status-item:nth-child(2) .training-definition-brief-icon {
    background: var(--edu-amber) !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-status-item:nth-child(4) .training-definition-brief-icon {
    background: var(--edu-green) !important;
}

body.ibys-ui-v2 .edu-training-modal .training-definition-brief-copy span {
    color: #9aa7bb !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}

body.ibys-ui-v2 .edu-training-modal .training-definition-brief-copy strong {
    color: #061b3a !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sidenav {
    grid-area: nav !important;
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 500px !important;
    margin: 0 !important;
    padding: 18px 8px !important;
    border: 0 !important;
    border-right: 1px solid #dbe4ee !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sidenav::before,
body.ibys-ui-v2 .edu-training-modal .edu-sidenav::after {
    display: none !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sn-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #94a3b8 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sn-btn.is-active {
    background: #2167b2 !important;
    color: #fff !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sn-btn.is-complete::after,
body.ibys-ui-v2 .edu-training-modal .edu-sn-btn.is-past::after {
    content: "" !important;
    position: absolute !important;
    right: 4px !important;
    top: 4px !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 999px !important;
    background: var(--edu-green) !important;
}

body.ibys-ui-v2 .edu-training-modal .training-wizard-step-number,
body.ibys-ui-v2 .edu-training-modal .training-wizard-step-copy,
body.ibys-ui-v2 .edu-training-modal .training-wizard-step-tag {
    display: none !important;
}

body.ibys-ui-v2 .edu-training-modal .training-wizard-step-icon,
body.ibys-ui-v2 .edu-training-modal .training-wizard-step-icon i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .edu-training-modal .training-form-layout {
    grid-area: content !important;
    display: block !important;
    min-width: 0 !important;
    padding: 20px 20px 118px !important;
    background: #eef3f9 !important;
    width: 100% !important;
    max-width: none !important;
}

body.ibys-ui-v2 .training-definition-card.edu-training-modal .training-form-layout {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec {
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    border: 1px solid #dbe4ee !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

body.ibys-ui-v2 .training-definition-card.edu-training-modal [data-training-step-panel] {
    width: 100% !important;
    max-width: none !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec > .training-section-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 72px !important;
    padding: 16px 22px !important;
    border-bottom: 1px solid #e8eef5 !important;
    background: #fff !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec > .training-section-title > div {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec > .training-section-title::before {
    content: "" !important;
    width: 5px !important;
    align-self: stretch !important;
    margin-right: 16px !important;
    border-radius: 999px !important;
    background: var(--edu-blue) !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec > .training-section-title span {
    display: none !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec > .training-section-title h4 {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    color: #061b3a !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec > .training-section-title h4::before {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    margin-right: 14px !important;
    border-radius: 10px !important;
    background: #e8f2ff !important;
    color: #2167b2 !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec--basic > .training-section-title h4::before {
    content: "\f15b" !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec--topics > .training-section-title h4::before {
    content: "\f03a" !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec--participants > .training-section-title h4::before {
    content: "\f0c0" !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec--exam > .training-section-title h4::before {
    content: "\f15c" !important;
}

body.ibys-ui-v2 .edu-training-modal .edu-sec--summary > .training-section-title h4::before {
    content: "\f46c" !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: 14px 16px !important;
    padding: 20px 22px 24px !important;
    background: #fff !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field {
    display: grid !important;
    gap: 7px !important;
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(6) {
    grid-column: 1 / span 5 !important;
    grid-row: 1 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(9) {
    grid-column: 7 / span 5 !important;
    grid-row: 1 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(10) {
    grid-column: 1 / span 4 !important;
    grid-row: 2 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(2) {
    grid-column: 5 / span 4 !important;
    grid-row: 2 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(8) {
    grid-column: 9 / span 4 !important;
    grid-row: 2 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(1) {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(3) {
    grid-column: 1 / span 3 !important;
    grid-row: 4 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(4) {
    grid-column: 4 / span 3 !important;
    grid-row: 4 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(5) {
    grid-column: 7 / span 3 !important;
    grid-row: 4 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(7) {
    grid-column: 10 / span 3 !important;
    grid-row: 4 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field.training-basic-exam-apply-field {
    grid-column: 1 / span 4 !important;
    grid-row: 5 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field.full-span {
    grid-column: 1 / -1 !important;
    grid-row: 6 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field.remote-training-settings-field {
    grid-column: 1 / -1 !important;
    grid-row: 7 !important;
}

body.ibys-ui-v2 .edu-training-modal label,
body.ibys-ui-v2 .edu-training-modal .field > label {
    color: #607491 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
}

body.ibys-ui-v2 .edu-training-modal input:not([type="radio"]):not([type="checkbox"]),
body.ibys-ui-v2 .edu-training-modal select,
body.ibys-ui-v2 .edu-training-modal textarea {
    border: 1px solid #d8e2ee !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #061b3a !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .edu-training-modal input:not([type="radio"]):not([type="checkbox"]),
body.ibys-ui-v2 .edu-training-modal select {
    min-height: 46px !important;
}

body.ibys-ui-v2 .edu-training-modal textarea {
    min-height: 110px !important;
}

body.ibys-ui-v2 .edu-training-modal .training-radio-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(118px, max-content)) !important;
    gap: 8px !important;
    align-items: center !important;
    justify-content: start !important;
}

body.ibys-ui-v2 .edu-training-modal .training-radio-group label,
body.ibys-ui-v2 .edu-training-modal .training-method-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    width: 100% !important;
    min-width: 118px !important;
    padding: 10px 16px !important;
    border: 1px solid #d8e2ee !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #5d6f89 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    line-height: 1.15 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-duration-row {
    display: grid !important;
    grid-template-columns: minmax(90px, 1fr) auto !important;
    gap: 10px !important;
    align-items: center !important;
}

body.ibys-ui-v2 .edu-training-modal .training-duration-unit {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
}

body.ibys-ui-v2 .edu-training-modal .training-duration-unit label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
    font-size: 12px !important;
}

body.ibys-ui-v2 .edu-training-modal .training-radio-group label:has(input:checked),
body.ibys-ui-v2 .edu-training-modal .training-method-option.is-selected {
    border-color: var(--edu-green) !important;
    background: #effaf4 !important;
    color: #087342 !important;
}

body.ibys-ui-v2 .edu-training-modal .training-command-panel,
body.ibys-ui-v2 .edu-training-modal .training-preview-notes,
body.ibys-ui-v2 .edu-training-modal .training-exam-set-loader {
    margin: 18px 22px !important;
    padding: 12px 16px !important;
    border: 1px solid #dbe4ee !important;
    border-radius: 10px !important;
    background: #f7faff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .edu-training-modal .training-topic-list,
body.ibys-ui-v2 .edu-training-modal .training-participant-summary-grid {
    padding: 0 22px 22px !important;
}

body.ibys-ui-v2 .edu-training-modal .training-topic-row,
body.ibys-ui-v2 .edu-training-modal .training-participant-summary-name {
    border: 1px solid #dbe4ee !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .edu-training-modal .training-exam-method-bar,
body.ibys-ui-v2 .edu-training-modal .training-exam-designer,
body.ibys-ui-v2 .edu-training-modal .training-summary-remote-card,
body.ibys-ui-v2 .edu-training-modal .training-wizard-summary-grid {
    margin: 20px 22px !important;
}

body.ibys-ui-v2 .edu-training-modal .training-form-footer {
    grid-area: footer !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 76px !important;
    padding: 14px 24px !important;
    border-top: 1px solid #dbe4ee !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 -10px 24px rgba(24, 44, 76, .06) !important;
}

body.ibys-ui-v2 .edu-training-modal .training-wizard-actions,
body.ibys-ui-v2 .edu-training-modal .training-wizard-actions-left,
body.ibys-ui-v2 .edu-training-modal .training-wizard-actions-right {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

body.ibys-ui-v2 .edu-training-modal .btn-small,
body.ibys-ui-v2 .edu-training-modal .btn-secondary {
    min-height: 40px !important;
    border-radius: 8px !important;
    font-weight: 900 !important;
}

@media (max-width: 1200px) {
    body.ibys-ui-v2 .edu-training-modal .training-basic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.ibys-ui-v2 .edu-training-modal .training-basic-grid > .field:nth-child(n) {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
    }
}

@media (max-width: 860px) {
    body.ibys-ui-v2 .edu-training-modal .training-form-body.edu-layout {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "status"
            "nav"
            "content"
            "footer" !important;
    }

    body.ibys-ui-v2 .edu-training-modal .edu-statusbar {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.ibys-ui-v2 .edu-training-modal .edu-sidenav {
        flex-direction: row !important;
        justify-content: center !important;
        min-height: auto !important;
        padding: 12px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #dbe4ee !important;
    }

    body.ibys-ui-v2 .edu-training-modal .training-form-layout {
        padding: 14px 14px 98px !important;
    }
}

@media (max-width: 640px) {
    body.ibys-ui-v2 .edu-training-modal .edu-statusbar,
    body.ibys-ui-v2 .edu-training-modal .training-basic-grid {
        grid-template-columns: 1fr !important;
    }

    body.ibys-ui-v2 .edu-training-modal .edu-status-item {
        border-right: 0 !important;
        border-bottom: 1px solid #eef2f7 !important;
    }

    body.ibys-ui-v2 .edu-training-modal .training-form-footer,
    body.ibys-ui-v2 .edu-training-modal .training-wizard-actions,
    body.ibys-ui-v2 .edu-training-modal .training-wizard-actions-left,
    body.ibys-ui-v2 .edu-training-modal .training-wizard-actions-right {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }
}

/* V2 global navigation shell: topbar + iconbar + subnav */
html body.ibys-ui-v2:not(.login-body) {
    --admin-topbar-height: 48px !important;
    --admin-iconbar-width: 52px !important;
    --admin-subnav-width: 200px !important;
    --admin-sidebar-width: 252px !important;
    --ibys-v2-rail-width: 52px !important;
    --ibys-v2-panel-width: 200px !important;
}

html body.ibys-ui-v2 .admin-layout {
    min-height: 100vh !important;
    background: #f4f5f7 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: var(--admin-topbar-height) !important;
    min-height: var(--admin-topbar-height) !important;
    padding: 0 16px !important;
    background: #1a2744 !important;
    border: 0 !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .06), 0 10px 22px rgba(15, 23, 42, .16) !important;
    z-index: 1200 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar::before,
html body.ibys-ui-v2 .admin-layout .topbar::after {
    display: none !important;
    content: none !important;
}

html body.ibys-ui-v2 .admin-layout .topbar-left,
html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-left,
html body.ibys-ui-v2 .admin-layout .topbar-right,
html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-actions {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-actions {
    gap: 8px !important;
    margin-left: auto !important;
}

html body.ibys-ui-v2 .admin-layout .menu-toggle {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: rgba(255, 255, 255, .10) !important;
    color: rgba(255, 255, 255, .72) !important;
    box-shadow: none !important;
}

html body.ibys-ui-v2 .admin-layout .menu-toggle:hover {
    background: rgba(255, 255, 255, .18) !important;
    color: #fff !important;
}

html body.ibys-ui-v2 .admin-layout .menu-toggle svg {
    width: 18px !important;
    height: 18px !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-title {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: rgba(255, 255, 255, .46) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb-icon {
    width: 18px !important;
    height: 18px !important;
    display: inline-grid !important;
    place-items: center !important;
    color: rgba(255, 255, 255, .78) !important;
    flex: 0 0 auto !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb-icon svg {
    width: 16px !important;
    height: 16px !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb-module,
html body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb-active {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb-module {
    color: rgba(255, 255, 255, .88) !important;
    font-weight: 800 !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb-active {
    color: #fff !important;
    font-weight: 800 !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb-sep {
    color: rgba(255, 255, 255, .28) !important;
    font-weight: 800 !important;
    flex: 0 0 auto !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-icon-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: rgba(255, 255, 255, .09) !important;
    color: rgba(255, 255, 255, .72) !important;
    box-shadow: none !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-icon-btn:hover {
    background: rgba(255, 255, 255, .18) !important;
    color: #fff !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-icon-btn svg {
    width: 18px !important;
    height: 18px !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-badge-dot {
    top: -4px !important;
    right: -4px !important;
    min-width: 16px !important;
    height: 16px !important;
    border: 1.5px solid #1a2744 !important;
    border-radius: 99px !important;
    background: #ef4444 !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 800 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-wrap {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-panel {
    position: absolute !important;
    top: calc(100% + 13px) !important;
    right: -10px !important;
    width: min(430px, calc(100vw - 28px)) !important;
    max-height: min(560px, calc(100vh - 96px)) !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    border: 1px solid #cfe0f2 !important;
    border-radius: 16px !important;
    background: #f6f9fd !important;
    color: #0f172a !important;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .26) !important;
    z-index: 1200 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-panel[hidden] {
    display: none !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-panel::before {
    content: "" !important;
    position: absolute !important;
    top: -7px !important;
    right: 20px !important;
    width: 14px !important;
    height: 14px !important;
    transform: rotate(45deg) !important;
    border-left: 1px solid #dbe7f4 !important;
    border-top: 1px solid #dbe7f4 !important;
    background: #f8fbff !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-head {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 12px 14px !important;
    border-bottom: 1px solid #dce8f6 !important;
    background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-head-main {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    min-width: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-head-icon {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 10px !important;
    background: #eff6ff !important;
    color: #1d4ed8 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-head-icon svg {
    width: 18px !important;
    height: 18px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-head-copy {
    display: grid !important;
    gap: 3px !important;
    min-width: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-head strong {
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-head span {
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-head-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-count-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 26px !important;
    padding: 0 8px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-list {
    display: grid !important;
    gap: 8px !important;
    max-height: 488px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 10px !important;
    background: linear-gradient(180deg, #f8fbff, #eef5fb) !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-group {
    display: grid !important;
    gap: 6px !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-group[hidden] {
    display: none !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-group + .ibys-notification-group {
    padding-top: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-group-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 22px !important;
    padding: 0 2px !important;
    color: #64748b !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-group-head em {
    min-width: 24px !important;
    min-height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #dbe7f4 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #475569 !important;
    font-style: normal !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-archive-toggle {
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
    font: inherit !important;
    cursor: pointer !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-archive-toggle:hover {
    color: #334155 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-archive-head-meta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-archive-chevron {
    width: 13px !important;
    height: 13px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    color: #64748b !important;
    transition: transform .16s ease !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-group.is-archive:not(.is-collapsed) .ibys-notification-archive-chevron {
    transform: rotate(180deg) !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-group-list {
    display: grid !important;
    gap: 7px !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-group-list[hidden] {
    display: none !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item {
    position: relative !important;
    display: grid !important;
    gap: 6px !important;
    padding: 10px 10px 9px 14px !important;
    border: 1px solid #d9e6f4 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 5px 12px rgba(15, 23, 42, .035) !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item.is-unread {
    border-color: #93c5fd !important;
    background: linear-gradient(180deg, #ffffff, #f7fbff) !important;
    box-shadow: 0 7px 16px rgba(29, 126, 234, .1) !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item.is-archive {
    background: #fff !important;
    border-color: #e2e8f0 !important;
    box-shadow: none !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item-marker {
    position: absolute !important;
    left: 0 !important;
    top: 11px !important;
    bottom: 11px !important;
    width: 3px !important;
    border-radius: 0 999px 999px 0 !important;
    background: #cbd5e1 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item.is-unread .ibys-notification-item-marker {
    background: linear-gradient(180deg, #38bdf8, #2563eb) !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item-top {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 8px !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    flex: 0 0 auto !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item-top strong {
    min-width: 0 !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1.24 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item-top span {
    flex: 0 0 auto !important;
    min-height: 18px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    background: #dbeafe !important;
    color: #1d4ed8 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    display: inline-flex !important;
    align-items: center !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-view-btn {
    width: 28px !important;
    height: 28px !important;
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 28px !important;
    padding: 0 !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 8px !important;
    background: #eff6ff !important;
    color: #1d4ed8 !important;
    cursor: pointer !important;
    transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-view-btn:hover {
    border-color: #93c5fd !important;
    background: #dbeafe !important;
    color: #1e40af !important;
    transform: translateY(-1px) !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-view-btn:disabled {
    opacity: .55 !important;
    cursor: wait !important;
    transform: none !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-view-btn svg {
    width: 14px !important;
    height: 14px !important;
    display: block !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item-top span.is-muted {
    background: #e5e7eb !important;
    color: #64748b !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item p {
    margin: 0 !important;
    color: #334155 !important;
    font-size: 11.5px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item small {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: #7b8ca5 !important;
    font-size: 9.5px !important;
    font-weight: 850 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-item small span {
    width: 6px !important;
    height: 6px !important;
    border-radius: 999px !important;
    background: #94a3b8 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-empty {
    padding: 26px 14px !important;
    border: 1px dashed #cbd5e1 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #64748b !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 850 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-empty.is-compact {
    padding: 10px 9px !important;
    font-size: 11px !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-detail-dialog {
    display: grid !important;
    gap: 14px !important;
    text-align: left !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-detail-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-detail-meta span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 26px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-detail-dialog h3 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
}

html body.ibys-ui-v2 .admin-layout .ibys-notification-detail-message {
    max-height: 52vh !important;
    overflow: auto !important;
    padding: 14px !important;
    border: 1px solid #dbe7f4 !important;
    border-radius: 12px !important;
    background: #f8fbff !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

html body.ibys-ui-v2 .ibys-notification-detail-dialog {
    display: grid !important;
    gap: 14px !important;
    text-align: left !important;
}

html body.ibys-ui-v2 .ibys-notification-detail-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

html body.ibys-ui-v2 .ibys-notification-detail-meta span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 26px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

html body.ibys-ui-v2 .ibys-notification-detail-dialog h3 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
}

html body.ibys-ui-v2 .ibys-notification-detail-message {
    max-height: 52vh !important;
    overflow: auto !important;
    padding: 14px !important;
    border: 1px solid #dbe7f4 !important;
    border-radius: 12px !important;
    background: #f8fbff !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-divider {
    width: .5px !important;
    height: 18px !important;
    display: block !important;
    margin: 0 3px !important;
    background: rgba(255, 255, 255, .15) !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-radius: 7px !important;
    background: rgba(255, 255, 255, .08) !important;
    color: rgba(255, 255, 255, .88) !important;
    box-shadow: none !important;
    cursor: pointer !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search:hover,
html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search:focus-visible {
    border-color: rgba(255, 255, 255, .28) !important;
    background: rgba(255, 255, 255, .15) !important;
    color: #fff !important;
    outline: none !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search-icon {
    width: 17px !important;
    height: 17px !important;
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 auto !important;
    color: rgba(255, 255, 255, .82) !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search-icon svg {
    width: 16px !important;
    height: 16px !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search-label,
html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search-hint {
    display: none !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search-label {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 850 !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search-hint {
    margin-left: auto !important;
    color: rgba(255, 255, 255, .48) !important;
    font-size: 11px !important;
    font-weight: 750 !important;
}

@media (max-width: 1180px) {
    html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search {
        width: 32px !important;
        min-width: 32px !important;
    }

    html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search-hint {
        display: none !important;
    }
}

@media (max-width: 760px) {
    html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search {
        width: 32px !important;
        min-width: 32px !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search-label,
    html body.ibys-ui-v2 .admin-layout .hr-v2-topbar-search-hint {
        display: none !important;
    }
}

html body.ibys-ui-v2 .admin-layout .hr-v2-user-divider {
    margin-left: 4px !important;
    margin-right: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-user-menu-wrap {
    position: relative !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 1 auto !important;
    max-width: min(340px, 28vw) !important;
    margin-left: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: max-content !important;
    min-width: 0 !important;
    max-width: min(340px, 28vw) !important;
    height: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 4px 10px 4px 5px !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055)) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10), 0 8px 18px rgba(2, 8, 23, .10) !important;
    cursor: pointer !important;
    overflow: hidden !important;
    text-align: left !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-button:hover,
html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-button.is-open {
    border-color: rgba(255, 255, 255, .24) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .085)) !important;
    color: #fff !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-avatar,
html body.ibys-ui-v2 .admin-layout .hr-v2-user-dropdown-avatar {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid rgba(255, 255, 255, .72) !important;
    border-radius: 50% !important;
    background: #eaf5ff !important;
    color: #0f5fb8 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    flex: 0 0 auto !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-avatar img,
html body.ibys-ui-v2 .admin-layout .hr-v2-user-dropdown-avatar img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-copy {
    min-width: 0 !important;
    max-width: 220px !important;
    display: grid !important;
    gap: 2px !important;
    flex: 0 1 auto !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-copy strong,
html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-copy span {
    min-width: 0 !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-copy strong {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-copy span {
    color: rgba(226, 236, 255, .68) !important;
    font-size: 10.5px !important;
    font-weight: 750 !important;
    line-height: 1.1 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-button .topbar-user-chevron {
    width: 22px !important;
    height: 22px !important;
    margin-left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .08) !important;
    color: rgba(226, 236, 255, .70) !important;
    font-size: 9px !important;
    transition: transform .18s ease, background .18s ease, color .18s ease !important;
    flex: 0 0 auto !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-button.is-open .topbar-user-chevron {
    transform: rotate(180deg) !important;
    background: rgba(255, 255, 255, .14) !important;
    color: #fff !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-dropdown {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    width: 100% !important;
    min-width: 296px !important;
    max-width: 360px !important;
    display: none !important;
    gap: 6px !important;
    padding: 8px !important;
    border: 1px solid rgba(15, 23, 42, .12) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(2, 8, 23, .20) !important;
    z-index: 1400 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-dropdown.is-open {
    display: grid !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-user-dropdown-head {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px !important;
    border-radius: 11px !important;
    background: #f6f9fd !important;
    border: 1px solid #e3ebf5 !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-user-dropdown-avatar {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-color: #d5e6fa !important;
    background: #eaf5ff !important;
    color: #0f5fb8 !important;
    font-size: 13px !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-user-dropdown-copy {
    min-width: 0 !important;
    display: grid !important;
    gap: 3px !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-user-dropdown-copy strong,
html body.ibys-ui-v2 .admin-layout .hr-v2-user-dropdown-copy span {
    min-width: 0 !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-user-dropdown-copy strong {
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

html body.ibys-ui-v2 .admin-layout .hr-v2-user-dropdown-copy span {
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 750 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-dropdown a {
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 11px !important;
    border-radius: 9px !important;
    color: #10233f !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 850 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-dropdown a:hover {
    background: #eef5ff !important;
    color: #0f5fb8 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-dropdown a.is-danger {
    color: #dc2626 !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-dropdown a.is-danger:hover {
    background: #fff1f2 !important;
    color: #b91c1c !important;
}

html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-dropdown a i {
    width: 18px !important;
    text-align: center !important;
}

@media (max-width: 1180px) {
    html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-button {
        min-width: 0 !important;
        max-width: 190px !important;
        height: 38px !important;
        min-height: 38px !important;
    }

    html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-copy span {
        display: none !important;
    }
}

@media (max-width: 920px) {
    html body.ibys-ui-v2 .admin-layout .hr-v2-user-divider {
        display: none !important;
    }

    html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-button {
        width: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-copy,
    html body.ibys-ui-v2 .admin-layout .topbar .hr-v2-user-button .topbar-user-chevron {
        display: none !important;
    }
}

html body.ibys-ui-v2 .admin-layout .sidebar {
    position: fixed !important;
    top: var(--admin-topbar-height) !important;
    left: 0 !important;
    bottom: auto !important;
    width: var(--admin-sidebar-width) !important;
    min-width: var(--admin-sidebar-width) !important;
    max-width: var(--admin-sidebar-width) !important;
    height: calc(100vh - var(--admin-topbar-height)) !important;
    min-height: calc(100vh - var(--admin-topbar-height)) !important;
    display: grid !important;
    grid-template-columns: var(--admin-iconbar-width) var(--admin-subnav-width) !important;
    grid-template-rows: 28px minmax(0, 1fr) !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    transform: none !important;
    z-index: 1100 !important;
}

html body.ibys-ui-v2 .admin-layout .sidebar::before,
html body.ibys-ui-v2 .admin-layout .sidebar::after,
html body.ibys-ui-v2 .admin-layout .sidebar-logo,
html body.ibys-ui-v2 .admin-layout .sidebar-menu,
html body.ibys-ui-v2 .admin-layout .sidebar-bottom,
html body.ibys-ui-v2 .ibys-v2-rail-brand,
html body.ibys-ui-v2 .ibys-v2-firm-card {
    display: none !important;
}

html body.ibys-ui-v2 .ibys-v2-module-rail {
    position: relative !important;
    inset: auto !important;
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    width: var(--admin-iconbar-width) !important;
    height: calc(100vh - var(--admin-topbar-height)) !important;
    min-height: calc(100vh - var(--admin-topbar-height)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 3px !important;
    padding: 10px 0 !important;
    background: #1e2d4f !important;
    overflow: visible !important;
    z-index: 2 !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-links {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 3px !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-item {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 9px !important;
    color: rgba(255, 255, 255, .32) !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-item:hover {
    background: rgba(255, 255, 255, .08) !important;
    color: rgba(255, 255, 255, .75) !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-item.is-active {
    background: rgba(255, 255, 255, .14) !important;
    color: #fff !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-item svg {
    width: 18px !important;
    height: 18px !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-separator {
    width: 22px !important;
    height: .5px !important;
    display: block !important;
    margin: 3px 0 !important;
    background: rgba(255, 255, 255, .10) !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-bottom {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: auto !important;
    padding: 0 0 2px !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-avatar-wrap {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-avatar {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1.5px solid rgba(255, 255, 255, .20) !important;
    border-radius: 50% !important;
    background: #3b82f6 !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-avatar:hover,
html body.ibys-ui-v2 .ibys-v2-rail-avatar.is-open {
    border-color: rgba(255, 255, 255, .42) !important;
    background: #2563eb !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-user-dropdown {
    position: absolute !important;
    left: calc(100% + 10px) !important;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    width: 190px !important;
    min-width: 190px !important;
    display: none !important;
    padding: 7px !important;
    border: .5px solid rgba(15, 23, 42, .12) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .18) !important;
    z-index: 1400 !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-user-dropdown.is-open {
    display: grid !important;
    gap: 5px !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-user-dropdown a {
    min-height: 34px !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    color: #10233f !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-user-dropdown a:hover {
    background: #eef2ff !important;
    color: #4338ca !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-user-dropdown a.is-danger {
    color: #dc2626 !important;
}

html body.ibys-ui-v2 .ibys-v2-sidebar-heading {
    position: relative !important;
    inset: auto !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    margin: 0 !important;
    padding: 10px 10px 4px !important;
    background: #fff !important;
    border-right: .5px solid #e5e7eb !important;
    color: #b0b7c3 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .07em !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav {
    position: relative !important;
    inset: auto !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: var(--admin-subnav-width) !important;
    min-width: var(--admin-subnav-width) !important;
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1px !important;
    padding: 0 8px 12px !important;
    overflow-y: auto !important;
    border-right: .5px solid #e5e7eb !important;
    background: #fff !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(156, 163, 175, .45) transparent !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav-item {
    min-height: 34px !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    width: 100% !important;
    padding: 8px 10px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: transparent !important;
    color: #4b5563 !important;
    box-shadow: none !important;
    text-align: left !important;
    text-decoration: none !important;
    font: inherit !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav-item:hover {
    background: #f3f4f6 !important;
    color: #111827 !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav-item.is-active {
    background: #eef2ff !important;
    color: #4338ca !important;
    font-weight: 800 !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav-icon {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .18) !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav-item.is-active .ibys-v2-subnav-icon {
    background: #dbeafe !important;
    color: #2563eb !important;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .18) !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav-icon svg {
    width: 14px !important;
    height: 14px !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav-label {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav-heading {
    display: block !important;
    margin: 10px 2px 4px !important;
    padding: 10px 8px 4px !important;
    border-top: 1px solid #e5e7eb !important;
    color: #94a3b8 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    user-select: none !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav-heading:first-child {
    margin-top: 0 !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout-heading {
    margin: 8px 0 4px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

html body.ibys-ui-v2 .ibys-v2-subnav-badge,
html body.ibys-ui-v2 .ibys-v2-subnav-item .menu-badge,
html body.ibys-ui-v2 .ibys-v2-subnav-item .subnav-badge {
    margin-left: auto !important;
    padding: 1px 6px !important;
    border-radius: 99px !important;
    background: #fee2e2 !important;
    color: #991b1b !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}

html body.ibys-ui-v2 .admin-layout .main-panel,
html body.ibys-ui-v2 .admin-layout.nav-collapsed .main-panel,
html body.ibys-ui-v2.nav-collapsed-preload .admin-layout .main-panel {
    margin-left: var(--admin-sidebar-width) !important;
    width: calc(100vw - var(--admin-sidebar-width)) !important;
    min-height: 100vh !important;
    padding-top: var(--admin-topbar-height) !important;
    background: #f4f5f7 !important;
}

html body.ibys-ui-v2 .admin-layout .content-area {
    min-height: calc(100vh - var(--admin-topbar-height)) !important;
}

html body.ibys-ui-v2.ibys-v2-page-ready .admin-layout .content-area {
    opacity: 1 !important;
    transform: translateY(0) !important;
    filter: none !important;
    transition: opacity .10s ease, transform .10s ease, filter .10s ease !important;
    will-change: opacity, transform !important;
}

html body.ibys-ui-v2.ibys-v2-page-entering .admin-layout .content-area {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

html body.ibys-ui-v2.ibys-v2-page-leaving .admin-layout .content-area {
    opacity: .88 !important;
    transform: translateY(2px) !important;
    filter: saturate(.96) !important;
    transition-duration: .10s !important;
}

/* Belge Arsiv Yonetimi - mockup ile birebir calisma alani */
body.ibys-ui-v2 .physical-delivery-page {
  --navy: #14233f;
  --navy-2: #1c2d50;
  --blue: #2167b7;
  --teal: #08766b;
  --green: #168b55;
  --amber: #b86b00;
  --red: #c0392b;
  --ink: #111827;
  --muted: #627089;
  --line: #d8e3f2;
  --soft: #f3f7fc;
  --panel: #ffffff;
  --shadow: 0 18px 44px rgba(21, 35, 63, 0.12);
  color: var(--ink);
  font-size: 14px;
  letter-spacing: 0;
}

body.ibys-ui-v2 .physical-delivery-page *,
body.ibys-ui-v2 .physical-delivery-page *::before,
body.ibys-ui-v2 .physical-delivery-page *::after {
  box-sizing: border-box;
}

body.ibys-ui-v2 .physical-delivery-page button,
body.ibys-ui-v2 .physical-delivery-page input,
body.ibys-ui-v2 .physical-delivery-page select {
  font: inherit;
  letter-spacing: 0;
}

body.ibys-ui-v2 .physical-delivery-page .page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid;
  gap: 14px;
}

body.ibys-ui-v2 .physical-delivery-page .page-head {
  min-height: 90px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  flex-wrap: nowrap;
  padding: 18px 24px;
  border: 0.5px solid var(--line);
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: #ffffff;
}

body.ibys-ui-v2 .physical-delivery-page .page-head.is-clean {
  min-height: auto;
  padding: 14px 20px;
  align-items: center;
}

body.ibys-ui-v2 .physical-delivery-page .page-head.is-clean .module-title {
  display: block;
  flex: 1 1 auto;
}

body.ibys-ui-v2 .physical-delivery-page .module-title {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .module-title h1 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .module-status,
body.ibys-ui-v2 .physical-delivery-page .eyebrow {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .module-status {
  gap: 6px;
  min-height: 30px;
  border: 0.5px solid #d6e2f1;
  border-radius: 999px;
  padding: 0 10px;
  color: #465875;
  background: #f8fbff;
  font-size: 12px;
  font-weight: 900;
}

body.ibys-ui-v2 .physical-delivery-page .eyebrow {
  width: fit-content;
  min-height: 28px;
  gap: 8px;
  padding: 0 10px;
  border: 0.5px solid #b9e7de;
  border-radius: 8px;
  color: var(--teal);
  background: #eefdf8;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page h1,
body.ibys-ui-v2 .physical-delivery-page h2,
body.ibys-ui-v2 .physical-delivery-page h3,
body.ibys-ui-v2 .physical-delivery-page p {
  margin: 0;
}

body.ibys-ui-v2 .physical-delivery-page .head-actions {
  flex: 0 0 auto;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px;
  flex-wrap: nowrap !important;
}

body.ibys-ui-v2 .physical-delivery-page .btn {
  min-height: 42px;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0.5px solid #cdd9ea;
  border-radius: 8px;
  padding: 0 14px;
  color: #20304a;
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

body.ibys-ui-v2 .physical-delivery-page .btn:hover {
  border-color: #9db9de;
  background: #f7fbff;
}

body.ibys-ui-v2 .physical-delivery-page .btn.primary {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 12px 24px rgba(33, 103, 183, 0.2);
}

body.ibys-ui-v2 .physical-delivery-page .btn.teal {
  color: #ffffff;
  border-color: var(--teal);
  background: var(--teal);
  box-shadow: 0 12px 24px rgba(8, 118, 107, 0.18);
}

body.ibys-ui-v2 .physical-delivery-page svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

body.ibys-ui-v2 .physical-delivery-page .metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px;
}

body.ibys-ui-v2 .physical-delivery-page .metric {
  min-height: 136px;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 10px;
  border: 0.5px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #ffffff;
}

body.ibys-ui-v2 .physical-delivery-page button.metric {
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-action {
  position: relative;
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-action::after {
  content: "AÃ§";
  position: absolute;
  right: 14px;
  bottom: 12px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border: 0.5px solid #b6e9dd;
  border-radius: 999px;
  padding: 0 9px;
  color: var(--teal);
  background: #effdf9;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-action:hover,
body.ibys-ui-v2 .physical-delivery-page .metric.is-action.is-active {
  border-color: #77d7c6;
  background: linear-gradient(135deg, #ffffff 0%, #f2fffb 100%);
  box-shadow: 0 14px 34px rgba(8, 118, 107, 0.14);
  transform: translateY(-1px);
}

body.ibys-ui-v2 .physical-delivery-page .metric-top,
body.ibys-ui-v2 .physical-delivery-page .metric-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.ibys-ui-v2 .physical-delivery-page .metric-top svg {
  color: #8aa0bd;
}

body.ibys-ui-v2 .physical-delivery-page .metric span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page .metric-value {
  display: grid;
  gap: 4px;
}

body.ibys-ui-v2 .physical-delivery-page .metric strong {
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .metric small {
  color: var(--muted);
  font-weight: 750;
}

body.ibys-ui-v2 .physical-delivery-page .metric-visual {
  width: 116px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0.5px solid #e0e8f2;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  overflow: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .metric-visual svg {
  width: 100%;
  height: 100%;
  display: block;
}

body.ibys-ui-v2 .physical-delivery-page .metric-breakdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  width: min(100%, 180px);
}

body.ibys-ui-v2 .physical-delivery-page .metric-breakdown span {
  display: grid;
  gap: 3px;
  min-height: 48px;
  border: 0.5px solid #dce7f4;
  border-radius: 8px;
  padding: 7px 6px;
  color: #5d6e86;
  background: #f8fbff;
  font-size: 9.5px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page .metric-breakdown b {
  color: var(--ink);
  font-size: 17px;
  line-height: 1;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .metric-line {
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.ibys-ui-v2 .physical-delivery-page .metric-area {
  fill: rgba(33, 103, 183, 0.1);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-teal {
  border-left: 4px solid var(--teal);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-teal .metric-line {
  stroke: var(--teal);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-teal .metric-area {
  fill: rgba(8, 118, 107, 0.11);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-amber {
  border-left: 4px solid #f59e0b;
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-amber .metric-line {
  stroke: #d97706;
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-amber .metric-area {
  fill: rgba(217, 119, 6, 0.12);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-blue {
  border-left: 4px solid var(--blue);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-green {
  border-left: 4px solid var(--green);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-green .metric-line {
  stroke: var(--green);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-green .metric-area {
  fill: rgba(22, 139, 85, 0.12);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-process {
  border-left: 4px solid #7c3aed;
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-process .progress-track span {
  background: #7c3aed;
}

body.ibys-ui-v2 .physical-delivery-page .metric-progress {
  display: grid;
  gap: 7px;
  align-self: end;
}

body.ibys-ui-v2 .physical-delivery-page .metric-progress em {
  color: #7b8ca6;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page .progress-track {
  height: 7px;
  border-radius: 999px;
  background: #e7edf6;
  overflow: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-teal .progress-track span {
  background: var(--teal);
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-amber .progress-track span {
  background: #d97706;
}

body.ibys-ui-v2 .physical-delivery-page .metric.is-green .progress-track span {
  background: var(--green);
}

body.ibys-ui-v2 .physical-delivery-page .metric-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #5e6f88;
  font-size: 11px;
  font-weight: 850;
}

body.ibys-ui-v2 .physical-delivery-page .receive-focus-panel {
  display: none;
  border: 0.5px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .document-focus-panel {
  display: none;
  border: 0.5px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

body.ibys-ui-v2 .physical-delivery-page.is-document-focus .document-focus-panel {
  display: block;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-panel[hidden] {
  display: none !important;
}

body.ibys-ui-v2 .physical-delivery-page.is-receive-focus .receive-focus-panel {
  display: block;
}

body.ibys-ui-v2 .physical-delivery-page.is-receive-focus .workbench,
body.ibys-ui-v2 .physical-delivery-page.is-receive-focus .history {
  display: none;
}

body.ibys-ui-v2 .physical-delivery-page.is-document-focus .workbench,
body.ibys-ui-v2 .physical-delivery-page.is-document-focus .history,
body.ibys-ui-v2 .physical-delivery-page.is-document-focus .receive-focus-panel {
  display: none;
}

body.ibys-ui-v2 .physical-delivery-page.is-prepare-focus .document-focus-panel,
body.ibys-ui-v2 .physical-delivery-page.is-prepare-focus .receive-focus-panel,
body.ibys-ui-v2 .physical-delivery-page.is-prepare-focus .history {
  display: none;
}

body.ibys-ui-v2 .physical-delivery-page.is-history-focus .workbench {
  display: none;
}

body.ibys-ui-v2 .physical-delivery-page .receive-focus-table-wrap {
  max-height: calc(100vh - 310px);
  overflow: auto;
}

body.ibys-ui-v2 .physical-delivery-page .receive-focus-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

body.ibys-ui-v2 .physical-delivery-page .receive-focus-table th,
body.ibys-ui-v2 .physical-delivery-page .receive-focus-table td {
  border-bottom: 0.5px solid #e4edf7;
  padding: 11px 13px;
  text-align: left;
  vertical-align: middle;
}

body.ibys-ui-v2 .physical-delivery-page .receive-focus-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #5d6e86;
  background: #f4f7fb;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .receive-focus-table td:first-child strong,
body.ibys-ui-v2 .physical-delivery-page .receive-focus-table td:first-child small {
  display: block;
  min-width: 0;
}

body.ibys-ui-v2 .physical-delivery-page .receive-focus-table td:first-child strong {
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .receive-focus-table td:first-child small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-table td {
  font-size: 12px;
  font-weight: 760;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-table td:first-child {
  min-width: 210px;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-card-list {
  display: grid;
  gap: 10px;
  max-height: calc(100vh - 310px);
  padding: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-split {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  max-height: calc(100vh - 292px);
  overflow: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav,
body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-content {
  min-width: 0;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav {
  border: 0.5px solid #d7e4f2;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-list {
  display: grid;
  gap: 10px;
  padding: 10px;
  max-height: calc(100vh - 318px);
  overflow-y: auto;
  overflow-x: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 64px;
  border: 0.5px solid #d7e4f2;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  padding: 9px 10px;
  color: var(--ink);
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 36, 64, 0.05);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-card:hover,
body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-card.is-active {
  border-color: #8bbcff;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%);
  box-shadow: inset 3px 0 0 #2563eb, 0 12px 28px rgba(37, 99, 235, 0.11);
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-main,
body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-package-title {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-main strong,
body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-main small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-main strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-main small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-status-chip {
  justify-self: end;
  min-height: 20px;
  padding: 3px 7px;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-meta {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-meta .chip {
  min-width: 0;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 8px;
  border: 0.5px solid #d8e5f3;
  border-radius: 999px;
  color: #334155;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fc 100%);
  font-size: 10.5px;
  font-weight: 850;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-badge {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #047857;
  background: #e9fff4;
  font-size: 18px;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-content {
  border: 0.5px solid #d7e4f2;
  border-radius: 8px;
  background: #ffffff;
  max-height: calc(100vh - 318px);
  overflow-y: auto;
  overflow-x: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-package {
  display: grid;
  align-content: start;
  min-width: 0;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-package[hidden] {
  display: none !important;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-package-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 0.5px solid #d7e4f2;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-package-title span {
  color: #00796f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-package-title h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.15;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-package-title p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-package-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-card-list.is-inside-package {
  max-height: none;
  padding: 12px;
  overflow: visible;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  border: 0.5px solid #d7e4f2;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  padding: 10px 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(15, 36, 64, 0.06);
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-card.is-received {
  border-left-color: #2563eb;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #047857;
  background: #dcfce7;
  box-shadow: inset 0 0 0 0.5px #a7f3d0;
}

body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-card .doc-card-actions {
  flex-wrap: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .receive-focus-table tr:last-child td {
  border-bottom: 0;
}

body.ibys-ui-v2 .physical-delivery-page .receive-focus-card-list {
  display: grid;
  gap: 10px;
  max-height: calc(100vh - 310px);
  padding: 12px;
  overflow: auto;
}

body.ibys-ui-v2 .physical-delivery-page .receive-process-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(280px, 1.5fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 74px;
  border: 0.5px solid #d7e4f2;
  border-left: 4px solid #0f766e;
  border-radius: 8px;
  padding: 10px 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(15, 36, 64, 0.06);
}

body.ibys-ui-v2 .physical-delivery-page .receive-process-card.is-warning {
  border-left-color: #d97706;
}

body.ibys-ui-v2 .physical-delivery-page .receive-process-main,
body.ibys-ui-v2 .physical-delivery-page .history-process-main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.ibys-ui-v2 .physical-delivery-page .receive-process-main strong,
body.ibys-ui-v2 .physical-delivery-page .history-process-main strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .receive-process-main small,
body.ibys-ui-v2 .physical-delivery-page .history-process-main small {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .receive-process-meta,
body.ibys-ui-v2 .physical-delivery-page .history-process-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

body.ibys-ui-v2 .physical-delivery-page .receive-process-meta span,
body.ibys-ui-v2 .physical-delivery-page .history-process-meta span {
  display: grid;
  gap: 2px;
  min-width: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}

body.ibys-ui-v2 .physical-delivery-page .receive-process-meta b,
body.ibys-ui-v2 .physical-delivery-page .history-process-meta b {
  color: #60718a;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page .workbench {
  order: 5;
  display: none;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

body.ibys-ui-v2 .physical-delivery-page.is-prepare-focus .workbench {
  display: grid;
}

body.ibys-ui-v2 .physical-delivery-page .surface {
  min-width: 0;
  border: 0.5px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .surface-head {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 0.5px solid var(--line);
  background: #f8fbff;
}

body.ibys-ui-v2 .physical-delivery-page .surface-head h2 {
  font-size: 18px;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .surface-head p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

body.ibys-ui-v2 .physical-delivery-page .segmented {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 0.5px solid #d4dfec;
  border-radius: 8px;
  background: #ffffff;
}

body.ibys-ui-v2 .physical-delivery-page .segmented button {
  min-height: 28px;
  border: 0;
  border-radius: 6px;
  padding: 0 9px;
  color: #516078;
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

body.ibys-ui-v2 .physical-delivery-page .segmented button.is-active {
  color: var(--blue);
  background: #edf5ff;
}

body.ibys-ui-v2 .physical-delivery-page .queue-list {
  display: grid;
  gap: 8px;
  padding: 12px;
  max-height: 620px;
  overflow: auto;
}

body.ibys-ui-v2 .physical-delivery-page .queue-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 0.5px solid #dce7f4;
  border-radius: 8px;
  padding: 12px;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
}

body.ibys-ui-v2 .physical-delivery-page .queue-card:hover,
body.ibys-ui-v2 .physical-delivery-page .queue-card.is-active {
  border-color: #83b8ee;
  background: #f1f7ff;
}

body.ibys-ui-v2 .physical-delivery-page .queue-card.is-active {
  box-shadow: inset 4px 0 0 var(--blue);
}

body.ibys-ui-v2 .physical-delivery-page .queue-card strong,
body.ibys-ui-v2 .physical-delivery-page .queue-card small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .queue-card strong {
  font-size: 14px;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .queue-card small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 780;
}

body.ibys-ui-v2 .physical-delivery-page .queue-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

body.ibys-ui-v2 .physical-delivery-page .chip {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0.5px solid #d9e4f2;
  border-radius: 999px;
  padding: 0 8px;
  color: #42516a;
  background: #f8fafc;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .chip.teal {
  color: #0f766e;
  border-color: #b6e9dd;
  background: #effdf9;
}

body.ibys-ui-v2 .physical-delivery-page .chip.amber {
  color: #9a5a00;
  border-color: #f8db9a;
  background: #fff8e8;
}

body.ibys-ui-v2 .physical-delivery-page .chip.red {
  color: #b42318;
  border-color: #ffc7c2;
  background: #fff1f0;
}

body.ibys-ui-v2 .physical-delivery-page .badge-count {
  min-width: 46px;
  min-height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--teal);
  background: #e9fbf7;
  font-size: 20px;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .detail {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

body.ibys-ui-v2 .physical-delivery-page .detail-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 0.5px solid var(--line);
}

body.ibys-ui-v2 .physical-delivery-page .detail-top h2 {
  font-size: 20px;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .detail-top p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

body.ibys-ui-v2 .physical-delivery-page .deadline {
  display: grid;
  gap: 4px;
  min-width: 138px;
  border: 0.5px solid #f3cc83;
  border-radius: 8px;
  padding: 10px 12px;
  color: #8a4f00;
  background: #fff8e8;
  text-align: right;
}

body.ibys-ui-v2 .physical-delivery-page .deadline span {
  font-size: 10.5px;
  font-weight: 950;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page .deadline strong {
  font-size: 18px;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .dispatch-strip {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 12px 16px;
  border-bottom: 0.5px solid var(--line);
  background: #fbfdff;
}

body.ibys-ui-v2 .physical-delivery-page .field {
  display: grid;
  gap: 5px;
}

body.ibys-ui-v2 .physical-delivery-page .field span {
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 950;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page .field select,
body.ibys-ui-v2 .physical-delivery-page .field input {
  width: 100%;
  min-height: 38px;
  border: 0.5px solid #cbd8e8;
  border-radius: 8px;
  padding: 0 10px;
  color: var(--ink);
  background: #ffffff;
  font-weight: 760;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 460px;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table th,
body.ibys-ui-v2 .physical-delivery-page .doc-table td {
  border-bottom: 0.5px solid #e4edf7;
  padding: 9px 10px;
  text-align: left;
  vertical-align: middle;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #5d6e86;
  background: #f2f6fb;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table th:first-child,
body.ibys-ui-v2 .physical-delivery-page .doc-table td:first-child {
  width: 36px;
  text-align: center;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table th:nth-child(2),
body.ibys-ui-v2 .physical-delivery-page .doc-table td:nth-child(2) {
  width: auto;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table th:nth-child(3),
body.ibys-ui-v2 .physical-delivery-page .doc-table td:nth-child(3) {
  width: 92px;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table th:nth-child(4),
body.ibys-ui-v2 .physical-delivery-page .doc-table td:nth-child(4) {
  width: 118px;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table th:nth-child(5),
body.ibys-ui-v2 .physical-delivery-page .doc-table td:nth-child(5) {
  width: 88px;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table th:last-child,
body.ibys-ui-v2 .physical-delivery-page .doc-table td:last-child {
  width: 58px;
  text-align: right;
}

body.ibys-ui-v2 .physical-delivery-page .doc-table input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--blue);
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-list {
  display: grid;
  gap: 8px;
  max-height: 460px;
  padding-right: 4px;
  overflow-y: auto;
  overflow-x: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-master {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  min-height: 34px;
  border: 0.5px solid #d7e4f2;
  border-radius: 999px;
  padding: 0 12px;
  color: #42546d;
  background: #f8fbff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-master input {
  width: 15px;
  height: 15px;
  accent-color: var(--blue);
}

body.ibys-ui-v2 .physical-delivery-page .doc-process-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 78px;
  border: 0.5px solid #d7e4f2;
  border-left: 4px solid #16a34a;
  border-radius: 8px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 36, 64, 0.05);
}

body.ibys-ui-v2 .physical-delivery-page .doc-process-card.is-late {
  border-left-color: #d97706;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-check {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #eef6ff;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-check span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 0.5px solid #c7d8ee;
  border-radius: 50%;
  color: #8aa0bb;
  background: #ffffff;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-check input:checked + span {
  color: #047857;
  border-color: #a7f3d0;
  background: #dcfce7;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-main,
body.ibys-ui-v2 .physical-delivery-page .doc-card-title {
  display: grid;
  gap: 5px;
  min-width: 0;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-title strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-title small {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  border: 0.5px solid #dce7f5;
  border-radius: 999px;
  padding: 0 8px;
  color: #42546d;
  background: #f8fbff;
  font-size: 11px;
  font-weight: 850;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-meta b {
  color: #60718a;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .doc-card-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: max-content;
}

body.ibys-ui-v2 .physical-delivery-page .doc-title {
  display: grid;
  gap: 0;
  min-width: 0;
}

body.ibys-ui-v2 .physical-delivery-page .doc-title strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .doc-title strong {
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .doc-title small {
  display: block;
  min-width: 0;
  margin-top: 3px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #d9e4f2;
  border-radius: 8px;
  padding: 0 9px;
  color: #485a73;
  background: #f8fafc;
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .status.ok {
  color: #0f7a50;
  border-color: #b8e9cf;
  background: #effdf5;
}

body.ibys-ui-v2 .physical-delivery-page .status.warn {
  color: #9a5a00;
  border-color: #f8db9a;
  background: #fff8e8;
}

body.ibys-ui-v2 .physical-delivery-page .icon-btn {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 0.5px solid #cbd8e8;
  border-radius: 8px;
  color: var(--blue);
  background: #ffffff;
  cursor: pointer;
}

body.ibys-ui-v2 .physical-delivery-page .detail-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-top: 0.5px solid var(--line);
  background: #ffffff;
}

body.ibys-ui-v2 .physical-delivery-page .selection-note {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

body.ibys-ui-v2 .physical-delivery-page .side-stack {
  display: grid;
  gap: 12px;
}

body.ibys-ui-v2 .physical-delivery-page .summary-grid {
  display: grid;
  gap: 8px;
  padding: 12px;
}

body.ibys-ui-v2 .physical-delivery-page .mini-stat {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 0.5px solid #e0e9f5;
  border-radius: 8px;
  padding: 10px;
  background: #fbfdff;
}

body.ibys-ui-v2 .physical-delivery-page .mini-stat .icon-box {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--teal);
  background: #e9fbf7;
}

body.ibys-ui-v2 .physical-delivery-page .mini-stat strong {
  display: block;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .mini-stat small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
}

body.ibys-ui-v2 .physical-delivery-page .mini-stat b {
  font-size: 20px;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .timeline {
  display: grid;
  gap: 8px;
  padding: 12px;
}

body.ibys-ui-v2 .physical-delivery-page .event {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

body.ibys-ui-v2 .physical-delivery-page .dot {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--blue);
}

body.ibys-ui-v2 .physical-delivery-page .event strong {
  display: block;
  font-size: 12px;
  font-weight: 950;
}

body.ibys-ui-v2 .physical-delivery-page .event small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
}

body.ibys-ui-v2 .physical-delivery-page .history {
  order: 4;
  border: 0.5px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

body.ibys-ui-v2 .physical-delivery-page .history-table-wrap {
  overflow-x: auto;
}

body.ibys-ui-v2 .physical-delivery-page .history table,
body.ibys-ui-v2 .physical-delivery-page .history-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
}

body.ibys-ui-v2 .physical-delivery-page .history th,
body.ibys-ui-v2 .physical-delivery-page .history td {
  border-bottom: 0.5px solid #e4edf7;
  padding: 9px 12px;
  text-align: left;
  vertical-align: middle;
}

body.ibys-ui-v2 .physical-delivery-page .history th {
  color: #5d6e86;
  background: #f4f7fb;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

body.ibys-ui-v2 .physical-delivery-page .history tr:last-child td {
  border-bottom: 0;
}

body.ibys-ui-v2 .physical-delivery-page .history tbody tr {
  border-left: 4px solid #2563eb;
}

body.ibys-ui-v2 .physical-delivery-page .history tbody tr.is-done {
  border-left-color: #16a34a;
}

body.ibys-ui-v2 .physical-delivery-page .history tbody tr.is-delete-request {
  border-left-color: #dc2626;
}

body.ibys-ui-v2 .physical-delivery-page .history tbody tr:hover {
  background: #f8fbff;
}

body.ibys-ui-v2 .physical-delivery-page .history tbody tr.is-filter-hidden {
  display: none;
}

body.ibys-ui-v2 .physical-delivery-page .history .surface-head .head-actions {
  flex: 0 0 auto;
}

body.ibys-ui-v2 .physical-delivery-page .history .surface-head .btn[hidden] {
  display: none !important;
}

body.ibys-ui-v2 .physical-delivery-page .history td {
  color: var(--ink);
  font-size: 12px;
  font-weight: 820;
}

body.ibys-ui-v2 .physical-delivery-page .history-table-no strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

body.ibys-ui-v2 .physical-delivery-page .history td:last-child,
body.ibys-ui-v2 .physical-delivery-page .history th:last-child {
  width: 176px;
  text-align: right;
}

body.ibys-ui-v2 .physical-delivery-page .history td:last-child .physical-delivery-inline-actions {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  body.ibys-ui-v2 .physical-delivery-page .metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.ibys-ui-v2 .physical-delivery-page .workbench {
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  }

  body.ibys-ui-v2 .physical-delivery-page .receive-process-card {
    grid-template-columns: 1fr auto;
  }

  body.ibys-ui-v2 .physical-delivery-page .receive-process-meta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  body.ibys-ui-v2 .physical-delivery-page .page-head,
  body.ibys-ui-v2 .physical-delivery-page .detail-top,
  body.ibys-ui-v2 .physical-delivery-page .dispatch-strip {
    grid-template-columns: 1fr;
  }

  body.ibys-ui-v2 .physical-delivery-page .head-actions {
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }

  body.ibys-ui-v2 .physical-delivery-page .metrics,
  body.ibys-ui-v2 .physical-delivery-page .workbench {
    grid-template-columns: 1fr !important;
  }

  body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-split {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
  }

  body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-nav-list,
  body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-content {
    max-height: none;
  }

  body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-package-head {
    align-items: flex-start;
    flex-direction: column;
  }

  body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-package-actions {
    justify-content: flex-start;
    width: 100%;
  }

  body.ibys-ui-v2 .physical-delivery-page .doc-process-card,
  body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-card,
  body.ibys-ui-v2 .physical-delivery-page .receive-process-card,
  .physical-delivery-receive-card {
    grid-template-columns: 1fr;
  }

  body.ibys-ui-v2 .physical-delivery-page .doc-card-check,
  body.ibys-ui-v2 .physical-delivery-page .physical-delivery-document-mark,
  .receive-card-toggle {
    width: 100%;
    justify-items: start;
  }

  body.ibys-ui-v2 .physical-delivery-page .doc-card-actions,
  body.ibys-ui-v2 .physical-delivery-page .physical-delivery-inline-actions {
    justify-content: flex-start;
  }

  body.ibys-ui-v2 .physical-delivery-page .receive-process-meta {
    grid-template-columns: 1fr;
  }
}

html body.ibys-ui-v2.ibys-v2-page-ready:has(.ozluk-management-page-v2) .admin-layout .content-area,
html body.ibys-ui-v2.ibys-v2-page-entering:has(.ozluk-management-page-v2) .admin-layout .content-area,
html body.ibys-ui-v2.ibys-v2-page-leaving:has(.ozluk-management-page-v2) .admin-layout .content-area,
html body.ibys-ui-v2.ibys-v2-page-loading:has(.ozluk-management-page-v2) .admin-layout .content-area,
html body.ibys-ui-v2.ibys-v2-page-ready:has(.hr-employee-list-page-v2) .admin-layout .content-area,
html body.ibys-ui-v2.ibys-v2-page-entering:has(.hr-employee-list-page-v2) .admin-layout .content-area,
html body.ibys-ui-v2.ibys-v2-page-leaving:has(.hr-employee-list-page-v2) .admin-layout .content-area,
html body.ibys-ui-v2.ibys-v2-page-loading:has(.hr-employee-list-page-v2) .admin-layout .content-area {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    will-change: auto !important;
}

html body.ibys-ui-v2.ibys-calisan-detay-workspace .admin-layout .main-panel.is-calisan-detail-workspace {
  padding-top: var(--admin-topbar-height, 48px) !important;
}

html body.ibys-ui-v2.ibys-calisan-detay-workspace .admin-layout .main-panel.is-calisan-detail-workspace > .content-area,
html body.ibys-ui-v2 .admin-layout .main-panel.is-hr-list-v2 .content-area:has(> .employee-detail-v1) {
  margin-top: 0 !important;
  padding: 0 var(--senkra-workpage-gutter-x, 12px) 12px !important;
}

html body.ibys-ui-v2 .admin-layout .main-panel.is-hr-list-v2 .content-area:has(> .employee-detail-v1) > .employee-detail-v1 {
  margin-top: 0 !important;
}

/* Shared work page layout standard: balanced gutters, hamburger-safe sizing, no page-level horizontal drift. */
html body.ibys-ui-v2 {
  --senkra-workpage-gutter-x: clamp(12px, .72vw, 16px);
  --senkra-workpage-gutter-y: clamp(10px, .62vw, 14px);
  --senkra-workpage-gap: 12px;
  --senkra-workpage-filter-min: 180px;
}

html body.ibys-ui-v2 .admin-layout .content-area:has(> :is(
  .hr-employee-list-page,
  .ozluk-management-page-v2,
  .physical-delivery-page,
  .settings-users-wrap,
  .settings-workplaces-wrap,
  .settings-program-definitions-wrap,
  .settings-belge-request-wrap,
  .settings-permissions-wrap,
  .user-log-wrap,
  .bulk-operations-page-card,
  .employee-report-page
)) {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: var(--senkra-workpage-gutter-y) var(--senkra-workpage-gutter-x) calc(var(--senkra-workpage-gutter-y) + 2px) !important;
  overflow-x: hidden !important;
}

html body.ibys-ui-v2 .admin-layout .content-area:has(> :is(
  .hr-employee-list-page,
  .ozluk-management-page-v2,
  .physical-delivery-page,
  .settings-users-wrap,
  .settings-workplaces-wrap,
  .settings-program-definitions-wrap,
  .settings-belge-request-wrap,
  .settings-permissions-wrap,
  .user-log-wrap,
  .bulk-operations-page-card,
  .employee-report-page
)) > * {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .content-area:has(> :is(
  .hr-employee-list-page,
  .ozluk-management-page-v2,
  .physical-delivery-page,
  .settings-users-wrap,
  .settings-workplaces-wrap,
  .settings-program-definitions-wrap,
  .settings-belge-request-wrap,
  .settings-permissions-wrap,
  .user-log-wrap,
  .bulk-operations-page-card,
  .employee-report-page
)) > :is(
  .hr-employee-list-page,
  .ozluk-management-page-v2,
  .physical-delivery-page,
  .settings-users-wrap,
  .settings-workplaces-wrap,
  .settings-program-definitions-wrap,
  .settings-belge-request-wrap,
  .settings-permissions-wrap,
  .user-log-wrap,
  .bulk-operations-page-card,
  .employee-report-page
) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .content-area:has(> :is(
  .hr-employee-list-page,
  .ozluk-management-page-v2,
  .physical-delivery-page,
  .settings-users-wrap,
  .settings-workplaces-wrap,
  .settings-program-definitions-wrap,
  .settings-belge-request-wrap,
  .settings-permissions-wrap,
  .user-log-wrap,
  .bulk-operations-page-card,
  .employee-report-page
)) :is(
  .employee-filter-form,
  .workplace-filter-form,
  .ozluk-management-filter-grid,
  .ozluk-status-filter-form,
  .workplace-filter-grid-isyerleri,
  .user-list-tools,
  .program-definition-tabs-row,
  .settings-belge-request-filter-grid,
  .belge-request-filter-grid
) {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
  gap: var(--senkra-workpage-gap) !important;
}

html body.ibys-ui-v2 .admin-layout .content-area:has(> :is(
  .hr-employee-list-page,
  .ozluk-management-page-v2,
  .physical-delivery-page,
  .settings-users-wrap,
  .settings-workplaces-wrap,
  .settings-program-definitions-wrap,
  .settings-belge-request-wrap,
  .settings-permissions-wrap,
  .user-log-wrap,
  .bulk-operations-page-card,
  .employee-report-page
)) :is(.table-wrap, [class*="table-wrap"], [class*="-table-wrap"]) {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  overflow-y: visible;
  scrollbar-gutter: stable;
}

html body.ibys-ui-v2 .admin-layout .content-area:has(> :is(
  .hr-employee-list-page,
  .ozluk-management-page-v2,
  .physical-delivery-page,
  .settings-users-wrap,
  .settings-workplaces-wrap,
  .settings-program-definitions-wrap,
  .settings-belge-request-wrap,
  .settings-permissions-wrap,
  .user-log-wrap,
  .bulk-operations-page-card,
  .employee-report-page
)) :is(table, .workplace-table, .ozluk-management-table, .employee-table, .detail1-document-table) {
  max-width: 100%;
}

@media (max-width: 1280px) {
  html body.ibys-ui-v2 .admin-layout .content-area:has(> :is(
    .hr-employee-list-page,
    .ozluk-management-page-v2,
    .physical-delivery-page,
    .settings-users-wrap,
    .settings-workplaces-wrap,
    .settings-program-definitions-wrap,
    .settings-belge-request-wrap,
    .settings-permissions-wrap,
    .user-log-wrap,
    .bulk-operations-page-card,
    .employee-report-page
  )) :is(
    .employee-filter-form,
    .workplace-filter-form,
    .ozluk-management-filter-grid,
    .ozluk-status-filter-form,
    .workplace-filter-grid-isyerleri,
    .settings-belge-request-filter-grid,
    .belge-request-filter-grid
  ) {
    grid-template-columns: repeat(auto-fit, minmax(min(var(--senkra-workpage-filter-min), 100%), 1fr)) !important;
  }
}
html body.ibys-ui-v2 .ibys-v2-route-progress {
    position: fixed !important;
    top: var(--admin-topbar-height) !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    overflow: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    background: transparent !important;
    transition: opacity .08s ease !important;
    z-index: 1210 !important;
}

html body.ibys-ui-v2 .ibys-v2-route-progress::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: 34% !important;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0), #1d4ed8 45%, #60a5fa 100%) !important;
    border-radius: 0 999px 999px 0 !important;
    transform: translateX(-70%) scaleX(.35) !important;
}

html body.ibys-ui-v2.ibys-v2-page-loading .ibys-v2-route-progress,
html body.ibys-ui-v2.ibys-v2-page-leaving .ibys-v2-route-progress {
    opacity: 1 !important;
}

html body.ibys-ui-v2.ibys-v2-page-loading .ibys-v2-route-progress::before,
html body.ibys-ui-v2.ibys-v2-page-leaving .ibys-v2-route-progress::before {
    animation: ibys-v2-route-progress-run .86s cubic-bezier(.4, 0, .2, 1) infinite !important;
}

@keyframes ibys-v2-route-progress-run {
    0% {
        transform: translateX(-70%) scaleX(.35);
    }
    55% {
        transform: translateX(90vw) scaleX(.9);
    }
    100% {
        transform: translateX(118vw) scaleX(.45);
    }
}

@media (prefers-reduced-motion: reduce) {
    html body.ibys-ui-v2 .admin-layout .content-area {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    html body.ibys-ui-v2 .ibys-v2-route-progress {
        display: none !important;
    }
}

html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed,
html body.ibys-ui-v2 .admin-layout.ibys-v2-single-page-module {
    --admin-sidebar-width: var(--admin-iconbar-width) !important;
}

html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed .sidebar,
html body.ibys-ui-v2 .admin-layout.ibys-v2-single-page-module .sidebar {
    width: var(--admin-iconbar-width) !important;
    min-width: var(--admin-iconbar-width) !important;
    max-width: var(--admin-iconbar-width) !important;
    grid-template-columns: var(--admin-iconbar-width) var(--admin-subnav-width) !important;
    overflow: visible !important;
}

html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed .ibys-v2-module-rail {
    box-shadow: 8px 0 20px rgba(15, 23, 42, .10) !important;
}

html body.ibys-ui-v2 .admin-layout.ibys-v2-single-page-module .ibys-v2-sidebar-heading,
html body.ibys-ui-v2 .admin-layout.ibys-v2-single-page-module .ibys-v2-subnav {
    display: none !important;
}

html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed .ibys-v2-sidebar-heading,
html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed .ibys-v2-subnav {
    position: absolute !important;
    left: var(--admin-iconbar-width) !important;
    width: var(--admin-subnav-width) !important;
    min-width: var(--admin-subnav-width) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-8px) !important;
    transition: opacity .14s ease, transform .14s ease, visibility .14s ease !important;
}

html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed .ibys-v2-sidebar-heading {
    top: 0 !important;
    height: 28px !important;
    border-top-right-radius: 10px !important;
    box-shadow: 12px 0 24px rgba(15, 23, 42, .12) !important;
}

html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed .ibys-v2-subnav {
    top: 28px !important;
    bottom: auto !important;
    height: calc(100vh - var(--admin-topbar-height) - 28px) !important;
    border-bottom-right-radius: 10px !important;
    box-shadow: 12px 18px 30px rgba(15, 23, 42, .12) !important;
}

html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed .main-panel,
html body.ibys-ui-v2 .admin-layout.ibys-v2-single-page-module .main-panel,
html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed.nav-collapsed .main-panel {
    margin-left: var(--admin-iconbar-width) !important;
    width: calc(100vw - var(--admin-iconbar-width)) !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout {
    position: fixed !important;
    top: 56px;
    left: calc(var(--admin-iconbar-width) + 8px) !important;
    width: 242px !important;
    max-height: min(430px, calc(100vh - 64px)) !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    border: .5px solid rgba(15, 23, 42, .12) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-8px) scale(.985) !important;
    transform-origin: left top !important;
    transition: opacity .14s ease, transform .14s ease, visibility .14s ease !important;
    overflow: hidden !important;
    z-index: 1350 !important;
}

html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed .ibys-v2-rail-flyout.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) scale(1) !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout-head {
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 12px !important;
    border-bottom: .5px solid #e5e7eb !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 9px !important;
    background: #eef2ff !important;
    color: #4338ca !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout-icon svg {
    width: 17px !important;
    height: 17px !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout-head strong {
    min-width: 0 !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout-body {
    min-height: 0 !important;
    display: grid !important;
    align-content: start !important;
    gap: 3px !important;
    padding: 7px !important;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(156, 163, 175, .45) transparent !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout-item {
    min-height: 34px !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    width: 100% !important;
    padding: 8px 9px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: transparent !important;
    color: #4b5563 !important;
    box-shadow: none !important;
    text-align: left !important;
    text-decoration: none !important;
    font: inherit !important;
    font-size: 12.5px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout-item:hover {
    background: #f3f4f6 !important;
    color: #111827 !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout-item.is-active {
    background: #eef2ff !important;
    color: #4338ca !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout-empty {
    display: block !important;
    padding: 10px 9px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

html body.ibys-ui-v2 .ibys-v2-rail-flyout.is-loading .ibys-v2-rail-flyout-empty::after {
    content: "" !important;
    width: 6px !important;
    height: 6px !important;
    display: inline-block !important;
    margin-left: 6px !important;
    border-radius: 50% !important;
    background: #2563eb !important;
    box-shadow: 10px 0 0 rgba(37, 99, 235, .38), 20px 0 0 rgba(37, 99, 235, .18) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-command-center {
    gap: 10px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-card.is-muted {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card::before,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-card.is-muted::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: 3px !important;
    background: #2563eb !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card:nth-of-type(2)::before {
    background: #0f766e !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card:nth-of-type(3)::before {
    background: #7c3aed !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card:hover,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-card.is-muted:hover {
    border-color: #c8d8eb !important;
    box-shadow: 0 8px 20px rgba(15, 35, 65, .055) !important;
    transform: translateY(-1px) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-head {
    grid-template-columns: 48px minmax(0, 1fr) auto auto !important;
    gap: 12px !important;
    align-items: center !important;
    min-height: 76px !important;
    padding: 14px 16px 14px 18px !important;
    border-bottom: 1px solid #edf2f8 !important;
    background: #fff !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card.is-collapsed .bulk-operation-section-head {
    border-bottom: 0 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card.is-accordion.is-collapsed > :not(.bulk-operation-section-head) {
    display: none !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-head::after {
    width: 9px !important;
    height: 9px !important;
    margin: 0 8px 0 2px !important;
    border-right: 2px solid #94a3b8 !important;
    border-bottom: 2px solid #94a3b8 !important;
    transition: transform .18s ease, border-color .18s ease !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-head:hover::after {
    border-color: #2563eb !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card:not(.is-accordion) .bulk-operation-section-head::after {
    content: none !important;
    display: none !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card.is-accordion:not(.is-collapsed) > .bulk-operation-section-head::after {
    transform: rotate(225deg) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card.is-collapsed > .bulk-operation-section-head::after {
    transform: rotate(45deg) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card[data-bulk-action-card="1"] .bulk-operation-section-head {
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card[data-bulk-action-card="1"] .bulk-operation-section-head::after {
    content: none !important;
    display: none !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-card-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: #eef4ff !important;
    border: 1px solid #dbe8fb !important;
    color: #2563eb !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card:nth-of-type(2) .bulk-operations-card-icon {
    background: #e8f7f4 !important;
    border-color: #c7e8e2 !important;
    color: #0f766e !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card:nth-of-type(3) .bulk-operations-card-icon {
    background: #f3eefe !important;
    border-color: #ddd6fe !important;
    color: #7c3aed !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-card-icon svg {
    width: 20px !important;
    height: 20px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-card-copy {
    min-width: 0 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-card-copy span {
    margin: 0 !important;
    color: #8a98ad !important;
    font-size: 10.5px !important;
    font-weight: 950 !important;
    letter-spacing: .02em !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-card-copy h4 {
    margin: 3px 0 0 !important;
    color: #071832 !important;
    font-size: 15px !important;
    line-height: 1.22 !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-card-copy p {
    margin: 4px 0 0 !important;
    max-width: 820px !important;
    color: #64748b !important;
    font-size: 12px !important;
    line-height: 1.42 !important;
    font-weight: 750 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-head > .btn-small,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-close-btn {
    min-height: 32px !important;
    height: 32px !important;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-head > .btn-small svg,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-close-btn svg {
    width: 14px !important;
    height: 14px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-header-permission-button {
    min-height: 34px !important;
    height: 34px !important;
    padding: 6px 12px !important;
    border-radius: 9px !important;
    border-color: #bfdbfe !important;
    background: #ffffff !important;
    color: #0f376f !important;
    font-size: 11.5px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    box-shadow: 0 8px 18px rgba(37, 99, 235, .08) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-header-permission-button:hover {
    border-color: #93c5fd !important;
    background: #eff6ff !important;
    color: #0b55c5 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-header-permission-button svg {
    width: 14px !important;
    height: 14px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card .bulk-upload-top-panels,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card .workplace-form-layout,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card .employee-import-preview,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-card .table-wrap.employee-import-table-wrap {
    margin: 12px 14px 14px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-compact-card,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-summary-card-compact,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-result-card,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-table-card {
    border: 1px solid #dbe6f2 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-compact-head,
body.ibys-ui-v2 .bulk-operations-page-card .employee-import-preview-head {
    background: #f8fbff !important;
    border-bottom: 1px solid #edf2f8 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels.bulk-upload-top-panels-three {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels.bulk-upload-main-triptych > .bulk-upload-compact-card,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels.bulk-upload-main-triptych > .bulk-upload-summary-card,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels.bulk-upload-main-triptych > .bulk-upload-summary-card-compact {
    grid-column: auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-compact-card,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-summary-card-compact {
    min-width: 0 !important;
    height: 100% !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-compact-head,
body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-summary-head {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 18px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-shell .bulk-upload-summary-head {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-summary-size {
    margin-left: auto !important;
    display: grid !important;
    gap: 2px !important;
    min-width: 116px !important;
    padding: 8px 12px !important;
    border: 1px solid #dbe7f5 !important;
    border-radius: 10px !important;
    background: #f8fbff !important;
    text-align: right !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-summary-size span {
    color: #64748b !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-summary-size strong {
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-compact-body {
    padding: 16px 18px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-dropzone-compact {
    min-height: 126px !important;
    padding: 14px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-dropzone-body {
    min-height: 96px !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-summary-pills {
    padding: 12px 18px 10px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-summary-list {
    padding: 0 18px 14px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-summary-row {
    min-height: 33px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress {
    display: grid !important;
    gap: 7px !important;
    margin: 0 18px 12px !important;
    padding: 10px 12px !important;
    border: 1px solid #dbe7f4 !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress-top span,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress-top strong {
    color: #0f172a !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-summary-head .ozluk-workspace-permission-button {
    margin-left: auto !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-card .employee-import-stats .ozluk-workspace-permission-button {
    min-height: 38px !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    border-color: #bfdbfe !important;
    color: #0f376f !important;
    background: #ffffff !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    box-shadow: 0 8px 18px rgba(37, 99, 235, .08) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-card .employee-import-stats .ozluk-workspace-permission-button:hover {
    border-color: #93c5fd !important;
    color: #0b55c5 !important;
    background: #eff6ff !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-modal {
    align-items: center !important;
    justify-content: center !important;
    padding: 18px !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-panel {
    width: min(760px, calc(100vw - 44px)) !important;
    max-width: 760px !important;
    max-height: min(82vh, 720px) !important;
    overflow: hidden !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-panel .document-upload-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 14px !important;
    align-items: start !important;
    padding: 18px 20px !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-panel .document-upload-title {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
    min-width: 0 !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-panel .document-upload-head-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #0f766e !important;
    background: #ecfdf5 !important;
    border: 1px solid #bfdbd3 !important;
    overflow: hidden !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-panel .document-upload-head-icon svg {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    display: block !important;
    flex: 0 0 22px !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-panel .document-upload-title h4 {
    margin: 3px 0 5px !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-panel .document-upload-title p {
    max-width: 560px !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-toolbar {
    display: grid !important;
    grid-template-columns: minmax(220px, 1fr) auto auto auto !important;
    gap: 10px !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-toolbar input,
body.ibys-ui-v2 .ozluk-workspace-permission-toolbar select {
    width: 100% !important;
    min-height: 42px !important;
    border: 1px solid #cfdced !important;
    border-radius: 9px !important;
    padding: 0 14px !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    background: #f8fbff !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-toolbar select {
    appearance: auto !important;
    cursor: pointer !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-list {
    display: grid !important;
    gap: 8px !important;
    max-height: 52vh !important;
    overflow: auto !important;
    padding: 2px 2px 6px !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-row {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) minmax(150px, auto) !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 12px 14px !important;
    border: 1px solid #d9e6f3 !important;
    border-radius: 10px !important;
    background: #fff !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-row:has(input:checked) {
    border-color: #b7f0d0 !important;
    background: #f0fdf6 !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-row input {
    width: 18px !important;
    height: 18px !important;
    accent-color: #0f766e !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-user {
    display: grid !important;
    gap: 3px !important;
    min-width: 0 !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-user strong {
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-user em,
body.ibys-ui-v2 .ozluk-workspace-permission-mail {
    color: #61718a !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-mail {
    text-align: right !important;
}

body.ibys-ui-v2 .ozluk-workspace-permission-empty {
    padding: 18px !important;
    border: 1px dashed #bed2ea !important;
    border-radius: 10px !important;
    color: #61718a !important;
    font-weight: 850 !important;
    background: #f8fbff !important;
}

@media (max-width: 760px) {
    body.ibys-ui-v2 .ozluk-workspace-permission-toolbar {
        grid-template-columns: 1fr !important;
    }
    body.ibys-ui-v2 .ozluk-workspace-permission-row {
        grid-template-columns: 28px minmax(0, 1fr) !important;
    }
    body.ibys-ui-v2 .ozluk-workspace-permission-mail {
        grid-column: 2 !important;
        text-align: left !important;
    }
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress-track {
    position: relative !important;
    height: 8px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background: #e8eef7 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress-track span {
    display: block !important;
    height: 100% !important;
    width: 0;
    border-radius: inherit !important;
    background: linear-gradient(90deg, #2563eb 0%, #14b8a6 100%) !important;
    transition: width .22s ease !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress small {
    color: #64748b !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress.is-error {
    border-color: #fecaca !important;
    background: #fff7f7 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress.is-error .ozluk-workspace-progress-track span {
    background: linear-gradient(90deg, #ef4444 0%, #f97316 100%) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress.is-complete {
    border-color: #bbf7d0 !important;
    background: #f0fdf4 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-progress.is-complete .ozluk-workspace-progress-track span {
    background: linear-gradient(90deg, #16a34a 0%, #14b8a6 100%) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-state-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 24px !important;
    padding: 4px 9px !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 999px !important;
    background: #eff6ff !important;
    color: #1d4ed8 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-state-badge.is-error {
    border-color: #fecaca !important;
    background: #fff1f2 !important;
    color: #991b1b !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-state-badge.is-complete {
    border-color: #bbf7d0 !important;
    background: #ecfdf5 !important;
    color: #166534 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount {
    margin: 12px 14px 14px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-shell {
    display: grid !important;
    gap: 12px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .bulk-upload-top-panels {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    align-items: stretch !important;
    margin: 0 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .bulk-upload-top-panels > .bulk-upload-compact-card {
    flex: 1 1 68% !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    grid-column: auto !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .bulk-upload-top-panels > .bulk-upload-summary-card,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .bulk-upload-top-panels > .bulk-upload-summary-card-compact {
    flex: 0 1 32% !important;
    width: auto !important;
    max-width: 440px !important;
    min-width: 320px !important;
    grid-column: auto !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-dropzone.bulk-upload-dropzone-compact {
    min-height: 150px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-dropzone .bulk-upload-dropzone-body {
    min-height: 108px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table-card {
    margin: 0 !important;
    overflow: hidden !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-card .ozluk-workspace-review-title + h4,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-card .ozluk-workspace-review-title + h4 + p {
    display: none !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-title {
    display: grid !important;
    gap: 5px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-title h4 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 20px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-title p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.45 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-card .employee-import-stats {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    min-width: 280px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-clear-all-button {
    min-height: 38px !important;
    padding: 0 14px !important;
    border-color: #fecaca !important;
    background: #fff7f7 !important;
    color: #b91c1c !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-clear-all-button:hover:not(:disabled),
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-clear-all-button:focus-visible:not(:disabled) {
    background: #fee2e2 !important;
    border-color: #fca5a5 !important;
    color: #991b1b !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-uploader-report {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    min-width: 0 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-uploader-title,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-uploader-empty,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-uploader-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    border: 1px solid #dbe7f4 !important;
    border-radius: 999px !important;
    background: #f8fbff !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-uploader-title i {
    color: #2563eb !important;
    font-size: 12px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-report-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    border: 1px solid #1f67b4 !important;
    border-radius: 999px !important;
    background: #1f67b4 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-report-action i {
    font-size: 12px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-report-action:hover {
    background: #18579b !important;
    border-color: #18579b !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-uploader-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 34px !important;
    max-width: 230px !important;
    padding: 0 10px !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-uploader-chip strong {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #0f172a !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-uploader-chip em {
    flex: 0 0 auto !important;
    color: #2563eb !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-strip {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 12px 18px !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-chip {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    padding: 9px 10px !important;
    border: 1px solid #dbe7f4 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #334155 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-chip i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    font-size: 13px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-chip em {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-chip strong {
    color: #0f172a !important;
    font-size: 18px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-chip.is-ready i,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-row.is-ready > td:first-child {
    background: #ecfdf5 !important;
    color: #047857 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-chip.is-missing i,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-row.is-missing > td:first-child {
    background: #fff7ed !important;
    color: #c2410c !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-chip.is-uploaded i,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-row.is-uploaded > td:first-child {
    background: #eef2ff !important;
    color: #4338ca !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-chip.is-error i,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-row.is-error > td:first-child {
    background: #fff1f2 !important;
    color: #be123c !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table {
    width: 100% !important;
    min-width: 1120px !important;
    table-layout: fixed !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table th,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table td {
    vertical-align: middle !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(1),
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(1) {
    width: 17% !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(2),
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(2) {
    width: 21% !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(3),
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(3) {
    width: 18% !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(4),
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(4) {
    width: 11% !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(5),
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(5) {
    width: 18% !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(6),
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(6) {
    width: 17% !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(7),
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(7) {
    width: 90px !important;
    text-align: right !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-file,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-cell-text,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-reason-cell {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-file {
    display: grid !important;
    gap: 4px !important;
    padding-left: 8px !important;
    border-left: 4px solid currentColor !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-file strong {
    color: #0f172a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-file span,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-file em,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-main-cell small,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-date-cell small,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-check small {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 800 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-main-cell,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-date-cell {
    display: grid !important;
    gap: 4px !important;
    min-width: 0 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-main-cell strong,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-date-cell strong {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-main-cell.is-empty strong,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-date-cell.is-empty strong {
    color: #9a3412 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-check {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-check i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    font-size: 13px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-check span {
    display: grid !important;
    gap: 3px !important;
    min-width: 0 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-check strong {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #0f172a !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-check.is-ready i {
    background: #ecfdf5 !important;
    color: #047857 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-check.is-missing i {
    background: #fff7ed !important;
    color: #c2410c !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-check.is-uploaded i {
    background: #eef2ff !important;
    color: #4338ca !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-check.is-error i {
    background: #fff1f2 !important;
    color: #be123c !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-size-pill,
body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-status-pill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: max-content !important;
    max-width: 100% !important;
    min-height: 22px !important;
    padding: 3px 8px !important;
    border: 1px solid #dbe7f4 !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    color: #334155 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-status-pill.status-active {
    background: #ecfdf5 !important;
    border-color: #bbf7d0 !important;
    color: #166534 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-status-pill.status-warn {
    background: #fff7ed !important;
    border-color: #fed7aa !important;
    color: #9a3412 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-status-pill.status-passive {
    background: #fff1f2 !important;
    border-color: #fecaca !important;
    color: #991b1b !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-status-text {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-status-text small {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #991b1b !important;
    font-size: 10px !important;
    font-weight: 900 !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-actions {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 6px !important;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-actions .mini-btn.icon-only {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ozluk-workspace-transfer-confirm {
    display: grid;
    gap: 12px;
}

.ozluk-workspace-transfer-confirm p {
    margin: 0;
    color: #334155;
    font-weight: 800;
}

.ozluk-workspace-transfer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.ozluk-workspace-transfer-grid span {
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid #dbe7f4;
    border-radius: 10px;
    background: #f8fafc;
}

.ozluk-workspace-transfer-grid em {
    color: #64748b;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.ozluk-workspace-transfer-grid strong {
    color: #0f172a;
    font-size: 22px;
    font-weight: 950;
}

.ozluk-workspace-transfer-grid .is-ready {
    border-color: #bbf7d0;
    background: #ecfdf5;
}

.ozluk-workspace-transfer-grid .is-missing {
    border-color: #fed7aa;
    background: #fff7ed;
}

.ozluk-workspace-transfer-grid .is-error {
    border-color: #fecaca;
    background: #fff1f2;
}

.ozluk-workspace-transfer-grid .is-uploaded {
    border-color: #c7d2fe;
    background: #eef2ff;
}

body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-empty {
    padding: 18px !important;
    border: 1px dashed #cbd5e1 !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #64748b !important;
    font-weight: 800 !important;
    text-align: center !important;
}

@media (max-width: 1180px) {
    body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-review-strip,
    .ozluk-workspace-transfer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1100px) {
    body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels.bulk-upload-top-panels-three {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels-three .bulk-upload-summary-card-compact {
        grid-column: auto !important;
    }
}

@media (max-width: 980px) {
    body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .bulk-upload-top-panels {
        display: grid !important;
        grid-template-columns: 1fr !important;
        flex-wrap: wrap !important;
    }

    body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .bulk-upload-top-panels > .bulk-upload-compact-card,
    body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .bulk-upload-top-panels > .bulk-upload-summary-card,
    body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .bulk-upload-top-panels > .bulk-upload-summary-card-compact {
        max-width: none !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.ibys-ui-v2 .bulk-operations-page-card .ozluk-workspace-inline-mount .ozluk-workspace-table {
        min-width: 880px !important;
    }
}

@media (max-width: 760px) {
    body.ibys-ui-v2 .bulk-operations-page-card .bulk-upload-top-panels.bulk-upload-top-panels-three {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
}

body.ibys-ui-v2 .bulk-operations-page-card .bulk-operations-card.is-muted {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    min-height: 76px !important;
    padding: 14px 16px 14px 18px !important;
    border-style: dashed !important;
    background: #fbfdff !important;
}

@media (max-width: 640px) {
    body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-head {
        grid-template-columns: 44px minmax(0, 1fr) auto !important;
        padding: 13px 14px !important;
    }

    body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-head > .btn-small,
    body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-close-btn {
        grid-column: 1 / -1 !important;
        justify-self: start !important;
        width: auto !important;
    }

    body.ibys-ui-v2 .bulk-operations-page-card .bulk-operation-section-head::after {
        margin-left: 0 !important;
    }
}

@media (max-width: 900px) {
    html body.ibys-ui-v2:not(.login-body) {
        --admin-sidebar-width: 52px !important;
    }

    html body.ibys-ui-v2 .admin-layout .sidebar {
        width: var(--admin-iconbar-width) !important;
        min-width: var(--admin-iconbar-width) !important;
        max-width: var(--admin-iconbar-width) !important;
        grid-template-columns: var(--admin-iconbar-width) !important;
        transform: none !important;
    }

    html body.ibys-ui-v2 .ibys-v2-sidebar-heading,
    html body.ibys-ui-v2 .ibys-v2-subnav {
        display: none !important;
    }

    html body.ibys-ui-v2 .admin-layout .main-panel,
    html body.ibys-ui-v2 .admin-layout.nav-collapsed .main-panel,
    html body.ibys-ui-v2.nav-collapsed-preload .admin-layout .main-panel {
        margin-left: var(--admin-iconbar-width) !important;
        width: calc(100vw - var(--admin-iconbar-width)) !important;
    }

    html body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb-module {
        max-width: 34vw !important;
    }

    html body.ibys-ui-v2 .admin-layout .hr-v2-breadcrumb-active {
        max-width: 38vw !important;
    }
}
body.ibys-ui-v2 .platform-live-center {
  display: grid;
  gap: 14px;
  min-width: 0;
}

body.ibys-ui-v2 .platform-live-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid #cfe0ef;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 60%, #eef8f5 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
}

body.ibys-ui-v2 .platform-live-eyebrow {
  display: inline-flex;
  width: max-content;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid #b9ded8;
  border-radius: 8px;
  background: #e7f5f2;
  color: #0f5f59;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body.ibys-ui-v2 .platform-live-hero h3 {
  margin: 12px 0 0;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.18;
}

body.ibys-ui-v2 .platform-live-hero p {
  max-width: 860px;
  margin: 8px 0 0;
  color: #475569;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

body.ibys-ui-v2 .platform-live-hero-state {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 16px;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
}

body.ibys-ui-v2 .platform-live-hero-state strong,
body.ibys-ui-v2 .platform-live-hero-state span,
body.ibys-ui-v2 .platform-live-hero-state small {
  display: block;
}

body.ibys-ui-v2 .platform-live-hero-state strong {
  color: #9ccbc4;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body.ibys-ui-v2 .platform-live-hero-state span {
  font-size: 20px;
  font-weight: 900;
}

body.ibys-ui-v2 .platform-live-hero-state small {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

body.ibys-ui-v2 .platform-live-stats,
body.ibys-ui-v2 .platform-live-channels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.ibys-ui-v2 .platform-live-stats article,
body.ibys-ui-v2 .platform-live-channels article,
body.ibys-ui-v2 .platform-live-panel,
body.ibys-ui-v2 .platform-live-form,
body.ibys-ui-v2 .platform-live-ftp {
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

body.ibys-ui-v2 .platform-live-stats article {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 7px;
  min-height: 110px;
  padding: 15px;
}

body.ibys-ui-v2 .platform-live-stats article::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #38a79b;
}

body.ibys-ui-v2 .platform-live-stats article.warn::before {
  background: #d97706;
}

body.ibys-ui-v2 .platform-live-stats article.db::before {
  background: #2563eb;
}

body.ibys-ui-v2 .platform-live-stats span,
body.ibys-ui-v2 .platform-live-stats strong,
body.ibys-ui-v2 .platform-live-stats small {
  position: relative;
}

body.ibys-ui-v2 .platform-live-stats span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body.ibys-ui-v2 .platform-live-stats strong {
  color: #0f172a;
  font-size: 32px;
  line-height: 1;
}

body.ibys-ui-v2 .platform-live-stats small {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

body.ibys-ui-v2 .platform-live-channels article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas: "icon title" "icon note";
  gap: 3px 12px;
  align-items: center;
  min-height: 78px;
  padding: 13px;
}

body.ibys-ui-v2 .platform-live-channels article > div {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eef7ff;
  color: #1d4ed8;
}

body.ibys-ui-v2 .platform-live-channels article.active > div {
  background: #e7f5f2;
  color: #0f766e;
}

body.ibys-ui-v2 .platform-live-channels svg {
  width: 20px;
  height: 20px;
}

body.ibys-ui-v2 .platform-live-channels strong {
  grid-area: title;
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
}

body.ibys-ui-v2 .platform-live-channels span {
  grid-area: note;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

body.ibys-ui-v2 .platform-live-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 14px;
  align-items: start;
}

body.ibys-ui-v2 .platform-live-panel {
  overflow: hidden;
}

body.ibys-ui-v2 .platform-live-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  border-bottom: 1px solid #e2e8f0;
  background: #fbfdff;
}

body.ibys-ui-v2 .platform-live-panel-head strong,
body.ibys-ui-v2 .platform-live-form-head strong,
body.ibys-ui-v2 .platform-live-ftp strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
}

body.ibys-ui-v2 .platform-live-panel-head span,
body.ibys-ui-v2 .platform-live-form-head span,
body.ibys-ui-v2 .platform-live-ftp > span {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

body.ibys-ui-v2 .platform-live-panel-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #b9cce3;
  border-radius: 8px;
  background: #fff;
  color: #005be8;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

body.ibys-ui-v2 .platform-live-table-wrap {
  overflow: auto;
}

body.ibys-ui-v2 .platform-live-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
}

body.ibys-ui-v2 .platform-live-table th {
  padding: 11px 12px;
  border-bottom: 1px solid #dbe4ee;
  background: #eef3f7;
  color: #334155;
  font-size: 11px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

body.ibys-ui-v2 .platform-live-table td {
  padding: 12px;
  border-bottom: 1px solid #edf2f7;
  color: #334155;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  vertical-align: top;
}

body.ibys-ui-v2 .platform-live-table tr:last-child td {
  border-bottom: 0;
}

body.ibys-ui-v2 .platform-live-table td strong,
body.ibys-ui-v2 .platform-live-table td span {
  display: block;
}

body.ibys-ui-v2 .platform-live-table td strong {
  color: #0f172a;
  font-weight: 900;
}

body.ibys-ui-v2 .platform-live-table td span {
  margin-top: 4px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

body.ibys-ui-v2 .platform-live-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eef7ff;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

body.ibys-ui-v2 .platform-live-status.status-canliya-gidecek,
body.ibys-ui-v2 .platform-live-status.status-hazirlaniyor {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #b45309;
}

body.ibys-ui-v2 .platform-live-status.status-canliya-alindi,
body.ibys-ui-v2 .platform-live-status.status-tamamlandi {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}

body.ibys-ui-v2 .platform-live-status.status-iptal {
  border-color: #fecaca;
  background: #fff7f7;
  color: #b91c1c;
}

body.ibys-ui-v2 .platform-live-empty {
  padding: 24px !important;
  color: #64748b !important;
  text-align: center;
}

body.ibys-ui-v2 .platform-live-side {
  display: grid;
  gap: 12px;
}

body.ibys-ui-v2 .platform-live-form {
  display: grid;
  gap: 10px;
  padding: 15px;
}

body.ibys-ui-v2 .platform-live-form label {
  display: grid;
  gap: 6px;
  color: #475569;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body.ibys-ui-v2 .platform-live-form input,
body.ibys-ui-v2 .platform-live-form select,
body.ibys-ui-v2 .platform-live-form textarea {
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  border: 1px solid #d5dfeb;
  border-radius: 8px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

body.ibys-ui-v2 .platform-live-form input,
body.ibys-ui-v2 .platform-live-form select {
  padding: 0 11px;
}

body.ibys-ui-v2 .platform-live-form textarea {
  min-height: 72px;
  padding: 10px 11px;
  resize: vertical;
}

body.ibys-ui-v2 .platform-live-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.ibys-ui-v2 .platform-live-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid #0f766e;
  border-radius: 8px;
  background: #0f766e;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

body.ibys-ui-v2 .platform-live-submit svg {
  width: 18px;
  height: 18px;
}

body.ibys-ui-v2 .platform-live-ftp {
  display: grid;
  gap: 11px;
  padding: 15px;
  background: #fbfdff;
}

body.ibys-ui-v2 .platform-live-ftp div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 11px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

body.ibys-ui-v2 .platform-live-ftp small {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body.ibys-ui-v2 .platform-live-ftp b {
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1320px) {
  body.ibys-ui-v2 .platform-live-grid,
  body.ibys-ui-v2 .platform-live-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  body.ibys-ui-v2 .platform-live-stats,
  body.ibys-ui-v2 .platform-live-channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.ibys-ui-v2 .platform-live-stats,
  body.ibys-ui-v2 .platform-live-channels,
  body.ibys-ui-v2 .platform-live-two {
    grid-template-columns: 1fr;
  }

  body.ibys-ui-v2 .platform-live-panel-head {
    display: grid;
  }

  body.ibys-ui-v2 .platform-live-panel-head a,
  body.ibys-ui-v2 .platform-live-submit {
    width: 100%;
  }
}

body.ibys-ui-v2 .platform-ftp-shell {
  display: grid;
  gap: 12px;
  border: 1px solid #aab3bf;
  border-radius: 8px;
  background: #f4f5f7;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
  overflow: hidden;
}

body.ibys-ui-v2 .platform-ftp-topbar {
  display: grid;
  grid-template-columns: 1.2fr 86px 1.1fr 1fr 132px 116px auto;
  gap: 10px;
  align-items: end;
  padding: 12px 14px;
  background: #0b2542;
  color: #fff;
}

body.ibys-ui-v2 .platform-ftp-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
}

body.ibys-ui-v2 .platform-ftp-field label,
body.ibys-ui-v2 .platform-ftp-actions label {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

body.ibys-ui-v2 .platform-ftp-field input,
body.ibys-ui-v2 .platform-ftp-path-row input,
body.ibys-ui-v2 .platform-ftp-actions input,
body.ibys-ui-v2 .platform-ftp-actions select {
  width: 100%;
  min-width: 0;
  height: 36px;
  border: 1px solid #aeb7c2;
  border-radius: 3px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 750;
  padding: 0 9px;
  outline: none;
}

body.ibys-ui-v2 .platform-ftp-field.port {
  grid-template-columns: auto 1fr;
}

body.ibys-ui-v2 .platform-ftp-btn,
body.ibys-ui-v2 .platform-ftp-mini,
body.ibys-ui-v2 .platform-ftp-table .row-action button {
  min-height: 36px;
  border: 1px solid #aab3bf;
  border-radius: 3px;
  background: #e7e5df;
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  padding: 0 12px;
  white-space: nowrap;
}

body.ibys-ui-v2 .platform-ftp-btn.primary {
  border-color: #0f5f9f;
  background: #1769aa;
  color: #fff;
}

body.ibys-ui-v2 .platform-ftp-btn.danger {
  color: #b91c1c;
}

body.ibys-ui-v2 .platform-ftp-btn:disabled,
body.ibys-ui-v2 .platform-ftp-mini:disabled,
body.ibys-ui-v2 .platform-ftp-table .row-action button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

body.ibys-ui-v2 .platform-ftp-status {
  justify-self: end;
  min-width: 94px;
  color: #dbeafe;
  font-size: 12px;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

body.ibys-ui-v2 .platform-ftp-status.connected {
  color: #bbf7d0;
}

body.ibys-ui-v2 .platform-ftp-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
}

body.ibys-ui-v2 .platform-ftp-panel {
  display: grid;
  grid-template-rows: auto auto minmax(360px, 1fr) auto;
  min-width: 0;
  min-height: 580px;
  border: 1px solid #aab3bf;
  background: #fff;
}

body.ibys-ui-v2 .platform-ftp-panel-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid #aab3bf;
  background: #f9fafb;
}

body.ibys-ui-v2 .platform-ftp-panel-title strong {
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.1;
}

body.ibys-ui-v2 .platform-ftp-path-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px 86px;
  gap: 8px;
  padding: 8px 10px;
  border-bottom: 1px solid #c8cfd8;
  background: #fff;
}

body.ibys-ui-v2 .platform-ftp-table-wrap {
  overflow: auto;
  background: #fff;
}

body.ibys-ui-v2 .platform-ftp-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

body.ibys-ui-v2 .platform-ftp-table th {
  height: 32px;
  border: 1px solid #b9c0ca;
  background: #deddd8;
  color: #111827;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  padding: 5px 8px;
}

body.ibys-ui-v2 .platform-ftp-table td {
  height: 34px;
  border-bottom: 1px solid #eef1f4;
  color: #111827;
  font-size: 12px;
  font-weight: 750;
  padding: 6px 8px;
  vertical-align: middle;
}

body.ibys-ui-v2 .platform-ftp-table td strong {
  display: block;
  max-width: 360px;
  overflow: hidden;
  color: #111827;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ibys-ui-v2 .platform-ftp-table .select-col {
  width: 36px;
  text-align: center;
}

body.ibys-ui-v2 .platform-ftp-table .select-col input {
  width: 16px;
  height: 16px;
}

body.ibys-ui-v2 .platform-ftp-table .row-action {
  width: 70px;
  text-align: right;
}

body.ibys-ui-v2 .platform-ftp-empty {
  height: 120px !important;
  color: #64748b !important;
  text-align: center;
  font-weight: 850 !important;
}

body.ibys-ui-v2 .platform-ftp-actions {
  display: grid;
  grid-template-columns: 132px 120px 132px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-top: 1px solid #aab3bf;
  background: #f3f2ee;
}

body.ibys-ui-v2 .platform-ftp-actions.remote {
  grid-template-columns: 132px minmax(220px, 1fr) 96px;
}

body.ibys-ui-v2 .platform-ftp-actions label {
  display: grid;
  grid-template-columns: auto minmax(110px, 180px);
  gap: 8px;
  align-items: center;
  color: #111827;
}

body.ibys-ui-v2 .platform-ftp-progress {
  display: grid;
  gap: 6px;
  padding: 8px 14px 12px;
  background: #f9fafb;
}

body.ibys-ui-v2 .platform-ftp-progress div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 88px;
  gap: 10px;
  align-items: center;
  min-height: 25px;
}

body.ibys-ui-v2 .platform-ftp-progress span {
  color: #111827;
  font-size: 12px;
  font-weight: 900;
}

body.ibys-ui-v2 .platform-ftp-progress b {
  height: 22px;
  display: flex;
  align-items: center;
  border: 1px solid #b9c0ca;
  background: #e6e6e2;
  color: #334155;
  font-size: 11px;
  font-weight: 850;
  padding: 0 8px;
}

body.ibys-ui-v2 .platform-ftp-progress em {
  color: #111827;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  text-align: right;
}

body.ibys-ui-v2 .platform-ftp-log {
  display: grid;
  gap: 0;
  border: 1px solid #aab3bf;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

body.ibys-ui-v2 .platform-ftp-log-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-bottom: 1px solid #c8cfd8;
  background: #f9fafb;
}

body.ibys-ui-v2 .platform-ftp-log-head strong {
  color: #111827;
  font-size: 15px;
  font-weight: 950;
}

body.ibys-ui-v2 .platform-ftp-log-head span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

body.ibys-ui-v2 .platform-ftp-log-console {
  display: grid;
  align-content: start;
  min-height: 110px;
  max-height: 260px;
  overflow: auto;
  padding: 8px 10px;
  background: #0f172a;
}

body.ibys-ui-v2 .platform-ftp-log-line {
  display: grid;
  grid-template-columns: 150px 86px minmax(0, 1fr);
  gap: 10px;
  color: #dbeafe;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.55;
}

body.ibys-ui-v2 .platform-ftp-log-line b {
  color: #93c5fd;
  font-weight: 900;
}

body.ibys-ui-v2 .platform-ftp-log-line.success b {
  color: #86efac;
}

body.ibys-ui-v2 .platform-ftp-log-line.error b {
  color: #fca5a5;
}

body.ibys-ui-v2 .platform-ftp-log-line.skipped b {
  color: #fde68a;
}

body.ibys-ui-v2 .platform-ftp-log-line em {
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  body.ibys-ui-v2 .platform-ftp-topbar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.ibys-ui-v2 .platform-ftp-status {
    justify-self: start;
  }

  body.ibys-ui-v2 .platform-ftp-panels {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.ibys-ui-v2 .platform-ftp-topbar,
  body.ibys-ui-v2 .platform-ftp-field,
  body.ibys-ui-v2 .platform-ftp-path-row,
  body.ibys-ui-v2 .platform-ftp-actions,
  body.ibys-ui-v2 .platform-ftp-actions.remote,
  body.ibys-ui-v2 .platform-ftp-progress div,
  body.ibys-ui-v2 .platform-ftp-log-line {
    grid-template-columns: 1fr;
  }

  body.ibys-ui-v2 .platform-ftp-panel {
    min-height: 460px;
  }

  body.ibys-ui-v2 .platform-ftp-panel-title {
    grid-template-columns: 1fr;
  }
}

.senkra-ftp-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.senkra-ftp-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #d8e3f1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.senkra-ftp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: #f8fafc;
}

.senkra-ftp-eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 7px;
  padding: 5px 8px;
  border: 1px solid #c7ddd8;
  border-radius: 8px;
  background: #edf8f6;
  color: #0f766e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.senkra-ftp-hero h2 {
  margin: 0;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.18;
}

.senkra-ftp-hero p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.senkra-ftp-hero-side {
  display: grid;
  gap: 10px;
  justify-items: end;
  min-width: 280px;
}

.senkra-ftp-status {
  display: grid;
  min-width: 0;
  justify-items: end;
  gap: 5px;
}

.senkra-ftp-status strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9a3412;
  font-size: 13px;
  font-weight: 900;
}

.senkra-ftp-status strong::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #f97316;
}

.senkra-ftp-status.connected strong {
  color: #047857;
}

.senkra-ftp-status.connected strong::before {
  background: #10b981;
}

.senkra-ftp-status span {
  max-width: 260px;
  overflow: hidden;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.senkra-ftp-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.senkra-ftp-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #c7d8ef;
  border-radius: 10px;
  background: #f8fbff;
  color: #1f66b1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.senkra-ftp-icon-btn svg {
  width: 18px;
  height: 18px;
}

.senkra-ftp-icon-btn:hover,
.senkra-ftp-icon-btn:focus-visible {
  border-color: #93c5fd;
  background: #eff6ff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.senkra-ftp-settings-overlay[hidden] {
  display: none !important;
}

.senkra-ftp-settings-overlay {
  position: fixed;
  inset: 0;
  z-index: 10018;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  overscroll-behavior: contain;
  background: rgba(15, 23, 42, 0.52);
}

.senkra-ftp-settings-dialog {
  display: grid;
  gap: 16px;
  width: min(780px, 100%);
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  margin: auto;
  overflow: auto;
  padding: 20px;
  border: 1px solid #d8e3f1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.26);
}

.senkra-ftp-settings-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.senkra-ftp-settings-head span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 6px;
  padding: 5px 9px;
  border: 1px solid #c7ddd8;
  border-radius: 999px;
  background: #edf8f6;
  color: #0f766e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.senkra-ftp-settings-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.2;
}

.senkra-ftp-settings-head p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.senkra-ftp-connect-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.senkra-ftp-connect-bar label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.senkra-ftp-connect-bar label span {
  color: #475569;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.senkra-ftp-connect-bar .is-root {
  grid-column: 1 / -1;
}

.senkra-ftp-connect-bar input,
.senkra-ftp-connect-bar select {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 1px solid #cfd9e8;
  border-radius: 8px;
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  outline: none;
  padding: 0 11px;
}

.senkra-ftp-connect-bar input:focus,
.senkra-ftp-connect-bar select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.senkra-ftp-settings-note {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.senkra-ftp-settings-note strong {
  font-weight: 950;
  white-space: nowrap;
}

.senkra-ftp-settings-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 2px;
}

.senkra-ftp-connect-actions,
.senkra-ftp-upload-actions,
.senkra-ftp-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.senkra-ftp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #cfd9e8;
  border-radius: 8px;
  background: #ffffff;
  color: #25344a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  padding: 0 14px;
}

.senkra-ftp-btn.primary {
  border-color: #1f66b1;
  background: #1f66b1;
  color: #ffffff;
}

.senkra-ftp-btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.senkra-ftp-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.senkra-ftp-metric-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 112px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #dbe5f2;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.senkra-ftp-metric-card::before {
  content: "";
  position: absolute;
  top: -34px;
  right: -28px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
}

.senkra-ftp-metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  background: #eff6ff;
  color: #1d4ed8;
}

.senkra-ftp-metric-icon svg {
  width: 21px;
  height: 21px;
}

.senkra-ftp-metric-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.senkra-ftp-metric-copy span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.senkra-ftp-metric-copy strong {
  overflow: hidden;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.senkra-ftp-metric-copy small {
  overflow: hidden;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.senkra-ftp-metric-graph {
  grid-column: 1 / -1;
  overflow: hidden;
  height: 7px;
  border-radius: 999px;
  background: #e2e8f0;
}

.senkra-ftp-metric-graph i {
  display: block;
  width: var(--ftp-meter, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb 0%, #0f766e 100%);
}

.senkra-ftp-metric-card.is-size {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.senkra-ftp-metric-card.is-size .senkra-ftp-metric-copy strong {
  color: #1d4ed8;
}

.senkra-ftp-metric-card.is-uploaded .senkra-ftp-metric-icon {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: #047857;
}

.senkra-ftp-metric-card.is-uploaded .senkra-ftp-metric-graph i {
  background: linear-gradient(90deg, #16a34a 0%, #047857 100%);
}

.senkra-ftp-metric-card.is-control .senkra-ftp-metric-icon {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}

.senkra-ftp-metric-card.is-control .senkra-ftp-metric-graph i {
  background: linear-gradient(90deg, #f59e0b 0%, #c2410c 100%);
}

.senkra-ftp-metric-card.is-total .senkra-ftp-metric-icon {
  border-color: #ddd6fe;
  background: #f5f3ff;
  color: #6d28d9;
}

.senkra-ftp-insights {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: #f8fafc;
}

.senkra-ftp-insight-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.senkra-ftp-insight-head div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.senkra-ftp-insight-head span {
  color: #0f766e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.senkra-ftp-insight-head strong {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.2;
}

.senkra-ftp-insight-head p {
  max-width: 520px;
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.senkra-ftp-insight-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.senkra-ftp-insight-kpis div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: #ffffff;
}

.senkra-ftp-insight-kpis span {
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.senkra-ftp-insight-kpis strong {
  overflow: hidden;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.senkra-ftp-insight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(260px, 0.95fr);
  gap: 10px;
  min-width: 0;
}

.senkra-ftp-insight-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: #ffffff;
}

.senkra-ftp-insight-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.senkra-ftp-insight-card-head strong {
  overflow: hidden;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.senkra-ftp-insight-card-head span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.senkra-ftp-trend-bars {
  display: grid;
  grid-template-columns: repeat(14, minmax(18px, 1fr));
  gap: 6px;
  align-items: end;
  min-height: 150px;
}

.senkra-ftp-trend-bars.is-monthly {
  grid-template-columns: repeat(6, minmax(28px, 1fr));
}

.senkra-ftp-trend-bar {
  display: grid;
  grid-template-rows: minmax(72px, 1fr) auto auto;
  gap: 5px;
  align-items: end;
  min-width: 0;
  height: 100%;
}

.senkra-ftp-trend-bar > span {
  display: block;
  align-self: end;
  width: 100%;
  min-height: 4px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #3b82f6 0%, #1f66b1 100%);
}

.senkra-ftp-trend-bars.is-monthly .senkra-ftp-trend-bar > span {
  background: linear-gradient(180deg, #14b8a6 0%, #0f766e 100%);
}

.senkra-ftp-trend-bar small,
.senkra-ftp-trend-bar em {
  overflow: hidden;
  color: #64748b;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.senkra-ftp-trend-bar em {
  color: #0f172a;
}

.senkra-ftp-top-files {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.senkra-ftp-top-files > div {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  background: #f8fafc;
}

.senkra-ftp-top-files strong {
  overflow: hidden;
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.senkra-ftp-top-files span {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.senkra-ftp-queue-details {
  min-width: 0;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: #fbfdff;
}

.senkra-ftp-queue-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  color: #0f172a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  list-style: none;
}

.senkra-ftp-queue-details summary::-webkit-details-marker {
  display: none;
}

.senkra-ftp-queue-details summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #cfd9e8;
  border-radius: 8px;
  color: #1f66b1;
  font-size: 18px;
  line-height: 1;
}

.senkra-ftp-queue-details[open] summary::after {
  content: "-";
}

.senkra-ftp-queue-details summary strong {
  margin-left: auto;
  color: #64748b;
  font-size: 12px;
  white-space: nowrap;
}

.senkra-ftp-queue-details .senkra-ftp-toolbar,
.senkra-ftp-queue-details .senkra-ftp-table-wrap {
  margin: 0 12px 12px;
}

.senkra-ftp-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.senkra-ftp-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #cfd9e8;
  border-radius: 8px;
  background: #ffffff;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.senkra-ftp-tabs a.active {
  border-color: #a8c7ec;
  background: #eaf3ff;
  color: #1d4f91;
}

.senkra-ftp-table-wrap {
  min-width: 0;
  overflow: auto;
  border: 1px solid #d9e3f0;
  border-radius: 8px;
}

.senkra-ftp-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
  background: #ffffff;
}

.senkra-ftp-col-select {
  width: 44px;
}

.senkra-ftp-col-package {
  width: 28%;
}

.senkra-ftp-col-local {
  width: 27%;
}

.senkra-ftp-col-target {
  width: 30%;
}

.senkra-ftp-col-status {
  width: 118px;
}

.senkra-ftp-col-size {
  width: 82px;
}

.senkra-ftp-table th {
  height: 40px;
  padding: 8px 10px;
  border-bottom: 1px solid #dbe5f2;
  background: #f1f5f9;
  color: #5b6b83;
  font-size: 11px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.senkra-ftp-table td {
  height: 44px;
  padding: 8px 10px;
  border-bottom: 1px solid #edf2f7;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.senkra-ftp-table tr:last-child td {
  border-bottom: 0;
}

.senkra-ftp-table td strong {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.senkra-ftp-table td.senkra-ftp-ellipsis {
  max-width: 0;
}

.senkra-ftp-table .select-col {
  text-align: center;
  overflow: visible;
}

.senkra-ftp-table .select-col input {
  width: 18px;
  height: 18px;
  accent-color: #1f66b1;
}

.senkra-ftp-table tr.missing-source td {
  background: #fff7ed;
}

.senkra-ftp-state {
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  margin: 0 !important;
  padding: 5px 8px;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: #f8fafc;
  color: #475569 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  white-space: nowrap;
}

.senkra-ftp-state.canliya_alindi,
.senkra-ftp-state.tamamlandi {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #047857 !important;
}

.senkra-ftp-state.kontrol_bekliyor,
.senkra-ftp-state.hata {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412 !important;
}

.senkra-ftp-empty {
  padding: 26px !important;
  color: #64748b !important;
  text-align: center !important;
}

.senkra-ftp-progress-overlay[hidden] {
  display: none !important;
}

.senkra-ftp-progress-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  overscroll-behavior: contain;
  background: rgba(15, 23, 42, 0.52);
}

.senkra-ftp-progress-dialog {
  display: grid;
  gap: 14px;
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  margin: auto;
  overflow: auto;
  padding: 22px;
  border: 1px solid #d8e3f1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.senkra-ftp-progress-eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 5px 9px;
  border: 1px solid #c7ddd8;
  border-radius: 8px;
  background: #edf8f6;
  color: #0f766e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.senkra-ftp-progress-dialog h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.18;
}

.senkra-ftp-progress-dialog p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.senkra-ftp-progress-meter {
  overflow: hidden;
  height: 12px;
  border: 1px solid #cfd9e8;
  border-radius: 999px;
  background: #eef2f7;
}

.senkra-ftp-progress-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #1f66b1;
  transition: width 0.28s ease;
}

.senkra-ftp-progress-overlay.is-error .senkra-ftp-progress-meter span {
  background: #dc2626;
}

.senkra-ftp-progress-overlay.is-done .senkra-ftp-progress-meter span {
  background: #059669;
}

.senkra-ftp-modal-password {
  display: grid;
  gap: 7px;
  padding: 11px 12px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
}

.senkra-ftp-modal-password[hidden] {
  display: none !important;
}

.senkra-ftp-modal-password label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.senkra-ftp-modal-password label span {
  color: #1e3a8a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.senkra-ftp-modal-password input {
  width: 100%;
  height: 42px;
  border: 1px solid #bfd0e5;
  border-radius: 8px;
  background: #ffffff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
  outline: none;
  padding: 0 12px;
}

.senkra-ftp-modal-password input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.senkra-ftp-modal-password small {
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.senkra-ftp-current-file {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: #f8fafc;
}

.senkra-ftp-current-file[hidden] {
  display: none !important;
}

.senkra-ftp-current-file div {
  min-width: 0;
}

.senkra-ftp-current-file span {
  display: block;
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.senkra-ftp-current-file strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.senkra-ftp-current-file em {
  color: #475569;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.senkra-ftp-file-meter {
  grid-column: 1 / -1;
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #e2e8f0;
}

.senkra-ftp-file-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #0f766e;
  transition: width 0.3s ease;
}

.senkra-ftp-table tr.is-uploaded-in-modal td {
  background: #ecfdf5;
}

.senkra-ftp-table tr.is-error-in-modal td {
  background: #fef2f2;
}

.senkra-ftp-progress-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.senkra-ftp-progress-stats div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: #f8fafc;
}

.senkra-ftp-progress-stats span {
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.senkra-ftp-progress-stats strong {
  color: #0f172a;
  font-size: 21px;
  line-height: 1;
}

.senkra-ftp-progress-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.senkra-ftp-progress-steps span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
}

.senkra-ftp-progress-steps span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 999px;
  background: #cbd5e1;
}

.senkra-ftp-progress-steps span.is-active {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.senkra-ftp-progress-steps span.is-active::before {
  background: #2563eb;
}

.senkra-ftp-progress-steps span.is-done {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}

.senkra-ftp-progress-steps span.is-done::before {
  background: #10b981;
}

.senkra-ftp-progress-note {
  padding: 10px 12px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.senkra-ftp-progress-overlay.is-error .senkra-ftp-progress-note {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.senkra-ftp-progress-overlay.is-done .senkra-ftp-progress-note {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}

.senkra-ftp-progress-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.senkra-ftp-log {
  overflow: hidden;
  border: 1px solid #d8e3f1;
  border-radius: 8px;
  background: #0f172a;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.11);
}

.senkra-ftp-log-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.senkra-ftp-log-head strong {
  color: #f8fafc;
  font-size: 14px;
  font-weight: 900;
}

.senkra-ftp-log-head span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.senkra-ftp-log-console {
  display: grid;
  max-height: 280px;
  overflow: auto;
  padding: 10px;
  gap: 7px;
}

.senkra-ftp-log-line {
  display: grid;
  grid-template-columns: 145px 86px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
}

.senkra-ftp-log-line b {
  color: #e2e8f0;
  text-transform: uppercase;
}

.senkra-ftp-log-line.success b {
  color: #86efac;
}

.senkra-ftp-log-line.error b {
  color: #fca5a5;
}

.senkra-ftp-log-line.skipped b {
  color: #fde68a;
}

.senkra-ftp-log-line em {
  min-width: 0;
  overflow: hidden;
  color: #cbd5e1;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .senkra-ftp-connect-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .senkra-ftp-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .senkra-ftp-insight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .senkra-ftp-hero,
  .senkra-ftp-connect-bar,
  .senkra-ftp-metrics,
  .senkra-ftp-insight-head,
  .senkra-ftp-insight-kpis,
  .senkra-ftp-toolbar,
  .senkra-ftp-log-head,
  .senkra-ftp-log-line {
    grid-template-columns: 1fr;
  }

  .senkra-ftp-status {
    justify-items: start;
    min-width: 0;
  }

  .senkra-ftp-hero-side {
    justify-items: start;
    min-width: 0;
  }

  .senkra-ftp-hero-actions {
    justify-content: flex-start;
  }

  .senkra-ftp-settings-overlay,
  .senkra-ftp-progress-overlay {
    padding: 12px;
  }

  .senkra-ftp-settings-dialog {
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
  }

  .senkra-ftp-settings-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .senkra-ftp-upload-actions {
    justify-content: flex-start;
  }

  .senkra-ftp-progress-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .senkra-ftp-progress-steps {
    grid-template-columns: 1fr;
  }

  .senkra-ftp-trend-bars {
    grid-template-columns: repeat(7, minmax(22px, 1fr));
  }

  .senkra-ftp-progress-actions {
    justify-content: stretch;
  }

  .senkra-ftp-progress-actions .senkra-ftp-btn {
    flex: 1 1 140px;
  }
}

/* Ozluk belge yonetimi */
.main-panel.is-ozluk-management-page .ozluk-management-panelbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid #dbe5f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.main-panel.is-ozluk-management-page .ozluk-management-nav-strip {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.main-panel.is-ozluk-management-page .ozluk-management-nav-strip a {
  min-height: 38px;
  border-radius: 8px;
  white-space: nowrap;
}

.main-panel.is-ozluk-management-page .ozluk-management-result-summary {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  margin: 0 !important;
  padding: 0 12px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
}

.main-panel.is-ozluk-management-page .ozluk-management-result-summary span,
.main-panel.is-ozluk-management-page .ozluk-management-result-summary strong {
  margin: 0;
  color: inherit;
  line-height: 1;
}

.main-panel.is-ozluk-management-page .ozluk-management-result-summary span {
  font-size: 12px;
  font-weight: 900;
}

.main-panel.is-ozluk-management-page .ozluk-management-result-summary strong {
  font-size: 18px;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2 {
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.main-panel.is-ozluk-management-page .ozluk-management-result-summary,
.main-panel.is-ozluk-management-page .ozluk-management-hero,
.main-panel.is-ozluk-management-page .ozluk-dashboard-grid,
.main-panel.is-ozluk-management-page .ozluk-management-list-meta {
  display: none !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode {
  gap: 8px;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-card-v2 {
  overflow: hidden;
  border-color: #d8e4f2 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07) !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-list-head {
  padding: 12px 14px 11px;
  border-bottom: 1px solid #e4edf7;
  border-left: 4px solid #f97316;
  background:
    linear-gradient(90deg, rgba(255, 247, 237, 0.94), rgba(255, 255, 255, 0.98) 44%),
    #fff;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-list-head span {
  color: #c2410c;
  font-size: 11px;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-list-head h4 {
  margin-top: 2px;
  font-size: 17px;
  line-height: 1.15;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-analysis-linkbar {
  padding: 10px 14px 0;
  background: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-analysis-linkbar .btn-secondary {
  min-height: 34px;
  padding: 0 10px;
  border-color: #d9e5f3;
  border-radius: 8px;
  background: #f8fbff;
  color: #1e3a5f;
  font-size: 12px;
  box-shadow: none;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-form {
  padding: 10px 14px 12px !important;
  border-bottom-color: #e4edf7;
  background: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-grid {
  grid-template-columns:
    minmax(74px, .24fr)
    minmax(150px, .58fr)
    minmax(150px, .58fr)
    minmax(205px, .82fr)
    minmax(250px, 1fr)
    auto
    auto
    auto !important;
  gap: 8px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-grid label {
  margin-bottom: 5px;
  color: #5f7086;
  font-size: 10.5px;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-grid select,
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-grid input {
  min-height: 38px;
  border-color: #d5e1ee;
  border-radius: 8px;
  background: #f9fbfe;
  font-size: 12.5px;
  font-weight: 800;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-grid .btn-small,
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-grid .btn-secondary {
  min-height: 38px;
  padding: 0 11px;
  border-radius: 8px;
  font-size: 12px;
  box-shadow: none;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-missing-filter-btn {
  border-color: #fdba74;
  background: #fff7ed;
  color: #9a3412;
}

.main-panel.is-ozluk-management-page .ozluk-insight-board {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid #d7e3f1;
  border-radius: 12px;
  background:
    linear-gradient(120deg, rgba(240, 253, 250, 0.82), rgba(255, 255, 255, 0.96) 42%),
    #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.main-panel.is-ozluk-management-page .ozluk-insight-board-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.main-panel.is-ozluk-management-page .ozluk-insight-board-head span {
  display: block;
  color: #00796b;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.main-panel.is-ozluk-management-page .ozluk-insight-board-head h4 {
  margin: 4px 0 4px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-insight-board-head p {
  margin: 0;
  max-width: 760px;
  color: #5f7088;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.main-panel.is-ozluk-management-page .ozluk-insight-board-head .btn-secondary {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 9px;
  white-space: nowrap;
  box-shadow: none;
}

.main-panel.is-ozluk-management-page .ozluk-insight-board-actions {
  display: flex;
  justify-content: flex-end;
}

.main-panel.is-ozluk-management-page .ozluk-insight-board-actions .btn-secondary {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 9px;
  white-space: nowrap;
  box-shadow: none;
}

.main-panel.is-ozluk-management-page .ozluk-insight-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.main-panel.is-ozluk-management-page .ozluk-insight-card {
  position: relative;
  min-height: 118px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #d9e5f2;
  border-top: 4px solid #2563eb;
  border-radius: 11px;
  background: #fff;
  color: #0f172a;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.main-panel.is-ozluk-management-page .ozluk-insight-card:hover,
.main-panel.is-ozluk-management-page .ozluk-insight-card:focus-visible {
  transform: translateY(-2px);
  border-color: #a9c5ea;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.1);
  outline: none;
}

.main-panel.is-ozluk-management-page .ozluk-insight-card.is-coverage {
  border-top-color: #0f766e;
}

.main-panel.is-ozluk-management-page .ozluk-insight-card.is-missing {
  border-top-color: #f97316;
}

.main-panel.is-ozluk-management-page .ozluk-insight-card.is-loaded {
  border-top-color: #16a34a;
}

.main-panel.is-ozluk-management-page .ozluk-insight-card.is-control {
  border-top-color: #1d4ed8;
}

.main-panel.is-ozluk-management-page .ozluk-insight-kicker {
  display: block;
  color: #5f7088;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.main-panel.is-ozluk-management-page .ozluk-insight-card strong {
  display: block;
  margin-top: 8px;
  color: #0b172a;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-insight-card small {
  display: block;
  max-width: 72%;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
}

.main-panel.is-ozluk-management-page .ozluk-insight-ring {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  background:
    conic-gradient(#0f8f83 calc(var(--value, 0) * 1%), #e7eef7 0);
}

.main-panel.is-ozluk-management-page .ozluk-insight-ring i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #0f766e;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-insight-spark {
  position: absolute;
  right: 15px;
  bottom: 19px;
  display: block;
  width: 74px;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eef7;
}

.main-panel.is-ozluk-management-page .ozluk-insight-spark i {
  display: block;
  width: var(--bar, 0%);
  height: 100%;
  border-radius: inherit;
  background: #f97316;
}

.main-panel.is-ozluk-management-page .ozluk-insight-card.is-control .ozluk-insight-spark i {
  background: #2563eb;
}

.main-panel.is-ozluk-management-page .ozluk-insight-tiny-bars {
  position: absolute;
  right: 15px;
  bottom: 16px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  width: 78px;
  height: 40px;
}

.main-panel.is-ozluk-management-page .ozluk-insight-tiny-bars i {
  flex: 1;
  min-height: 6px;
  height: var(--bar, 0%);
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, #22c55e, #0f766e);
}

body.is-ozluk-insight-open {
  overflow: hidden;
}

.main-panel.is-ozluk-management-page .ozluk-insight-modal[hidden] {
  display: none !important;
}

.main-panel.is-ozluk-management-page .ozluk-insight-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 28px;
}

.main-panel.is-ozluk-management-page .ozluk-insight-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(4px);
}

.main-panel.is-ozluk-management-page .ozluk-insight-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1060px, calc(100vw - 40px));
  max-height: calc(100vh - 44px);
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d7e3f1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
}

.main-panel.is-ozluk-management-page .ozluk-insight-dialog-head,
.main-panel.is-ozluk-management-page .ozluk-insight-dialog-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid #e4edf7;
  background: #f8fbff;
}

.main-panel.is-ozluk-management-page .ozluk-insight-dialog-head span {
  display: block;
  color: #00796b;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.main-panel.is-ozluk-management-page .ozluk-insight-dialog-head h4 {
  margin: 3px 0 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-insight-close {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #d6e3f0;
  border-radius: 9px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
}

.main-panel.is-ozluk-management-page .ozluk-insight-close svg {
  width: 17px;
  height: 17px;
}

.main-panel.is-ozluk-management-page .ozluk-insight-dialog-body {
  padding: 16px;
  overflow: auto;
  background: #f2f6fb;
}

.main-panel.is-ozluk-management-page .ozluk-insight-panel {
  display: none;
  gap: 14px;
}

.main-panel.is-ozluk-management-page .ozluk-insight-panel.is-active {
  display: grid;
}

.main-panel.is-ozluk-management-page .ozluk-insight-modal-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #d8e5f2;
  border-radius: 11px;
  background: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-insight-modal-summary strong {
  grid-row: span 2;
  color: #0f766e;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-insight-modal-summary span {
  color: #0f172a;
  font-size: 15px;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-insight-modal-summary p {
  margin: 0;
  color: #607188;
  font-size: 12.5px;
  font-weight: 800;
}

.main-panel.is-ozluk-management-page .ozluk-insight-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.main-panel.is-ozluk-management-page .ozluk-insight-chart-card {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 260px;
  padding: 14px;
  border: 1px solid #d8e5f2;
  border-radius: 12px;
  background: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-insight-chart-card h5 {
  margin: 0 0 4px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row {
  display: grid;
  gap: 7px;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row span {
  overflow: hidden;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row > i {
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eef7;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row > i::before {
  display: block;
  width: var(--bar, 0%);
  height: 100%;
  border-radius: inherit;
  background: #2563eb;
  content: "";
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row.is-green > i::before {
  background: #16a34a;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row.is-amber > i::before {
  background: #f59e0b;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row.is-orange > i::before {
  background: #f97316;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row.is-red > i::before {
  background: #dc2626;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row.is-blue > i::before {
  background: #2563eb;
}

.main-panel.is-ozluk-management-page .ozluk-insight-bar-row.is-slate > i::before {
  background: #64748b;
}

.main-panel.is-ozluk-management-page .ozluk-insight-month-chart {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  min-height: 210px;
  align-items: end;
}

.main-panel.is-ozluk-management-page .ozluk-insight-month-chart div {
  display: grid;
  min-width: 0;
  gap: 6px;
  align-items: end;
  text-align: center;
}

.main-panel.is-ozluk-management-page .ozluk-insight-month-chart i {
  display: block;
  height: max(10px, var(--bar, 0%));
  min-height: 10px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #22c55e, #0f766e);
}

.main-panel.is-ozluk-management-page .ozluk-insight-month-chart strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-insight-month-chart span {
  overflow: hidden;
  color: #64748b;
  font-size: 10.5px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-panel.is-ozluk-management-page .ozluk-insight-empty {
  display: grid;
  min-height: 150px;
  place-items: center;
  border: 1px dashed #bfd1e6;
  border-radius: 10px;
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.main-panel.is-ozluk-management-page .ozluk-insight-dialog-foot {
  justify-content: flex-end;
  border-top: 1px solid #e4edf7;
  border-bottom: 0;
}

.main-panel.is-ozluk-management-page .ozluk-insight-dialog-foot .btn-secondary,
.main-panel.is-ozluk-management-page .ozluk-insight-dialog-foot .btn-small {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 9px;
  box-shadow: none;
}

body > .ozluk-insight-modal[hidden] {
  display: none !important;
}

body > .ozluk-insight-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000;
  display: flex !important;
  width: 100vw;
  height: 100dvh;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px;
}

body > .ozluk-insight-modal .ozluk-insight-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(4px);
}

body > .ozluk-insight-modal .ozluk-insight-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1060px, calc(100vw - 48px));
  max-height: min(760px, calc(100dvh - 48px));
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d7e3f1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
}

body > .ozluk-insight-modal .ozluk-insight-dialog-head,
body > .ozluk-insight-modal .ozluk-insight-dialog-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid #e4edf7;
  background: #f8fbff;
}

body > .ozluk-insight-modal .ozluk-insight-dialog-head span {
  display: block;
  color: #00796b;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

body > .ozluk-insight-modal .ozluk-insight-dialog-head h4 {
  margin: 3px 0 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}

body > .ozluk-insight-modal .ozluk-insight-close {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #d6e3f0;
  border-radius: 9px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
}

body > .ozluk-insight-modal .ozluk-insight-close svg {
  width: 17px;
  height: 17px;
}

body > .ozluk-insight-modal .ozluk-insight-dialog-body {
  padding: 16px;
  overflow: auto;
  background: #f2f6fb;
}

body > .ozluk-insight-modal .ozluk-insight-panel {
  display: none;
  gap: 14px;
}

body > .ozluk-insight-modal .ozluk-insight-panel.is-active {
  display: grid;
}

body > .ozluk-insight-modal .ozluk-insight-modal-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #d8e5f2;
  border-radius: 11px;
  background: #fff;
}

body > .ozluk-insight-modal .ozluk-insight-modal-summary strong {
  grid-row: span 2;
  color: #0f766e;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

body > .ozluk-insight-modal .ozluk-insight-modal-summary span {
  color: #0f172a;
  font-size: 15px;
  font-weight: 950;
}

body > .ozluk-insight-modal .ozluk-insight-modal-summary p {
  margin: 0;
  color: #607188;
  font-size: 12.5px;
  font-weight: 800;
}

body > .ozluk-insight-modal .ozluk-insight-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body > .ozluk-insight-modal .ozluk-insight-chart-card {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 260px;
  padding: 14px;
  border: 1px solid #d8e5f2;
  border-radius: 12px;
  background: #fff;
}

body > .ozluk-insight-modal .ozluk-insight-chart-card h5 {
  margin: 0 0 4px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 950;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row {
  display: grid;
  gap: 7px;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row span {
  overflow: hidden;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row > i {
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eef7;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row > i::before {
  display: block;
  width: var(--bar, 0%);
  height: 100%;
  border-radius: inherit;
  background: #2563eb;
  content: "";
}

body > .ozluk-insight-modal .ozluk-insight-bar-row.is-green > i::before {
  background: #16a34a;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row.is-amber > i::before {
  background: #f59e0b;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row.is-orange > i::before {
  background: #f97316;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row.is-red > i::before {
  background: #dc2626;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row.is-blue > i::before {
  background: #2563eb;
}

body > .ozluk-insight-modal .ozluk-insight-bar-row.is-slate > i::before {
  background: #64748b;
}

body > .ozluk-insight-modal .ozluk-insight-month-chart {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  min-height: 210px;
  align-items: end;
}

body > .ozluk-insight-modal .ozluk-insight-month-chart div {
  display: grid;
  min-width: 0;
  gap: 6px;
  align-items: end;
  text-align: center;
}

body > .ozluk-insight-modal .ozluk-insight-month-chart i {
  display: block;
  height: max(10px, var(--bar, 0%));
  min-height: 10px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #22c55e, #0f766e);
}

body > .ozluk-insight-modal .ozluk-insight-month-chart strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
}

body > .ozluk-insight-modal .ozluk-insight-month-chart span {
  overflow: hidden;
  color: #64748b;
  font-size: 10.5px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body > .ozluk-insight-modal .ozluk-insight-empty {
  display: grid;
  min-height: 150px;
  place-items: center;
  border: 1px dashed #bfd1e6;
  border-radius: 10px;
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

body > .ozluk-insight-modal .ozluk-insight-dialog-foot {
  justify-content: flex-end;
  border-top: 1px solid #e4edf7;
  border-bottom: 0;
}

body > .ozluk-insight-modal .ozluk-insight-dialog-foot .btn-secondary,
body > .ozluk-insight-modal .ozluk-insight-dialog-foot .btn-small {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 9px;
  box-shadow: none;
}

@media (max-width: 1180px) {
  .main-panel.is-ozluk-management-page .ozluk-insight-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .main-panel.is-ozluk-management-page .ozluk-insight-board-head,
  .main-panel.is-ozluk-management-page .ozluk-insight-dialog-head,
  .main-panel.is-ozluk-management-page .ozluk-insight-dialog-foot {
    align-items: stretch;
    flex-direction: column;
  }

  .main-panel.is-ozluk-management-page .ozluk-insight-chart-grid {
    grid-template-columns: 1fr;
  }

  .main-panel.is-ozluk-management-page .ozluk-insight-dialog {
    width: min(680px, calc(100vw - 22px));
  }

  body > .ozluk-insight-modal .ozluk-insight-dialog-head,
  body > .ozluk-insight-modal .ozluk-insight-dialog-foot {
    align-items: stretch;
    flex-direction: column;
  }

  body > .ozluk-insight-modal .ozluk-insight-chart-grid {
    grid-template-columns: 1fr;
  }

  body > .ozluk-insight-modal .ozluk-insight-dialog {
    width: min(680px, calc(100vw - 22px));
  }
}

@media (max-width: 640px) {
  .main-panel.is-ozluk-management-page .ozluk-insight-board {
    padding: 12px;
    border-radius: 10px;
  }

  .main-panel.is-ozluk-management-page .ozluk-insight-card-grid,
  .main-panel.is-ozluk-management-page .ozluk-insight-month-chart {
    grid-template-columns: 1fr;
  }

  .main-panel.is-ozluk-management-page .ozluk-insight-card small {
    max-width: 100%;
    padding-right: 80px;
  }

  .main-panel.is-ozluk-management-page .ozluk-insight-modal {
    padding: 12px;
  }

  .main-panel.is-ozluk-management-page .ozluk-insight-dialog {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 18px);
    border-radius: 10px;
  }

  .main-panel.is-ozluk-management-page .ozluk-insight-modal-summary {
    grid-template-columns: 1fr;
  }

  body > .ozluk-insight-modal {
    padding: 10px;
  }

  body > .ozluk-insight-modal .ozluk-insight-dialog {
    width: calc(100vw - 18px);
    max-height: calc(100dvh - 18px);
    border-radius: 10px;
  }

  body > .ozluk-insight-modal .ozluk-insight-modal-summary,
  body > .ozluk-insight-modal .ozluk-insight-month-chart {
    grid-template-columns: 1fr;
  }
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-missing-filter-btn.is-active {
  border-color: #f97316;
  background: #f97316;
  color: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-list-status {
  min-height: 34px;
  padding: 0 14px;
  border-bottom-color: #e4edf7;
  background: #fbfdff;
  font-size: 11.5px;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table {
  min-width: 980px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table th {
  height: 40px !important;
  padding: 0 11px !important;
  background: #f2f6fb !important;
  color: #56677d !important;
  font-size: 10.5px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table td {
  height: 54px !important;
  padding: 0 11px !important;
  border-bottom-color: #edf2f7 !important;
  font-size: 12px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table tbody tr:nth-child(even) td {
  background: #fbfdff !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table tbody tr:hover td {
  background: #fff7ed !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table th:nth-child(1),
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table td:nth-child(1) {
  width: 220px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table th:nth-child(2),
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table td:nth-child(2) {
  width: 155px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table th:nth-child(3),
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table td:nth-child(3) {
  width: 260px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table th:nth-child(4),
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table td:nth-child(4),
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table th:nth-child(5),
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table td:nth-child(5) {
  width: 105px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table th:nth-child(6),
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table td:nth-child(6) {
  width: 120px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table th:nth-child(7),
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table td:nth-child(7) {
  width: 115px !important;
}


.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table th:nth-child(8) {
  text-align: center !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-table td:nth-child(8) {
  text-align: left !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-status-badge-stack {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  text-align: left;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-status-badge-stack .status-badge {
  align-self: flex-start;
  justify-content: flex-start;
  width: max-content;
  max-width: 100%;
  text-align: left;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .workplace-copy {
  min-width: 0;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .workplace-copy strong,
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .workplace-copy span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .workplace-copy strong {
  color: #0f172a;
  font-size: 12.5px;
  font-weight: 950;
  line-height: 1.25;
  white-space: nowrap;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .workplace-copy span {
  margin-top: 3px;
  color: #66778d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.22;
  white-space: nowrap;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .project-pill,
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .status-badge {
  min-height: 26px;
  max-width: 100%;
  padding: 0 9px;
  border-radius: 8px;
  font-size: 10.5px;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .table-actions-compact {
  gap: 5px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .table-actions-compact .mini-btn.icon-only {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  padding: 0;
  border-radius: 8px;
  box-shadow: none;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .table-actions-compact .mini-btn.icon-only svg {
  width: 14px;
  height: 14px;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-missing-matrix-card {
  margin: 10px 14px;
  border-color: #f8c68c;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(180, 83, 9, 0.07);
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-missing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 12px;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-missing-item {
  padding: 9px 10px;
  border-radius: 8px;
}

@media (max-width: 1500px) {
  .main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-missing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-grid,
  .main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-missing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-list-head,
  .main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-form {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-management-filter-grid,
  .main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-missing-mode .ozluk-missing-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Employee task/title pool modal: compact role picker used by employee forms. */
body.ibys-ui-v2 #employeeGorevTanimModal {
  align-items: center;
  padding: 14px;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-box {
  width: min(740px, 94vw);
  max-height: min(640px, 92vh);
  overflow: hidden;
  border: 1px solid #cfdced;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .22);
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-head {
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border-bottom: 1px solid #dbe6f3;
  background: #f8fbff;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-title {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-head h4 {
  margin: 0;
  color: #0f172a;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-head p {
  margin: 0;
  color: #52637a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-close {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #d3deea;
  background: #fff;
  color: #0f172a;
  box-shadow: none;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-scroll {
  max-height: none;
  overflow: hidden;
  padding: 12px 16px 14px;
  background: #fff;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-body {
  display: grid;
  gap: 10px;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-hidden-state {
  display: none !important;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-card,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-manual-card {
  min-width: 0;
  border: 1px solid #dbe6f3;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .045);
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-card {
  display: grid;
  gap: 9px;
  padding: 11px;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-toolbar label,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-summary {
  display: grid;
  gap: 6px;
  margin: 0;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-manual-card label,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-toolbar label > span,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-summary span {
  display: block;
  color: #52637a;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-summary strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 88px;
  padding: 0 10px;
  border: 1px solid #d6e4f5;
  border-radius: 10px;
  background: #f8fbff;
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-toolbar input {
  width: 100%;
  min-height: 40px;
  padding: 9px 11px;
  border: 1px solid #cbd8e6;
  border-radius: 10px;
  outline: none;
  background: #f9fbff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-toolbar input:focus,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-body textarea:focus {
  border-color: #0d6efd;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, .14);
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-list {
  display: grid;
  gap: 6px;
  max-height: min(260px, 38vh);
  overflow: auto;
  padding: 1px 2px 1px 0;
}

@media (min-width: 680px) {
  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-item {
  appearance: none;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border: 1px solid #d6e2f0;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color .14s ease, background .14s ease, box-shadow .14s ease;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-item:hover,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-item:focus {
  border-color: #0f766e;
  outline: none;
  background: #f4fffc;
  box-shadow: 0 8px 18px rgba(15, 118, 110, .11);
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-item strong,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-item span {
  display: block;
  min-width: 0;
  overflow: hidden;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-item strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-item span {
  padding: 4px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 9.5px;
  font-weight: 850;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-item.is-hidden {
  display: none !important;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-empty {
  padding: 10px;
  border: 1px dashed #cbd5e1;
  border-radius: 9px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-note,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-existing,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-project,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-section-title {
  display: none !important;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-manual-card {
  display: grid;
  gap: 7px;
  padding: 11px;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-body textarea {
  width: 100%;
  min-height: 62px;
  padding: 9px 11px;
  border: 1px solid #cbd8e6;
  border-radius: 10px;
  outline: none;
  background: #f9fbff;
  color: #0b1f3a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  resize: vertical;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-help {
  color: #64748b;
  font-size: 11.5px;
  font-weight: 750;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 0;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-feedback {
  min-height: 18px;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-feedback.is-ok {
  color: #15803d;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-feedback.is-error {
  color: #dc2626;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
}

body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-actions .btn-secondary,
body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-actions .btn-small {
  min-height: 38px;
  border-radius: 9px;
  font-weight: 900;
}

@media (max-width: 720px) {
  body.ibys-ui-v2 #employeeGorevTanimModal {
    align-items: stretch;
    padding: 8px;
  }

  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-box {
    width: 100%;
    max-height: calc(100vh - 16px);
  }

  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-head,
  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-scroll {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-toolbar,
  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-pool-item,
  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-footer {
    grid-template-columns: 1fr;
  }

  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-footer {
    align-items: stretch;
    flex-direction: column;
  }

  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-actions,
  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-actions .btn-secondary,
  body.ibys-ui-v2 #employeeGorevTanimModal .employee-task-modal-actions .btn-small {
    width: 100%;
  }
}/* HR document approval flow page */
body.ibys-ui-v2 .main-panel.is-belge-onay-page .employee-list-headbar {
  display: block !important;
  margin-bottom: 12px !important;
  padding: 12px !important;
  border: 1px solid #dbe5f2 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 35, 65, 0.06) !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .employee-list-headbar-main {
  display: none !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-card {
  position: relative;
  overflow: hidden;
  min-height: 72px !important;
  padding: 10px 12px !important;
  gap: 10px !important;
  border: 1px solid #dbe7fb !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045) !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #2563eb;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-card:nth-child(2)::before {
  background: #f59e0b;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-card:nth-child(3)::before {
  background: #16a05d;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-card:nth-child(4)::before {
  background: #e11d48;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-card:nth-child(5)::before {
  background: #7c3aed;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-icon {
  width: 38px !important;
  height: 38px !important;
  border-radius: 9px !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-icon svg {
  width: 17px !important;
  height: 17px !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-copy span {
  color: #5f6f86 !important;
  font-size: 11.5px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-copy strong {
  margin-top: 3px !important;
  color: #0f172a !important;
  font-size: 25px !important;
  line-height: 1 !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-copy small {
  display: none !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi {
  margin-top: 0 !important;
  padding: 0 !important;
  border: 1px solid #dbe5f2 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(15, 35, 65, 0.065) !important;
  overflow: hidden !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-card-head {
  min-height: 58px !important;
  padding: 10px 16px !important;
  border-bottom: 1px solid #e3ebf6 !important;
  background: linear-gradient(90deg, #fff 0%, #f8fbff 100%) !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-card-icon {
  width: 34px !important;
  height: 34px !important;
  border-radius: 9px !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-card-icon svg {
  width: 16px !important;
  height: 16px !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-card-title strong {
  font-size: 18px !important;
  line-height: 1.1 !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-card-title small {
  display: none !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-card-count {
  min-height: 28px !important;
  padding: 5px 10px !important;
  font-size: 11.5px !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-form {
  padding: 10px 16px !important;
  border-bottom: 1px solid #e3ebf6 !important;
  background: #fff !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay {
  grid-template-columns: minmax(130px, 0.7fr) minmax(160px, 0.85fr) minmax(190px, 1fr) minmax(190px, 1fr) minmax(220px, 1.3fr) auto auto !important;
  gap: 9px !important;
  align-items: end !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay .field {
  margin: 0 !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay label {
  margin-bottom: 5px !important;
  color: #475569 !important;
  font-size: 10.5px !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay select,
body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay input {
  min-height: 40px !important;
  height: 40px !important;
  border-radius: 8px !important;
  font-size: 12.5px !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay .btn-small,
body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay .btn-secondary {
  min-height: 40px !important;
  height: 40px !important;
  border-radius: 8px !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .table-wrap {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-table th {
  height: 40px !important;
  padding: 0 10px !important;
  background: #f3f7fc !important;
  color: #4b5f78 !important;
  font-size: 11.5px !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-table td {
  min-height: 54px !important;
  padding: 8px 10px !important;
  border-bottom: 1px solid #edf2f7 !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table th:nth-child(1),
body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table td:nth-child(1) {
  width: 11% !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table th:nth-child(2),
body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table td:nth-child(2) {
  width: 20% !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table th:nth-child(3),
body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table td:nth-child(3) {
  width: 19% !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table th:nth-child(4),
body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table td:nth-child(4) {
  width: 19% !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table th:nth-child(5),
body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table td:nth-child(5) {
  width: 13% !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table th:nth-child(6),
body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table td:nth-child(6) {
  width: 11% !important;
  text-align: center !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table th:nth-child(7),
body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-approval-combined-table td:nth-child(7) {
  width: 7% !important;
  text-align: center !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .ozluk-process-pill {
  min-height: 26px !important;
  padding: 4px 8px !important;
  font-size: 10.5px !important;
}

body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .status-badge {
  padding: 6px 9px !important;
  font-size: 11px !important;
}

@media (max-width: 1320px) {
  body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body.ibys-ui-v2 .main-panel.is-belge-onay-page .ozluk-dashboard-grid,
  body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay {
    grid-template-columns: 1fr !important;
  }

  body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay .btn-small,
  body.ibys-ui-v2 .main-panel.is-belge-onay-page #ozluk-belge-onay-listesi .workplace-filter-grid-onay .btn-secondary {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Firma lisans duzenleme ekrani tam sayfa calisir; ic modal scroll'u sayfa ziplatiyordu. */
html body.ibys-ui-v2 .admin-layout .license-edit-backdrop {
  display: none !important;
}

html body.ibys-ui-v2 .admin-layout .license-edit-panel.workplace-form-card {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: visible !important;
}

html body.ibys-ui-v2 .admin-layout .license-edit-panel .workplace-form-body {
  flex: none !important;
  overflow: visible !important;
  max-height: none !important;
}

html body.ibys-ui-v2 .admin-layout .license-independent-grid.license-module-page-panel {
  height: auto !important;
  min-height: 0 !important;
}

.main-panel.is-ozluk-management-page .ozluk-status-analysis-page {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 0 6px 12px;
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dbe7f6;
  border-radius: 12px;
  padding: 8px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(240, 253, 250, 0.78)),
    #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 20px 16px;
  border-bottom: 1px solid #e6edf6;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.07), rgba(15, 118, 110, 0.08)),
    #fff;
}

.main-panel.is-ozluk-management-page .ozluk-management-analysis-linkbar {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 18px 14px;
}

.main-panel.is-ozluk-management-page .ozluk-status-hero {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid #dbe7f6;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(30, 100, 190, 0.08), rgba(15, 118, 110, 0.08)),
    #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.main-panel.is-ozluk-management-page .ozluk-status-hero-copy {
  max-width: 820px;
}

.main-panel.is-ozluk-management-page .ozluk-status-hero-copy span,
.main-panel.is-ozluk-management-page .ozluk-status-section-head span {
  display: inline-flex;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-panel.is-ozluk-management-page .ozluk-status-hero-copy h2,
.main-panel.is-ozluk-management-page .ozluk-status-section-head h3 {
  margin: 8px 0 0;
  color: #0f172a;
  font-size: 26px;
  line-height: 1.15;
}

.main-panel.is-ozluk-management-page .ozluk-status-section-head h3 {
  font-size: 19px;
}

.main-panel.is-ozluk-management-page .ozluk-status-hero-copy p,
.main-panel.is-ozluk-management-page .ozluk-status-section-head p {
  margin: 10px 0 0;
  color: #5b6b84;
  font-size: 14px;
  line-height: 1.5;
}

.main-panel.is-ozluk-management-page .ozluk-status-hero-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.main-panel.is-ozluk-management-page .ozluk-status-kpis {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, minmax(120px, 1fr));
  gap: 12px;
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpis {
  grid-template-columns: 1.35fr repeat(5, minmax(118px, 1fr));
  gap: 8px;
}

.main-panel.is-ozluk-management-page .ozluk-status-kpi {
  min-height: 96px;
  padding: 16px;
  border: 1px solid #dbe7f6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi {
  position: relative;
  min-height: 72px;
  overflow: hidden;
  padding: 11px 13px;
  border: 1px solid rgba(203, 216, 234, 0.86);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
    #fff;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.11);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -32px;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.07);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-primary {
  border-color: rgba(20, 83, 45, 0.18);
  background:
    radial-gradient(circle at 86% 24%, rgba(45, 212, 191, 0.32), transparent 32%),
    linear-gradient(135deg, #0f3f56, #17606c 62%, #14532d);
  box-shadow: 0 16px 30px rgba(15, 63, 86, 0.22);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-primary::before {
  background: rgba(255, 255, 255, 0.15);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-primary::after {
  background: rgba(255, 255, 255, 0.12);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-employee::before,
.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-employee::after {
  background: rgba(37, 99, 235, 0.1);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-request::before,
.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-request::after {
  background: rgba(14, 116, 144, 0.1);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-success::before,
.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-success::after {
  background: rgba(22, 163, 74, 0.11);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-danger::before,
.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-danger::after {
  background: rgba(220, 38, 38, 0.1);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-extra::before,
.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-extra::after {
  background: rgba(109, 40, 217, 0.1);
}

.main-panel.is-ozluk-management-page .ozluk-status-kpi span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-panel.is-ozluk-management-page .ozluk-status-kpi strong {
  display: block;
  margin-top: 8px;
  color: #0f172a;
  font-size: 28px;
  line-height: 1;
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi strong {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  font-size: 23px;
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi span {
  position: relative;
  z-index: 1;
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-primary span,
.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi.is-primary strong {
  color: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-status-kpi.is-success strong {
  color: #15803d;
}

.main-panel.is-ozluk-management-page .ozluk-status-kpi.is-danger strong {
  color: #b91c1c;
}

.main-panel.is-ozluk-management-page .ozluk-status-kpi.is-extra strong {
  color: #6d28d9;
}

.main-panel.is-ozluk-management-page .ozluk-status-kpi-bar {
  height: 8px;
  overflow: hidden;
  margin-top: 16px;
  border-radius: 999px;
  background: #e2e8f0;
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpi-bar {
  position: relative;
  z-index: 1;
  height: 6px;
  margin-top: 9px;
  background: rgba(255, 255, 255, 0.28);
}

.main-panel.is-ozluk-management-page .ozluk-status-kpi-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #16a34a, #2563eb);
}

.main-panel.is-ozluk-management-page .ozluk-status-filter-card,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-card,
.main-panel.is-ozluk-management-page .ozluk-status-summary-card {
  border: 1px solid #dbe7f6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-filter-card {
  margin-top: 8px;
  border: 1px solid rgba(203, 216, 234, 0.8);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}

.main-panel.is-ozluk-management-page .ozluk-status-filter-form {
  display: grid;
  grid-template-columns: minmax(190px, 1.2fr) minmax(150px, 0.72fr) minmax(145px, 0.68fr) minmax(160px, 0.76fr) minmax(140px, 0.62fr) minmax(88px, 0.36fr) minmax(176px, 0.72fr) auto;
  gap: 8px;
  align-items: end;
  padding: 10px;
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-filter-form {
  padding: 8px 10px;
}

.main-panel.is-ozluk-management-page .ozluk-status-filter-form .field {
  margin: 0;
}

.main-panel.is-ozluk-management-page .ozluk-status-filter-form label {
  display: block;
  margin-bottom: 5px;
  color: #59677d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-panel.is-ozluk-management-page .ozluk-status-filter-form input[type="text"],
.main-panel.is-ozluk-management-page .ozluk-status-filter-form select {
  width: 100%;
  min-height: 36px;
  border: 1px solid #cbd8ea;
  border-radius: 9px;
  background: #fff;
  color: #172033;
  font-size: 13px;
}

.main-panel.is-ozluk-management-page .ozluk-status-switch {
  display: flex !important;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 10px;
  border: 1px solid #cbd8ea;
  border-radius: 12px;
  background: #f8fafc;
  cursor: pointer;
}

.main-panel.is-ozluk-management-page .ozluk-status-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.main-panel.is-ozluk-management-page .ozluk-status-switch span {
  position: relative;
  width: 34px;
  height: 20px;
  flex: 0 0 34px;
  border-radius: 999px;
  background: #d7e0ec;
  transition: background 0.18s ease;
}

.main-panel.is-ozluk-management-page .ozluk-status-switch span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.22);
  transition: transform 0.18s ease;
}

.main-panel.is-ozluk-management-page .ozluk-status-switch input:checked + span {
  background: #15803d;
}

.main-panel.is-ozluk-management-page .ozluk-status-switch input:checked + span::after {
  transform: translateX(14px);
}

.main-panel.is-ozluk-management-page .ozluk-status-switch strong {
  color: #334155;
  font-size: 12px;
  line-height: 1.25;
}

.main-panel.is-ozluk-management-page .ozluk-status-filter-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.main-panel.is-ozluk-management-page .ozluk-status-report-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid #dbe7f6;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.9)),
    #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045);
}

.main-panel.is-ozluk-management-page .ozluk-status-report-copy {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.main-panel.is-ozluk-management-page .ozluk-status-report-copy span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-panel.is-ozluk-management-page .ozluk-status-report-copy strong {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.2;
}

.main-panel.is-ozluk-management-page .ozluk-status-report-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.main-panel.is-ozluk-management-page .ozluk-status-report-buttons .btn-primary,
.main-panel.is-ozluk-management-page .ozluk-status-report-buttons .btn-secondary {
  min-height: 36px;
  padding: 0 13px;
  border-radius: 9px;
  font-size: 13px;
}


.main-panel.is-ozluk-management-page .ozluk-status-legend {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

.main-panel.is-ozluk-management-page .ozluk-status-workbench-foot {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  padding: 6px 0 0;
}

.main-panel.is-ozluk-management-page .ozluk-status-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  padding: 3px 7px;
  border: 1px solid #dbe7f6;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
}

.main-panel.is-ozluk-management-page .ozluk-status-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.main-panel.is-ozluk-management-page .ozluk-status-legend i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.main-panel.is-ozluk-management-page button.ozluk-status-cell {
  padding: 0;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
}

.main-panel.is-ozluk-management-page button.ozluk-status-cell:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.22);
  outline-offset: 2px;
}

.main-panel.is-ozluk-management-page .ozluk-status-section-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-card {
  overflow: visible;
  width: 100%;
  min-width: 0;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-card:has(.ozluk-status-matrix-wrap) {
  width: 100%;
  max-width: 100%;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-card .ozluk-status-section-head {
  align-items: center;
  padding: 14px 16px;
}

.main-panel.is-ozluk-management-page .ozluk-status-section-head p {
  margin: 0;
  font-weight: 800;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-wrap {
  width: 100%;
  max-width: 100%;
  height: clamp(500px, calc(100vh - 318px), 780px);
  min-height: 430px;
  overflow: auto;
  border-radius: 14px;
  background: linear-gradient(90deg, #fff 0, #fff 640px, #f8fbff 640px, #f8fbff 100%);
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #94a3b8 #e8f0f8;
  overscroll-behavior: contain;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-wrap::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-wrap::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #e8f0f8;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-wrap::-webkit-scrollbar-thumb {
  border: 3px solid #e8f0f8;
  border-radius: 999px;
  background: #94a3b8;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-wrap::-webkit-scrollbar-thumb:hover {
  background: #64748b;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table {
  width: max-content;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table col.ozluk-status-employee-name-track {
  width: 230px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table col.ozluk-status-employee-department-track {
  width: 220px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table col.ozluk-status-employee-duty-track {
  width: 150px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table col.ozluk-status-doc-track {
  width: 42px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table col.is-extra-track {
  width: 42px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table thead th.is-extra-col {
  background: #f5f3ff;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table td.is-extra-col {
  background: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table th,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-table td {
  border-bottom: 1px solid #e6edf6;
  border-right: 1px solid #eef3f9;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table thead th {
  position: sticky;
  top: 0;
  z-index: 7;
  box-sizing: border-box;
  min-width: 42px;
  max-width: 42px;
  width: 42px;
  height: 184px;
  padding: 0;
  background: #f3f7fc;
  color: #475569;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  vertical-align: middle;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table thead th span {
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: inline-block;
  width: auto;
  max-height: 162px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translateX(-50%) rotate(180deg);
  transform-origin: center;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table thead th small {
  display: none;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table td {
  box-sizing: border-box;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  padding: 4px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table .ozluk-status-employee-name-col,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-table .ozluk-status-employee-department-col,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-table .ozluk-status-employee-duty-col {
  position: sticky;
  z-index: 4;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table .ozluk-status-employee-name-col {
  left: 0;
  min-width: 230px;
  max-width: 230px;
  width: 230px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table .ozluk-status-employee-department-col {
  left: 230px;
  min-width: 220px;
  max-width: 220px;
  width: 220px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table .ozluk-status-employee-duty-col {
  left: 450px;
  min-width: 150px;
  max-width: 150px;
  width: 150px;
  box-shadow: 12px 0 18px -18px rgba(15, 23, 42, 0.4);
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table thead .ozluk-status-employee-name-col,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-table thead .ozluk-status-employee-department-col,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-table thead .ozluk-status-employee-duty-col {
  z-index: 9;
  height: 184px;
  padding: 0 12px;
  background: #f8fbff;
  color: #334155;
  font-size: 11px;
  text-align: left;
  vertical-align: bottom;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table thead .ozluk-status-employee-name-col span,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-table thead .ozluk-status-employee-department-col span,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-table thead .ozluk-status-employee-duty-col span {
  position: static;
  display: block;
  width: 100%;
  max-height: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  transform: none;
  padding-bottom: 12px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table tbody .ozluk-status-employee-name-col,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-table tbody .ozluk-status-employee-department-col,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-table tbody .ozluk-status-employee-duty-col {
  height: 42px;
  padding: 5px 10px;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table tbody .ozluk-status-employee-name-col {
  background: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-table tbody .ozluk-status-employee-department-col,
.main-panel.is-ozluk-management-page .ozluk-status-matrix-table tbody .ozluk-status-employee-duty-col {
  background: #fbfdff;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-text-cell {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-panel.is-ozluk-management-page .ozluk-status-matrix-text-cell.is-duty {
  color: #047857;
}

.main-panel.is-ozluk-management-page .ozluk-status-cell.is-complete,
.main-panel.is-ozluk-management-page .ozluk-status-legend i.is-complete {
  border: 1px solid #86efac;
  background: #dcfce7;
  color: #15803d;
}

.main-panel.is-ozluk-management-page .ozluk-status-cell.is-missing,
.main-panel.is-ozluk-management-page .ozluk-status-cell.is-expired,
.main-panel.is-ozluk-management-page .ozluk-status-legend i.is-missing {
  border: 1px solid #fecaca;
  background: #fee2e2;
  color: #b91c1c;
}

.main-panel.is-ozluk-management-page .ozluk-status-cell.is-warning {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}

.main-panel.is-ozluk-management-page .ozluk-status-cell.is-pending,
.main-panel.is-ozluk-management-page .ozluk-status-legend i.is-pending {
  border: 1px solid #bfdbfe;
  background: #dbeafe;
  color: #1d4ed8;
}

.main-panel.is-ozluk-management-page .ozluk-status-cell.is-extra,
.main-panel.is-ozluk-management-page .ozluk-status-legend i.is-extra {
  border: 1px solid #ddd6fe;
  background: #ede9fe;
  color: #6d28d9;
}

.main-panel.is-ozluk-management-page .ozluk-status-cell.is-not-requested,
.main-panel.is-ozluk-management-page .ozluk-status-legend i.is-not-requested {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #94a3b8;
}

.main-panel.is-ozluk-management-page a.ozluk-status-cell:hover,
.main-panel.is-ozluk-management-page button.ozluk-status-cell:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.main-panel.is-ozluk-management-page .ozluk-status-empty {
  display: grid;
  gap: 6px;
  min-height: 430px;
  align-content: center;
  padding: 34px 20px;
  color: #64748b;
  text-align: center;
}

.main-panel.is-ozluk-management-page .ozluk-status-empty strong {
  color: #0f172a;
  font-size: 18px;
}

.main-panel.is-ozluk-management-page .ozluk-status-summary-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.main-panel.is-ozluk-management-page .ozluk-status-summary-list article {
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.main-panel.is-ozluk-management-page .ozluk-status-summary-list strong,
.main-panel.is-ozluk-management-page .ozluk-status-summary-list span {
  display: block;
}

.main-panel.is-ozluk-management-page .ozluk-status-summary-list strong {
  color: #0f172a;
  font-size: 14px;
}

.main-panel.is-ozluk-management-page .ozluk-status-summary-list span {
  margin-top: 6px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.main-panel.is-ozluk-management-page .ozluk-status-summary-list i {
  display: block;
  height: 7px;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 999px;
  background: #e2e8f0;
}

.main-panel.is-ozluk-management-page .ozluk-status-summary-list b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #dc2626, #f59e0b);
}

@media (max-width: 1420px) {
  .main-panel.is-ozluk-management-page .ozluk-status-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .main-panel.is-ozluk-management-page .ozluk-status-filter-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .main-panel.is-ozluk-management-page .ozluk-status-analysis-page {
    padding: 0 6px 12px;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-hero,
  .main-panel.is-ozluk-management-page .ozluk-status-workbench-head,
  .main-panel.is-ozluk-management-page .ozluk-status-workbench-foot,
  .main-panel.is-ozluk-management-page .ozluk-status-section-head {
    flex-direction: column;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-kpis,
  .main-panel.is-ozluk-management-page .ozluk-status-filter-form,
  .main-panel.is-ozluk-management-page .ozluk-status-summary-list {
    grid-template-columns: 1fr;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-workbench .ozluk-status-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-panel.is-ozluk-management-page .ozluk-status-report-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-report-buttons {
    justify-content: flex-start;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-matrix-wrap {
    height: clamp(420px, calc(100vh - 280px), 640px);
    min-height: 360px;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-filter-actions {
    justify-content: flex-start;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-matrix-table col.ozluk-status-employee-name-track {
    width: 190px;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-matrix-table col.ozluk-status-employee-department-track {
    width: 180px;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-matrix-table col.ozluk-status-employee-duty-track {
    width: 130px;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-matrix-table .ozluk-status-employee-name-col {
    min-width: 190px;
    max-width: 190px;
    width: 190px;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-matrix-table .ozluk-status-employee-department-col {
    left: 190px;
    min-width: 180px;
    max-width: 180px;
    width: 180px;
  }

  .main-panel.is-ozluk-management-page .ozluk-status-matrix-table .ozluk-status-employee-duty-col {
    left: 370px;
    min-width: 130px;
    max-width: 130px;
    width: 130px;
  }
}

.main-panel.is-ozluk-management-page .ozluk-management-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border: 1px solid #dbe5f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 18px 20px;
  border-left: 4px solid #2563eb;
  background: linear-gradient(90deg, #fff 0%, #f8fbff 100%);
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #eff6ff;
  color: #2563eb;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-icon svg {
  width: 22px;
  height: 22px;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-copy {
  min-width: 0;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-copy span,
.main-panel.is-ozluk-management-page .ozluk-management-list-head span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-copy h3,
.main-panel.is-ozluk-management-page .ozluk-management-list-head h4 {
  margin: 4px 0 0;
  color: #0f172a;
  font-weight: 950;
  letter-spacing: 0;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-copy h3 {
  font-size: 21px;
  line-height: 1.18;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-copy p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-count {
  display: grid;
  min-width: 145px;
  justify-items: end;
  padding: 10px 12px;
  border: 1px solid #ccfbf1;
  border-radius: 10px;
  background: #f0fdfa;
  color: #0f766e;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-count span,
.main-panel.is-ozluk-management-page .ozluk-management-hero-count small {
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-count strong {
  margin: 2px 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border-left: 1px solid #e2e8f0;
  background: #f8fafc;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-card {
  display: grid;
  align-content: space-between;
  min-width: 0;
  min-height: 94px;
  padding: 12px;
  border: 1px solid #dbe5f2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-card span,
.main-panel.is-ozluk-management-page .ozluk-management-hero-card small {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-card strong {
  margin: 7px 0 5px;
  color: #0f172a;
  font-size: 27px;
  font-weight: 950;
  line-height: 1;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-card.is-blue {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-card.is-green {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.main-panel.is-ozluk-management-page .ozluk-management-hero-card.is-amber {
  border-color: #fde68a;
  background: #fffbeb;
}

.main-panel.is-ozluk-management-page .ozluk-dashboard-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
}

.main-panel.is-ozluk-management-page .ozluk-dashboard-card {
  min-height: 96px;
  padding: 14px !important;
  border-color: #dbe5f2 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06) !important;
}

.main-panel.is-ozluk-management-page .ozluk-dashboard-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 10px !important;
}

.main-panel.is-ozluk-management-page .ozluk-dashboard-copy strong {
  font-size: 24px !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-card-v2 {
  padding: 0 !important;
  border-color: #dbe5f2 !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-list-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(90deg, #fff 0%, #f8fbff 100%);
}

.main-panel.is-ozluk-management-page .ozluk-management-list-head h4 {
  font-size: 18px;
  line-height: 1.2;
}

.main-panel.is-ozluk-management-page .ozluk-management-list-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.main-panel.is-ozluk-management-page .ozluk-management-list-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 900;
  text-transform: none;
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-form {
  margin: 0 !important;
  padding: 12px 18px !important;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-grid {
  grid-template-columns:
    minmax(86px, 0.32fr)
    minmax(145px, 0.62fr)
    minmax(145px, 0.62fr)
    minmax(185px, 0.78fr)
    minmax(230px, 1fr)
    auto
    auto
    auto !important;
  gap: 10px !important;
  align-items: end !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-grid .field {
  min-width: 0;
}

.main-panel.is-ozluk-management-page .ozluk-management-limit-field select {
  font-weight: 900;
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-grid label {
  color: #475569;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-grid select,
.main-panel.is-ozluk-management-page .ozluk-management-filter-grid input {
  min-height: 42px;
  border-color: #cbd5e1;
  border-radius: 8px;
  background: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-grid .btn-small,
.main-panel.is-ozluk-management-page .ozluk-management-filter-grid .btn-secondary {
  min-height: 42px;
  border-radius: 8px;
  white-space: nowrap;
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-grid .ozluk-missing-filter-btn {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-grid .ozluk-missing-filter-btn.is-active {
  border-color: #ea580c;
  background: #f97316;
  color: #fff;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.18);
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-grid .ozluk-missing-filter-btn.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  filter: grayscale(0.15);
}

.main-panel.is-ozluk-management-page .ozluk-card-focus-close {
  border-color: #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-card-focus-close:hover {
  border-color: #94a3b8;
  background: #f8fafc;
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-close {
  min-width: 108px;
  justify-content: center;
}

.main-panel.is-ozluk-management-page .ozluk-card-focus-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(90deg, #fff 0%, #f8fbff 100%);
  pointer-events: none;
}

.main-panel.is-ozluk-management-page .ozluk-card-focus-toolbar .btn-secondary {
  min-height: 40px;
  border-radius: 8px;
  box-shadow: none;
  pointer-events: auto;
}

.main-panel.is-ozluk-management-page .ozluk-card-focus-upload {
  width: 46px;
  min-width: 46px;
  padding: 0;
  justify-content: center;
  border-color: #bfdbfe;
  background: #f8fbff;
  color: #1f6fbd;
}

.main-panel.is-ozluk-management-page .ozluk-card-focus-upload:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1559a7;
}

.main-panel.is-ozluk-management-page .ozluk-card-focus-upload svg {
  width: 18px;
  height: 18px;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-management-filter-form {
  display: block !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-management-filter-grid {
  grid-template-columns: minmax(92px, 0.24fr) minmax(180px, 0.48fr) minmax(240px, 1fr) auto auto auto auto !important;
  max-width: 1080px;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-management-project-field,
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-management-search-field,
.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-missing-filter-btn {
  display: none !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-management-filter-form {
  display: block !important;
  margin-top: 0 !important;
  min-height: 0;
  padding: 12px 18px !important;
  position: relative;
  z-index: 1;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-management-filter-grid {
  grid-template-columns: minmax(92px, 0.24fr) minmax(180px, 0.48fr) minmax(240px, 1fr) auto auto auto auto !important;
  max-width: none;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-management-filter-submit {
  order: 4;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-management-clear-link {
  display: inline-flex !important;
  order: 5;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-management-inline-upload {
  order: 6;
}

.main-panel.is-ozluk-management-page .ozluk-management-page-v2.is-card-focus-mode .ozluk-management-filter-close {
  display: inline-flex !important;
  order: 7;
}
.main-panel.is-ozluk-management-page .ozluk-missing-matrix-card {
  margin: 12px 18px;
  border: 1px solid #ffd6a3;
  border-radius: 12px;
  background: linear-gradient(180deg, #fffaf2 0%, #fff 100%);
  box-shadow: 0 8px 22px rgba(180, 83, 9, 0.08);
  overflow: hidden;
}

.main-panel.is-ozluk-management-page .ozluk-missing-matrix-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #ffe2ba;
}

.main-panel.is-ozluk-management-page .ozluk-missing-matrix-head span {
  display: block;
  color: #b45309;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.main-panel.is-ozluk-management-page .ozluk-missing-matrix-head strong {
  display: block;
  margin-top: 3px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
}

.main-panel.is-ozluk-management-page .ozluk-missing-matrix-head small {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
}

.main-panel.is-ozluk-management-page .ozluk-missing-matrix-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.main-panel.is-ozluk-management-page .ozluk-missing-count {
  display: inline-flex !important;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-transform: none !important;
}

.main-panel.is-ozluk-management-page .ozluk-missing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 14px;
}

.main-panel.is-ozluk-management-page .ozluk-missing-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "person action"
    "meta action";
  gap: 5px 10px;
  align-items: center;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid #e6edf6;
  border-radius: 10px;
  background: #fff;
}

.main-panel.is-ozluk-management-page .ozluk-missing-person {
  grid-area: person;
  min-width: 0;
}

.main-panel.is-ozluk-management-page .ozluk-missing-person strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.main-panel.is-ozluk-management-page .ozluk-missing-person span,
.main-panel.is-ozluk-management-page .ozluk-missing-meta span {
  display: block;
  max-width: 100%;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-panel.is-ozluk-management-page .ozluk-missing-meta {
  grid-area: meta;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.main-panel.is-ozluk-management-page .ozluk-missing-meta span {
  min-width: 0;
}

.main-panel.is-ozluk-management-page .ozluk-missing-action {
  grid-area: action;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.main-panel.is-ozluk-management-page .ozluk-missing-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 14px;
  border-top: 1px solid #ffe2ba;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.main-panel.is-ozluk-management-page .ozluk-missing-foot a {
  color: #1d4ed8;
  font-weight: 950;
  text-decoration: none;
}

.main-panel.is-ozluk-management-page .ozluk-management-list-status {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.main-panel.is-ozluk-management-page .ozluk-management-list-status strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
}

.main-panel.is-ozluk-management-page .ozluk-management-table-wrap {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 100%;
  overflow-x: hidden;
}

.main-panel.is-ozluk-management-page .ozluk-management-table {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  table-layout: fixed !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table th {
  min-width: 0 !important;
  height: 48px !important;
  padding: 0 7px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  font-size: 10.5px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  white-space: normal !important;
  line-height: 1.12 !important;
  overflow-wrap: anywhere !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table td {
  min-width: 0 !important;
  height: 62px !important;
  padding: 0 8px !important;
  color: #0f172a !important;
  font-size: 12.5px !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: middle;
}

.main-panel.is-ozluk-management-page .ozluk-management-table th:nth-child(1),
.main-panel.is-ozluk-management-page .ozluk-management-table td:nth-child(1) {
  width: 13% !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table th:nth-child(2),
.main-panel.is-ozluk-management-page .ozluk-management-table td:nth-child(2) {
  width: 9.5% !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table th:nth-child(3),
.main-panel.is-ozluk-management-page .ozluk-management-table td:nth-child(3) {
  width: 19% !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table th:nth-child(4),
.main-panel.is-ozluk-management-page .ozluk-management-table td:nth-child(4),
.main-panel.is-ozluk-management-page .ozluk-management-table th:nth-child(5),
.main-panel.is-ozluk-management-page .ozluk-management-table td:nth-child(5) {
  width: 8% !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table th:nth-child(6),
.main-panel.is-ozluk-management-page .ozluk-management-table td:nth-child(6) {
  width: 10.5% !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table th:nth-child(7),
.main-panel.is-ozluk-management-page .ozluk-management-table td:nth-child(7) {
  width: 10.5% !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table th:nth-child(8),
.main-panel.is-ozluk-management-page .ozluk-management-table td:nth-child(8) {
  width: 12.5% !important;
  text-align: center !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table th:nth-child(9),
.main-panel.is-ozluk-management-page .ozluk-management-table td:nth-child(9) {
  width: 9% !important;
  text-align: right !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table td:last-child .table-actions {
  justify-content: flex-end !important;
  gap: 4px !important;
  flex-wrap: wrap;
}

.main-panel.is-ozluk-management-page .ozluk-management-table td:last-child {
  overflow: hidden !important;
  white-space: normal !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table .status-badge,
.main-panel.is-ozluk-management-page .ozluk-management-table .project-pill {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.main-panel.is-ozluk-management-page .ozluk-management-table .workplace-copy {
  min-width: 0;
  max-width: 100%;
}

.main-panel.is-ozluk-management-page .ozluk-management-table .workplace-copy strong,
.main-panel.is-ozluk-management-page .ozluk-management-table .workplace-copy span {
  display: block;
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table .ozluk-status-badge-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  max-width: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.main-panel.is-ozluk-management-page .ozluk-management-table .ozluk-status-badge-stack .status-badge {
  flex: 0 0 auto;
  max-width: none;
  white-space: nowrap;
}

.main-panel.is-ozluk-management-page .ozluk-management-table .status-badge.is-expiring {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #b45309;
  box-shadow: 0 8px 18px rgba(180, 83, 9, 0.12);
}

.main-panel.is-ozluk-management-page .ozluk-management-table .ozluk-remaining-badge {
  background: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
  padding-inline: 8px;
}

.main-panel.is-ozluk-management-page .ozluk-management-table .status-badge.status-danger {
  background: #fee2e2;
  border-color: #fecaca;
  color: #b91c1c;
  box-shadow: 0 8px 18px rgba(185, 28, 28, 0.12);
}

@media (max-width: 1500px) {
  .main-panel.is-ozluk-management-page .ozluk-management-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1180px) {
  .main-panel.is-ozluk-management-page .ozluk-management-panelbar,
  .main-panel.is-ozluk-management-page .ozluk-management-hero,
  .main-panel.is-ozluk-management-page .ozluk-management-list-head {
    grid-template-columns: 1fr;
  }

  .main-panel.is-ozluk-management-page .ozluk-management-hero-cards {
    border-left: 0;
    border-top: 1px solid #e2e8f0;
  }

  .main-panel.is-ozluk-management-page .ozluk-management-result-summary,
  .main-panel.is-ozluk-management-page .ozluk-management-hero-count {
    justify-self: start;
    justify-items: start;
  }

  .main-panel.is-ozluk-management-page .ozluk-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .main-panel.is-ozluk-management-page .ozluk-missing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .main-panel.is-ozluk-management-page .ozluk-management-panelbar,
  .main-panel.is-ozluk-management-page .ozluk-management-list-head,
  .main-panel.is-ozluk-management-page .ozluk-management-filter-form {
    padding: 12px !important;
  }

  .main-panel.is-ozluk-management-page .ozluk-management-hero {
    padding: 0 !important;
  }

  .main-panel.is-ozluk-management-page .ozluk-management-hero-main,
  .main-panel.is-ozluk-management-page .ozluk-management-hero-cards {
    padding: 12px !important;
  }

  .main-panel.is-ozluk-management-page .ozluk-management-filter-grid,
  .main-panel.is-ozluk-management-page .ozluk-dashboard-grid,
  .main-panel.is-ozluk-management-page .ozluk-missing-grid,
  .main-panel.is-ozluk-management-page .ozluk-management-hero-cards {
    grid-template-columns: 1fr !important;
  }

  .main-panel.is-ozluk-management-page .ozluk-missing-matrix-card {
    margin: 10px 12px;
  }

  .main-panel.is-ozluk-management-page .ozluk-missing-matrix-head,
  .main-panel.is-ozluk-management-page .ozluk-missing-foot {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .main-panel.is-ozluk-management-page .ozluk-missing-matrix-actions,
  .main-panel.is-ozluk-management-page .ozluk-missing-foot {
    justify-content: flex-start;
  }

  .main-panel.is-ozluk-management-page .ozluk-missing-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-panel.is-ozluk-management-page .ozluk-management-filter-grid .btn-small,
  .main-panel.is-ozluk-management-page .ozluk-management-filter-grid .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

.main-panel.is-ozluk-management-page .ozluk-management-result-summary,
.main-panel.is-ozluk-management-page .ozluk-management-hero,
.main-panel.is-ozluk-management-page .ozluk-dashboard-grid,
.main-panel.is-ozluk-management-page .ozluk-management-list-meta {
  display: none !important;
}

html body.ibys-ui-v2 .admin-layout .main-panel.is-ozluk-management-page,
html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed .main-panel.is-ozluk-management-page,
html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed.nav-collapsed .main-panel.is-ozluk-management-page {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
}

html body.ibys-ui-v2 .admin-layout .main-panel.is-ozluk-management-page > .topbar {
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}

html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed .main-panel.is-ozluk-management-page > .topbar,
html body.ibys-ui-v2 .admin-layout.ibys-v2-subnav-collapsed.nav-collapsed .main-panel.is-ozluk-management-page > .topbar {
  left: var(--admin-iconbar-width) !important;
}

html body.ibys-ui-v2 .admin-layout .main-panel.is-ozluk-management-page .content-area,
.main-panel.is-ozluk-management-page .ozluk-management-page-v2,
.main-panel.is-ozluk-management-page .ozluk-management-card-v2,
.main-panel.is-ozluk-management-page .ozluk-management-filter-form,
.main-panel.is-ozluk-management-page .ozluk-management-filter-grid,
.main-panel.is-ozluk-management-page .ozluk-management-table-wrap {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

html body.ibys-ui-v2 .admin-layout .main-panel.is-ozluk-management-page .content-area {
  overflow-x: hidden !important;
}

.main-panel.is-ozluk-management-page .ozluk-management-table-wrap {
  width: 100% !important;
  overflow-x: hidden !important;
  scrollbar-gutter: stable;
}

.main-panel.is-ozluk-management-page .ozluk-management-filter-grid {
  overflow: hidden;
}

@media (max-width: 1320px) {
  .main-panel.is-ozluk-management-page .ozluk-management-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1321px) and (max-width: 1680px) {
  .main-panel.is-ozluk-management-page .ozluk-management-filter-grid {
    grid-template-columns:
      minmax(82px, 0.28fr)
      minmax(132px, 0.52fr)
      minmax(132px, 0.52fr)
      minmax(170px, 0.68fr)
      minmax(210px, 0.9fr)
      minmax(112px, auto)
      minmax(148px, auto)
      minmax(104px, auto) !important;
  }
}
/* Fiziki ozluk evraki teslim ekrani */
.physical-delivery-page {
  --pd-ink: #0b1f3a;
  --pd-muted: #5c6f8c;
  --pd-line: #d9e4f2;
  --pd-soft: #f5f8fc;
  --pd-blue: #0f5fe8;
  --pd-green: #0f8f64;
  --pd-orange: #f97316;
  --pd-teal: #0f766e;
  display: grid;
  gap: 14px;
  padding: 14px;
  color: var(--pd-ink);
}

html body.ibys-ui-v2 .admin-layout .content-area:has(> .physical-delivery-page) {
  padding: var(--senkra-workpage-gutter-y) var(--senkra-workpage-gutter-x) calc(var(--senkra-workpage-gutter-y) + 2px) !important;
}

html body.ibys-ui-v2 .admin-layout .content-area > .physical-delivery-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.physical-delivery-card {
  border: 0.5px solid var(--pd-line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 35, 65, 0.07);
}

.physical-delivery-hero {
  min-width: 0;
}

.physical-delivery-eyebrow,
.physical-delivery-section-label {
  color: var(--pd-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.physical-delivery-card h3 {
  margin: 0;
  color: var(--pd-ink);
  font-weight: 950;
  letter-spacing: 0;
}

.physical-delivery-card-head p,
.physical-delivery-empty span {
  margin: 0;
  color: var(--pd-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.physical-delivery-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.physical-delivery-kpi-card {
  position: relative;
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 128px;
  overflow: hidden;
  border: 0.5px solid #dce8f7;
  border-top: 5px solid var(--pd-kpi-color, var(--pd-blue));
  border-radius: 12px;
  padding: 20px 112px 18px 18px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 35, 65, 0.07);
}

.physical-delivery-kpi-card.is-teal {
  --pd-kpi-color: var(--pd-teal);
  --pd-kpi-soft: #e7f7f4;
}

.physical-delivery-kpi-card.is-orange {
  --pd-kpi-color: var(--pd-orange);
  --pd-kpi-soft: #fff1e6;
}

.physical-delivery-kpi-card.is-green {
  --pd-kpi-color: #16a34a;
  --pd-kpi-soft: #e8f8ef;
}

.physical-delivery-kpi-card.is-blue {
  --pd-kpi-color: #1d4ed8;
  --pd-kpi-soft: #eaf2ff;
}

.physical-delivery-kpi-label {
  color: #60738f;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
}

.physical-delivery-kpi-card strong {
  color: var(--pd-ink);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.physical-delivery-kpi-card small {
  min-width: 0;
  color: #62728a;
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1.25;
}

.physical-delivery-kpi-visual {
  position: absolute;
  right: 20px;
  bottom: 22px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.physical-delivery-kpi-visual.is-ring {
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 49%, transparent 51%),
    conic-gradient(var(--pd-kpi-color) 0 56deg, #e8eef7 56deg 360deg);
}

.physical-delivery-kpi-visual.is-ring i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
}

.physical-delivery-kpi-visual.is-ring i::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pd-kpi-color);
}

.physical-delivery-kpi-visual.is-line {
  width: 86px;
  height: 10px;
  right: 18px;
  bottom: 24px;
  border-radius: 999px;
  background: #e9eff7;
}

.physical-delivery-kpi-visual.is-line i {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: var(--pd-kpi-color);
}

.physical-delivery-kpi-visual.is-block {
  width: 78px;
  height: 50px;
  right: 18px;
  bottom: 20px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, #25c875 0%, #0f766e 100%);
}

.physical-delivery-kpi-visual.is-bar {
  width: 92px;
  height: 10px;
  right: 18px;
  bottom: 24px;
  border-radius: 999px;
  background: #e8eef7;
}

.physical-delivery-kpi-visual.is-bar i {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: var(--pd-kpi-color);
}

.physical-delivery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.physical-delivery-card {
  min-width: 0;
  overflow: hidden;
}

.physical-delivery-card-main {
  min-height: 280px;
}

.physical-delivery-card-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  padding: 15px 18px;
  border-bottom: 0.5px solid var(--pd-line);
  background: #ffffff;
}

.physical-delivery-card-head.compact {
  padding-bottom: 12px;
}

.physical-delivery-card-head > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.physical-delivery-card h3 {
  font-size: 18px;
  line-height: 1.18;
}

.physical-delivery-groups,
.physical-delivery-package-list {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.physical-delivery-subtitle {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.physical-delivery-group-card,
.physical-delivery-package {
  display: grid;
  gap: 12px;
  border: 0.5px solid #dce8f5;
  border-radius: 12px;
  background: #ffffff;
}

.physical-delivery-group-card {
  overflow: hidden;
}

.physical-delivery-group-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  background: #f8fafc;
  border-bottom: 0.5px solid #e2ebf6;
}

.physical-delivery-group-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.physical-delivery-selection-tools {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 0.5px solid #d9e5f4;
  border-radius: 10px;
  background: #ffffff;
}

.physical-delivery-selection-tools button {
  border: 0;
  border-radius: 8px;
  min-height: 26px;
  padding: 0 9px;
  color: #475569;
  background: transparent;
  font-size: 10.5px;
  font-weight: 850;
  cursor: pointer;
}

.physical-delivery-selection-tools button:hover {
  color: var(--pd-blue);
  background: #eef5ff;
}

.physical-delivery-group-head .btn-small {
  min-height: 34px;
  padding: 0 14px;
  font-size: 11px;
}

.physical-delivery-dispatch {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(240px, 1fr);
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 0.5px solid #e5edf6;
  background: #ffffff;
}

.physical-delivery-dispatch label {
  display: grid;
  gap: 5px;
}

.physical-delivery-dispatch label span {
  color: #657792;
  font-size: 10.5px;
  font-weight: 950;
  text-transform: uppercase;
}

.physical-delivery-dispatch select,
.physical-delivery-dispatch input {
  width: 100%;
  min-height: 34px;
  border: 0.5px solid #ccdaeb;
  border-radius: 9px;
  padding: 0 11px;
  color: var(--pd-ink);
  background: #f8fafc;
  font-size: 12px;
  font-weight: 750;
}

.physical-delivery-group-head span,
.physical-delivery-package-top span,
.physical-delivery-package dt {
  display: block;
  color: #657792;
  font-size: 10.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.physical-delivery-group-head strong,
.physical-delivery-package-top strong {
  display: block;
  margin-top: 3px;
  color: var(--pd-ink);
  font-size: 13px;
  font-weight: 850;
}

.physical-delivery-row-list {
  display: grid;
  gap: 6px;
  padding: 0 12px 12px;
}

.physical-delivery-row-header,
.physical-delivery-row {
  display: grid;
  grid-template-columns: 22px minmax(170px, .95fr) minmax(145px, .74fr) minmax(150px, .82fr) minmax(90px, .44fr) minmax(88px, .4fr);
  gap: 10px;
  align-items: center;
}

.physical-delivery-row-header {
  padding: 0 10px 2px;
  color: #64748b;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.physical-delivery-row {
  min-height: 40px;
  border: 0.5px solid #e0e9f4;
  border-radius: 8px;
  padding: 7px 10px;
  background: #f8fafc;
  cursor: pointer;
}

.physical-delivery-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--pd-blue);
  justify-self: center;
}

.physical-delivery-row-marker {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  background: #eef5ff;
}

.physical-delivery-waiting-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #92400e;
  background: #fff7ed;
  border: 0.5px solid #fed7aa;
  font-size: 11px;
  font-weight: 900;
}

.physical-delivery-row-main,
.physical-delivery-doc,
.physical-delivery-field {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.physical-delivery-row-main strong,
.physical-delivery-doc b,
.physical-delivery-field strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--pd-ink);
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
}

.physical-delivery-row-main small,
.physical-delivery-doc small,
.physical-delivery-field small,
.physical-delivery-date {
  color: var(--pd-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.physical-delivery-date {
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}

.physical-delivery-date strong {
  font-variant-numeric: tabular-nums;
}

.physical-delivery-deadline-badge {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #0f766e;
  background: #e8f8ef;
  border: 0.5px solid #b8ecd0;
  font-size: 10.5px;
  font-weight: 950;
  white-space: nowrap;
}

.physical-delivery-deadline-badge.is-warning {
  color: #a16207;
  background: #fff8e1;
  border-color: #f7d878;
}

.physical-delivery-deadline-badge.is-late {
  color: #b91c1c;
  background: #fff1f2;
  border-color: #fecdd3;
}

.physical-delivery-side {
  display: grid;
  gap: 14px;
}

.physical-delivery-package-modal[hidden] {
  display: none !important;
}

.physical-delivery-package-modal {
  position: fixed;
  inset: 0;
  z-index: 100900;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow: auto;
  overscroll-behavior: contain;
}

.physical-delivery-package-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(3px);
}

.physical-delivery-package-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100vw - 44px));
  max-height: calc(100dvh - 44px);
  overflow: auto;
  border: 0.5px solid #d6e3f2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
}

.physical-delivery-package-dialog-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 18px;
  border-bottom: 0.5px solid #dce8f5;
  background: #f8fbff;
}

.physical-delivery-package-dialog-head h3 {
  margin: 3px 0 0;
  color: var(--pd-ink);
  font-size: 18px;
  line-height: 1.18;
  font-weight: 950;
}

.physical-delivery-dialog-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0.5px solid #d7e4f3;
  border-radius: 10px;
  color: #1e293b;
  background: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.physical-delivery-dialog-close:hover {
  color: #0f766e;
  background: #eefdf8;
  border-color: #b7eadb;
}

.physical-delivery-package.is-modal-detail {
  border: 0;
  border-radius: 0;
  padding: 16px 18px 18px;
}

body.physical-delivery-modal-open {
  overflow: hidden;
}

body > .physical-delivery-package-modal {
  width: 100vw;
  min-height: 100dvh;
}

body > .physical-delivery-package-modal .physical-delivery-package-dialog {
  margin: auto;
}

.physical-delivery-package {
  padding: 12px;
}

.physical-delivery-package-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}

.physical-delivery-package-top b {
  border-radius: 999px;
  padding: 6px 10px;
  background: #eef6ff;
  color: var(--pd-blue);
  font-size: 11.5px;
  font-weight: 900;
  white-space: nowrap;
}

.physical-delivery-package dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.physical-delivery-package dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 0.5px solid #edf2f7;
  padding-top: 8px;
}

.physical-delivery-package dd {
  margin: 0;
  color: var(--pd-ink);
  font-size: 12.5px;
  font-weight: 850;
  text-align: right;
}

.physical-delivery-actions,
.physical-delivery-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.physical-delivery-actions form {
  margin: 0;
}

.physical-delivery-receive-form {
  display: grid;
  gap: 10px;
  margin: 0;
}

.physical-delivery-package-checklist {
  display: grid;
  gap: 6px;
  padding-top: 8px;
  border-top: 0.5px solid #edf2f7;
}

.physical-delivery-package-checklist > span {
  color: #657792;
  font-size: 10.5px;
  font-weight: 950;
  text-transform: uppercase;
}

.physical-delivery-package-checklist label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 1px;
  align-items: center;
  min-height: 34px;
  border: 0.5px solid #e1eaf5;
  border-radius: 9px;
  padding: 7px 9px;
  background: #f8fafc;
}

.physical-delivery-package-checklist input {
  grid-row: span 2;
  width: 15px;
  height: 15px;
  accent-color: var(--pd-blue);
}

.physical-delivery-package-checklist b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--pd-ink);
  font-size: 11.5px;
  font-weight: 900;
}

.physical-delivery-package-checklist small,
.physical-delivery-package-checklist em {
  color: #64748b;
  font-size: 10.5px;
  font-weight: 800;
  font-style: normal;
}

.physical-delivery-receive-panel {
  display: grid;
  gap: 8px;
  padding-top: 8px;
  border-top: 0.5px solid #edf2f7;
}

.physical-delivery-receive-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.physical-delivery-receive-head > span {
  color: #657792;
  font-size: 10.5px;
  font-weight: 950;
  text-transform: uppercase;
}

.physical-delivery-receive-tools {
  display: inline-flex;
  gap: 4px;
  padding: 3px;
  border: 0.5px solid #d9e5f4;
  border-radius: 10px;
  background: #ffffff;
}

.physical-delivery-receive-tools button {
  border: 0;
  border-radius: 8px;
  min-height: 24px;
  padding: 0 8px;
  color: #475569;
  background: transparent;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}

.physical-delivery-receive-tools button:hover {
  color: var(--pd-blue);
  background: #eef5ff;
}

.physical-delivery-receive-table-wrap {
  overflow-x: auto;
  border: 0.5px solid #dce8f5;
  border-radius: 10px;
  background: #ffffff;
}

.physical-delivery-receive-table {
  width: 100%;
  min-width: 560px;
  border-collapse: separate;
  border-spacing: 0;
}

.physical-delivery-receive-table th,
.physical-delivery-receive-table td {
  border-bottom: 0.5px solid #e4edf7;
  padding: 8px 9px;
  color: var(--pd-ink);
  font-size: 11.2px;
  text-align: left;
  vertical-align: middle;
}

.physical-delivery-receive-table th {
  background: #f4f7fb;
  color: #536781;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.physical-delivery-receive-table tbody tr:last-child td {
  border-bottom: 0;
}

.physical-delivery-receive-table th:first-child,
.physical-delivery-receive-table td:first-child {
  width: 52px;
  text-align: center;
}

.physical-delivery-receive-table input {
  width: 15px;
  height: 15px;
  accent-color: var(--pd-blue);
}

.physical-delivery-receive-table select {
  width: 100%;
  min-width: 190px;
  min-height: 30px;
  border: 0.5px solid #cbd9ea;
  border-radius: 8px;
  padding: 0 9px;
  color: var(--pd-ink);
  background: #ffffff;
  font-size: 10.8px;
  font-weight: 800;
}

.physical-delivery-receive-table select:disabled {
  color: #94a3b8;
  background: #f1f5f9;
}

.physical-delivery-receive-table strong {
  display: block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11.5px;
  font-weight: 900;
}

.physical-delivery-receive-card-list {
  display: grid;
  gap: 8px;
  max-height: min(430px, 48vh);
  overflow: auto;
}

.physical-delivery-receive-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) minmax(220px, 0.75fr);
  gap: 10px;
  align-items: center;
  border: 0.5px solid #dce8f5;
  border-radius: 10px;
  padding: 9px 10px;
  background: #ffffff;
}

.receive-card-toggle {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #eef6ff;
}

.receive-card-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.receive-card-toggle span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 0.5px solid #c7d8ee;
  border-radius: 50%;
  color: #8aa0bb;
  background: #ffffff;
}

.receive-card-toggle input:checked + span {
  color: #047857;
  border-color: #a7f3d0;
  background: #dcfce7;
}

.receive-card-main {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.receive-card-main strong,
.receive-card-main small,
.receive-card-main em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.receive-card-main strong {
  color: var(--pd-ink);
  font-size: 12px;
  font-weight: 950;
}

.receive-card-main small {
  color: var(--pd-muted);
  font-size: 11px;
  font-weight: 800;
}

.receive-card-main em {
  color: #64748b;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 750;
}

.receive-card-reason {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.receive-card-reason span {
  color: #536781;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.receive-card-reason select {
  width: 100%;
  min-height: 32px;
  border: 0.5px solid #cbd9ea;
  border-radius: 8px;
  padding: 0 9px;
  color: var(--pd-ink);
  background: #ffffff;
  font-size: 10.8px;
  font-weight: 800;
}

.receive-card-reason select:disabled {
  color: #94a3b8;
  background: #f1f5f9;
}

.physical-delivery-rejection-preview {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 1fr);
  gap: 10px;
  align-items: stretch;
  border: 0.5px solid #dce8f5;
  border-radius: 10px;
  padding: 10px;
  background: #f8fbff;
}

.physical-delivery-rejection-preview > div {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.physical-delivery-rejection-preview span {
  color: #657792;
  font-size: 10.5px;
  font-weight: 950;
  text-transform: uppercase;
}

.physical-delivery-rejection-preview strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--pd-ink);
  font-size: 11.5px;
  font-weight: 900;
}

.physical-delivery-rejection-preview textarea {
  width: 100%;
  min-height: 54px;
  resize: vertical;
  border: 0.5px solid #cbd9ea;
  border-radius: 9px;
  padding: 9px 10px;
  color: var(--pd-ink);
  background: #ffffff;
  font-size: 11px;
  font-weight: 760;
}

.physical-delivery-receive-panel > em {
  color: #64748b;
  font-size: 10.5px;
  font-weight: 800;
  font-style: normal;
}

.physical-delivery-inline-form {
  display: inline-flex;
  margin: 0;
}

.physical-delivery-empty {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 112px;
  margin: 14px;
  border: 0.5px dashed #c7d7eb;
  border-radius: 12px;
  background: #f8fbff;
  text-align: center;
}

.physical-delivery-empty.is-compact {
  min-height: 82px;
}

.physical-delivery-empty strong {
  color: var(--pd-ink);
  font-size: 14px;
  font-weight: 950;
}

.physical-delivery-table-wrap {
  overflow-x: auto;
  padding: 0 14px 14px;
}

.physical-delivery-table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  border: 0.5px solid #dce8f5;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.physical-delivery-table th,
.physical-delivery-table td {
  border-bottom: 0.5px solid #e4edf7;
  padding: 12px 14px;
  color: var(--pd-ink);
  font-size: 12.5px;
  text-align: left;
}

.physical-delivery-table th {
  background: #f4f7fb;
  color: #536781;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.physical-delivery-table tbody tr:last-child td {
  border-bottom: 0;
}

.physical-delivery-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 10px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 11.5px;
  font-weight: 900;
}

.physical-delivery-status.is-done {
  background: #e8f8ef;
  color: var(--pd-green);
}

.physical-delivery-status.is-delete-request {
  background: #fff7ed;
  color: #c2410c;
}

.physical-delivery-delete-request {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  border: 0.5px solid #f7c89d;
  border-radius: 12px;
  padding: 11px 12px;
  background: #fffaf4;
}

.physical-delivery-delete-request.is-pending {
  background: #fff7ed;
}

.physical-delivery-delete-request div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.physical-delivery-delete-request span,
.physical-delivery-delete-request-form span,
.physical-delivery-delete-decision-form span {
  color: #657792;
  font-size: 10.5px;
  font-weight: 950;
  text-transform: uppercase;
}

.physical-delivery-delete-request strong {
  color: var(--pd-ink);
  font-size: 13px;
  font-weight: 950;
}

.physical-delivery-delete-request p {
  margin: 0;
  color: #475569;
  font-size: 11px;
  font-weight: 760;
}

.physical-delivery-delete-request small {
  color: #64748b;
  font-size: 10.5px;
  font-weight: 850;
  white-space: nowrap;
}

.physical-delivery-delete-request-form,
.physical-delivery-delete-decision-form {
  display: grid;
  gap: 10px;
  border: 0.5px solid #dce8f5;
  border-radius: 12px;
  padding: 11px 12px;
  background: #f8fbff;
}

.physical-delivery-delete-request-form label,
.physical-delivery-delete-decision-form label {
  display: grid;
  gap: 6px;
}

.physical-delivery-delete-request-form textarea,
.physical-delivery-delete-decision-form textarea {
  width: 100%;
  min-height: 64px;
  resize: vertical;
  border: 0.5px solid #cbd9ea;
  border-radius: 9px;
  padding: 9px 10px;
  color: var(--pd-ink);
  background: #ffffff;
  font-size: 11px;
  font-weight: 760;
}

.physical-delivery-module-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  border: 0.5px solid #d7e5f4;
  border-radius: 14px;
  padding: 20px 22px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.09), rgba(37, 99, 235, 0.04) 42%, #ffffff 72%),
    #ffffff;
  box-shadow: 0 16px 36px rgba(15, 35, 65, 0.08);
}

.physical-delivery-module-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.physical-delivery-module-copy h2 {
  margin: 0;
  color: var(--pd-ink);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.physical-delivery-module-copy p {
  margin: 0;
  color: var(--pd-muted);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.45;
}

.physical-delivery-module-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 420px;
}

.physical-delivery-module-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 0.5px solid #bfd5ef;
  border-radius: 999px;
  padding: 0 12px;
  color: #1d4ed8;
  background: #eef6ff;
  font-size: 11.5px;
  font-weight: 950;
  white-space: nowrap;
}

.physical-delivery-module-pill.is-green {
  color: #0f766e;
  background: #ebfbf6;
  border-color: #b8ecd9;
}

.physical-delivery-kpi-card {
  align-content: stretch;
  gap: 12px;
  min-height: 136px;
  border-top: 0;
  border-left: 4px solid var(--pd-kpi-color, var(--pd-blue));
  padding: 16px;
  box-shadow: 0 14px 34px rgba(15, 35, 65, 0.075);
}

.physical-delivery-kpi-card.is-slate {
  --pd-kpi-color: #334155;
  --pd-kpi-soft: #f1f5f9;
}

.physical-delivery-kpi-top,
.physical-delivery-kpi-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.physical-delivery-kpi-percent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 0 8px;
  color: var(--pd-kpi-color, var(--pd-blue));
  background: var(--pd-kpi-soft, #eef6ff);
  font-size: 10.5px;
  font-weight: 950;
}

.physical-delivery-kpi-card strong {
  font-size: 30px;
}

.physical-delivery-kpi-trend {
  flex: 0 0 118px;
  width: 118px;
  height: 46px;
}

.physical-delivery-kpi-area {
  fill: color-mix(in srgb, var(--pd-kpi-color, #2563eb) 12%, transparent);
}

.physical-delivery-kpi-line {
  fill: none;
  stroke: var(--pd-kpi-color, #2563eb);
  stroke-width: 3;
  stroke-linecap: round;
}

.physical-delivery-progress-track {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf3fa;
}

.physical-delivery-progress-track i {
  display: block;
  height: 100%;
  min-width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pd-kpi-color, #2563eb), color-mix(in srgb, var(--pd-kpi-color, #2563eb) 64%, #ffffff));
}

.physical-delivery-workbench {
  display: grid;
  grid-template-columns: minmax(270px, 330px) minmax(0, 1fr) minmax(270px, 330px);
  gap: 14px;
  align-items: start;
}

.physical-delivery-queue-panel,
.physical-delivery-work-panel,
.physical-delivery-side-card {
  min-width: 0;
  overflow: hidden;
  border: 0.5px solid var(--pd-line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 35, 65, 0.07);
}

.physical-delivery-queue-list {
  display: grid;
  gap: 8px;
  max-height: min(680px, calc(100dvh - 330px));
  overflow: auto;
  padding: 12px;
}

.physical-delivery-queue-card {
  display: grid;
  gap: 5px;
  width: 100%;
  min-height: 82px;
  border: 0.5px solid #dce8f5;
  border-radius: 12px;
  padding: 12px 13px;
  color: var(--pd-ink);
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.physical-delivery-queue-card:hover,
.physical-delivery-queue-card.is-active {
  border-color: #8dbdf0;
  background: #f1f7ff;
  box-shadow: inset 4px 0 0 #1d4ed8;
}

.physical-delivery-queue-title,
.physical-delivery-queue-meta {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.physical-delivery-queue-title {
  font-size: 13px;
  font-weight: 950;
}

.physical-delivery-queue-meta {
  color: var(--pd-muted);
  font-size: 11.5px;
  font-weight: 850;
}

.physical-delivery-queue-foot {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  margin-top: 2px;
}

.physical-delivery-queue-foot b,
.physical-delivery-queue-foot em {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 0 9px;
  font-size: 10.5px;
  font-weight: 950;
  font-style: normal;
}

.physical-delivery-queue-foot b {
  color: #1d4ed8;
  background: #eef6ff;
}

.physical-delivery-queue-foot em {
  color: #0f766e;
  background: #e8f8ef;
}

.physical-delivery-queue-foot em.is-warning {
  color: #a16207;
  background: #fff8e1;
}

.physical-delivery-queue-foot em.is-late {
  color: #b91c1c;
  background: #fff1f2;
}

.physical-delivery-work-panel {
  min-height: 420px;
}

.physical-delivery-work-detail[hidden] {
  display: none !important;
}

.physical-delivery-work-detail {
  display: grid;
  gap: 0;
  margin: 0;
}

.physical-delivery-detail-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border-bottom: 0.5px solid var(--pd-line);
  background: linear-gradient(180deg, #fbfdff, #ffffff);
}

.physical-delivery-detail-top h3 {
  margin: 3px 0 0;
  color: var(--pd-ink);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.15;
}

.physical-delivery-detail-top p {
  margin: 6px 0 0;
  color: var(--pd-muted);
  font-size: 12.5px;
  font-weight: 820;
}

.physical-delivery-detail-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 12px 14px 14px;
  border-top: 0.5px solid #e4edf7;
  background: #f8fbff;
}

.physical-delivery-side-stack {
  display: grid;
  gap: 14px;
}

.physical-delivery-inbox-list {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.physical-delivery-inbox-card {
  display: grid;
  gap: 3px;
  width: 100%;
  min-height: 68px;
  border: 0.5px solid #cde7dd;
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--pd-ink);
  background: #f6fffb;
  text-align: left;
  cursor: pointer;
}

.physical-delivery-inbox-card span,
.physical-delivery-inbox-card em {
  color: var(--pd-muted);
  font-size: 10.5px;
  font-weight: 900;
  font-style: normal;
}

.physical-delivery-inbox-card strong {
  min-width: 0;
  overflow: hidden;
  color: var(--pd-ink);
  font-size: 12.5px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.physical-delivery-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.physical-delivery-mini-stat {
  display: grid;
  gap: 5px;
  min-height: 70px;
  border: 0.5px solid #dce8f5;
  border-radius: 12px;
  padding: 10px 11px;
  background: #f8fbff;
}

.physical-delivery-mini-stat span {
  color: #64748b;
  font-size: 10.5px;
  font-weight: 950;
  text-transform: uppercase;
}

.physical-delivery-mini-stat strong {
  color: var(--pd-ink);
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.physical-delivery-history {
  margin-top: 2px;
}

@media (max-width: 1200px) {
  .physical-delivery-workbench {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  }

  .physical-delivery-side-stack {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .physical-delivery-layout {
    grid-template-columns: 1fr;
  }

  .physical-delivery-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .physical-delivery-page {
    padding: 12px;
  }

  .physical-delivery-module-head,
  .physical-delivery-detail-top,
  .physical-delivery-detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .physical-delivery-module-copy h2 {
    font-size: 24px;
  }

  .physical-delivery-module-actions {
    justify-content: flex-start;
  }

  .physical-delivery-card-head {
    padding: 16px;
  }

  .physical-delivery-kpis {
    grid-template-columns: 1fr;
  }

  .physical-delivery-kpi-card {
    min-height: 112px;
    padding: 14px;
  }

  .physical-delivery-kpi-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .physical-delivery-kpi-trend {
    width: 100%;
    flex-basis: auto;
  }

  .physical-delivery-workbench,
  .physical-delivery-side-stack {
    grid-template-columns: 1fr;
  }

  .physical-delivery-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .physical-delivery-dispatch {
    grid-template-columns: 1fr;
  }

  .physical-delivery-receive-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .physical-delivery-rejection-preview {
    grid-template-columns: 1fr;
  }

  .physical-delivery-package-modal {
    align-items: start;
    place-items: start center;
    padding: 12px;
  }

  .physical-delivery-package-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
  }

  .physical-delivery-row-header {
    display: none;
  }

  .physical-delivery-field,
  .physical-delivery-date,
  .physical-delivery-deadline-badge {
    grid-column: 2;
    justify-self: stretch;
    text-align: left;
  }

  .physical-delivery-deadline-badge {
    width: fit-content;
  }
}

/* Navigation skin split: v2 screens stay active, classic users only get the legacy sidebar shell. */
html body.ibys-ui-v2.senkra-nav-classic:not(.login-body) {
  --admin-sidebar-width: 258px !important;
  --admin-topbar-height: 48px !important;
}

html body.ibys-ui-v2.senkra-nav-classic .ibys-v2-module-rail,
html body.ibys-ui-v2.senkra-nav-classic .ibys-v2-rail-flyout,
html body.ibys-ui-v2.senkra-nav-classic .ibys-v2-firm-card,
html body.ibys-ui-v2.senkra-nav-classic .ibys-v2-sidebar-heading,
html body.ibys-ui-v2.senkra-nav-classic .ibys-v2-subnav {
  display: none !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout.app-shell {
  min-height: 100vh !important;
  background: #eef1f6 !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  z-index: 1100 !important;
  width: var(--admin-sidebar-width) !important;
  min-width: var(--admin-sidebar-width) !important;
  max-width: var(--admin-sidebar-width) !important;
  height: 100vh !important;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-right: 1px solid rgba(255, 255, 255, .10) !important;
  background: radial-gradient(circle at 50% 0, rgba(59, 130, 246, .18), transparent 30%), linear-gradient(180deg, #253f65 0%, #132944 42%, #081b31 100%) !important;
  color: rgba(255, 255, 255, .84) !important;
  box-shadow: 14px 0 36px rgba(15, 23, 42, .18) !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: transform .22s ease, opacity .18s ease, visibility .18s ease !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar::before,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar::after {
  display: none !important;
  content: none !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-logo {
  flex: 0 0 auto !important;
  order: 1 !important;
  min-height: 136px !important;
  margin: 0 !important;
  padding: 22px 16px 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-bottom: 1px solid rgba(255, 255, 255, .10) !important;
  background: transparent !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-logo-img {
  width: 132px !important;
  max-width: 78% !important;
  filter: drop-shadow(0 12px 24px rgba(2, 6, 23, .24)) !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-menu {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  order: 2 !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 12px 10px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border: 0 !important;
  background: transparent !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(203, 213, 225, .36) transparent !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-menu::-webkit-scrollbar {
  width: 5px !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-menu::-webkit-scrollbar-thumb {
  border-radius: 99px !important;
  background: rgba(203, 213, 225, .36) !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-menu > .menu-title,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-menu > .menu-title-link,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-menu > .menu-btn,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-menu > .sidebar-submenu {
  order: 0 !important;
  flex: 0 0 auto !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-title,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-title-link {
  min-height: auto !important;
  margin: 10px 4px 4px !important;
  padding: 0 8px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(226, 232, 240, .62) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-title-link:hover {
  color: #fff !important;
  text-decoration: none !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-link {
  position: relative !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: rgba(248, 250, 252, .82) !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn:hover,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-link:hover,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn-parent.is-open:not(.active) {
  border-color: rgba(255, 255, 255, .12) !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn.active,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-link.active,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn.is-active,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-link.is-active {
  border-color: rgba(96, 165, 250, .34) !important;
  background: rgba(37, 99, 235, .26) !important;
  color: #fff !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn-main {
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn-icon {
  position: static !important;
  transform: none !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  opacity: .94 !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn-icon svg {
  width: 17px !important;
  height: 17px !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn-label {
  min-width: 0 !important;
  overflow: hidden !important;
  color: inherit !important;
  font-size: 12.5px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn-caret {
  margin-left: auto !important;
  color: rgba(226, 232, 240, .54) !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-submenu {
  display: grid !important;
  gap: 3px !important;
  max-height: 760px !important;
  margin: 0 0 5px 12px !important;
  padding: 3px 0 3px 10px !important;
  border-left: 1px solid rgba(255, 255, 255, .12) !important;
  background: transparent !important;
  overflow: hidden !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
  transition: none !important;
}

html body.ibys-ui-v2.senkra-nav-classic.sidebar-menu-ready .admin-layout .sidebar-submenu {
  transition: max-height .18s ease, opacity .12s ease, transform .12s ease, margin .12s ease, padding .12s ease !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-submenu.is-collapsed {
  max-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0 !important;
  transform: translateY(-4px) !important;
  pointer-events: none !important;
}

html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-calisanlar .admin-layout [data-sidebar-submenu="calisanlar"].is-collapsed,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-belge_yonetimi .admin-layout [data-sidebar-submenu="belge_yonetimi"].is-collapsed,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-belge_surecleri .admin-layout [data-sidebar-submenu="belge_surecleri"].is-collapsed,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-egitim .admin-layout [data-sidebar-submenu="egitim"].is-collapsed,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-uzaktan_egitim .admin-layout [data-sidebar-submenu="uzaktan_egitim"].is-collapsed,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-isg .admin-layout [data-sidebar-submenu="isg"].is-collapsed,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-sistem_yonetim_paneli .admin-layout [data-sidebar-submenu="sistem_yonetim_paneli"].is-collapsed,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-ayarlar .admin-layout [data-sidebar-submenu="ayarlar"].is-collapsed {
  max-height: 760px !important;
  margin: 0 0 5px 12px !important;
  padding: 3px 0 3px 10px !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-calisanlar .admin-layout [data-sidebar-parent="calisanlar"] .menu-btn-caret,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-belge_yonetimi .admin-layout [data-sidebar-parent="belge_yonetimi"] .menu-btn-caret,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-belge_surecleri .admin-layout [data-sidebar-parent="belge_surecleri"] .menu-btn-caret,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-egitim .admin-layout [data-sidebar-parent="egitim"] .menu-btn-caret,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-uzaktan_egitim .admin-layout [data-sidebar-parent="uzaktan_egitim"] .menu-btn-caret,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-isg .admin-layout [data-sidebar-parent="isg"] .menu-btn-caret,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-sistem_yonetim_paneli .admin-layout [data-sidebar-parent="sistem_yonetim_paneli"] .menu-btn-caret,
html body.ibys-ui-v2.senkra-nav-classic.senkra-sidebar-open-ayarlar .admin-layout [data-sidebar-parent="ayarlar"] .menu-btn-caret {
  transform: rotate(90deg) !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .menu-btn-parent.is-open + .sidebar-submenu {
  display: grid !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-submenu .menu-btn {
  min-height: 30px !important;
  padding: 0 8px !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-submenu-heading {
  margin: 8px 4px 3px !important;
  color: rgba(203, 213, 225, .58) !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-submenu .menu-btn-label {
  font-size: 11.5px !important;
  font-weight: 800 !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-bottom {
  order: 3 !important;
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: auto 0 0 !important;
  padding: 10px 10px 12px !important;
  display: block !important;
  flex: 0 0 auto !important;
  transform: none !important;
  border-top: 1px solid rgba(255, 255, 255, .10) !important;
  background: rgba(2, 6, 23, .12) !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .hr-v2-user-divider,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .hr-v2-user-menu-wrap {
  display: none !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-user-menu {
  position: relative !important;
  inset: auto !important;
  z-index: 3 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  display: block !important;
  transform: none !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-user-menu .topbar-user {
  width: 100% !important;
  min-height: 48px !important;
  padding: 7px 9px !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .07) !important;
  color: #fff !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-user-menu .topbar-user-copy strong,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-user-menu .topbar-user-copy span {
  color: #fff !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .sidebar-user-menu .topbar-user-dropdown {
  position: absolute !important;
  top: auto !important;
  bottom: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .topbar {
  position: fixed !important;
  top: 0 !important;
  left: var(--admin-sidebar-width) !important;
  right: 0 !important;
  z-index: 1200 !important;
  width: calc(100vw - var(--admin-sidebar-width)) !important;
  height: var(--admin-topbar-height) !important;
  min-height: var(--admin-topbar-height) !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #1a2744 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06), 0 10px 22px rgba(15, 23, 42, .16) !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .topbar::before,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout .topbar::after {
  display: none !important;
  content: none !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .main-panel {
  margin-left: var(--admin-sidebar-width) !important;
  width: calc(100vw - var(--admin-sidebar-width)) !important;
  max-width: calc(100vw - var(--admin-sidebar-width)) !important;
  padding-top: var(--admin-topbar-height) !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .main-panel > .topbar.hr-v2-topbar {
  left: var(--admin-sidebar-width) !important;
  width: calc(100vw - var(--admin-sidebar-width)) !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout.nav-collapsed .sidebar,
html body.ibys-ui-v2.senkra-nav-classic.nav-collapsed-preload .admin-layout .sidebar {
  transform: translateX(-100%) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (min-width: 901px) {
  html body.ibys-ui-v2.senkra-nav-classic .admin-layout.nav-collapsed.nav-hover-enabled::before {
    content: "" !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1099 !important;
    width: 18px !important;
    height: 100vh !important;
    background: transparent !important;
    pointer-events: auto !important;
  }

  html body.ibys-ui-v2.senkra-nav-classic .admin-layout.nav-collapsed.nav-hover-active .sidebar {
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: radial-gradient(circle at 18% 0, rgba(96, 165, 250, .28), transparent 34%), linear-gradient(180deg, rgba(28, 49, 79, .88) 0%, rgba(15, 33, 57, .84) 48%, rgba(6, 20, 36, .90) 100%) !important;
    border-right-color: rgba(219, 234, 254, .28) !important;
    box-shadow: 18px 0 48px rgba(8, 18, 34, .30), inset -1px 0 0 rgba(255, 255, 255, .10) !important;
    backdrop-filter: blur(18px) saturate(132%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(132%) !important;
    animation: ibysClassicHoverSidebarIn .24s cubic-bezier(.22, .78, .28, 1) both !important;
  }

  html body.ibys-ui-v2.senkra-nav-classic .admin-layout.nav-collapsed.nav-hover-active .sidebar::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    pointer-events: none !important;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .12) 42%, transparent 68%) !important;
    opacity: .72 !important;
    transform: translateX(-78%) !important;
    animation: ibysClassicHoverSidebarSheen .82s ease-out both !important;
  }

  html body.ibys-ui-v2.senkra-nav-classic .admin-layout.nav-collapsed.nav-hover-active .sidebar-logo,
  html body.ibys-ui-v2.senkra-nav-classic .admin-layout.nav-collapsed.nav-hover-active .sidebar-menu,
  html body.ibys-ui-v2.senkra-nav-classic .admin-layout.nav-collapsed.nav-hover-active .sidebar-bottom {
    animation: ibysClassicHoverSidebarContent .28s ease-out both !important;
  }

  @keyframes ibysClassicHoverSidebarIn {
    from {
      filter: saturate(.9) brightness(.9);
    }
    to {
      filter: saturate(1) brightness(1);
    }
  }

  @keyframes ibysClassicHoverSidebarContent {
    from {
      transform: translateX(-8px);
      opacity: .55;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes ibysClassicHoverSidebarSheen {
    to {
      transform: translateX(96%);
      opacity: 0;
    }
  }
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout.nav-collapsed .topbar,
html body.ibys-ui-v2.senkra-nav-classic.nav-collapsed-preload .admin-layout .topbar,
html body.ibys-ui-v2.senkra-nav-classic .admin-layout.nav-collapsed .main-panel > .topbar.hr-v2-topbar,
html body.ibys-ui-v2.senkra-nav-classic.nav-collapsed-preload .admin-layout .main-panel > .topbar.hr-v2-topbar {
  left: 0 !important;
  width: 100vw !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout.nav-collapsed .main-panel,
html body.ibys-ui-v2.senkra-nav-classic.nav-collapsed-preload .admin-layout .main-panel {
  margin-left: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

html body.ibys-ui-v2.senkra-nav-classic .admin-layout .content-area {
  padding-top: 18px !important;
}

html body.ibys-ui-v2.ibys-calisan-detay-workspace.senkra-nav-classic .admin-layout .main-panel.is-calisan-detail-workspace {
  padding-top: var(--admin-topbar-height, 48px) !important;
}

html body.ibys-ui-v2.ibys-calisan-detay-workspace.senkra-nav-classic .admin-layout .main-panel.is-calisan-detail-workspace > .content-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 900px) {
  html body.ibys-ui-v2.senkra-nav-classic:not(.login-body) {
    --admin-sidebar-width: 240px !important;
  }
}

/* Employee quick card redesign */
.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer {
  width: min(540px, calc(100vw - 22px));
  border-left: 1px solid rgba(15, 118, 110, .22);
  background:
    radial-gradient(circle at 92% 3%, rgba(45, 212, 191, .18), transparent 31%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
  box-shadow: -26px 0 48px rgba(15, 23, 42, .22);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-head-modern {
  position: relative;
  min-height: 104px;
  padding: 18px 58px 18px 18px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(207, 226, 242, .58);
  background:
    radial-gradient(circle at 90% 50%, rgba(45, 212, 191, .30), transparent 28%),
    linear-gradient(135deg, #102748 0%, #115b64 100%);
  color: #fff;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-head-modern::after {
  content: "";
  position: absolute;
  right: -56px;
  top: -34px;
  width: 186px;
  height: 186px;
  border: 28px solid rgba(255, 255, 255, .10);
  border-radius: 50%;
  pointer-events: none;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-titlebox {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-titlebox span {
  color: rgba(219, 234, 254, .82);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-titlebox h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-titlebox p {
  margin: 0;
  color: rgba(236, 253, 245, .92);
  font-size: 13px;
  font-weight: 750;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-panel-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 14px 92px;
  overflow-y: auto;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-profile {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: -2px 0 0;
  padding: 12px;
  border: 1px solid rgba(190, 211, 232, .80);
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .07);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-panel-avatar {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e0f2fe, #f8fafc);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .22), 0 12px 22px rgba(15, 23, 42, .12);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-profile-copy {
  min-width: 0;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-panel-active {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #069669;
  font-size: 13px;
  font-weight: 900;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-panel-active::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #10b981;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-panel-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-panel-gender,
.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-panel-age {
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid rgba(191, 219, 254, .86);
  border-radius: 999px;
  background: #f8fbff;
  color: #172033;
  font-size: 12px;
  font-weight: 850;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-primary-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-primary-actions .hr-op-drawer-btn {
  min-height: 50px;
  border-radius: 13px;
  background: linear-gradient(180deg, #ffffff, #f4f8fd);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-primary-actions .hr-op-drawer-btn.primary {
  background: linear-gradient(135deg, #1d73b8, #087b77);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 22px rgba(29, 115, 184, .16);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-compact-facts,
.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-compact-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-compact-facts > div,
.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-compact-contact > div,
.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-insight-card {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(203, 222, 241, .88);
  border-radius: 13px;
  background: rgba(255, 255, 255, .72);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-compact-facts span,
.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-compact-contact span,
.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-card span {
  display: block;
  margin-bottom: 4px;
  color: #64748b;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-compact-facts strong,
.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-compact-contact strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-card {
  position: relative;
  min-width: 0;
  padding: 10px 11px;
  overflow: hidden;
  border: 1px solid rgba(190, 211, 232, .82);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(241, 247, 253, .88));
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-card::after {
  content: "";
  position: absolute;
  right: -18px;
  top: -24px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(14, 165, 233, .08);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-card strong {
  display: block;
  position: relative;
  z-index: 1;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 950;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-card em {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 28px;
  margin-top: 4px;
  color: #5b6b82;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.25;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-card i {
  display: block;
  position: relative;
  z-index: 1;
  height: 7px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2eaf3;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-card i b {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #148b83, #38bdf8);
  transition: width .22s ease;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-card.is-documents i b {
  background: linear-gradient(90deg, #2563eb, #22c55e);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-card.is-work i b {
  background: linear-gradient(90deg, #0f766e, #14b8a6);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-tab-shell {
  display: flex;
  min-height: 330px;
  flex: 1 1 auto;
  flex-direction: column;
  border: 1px solid rgba(203, 222, 241, .92);
  border-radius: 16px;
  background: rgba(255, 255, 255, .66);
  overflow: hidden;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 7px;
  background: #edf5fc;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-tab {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #607188;
  font-size: 12px;
  font-weight: 900;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-tab.active {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-tabpanes {
  min-height: 0;
  flex: 1 1 auto;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-tab-panel.active {
  min-height: 100%;
  padding: 10px;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-tab-panel[data-hr-panel-section="operations"].active {
  display: flex;
  flex-direction: column;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-tab-lead {
  padding: 10px 11px;
  border: 1px solid rgba(203, 222, 241, .82);
  border-radius: 13px;
  background: rgba(255, 255, 255, .72);
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-tab-lead strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-tab-lead span {
  display: block;
  margin-top: 3px;
  color: #586a81;
  font-size: 12px;
  font-weight: 750;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-action-grid .hr-op-drawer-btn {
  min-height: 44px;
  border-radius: 12px;
  background: #fff;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-action-grid .hr-op-drawer-btn.warning {
  background: #fff7ed;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-drawer-action-grid .hr-op-drawer-btn.danger {
  background: #fff1f2;
}

@media (max-width: 640px) {
  .hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer {
    width: 100vw;
  }

  .hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-micro-grid {
    grid-template-columns: 1fr;
  }

  .hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-compact-facts,
  .hr-employee-list-page .hr-op-selected-panel.hr-op-compact-drawer .hr-op-compact-contact {
    grid-template-columns: 1fr;
  }
}

/* Employee quick card v3 - mockup matched shell */
.hr-employee-list-page .hr-op-selected-panel.hr-op-card-v3 {
  width: min(520px, calc(100vw - 58px)) !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-left: 1px solid rgba(201, 215, 235, .94) !important;
  background: rgba(248, 251, 255, .96) !important;
  box-shadow: -28px 0 70px rgba(15, 23, 42, .18) !important;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-card-v3.is-opening {
  opacity: 0 !important;
  transform: translateX(18px) !important;
  pointer-events: none !important;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-card-v3.is-panel-hidden,
.hr-employee-list-page .hr-op-selected-panel.hr-op-card-v3[aria-hidden="true"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.hr-employee-list-page .hr-op-selected-panel.hr-op-card-v3 > .hr-op-panel-head,
.hr-employee-list-page .hr-op-selected-panel.hr-op-card-v3 > .hr-op-drawer-body {
  display: none !important;
}

.hr-employee-list-page .hr-op-card-v3-shell {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  color: #101827;
  background: #f4f8fc;
}

.hr-employee-list-page .hr-op-card-v3-hero {
  padding: 10px 14px 9px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(13, 31, 53, .98) 0%, rgba(15, 73, 91, .98) 48%, rgba(12, 134, 124, .96) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.hr-employee-list-page .hr-op-card-v3-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hr-employee-list-page .hr-op-card-v3-title {
  min-width: 0;
}

.hr-employee-list-page .hr-op-card-v3-title > span {
  display: none;
  margin-bottom: 3px;
  color: rgba(222, 235, 247, .78);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hr-employee-list-page .hr-op-card-v3-title h3 {
  margin: 0;
  color: #f8fbff !important;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}

.hr-employee-list-page .hr-op-card-v3-title p {
  min-width: 0;
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #d8f4ef;
  font-size: 12px;
  font-weight: 850;
}

.hr-employee-list-page .hr-op-card-v3-title p strong,
.hr-employee-list-page .hr-op-card-v3-title p span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-employee-list-page .hr-op-card-v3-title p em {
  color: rgba(255, 255, 255, .64);
  font-style: normal;
}

.hr-employee-list-page .hr-op-card-v3-close {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .11);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.hr-employee-list-page .hr-op-card-v3-close svg {
  width: 17px;
  height: 17px;
}

.hr-employee-list-page .hr-op-card-v3-identity {
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.hr-employee-list-page .hr-op-card-v3-avatar {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .14);
  box-shadow: 0 12px 26px rgba(3, 10, 24, .22);
}

.hr-employee-list-page .hr-op-card-v3-avatar img,
.hr-employee-list-page .hr-op-card-v3-avatar .employee-avatar-placeholder {
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  border: 2px solid rgba(255, 255, 255, .82) !important;
  object-fit: cover;
}

.hr-employee-list-page .hr-op-card-v3-identity-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.hr-employee-list-page .hr-op-card-v3-chips {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.hr-employee-list-page .hr-op-card-v3-chip {
  min-height: 22px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  color: #eaf8ff;
  font-size: 11px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.hr-employee-list-page .hr-op-card-v3-chip.success {
  background: rgba(19, 185, 116, .18);
  color: #d9fff0;
  border-color: rgba(86, 233, 171, .35);
}

.hr-employee-list-page .hr-op-card-v3-chip.success i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.hr-employee-list-page .hr-op-card-v3-chip.light {
  background: rgba(255, 255, 255, .86);
  color: #16233a;
  border-color: rgba(255, 255, 255, .9);
}

.hr-employee-list-page .hr-op-card-v3-chip svg {
  width: 15px;
  height: 15px;
}

.hr-employee-list-page .hr-op-card-v3-microline {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.hr-employee-list-page .hr-op-card-v3-microline > div {
  position: relative;
  min-width: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding-right: 11px;
  margin-right: 10px;
}

.hr-employee-list-page .hr-op-card-v3-microline span {
  display: inline;
  color: rgba(213, 228, 241, .70);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.hr-employee-list-page .hr-op-card-v3-microline strong {
  display: inline;
  margin-top: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hr-employee-list-page .hr-op-card-v3-microline > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 1px;
  width: 1px;
  background: rgba(255, 255, 255, .18);
}

.hr-employee-list-page .hr-op-card-v3-scroll {
  min-height: 0;
  overflow-y: auto;
  padding: 10px 12px 14px;
}

.hr-employee-list-page .hr-op-card-v3-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 10px;
}

.hr-employee-list-page .hr-op-card-v3-kpi {
  position: relative;
  min-width: 0;
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title badge"
    "note note";
  column-gap: 7px;
  row-gap: 6px;
  padding: 9px 9px 8px;
  border: 1px solid #d7e4f1;
  border-radius: 11px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 10px 22px rgba(20, 41, 70, .055);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.hr-employee-list-page .hr-op-card-v3-kpi:hover,
.hr-employee-list-page .hr-op-card-v3-kpi:focus-visible {
  transform: translateY(-1px);
  border-color: #9fc4e8;
  box-shadow: 0 14px 28px rgba(20, 41, 70, .10);
  outline: none;
}

.hr-employee-list-page .hr-op-card-v3-kpi::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: #2b7bbb;
}

.hr-employee-list-page .hr-op-card-v3-kpi-top {
  grid-area: title;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.hr-employee-list-page .hr-op-card-v3-kpi-top > span {
  color: #53627a;
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
  line-height: 1.25;
}

.hr-employee-list-page .hr-op-card-v3-kpi-badge {
  grid-area: badge;
  align-self: start;
  min-width: 31px;
  min-height: 24px;
  padding: 5px 7px;
  border-radius: 999px;
  border: 1px solid #cfe0f2;
  background: #eef6ff;
  color: #184f82;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  white-space: nowrap;
}

.hr-employee-list-page .hr-op-card-v3-ring {
  --value: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: conic-gradient(#0d8175 calc(var(--value) * 1%), #e6edf6 0);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.hr-employee-list-page .hr-op-card-v3-ring::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: inherit;
  background: #fff;
  box-shadow: inset 0 0 0 1px #eef3f8;
}

.hr-employee-list-page .hr-op-card-v3-kpi strong {
  color: #101827;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}

.hr-employee-list-page .hr-op-card-v3-kpi em {
  grid-area: note;
  color: #64738b;
  font-style: normal;
  font-size: 9.5px;
  font-weight: 850;
  line-height: 1.35;
}

.hr-employee-list-page #hrOpV3ReportCard::before {
  background: #2563eb;
}

.hr-employee-list-page #hrOpV3ReportCard .hr-op-card-v3-kpi-badge {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.hr-employee-list-page #hrOpV3ReportCard .hr-op-card-v3-ring.is-static {
  background: conic-gradient(#2563eb 100%, #dbeafe 0);
}

.hr-employee-list-page .hr-op-card-v3-spark {
  display: none;
  width: 100%;
  min-width: 58px;
  height: 24px;
}

.hr-employee-list-page .hr-op-card-v3-spark path {
  stroke-linecap: round;
  fill: none;
}

.hr-employee-list-page .hr-op-card-v3-spark .bg {
  stroke: #dfe8f3;
  stroke-width: 5;
}

.hr-employee-list-page .hr-op-card-v3-spark .fg {
  stroke: #0d8175;
  stroke-width: 5;
}

.hr-employee-list-page .hr-op-card-v3-spark.blue .fg {
  stroke: #1f68b7;
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-ok::before {
  background: #0d8a73;
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-ok .hr-op-card-v3-kpi-badge {
  border-color: #bceadb;
  background: #e9fbf4;
  color: #08734e;
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-warning::before {
  background: #d97706;
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-warning {
  border-color: #f6d49d;
  background: linear-gradient(180deg, #fffaf2 0%, #fff6e8 100%);
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-warning .hr-op-card-v3-kpi-badge {
  border-color: #ffc978;
  background: #fff0d7;
  color: #934b00;
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-warning .hr-op-card-v3-ring {
  background: conic-gradient(#d97706 calc(var(--value) * 1%), #f8e3bd 0);
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-info::before {
  background: #2269b6;
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-info .hr-op-card-v3-ring {
  background: conic-gradient(#2269b6 calc(var(--value) * 1%), #d9e9fb 0);
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-muted::before {
  background: #94a3b8;
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-muted .hr-op-card-v3-kpi-badge {
  border-color: #d8e2ee;
  background: #f1f5f9;
  color: #64748b;
}

.hr-employee-list-page .hr-op-card-v3-kpi.is-muted .hr-op-card-v3-ring {
  background: conic-gradient(#94a3b8 calc(var(--value) * 1%), #e5ebf3 0);
}

.hr-employee-list-page .hr-op-card-v3-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}

.hr-employee-list-page .hr-op-card-v3-summary article {
  min-height: 74px;
  padding: 10px;
  border: 1px solid #d9e4f2;
  border-radius: 11px;
  background: rgba(255, 255, 255, .88);
}

.hr-employee-list-page .hr-op-card-v3-summary article.warning {
  background: #fff6e8;
  border-color: #ffd99b;
}

.hr-employee-list-page .hr-op-card-v3-summary article.success {
  background: #e9fbf7;
  border-color: #b9eadf;
}

.hr-employee-list-page .hr-op-card-v3-summary span {
  display: block;
  margin-bottom: 6px;
  color: #63718a;
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.hr-employee-list-page .hr-op-card-v3-summary strong {
  display: block;
  margin-bottom: 4px;
  color: #101827;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
}

.hr-employee-list-page .hr-op-card-v3-summary em {
  color: #52627a;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 10px;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value";
  align-items: center;
  column-gap: 9px;
  min-height: 54px;
  padding: 9px 10px;
  border: 1px solid #d8e5f2;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 9px 20px rgba(15, 23, 42, .045);
}

.hr-employee-list-page .hr-op-card-v3-profile-facts i {
  grid-area: icon;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #edf6ff;
  color: #1261b4;
  font-size: 13px;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts span {
  grid-area: label;
  min-width: 0;
  color: #708099;
  font-size: 9px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts strong {
  grid-area: value;
  min-width: 0;
  margin-top: 3px;
  overflow: hidden;
  color: #101827;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-employee-list-page .hr-op-card-v3-tabs {
  position: sticky;
  top: -10px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  padding: 6px;
  margin-bottom: 8px;
  border: 1px solid #d9e4f2;
  border-radius: 13px;
  background: #eaf2fb;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
}

.hr-employee-list-page .hr-op-card-v3-tabs button {
  min-width: 0;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #56667f;
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
}

.hr-employee-list-page .hr-op-card-v3-tabs button.active {
  background: #fff;
  color: #101827;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.hr-employee-list-page .hr-op-card-v3-panel {
  display: none;
  border: 1px solid #d9e4f2;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.hr-employee-list-page .hr-op-card-v3-panel.active {
  display: block;
}

.hr-employee-list-page .hr-op-card-v3-panel-head {
  padding: 11px 12px 10px;
  border-bottom: 1px solid #e4edf7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hr-employee-list-page .hr-op-card-v3-panel-head strong {
  display: block;
  color: #101827;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 950;
}

.hr-employee-list-page .hr-op-card-v3-panel-head span {
  display: block;
  margin-top: 3px;
  color: #63718a;
  font-size: 10px;
  font-weight: 900;
}

.hr-employee-list-page .hr-op-card-v3-panel-head em {
  min-height: 24px;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid #ccebdd;
  background: #eafff5;
  color: #08734e;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.hr-employee-list-page .hr-op-card-v3-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hr-employee-list-page .hr-op-card-v3-data > div {
  min-width: 0;
  padding: 10px 12px;
  border-right: 1px solid #edf2f8;
  border-bottom: 1px solid #edf2f8;
}

.hr-employee-list-page .hr-op-card-v3-data > div:nth-child(2n) {
  border-right: 0;
}

.hr-employee-list-page .hr-op-card-v3-data span {
  display: block;
  margin-bottom: 5px;
  color: #7a889c;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.hr-employee-list-page .hr-op-card-v3-data strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #101827;
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr-employee-list-page .hr-op-card-v3-links {
  display: grid;
}

.hr-employee-list-page .hr-op-card-v3-links a {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-bottom: 1px solid #edf2f8;
  color: #101827;
  text-decoration: none;
}

.hr-employee-list-page .hr-op-card-v3-links a:last-child {
  border-bottom: 0;
}

.hr-employee-list-page .hr-op-card-v3-links strong {
  font-size: 13px;
  font-weight: 950;
}

.hr-employee-list-page .hr-op-card-v3-links span {
  color: #63718a;
  font-size: 10px;
  font-weight: 850;
}

.hr-employee-list-page .hr-op-card-v3-footer {
  padding: 10px 12px 12px;
  border-top: 1px solid #d9e4f2;
  background: rgba(248, 251, 255, .98);
  box-shadow: 0 -18px 34px rgba(15, 23, 42, .06);
}

.hr-employee-list-page .hr-op-card-v3-action-title {
  display: none;
}

.hr-employee-list-page .hr-op-card-v3-action-title strong {
  color: #4f5f77;
}

.hr-employee-list-page .hr-op-card-v3-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hr-employee-list-page .hr-op-card-v3-actions a {
  position: relative;
  min-width: 0;
  min-height: 72px;
  border-radius: 12px;
  border: 1px solid #d8e5f4;
  background: #fff;
  color: #1f68b7;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .05);
  transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease, background .14s ease;
}

.hr-employee-list-page .hr-op-card-v3-actions a[hidden] {
  display: none !important;
}

.hr-employee-list-page .hr-op-card-v3-actions a:hover,
.hr-employee-list-page .hr-op-card-v3-actions a:focus-visible {
  transform: translateY(-1px);
  border-color: #9fc4f3;
  background: #f8fbff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .11);
  outline: none;
}

.hr-employee-list-page .hr-op-card-v3-actions a svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 10px;
  overflow: visible;
  stroke: currentColor;
  fill: none;
  background: #edf6ff;
  box-sizing: border-box;
}

.hr-employee-list-page .hr-op-card-v3-actions .hr-op-card-v3-action-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  line-height: 1.15;
}

.hr-employee-list-page .hr-op-card-v3-actions .hr-op-card-v3-action-copy strong {
  min-width: 0;
  color: #263954;
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hr-employee-list-page .hr-op-card-v3-actions .hr-op-card-v3-action-copy small {
  min-width: 0;
  color: #63718a;
  font-size: 9.5px;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hr-employee-list-page .hr-op-card-v3-actions a.primary {
  border-color: #bfd7f7;
  background: #f8fbff;
  color: #1f68b7;
}

.hr-employee-list-page .hr-op-card-v3-actions a.primary svg {
  background: #e8f2ff;
  color: #1f68b7;
}

.hr-employee-list-page .hr-op-card-v3-actions a.warning,
.hr-employee-list-page .hr-op-card-v3-actions a.danger {
  grid-column: auto;
}

.hr-employee-list-page .hr-op-card-v3-actions a.warning {
  border-color: #ffd59a;
  background: #fffaf2;
  color: #c56a00;
}

.hr-employee-list-page .hr-op-card-v3-actions a.warning svg {
  background: #fff3dd;
  color: #c56a00;
}

.hr-employee-list-page .hr-op-card-v3-actions a.danger {
  border-color: #ffcaca;
  background: #fff7f7;
  color: #dc2626;
}

.hr-employee-list-page .hr-op-card-v3-actions a.danger svg {
  background: #fff0f0;
  color: #dc2626;
}
@media (max-width: 720px) {
  .hr-employee-list-page .hr-op-selected-panel.hr-op-card-v3 {
    width: 100vw !important;
  }

  .hr-employee-list-page .hr-op-card-v3-identity,
  .hr-employee-list-page .hr-op-card-v3-summary,
  .hr-employee-list-page .hr-op-card-v3-profile-facts {
    grid-template-columns: 1fr;
  }

  .hr-employee-list-page .hr-op-card-v3-kpis {
    grid-template-columns: 1fr;
  }
}

body.ibys-ui-v2 .user-employee-picker-title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

body.ibys-ui-v2 .user-employee-picker-title > div {
  margin-right: auto !important;
  text-align: left !important;
  justify-items: start !important;
  align-items: flex-start !important;
}

body.ibys-ui-v2 .user-employee-picker-trigger {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  border: 1px solid #bde8df !important;
  border-radius: 12px !important;
  background: #ecfbf7 !important;
  color: #0f766e !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  cursor: pointer !important;
  box-shadow: 0 10px 24px rgba(15, 118, 110, .08) !important;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}

body.ibys-ui-v2 .user-employee-picker-trigger:hover {
  transform: translateY(-1px) !important;
  border-color: #0f766e !important;
  box-shadow: 0 14px 30px rgba(15, 118, 110, .14) !important;
}

body.ibys-ui-v2 .user-employee-picker-trigger svg,
body.ibys-ui-v2 .user-employee-picker-close svg {
  width: 19px !important;
  height: 19px !important;
  display: block !important;
}

body.ibys-ui-v2 .user-employee-picker-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 100180 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  background: rgba(15, 23, 42, .48) !important;
  backdrop-filter: blur(5px) !important;
}

body.ibys-ui-v2 .user-employee-picker-panel {
  width: min(880px, calc(100vw - 48px)) !important;
  max-height: min(780px, calc(100vh - 48px)) !important;
  border: 1px solid #d7e4f2 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .22) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

body.ibys-ui-v2 .user-employee-picker-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 20px 22px !important;
  border-bottom: 1px solid #e3edf7 !important;
  background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
}

body.ibys-ui-v2 .user-employee-picker-head span {
  display: block !important;
  margin-bottom: 4px !important;
  color: #0f766e !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

body.ibys-ui-v2 .user-employee-picker-head h4 {
  margin: 0 !important;
  color: #101828 !important;
  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

body.ibys-ui-v2 .user-employee-picker-head p {
  margin: 6px 0 0 !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

body.ibys-ui-v2 .user-employee-picker-close {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #d7e4f2 !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  color: #1d2939 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  cursor: pointer !important;
}

body.ibys-ui-v2 .user-employee-picker-search {
  padding: 16px 20px !important;
  border-bottom: 1px solid #edf2f7 !important;
}

body.ibys-ui-v2 .user-employee-picker-search input {
  width: 100% !important;
  height: 48px !important;
  border: 1px solid #cddbed !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: #101828 !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  outline: 0 !important;
}

body.ibys-ui-v2 .user-employee-picker-search input:focus {
  border-color: #1769e8 !important;
  box-shadow: 0 0 0 3px rgba(23, 105, 232, .12) !important;
}

body.ibys-ui-v2 .user-employee-picker-list {
  padding: 16px 20px 20px !important;
  display: grid !important;
  gap: 9px !important;
  overflow: auto !important;
}

body.ibys-ui-v2 .user-employee-picker-row {
  width: 100% !important;
  min-height: 58px !important;
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 9px 12px !important;
  border: 1px solid #e0e8f2 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #101828 !important;
  text-align: left !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

body.ibys-ui-v2 .user-employee-picker-row:hover {
  border-color: #1769e8 !important;
  background: #f8fbff !important;
}

body.ibys-ui-v2 .user-employee-picker-row:disabled {
  cursor: not-allowed !important;
  opacity: .62 !important;
}

body.ibys-ui-v2 .user-employee-picker-avatar {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #eaf2ff !important;
  color: #1769e8 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.ibys-ui-v2 .user-employee-picker-main {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

body.ibys-ui-v2 .user-employee-picker-main strong,
body.ibys-ui-v2 .user-employee-picker-main small {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.ibys-ui-v2 .user-employee-picker-main strong {
  color: #101828 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

body.ibys-ui-v2 .user-employee-picker-main small {
  color: #667085 !important;
  font-size: 11px !important;
  font-weight: 650 !important;
}

body.ibys-ui-v2 .user-employee-picker-status {
  min-width: 54px !important;
  height: 28px !important;
  border: 1px solid #bde8df !important;
  border-radius: 999px !important;
  background: #ecfbf7 !important;
  color: #0f766e !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 10px !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
}

body.ibys-ui-v2 .user-employee-picker-status.is-used {
  border-color: #fed7aa !important;
  background: #fff7ed !important;
  color: #9a3412 !important;
}

body.ibys-ui-v2 .user-employee-picker-empty {
  min-height: 92px !important;
  border: 1px dashed #cddbed !important;
  border-radius: 12px !important;
  background: #f8fbff !important;
  color: #667085 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}
/* Physical delivery work page: enforce shared gutter after module shell overrides. */
html body.ibys-ui-v2 .admin-layout .main-panel.is-ozluk-management-page .content-area:has(> .physical-delivery-page) {
  padding: var(--senkra-workpage-gutter-y, 10px) var(--senkra-workpage-gutter-x, 12px) calc(var(--senkra-workpage-gutter-y, 10px) + 2px) !important;
  overflow-x: hidden !important;
}

html body.ibys-ui-v2 .admin-layout .main-panel.is-ozluk-management-page .content-area:has(> .physical-delivery-page) > .content-decor-lines {
  display: none !important;
}

html body.ibys-ui-v2 .admin-layout .main-panel.is-ozluk-management-page .content-area > .physical-delivery-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 10px !important;
}

html body.ibys-ui-v2 .admin-layout .main-panel.is-ozluk-management-page .content-area > .physical-delivery-page .page {
  gap: 10px !important;
}

/* Physical delivery cancel request modal: compact single-purpose layout. */
.physical-delivery-package-dialog.is-delete-request-mode {
  width: min(760px, calc(100vw - 44px));
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package-dialog-head {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 14px 16px;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package-dialog-head h3 {
  font-size: 17px;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package.is-modal-detail {
  display: grid;
  gap: 12px;
  padding: 14px 16px 16px;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package-top {
  align-items: center;
  padding: 10px 12px;
  border: 0.5px solid #dce8f5;
  border-radius: 12px;
  background: #f8fbff;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package-top b {
  padding: 5px 9px;
  font-size: 11px;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package dl {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package dl > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 10px;
  border: 0.5px solid #e3edf8;
  border-radius: 10px;
  background: #ffffff;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package dt,
.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package dd {
  text-align: left;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-delete-request-form {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 12px;
  border: 0.5px solid #dce8f5;
  border-radius: 12px;
  background: #f8fbff;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-delete-request-form label {
  display: grid;
  gap: 7px;
  margin: 0;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-delete-request-form label > span {
  color: #536781;
  font-size: 10.5px;
  font-weight: 950;
  text-transform: uppercase;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-delete-request-form textarea {
  width: 100%;
  min-height: 88px;
  resize: vertical;
  border: 0.5px solid #cbd9ea;
  border-radius: 9px;
  padding: 10px 11px;
  color: var(--pd-ink);
  background: #ffffff;
  font-size: 12px;
  font-weight: 760;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-actions {
  justify-content: flex-end;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-actions .btn-secondary,
.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-actions .btn-small {
  min-height: 36px;
}

@media(max-width:760px){
  .physical-delivery-package-dialog.is-delete-request-mode {
    width: calc(100vw - 24px);
  }

  .physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package dl {
    grid-template-columns: 1fr;
  }

  .physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-actions {
    justify-content: stretch;
  }

  .physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-actions .btn-secondary,
  .physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-actions .btn-small {
    width: 100%;
  }
}

/* Physical delivery cancel request modal polish. */
.physical-delivery-package-dialog.is-delete-request-mode {
  border: 1px solid rgba(203, 213, 225, .95);
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(15, 23, 42, .24);
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package-dialog-head {
  min-height: 58px;
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package-dialog-head h3 {
  margin: 0;
  letter-spacing: 0;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package-top {
  border-color: #cfe0f3;
  box-shadow: inset 4px 0 0 #ef4444;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package-top span {
  color: #b91c1c;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-package-top b {
  background: #fff1f2;
  color: #be123c;
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-delete-request-form {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.physical-delivery-package-dialog.is-delete-request-mode .physical-delivery-delete-request-form textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
  outline: 0;
}

/* Physical delivery receive modal: compact review layout. */
.physical-delivery-package-dialog.is-receive-mode {
  width: min(900px, calc(100vw - 44px));
  border: 1px solid rgba(203, 213, 225, .95);
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(15, 23, 42, .24);
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-package-dialog-head {
  min-height: 58px;
  align-items: center;
  padding: 14px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-package-dialog-head h3 {
  margin: 0;
  font-size: 17px;
  letter-spacing: 0;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-package.is-modal-detail {
  display: grid;
  gap: 12px;
  padding: 14px 16px 16px;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-package-top {
  align-items: center;
  padding: 10px 12px;
  border: 0.5px solid #dce8f5;
  border-radius: 12px;
  background: #f8fbff;
  box-shadow: inset 4px 0 0 #2563eb;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-package-top b {
  padding: 5px 9px;
  font-size: 11px;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-package dl {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-package dl > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 10px;
  border: 0.5px solid #e3edf8;
  border-radius: 10px;
  background: #ffffff;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-package dt,
.physical-delivery-package-dialog.is-receive-mode .physical-delivery-package dd {
  text-align: left;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-package dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-receive-form {
  gap: 10px;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-receive-panel {
  gap: 9px;
  padding: 12px;
  border: 0.5px solid #dce8f5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-receive-head {
  padding-bottom: 8px;
  border-bottom: 0.5px solid #edf2f7;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-receive-card-list {
  gap: 7px;
  max-height: min(330px, 42vh);
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-receive-card {
  grid-template-columns: 38px minmax(0, 1fr) minmax(210px, .65fr);
  gap: 9px;
  padding: 8px 9px;
  border-radius: 9px;
}

.physical-delivery-package-dialog.is-receive-mode .receive-card-toggle {
  width: 32px;
  height: 32px;
}

.physical-delivery-package-dialog.is-receive-mode .receive-card-toggle span {
  width: 24px;
  height: 24px;
}

.physical-delivery-package-dialog.is-receive-mode .receive-card-main strong {
  font-size: 11.8px;
}

.physical-delivery-package-dialog.is-receive-mode .receive-card-reason select {
  min-height: 30px;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-rejection-preview {
  grid-template-columns: minmax(220px, .72fr) minmax(260px, 1fr);
  padding: 9px;
  border-radius: 9px;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-receive-panel > em {
  font-size: 10.2px;
}

.physical-delivery-package-dialog.is-receive-mode .physical-delivery-actions {
  justify-content: flex-end;
  padding-top: 2px;
}

@media(max-width:760px){
  .physical-delivery-package-dialog.is-receive-mode {
    width: calc(100vw - 24px);
  }

  .physical-delivery-package-dialog.is-receive-mode .physical-delivery-package dl,
  .physical-delivery-package-dialog.is-receive-mode .physical-delivery-rejection-preview,
  .physical-delivery-package-dialog.is-receive-mode .physical-delivery-receive-card {
    grid-template-columns: 1fr;
  }

  .physical-delivery-package-dialog.is-receive-mode .physical-delivery-actions {
    justify-content: stretch;
  }

  .physical-delivery-package-dialog.is-receive-mode .physical-delivery-actions .btn-secondary,
  .physical-delivery-package-dialog.is-receive-mode .physical-delivery-actions .btn-small {
    width: 100%;
  }
}
/* V2 notification detail content polish. */
html body.ibys-ui-v2 .ibys-notification-detail-dialog {
    display: grid !important;
    gap: 12px !important;
    text-align: left !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-kicker {
    display: inline-flex !important;
    align-items: center !important;
    width: max-content !important;
    max-width: 100% !important;
    min-height: 24px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: #ecfeff !important;
    color: #0f766e !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-meta span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    border: 1px solid #dbeafe !important;
    background: #f8fbff !important;
    color: #475569 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-meta span.is-status {
    border-color: #bfdbfe !important;
    background: #eff6ff !important;
    color: #1d4ed8 !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-dialog h3 {
    margin: 2px 0 0 !important;
    color: #0f172a !important;
    font-size: clamp(18px, 2.2vw, 22px) !important;
    font-weight: 950 !important;
    line-height: 1.22 !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-message {
    max-height: min(46vh, 360px) !important;
    overflow: auto !important;
    padding: 16px 17px !important;
    border: 1px solid #dbe7f4 !important;
    border-left: 4px solid #2563eb !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.65 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.92) !important;
}
/* V2 notification detail compact correction. */
html body.ibys-ui-v2 .ibys-notification-detail-dialog {
    gap: 8px !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-kicker {
    min-height: 20px !important;
    padding: 0 8px !important;
    font-size: 9px !important;
    opacity: .9 !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-meta {
    gap: 6px !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-meta span {
    min-height: 24px !important;
    padding: 0 9px !important;
    font-size: 10px !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-dialog h3 {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-message {
    max-height: min(38vh, 260px) !important;
    padding: 12px 13px !important;
    border-left-width: 3px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
}
/* Senkra FTP corporate workspace refresh, 2026-06-29. */
body.ibys-ui-v2 .senkra-ftp-panel {
  --ftp-ink: #101828;
  --ftp-muted: #526176;
  --ftp-line: #d7e0eb;
  --ftp-soft: #f5f7fb;
  --ftp-blue: #195fa8;
  --ftp-teal: #0f766e;
  --ftp-green: #15803d;
  --ftp-amber: #b45309;
  --ftp-red: #b91c1c;
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

body.ibys-ui-v2 .senkra-ftp-shell {
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--ftp-line);
  border-radius: 8px;
  background: #f6f8fb;
  box-shadow: none;
}

body.ibys-ui-v2 .senkra-ftp-hero,
body.ibys-ui-v2 .senkra-ftp-insights,
body.ibys-ui-v2 .senkra-ftp-queue-details,
body.ibys-ui-v2 .senkra-ftp-log {
  border-color: var(--ftp-line);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

body.ibys-ui-v2 .senkra-ftp-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, auto);
  gap: 18px;
  padding: 14px;
  background: #ffffff;
}

body.ibys-ui-v2 .senkra-ftp-eyebrow,
body.ibys-ui-v2 .senkra-ftp-progress-eyebrow,
body.ibys-ui-v2 .senkra-ftp-settings-head span {
  min-height: 24px;
  margin-bottom: 6px;
  padding: 0 9px;
  border-color: #b8d8d4;
  border-radius: 6px;
  background: #eef8f7;
  color: #0f766e;
  font-size: 10px;
  line-height: 22px;
}

body.ibys-ui-v2 .senkra-ftp-hero h2 {
  font-size: 21px;
  line-height: 1.18;
}

body.ibys-ui-v2 .senkra-ftp-hero p {
  max-width: 760px;
  color: var(--ftp-muted);
  font-size: 12.5px;
  line-height: 1.42;
}

body.ibys-ui-v2 .senkra-ftp-hero-side {
  align-content: center;
  justify-items: end;
  min-width: 0;
}

body.ibys-ui-v2 .senkra-ftp-status {
  justify-items: end;
  max-width: 420px;
  padding: 8px 10px;
  border: 1px solid #e0e7f0;
  border-radius: 8px;
  background: #f8fafc;
}

body.ibys-ui-v2 .senkra-ftp-status span {
  max-width: 360px;
  color: var(--ftp-muted);
}

body.ibys-ui-v2 .senkra-ftp-hero-actions {
  gap: 7px;
}

body.ibys-ui-v2 .senkra-ftp-icon-btn,
body.ibys-ui-v2 .senkra-ftp-btn,
body.ibys-ui-v2 .senkra-ftp-tabs a {
  min-height: 38px;
  border-radius: 8px;
  box-shadow: none;
}

body.ibys-ui-v2 .senkra-ftp-icon-btn {
  width: 38px;
  height: 38px;
}

body.ibys-ui-v2 .senkra-ftp-btn {
  padding: 0 13px;
  border-color: #cbd7e6;
  background: #ffffff;
  color: #243447;
  font-size: 12.5px;
}

body.ibys-ui-v2 .senkra-ftp-btn.primary {
  border-color: var(--ftp-blue);
  background: var(--ftp-blue);
  color: #ffffff;
}

body.ibys-ui-v2 .senkra-ftp-btn:hover:not(:disabled),
body.ibys-ui-v2 .senkra-ftp-btn:focus-visible:not(:disabled),
body.ibys-ui-v2 .senkra-ftp-tabs a:hover,
body.ibys-ui-v2 .senkra-ftp-tabs a:focus-visible {
  border-color: #9bb9dc;
  background: #f1f6fc;
  color: #174f88;
  outline: none;
}

body.ibys-ui-v2 .senkra-ftp-btn.primary:hover:not(:disabled),
body.ibys-ui-v2 .senkra-ftp-btn.primary:focus-visible:not(:disabled) {
  border-color: #164f8b;
  background: #164f8b;
  color: #ffffff;
}

body.ibys-ui-v2 .senkra-ftp-metrics {
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 8px;
}

body.ibys-ui-v2 .senkra-ftp-metric-card {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  min-height: 88px;
  padding: 11px;
  border-color: var(--ftp-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

body.ibys-ui-v2 .senkra-ftp-metric-card::before {
  display: none;
}

body.ibys-ui-v2 .senkra-ftp-metric-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

body.ibys-ui-v2 .senkra-ftp-metric-icon svg {
  width: 17px;
  height: 17px;
}

body.ibys-ui-v2 .senkra-ftp-metric-copy span,
body.ibys-ui-v2 .senkra-ftp-insight-kpis span,
body.ibys-ui-v2 .senkra-ftp-current-file span,
body.ibys-ui-v2 .senkra-ftp-progress-stats span,
body.ibys-ui-v2 .senkra-ftp-modal-password label span {
  color: #667085;
  font-size: 9.5px;
}

body.ibys-ui-v2 .senkra-ftp-metric-copy strong {
  font-size: 22px;
}

body.ibys-ui-v2 .senkra-ftp-metric-copy small {
  color: var(--ftp-muted);
  font-size: 10.5px;
}

body.ibys-ui-v2 .senkra-ftp-metric-graph {
  height: 5px;
  background: #e5eaf1;
}

body.ibys-ui-v2 .senkra-ftp-insights {
  gap: 10px;
  padding: 12px;
  background: #ffffff;
}

body.ibys-ui-v2 .senkra-ftp-insight-head {
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7edf5;
}

body.ibys-ui-v2 .senkra-ftp-insight-head strong {
  font-size: 16px;
}

body.ibys-ui-v2 .senkra-ftp-insight-head p {
  max-width: 480px;
  color: var(--ftp-muted);
  font-size: 11.5px;
}

body.ibys-ui-v2 .senkra-ftp-insight-kpis {
  gap: 8px;
}

body.ibys-ui-v2 .senkra-ftp-insight-kpis div,
body.ibys-ui-v2 .senkra-ftp-insight-card,
body.ibys-ui-v2 .senkra-ftp-top-files > div {
  border-color: #e1e8f0;
  border-radius: 8px;
  background: #fbfcfe;
}

body.ibys-ui-v2 .senkra-ftp-insight-kpis div {
  min-height: 64px;
  padding: 9px 10px;
}

body.ibys-ui-v2 .senkra-ftp-insight-kpis strong {
  font-size: 17px;
}

body.ibys-ui-v2 .senkra-ftp-insight-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr) minmax(280px, .85fr);
  gap: 8px;
}

body.ibys-ui-v2 .senkra-ftp-insight-card {
  padding: 10px;
}

body.ibys-ui-v2 .senkra-ftp-trend-bars {
  min-height: 118px;
}

body.ibys-ui-v2 .senkra-ftp-queue-details {
  background: #ffffff;
}

body.ibys-ui-v2 .senkra-ftp-queue-details summary {
  min-height: 46px;
  padding: 0 12px;
}

body.ibys-ui-v2 .senkra-ftp-queue-details summary::after {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  font-size: 16px;
}

body.ibys-ui-v2 .senkra-ftp-tabs a.active {
  border-color: #9ec1e8;
  background: #edf5ff;
  color: #174f88;
}

body.ibys-ui-v2 .senkra-ftp-table-wrap {
  border-color: var(--ftp-line);
  border-radius: 8px;
}

body.ibys-ui-v2 .senkra-ftp-table th {
  background: #f3f6fa;
  color: #475467;
  font-size: 10.5px;
}

body.ibys-ui-v2 .senkra-ftp-table td {
  color: #1f2937;
  font-size: 12px;
}

body.ibys-ui-v2 .senkra-ftp-state {
  border-radius: 6px;
}

body.ibys-ui-v2 .senkra-ftp-log {
  background: #101828;
}

body.ibys-ui-v2 .senkra-ftp-log-console {
  max-height: 230px;
}

body.ibys-ui-v2 .senkra-ftp-log-line {
  grid-template-columns: 132px 76px minmax(0, 1fr);
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 7px;
  background: rgba(255, 255, 255, .055);
  font-size: 11.5px;
}

body.ibys-ui-v2 .senkra-ftp-settings-overlay,
body.ibys-ui-v2 .senkra-ftp-progress-overlay {
  background: rgba(16, 24, 40, .56) !important;
  background-color: rgba(16, 24, 40, .56) !important;
  backdrop-filter: blur(3px) saturate(108%) !important;
  -webkit-backdrop-filter: blur(3px) saturate(108%) !important;
}

body.ibys-ui-v2 .senkra-ftp-settings-overlay::before,
body.ibys-ui-v2 .senkra-ftp-settings-overlay::after,
body.ibys-ui-v2 .senkra-ftp-progress-overlay::before,
body.ibys-ui-v2 .senkra-ftp-progress-overlay::after {
  display: none !important;
  content: none !important;
}

body.ibys-ui-v2 .senkra-ftp-settings-dialog,
body.ibys-ui-v2 .senkra-ftp-progress-dialog {
  border: 1px solid #d8e3f1;
  border-radius: 8px;
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: 0 26px 74px rgba(16, 24, 40, .28);
  opacity: 1 !important;
}

body.ibys-ui-v2 .senkra-ftp-progress-dialog {
  gap: 12px;
  width: min(640px, calc(100vw - 32px));
  padding: 18px;
}

body.ibys-ui-v2 .senkra-ftp-progress-dialog h3 {
  font-size: 20px;
}

body.ibys-ui-v2 .senkra-ftp-progress-dialog p {
  color: #405064;
  font-size: 12.5px;
}

body.ibys-ui-v2 .senkra-ftp-progress-meter {
  height: 10px;
}

body.ibys-ui-v2 .senkra-ftp-modal-password,
body.ibys-ui-v2 .senkra-ftp-current-file,
body.ibys-ui-v2 .senkra-ftp-progress-stats div,
body.ibys-ui-v2 .senkra-ftp-progress-steps span,
body.ibys-ui-v2 .senkra-ftp-progress-note {
  border-radius: 8px;
  box-shadow: none;
}

body.ibys-ui-v2 .senkra-ftp-modal-password {
  padding: 10px;
  border-color: #b9d5f5;
  background: #f2f7fd;
}

body.ibys-ui-v2 .senkra-ftp-modal-password input {
  height: 40px;
  border-radius: 7px;
}

body.ibys-ui-v2 .senkra-ftp-current-file {
  padding: 9px 10px;
  background: #fbfcfe;
}

body.ibys-ui-v2 .senkra-ftp-progress-stats {
  gap: 7px;
}

body.ibys-ui-v2 .senkra-ftp-progress-stats div {
  padding: 9px 10px;
  background: #fbfcfe;
}

body.ibys-ui-v2 .senkra-ftp-progress-stats strong {
  font-size: 19px;
}

body.ibys-ui-v2 .senkra-ftp-progress-steps {
  gap: 7px;
}

body.ibys-ui-v2 .senkra-ftp-progress-steps span {
  min-height: 32px;
  padding: 0 9px;
  font-size: 10.5px;
}

body.ibys-ui-v2 .senkra-ftp-progress-note {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #9a3412;
}

@media (max-width: 1280px) {
  body.ibys-ui-v2 .senkra-ftp-metrics {
    grid-template-columns: repeat(3, minmax(170px, 1fr));
  }

  body.ibys-ui-v2 .senkra-ftp-insight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  body.ibys-ui-v2 .senkra-ftp-shell {
    padding: 10px;
  }

  body.ibys-ui-v2 .senkra-ftp-hero,
  body.ibys-ui-v2 .senkra-ftp-insight-head,
  body.ibys-ui-v2 .senkra-ftp-metrics,
  body.ibys-ui-v2 .senkra-ftp-insight-kpis {
    grid-template-columns: 1fr;
  }

  body.ibys-ui-v2 .senkra-ftp-hero-side,
  body.ibys-ui-v2 .senkra-ftp-status {
    justify-items: start;
  }

  body.ibys-ui-v2 .senkra-ftp-status span {
    max-width: 100%;
  }

  body.ibys-ui-v2 .senkra-ftp-progress-dialog,
  body.ibys-ui-v2 .senkra-ftp-settings-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    padding: 14px;
  }
}

@media (max-width: 620px) {
  body.ibys-ui-v2 .senkra-ftp-progress-stats,
  body.ibys-ui-v2 .senkra-ftp-progress-steps,
  body.ibys-ui-v2 .senkra-ftp-log-line {
    grid-template-columns: 1fr;
  }

  body.ibys-ui-v2 .senkra-ftp-progress-actions .senkra-ftp-btn,
  body.ibys-ui-v2 .senkra-ftp-settings-actions .senkra-ftp-btn,
  body.ibys-ui-v2 .senkra-ftp-hero-actions .senkra-ftp-btn {
    flex: 1 1 100%;
  }
}
/* Senkra FTP live upload chart, 2026-06-29. */
body.ibys-ui-v2 .senkra-ftp-live-chart {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 11px 12px 10px;
  border: 1px solid #d9e6f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

body.ibys-ui-v2 .senkra-ftp-live-chart[hidden] {
  display: none !important;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-head,
body.ibys-ui-v2 .senkra-ftp-live-chart-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-head > div:first-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-head span,
body.ibys-ui-v2 .senkra-ftp-live-chart-foot span {
  color: #667085;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-head strong {
  color: #101828;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-time {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-time span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid #dbe7f4;
  border-radius: 7px;
  background: #ffffff;
  color: #5b677a;
  white-space: nowrap;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-time b {
  color: #195fa8;
  font-size: 11px;
  font-weight: 950;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-body {
  position: relative;
  min-height: 84px;
  overflow: hidden;
  border: 1px solid #e4ecf6;
  border-radius: 8px;
  background: #ffffff;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-grid {
  position: absolute;
  inset: 8px 10px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  pointer-events: none;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-grid i {
  border-top: 1px dashed #dbe5f0;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-body svg {
  position: absolute;
  inset: 8px 10px;
  width: calc(100% - 20px);
  height: calc(100% - 16px);
  overflow: visible;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-body polygon {
  fill: rgba(25, 95, 168, .14);
}

body.ibys-ui-v2 .senkra-ftp-live-chart-body polyline {
  fill: none;
  stroke: #195fa8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  filter: drop-shadow(0 3px 5px rgba(25, 95, 168, .18));
}

body.ibys-ui-v2 .senkra-ftp-live-chart-foot {
  color: #526176;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-foot span:last-child {
  color: #0f766e;
}

body.ibys-ui-v2 .senkra-ftp-progress-overlay.is-error .senkra-ftp-live-chart-body polyline {
  stroke: #b91c1c;
}

body.ibys-ui-v2 .senkra-ftp-progress-overlay.is-error .senkra-ftp-live-chart-body polygon {
  fill: rgba(185, 28, 28, .12);
}

body.ibys-ui-v2 .senkra-ftp-progress-overlay.is-done .senkra-ftp-live-chart-body polyline {
  stroke: #15803d;
}

body.ibys-ui-v2 .senkra-ftp-progress-overlay.is-done .senkra-ftp-live-chart-body polygon {
  fill: rgba(21, 128, 61, .13);
}

@media (max-width: 620px) {
  body.ibys-ui-v2 .senkra-ftp-live-chart-head,
  body.ibys-ui-v2 .senkra-ftp-live-chart-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  body.ibys-ui-v2 .senkra-ftp-live-chart-time {
    justify-content: flex-start;
  }
}
/* Senkra FTP modal action visibility fix, 2026-06-29. */
body.ibys-ui-v2 .senkra-ftp-progress-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

body.ibys-ui-v2 .senkra-ftp-progress-actions .senkra-ftp-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 92px !important;
  min-height: 38px !important;
  border: 1px solid #cbd7e6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #243447 !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

body.ibys-ui-v2 .senkra-ftp-progress-actions .senkra-ftp-btn.primary {
  border-color: #195fa8 !important;
  background: #195fa8 !important;
  color: #ffffff !important;
}

body.ibys-ui-v2 .senkra-ftp-progress-actions .senkra-ftp-btn:hover:not(:disabled),
body.ibys-ui-v2 .senkra-ftp-progress-actions .senkra-ftp-btn:focus-visible:not(:disabled) {
  border-color: #9bb9dc !important;
  background: #f1f6fc !important;
  color: #174f88 !important;
  opacity: 1 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(25, 95, 168, .12) !important;
}

body.ibys-ui-v2 .senkra-ftp-progress-actions .senkra-ftp-btn.primary:hover:not(:disabled),
body.ibys-ui-v2 .senkra-ftp-progress-actions .senkra-ftp-btn.primary:focus-visible:not(:disabled) {
  border-color: #164f8b !important;
  background: #164f8b !important;
  color: #ffffff !important;
}

body.ibys-ui-v2 .senkra-ftp-progress-actions .senkra-ftp-btn[hidden] {
  display: none !important;
}

body.ibys-ui-v2 .senkra-ftp-progress-actions .senkra-ftp-btn:disabled {
  opacity: .55 !important;
  cursor: not-allowed !important;
}
/* Senkra FTP speed chart refinement, 2026-06-29. */
body.ibys-ui-v2 .senkra-ftp-live-chart-head strong {
  min-width: 112px;
  color: #195fa8;
  font-size: 20px;
  white-space: nowrap;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-foot span:first-child {
  color: #195fa8;
}

body.ibys-ui-v2 .senkra-ftp-live-chart-body::before {
  content: "HIZ";
  position: absolute;
  left: 10px;
  top: 7px;
  z-index: 1;
  color: #98a7bb;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
}

body.ibys-ui-v2 .belge-havuzu-shell {
    display: grid !important;
    gap: 12px !important;
}

body.ibys-ui-v2 .belge-havuzu-board {
    border: 1px solid #dbe6f2 !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
}

body.ibys-ui-v2 .belge-havuzu-board-head {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 16px 14px 18px !important;
    border-bottom: 1px solid #edf2f8 !important;
}

body.ibys-ui-v2 .belge-havuzu-board-head span {
    color: #0f766e !important;
    font-size: 10.5px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .belge-havuzu-board-head h4 {
    margin: 2px 0 0 !important;
    color: #071832 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .belge-havuzu-board-head p {
    margin: 4px 0 0 !important;
    color: #64748b !important;
    font-size: 12px !important;
    line-height: 1.42 !important;
    font-weight: 750 !important;
}

body.ibys-ui-v2 .belge-havuzu-board-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

body.ibys-ui-v2 .belge-havuzu-card-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 10px !important;
    padding: 12px !important;
    background: #f8fbff !important;
}

body.ibys-ui-v2 .belge-havuzu-card,
body.ibys-ui-v2 .belge-havuzu-empty-card {
    display: grid !important;
    gap: 5px !important;
    min-height: 86px !important;
    padding: 12px 14px !important;
    border: 1px solid #d7e4f2 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #0f172a !important;
    text-align: left !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .belge-havuzu-card:hover,
body.ibys-ui-v2 .belge-havuzu-empty-card:hover {
    border-color: #93c5fd !important;
    background: #f7fbff !important;
}

body.ibys-ui-v2 .belge-havuzu-card.is-active {
    border-color: #2563eb !important;
    box-shadow: inset 3px 0 0 #2563eb !important;
    background: #f8fbff !important;
}

body.ibys-ui-v2 .belge-havuzu-card span {
    color: #2563eb !important;
    font-size: 11px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .belge-havuzu-card strong,
body.ibys-ui-v2 .belge-havuzu-empty-card strong {
    min-width: 0 !important;
    color: #0f172a !important;
    font-size: 14px !important;
    line-height: 1.22 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.ibys-ui-v2 .belge-havuzu-card em,
body.ibys-ui-v2 .belge-havuzu-empty-card span {
    color: #64748b !important;
    font-size: 11.5px !important;
    font-style: normal !important;
    font-weight: 800 !important;
}

@media(max-width: 820px) {
    body.ibys-ui-v2 .belge-havuzu-board-head {
        grid-template-columns: 44px minmax(0, 1fr) !important;
    }
    body.ibys-ui-v2 .belge-havuzu-board-actions {
        grid-column: 1 / -1 !important;
        justify-content: flex-start !important;
    }
}
/* Belge havuzu isleyici calisma ekrani, 2026-06-29. */
body.ibys-ui-v2 .belge-havuzu-workbench {
    gap: 12px !important;
}

body.ibys-ui-v2 .belge-havuzu-kpi-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(150px, 1fr)) !important;
    gap: 10px !important;
}

body.ibys-ui-v2 .belge-havuzu-kpi-card {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 82px !important;
    padding: 12px !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .belge-havuzu-kpi-card > span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    background: #eef6ff !important;
    color: #1d5fa7 !important;
}

body.ibys-ui-v2 .belge-havuzu-kpi-card small,
body.ibys-ui-v2 .belge-havuzu-kpi-card em {
    display: block !important;
    min-width: 0 !important;
    color: #64748b !important;
    font-size: 10.5px !important;
    font-style: normal !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}

body.ibys-ui-v2 .belge-havuzu-kpi-card strong {
    display: block !important;
    color: #071832 !important;
    font-size: 24px !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
}

body.ibys-ui-v2 .belge-havuzu-kpi-card.is-ready > span {
    background: #e9fbf2 !important;
    color: #047857 !important;
}

body.ibys-ui-v2 .belge-havuzu-kpi-card.is-review > span {
    background: #fff7ed !important;
    color: #c2410c !important;
}

body.ibys-ui-v2 .belge-havuzu-kpi-card.is-active > span {
    background: #f1efff !important;
    color: #6d45d8 !important;
}

body.ibys-ui-v2 .belge-havuzu-workbench-layout {
    display: grid !important;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: stretch !important;
    min-height: 560px !important;
}

body.ibys-ui-v2 .belge-havuzu-process-panel,
body.ibys-ui-v2 .belge-havuzu-workspace-panel {
    min-width: 0 !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 .belge-havuzu-process-panel {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
}

body.ibys-ui-v2 .belge-havuzu-process-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px !important;
    border-bottom: 1px solid #e6edf6 !important;
    background: #fbfdff !important;
}

body.ibys-ui-v2 .belge-havuzu-process-head span {
    color: #0f766e !important;
    font-size: 10px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .belge-havuzu-process-head h4 {
    margin: 2px 0 0 !important;
    color: #071832 !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
}

body.ibys-ui-v2 .belge-havuzu-process-head p {
    margin: 3px 0 0 !important;
    color: #667085 !important;
    font-size: 11.5px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
}

body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    max-height: 620px !important;
    overflow: auto !important;
    gap: 10px !important;
    padding: 10px !important;
    background: #f8fbff !important;
}

body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card {
    position: relative !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 78px !important;
    padding: 12px 44px 12px 14px !important;
    border-radius: 8px !important;
}

body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card span,
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card strong,
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card em {
    grid-column: 1 / 2 !important;
}

body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card b {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 30px !important;
    height: 30px !important;
    transform: translateY(-50%) !important;
    border-radius: 8px !important;
    background: #dcfce7 !important;
    color: #047857 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
}

body.ibys-ui-v2 .belge-havuzu-empty-card.is-readonly {
    cursor: default !important;
}

body.ibys-ui-v2 .belge-havuzu-workspace-panel {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
}

body.ibys-ui-v2 .belge-havuzu-workspace-head {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 86px !important;
    padding: 12px 14px !important;
    border-bottom: 1px solid #e6edf6 !important;
    background: #fbfdff !important;
}

body.ibys-ui-v2 .belge-havuzu-workspace-panel .ozluk-workspace-inline-mount {
    min-height: 0 !important;
    overflow: auto !important;
}

body.ibys-ui-v2 .belge-havuzu-workspace-panel .ozluk-workspace-shell {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 1280px) {
    body.ibys-ui-v2 .belge-havuzu-kpi-grid {
        grid-template-columns: repeat(3, minmax(170px, 1fr)) !important;
    }
    body.ibys-ui-v2 .belge-havuzu-workbench-layout {
        grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) !important;
    }
}

@media (max-width: 960px) {
    body.ibys-ui-v2 .belge-havuzu-kpi-grid,
    body.ibys-ui-v2 .belge-havuzu-workbench-layout {
        grid-template-columns: 1fr !important;
    }
    body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-grid {
        max-height: 360px !important;
    }
    body.ibys-ui-v2 .belge-havuzu-workspace-head {
        grid-template-columns: 42px minmax(0, 1fr) !important;
    }
    body.ibys-ui-v2 .belge-havuzu-workspace-head .belge-havuzu-board-actions {
        grid-column: 1 / -1 !important;
        justify-content: flex-start !important;
    }
}
body.ibys-ui-v2 .belge-havuzu-card-shell { position: relative; border: 1px solid #d7e4f5; border-radius: 8px; background: #fff; overflow: hidden; }
body.ibys-ui-v2 .belge-havuzu-card-shell.is-active { border-color: #2563eb; box-shadow: inset 4px 0 0 #2563eb; background: #eff6ff; }
body.ibys-ui-v2 .belge-havuzu-card-main { width: 100%; min-height: 76px; border: 0; background: transparent; display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; padding: 12px 42px 12px 14px; text-align: left; cursor: pointer; }
body.ibys-ui-v2 .belge-havuzu-card-main span, body.ibys-ui-v2 .belge-havuzu-card-main strong, body.ibys-ui-v2 .belge-havuzu-card-main em { min-width: 0; }
body.ibys-ui-v2 .belge-havuzu-card-main span { color: #0f766e; font-size: 11px; font-weight: 900; text-transform: uppercase; }
body.ibys-ui-v2 .belge-havuzu-card-main strong { color: #0f172a; font-size: 14px; font-weight: 900; }
body.ibys-ui-v2 .belge-havuzu-card-main em { color: #64748b; font-size: 12px; font-style: normal; font-weight: 800; }
body.ibys-ui-v2 .belge-havuzu-card-main b { align-self: center; justify-self: end; grid-row: 1 / span 3; min-width: 30px; height: 30px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; background: #dcfce7; color: #047857; font-size: 16px; }
body.ibys-ui-v2 .belge-havuzu-card-actions { position: absolute; top: 8px; right: 8px; display: inline-flex; gap: 4px; }
body.ibys-ui-v2 .belge-havuzu-card-actions button { width: 26px; height: 26px; border-radius: 7px; border: 1px solid #cfe0f5; background: #fff; color: #1f4f8f; font-weight: 900; cursor: pointer; }
body.ibys-ui-v2 .belge-havuzu-card-actions button.is-danger { border-color: #fecaca; background: #fff1f2; color: #b91c1c; }
body.ibys-ui-v2 .belge-havuzu-report-dialog { display: grid; gap: 14px; }
body.ibys-ui-v2 .belge-havuzu-report-dialog h3, body.ibys-ui-v2 .belge-havuzu-report-dialog h4 { margin: 0; color: #0f172a; }
body.ibys-ui-v2 .belge-havuzu-report-table { overflow-x: auto; border: 1px solid #dbe7f5; border-radius: 8px; }
body.ibys-ui-v2 .belge-havuzu-report-table table { width: 100%; border-collapse: collapse; }
body.ibys-ui-v2 .belge-havuzu-report-table th, body.ibys-ui-v2 .belge-havuzu-report-table td { padding: 10px 12px; border-bottom: 1px solid #e5edf7; text-align: left; font-size: 12px; }
body.ibys-ui-v2 .belge-havuzu-report-list { display: grid; gap: 8px; }
body.ibys-ui-v2 .belge-havuzu-report-list p { margin: 0; padding: 10px 12px; border: 1px solid #fee2e2; border-radius: 8px; background: #fff7f7; display: grid; gap: 3px; }
body.ibys-ui-v2 .belge-havuzu-report-list span, body.ibys-ui-v2 .belge-havuzu-report-list em { color: #64748b; font-size: 12px; font-style: normal; }
body.ibys-ui-v2 .belge-havuzu-no-card-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:260px;margin:14px 0;padding:28px;border:1px dashed #bcd5ff;border-radius:8px;background:#f8fbff;color:#102033;text-align:center;}
body.ibys-ui-v2 .belge-havuzu-no-card-state strong{font-size:18px;font-weight:900;}
body.ibys-ui-v2 .belge-havuzu-no-card-state span{font-size:13px;font-weight:700;color:#667997;}
body.ibys-ui-v2 .belge-havuzu-no-card-graph{width:min(720px,100%);margin-top:14px;padding:16px;border:1px solid #dbe7f5;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.06);text-align:left;}
body.ibys-ui-v2 .belge-havuzu-no-card-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:14px;}
body.ibys-ui-v2 .belge-havuzu-no-card-stats span{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border:1px solid #dbe7f5;border-radius:8px;background:#f8fafc;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase;}
body.ibys-ui-v2 .belge-havuzu-no-card-stats b{color:#0f172a;font-size:19px;font-weight:950;line-height:1;}
body.ibys-ui-v2 .belge-havuzu-no-card-graph-row{display:grid;grid-template-columns:92px 42px minmax(0,1fr);gap:10px;align-items:center;margin-top:8px;}
body.ibys-ui-v2 .belge-havuzu-no-card-graph-row span{color:#475569;font-size:12px;font-weight:950;}
body.ibys-ui-v2 .belge-havuzu-no-card-graph-row b{color:#0f172a;font-size:13px;font-weight:950;text-align:right;}
body.ibys-ui-v2 .belge-havuzu-no-card-graph-row i{display:block;height:9px;border-radius:999px;background:#edf2fa;overflow:hidden;}
body.ibys-ui-v2 .belge-havuzu-no-card-graph-row em{display:block;height:100%;border-radius:inherit;background:#94a3b8;}
body.ibys-ui-v2 .belge-havuzu-no-card-graph-row.is-ready em{background:#16a34a;}
body.ibys-ui-v2 .belge-havuzu-no-card-graph-row.is-done em{background:#2563eb;}
body.ibys-ui-v2 .belge-havuzu-no-card-graph-row.is-review em{background:#f59e0b;}
body.ibys-ui-v2 .belge-havuzu-no-card-graph-row.is-wait em{background:#64748b;}
body.ibys-ui-v2 .belge-havuzu-workspace-panel.is-no-card .ozluk-workspace-shell{display:none!important;}

.hr-employee-list-page .hr-op-card-v3-critical {
    border: 1px solid #fecaca;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff7f7 0%, #ffffff 100%);
    padding: 14px 16px;
    box-shadow: 0 10px 22px rgba(185, 28, 28, 0.06);
}

.hr-employee-list-page .hr-op-card-v3-critical-head {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #b91c1c;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.hr-employee-list-page .hr-op-card-v3-critical-head i {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 18px;
}

.hr-employee-list-page .hr-op-card-v3-critical-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.hr-employee-list-page .hr-op-card-v3-critical-items span {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-right: 1px solid #fde2e2;
    color: #34445d;
    font-size: 12px;
    font-weight: 800;
}

.hr-employee-list-page .hr-op-card-v3-critical-items span:last-child {
    border-right: 0;
}

.hr-employee-list-page .hr-op-card-v3-critical-items i {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    color: #1767bd;
    font-size: 17px;
}

.hr-employee-list-page .hr-op-card-v3-critical-items .fa-graduation-cap {
    color: #ea7a00;
}

.hr-employee-list-page .hr-op-card-v3-critical-items .fa-heart-pulse {
    color: #159765;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #d8e5f2;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts > div {
    min-height: 58px;
    border: 0;
    border-right: 1px solid #edf2f8;
    border-bottom: 1px solid #edf2f8;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts > div:nth-child(2n) {
    border-right: 0;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts > div:nth-last-child(-n+2) {
    border-bottom: 0;
}

.hr-employee-list-page .hr-op-card-v3-section-title {
    margin: 0 0 10px;
    color: #53627a;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hr-employee-list-page .hr-op-card-v3-quick {
    border: 1px solid #d8e5f2;
    border-radius: 12px;
    background: #fff;
    padding: 14px;
}

.hr-employee-list-page .hr-op-card-v3-quick-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.hr-employee-list-page .hr-op-card-v3-quick-grid a {
    min-height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d7e4f2;
    border-radius: 10px;
    background: #fff;
    color: #1e3a5f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 10px 18px rgba(15, 35, 65, 0.05);
}

.hr-employee-list-page .hr-op-card-v3-quick-grid a[hidden] {
    display: none !important;
}

.hr-employee-list-page .hr-op-card-v3-quick-grid i {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    color: #1d66c2;
    font-size: 25px;
}

.hr-employee-list-page .hr-op-card-v3-quick-grid .missing i {
    color: #ea7a00;
}

.hr-employee-list-page .hr-op-card-v3-quick-grid .training i {
    color: #1d66c2;
}

.hr-employee-list-page .hr-op-card-v3-quick-grid .report i {
    color: #159765;
}

@media (max-width: 720px) {
    .hr-employee-list-page .hr-op-card-v3-critical-items,
    .hr-employee-list-page .hr-op-card-v3-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body.ibys-ui-v2 .belge-havuzu-create-panel{
    margin:10px;
    border:1px solid #d7e4f5;
    border-radius:10px;
    background:#fff;
    overflow:hidden;
    box-shadow:none;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-panel-head{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) 38px;
    align-items:center;
    gap:10px;
    min-height:72px;
    padding:12px;
    border-bottom:1px solid #d9e8f7;
    background:linear-gradient(135deg,rgba(23,103,177,.12) 0%,rgba(20,184,166,.08) 52%,#fff 100%);
    cursor:pointer;
}
body.ibys-ui-v2 .belge-havuzu-create-panel.is-collapsed .senkra-transfer-panel-head{
    border-bottom:0;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-start-mark{
    display:inline-grid;
    place-items:center;
    width:42px;
    height:42px;
    border:1px solid rgba(23,103,177,.18);
    border-radius:13px;
    background:linear-gradient(135deg,#1767b1 0%,#14b8a6 100%);
    color:#fff;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-start-mark svg{
    width:21px;
    height:21px;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-panel-head h2{
    margin:0;
    color:#0f172a;
    font-size:18px;
    font-weight:950;
    line-height:1.1;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-panel-head p{
    margin:4px 0 0;
    color:#64748b;
    font-size:11.5px;
    font-weight:750;
    line-height:1.25;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-icon-btn,
body.ibys-ui-v2 .belge-havuzu-create-toggle{
    display:inline-grid;
    place-items:center;
    width:38px;
    height:38px;
    border:1px solid #cfe0f5;
    border-radius:12px;
    background:#f8fbff;
    color:#10233f;
    cursor:pointer;
}
body.ibys-ui-v2 .belge-havuzu-create-panel:not(.is-collapsed) .senkra-transfer-create-toggle svg,
body.ibys-ui-v2 .belge-havuzu-create-panel:not(.is-collapsed) .belge-havuzu-create-toggle svg{
    transform:rotate(45deg);
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-form{
    display:grid;
    gap:8px;
    padding:10px;
    background:#f4f7fb;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-form[hidden],
body.ibys-ui-v2 .belge-havuzu-create-panel.is-collapsed .senkra-transfer-form{
    display:none!important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-form-section{
    display:grid;
    gap:8px;
    padding:10px;
    border:1px solid #d6e2f0;
    border-radius:10px;
    background:#fff;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-section-title{
    display:flex;
    align-items:center;
    gap:8px;
    min-height:26px;
    color:#0f172a;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-section-title svg{
    box-sizing:content-box;
    width:16px;
    height:16px;
    padding:6px;
    border-radius:9px;
    background:#e7f8f5;
    color:#0f766e;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-field{
    display:grid;
    gap:4px;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-field label{
    color:#697a92;
    font-size:10.5px;
    font-weight:900;
    text-transform:uppercase;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-field input,
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-field textarea{
    width:100%;
    min-height:38px;
    padding:8px 10px;
    border:1px solid #d3dfef;
    border-radius:10px;
    background:#f3f6fb;
    color:#0f172a;
    font:inherit;
    font-size:12px;
    font-weight:750;
    box-sizing:border-box;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-field textarea{
    min-height:62px;
    resize:vertical;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-actions{
    display:flex;
    justify-content:flex-end;
    gap:8px;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:38px;
    padding:8px 13px;
    border:1px solid #cfe0f5;
    border-radius:9px;
    background:#fff;
    color:#10233f;
    font-size:12px;
    font-weight:900;
    cursor:pointer;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-btn.primary{
    border-color:#1f68b7;
    background:#1f68b7;
    color:#fff;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-btn:disabled{
    opacity:.65;
    cursor:wait;
}

.hr-employee-list-page .hr-op-card-v3-doc-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr);
    gap: 12px;
    align-items: stretch;
    border-color: #d8e5f2;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 22px rgba(15, 35, 65, 0.05);
}

.hr-employee-list-page .hr-op-card-v3-doc-status {
    min-width: 0;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #d7e4f2;
    border-radius: 11px;
    background: #ffffff;
}

.hr-employee-list-page .hr-op-card-v3-doc-ring-wrap {
    position: relative;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
}

.hr-employee-list-page .hr-op-card-v3-doc-ring-wrap .hr-op-card-v3-ring {
    width: 52px;
    height: 52px;
}

.hr-employee-list-page .hr-op-card-v3-doc-ring-wrap strong {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #d97706;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
}

.hr-employee-list-page .hr-op-card-v3-doc-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.hr-employee-list-page .hr-op-card-v3-doc-copy span {
    color: #586981;
    font-size: 10.5px;
    font-weight: 950;
    text-transform: uppercase;
}

.hr-employee-list-page .hr-op-card-v3-doc-copy b {
    min-width: 0;
    color: #243852;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.3;
}

.hr-employee-list-page .hr-op-card-v3-doc-status.is-ok .hr-op-card-v3-doc-ring-wrap strong {
    color: #0f8f69;
}

.hr-employee-list-page .hr-op-card-v3-doc-status.is-info .hr-op-card-v3-doc-ring-wrap strong {
    color: #1f68b7;
}

.hr-employee-list-page .hr-op-card-v3-doc-status.is-muted .hr-op-card-v3-doc-ring-wrap strong {
    color: #64748b;
}

.hr-employee-list-page .hr-op-card-v3-doc-panel .hr-op-card-v3-critical-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
    gap: 8px;
}

.hr-employee-list-page .hr-op-card-v3-doc-panel .hr-op-card-v3-critical-items span {
    min-height: 74px;
    padding: 10px;
    border: 1px solid #e1eaf5;
    border-radius: 11px;
    background: #ffffff;
    line-height: 1.25;
}

.hr-employee-list-page .hr-op-card-v3-doc-panel .hr-op-card-v3-critical-items span:last-child {
    border-right: 1px solid #e1eaf5;
}

@media (max-width: 720px) {
    .hr-employee-list-page .hr-op-card-v3-doc-panel {
        grid-template-columns: 1fr;
    }
}

body.ibys-ui-v2 .belge-havuzu-card-main { padding: 12px 14px 8px 14px; }
body.ibys-ui-v2 .belge-havuzu-card-actions {
    position: static;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 0 10px 10px 14px;
}
body.ibys-ui-v2 .belge-havuzu-card-actions button {
    width: auto;
    min-width: 0;
    height: 30px;
    border-radius: 7px;
    font-size: 11px;
    line-height: 1;
}
body.ibys-ui-v2 .belge-havuzu-card-actions button.is-primary {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}
body.ibys-ui-v2 .belge-havuzu-workspace-panel .ozluk-workspace-shell { display: none !important; }
body.ibys-ui-v2 .belge-havuzu-selected-card {
    display: grid;
    gap: 14px;
    margin: 14px 0;
    padding: 18px;
    border: 1px solid #cfe0f5;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}
body.ibys-ui-v2 .belge-havuzu-selected-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-head span {
    display: block;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-head h3 {
    margin: 4px 0 6px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-head p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-head b {
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #f0fdf4;
    color: #047857;
    font-size: 11px;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-metrics {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-metrics span {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    background: #fff;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-metrics small {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-metrics strong {
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 4px;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-actions button {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #cfe0f5;
    border-radius: 7px;
    background: #fff;
    color: #1f3b5d;
    font-weight: 900;
    cursor: pointer;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-actions button.is-primary {
    border-color: #1d4ed8;
    background: #2563eb;
    color: #fff;
}
body.ibys-ui-v2 .belge-havuzu-selected-card-actions button.is-danger {
    border-color: #fecaca;
    background: #fff1f2;
    color: #b91c1c;
}
@media (max-width: 900px) {
    body.ibys-ui-v2 .belge-havuzu-selected-card-head { flex-direction: column; }
    body.ibys-ui-v2 .belge-havuzu-selected-card-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.ibys-ui-v2 .belge-havuzu-card-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
/* 2026-06-29: Calisan karti kompakt ozluk grafigi. */
.hr-employee-list-page .hr-op-card-v3-scroll {
    padding: 8px 8px 10px;
}

.hr-employee-list-page .hr-op-card-v3-doc-panel {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.35fr);
    gap: 8px;
    padding: 8px;
    border-color: #d8e5f2;
}

.hr-employee-list-page .hr-op-card-v3-doc-status {
    min-height: 62px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 9px;
    padding: 8px 9px;
    border-radius: 10px;
}

.hr-employee-list-page .hr-op-card-v3-doc-ring-wrap,
.hr-employee-list-page .hr-op-card-v3-doc-ring-wrap .hr-op-card-v3-ring {
    width: 42px;
    height: 42px;
}

.hr-employee-list-page .hr-op-card-v3-doc-ring-wrap .hr-op-card-v3-ring::after {
    width: 27px;
    height: 27px;
}

.hr-employee-list-page .hr-op-card-v3-doc-ring-wrap strong {
    font-size: 11px;
}

.hr-employee-list-page .hr-op-card-v3-doc-copy {
    gap: 0;
}

.hr-employee-list-page .hr-op-card-v3-doc-copy span {
    font-size: 10px;
    line-height: 1.18;
}

.hr-employee-list-page .hr-op-card-v3-doc-copy b {
    display: none !important;
}

.hr-employee-list-page .hr-op-card-v3-doc-panel .hr-op-card-v3-critical-items {
    gap: 8px;
}

.hr-employee-list-page .hr-op-card-v3-doc-panel .hr-op-card-v3-critical-items span {
    min-height: 62px;
    padding: 8px 7px;
    gap: 6px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.16;
}

.hr-employee-list-page .hr-op-card-v3-doc-panel .hr-op-card-v3-critical-items i {
    width: 24px;
    height: 24px;
    font-size: 16px;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts > div {
    min-height: 48px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts i {
    width: 34px;
    height: 34px;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts span {
    font-size: 9px;
}

.hr-employee-list-page .hr-op-card-v3-profile-facts strong {
    font-size: 11.5px;
    line-height: 1.12;
}

.hr-employee-list-page .hr-op-card-v3-quick {
    padding: 10px;
}

.hr-employee-list-page .hr-op-card-v3-section-title {
    margin-bottom: 7px;
}

.hr-employee-list-page .hr-op-card-v3-quick-grid {
    gap: 8px;
}

.hr-employee-list-page .hr-op-card-v3-quick-grid a {
    min-height: 62px;
    gap: 5px;
    padding: 7px 4px;
    font-size: 10.5px;
    line-height: 1.12;
}

.hr-employee-list-page .hr-op-card-v3-quick-grid i {
    width: 23px;
    height: 23px;
    font-size: 21px;
}

body.ibys-ui-v2 .belge-havuzu-selected-card {
    max-width: 440px;
    margin: 14px 0;
    padding: 0;
    border: 0;
    background: transparent;
}
body.ibys-ui-v2 .belge-havuzu-selected-transfer-card {
    overflow: hidden;
    border-radius: 8px;
}
body.ibys-ui-v2 .belge-havuzu-selected-transfer-head {
    min-height: 58px;
    background: #f8fcff;
}
body.ibys-ui-v2 .belge-havuzu-selected-transfer-head h2 {
    max-width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.ibys-ui-v2 .belge-havuzu-selected-transfer-head p {
    margin: 2px 0 0;
}
body.ibys-ui-v2 .belge-havuzu-selected-transfer-form {
    display: grid;
    gap: 10px;
    padding: 10px;
}
body.ibys-ui-v2 .belge-havuzu-selected-section {
    gap: 10px;
    padding: 12px;
}
body.ibys-ui-v2 .belge-havuzu-section-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e9fbf6;
    color: #0f766e;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-readonly-field {
    display: grid;
    gap: 5px;
    padding: 10px 12px;
    border: 1px solid #d6e4f5;
    border-radius: 8px;
    background: #f8fbff;
}
body.ibys-ui-v2 .belge-havuzu-readonly-field label {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-havuzu-readonly-field strong,
body.ibys-ui-v2 .belge-havuzu-readonly-field span {
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-readonly-field span {
    color: #53657f;
    font-weight: 800;
}
body.ibys-ui-v2 .belge-havuzu-mini-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
}
body.ibys-ui-v2 .belge-havuzu-mini-stats span {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 8px 6px;
    border: 1px solid #dbe7f5;
    border-radius: 7px;
    background: #fff;
    text-align: center;
}
body.ibys-ui-v2 .belge-havuzu-mini-stats em {
    overflow: hidden;
    color: #64748b;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
body.ibys-ui-v2 .belge-havuzu-mini-stats b {
    color: #0f172a;
    font-size: 16px;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-permission-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
body.ibys-ui-v2 .belge-havuzu-permission-chip {
    min-width: 0;
    height: 38px;
    padding: 0 8px;
    border: 1px solid #d6e4f5;
    border-radius: 8px;
    background: #f7fafc;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    font-size: 11px;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-permission-chip span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.ibys-ui-v2 .belge-havuzu-permission-chip i {
    width: 36px;
    height: 20px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #cbd5e1;
    position: relative;
}
body.ibys-ui-v2 .belge-havuzu-permission-chip i::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(15,23,42,.2);
}
body.ibys-ui-v2 .belge-havuzu-permission-chip.is-on {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #1d4ed8;
}
body.ibys-ui-v2 .belge-havuzu-permission-chip.is-on i {
    background: #2563eb;
}
body.ibys-ui-v2 .belge-havuzu-permission-chip.is-on i::after {
    transform: translateX(16px);
}
body.ibys-ui-v2 .belge-havuzu-wide-btn {
    width: 100%;
    justify-content: center;
}
body.ibys-ui-v2 .belge-havuzu-file-prompt {
    gap: 8px;
}
body.ibys-ui-v2 .belge-havuzu-selected-actions {
    padding: 0;
    justify-content: flex-end;
}
body.ibys-ui-v2 .belge-havuzu-upload-modal .document-upload-panel {
    width: min(1260px, calc(100vw - 28px));
    max-height: calc(100vh - 28px);
}
body.ibys-ui-v2 .belge-havuzu-upload-modal .document-upload-head h4 {
    font-size: 22px;
}
body.ibys-ui-v2 .belge-havuzu-upload-modal .bulk-upload-top-panels {
    grid-template-columns: minmax(320px, 390px) 1fr;
}
body.ibys-ui-v2 .belge-havuzu-upload-modal .bulk-upload-summary-card {
    min-height: 580px;
    align-content: center;
}
@media (max-width: 1100px) {
    body.ibys-ui-v2 .belge-havuzu-selected-card { max-width: none; }
    body.ibys-ui-v2 .belge-havuzu-upload-modal .bulk-upload-top-panels { grid-template-columns: 1fr; }
    body.ibys-ui-v2 .belge-havuzu-upload-modal .bulk-upload-summary-card { min-height: auto; }
}
body.ibys-ui-v2 .belge-havuzu-selected-passive {
    max-width: none;
    margin: 14px 0;
    padding: 0;
    border: 0;
    background: transparent;
}
body.ibys-ui-v2 .belge-havuzu-passive-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px dashed #bcd5ff;
    border-radius: 8px;
    background: #f8fbff;
}
body.ibys-ui-v2 .belge-havuzu-passive-card span {
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-passive-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-passive-card p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}
body.ibys-ui-v2 .belge-havuzu-passive-card div {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px 10px;
}
body.ibys-ui-v2 .belge-havuzu-passive-card b {
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-passive-card em {
    color: #64748b;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-card-main {
    padding: 12px 14px 8px 14px;
}
body.ibys-ui-v2 .belge-havuzu-card-transfer-tools {
    display: grid;
    gap: 8px;
    padding: 0 10px 10px 14px;
}
body.ibys-ui-v2 .belge-havuzu-card-tool-section {
    display: grid;
    gap: 7px;
    padding: 10px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    background: #f8fbff;
}
body.ibys-ui-v2 .belge-havuzu-card-tool-section span {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-havuzu-card-tool-section button,
body.ibys-ui-v2 .belge-havuzu-card-actions button {
    min-height: 32px;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #cfe0f5;
    background: #fff;
    color: #1f3b5d;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}
body.ibys-ui-v2 .belge-havuzu-card-tool-section button.is-primary {
    border-color: #2563eb;
    background: #2563eb;
    color: #fff;
}
body.ibys-ui-v2 .belge-havuzu-card-tool-section small {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}
body.ibys-ui-v2 .belge-havuzu-card-actions {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
}
body.ibys-ui-v2 .belge-havuzu-card-actions button {
    height: 32px;
}
body.ibys-ui-v2 .belge-havuzu-card-actions button.is-danger {
    border-color: #fecaca;
    background: #fff1f2;
    color: #b91c1c;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-left-only {
    grid-template-columns: minmax(320px, 460px) !important;
    align-items: start !important;
    min-height: auto !important;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-left-only .belge-havuzu-process-panel {
    min-height: 560px !important;
}
/* 2026-06-29: Calisan transfer modern formu. */
.senkra-transfer-modern{
    display:grid;
    gap:16px;
    padding:16px;
}
.senkra-transfer-modern-hero{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:12px;
    min-height:74px;
    padding:14px 22px;
    border:1px solid #cfe0f2;
    border-radius:12px;
    background:linear-gradient(135deg,#0f3f5f 0%,#0f766e 100%);
    color:#fff;
    box-shadow:0 12px 28px rgba(15,35,63,.12);
}
.senkra-transfer-modern-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:6px 10px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:999px;
    background:rgba(255,255,255,.12);
    color:#e7fbff;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
}
.senkra-transfer-modern-hero h1{
    margin:10px 0 0;
    font-size:28px;
    line-height:1.08;
    letter-spacing:0;
}
.senkra-transfer-modern-hero p{
    max-width:720px;
    margin:7px 0 0;
    color:#d9f4f4;
    font-size:13px;
    font-weight:750;
    line-height:1.45;
}
.senkra-transfer-modern-back,
.senkra-transfer-modern-cancel,
.senkra-transfer-modern-submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:40px;
    border-radius:9px;
    padding:9px 13px;
    font-weight:900;
    text-decoration:none;
    border:1px solid transparent;
    cursor:pointer;
}
.senkra-transfer-modern-back{
    border-color:rgba(255,255,255,.28);
    background:rgba(255,255,255,.14);
    color:#fff;
    white-space:nowrap;
}
.senkra-transfer-modern-grid{
    display:grid;
    grid-template-columns:minmax(260px,340px) minmax(0,1fr);
    gap:14px;
    align-items:start;
}
.senkra-transfer-modern-summary,
.senkra-transfer-modern-form{
    min-width:0;
    border:1px solid #d8e5f2;
    border-radius:12px;
    background:#fff;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.senkra-transfer-modern-summary{
    display:grid;
    gap:13px;
    padding:16px;
    align-items:start;
    justify-items:center;
    text-align:center;
}
.senkra-transfer-modern-avatar{
    width:72px;
    height:72px;
    display:grid;
    place-items:center;
    overflow:hidden;
    border-radius:18px;
    background:linear-gradient(135deg,#1767b1,#0f766e);
    color:#fff;
    font-size:28px;
    font-weight:950;
    box-shadow:0 14px 26px rgba(15,118,110,.18);
}
.senkra-transfer-modern-avatar.is-male{
    background:linear-gradient(135deg,#1767b1,#0f766e);
}
.senkra-transfer-modern-avatar.is-female{
    background:linear-gradient(135deg,#7c3aed,#db2777);
}
.senkra-transfer-modern-avatar.is-unknown{
    background:linear-gradient(135deg,#334155,#0f766e);
}
.senkra-transfer-modern-avatar.is-photo{
    background:#f8fbff;
    border:1px solid #d8e5f2;
    box-shadow:0 14px 26px rgba(15,23,42,.12);
}
.senkra-transfer-modern-avatar img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.senkra-transfer-modern-person span,
.senkra-transfer-modern-facts span,
.senkra-transfer-modern-form-head span,
.senkra-transfer-modern-field > span,
.senkra-transfer-modern-preview span{
    display:block;
    color:#64748b;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
}
.senkra-transfer-modern-person strong{
    display:block;
    margin-top:4px;
    color:#0f172a;
    font-size:20px;
    line-height:1.15;
    font-weight:950;
}
.senkra-transfer-modern-facts{
    display:grid;
    gap:9px;
    width:100%;
    text-align:left;
}
.senkra-transfer-modern-facts div{
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    gap:8px 10px;
    align-items:center;
    min-height:58px;
    padding:10px;
    border:1px solid #e1eaf5;
    border-radius:10px;
    background:#f8fbff;
}
.senkra-transfer-modern-facts i{
    grid-row:1 / span 2;
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:#eaf4ff;
    color:#1767b1;
}
.senkra-transfer-modern-facts strong{
    min-width:0;
    color:#0f172a;
    font-size:13px;
    font-weight:900;
    line-height:1.25;
}
.senkra-transfer-modern-form{
    overflow:hidden;
}
.senkra-transfer-modern-form-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) 42px;
    align-items:center;
    gap:12px;
    padding:16px 18px;
    border-bottom:1px solid #e6eef8;
    background:#f8fbff;
}
.senkra-transfer-modern-form-head h2{
    margin:3px 0 0;
    color:#0f172a;
    font-size:20px;
    line-height:1.15;
}
.senkra-transfer-modern-form-head i{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#e8f4ff;
    color:#1767b1;
    font-size:20px;
}
.senkra-transfer-modern-fields{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    padding:16px;
}
.senkra-transfer-modern-field{
    display:grid;
    gap:6px;
    min-width:0;
}
.senkra-transfer-modern-field.full{
    grid-column:1 / -1;
}
.senkra-transfer-modern-field select,
.senkra-transfer-modern-field input,
.senkra-transfer-modern-field textarea{
    width:100%;
    min-height:42px;
    border:1px solid #cbd8e8;
    border-radius:9px;
    background:#f6f8fc;
    color:#12213a;
    font:inherit;
    font-weight:800;
    padding:9px 11px;
}
.senkra-transfer-modern-field textarea{
    min-height:86px;
    resize:vertical;
}
.senkra-transfer-modern-field select:disabled{
    color:#7b8797;
    background:#eef2f7;
}
.senkra-transfer-modern-preview{
    display:grid;
    grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);
    gap:10px;
    align-items:center;
    margin:0 16px 16px;
    padding:12px;
    border:1px solid #d8e5f2;
    border-radius:10px;
    background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
}
.senkra-transfer-modern-preview div{
    min-width:0;
}
.senkra-transfer-modern-preview strong{
    display:block;
    margin-top:3px;
    min-width:0;
    color:#0f172a;
    font-size:14px;
    font-weight:950;
    line-height:1.22;
}
.senkra-transfer-modern-preview > i{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:#e8f4ff;
    color:#1767b1;
}
.senkra-transfer-modern-actions{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    padding:14px 16px;
    border-top:1px solid #e6eef8;
    background:#fbfdff;
}
.senkra-transfer-modern-cancel{
    border-color:#cbd8e8;
    background:#fff;
    color:#263954;
}
.senkra-transfer-modern-submit{
    background:#1767b1;
    color:#fff;
    box-shadow:0 10px 22px rgba(23,103,177,.22);
}
@media (max-width:960px){
    .senkra-transfer-modern-grid,
    .senkra-transfer-modern-hero{
        grid-template-columns:1fr;
    }
    .senkra-transfer-modern-back{
        justify-self:start;
    }
}
@media (max-width:720px){
    .senkra-transfer-modern{
        padding:10px;
    }
    .senkra-transfer-modern-fields,
    .senkra-transfer-modern-preview{
        grid-template-columns:1fr;
    }
    .senkra-transfer-modern-preview > i{
        transform:rotate(90deg);
    }
    .senkra-transfer-modern-actions{
        display:grid;
    }
}

/* 2026-06-29: Belge havuzu surec karti tek kart aksiyon duzeni. */
body.ibys-ui-v2 .belge-havuzu-card-flow-meta {
    padding: 0 14px 8px;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}
body.ibys-ui-v2 .belge-havuzu-card-actions-unified {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 14px 14px;
}
body.ibys-ui-v2 .belge-havuzu-card-actions-unified button {
    min-height: 34px;
    height: auto;
    padding: 7px 8px;
    white-space: normal;
}
body.ibys-ui-v2 .belge-havuzu-card-actions-unified button.is-primary {
    border-color: #2563eb;
    background: #2563eb;
    color: #fff;
}

/* 2026-06-29: Belge havuzu surec karti tek govde transfer karti standardi. */
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-grid {
    gap: 12px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-shell {
    display: grid !important;
    gap: 0 !important;
    border: 1px solid #cfe0f5 !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
    box-shadow: none !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-shell.is-active {
    border-color: #2563eb !important;
    background: #f8fbff !important;
    box-shadow: inset 4px 0 0 #2563eb !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main {
    min-height: 84px !important;
    padding: 13px 48px 8px 14px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main em:empty {
    display: none !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-flow-meta {
    padding: 0 14px 9px !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 850 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-actions-unified {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 0 14px 14px !important;
    position: static !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-actions-unified button {
    width: 100% !important;
    min-height: 34px !important;
    height: auto !important;
    padding: 8px 9px !important;
    border-radius: 8px !important;
    border: 1px solid #cfe0f5 !important;
    background: #fff !important;
    color: #10233f !important;
    font-size: 11.5px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    white-space: normal !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-actions-unified button.is-primary {
    border-color: #2563eb !important;
    background: #2563eb !important;
    color: #fff !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-actions-unified button.is-danger {
    border-color: #fecaca !important;
    background: #fff1f2 !important;
    color: #b91c1c !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-transfer-tools,
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-tool-section {
    display: contents !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* 2026-06-29: Belge havuzu surec karti son gorsel inceltme. */
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-shell {
    border-color: #d8e5f2 !important;
    border-radius: 9px !important;
    background: #ffffff !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-shell.is-active {
    border-color: #2563eb !important;
    background: #f9fbff !important;
    box-shadow: inset 3px 0 0 #2563eb !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main {
    position: relative !important;
    min-height: 78px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding: 13px 48px 6px 15px !important;
    gap: 4px 8px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main span {
    color: #0f766e !important;
    font-size: 10.5px !important;
    letter-spacing: 0 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main strong {
    font-size: 13.5px !important;
    line-height: 1.2 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main em {
    margin-top: 2px !important;
    color: #64748b !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main b {
    position: absolute !important;
    right: 14px !important;
    top: 18px !important;
    min-width: 28px !important;
    height: 28px !important;
    border-radius: 9px !important;
    background: #dcfce7 !important;
    color: #047857 !important;
    font-size: 14px !important;
    transform: none !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-flow-meta {
    padding: 0 15px 10px !important;
    color: #64748b !important;
    font-size: 10.8px !important;
    font-weight: 850 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-actions-unified {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    padding: 0 14px 14px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-actions-unified button {
    min-height: 31px !important;
    padding: 7px 8px !important;
    border-radius: 7px !important;
    font-size: 11px !important;
    box-shadow: none !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-panel-head {
    min-height: 64px !important;
    padding: 10px 12px !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-panel-head h2 {
    font-size: 16px !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-start-mark {
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-actions {
    padding-top: 0 !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-btn {
    min-height: 36px !important;
    padding: 8px 12px !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-btn svg {
    width: 16px !important;
    height: 16px !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-btn.primary svg {
    width: 18px !important;
    height: 18px !important;
}

/* 2026-06-29: Belge havuzu aksiyonlari kart icine alindi. */
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-content {
    margin: 8px 10px 10px !important;
    padding: 10px !important;
    border: 1px solid #d6e3f3 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-content .belge-havuzu-card-main {
    min-height: auto !important;
    padding: 0 38px 6px 0 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-content .belge-havuzu-card-flow-meta {
    padding: 0 0 10px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-content .belge-havuzu-card-actions-unified {
    padding: 0 !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-form-section .senkra-transfer-actions {
    margin-top: 2px !important;
    padding-top: 8px !important;
    border-top: 1px solid #e6edf6 !important;
}

/* 2026-06-29: Belge havuzu kart adi etiketi. */
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main .belge-havuzu-card-name-label {
    display: block !important;
    grid-column: 1 / 2 !important;
    margin-top: 2px !important;
    color: #64748b !important;
    font-size: 9.5px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-content .belge-havuzu-card-main {
    gap: 3px 8px !important;
}
/* V2 notification detail header balance, 2026-06-30. */
html body.ibys-ui-v2 #appDialogModal.is-notification-detail-modal .app-dialog-panel {
    max-width: 520px !important;
}
html body.ibys-ui-v2 #appDialogModal.is-notification-detail-modal .app-dialog-content {
    gap: 8px !important;
}
html body.ibys-ui-v2 #appDialogModal.is-notification-detail-modal .app-dialog-message {
    margin-top: 0 !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-dialog {
    gap: 10px !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-top {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
    min-width: 0 !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-top h3 {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-kicker {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    white-space: nowrap !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-message {
    margin-top: 0 !important;
}
@media (max-width: 560px) {
    html body.ibys-ui-v2 .ibys-notification-detail-top {
        align-items: flex-start !important;
        flex-wrap: wrap !important;
    }
    html body.ibys-ui-v2 .ibys-notification-detail-kicker {
        margin-left: 0 !important;
    }
}

/* V2 notification detail reason badge, 2026-06-30. */
html body.ibys-ui-v2 .ibys-notification-detail-reason-badge {
    display: inline-flex !important;
    align-items: center !important;
    width: max-content !important;
    max-width: 100% !important;
    min-height: 28px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    border: 1px solid #bfdbfe !important;
    background: #eff6ff !important;
    color: #1d4ed8 !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
}
html body.ibys-ui-v2 .ibys-notification-detail-top .ibys-notification-detail-reason-badge {
    min-width: 0 !important;
    flex: 1 1 auto !important;
}
/* 2026-06-30: Belge havuzu gorsel kurgu referansi. */
body.ibys-ui-v2 .belge-havuzu-kpi-grid {
    display: none !important;
}
body.ibys-ui-v2 .belge-havuzu-page-hero {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 18px 20px !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 8px 8px 0 0 !important;
    background: #ffffff !important;
}
body.ibys-ui-v2 .belge-havuzu-page-hero h2 {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    color: #071832 !important;
    font-size: 22px !important;
    font-weight: 950 !important;
}
body.ibys-ui-v2 .belge-havuzu-page-hero h2 span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: #2563eb !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}
body.ibys-ui-v2 .belge-havuzu-page-hero p {
    margin: 4px 0 0 !important;
    color: #52637a !important;
    font-size: 14px !important;
    font-weight: 750 !important;
}
body.ibys-ui-v2 .belge-havuzu-page-create {
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 8px !important;
    font-weight: 900 !important;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-left-only {
    grid-template-columns: minmax(340px, 420px) minmax(0, 1fr) !important;
    padding: 18px 12px !important;
    border: 1px solid #dbe6f2 !important;
    border-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
    background: #ffffff !important;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-left-only::after {
    content: "";
    min-height: 560px;
    border-radius: 8px;
    background: #fff;
}
body.ibys-ui-v2 .belge-havuzu-process-panel {
    border-radius: 8px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-head {
    padding: 16px 18px 10px !important;
    border-bottom: 0 !important;
    background: #ffffff !important;
}
body.ibys-ui-v2 .belge-havuzu-process-head > button {
    display: none !important;
}
body.ibys-ui-v2 .belge-havuzu-process-head h4 {
    font-size: 18px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-head p {
    display: none !important;
}
body.ibys-ui-v2 .belge-havuzu-card-search {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 24px !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 10px 12px !important;
    padding: 0 12px !important;
    min-height: 46px !important;
    border: 1px solid #d6e3f3 !important;
    border-radius: 8px !important;
    background: #f8fbff !important;
}
body.ibys-ui-v2 .belge-havuzu-card-search input {
    width: 100% !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}
body.ibys-ui-v2 .belge-havuzu-card-search svg {
    width: 18px !important;
    height: 18px !important;
    color: #334155 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-grid {
    padding: 0 10px 14px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-shell {
    border-radius: 9px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-content {
    margin: 0 !important;
    padding: 16px !important;
    border: 0 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-content .belge-havuzu-card-main {
    grid-template-columns: 58px minmax(0, 1fr) 34px !important;
    padding: 0 0 14px !important;
    gap: 4px 12px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-doc-icon {
    grid-row: 1 / span 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 10px !important;
    background: #eaf2ff !important;
    color: #2563eb !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-doc-icon svg {
    width: 28px !important;
    height: 28px !important;
    stroke: currentColor !important;
    fill: none !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main span,
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main strong,
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main em {
    grid-column: 2 / 3 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main span {
    color: #2563eb !important;
    font-size: 11px !important;
    font-weight: 950 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main strong {
    font-size: 15px !important;
    line-height: 1.25 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main b {
    position: static !important;
    grid-column: 3 / 4 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    justify-self: end !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-main em {
    grid-column: 1 / -1 !important;
    margin-top: 12px !important;
    color: #52637a !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-flow-meta {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 0 0 14px !important;
    border-bottom: 1px solid #dbe6f2 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-flow-meta span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-height: 44px !important;
    border: 1px solid #d6e3f3 !important;
    border-radius: 8px !important;
    background: #f8fbff !important;
    color: #0f172a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-flow-meta svg {
    width: 17px !important;
    height: 17px !important;
    stroke: #334155 !important;
    fill: none !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-actions-unified {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 14px 0 0 !important;
}
body.ibys-ui-v2 .belge-havuzu-process-panel .belge-havuzu-card-actions-unified button {
    min-height: 48px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
}
/* 2026-06-30: Belge havuzu sol kart referansi son duzeltme. */
body.ibys-ui-v2 .belge-havuzu-page-card .workplace-form-body {
    padding-top: 10px !important;
}
body.ibys-ui-v2 .belge-havuzu-page-hero {
    margin: 0 0 16px !important;
}
body.ibys-ui-v2 .belge-havuzu-page-hero .belge-havuzu-hero-create {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    border: 1px solid #cfe0f4 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #17233a !important;
    font-weight: 900 !important;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-left-only {
    grid-template-columns: minmax(330px, 420px) minmax(0, 1fr) !important;
    align-items: stretch !important;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-left-only::after {
    content: "";
    display: block;
    min-height: 560px;
    border: 1px solid #d7e4f4;
    border-radius: 8px;
    background: #fff;
}
body.ibys-ui-v2 .belge-havuzu-process-panel {
    padding: 16px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-head {
    margin-bottom: 12px !important;
}
body.ibys-ui-v2 .belge-havuzu-process-head > div > span {
    display: none !important;
}
body.ibys-ui-v2 .belge-havuzu-process-head h4 {
    font-size: 18px !important;
    margin: 0 0 5px !important;
}
body.ibys-ui-v2 .belge-havuzu-card-search {
    margin-bottom: 14px !important;
}
body.ibys-ui-v2 .belge-havuzu-card-main {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 58px 1fr 36px !important;
    grid-template-areas:
        "icon label count"
        "icon code count"
        "icon title count"
        "note note note" !important;
    column-gap: 14px !important;
    row-gap: 4px !important;
    width: 100% !important;
    text-align: left !important;
    padding: 18px 16px 14px !important;
}
body.ibys-ui-v2 .belge-havuzu-card-doc-icon {
    grid-area: icon !important;
    width: 58px !important;
    height: 58px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    background: #eaf2ff !important;
    color: #2563eb !important;
}
body.ibys-ui-v2 .belge-havuzu-card-doc-icon svg {
    width: 27px !important;
    height: 27px !important;
}
body.ibys-ui-v2 .belge-havuzu-card-main > span {
    grid-area: label !important;
    color: #0b63f6 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}
body.ibys-ui-v2 .belge-havuzu-card-main > strong:nth-of-type(1) {
    grid-area: code !important;
    font-size: 17px !important;
}
body.ibys-ui-v2 .belge-havuzu-card-main > strong:nth-of-type(2) {
    grid-area: title !important;
    font-size: 17px !important;
}
body.ibys-ui-v2 .belge-havuzu-card-main > em {
    grid-area: note !important;
    margin: 16px 0 0 !important;
    color: #52637a !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}
body.ibys-ui-v2 .belge-havuzu-card-main > b {
    grid-area: count !important;
    align-self: center !important;
    justify-self: end !important;
}
body.ibys-ui-v2 .belge-havuzu-card-flow-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 12px 0 14px !important;
    border-bottom: 1px solid #d9e5f4 !important;
}
body.ibys-ui-v2 .belge-havuzu-card-actions-unified {
    grid-template-columns: 1fr !important;
}
/* 2026-06-30: Belge havuzu tek kayit karti duzeni. */
body.ibys-ui-v2 .belge-havuzu-single-card-workbench .belge-havuzu-kpi-grid {
    display: none !important;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-single {
    display: block !important;
    max-width: 460px !important;
    padding: 12px !important;
    border: 1px solid #dbe6f2 !important;
    border-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
    background: #f8fbff !important;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-single::after {
    content: none !important;
    display: none !important;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-single .belge-havuzu-process-panel {
    min-height: auto !important;
    padding: 12px !important;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-single .belge-havuzu-process-head {
    padding: 0 0 10px !important;
}
body.ibys-ui-v2 .belge-havuzu-workbench-layout-single .belge-havuzu-card-search {
    margin: 0 0 12px !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel {
    margin: 0 0 12px !important;
    overflow: hidden !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-panel-head {
    background: #eefdf9 !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-form {
    padding: 10px !important;
    background: #fff !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .belge-havuzu-create-single-card {
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 10px !important;
    background: #fff !important;
}
body.ibys-ui-v2 .belge-havuzu-create-tools {
    display: none !important;
    gap: 10px !important;
    padding-top: 4px !important;
}
body.ibys-ui-v2 .belge-havuzu-create-tools button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    border: 1px solid #cfe0f4 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #17233a !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}
body.ibys-ui-v2 .belge-havuzu-create-tools button.is-primary {
    border-color: #2563eb !important;
    background: #2563eb !important;
    color: #fff !important;
}
body.ibys-ui-v2 .belge-havuzu-create-tools svg {
    width: 17px !important;
    height: 17px !important;
}
body.ibys-ui-v2 .belge-havuzu-active-actions {
    display: grid !important;
    gap: 10px !important;
    padding: 10px !important;
    border: 1px solid #d7e4f5 !important;
    border-radius: 10px !important;
    background: #f8fbff !important;
}
body.ibys-ui-v2 .belge-havuzu-active-actions-head {
    display: grid !important;
    gap: 3px !important;
    padding-bottom: 2px !important;
}
body.ibys-ui-v2 .belge-havuzu-active-actions-head span {
    color: #2563eb !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
}
body.ibys-ui-v2 .belge-havuzu-active-actions-head strong {
    color: #0b172a !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
}
body.ibys-ui-v2 .belge-havuzu-active-actions-grid {
    display: grid !important;
    gap: 9px !important;
}
body.ibys-ui-v2 .belge-havuzu-active-actions-grid button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    width: 100% !important;
    border: 1px solid #cfe0f4 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #17233a !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    cursor: pointer !important;
}
body.ibys-ui-v2 .belge-havuzu-active-actions-grid button.is-primary {
    border-color: #2563eb !important;
    background: #2563eb !important;
    color: #fff !important;
}
body.ibys-ui-v2 .belge-havuzu-active-actions-grid button.is-danger {
    border-color: #fecaca !important;
    background: #fff1f2 !important;
    color: #b91c1c !important;
}
body.ibys-ui-v2 .belge-havuzu-active-actions-grid svg {
    width: 17px !important;
    height: 17px !important;
}
body.ibys-ui-v2 .belge-havuzu-active-actions-empty {
    min-height: 42px !important;
    display: grid !important;
    place-items: center !important;
    padding: 10px !important;
    border: 1px dashed #cbd9ec !important;
    border-radius: 8px !important;
    color: #64748b !important;
    background: #fff !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    text-align: center !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-actions {
    margin-top: 2px !important;
    padding-top: 12px !important;
    border-top: 1px solid #e3ebf6 !important;
}
body.ibys-ui-v2 .belge-havuzu-create-panel .senkra-transfer-btn.primary span {
    white-space: normal !important;
}
/* 2026-07-01: Belge havuzu sol surec karti + sag on kontrol akisi. */
body.ibys-ui-v2 .belge-havuzu-workbench-layout {
    grid-template-columns: minmax(360px, 460px) minmax(0, 1fr) !important;
    max-width: none !important;
}
body.ibys-ui-v2 .belge-havuzu-workspace-panel:not(.is-no-card) .ozluk-workspace-shell {
    display: grid !important;
}
body.ibys-ui-v2 .belge-havuzu-workspace-panel .belge-havuzu-selected-card {
    display: none !important;
}
body.ibys-ui-v2 .belge-havuzu-card-actions-unified button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}
body.ibys-ui-v2 .belge-havuzu-card-actions-unified button svg {
    width: 16px !important;
    height: 16px !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker {
    display: grid !important;
    gap: 18px !important;
    text-align: left !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker-head {
    display: grid !important;
    gap: 8px !important;
    padding: 8px 4px 2px !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker-head span {
    color: #2563eb !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker-head h3 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker-head p {
    margin: 0 !important;
    color: #607089 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker-drop {
    min-height: 150px !important;
    display: grid !important;
    grid-template-columns: 68px minmax(160px, 210px) minmax(160px, 210px) !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 28px !important;
    border: 2px dashed #a9c8ff !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker-drop i {
    display: inline-grid !important;
    place-items: center !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 16px !important;
    background: #eaf2ff !important;
    color: #2563eb !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker-drop i svg {
    width: 28px !important;
    height: 28px !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker-drop button {
    min-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    border: 1px solid #d2dff0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #16233a !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    cursor: pointer !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker-drop button:hover {
    border-color: #2563eb !important;
    color: #1d4ed8 !important;
    box-shadow: 0 12px 26px rgba(37, 99, 235, .12) !important;
}
body.ibys-ui-v2 .belge-havuzu-file-picker-drop button svg {
    width: 16px !important;
    height: 16px !important;
}
@media (max-width: 760px) {
    body.ibys-ui-v2 .belge-havuzu-file-picker-drop {
        grid-template-columns: 1fr !important;
        justify-items: stretch !important;
    }
}
/* EÄŸitim detay kartÄ± saÄŸ drawer standardÄ±: panel her zaman saÄŸdan aÃ§Ä±lÄ±r. */
.ibys-training-detail-modal {
    position: fixed;
    top: 62px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100900;
    display: none;
    overflow: hidden;
}

body.ibys-ui-v2 .ibys-training-detail-modal {
    top: 52px;
}

.ibys-training-detail-modal.is-open {
    display: block;
}

.ibys-training-detail-modal .ibys-training-detail-backdrop {
    position: absolute;
    inset: 0;
}

.ibys-training-detail-modal .ibys-training-detail-panel {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin-left: auto;
    margin-right: 0;
    width: min(552px, calc(100vw - 18px));
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 760px) {
    .ibys-training-detail-modal {
        top: 50px;
    }

    .ibys-training-detail-modal .ibys-training-detail-panel {
        width: 100vw;
    }
}

body.ibys-ui-v2 .belge-havuzu-form-actions{display:grid;gap:10px;margin:12px 0 4px;padding:12px;border:1px solid #dbe7f5;border-radius:8px;background:#f8fbff;}
body.ibys-ui-v2 .belge-havuzu-form-actions.is-empty{background:#fff;border-style:dashed;}
body.ibys-ui-v2 .belge-havuzu-form-selected{display:grid;gap:3px;padding-bottom:8px;border-bottom:1px solid #e3edf8;}
body.ibys-ui-v2 .belge-havuzu-form-selected span{color:#2563eb;font-size:11px;font-weight:900;text-transform:uppercase;}
body.ibys-ui-v2 .belge-havuzu-form-selected strong{color:#0f172a;font-size:14px;font-weight:900;line-height:1.25;}
body.ibys-ui-v2 .belge-havuzu-form-actions-grid{display:grid;grid-template-columns:1fr;gap:10px;}
body.ibys-ui-v2 .belge-havuzu-form-actions-grid button{min-height:44px;border:1px solid #cfe0f5;border-radius:8px;background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:900;cursor:pointer;}
body.ibys-ui-v2 .belge-havuzu-form-actions-grid button svg{width:17px;height:17px;fill:currentColor;}
body.ibys-ui-v2 .belge-havuzu-form-actions-grid button.is-primary{border-color:#2563eb;background:#2563eb;color:#fff;box-shadow:0 8px 18px rgba(37,99,235,.16);}
body.ibys-ui-v2 .belge-havuzu-form-actions-grid button.is-danger{border-color:#fecaca;background:#fff1f2;color:#b91c1c;}
body.ibys-ui-v2 .belge-havuzu-form-actions-empty{color:#64748b;font-size:12px;font-weight:800;line-height:1.45;}
body.ibys-ui-v2 .belge-havuzu-card-shell .belge-havuzu-card-actions-unified{display:none!important;}
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.belge-havuzu-upload-modal-dialog{max-width:min(980px,calc(100vw - 48px));}
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.belge-havuzu-upload-modal-dialog .app-dialog-content{overflow-x:hidden;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-modal{display:grid;grid-template-columns:minmax(260px,340px) minmax(360px,1fr);gap:14px;width:min(900px,calc(100vw - 92px));max-width:100%;text-align:left;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar{grid-column:1 / -1;display:grid;grid-template-columns:auto repeat(4,max-content) minmax(130px,1fr) auto auto;gap:8px;align-items:center;padding:10px;border:1px solid #d7e4f5;border-radius:8px;background:#f8fbff;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar-icon{width:34px;height:34px;border-radius:8px;background:#eef6ff;color:#2563eb;display:inline-grid;place-items:center;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar svg{width:16px;height:16px;fill:currentColor;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar span:not(.belge-havuzu-upload-toolbar-icon),body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar em{min-height:30px;padding:0 10px;border:1px solid #d8e5f5;border-radius:999px;background:#fff;color:#43546d;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:950;font-style:normal;white-space:nowrap;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar span.is-ok{border-color:#bbf7d0;background:#ecfdf5;color:#047857;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar span.is-error{border-color:#fed7aa;background:#fff7ed;color:#c2410c;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar-meter{height:8px;min-width:120px;overflow:hidden;border-radius:999px;background:#e5edf7;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar-meter i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#0f9488);transition:width .24s ease;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar strong{color:#2563eb;font-size:12px;font-weight:950;text-align:right;white-space:nowrap;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-modal.is-complete .belge-havuzu-upload-toolbar em{border-color:#bbf7d0;background:#ecfdf5;color:#047857;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-modal.is-error .belge-havuzu-upload-toolbar em{border-color:#fed7aa;background:#fff7ed;color:#c2410c;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-card,body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-status{border:1px solid #d7e4f5;border-radius:8px;background:#fff;overflow:hidden;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-card .belge-havuzu-file-picker-head{padding:14px 16px 12px!important;border-bottom:1px solid #e5edf7;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-card .belge-havuzu-file-picker-head h3{font-size:18px!important;line-height:1.2!important;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-card .belge-havuzu-file-picker-drop{margin:14px;grid-template-columns:58px minmax(150px,1fr)!important;min-height:150px!important;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-buttons{display:grid;gap:10px;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-status{display:grid;align-content:center;gap:12px;padding:18px;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-status-head{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid #e5edf7;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-status-head i{width:40px;height:40px;border-radius:10px;background:#eff6ff;color:#2563eb;display:inline-grid;place-items:center;flex:0 0 auto;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-status-head svg{width:18px;height:18px;fill:currentColor;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-status-head h3{margin:0;color:#0f172a;font-size:17px;font-weight:950;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-status-head p{margin:3px 0 0;color:#64748b;font-size:12px;font-weight:800;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-progress{display:grid;gap:4px;padding:12px;border:1px solid #dbe7f5;border-radius:8px;background:#f8fbff;color:#0f172a;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-progress strong{font-size:13px;font-weight:950;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-progress span{color:#64748b;font-size:12px;font-weight:800;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-result{padding:12px;border:1px solid #bbf7d0;border-radius:8px;background:#ecfdf5;color:#047857;font-size:13px;font-weight:900;line-height:1.45;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-modal.is-error .belge-havuzu-upload-result{border-color:#fed7aa;background:#fff7ed;color:#c2410c;}
body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-buttons button:disabled{cursor:wait;opacity:.62;}
@media (max-width: 900px){body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-modal{grid-template-columns:1fr;width:min(560px,calc(100vw - 44px));}body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar{grid-template-columns:auto repeat(2,max-content);align-items:start;}body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar-meter{grid-column:1 / -1;width:100%;}body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar strong,body.ibys-ui-v2 #appDialogMessage .belge-havuzu-upload-toolbar em{justify-self:start;}}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-confirm {
    display: grid;
    gap: 12px;
    text-align: left;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-confirm,
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-delete-confirm {
    width: min(560px, calc(100vw - 32px)) !important;
    max-width: min(560px, calc(100vw - 32px)) !important;
    align-items: start;
    border-radius: 18px !important;
    border: 1px solid #cfe0f5 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .22) !important;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-confirm .app-dialog-icon,
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-delete-confirm .app-dialog-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 14px !important;
    background: #eef6ff !important;
    border-color: #bfdbfe !important;
    color: #1d5fbf !important;
    box-shadow: none !important;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-delete-confirm .app-dialog-icon {
    background: #fff7ed !important;
    border-color: #fed7aa !important;
    color: #c2410c !important;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-confirm .app-dialog-content,
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-delete-confirm .app-dialog-content {
    gap: 10px !important;
    min-width: 0;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-confirm .app-dialog-content h4,
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-delete-confirm .app-dialog-content h4 {
    font-size: 22px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    color: #0f172a !important;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-confirm .app-dialog-message,
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-delete-confirm .app-dialog-message {
    display: grid;
    gap: 12px;
    color: #475569 !important;
    font-size: 13.5px !important;
    font-weight: 750 !important;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-confirm .app-dialog-actions,
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-delete-confirm .app-dialog-actions {
    grid-column: 1 / -1;
    justify-content: flex-end !important;
    gap: 10px !important;
    padding-top: 14px !important;
    margin-top: 2px !important;
    border-top: 1px solid #e7eef8 !important;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-confirm .app-dialog-btn,
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-delete-confirm .app-dialog-btn {
    min-width: 118px !important;
    height: 42px !important;
    border-radius: 12px !important;
    font-size: 13.5px !important;
    font-weight: 900 !important;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-delete-confirm .app-dialog-btn.primary {
    background: linear-gradient(180deg, #f97316 0%, #dc2626 100%) !important;
    border-color: #f97316 !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(220, 38, 38, .20) !important;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.is-ozluk-workspace-delete-confirm .app-dialog-btn.secondary {
    background: #fff !important;
    border-color: #d7e3f3 !important;
    color: #334155 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04) !important;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-confirm-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-confirm-summary span {
    display: grid;
    gap: 3px;
    min-height: 58px;
    padding: 10px;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    background: #f8fbff;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-confirm-summary em {
    color: #64748b;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-confirm-summary strong {
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-confirm p {
    margin: 0;
    color: #0f172a;
    font-size: 14px;
    font-weight: 850;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-confirm-list {
    display: grid;
    gap: 8px;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-confirm-list span {
    position: relative;
    min-height: 30px;
    padding: 7px 10px 7px 30px;
    border: 1px solid #e1eaf6;
    border-radius: 10px;
    background: #fff;
    color: #53657f;
    line-height: 1.35;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-confirm-list span::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 13px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #f97316;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table tr.ozluk-workspace-file-row td {
    height: 72px;
    padding: 10px 14px;
    background: #ffffff;
    border-bottom: 1px solid #e7eef7;
    vertical-align: middle;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table tr.ozluk-workspace-file-row td:first-child {
    border-left: 4px solid #1769e8;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table tr.ozluk-workspace-file-row.is-missing td,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table tr.ozluk-workspace-file-row.is-error td {
    background: #fffdfb;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table tr.ozluk-workspace-file-row.is-ready td,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table tr.ozluk-workspace-file-row.is-uploaded td {
    background: #fbfffd;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th:nth-child(1),
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td:nth-child(1) { width: 74px; }
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th:nth-child(2),
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td:nth-child(2) { width: 42%; }
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th:nth-child(3),
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td:nth-child(3) { width: 130px; }
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th:nth-child(4),
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td:nth-child(4) { width: 30%; }
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th:nth-child(5),
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td:nth-child(5) {
    width: 112px;
    text-align: right;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-file-type {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid #cfe1ff;
    border-radius: 10px;
    background: #edf4ff;
    color: #1769e8;
    font-size: 12px;
    font-style: italic;
    font-weight: 950;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-file-name strong,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-file-size strong {
    display: block;
    color: #0f172a;
    font-weight: 950;
    line-height: 1.16;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-file-name strong {
    font-size: 14px;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-file-size strong {
    font-size: 16px;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table th,
body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table td {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(1),
body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(1) {
    width: 78px !important;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(2),
body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(2) {
    width: auto !important;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(3),
body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(3) {
    width: 96px !important;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(4),
body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(4) {
    width: 250px !important;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table th:nth-child(5),
body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-inline-mount .ozluk-workspace-table td:nth-child(5) {
    width: 168px !important;
    text-align: right !important;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-file-type {
    width: 42px;
    height: 42px;
    font-size: 11px;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-file-name strong {
    max-width: 34ch;
    font-size: 13px;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-file-size strong {
    font-size: 13px;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-action-cell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-action-note {
    min-width: 0;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
    text-align: right;
    white-space: nowrap;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-file-name span,
body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-file-size span {
    font-size: 11px;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-missing-tags {
    gap: 6px;
}

body.ibys-ui-v2 .belge-havuzu-page-card .belge-aktarim-workspace .ozluk-workspace-missing-pill {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-file-name span,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-file-size span {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-missing-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-missing-pill {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border: 1px solid #ffc4bd;
    border-radius: 999px;
    background: #fff1f0;
    color: #b42318;
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-missing-pill.is-warning {
    border-color: #fed7aa;
    background: #fff7e6;
    color: #b56b00;
}

body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-missing-pill.is-ready,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-missing-pill.is-uploaded {
    border-color: #b7ebcb;
    background: #ecfdf3;
    color: #15803d;
}

/* Final row-only layout for ozluk belge eslestirme listesi. */
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table tr.ozluk-workspace-file-row td {
    height: 50px !important;
    padding: 7px 12px !important;
    background: #fff !important;
    border-bottom: 1px solid #e7eef7 !important;
    vertical-align: middle !important;
}

body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table tr.ozluk-workspace-file-row td:first-child {
    border-left: 4px solid #1769e8 !important;
}

body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table th:nth-child(1),
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table td:nth-child(1) { width: 74px !important; }
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table th:nth-child(2),
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table td:nth-child(2) { width: 42% !important; }
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table th:nth-child(3),
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table td:nth-child(3) { width: 130px !important; }
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table th:nth-child(4),
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table td:nth-child(4) { width: 30% !important; }
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table th:nth-child(5),
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table td:nth-child(5) {
    width: 112px !important;
    text-align: right !important;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-confirm ul {
    margin: 0;
    padding-left: 18px;
    color: #53657f;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.55;
}

body.ibys-ui-v2 #appDialogModal .app-dialog-panel.ozluk-workspace-delete-process-dialog {
    max-width: min(760px, calc(100vw - 48px));
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process {
    display: grid;
    gap: 14px;
    width: min(680px, calc(100vw - 92px));
    max-width: 100%;
    text-align: left;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-summary span {
    display: grid;
    gap: 4px;
    min-height: 68px;
    padding: 12px;
    border: 1px solid #d9e6f5;
    border-radius: 8px;
    background: #f8fbff;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-summary em {
    color: #64748b;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-summary strong {
    color: #0f172a;
    font-size: 22px;
    font-weight: 950;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-meter {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7eef8;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-meter i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb, #0f9488);
    transition: width .25s ease;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process.is-error .ozluk-workspace-delete-process-meter i {
    background: linear-gradient(90deg, #dc2626, #f97316);
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process.is-complete .ozluk-workspace-delete-process-meter i {
    background: linear-gradient(90deg, #059669, #14b8a6);
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-steps li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 6px 10px;
    align-items: center;
    min-height: 78px;
    padding: 12px;
    border: 1px solid #d9e6f5;
    border-radius: 8px;
    background: #fff;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-steps li span {
    grid-row: span 2;
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 950;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-steps li strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 950;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-steps li em {
    color: #64748b;
    font-size: 11px;
    font-style: normal;
    font-weight: 750;
    line-height: 1.35;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-steps li.is-active {
    border-color: #93c5fd;
    background: #eff6ff;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-steps li.is-done {
    border-color: #bbf7d0;
    background: #ecfdf5;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-steps li.is-done span {
    background: #d1fae5;
    color: #047857;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-note {
    padding: 12px 14px;
    border: 1px solid #d9e6f5;
    border-radius: 8px;
    background: #f8fbff;
    color: #53657f;
    font-size: 13px;
    font-weight: 850;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process.is-error .ozluk-workspace-delete-process-note {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #c2410c;
}

body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process.is-complete .ozluk-workspace-delete-process-note {
    border-color: #bbf7d0;
    background: #ecfdf5;
    color: #047857;
}

@media (max-width: 760px) {
    body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-summary,
    body.ibys-ui-v2 #appDialogMessage .ozluk-workspace-delete-process-steps {
        grid-template-columns: 1fr;
    }
}

/* Belge Aktarim Merkezi - onayli yeni kurgu */
body.ibys-ui-v2 .belge-aktarim-page {
    --bam-page: #eef3f8;
    --bam-card: #fff;
    --bam-line: #d6e4f4;
    --bam-soft: #f7fbff;
    --bam-text: #0f1f37;
    --bam-muted: #61728d;
    --bam-blue: #2563eb;
    --bam-teal: #0f9488;
    --bam-green: #0f8a62;
    --bam-red: #c6283f;
    --bam-orange: #c56a11;
    --bam-shadow: 0 16px 38px rgba(17, 32, 55, .08);
    background: transparent;
    border: 0;
    box-shadow: none;
}
body.ibys-ui-v2 .belge-aktarim-page .workplace-form-body {
    padding: 0;
}
body.ibys-ui-v2 .belge-aktarim-layout {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    color: var(--bam-text);
}
body.ibys-ui-v2 .belge-aktarim-side,
body.ibys-ui-v2 .belge-aktarim-workspace {
    border: 1px solid var(--bam-line);
    border-radius: 8px;
    background: var(--bam-card);
    box-shadow: var(--bam-shadow);
}
body.ibys-ui-v2 .belge-aktarim-side {
    padding: 14px;
    display: grid;
    gap: 12px;
}
body.ibys-ui-v2 .belge-aktarim-panel-title {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5edf7;
}
body.ibys-ui-v2 .belge-aktarim-panel-title span,
body.ibys-ui-v2 .belge-aktarim-workspace-head > div > span,
body.ibys-ui-v2 .belge-aktarim-process-info em {
    display: block;
    color: var(--bam-teal);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0;
}
body.ibys-ui-v2 .belge-aktarim-panel-title h2,
body.ibys-ui-v2 .belge-aktarim-workspace-head h1,
body.ibys-ui-v2 .belge-aktarim-selected-card h2 {
    margin: 0;
    color: var(--bam-text);
    line-height: 1.18;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-panel-title h2 { font-size: 20px; }
body.ibys-ui-v2 .belge-aktarim-search { position: relative; display: block; }
body.ibys-ui-v2 .belge-aktarim-search input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--bam-line);
    border-radius: 8px;
    background: var(--bam-soft);
    padding: 0 42px 0 14px;
    color: var(--bam-text);
    outline: 0;
    font-weight: 850;
}
body.ibys-ui-v2 .belge-aktarim-search svg {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 18px;
    height: 18px;
    color: #455875;
    fill: currentColor;
}
body.ibys-ui-v2 .belge-aktarim-start-card {
    border: 1px solid #bce8df;
    border-radius: 8px;
    background: #f0fffb;
    overflow: hidden;
}
body.ibys-ui-v2 .belge-aktarim-start-head {
    width: 100%;
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
    align-items: center;
    padding: 12px;
    color: var(--bam-text);
    text-align: left;
    cursor: pointer;
}
body.ibys-ui-v2 .belge-aktarim-start-head strong {
    display: block;
    font-size: 16px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-start-head em {
    display: block;
    margin-top: 2px;
    color: var(--bam-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
    line-height: 1.35;
}
body.ibys-ui-v2 .belge-aktarim-start-head i,
body.ibys-ui-v2 .belge-aktarim-process-tools button {
    width: 40px;
    height: 40px;
    border: 1px solid #bdd3ef;
    background: #f8fbff;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    color: #10233d;
    cursor: pointer;
}
body.ibys-ui-v2 .belge-aktarim-iconbox {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    display: inline-grid;
    place-items: center;
    background: #e8f2ff;
    color: var(--bam-blue);
}
body.ibys-ui-v2 .belge-aktarim-iconbox.is-teal {
    background: #dcf7f1;
    color: var(--bam-teal);
}
body.ibys-ui-v2 .belge-aktarim-iconbox svg,
body.ibys-ui-v2 .belge-aktarim-start-head i svg,
body.ibys-ui-v2 .belge-aktarim-process-tools svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
body.ibys-ui-v2 .belge-aktarim-form-card {
    border-top: 1px solid #caeadf;
    background: #fff;
    padding: 12px;
    display: grid;
    gap: 11px;
}
body.ibys-ui-v2 .belge-aktarim-form-card[hidden] { display: none !important; }
body.ibys-ui-v2 .belge-aktarim-form-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bam-text);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-aktarim-form-card label {
    display: grid;
    gap: 7px;
    color: #60708a;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-aktarim-form-card input,
body.ibys-ui-v2 .belge-aktarim-form-card textarea {
    width: 100%;
    border: 1px solid #cfe0f4;
    border-radius: 8px;
    background: #f5f8fd;
    color: var(--bam-text);
    outline: 0;
    padding: 12px;
    font-weight: 850;
}
body.ibys-ui-v2 .belge-aktarim-form-card textarea {
    min-height: 86px;
    resize: vertical;
}
body.ibys-ui-v2 .belge-aktarim-create-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #e5edf7;
}
body.ibys-ui-v2 .belge-aktarim-btn {
    min-height: 44px;
    min-width: 122px;
    border: 1px solid #cfe0f4;
    border-radius: 8px;
    background: #fff;
    color: var(--bam-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-btn svg { width: 17px; height: 17px; fill: currentColor; }
body.ibys-ui-v2 .belge-aktarim-btn.is-primary {
    background: var(--bam-blue);
    border-color: var(--bam-blue);
    color: #fff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .18);
}
body.ibys-ui-v2 .belge-aktarim-card-list {
    display: grid;
    gap: 10px;
}
body.ibys-ui-v2 .belge-aktarim-empty,
body.ibys-ui-v2 .belge-aktarim-process-card {
    border: 1px solid var(--bam-line);
    border-radius: 8px;
    background: var(--bam-soft);
    padding: 14px;
}
body.ibys-ui-v2 .belge-aktarim-process-card {
    display: grid;
    gap: 10px;
    background: #fff;
}
body.ibys-ui-v2 .belge-aktarim-process-card.is-active {
    border-color: var(--bam-blue);
    box-shadow: inset 4px 0 0 var(--bam-blue);
}
body.ibys-ui-v2 .belge-aktarim-process-main {
    width: 100%;
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 0;
    text-align: left;
    cursor: pointer;
}
body.ibys-ui-v2 .belge-aktarim-process-info strong {
    display: block;
    color: var(--bam-text);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.25;
}
body.ibys-ui-v2 .belge-aktarim-process-main b {
    min-width: 34px;
    height: 34px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
    color: #047857;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-process-card p {
    margin: 0;
    color: var(--bam-muted);
    line-height: 1.45;
    font-size: 12px;
    font-weight: 850;
}
body.ibys-ui-v2 .belge-aktarim-process-dates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}
body.ibys-ui-v2 .belge-aktarim-process-dates span {
    min-width: 0;
    border: 1px solid var(--bam-line);
    border-radius: 8px;
    background: #f8fbff;
    padding: 7px 9px;
    display: grid;
    gap: 2px;
}
body.ibys-ui-v2 .belge-aktarim-process-dates em {
    color: var(--bam-muted);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-aktarim-process-dates strong {
    color: var(--bam-text);
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.ibys-ui-v2 .belge-aktarim-process-tools {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
}
body.ibys-ui-v2 .belge-aktarim-process-tools button {
    width: 34px;
    height: 34px;
    color: #1d5da8;
}
body.ibys-ui-v2 .belge-aktarim-process-tools button.is-danger {
    color: #b91c1c;
    background: #fff7f7;
    border-color: #fecaca;
}
body.ibys-ui-v2 .belge-aktarim-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
body.ibys-ui-v2 .belge-aktarim-metrics span {
    min-height: 42px;
    border: 1px solid var(--bam-line);
    border-radius: 8px;
    background: #f8fbff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--bam-text);
    font-size: 12px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-workspace {
    min-height: 680px;
    padding: 16px;
    display: grid;
    gap: 14px;
    align-content: start;
}
body.ibys-ui-v2 .belge-aktarim-workspace-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid #d7e4f5;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbff 0%, #fff 100%);
}
body.ibys-ui-v2 .belge-aktarim-workspace-head h1 {
    margin-top: 3px;
    font-size: 20px;
}
body.ibys-ui-v2 .belge-aktarim-workspace-head p,
body.ibys-ui-v2 .belge-aktarim-selected-card p {
    margin: 4px 0 0;
    color: var(--bam-muted);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.45;
}
body.ibys-ui-v2 .belge-aktarim-head-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}
body.ibys-ui-v2 .belge-aktarim-head-chips span,
body.ibys-ui-v2 .belge-aktarim-selected-card div div span {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #dbe7f5;
    border-radius: 999px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    color: #43546d;
    font-size: 11px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-workspace .belge-aktarim-workspace-head,
body.ibys-ui-v2 .belge-aktarim-workspace .belge-aktarim-selected-card {
    display: none !important;
}
body.ibys-ui-v2 .belge-aktarim-selected-card {
    border: 1px solid #d7e4f5;
    border-radius: 8px;
    background: #fff;
    padding: 14px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}
body.ibys-ui-v2 .belge-aktarim-selected-card h2 { font-size: 17px; }
body.ibys-ui-v2 .belge-aktarim-selected-card div div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 7px;
}
body.ibys-ui-v2 .belge-aktarim-selected-card > strong {
    min-width: 120px;
    min-height: 42px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #047857;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
body.ibys-ui-v2 .belge-aktarim-kpis article {
    --tone: #2563eb;
    --tint: rgba(37, 99, 235, .11);
    min-height: 126px;
    border: 1px solid var(--bam-line);
    border-radius: 8px;
    background: linear-gradient(145deg, #fff 0%, #f7fbff 100%);
    padding: 14px;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 43, 87, .04);
}
body.ibys-ui-v2 .belge-aktarim-kpis article::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 98px;
    height: 98px;
    border-radius: 999px;
    background: var(--tint);
}
body.ibys-ui-v2 .belge-aktarim-kpis .is-ready { --tone: #0f8f82; --tint: rgba(15, 143, 130, .12); }
body.ibys-ui-v2 .belge-aktarim-kpis .is-size { --tone: #0f8f82; --tint: rgba(15, 143, 130, .12); }
body.ibys-ui-v2 .belge-aktarim-kpis .is-missing { --tone: #f59e0b; --tint: rgba(245, 158, 11, .14); }
body.ibys-ui-v2 .belge-aktarim-kpis .is-done { --tone: #64748b; --tint: rgba(100, 116, 139, .12); }
body.ibys-ui-v2 .belge-aktarim-kpis i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: conic-gradient(var(--tone) calc(var(--pct) * 1%), #e7eef7 0);
    display: grid;
    place-items: center;
    position: relative;
    font-style: normal;
}
body.ibys-ui-v2 .belge-aktarim-kpis i::after {
    content: "";
    position: absolute;
    inset: 9px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5edf7;
}
body.ibys-ui-v2 .belge-aktarim-kpis b {
    position: relative;
    z-index: 1;
    color: var(--bam-text);
    font-size: 24px;
    line-height: 1;
}
body.ibys-ui-v2 .belge-aktarim-kpis .is-size b {
    font-size: 16px;
    white-space: nowrap;
}
body.ibys-ui-v2 .belge-aktarim-kpis span,
body.ibys-ui-v2 .belge-aktarim-kpis p {
    position: relative;
    z-index: 1;
    grid-column: 2;
}
body.ibys-ui-v2 .belge-aktarim-kpis span {
    color: var(--bam-muted);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-aktarim-kpis p {
    margin: 0;
    color: var(--bam-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}
body.ibys-ui-v2 .belge-aktarim-no-card {
    min-height: 280px;
    border: 1px dashed #bdd3ef;
    border-radius: 8px;
    background: #f8fbff;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    text-align: center;
}
body.ibys-ui-v2 .belge-aktarim-no-card strong { font-size: 18px; font-weight: 950; }
body.ibys-ui-v2 .belge-aktarim-no-card span { color: var(--bam-muted); font-size: 12px; font-weight: 850; }
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-inline-mount { min-width: 0; }
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-inline-mount .bulk-upload-top-panels {
    display: none !important;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-shell {
    border: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}
body.ibys-ui-v2 .belge-aktarim-workspace .document-upload-card,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-upload-card,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-progress-card {
    display: none !important;
}
body.ibys-ui-v2 .belge-aktarim-workspace .employee-import-preview.ozluk-workspace-review-card {
    margin: 0;
    border: 1px solid var(--bam-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
body.ibys-ui-v2 .belge-aktarim-workspace .employee-import-preview-head {
    min-height: 64px;
    padding: 14px 18px;
    background: #fff;
    border-bottom: 1px solid #e1eaf5;
}
body.ibys-ui-v2 .belge-aktarim-workspace .employee-import-preview-head h4:nth-of-type(2),
body.ibys-ui-v2 .belge-aktarim-workspace .employee-import-preview-head p:nth-of-type(2) {
    display: none;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-review-title {
    gap: 3px !important;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-review-title h4 {
    font-size: 15px !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-review-title p {
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-review-strip {
    display: none !important;
}
body.ibys-ui-v2 .belge-aktarim-workspace .employee-import-table-wrap {
    border: 0;
    border-radius: 0;
    overflow-x: auto;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table {
    width: 100%;
    min-width: 760px;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th {
    height: 44px;
    padding: 0 14px;
    background: #f3f7fc;
    color: #5a6d89;
    border-bottom: 1px solid #e1eaf5;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td {
    height: 58px;
    padding: 8px 14px;
    background: #fff8ee;
    border-bottom: 1px solid #f2e2ce;
    vertical-align: middle;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th:nth-child(1),
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td:nth-child(1) { width: 26%; }
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th:nth-child(2),
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td:nth-child(2) { width: 30%; }
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th:nth-child(3),
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td:nth-child(3) { width: 13%; }
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th:nth-child(4),
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td:nth-child(4) { width: 20%; }
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th:nth-child(5),
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table td:nth-child(5) {
    width: 96px;
    text-align: right;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-table th[hidden] {
    display: none !important;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-file strong,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-main-cell strong,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-date-cell strong {
    display: block;
    color: var(--bam-text);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.ibys-ui-v2 .ozluk-workspace-limit-control {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5d708d;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}
body.ibys-ui-v2 .ozluk-workspace-limit-control select {
    min-width: 76px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #cfe0f4;
    border-radius: 12px;
    background: #f8fbff;
    color: #10213c;
    font-weight: 900;
}
body.ibys-ui-v2 .ozluk-workspace-reason-cell {
    color: #6a7b95;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.35;
}
body.ibys-ui-v2 .ozluk-workspace-reason-cell strong {
    display: -webkit-box;
    color: #8a3415;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
body.ibys-ui-v2 .ozluk-workspace-reason-cell.is-empty {
    color: #9aa9bc;
}
body.ibys-ui-v2 .ozluk-workspace-limit-row td {
    height: auto !important;
    min-height: 0 !important;
    padding: 12px 18px !important;
    background: #f8fbff !important;
    color: #5d708d !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-file span,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-file em,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-main-cell small,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-date-cell small {
    display: none;
    margin-top: 4px;
    color: var(--bam-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
    line-height: 1.35;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-main-cell.is-empty strong,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-date-cell.is-empty strong {
    color: #9a3412;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-check {
    display: inline-flex;
    min-height: 30px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    background: #fff4e5;
    color: #9a3412;
    border: 1px solid #fdc98b;
    max-width: 100%;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-check i,
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-check small {
    display: none;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-check strong {
    display: block;
    max-width: 138px;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-check.is-ready {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-check.is-uploaded {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}
body.ibys-ui-v2 .belge-aktarim-workspace .ozluk-workspace-actions {
    display: inline-flex;
    justify-content: flex-end;
    gap: 6px;
}
body.ibys-ui-v2 .belge-aktarim-workspace .mini-btn.view {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 0;
    background: #1d5da8;
    color: #fff;
    box-shadow: 0 8px 18px rgba(29, 93, 168, .18);
}
body.ibys-ui-v2 .belge-aktarim-workspace .mini-btn.delete {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}
body.ibys-ui-v2 .belge-aktarim-workspace .document-upload-footer {
    border-top: 1px solid #e5edf7;
    background: #fff;
}
body.ibys-ui-v2 .belge-aktarim-workspace.is-no-card .ozluk-workspace-shell {
    display: none !important;
}
@media (max-width: 1180px) {
    body.ibys-ui-v2 .belge-aktarim-layout { grid-template-columns: 360px minmax(0, 1fr); }
    body.ibys-ui-v2 .belge-aktarim-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 920px) {
    body.ibys-ui-v2 .belge-aktarim-layout,
    body.ibys-ui-v2 .belge-aktarim-workspace-head,
    body.ibys-ui-v2 .belge-aktarim-selected-card {
        grid-template-columns: 1fr;
    }
    body.ibys-ui-v2 .belge-aktarim-head-chips { justify-content: flex-start; }
}
body.ibys-ui-v2 .bam-permission-matrix {
    border: 1px solid #d6e4f4;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
body.ibys-ui-v2 .bam-permission-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(90px, .45fr)) 70px;
    align-items: center;
    min-height: 62px;
    border-bottom: 1px solid #e5edf7;
}
body.ibys-ui-v2 .bam-permission-row:last-child { border-bottom: 0; }
body.ibys-ui-v2 .bam-permission-row.is-head {
    min-height: 46px;
    background: #f2f6fb;
    color: #5a6d89;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}
body.ibys-ui-v2 .bam-permission-row > * {
    min-width: 0;
    padding: 8px 12px;
    border-right: 1px solid #e5edf7;
}
body.ibys-ui-v2 .bam-permission-row > *:last-child { border-right: 0; text-align: center; }
body.ibys-ui-v2 .bam-permission-row > strong {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: #0f1f37;
    font-size: 13px;
    font-weight: 850;
}
body.ibys-ui-v2 .bam-permission-row > strong i {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: #e8f2ff;
    color: #2563eb;
    font-style: normal;
    font-weight: 950;
}
body.ibys-ui-v2 .bam-permission-row > strong em {
    display: block;
    margin-top: 3px;
    color: #61728d;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}
body.ibys-ui-v2 .bam-permission-row > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #0f1f37;
    font-size: 12px;
    font-weight: 800;
}
body.ibys-ui-v2 .bam-switch {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
body.ibys-ui-v2 .bam-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
body.ibys-ui-v2 .bam-switch b {
    width: 42px;
    height: 24px;
    border-radius: 999px;
    background: #cbd5e1;
    position: relative;
    transition: background .18s ease;
}
body.ibys-ui-v2 .bam-switch b::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .16);
    transition: transform .18s ease;
}
body.ibys-ui-v2 .bam-switch input:checked + b {
    background: #0f9488;
}
body.ibys-ui-v2 .bam-switch input:checked + b::after {
    transform: translateX(18px);
}
body.ibys-ui-v2 .bam-switch input:disabled + b {
    opacity: .55;
    cursor: not-allowed;
}
body.ibys-ui-v2 .bam-remove-user {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #b91c1c;
    font-size: 18px;
    font-weight: 950;
    cursor: pointer;
}
body.ibys-ui-v2 .bam-remove-user:disabled {
    opacity: .5;
    cursor: not-allowed;
}
body.ibys-ui-v2 .belge-aktarim-process-tools button.is-report {
    width: auto;
    min-width: 46px;
    padding: 0 12px;
    grid-auto-flow: column;
    gap: 7px;
    background: #eef7ff;
    color: #1d5da8;
}
body.ibys-ui-v2 .belge-aktarim-process-tools button.is-detail-report {
    width: auto;
    min-width: 86px;
    padding: 0 12px;
    grid-auto-flow: column;
    gap: 7px;
    background: #eefaf7;
    color: #087d70;
}
body.ibys-ui-v2 .belge-aktarim-process-tools button.is-report span {
    font-size: 11px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-process-tools button.is-detail-report span {
    font-size: 11px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-report-modal {
    display: grid;
    gap: 14px;
    min-width: min(940px, calc(100vw - 80px));
    text-align: left;
    color: #0f172a;
}
body.ibys-ui-v2 .belge-aktarim-detail-modal {
    display: grid;
    gap: 12px;
    width: min(1080px, calc(100vw - 96px));
    min-width: 0;
    max-width: calc(100vw - 96px);
    text-align: left;
    color: #0f172a;
}
body.ibys-ui-v2 .belge-aktarim-report-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 2px 2px 12px;
    border-bottom: 1px solid #dbe7f5;
}
body.ibys-ui-v2 .belge-aktarim-report-head span,
body.ibys-ui-v2 .belge-aktarim-report-card > span {
    display: block;
    color: #0f9488;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-aktarim-report-head h3 {
    margin: 4px 0 0;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.16;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-report-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
body.ibys-ui-v2 .belge-aktarim-report-kpis div,
body.ibys-ui-v2 .belge-aktarim-report-card {
    border: 1px solid #d6e4f4;
    border-radius: 8px;
    background: #fff;
    padding: 14px;
}
body.ibys-ui-v2 .belge-aktarim-report-kpis span {
    color: #61728d;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-aktarim-report-kpis b {
    display: block;
    margin-top: 9px;
    color: #0f9488;
    font-size: 29px;
    line-height: 1;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-report-kpis p,
body.ibys-ui-v2 .belge-aktarim-report-card h3 {
    margin: 7px 0 0;
    color: #61728d;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.45;
}
body.ibys-ui-v2 .belge-aktarim-report-card h3 {
    color: #0f172a;
    font-size: 14px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-report-grid {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    gap: 12px;
}
body.ibys-ui-v2 .belge-aktarim-report-bar {
    display: flex;
    height: 34px;
    margin-top: 34px;
    overflow: hidden;
    border-radius: 8px;
    background: #eef3f8;
}
body.ibys-ui-v2 .belge-aktarim-report-bar i {
    min-width: 34px;
    display: grid;
    place-items: center;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-report-bar .is-upload { background: #159987; }
body.ibys-ui-v2 .belge-aktarim-report-bar .is-done { background: #2f66e8; }
body.ibys-ui-v2 .belge-aktarim-report-bar .is-red { background: #ef4444; }
body.ibys-ui-v2 .belge-aktarim-report-bar .is-wait { background: #f59e0b; }
body.ibys-ui-v2 .belge-aktarim-report-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 34px;
}
body.ibys-ui-v2 .belge-aktarim-report-legend span {
    min-height: 48px;
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 10px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    background: #f8fbff;
    color: #0f172a;
    font-size: 12px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-report-legend i {
    width: 9px;
    height: 9px;
    border-radius: 999px;
}
body.ibys-ui-v2 .belge-aktarim-report-legend i.is-upload { background: #159987; }
body.ibys-ui-v2 .belge-aktarim-report-legend i.is-done { background: #2f66e8; }
body.ibys-ui-v2 .belge-aktarim-report-legend i.is-red { background: #ef4444; }
body.ibys-ui-v2 .belge-aktarim-report-legend i.is-wait { background: #f59e0b; }
body.ibys-ui-v2 .belge-aktarim-report-table {
    display: grid;
    margin-top: 12px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    overflow: hidden;
}
body.ibys-ui-v2 .belge-aktarim-report-table > div {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) repeat(3, 86px);
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid #e5edf7;
}
body.ibys-ui-v2 .belge-aktarim-report-table > div:last-child { border-bottom: 0; }
body.ibys-ui-v2 .belge-aktarim-report-table .is-head {
    background: #f2f6fb;
    color: #5a6d89;
    font-size: 11px;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-aktarim-report-table strong,
body.ibys-ui-v2 .belge-aktarim-report-table span {
    min-width: 0;
    padding: 10px 12px;
    border-right: 1px solid #e5edf7;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.ibys-ui-v2 .belge-aktarim-report-table span:last-child { border-right: 0; }
body.ibys-ui-v2 .belge-aktarim-report-card.is-detail {
    grid-column: 1 / -1;
}
body.ibys-ui-v2 .belge-aktarim-report-detail {
    display: grid;
    margin-top: 12px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    overflow-x: hidden;
    overflow-y: hidden;
}
body.ibys-ui-v2 .belge-aktarim-report-detail > div {
    display: grid;
    grid-template-columns: minmax(105px, .9fr) minmax(105px, .85fr) minmax(160px, 1.35fr) minmax(112px, .82fr) minmax(112px, .86fr) minmax(135px, 1.05fr);
    min-width: 0;
    align-items: center;
    min-height: 40px;
    border-bottom: 1px solid #e5edf7;
}
body.ibys-ui-v2 .belge-aktarim-report-detail > div:last-child { border-bottom: 0; }
body.ibys-ui-v2 .belge-aktarim-report-detail .is-head {
    background: #f2f6fb;
    color: #5a6d89;
    font-size: 10px;
    text-transform: uppercase;
}
body.ibys-ui-v2 .belge-aktarim-report-detail strong,
body.ibys-ui-v2 .belge-aktarim-report-detail span {
    min-width: 0;
    padding: 8px 10px;
    border-right: 1px solid #e5edf7;
    color: #0f172a;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.ibys-ui-v2 .belge-aktarim-report-detail .belge-aktarim-report-badge {
    justify-self: start;
    max-width: calc(100% - 16px);
    margin-left: 8px;
    padding: 5px 9px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #ecfdf3;
    color: #087443;
    font-size: 10px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-report-detail .belge-aktarim-report-badge.is-success {
    background: #e9fdf3;
    border-color: #a7f3d0;
    color: #087443;
}
body.ibys-ui-v2 .belge-aktarim-report-detail .is-head strong,
body.ibys-ui-v2 .belge-aktarim-report-detail .is-head span {
    color: #5a6d89;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-report-detail span:last-child { border-right: 0; }
body.ibys-ui-v2 .belge-aktarim-report-detail .is-empty {
    grid-template-columns: 180px minmax(0, 1fr);
    min-width: 0;
}
body.ibys-ui-v2 .belge-aktarim-report-detail .is-empty span {
    border-right: 0;
    color: #61728d;
}
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.belge-havuzu-report-modal-dialog{
    width:min(1240px,calc(100vw - 32px));
    max-width:calc(100vw - 32px);
}
body.ibys-ui-v2 #appDialogModal .app-dialog-panel.belge-havuzu-report-modal-dialog .app-dialog-content{
    overflow-x:hidden;
}
body.ibys-ui-v2 .belge-havuzu-report-modal-dialog .belge-aktarim-detail-modal{
    width:min(1180px,calc(100vw - 64px));
    max-width:calc(100vw - 64px);
}
body.ibys-ui-v2 .belge-havuzu-report-modal-dialog .belge-aktarim-report-detail > div{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) minmax(0,1.35fr) minmax(0,.85fr) minmax(0,.9fr) minmax(0,1.2fr);
}
body.ibys-ui-v2 .belge-havuzu-report-modal-dialog .belge-aktarim-report-detail strong,
body.ibys-ui-v2 .belge-havuzu-report-modal-dialog .belge-aktarim-report-detail span{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    overflow-wrap:anywhere;
    line-height:1.25;
}
body.ibys-ui-v2 .belge-havuzu-report-modal-dialog .belge-aktarim-report-detail .belge-aktarim-report-badge{
    max-width:calc(100% - 12px);
    border-radius:8px;
}
@media (max-width: 920px) {
    body.ibys-ui-v2 .bam-permission-row {
        grid-template-columns: 1fr;
    }
    body.ibys-ui-v2 .bam-permission-row > * {
        border-right: 0;
        border-bottom: 1px solid #eef3f8;
    }
    body.ibys-ui-v2 .belge-aktarim-report-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.app-dialog-panel.is-ozluk-matrix-dialog {
    width: min(1380px, calc(100vw - 36px));
    max-height: calc(100vh - 32px);
    overflow: hidden;
}
.app-dialog-panel.is-ozluk-matrix-dialog .app-dialog-content {
    gap: 0 !important;
}
.app-dialog-panel.is-ozluk-matrix-dialog .app-dialog-content > h4 {
    display: none !important;
}
.app-dialog-panel.is-ozluk-matrix-dialog .app-dialog-message {
    max-height: calc(100vh - 138px);
    overflow: auto;
    padding-bottom: 76px;
    scroll-padding-bottom: 92px;
}
.ozluk-matrix-dialog {
    display: grid;
    gap: 10px;
    min-width: 0;
    color: #0f172a;
}
.ozluk-matrix-dialog-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 20px;
    border: 1px solid rgba(20, 184, 166, .26);
    border-radius: 18px;
    background: radial-gradient(circle at 86% 12%, rgba(20, 184, 166, .24), transparent 30%), linear-gradient(135deg, #10213d 0%, #0f766e 100%);
    color: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .14);
}
.ozluk-matrix-dialog-hero span,
.ozluk-matrix-dialog-section-head span {
    display: block;
    color: rgba(209, 250, 229, .92);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.ozluk-matrix-dialog-hero h3 {
    margin: 3px 0 2px;
    color: #fff;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: 0;
}
.ozluk-matrix-dialog-hero p {
    margin: 0;
    max-width: 620px;
    color: rgba(226, 232, 240, .92);
    font-size: 12px;
    font-weight: 800;
}
.ozluk-matrix-dialog-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}
.ozluk-matrix-dialog-kpis {
    display: grid;
    grid-template-columns: 1.4fr repeat(5, minmax(118px, 1fr));
    gap: 10px;
}
.ozluk-matrix-dialog-kpis article,
.ozluk-matrix-dialog-risk,
.ozluk-matrix-dialog-table-card {
    border: 1px solid #d8e4f2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}
.ozluk-matrix-dialog-kpis article {
    display: grid;
    gap: 6px;
    min-height: 68px;
    align-content: center;
    padding: 11px 12px;
}
.ozluk-matrix-dialog-kpis span {
    color: #64748b;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}
.ozluk-matrix-dialog-kpis strong {
    color: #0f172a;
    font-size: 22px;
    font-weight: 950;
}
.ozluk-matrix-dialog-kpis article.is-ok strong { color: #047857; }
.ozluk-matrix-dialog-kpis article.is-warn strong { color: #c2410c; }
.ozluk-matrix-dialog-kpis article.is-danger strong { color: #b91c1c; }
.ozluk-matrix-dialog-kpis article.is-primary {
    background: #f0fdfa;
    border-color: rgba(20, 184, 166, .34);
}
.ozluk-matrix-dialog-kpis i {
    display: block;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #dbeafe;
}
.ozluk-matrix-dialog-kpis i b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0f766e, #2563eb);
}
.ozluk-matrix-dialog-risk,
.ozluk-matrix-dialog-table-card {
    padding: 12px;
}
.ozluk-matrix-dialog-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e2e8f0;
}
.ozluk-matrix-dialog-section-head span {
    color: #0f766e;
}
.ozluk-matrix-dialog-section-head span em {
    margin-left: 5px;
    color: #64748b;
    font-size: 11px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}
.ozluk-matrix-dialog-section-head strong {
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
}
.ozluk-matrix-risk-bars {
    display: grid;
    gap: 9px;
    padding-top: 13px;
}
.ozluk-matrix-risk-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(160px, 2fr) 48px;
    align-items: center;
    gap: 12px;
}
.ozluk-matrix-risk-row span {
    min-width: 0;
    overflow: hidden;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ozluk-matrix-risk-row i {
    display: block;
    height: 11px;
    overflow: hidden;
    border-radius: 999px;
    background: #eef2ff;
}
.ozluk-matrix-risk-row i b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f59e0b, #ef4444);
}
.ozluk-matrix-risk-row strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 950;
    text-align: right;
}
.ozluk-matrix-table-wrap {
    max-height: min(50vh, 540px);
    overflow: auto;
    margin-top: 9px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}
.ozluk-matrix-table {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
}
.ozluk-matrix-table th,
.ozluk-matrix-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #e5edf6;
    text-align: center;
    vertical-align: middle;
}
.ozluk-matrix-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f7fbff;
    color: #53657f;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}
.ozluk-matrix-table th:first-child,
.ozluk-matrix-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    min-width: 280px;
    max-width: 360px;
    background: #fff;
    text-align: left;
    box-shadow: 10px 0 18px -18px rgba(15, 23, 42, .5);
}
.ozluk-matrix-table thead th:first-child {
    z-index: 4;
    background: #f7fbff;
}
.ozluk-matrix-table td:first-child strong,
.ozluk-matrix-table td:first-child span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ozluk-matrix-table td:first-child strong {
    color: #0f172a;
    font-size: 12px;
    font-weight: 950;
}
.ozluk-matrix-table td:first-child span {
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
    font-weight: 850;
}
.ozluk-matrix-table td b {
    color: #0f172a;
    font-size: 13px;
    font-weight: 950;
}
.ozluk-matrix-table td em {
    display: inline-flex;
    min-width: 30px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-style: normal;
    font-size: 11px;
    font-weight: 950;
}
body.ibys-ui-v2 .belge-aktarim-metrics span.is-success {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #047857;
}
body.ibys-ui-v2 .belge-aktarim-metrics span.is-failed {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}
.ozluk-matrix-table td em.is-complete { background: #dcfce7; color: #15803d; }
.ozluk-matrix-table td em.is-missing { background: #fee2e2; color: #b91c1c; }
.ozluk-matrix-table td em.is-pending { background: #dbeafe; color: #1d4ed8; }
.ozluk-matrix-table td em.is-warning { background: #fff7ed; color: #c2410c; }
.ozluk-matrix-table td em.is-extra { background: #ede9fe; color: #6d28d9; }
.ozluk-matrix-table td em.is-muted { background: #f1f5f9; color: #94a3b8; }
.ozluk-matrix-mini-progress {
    display: grid;
    grid-template-columns: minmax(80px, 1fr) 42px;
    align-items: center;
    gap: 8px;
}
.ozluk-matrix-mini-progress i {
    display: block;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}
.ozluk-matrix-mini-progress i i,
.ozluk-matrix-mini-progress i b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0f766e, #22c55e);
}
.ozluk-matrix-mini-progress span {
    color: #0f172a;
    font-size: 12px;
    font-weight: 950;
}
.ozluk-matrix-loading,
.ozluk-matrix-empty {
    padding: 28px 18px;
    color: #64748b;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}
.ozluk-matrix-dialog.is-employee-matrix {
    gap: 9px;
}
.ozluk-matrix-employee-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border: 1px solid rgba(20, 184, 166, .26);
    border-radius: 18px;
    background: radial-gradient(circle at 84% 10%, rgba(20, 184, 166, .26), transparent 30%), linear-gradient(135deg, #10213d 0%, #0f766e 100%);
    color: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .13);
}
.ozluk-matrix-employee-hero span {
    display: block;
    color: rgba(209, 250, 229, .92);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.ozluk-matrix-employee-hero h3 {
    margin: 3px 0 1px;
    color: #fff;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: 0;
}
.ozluk-matrix-employee-hero p {
    margin: 0;
    color: rgba(226, 232, 240, .94);
    font-size: 12px;
    font-weight: 850;
}
.ozluk-matrix-employee-kpis {
    display: grid;
    grid-template-columns: minmax(160px, 1.35fr) repeat(5, minmax(92px, 1fr));
    gap: 7px;
}
.ozluk-matrix-employee-kpis article,
.ozluk-matrix-status-card {
    border: 1px solid #d8e4f2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
}
.ozluk-matrix-employee-kpis article {
    display: grid;
    gap: 6px;
    min-height: 60px;
    align-content: center;
    padding: 9px 10px;
}
.ozluk-matrix-employee-kpis span {
    color: #64748b;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}
.ozluk-matrix-employee-kpis strong {
    color: #0f172a;
    font-size: 20px;
    font-weight: 950;
}
.ozluk-matrix-employee-kpis article.is-primary {
    background: #f0fdfa;
    border-color: rgba(20, 184, 166, .34);
}
.ozluk-matrix-employee-kpis article.is-ok strong { color: #047857; }
.ozluk-matrix-employee-kpis article.is-danger strong { color: #b91c1c; }
.ozluk-matrix-employee-kpis article.is-pending strong { color: #1d4ed8; }
.ozluk-matrix-employee-kpis article.is-warn strong { color: #c2410c; }
.ozluk-matrix-employee-kpis i {
    display: block;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #dbeafe;
}
.ozluk-matrix-employee-kpis i b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0f766e, #2563eb);
}
.ozluk-matrix-status-card {
    padding: 11px 12px;
}
.ozluk-matrix-status-stack {
    display: flex;
    height: 10px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 999px;
    background: #eef2ff;
}
.ozluk-matrix-status-stack i {
    display: block;
    min-width: 0;
}
.ozluk-matrix-status-stack i.is-complete,
.ozluk-matrix-status-legend i.is-complete { background: #16a34a; }
.ozluk-matrix-status-stack i.is-missing,
.ozluk-matrix-status-legend i.is-missing { background: #ef4444; }
.ozluk-matrix-status-stack i.is-pending,
.ozluk-matrix-status-legend i.is-pending { background: #2563eb; }
.ozluk-matrix-status-stack i.is-warning,
.ozluk-matrix-status-legend i.is-warning { background: #f59e0b; }
.ozluk-matrix-status-stack i.is-extra,
.ozluk-matrix-status-legend i.is-extra { background: #7c3aed; }
.ozluk-matrix-status-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 9px;
}
.ozluk-matrix-status-legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #475569;
    font-size: 12px;
    font-weight: 900;
}
.ozluk-matrix-status-legend i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}
.ozluk-matrix-table-wrap.is-employee {
    max-height: min(48vh, 520px);
    overflow-x: hidden;
}
.ozluk-matrix-table.is-employee {
    min-width: 0;
    table-layout: fixed;
}
.ozluk-matrix-table.is-employee th:first-child,
.ozluk-matrix-table.is-employee td:first-child {
    min-width: 0;
    max-width: none;
    width: 40%;
}
.ozluk-matrix-table.is-employee th:not(:first-child):not(:last-child),
.ozluk-matrix-table.is-employee td:not(:first-child):not(:last-child) {
    width: 6.6%;
    padding-inline: 4px;
}
.ozluk-matrix-table.is-employee th:nth-last-child(1),
.ozluk-matrix-table.is-employee td:nth-last-child(1) {
    width: 20.4%;
    min-width: 0;
    text-align: left;
}
.ozluk-matrix-table.is-employee thead th {
    white-space: normal;
    line-height: 1.08;
    overflow-wrap: anywhere;
    font-size: 10px;
}
.ozluk-matrix-table.is-employee thead th:first-child {
    font-size: 11px;
}
.ozluk-matrix-table td.is-marker {
    width: auto;
}
.ozluk-matrix-state-dot {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}
.ozluk-matrix-table td em.ozluk-matrix-state-dot {
    width: 26px;
    min-width: 26px;
    height: 26px;
    padding: 0;
}
.ozluk-matrix-state-dot.is-complete { background: #dcfce7; color: #15803d; }
.ozluk-matrix-state-dot.is-missing { background: #fee2e2; color: #b91c1c; }
.ozluk-matrix-state-dot.is-pending { background: #dbeafe; color: #1d4ed8; }
.ozluk-matrix-state-dot.is-warning { background: #fff7ed; color: #c2410c; }
.ozluk-matrix-state-dot.is-extra { background: #ede9fe; color: #6d28d9; }
.ozluk-matrix-state-dot.is-muted { background: #f1f5f9; color: #94a3b8; }
.ozluk-matrix-state-dot.is-empty {
    background: #f8fafc;
    color: #cbd5e1;
    border: 1px dashed #dbeafe;
}
.ozluk-matrix-state-detail {
    display: grid;
    gap: 3px;
    min-width: 0;
}
.ozluk-matrix-state-detail strong {
    display: inline-flex;
    width: fit-content;
    min-height: 24px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
}
.ozluk-matrix-state-detail span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: #64748b;
    font-size: 11px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ozluk-matrix-state-detail.is-complete strong { background: #dcfce7; color: #15803d; }
.ozluk-matrix-state-detail.is-missing strong { background: #fee2e2; color: #b91c1c; }
.ozluk-matrix-state-detail.is-pending strong { background: #dbeafe; color: #1d4ed8; }
.ozluk-matrix-state-detail.is-warning strong { background: #fff7ed; color: #c2410c; }
.ozluk-matrix-state-detail.is-extra strong { background: #ede9fe; color: #6d28d9; }
.ozluk-matrix-state-detail.is-muted strong { background: #f1f5f9; color: #64748b; }
@media (max-width: 980px) {
    .ozluk-matrix-dialog-hero,
    .ozluk-matrix-dialog-kpis,
    .ozluk-matrix-employee-hero,
    .ozluk-matrix-employee-kpis {
        display: grid;
        grid-template-columns: 1fr;
    }
    .ozluk-matrix-risk-row {
        grid-template-columns: 1fr;
    }
    .ozluk-matrix-risk-row strong {
        text-align: left;
    }
}

/* Belge eslestirme listesi: yalnizca satir gorunumu. */
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table tr.ozluk-workspace-file-row td {
    height: 72px !important;
    padding: 10px 14px !important;
    background: #fff !important;
    border-bottom: 1px solid #e7eef7 !important;
    vertical-align: middle !important;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table tr.ozluk-workspace-file-row td:first-child {
    border-left: 4px solid #1769e8 !important;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table tr.ozluk-workspace-file-row.is-missing td,
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table tr.ozluk-workspace-file-row.is-error td {
    background: #fff7f7 !important;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table tr.ozluk-workspace-file-row.is-ready td,
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table tr.ozluk-workspace-file-row.is-uploaded td {
    background: #f8fffb !important;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table th:nth-child(1),
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table td:nth-child(1) {
    width: 58px !important;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table th:nth-child(2),
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table td:nth-child(2) {
    width: 46% !important;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table th:nth-child(3),
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table td:nth-child(3) {
    width: 150px !important;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table th:nth-child(4),
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table td:nth-child(4) {
    width: 28% !important;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table th:nth-child(5),
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-table td:nth-child(5) {
    width: 92px !important;
    text-align: right !important;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-file-type {
    display: inline-flex;
    width: 38px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c7dcff;
    border-radius: 8px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-style: italic;
    font-weight: 950;
    letter-spacing: 0;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-file-name,
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-file-size {
    display: flex;
    gap: 7px;
    align-items: center;
    min-width: 0;
    white-space: nowrap;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-file-name strong {
    display: block;
    overflow: hidden;
    color: #0f172a;
    font-size: 12px;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-file-name span,
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-file-size span {
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    color: #64748b;
    font-size: 11px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-file-name span::before,
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-file-size span::before {
    content: "•";
    margin-right: 7px;
    color: #94a3b8;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-file-size strong {
    color: #0f172a;
    font-size: 12px;
    font-weight: 950;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-missing-tags {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    overflow: hidden;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-missing-pill {
    display: inline-flex;
    min-height: 24px;
    flex: 0 0 auto;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #fecaca;
    border-radius: 999px;
    background: #fff1f2;
    color: #b91c1c;
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-missing-pill.is-warning {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #c2410c;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-missing-pill.is-ready,
body.ibys-ui-v2 .ozluk-workspace-review-card .ozluk-workspace-missing-pill.is-uploaded {
    border-color: #bbf7d0;
    background: #ecfdf3;
    color: #15803d;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .detail2-table-actions {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 6px;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .detail2-table-actions .mini-btn,
body.ibys-ui-v2 .ozluk-workspace-review-card .detail2-table-actions button,
body.ibys-ui-v2 .ozluk-workspace-review-card .detail2-table-actions a {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}
body.ibys-ui-v2 .ozluk-workspace-review-card .detail2-table-actions svg {
    width: 15px;
    height: 15px;
}

/* Calisan isten cikis ekrani */
body.ibys-ui-v2 .senkra-exit-page {
    display: grid;
    gap: 16px;
}
body.ibys-ui-v2 .senkra-exit-page + script {
    display: none;
}
body.ibys-ui-v2 .senkra-exit-hero,
body.ibys-ui-v2 .senkra-exit-decision-card,
body.ibys-ui-v2 .senkra-exit-page .exit-process-card {
    border: 1px solid #d6e4f4;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}
body.ibys-ui-v2 .senkra-exit-hero {
    position: relative;
    display: flex;
    min-height: 118px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    overflow: hidden;
    padding: 22px 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(20, 184, 166, .18) 0, rgba(20, 184, 166, .18) 95px, transparent 96px),
        linear-gradient(135deg, #f8fbff 0%, #fff 62%, #edf8f7 100%);
}
body.ibys-ui-v2 .senkra-exit-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #0f766e;
}
body.ibys-ui-v2 .senkra-exit-hero-main {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 16px;
}
body.ibys-ui-v2 .senkra-exit-icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: #eff6ff;
    color: #1d4ed8;
}
body.ibys-ui-v2 .senkra-exit-icon svg {
    width: 24px;
    height: 24px;
}
body.ibys-ui-v2 .senkra-exit-kicker {
    display: block;
    color: #0f766e;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}
body.ibys-ui-v2 .senkra-exit-hero h3,
body.ibys-ui-v2 .senkra-exit-section-head h4 {
    margin: 4px 0 0;
    color: #0f172a;
    font-size: 26px;
    font-weight: 950;
    letter-spacing: 0;
}
body.ibys-ui-v2 .senkra-exit-hero p,
body.ibys-ui-v2 .senkra-exit-section-head p {
    max-width: 760px;
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}
body.ibys-ui-v2 .senkra-exit-status {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}
body.ibys-ui-v2 .senkra-exit-status.status-active,
body.ibys-ui-v2 .senkra-exit-status.is-active {
    border-color: #bbf7d0;
    background: #ecfdf3;
    color: #15803d;
}
body.ibys-ui-v2 .senkra-exit-status.status-passive,
body.ibys-ui-v2 .senkra-exit-status.is-danger {
    border-color: #fecaca;
    background: #fff1f2;
    color: #b91c1c;
}
body.ibys-ui-v2 .senkra-exit-identity-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
    gap: 12px;
}
body.ibys-ui-v2 .senkra-exit-info-card {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #dbe8f7;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}
body.ibys-ui-v2 .senkra-exit-info-card.is-strong {
    border-color: #99f6e4;
    background: linear-gradient(135deg, #f0fdfa 0%, #fff 100%);
}
body.ibys-ui-v2 .senkra-exit-info-card span {
    overflow: hidden;
    color: #64748b;
    font-size: 11px;
    font-weight: 950;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
body.ibys-ui-v2 .senkra-exit-info-card strong {
    overflow: hidden;
    color: #0f172a;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.ibys-ui-v2 .senkra-exit-page .exit-process-card,
body.ibys-ui-v2 .senkra-exit-decision-card {
    margin: 0;
    padding: 18px;
}
body.ibys-ui-v2 .senkra-exit-page .exit-process-card {
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}
body.ibys-ui-v2 .senkra-exit-page .exit-process-head {
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5edf6;
}
body.ibys-ui-v2 .senkra-exit-page .exit-process-head h4 {
    font-size: 21px;
    letter-spacing: 0;
}
body.ibys-ui-v2 .senkra-exit-page .exit-process-stats {
    gap: 12px;
}
body.ibys-ui-v2 .senkra-exit-page .exit-process-stat {
    border-color: #dbe8f7;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}
body.ibys-ui-v2 .senkra-exit-page .exit-process-doc {
    min-height: 58px;
    border-color: #e2eaf5;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .035);
}
body.ibys-ui-v2 .senkra-exit-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5edf6;
}
body.ibys-ui-v2 .senkra-exit-section-head h4 {
    font-size: 21px;
}
body.ibys-ui-v2 .senkra-exit-section-head p {
    max-width: 620px;
    text-align: right;
}
body.ibys-ui-v2 .senkra-exit-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}
body.ibys-ui-v2 .senkra-exit-form .field {
    display: grid;
    gap: 8px;
    margin: 0;
}
body.ibys-ui-v2 .senkra-exit-form .field label {
    color: #475569;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}
body.ibys-ui-v2 .senkra-exit-form input,
body.ibys-ui-v2 .senkra-exit-form select {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cbd9ee;
    border-radius: 8px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    font-weight: 850;
}
body.ibys-ui-v2 .senkra-exit-actions {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 2px;
    padding-top: 14px;
    border-top: 1px solid #e5edf6;
}
body.ibys-ui-v2 .senkra-exit-page .exit-process-cancel-form {
    display: flex;
    justify-content: flex-end;
    margin: -4px 0 0;
}
body.ibys-ui-v2 .senkra-exit-page .exit-process-cancel-form .btn-secondary {
    border-color: #fecaca;
    background: #fff7f7;
    color: #b42318;
}
@media (max-width: 1180px) {
    body.ibys-ui-v2 .senkra-exit-identity-grid,
    body.ibys-ui-v2 .senkra-exit-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    body.ibys-ui-v2 .senkra-exit-hero,
    body.ibys-ui-v2 .senkra-exit-section-head {
        align-items: stretch;
        flex-direction: column;
    }
    body.ibys-ui-v2 .senkra-exit-section-head p {
        text-align: left;
    }
    body.ibys-ui-v2 .senkra-exit-identity-grid,
    body.ibys-ui-v2 .senkra-exit-form {
        grid-template-columns: 1fr;
    }
    body.ibys-ui-v2 .senkra-exit-actions,
    body.ibys-ui-v2 .senkra-exit-page .exit-process-cancel-form {
        align-items: stretch;
        flex-direction: column;
    }
    body.ibys-ui-v2 .senkra-exit-actions .btn-small,
    body.ibys-ui-v2 .senkra-exit-actions .btn-secondary,
    body.ibys-ui-v2 .senkra-exit-page .exit-process-cancel-form .btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

