body {
    background-color: #f5f6fa;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.footer-page-list {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    list-style: none;
}

.footer-page-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-page-list li a {
    text-decoration: none;
    color: #797c89;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-page-list li a:hover {
    color: #1900ab;
}

.page-content {
    padding: 0px;
}

.page-content td {
    font-size: 14px;
}

.remove-btn, .remove-btn:hover {
    background-color: darkred;
    margin-left: 10px;
}

.product-add {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px 5px 0px 0px;
    padding-top: 5px;
}

.form-area {
    padding: 20px 25px
}

.form-group label {
    width: 100%;
    color: #4b5565;
    margin-bottom: 5px;
}

.form-group input, .form-group select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s
    ease-in-out, box-shadow .15s
    ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}


.form-group textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    height: 120px;
}

.form-group small {
    margin-bottom: 15px;
    color: darkred;
    display: block;
    margin-top: 5px;
}

.submit-btn-df {
    background-color: #120099;
    color: #fff;
    border: 0;
    padding: 11px 32px;
    border-radius: 3px;
    outline: 0;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
}

.submit-btn-df:hover {
    background-color: #0d0088;
    color: #fff;
    text-decoration: none;
}

.form-buttons-area .submit-btn-df {
    width: auto;
    max-width: none;
}

.form-search-area .submit-btn-df {
    width: auto;
    max-width: none;
}


.delete-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#00000070;
    z-index: 99;
    transition: all 0ms;
}

.delete-modal .delete-area {
    width: 100%;
    max-width: 420px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d7e2ef;
    margin-top: 5%;
    padding: 15px;
    border-radius: 6px;
}

.delete-modal .delete-area h6{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
}

.delete-modal .delete-area ul{
    width: 100%;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
}

.delete-modal .delete-area ul li{
    width: 50%;
    padding: 0px 5px;
    list-style: none;
    float: left;
}

.delete-modal .delete-area ul li a{
    width: 100%;
    background: linear-gradient(45deg, #43cea2, #185a9d);
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 5px;
    text-decoration: none;
    border-radius: 5px;
}

.delete-modal .delete-area ul li:first-child a{
    background: linear-gradient(45deg, #ff4e50, #c31432);
    color: #fff;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54 !important;
    outline: 0;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}

.layout.fixed-sidebar {
    padding: 10px;
}

@media(min-width: 768px){
    .layout .content {
        padding-left: 10px !important;
        padding-top: 1px !important;
    }
}

.section-hood {
    background-color: #1900aa;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}

.section-hood h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
}

.section-hood p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}


.page-detail-form .page-box {
    width: 100%;
    display: block;
    margin-top: -50px;
}

.section-area {
    background: #fff;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #edeef2;
}

/* ===== Login Page - Dark Theme #1900ab ===== */
.login-page-wrapper {
    display: flex;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}

.login-left-panel {
    flex: 0 0 45%;
    background: linear-gradient(145deg, #0d0054 0%, #1900ab 50%, #2e10d0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.login-left-content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 40px;
}

.login-brand-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.login-brand-icon i {
    font-size: 36px;
    color: #fff;
}

.login-left-content h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.login-left-content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    font-weight: 400;
}

.login-left-decoration {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.login-deco-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.login-deco-circle-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
}

.login-deco-circle-2 {
    width: 300px;
    height: 300px;
    bottom: -80px;
    left: -60px;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
}

.login-deco-circle-3 {
    width: 180px;
    height: 180px;
    top: 40%;
    left: 60%;
    background: radial-gradient(circle, rgba(255,255,255,0.02) 0%, transparent 70%);
}

.login-right-panel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fc;
    padding: 40px 20px;
}

.login-area {
    width: 100%;
    max-width: 420px;
}

.login-box {
    width: 100%;
}

.login-logo-wrapper {
    text-align: center;
    margin-bottom: 32px;
}

.login-logo {
    max-width: 260px;
    height: auto;
    width: 100%;
}

.login-area h2 {
    color: #1a1a2e;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.login-area p {
    color: #7c7e94;
    font-size: 0.9375rem;
    margin-bottom: 28px;
}

.login-alert-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef2f2;
    color: #b91c1c;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid #fecaca;
}

.login-alert-box i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.login-field {
    margin-bottom: 18px;
}

.login-field label {
    display: block;
    font-weight: 500;
    color: #3a3a5c;
    margin-bottom: 7px;
    font-size: 15px;
}

.login-field label i {
    font-size: 16px;
    margin-right: 4px;
    color: #1900ab;
    margin-top: -1px;
    float: left;
}

.login-input {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    font-size: 0.9375rem;
    color: #1a1a2e;
    background: #fff;
    border: 1.5px solid #e0e3ef;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.login-input::placeholder {
    color: #a0a3b5;
}

.login-input:focus {
    border-color: #1900ab;
    box-shadow: 0 0 0 3px rgba(25, 0, 171, 0.1);
    background: #fff;
}

.login-options {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.login-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8125rem;
    color: #5a5c72;
    cursor: pointer;
    user-select: none;
}

.login-remember input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #1900ab;
    border-radius: 4px;
    cursor: pointer;
}

.login-submit-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #1900ab 0%, #2e10d0 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(25, 0, 171, 0.25);
}

.login-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(25, 0, 171, 0.35);
    background: linear-gradient(135deg, #1400a0 0%, #2508c0 100%);
    color: #fff;
}

.login-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(25, 0, 171, 0.2);
}

.login-submit-btn i {
    font-size: 1.15rem;
    transition: transform 0.2s;
}

.login-submit-btn:hover i {
    transform: translateX(3px);
}

.login-area .footer-page-list {
    margin-top: 32px;
    margin-bottom: 0;
    gap: 20px;
}

.login-area .footer-page-list li a {
    color: #a0a3b5;
    font-size: 0.8125rem;
}

.login-area .footer-page-list li a:hover {
    color: #1900ab;
}

/* Login mobil */
@media (max-width: 992px) {
    .login-left-panel {
        display: none;
    }

    .login-right-panel {
        background: linear-gradient(170deg, #0d0054 0%, #1900ab 100%);
        padding: 24px 16px;
    }

    .login-area {
        max-width: 440px;
    }

    .login-box {
        background: #fff;
        border-radius: 16px;
        padding: 32px 24px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 480px) {
    .login-right-panel {
        padding: 16px 12px;
    }

    .login-box {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .login-logo {
        max-width: 200px;
    }

    .login-area h2 {
        font-size: 1.35rem;
    }

    .login-area p {
        font-size: 0.875rem;
    }

    .login-input {
        height: 48px;
        font-size: 0.9375rem;
    }

    .login-submit-btn {
        height: 48px;
    }
}

@media (max-width: 360px) {
    .login-box {
        padding: 20px 14px;
    }

    .login-area h2 {
        font-size: 1.2rem;
    }

    .login-input {
        height: 46px;
    }

    .login-submit-btn {
        height: 46px;
        font-size: 0.9375rem;
    }
}

.form-min-hood {
    color: #1900aa;
    border-bottom: 1px dashed #1900aa;
    padding-bottom: 8px;
    margin-bottom: 13px;
    margin-top: 9px;
    font-size: 15px;
}

.account-profile-area {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 120px;
}

.account-profile-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #f3f3f3;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.profile-upload-label {
    display: inline-block;
    background: #1400a0;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

.profile-upload-label:hover {
    background: #1900aa;
}

.account-profile-area #profile-input {
    display: none;
}

/* Select2 uyumu */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    min-height: 38px;border-radius: 6px;border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 19px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 36px;}

.report-area-home {
    padding: 20px 15px;
    padding-top: 0px;

}

.report-area-home .report-box {
    padding: 30px 25px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #1900aa;
}

.report-area-home .report-box h6{
    color: #fff;
}

.report-area-home .report-box p{
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.graphic-area {
    padding: 20px 35px;
    padding-top: 15px;
}

.report-area-home .report-box p.kpi-value {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
}

.report-area-home .report-box.one-box {
    background: linear-gradient(135deg, #1900aa 0%, #3d2db8 100%);
}

.report-area-home .report-box.two-box {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
}

.report-area-home .report-box.three-box {
    background: linear-gradient(135deg, #047857 0%, #10b981 100%);
}

.report-area-home .report-box.four-box {
    background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%);
}

/* ——— Güncel durum (dashboard home) ——— */
.dashboard-home-page {
    background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 120px, #eef2f7 100%);
    min-height: 100%;
    border: 0;
    overflow-x: hidden;
}

/* Tek container: başlık, KPI ve grafikler aynı yatay hizada */
.dashboard-home-container {
    --bs-gutter-x: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .dashboard-home-container {
        --bs-gutter-x: 1.5rem;
    }
}

.dashboard-page-head {
    padding: 0.25rem 0 0;
    margin-bottom: 1rem;
}

.dashboard-page-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin: 0 0 0.25rem;
}

.dashboard-page-lead {
    color: #64748b;
    font-size: 0.9rem;
}

.dashboard-kpi-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    border-radius: 14px;
    color: #fff;
    min-height: 100%;
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.07),
        0 2px 4px -2px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dashboard-kpi-card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 12px 24px -8px rgba(15, 23, 42, 0.12),
        0 4px 8px -4px rgba(15, 23, 42, 0.06);
}

.dashboard-kpi-card--indigo {
    background: linear-gradient(145deg, #312e81 0%, #4f46e5 55%, #6366f1 100%);
}

.dashboard-kpi-card--violet {
    background: linear-gradient(145deg, #5b21b6 0%, #7c3aed 50%, #8b5cf6 100%);
}

.dashboard-kpi-card--emerald {
    background: linear-gradient(145deg, #065f46 0%, #059669 50%, #10b981 100%);
}

.dashboard-kpi-card--amber {
    background: linear-gradient(145deg, #92400e 0%, #d97706 55%, #f59e0b 100%);
}

.dashboard-kpi-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 1.35rem;
    line-height: 1;
}

.dashboard-kpi-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.dashboard-kpi-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.9;
    line-height: 1.3;
}

.dashboard-kpi-value {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

.dashboard-kpi-value--money {
    font-size: 1.15rem;
}

.dashboard-kpi-value--money small {
    font-size: 0.85em;
    font-weight: 600;
    opacity: 0.95;
}

.dashboard-home-charts {
    padding: 0;
    margin: 0;
}

.dashboard-chart-toolbar--elevated {
    border: 1px solid rgba(148, 163, 184, 0.4) !important;
    border-radius: 14px !important;
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.05),
        0 4px 18px rgba(15, 23, 42, 0.06);
    margin-top: 22px;
}

.dashboard-chart-toolbar-body {
    padding: 1.1rem 1.35rem 1.15rem;
}

@media (min-width: 768px) {
    .dashboard-chart-toolbar-body {
        padding: 1.15rem 1.75rem 1.2rem;
    }
}

.dashboard-toolbar-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 1.5rem;
    row-gap: 0.4rem;
}

.dashboard-chart-toolbar .dashboard-toolbar-title {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1.3;
    align-self: center;
}

.dashboard-toolbar-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.dashboard-toolbar-sub {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    padding-top: 0.1rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    max-width: 48rem;
}

.dashboard-chart-toolbar .dashboard-year-form {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.dashboard-year-input-group.input-group {
    --dashboard-year-h: 2.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.dashboard-year-input-group:focus-within {
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.08),
        0 0 0 3px rgba(79, 70, 229, 0.2);
}

.dashboard-year-input-group > .input-group-text.dashboard-year-input-prefix {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--dashboard-year-h);
    min-height: var(--dashboard-year-h);
    max-height: var(--dashboard-year-h);
    margin: 0;
    padding: 0 0.75rem;
    box-sizing: border-box;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    line-height: 1;
}

.dashboard-year-input-group > .form-select.dashboard-year-select {
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 5.75rem !important;
    max-width: 7.5rem;
    height: var(--dashboard-year-h);
    min-height: var(--dashboard-year-h);
    max-height: var(--dashboard-year-h);
    margin: 0;
    margin-left: -1px;
    padding: 0 2rem 0 0.65rem;
    box-sizing: border-box;
    border: 1px solid #cbd5e1;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: calc(var(--dashboard-year-h) - 2px);
    color: #0f172a;
    background-color: #fff;
    background-position: right 0.55rem center;
    background-size: 14px 10px;
}

.dashboard-year-input-group .form-select.dashboard-year-select:focus {
    border-color: #a5b4fc;
    box-shadow: none;
    z-index: 2;
    position: relative;
}

.dashboard-year-input-group .dashboard-year-input-prefix:focus,
.dashboard-year-input-group .input-group-text:focus {
    outline: none;
}

.dashboard-year-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.85rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #3730a3;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    border-radius: 999px;
    white-space: nowrap;
}

.dashboard-toolbar-hint {
    font-size: 0.8125rem;
    color: #64748b;
    text-align: right;
    max-width: 14rem;
    line-height: 1.4;
}

@media (max-width: 575.98px) {
    .dashboard-toolbar-grid {
        grid-template-columns: 1fr;
        row-gap: 0.65rem;
    }

    .dashboard-toolbar-title {
        grid-row: 1;
    }

    .dashboard-toolbar-sub {
        grid-column: 1;
        grid-row: 2;
        max-width: none;
    }

    .dashboard-toolbar-actions {
        grid-column: 1;
        grid-row: 3;
        justify-self: stretch;
    }

    .dashboard-year-input-group {
        width: 100%;
    }

    .dashboard-year-input-group > .form-select.dashboard-year-select {
        max-width: none !important;
        flex: 1 1 auto !important;
        width: 100% !important;
    }

    .dashboard-toolbar-hint {
        text-align: left;
        max-width: none;
    }
}

.dashboard-year-badge {
    background: #e0e7ff !important;
    color: #3730a3 !important;
    font-weight: 500;
    padding: 0.45em 0.85em;
}

.dashboard-chart-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.35rem 1.5rem;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.06),
        0 4px 12px rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.dashboard-chart-card--accent {
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 45%, #f1f5f9 100%);
    border-color: rgba(79, 70, 229, 0.18);
}

.dashboard-chart-card-head {
    margin-bottom: 0.75rem;
}

.dashboard-home-charts .dashboard-chart-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
}

.dashboard-home-charts .dashboard-chart-sub {
    font-size: 0.8125rem;
}

.dashboard-chart-canvas-wrap {
    position: relative;
    height: 300px;
    min-height: 240px;
}

.dashboard-chart-canvas-wrap--wide {
    height: 320px;
    max-height: 42vh;
}

.dashboard-pie-wrap {
    position: relative;
    height: 220px;
    min-height: 200px;
    flex: 1 1 auto;
}

.dashboard-pie-legend li + li {
    margin-top: 0.35rem;
    padding-top: 0.35rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.45);
}

.dashboard-dot {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    margin-right: 0.35rem;
    vertical-align: 0.05em;
}

.dashboard-dot--indigo {
    background: #312e81;
}

.dashboard-dot--emerald {
    background: #047857;
}

.dashboard-chart-empty {
    border: 1px dashed rgba(148, 163, 184, 0.5);
    border-radius: 12px;
    background: rgba(248, 250, 252, 0.8);
}


/* Form Butonları Alanı */
.form-buttons-area {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* İptal Butonu */
.cancel-btn-df {
    background-color: #6b7280;
    color: #fff;
    border: 0;
    padding: 11px 32px;
    border-radius: 3px;
    outline: 0;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s ease;
    font-size: 15px;
}

.cancel-btn-df:hover {
    background-color: #4b5563;
    color: #fff;
    text-decoration: none;
}

/* Form Control Stilleri (Bootstrap uyumlu) */
.form-control, .form-select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}

.form-control:focus, .form-select:focus {
    border-color: #3e86c6;
    box-shadow: 0 0 0 0.2rem rgba(62, 134, 198, 0.25);
    background-color: #f5f6fa;
}

.form-control[type="file"] {
    height: auto;
    padding: 8px 12px;
    cursor: pointer;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    color: #4b5565;
    font-size: 15px;
    font-weight: 500;
}

.form-label .text-danger {
    color: #dc3545;
}

/* Textarea için özel stil */
textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: vertical;
}

@media (max-width: 768px) {
    .form-buttons-area {
        flex-direction: column;
    }
    
    .form-buttons-area .submit-btn-df,
    .form-buttons-area .cancel-btn-df {
        width: 100%;
    }
}

/* Card düzeltmeleri */
.card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 1.25rem;
}

/* Buttons area düzeltmeleri */
.buttons-area {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
    width: 100%;
}

.buttons-area .edit-btn {
    flex: 1;
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    background-color: #1900aa;
    color: #fff;
}

.buttons-area .edit-btn:hover {
    background-color: #1802ab;
    color: #fff;
    text-decoration: none;
}

.buttons-area form {
    flex: 1;
    display: flex;
}

.buttons-area .remove-btn {
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 14px;
    background-color: #dc3545;
    color: #fff;
}

.buttons-area .remove-btn:hover {
    background-color: #c82333;
    color: #fff;
}

/* ——— Pozisyon yönetimi (jobs admin) ——— */
.jobs-admin-page {
    min-height: calc(100vh - 48px);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: transparent;
    padding-bottom: 3rem;
    border: none;
    border-radius: 0;
}

.jobs-page-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.jobs-hero {
    position: relative;
    margin-bottom: 1.75rem;
    padding: 1.5rem 1.35rem 1.75rem;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(25, 0, 171, 0.07);
    border: 1px solid rgba(25, 0, 171, 0.08);
    overflow: hidden;
}

.jobs-hero__text {
    position: relative;
    z-index: 1;
    max-width: min(100%, 42rem);
}

.jobs-hero__eyebrow {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1900ab;
    margin: 0 0 0.35rem;
}

.jobs-hero__title {
    font-size: 1.65rem;
    font-weight: 700;
    color: #1a1d26;
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
}

.jobs-hero__desc {
    margin: 0;
    font-size: 0.95rem;
    color: #5c6578;
    line-height: 1.5;
    max-width: 34rem;
}

/* Sağ üst/alt yumuşak parlama + beyaza doğru silinen ton (tek renk blok görünümü yok) */
.jobs-hero__accent {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: min(52%, 22rem);
    pointer-events: none;
    border-radius: 0 16px 16px 0;
    background:
        radial-gradient(ellipse 120% 70% at 100% 12%, rgba(25, 0, 171, 0.11), transparent 58%),
        radial-gradient(ellipse 100% 60% at 108% 92%, rgba(99, 102, 241, 0.09), transparent 55%),
        linear-gradient(
            110deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(25, 0, 171, 0.03) 42%,
            rgba(25, 0, 171, 0.075) 100%
        );
    opacity: 1;
}

@media (max-width: 640px) {
    .jobs-hero__accent {
        width: 72%;
        opacity: 0.72;
    }
}

.jobs-toast {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    line-height: 1.45;
}

.jobs-toast i {
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.jobs-toast--success {
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.jobs-toast--success i {
    color: #16a34a;
}

.jobs-toast--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.jobs-toast--error i {
    color: #dc2626;
}

.jobs-add-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.35rem 1.35rem 1.45rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(25, 0, 171, 0.1);
    box-shadow: 0 8px 30px rgba(19, 22, 32, 0.06);
}

.jobs-add-label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: #374151;
    margin-bottom: 0.75rem;
}

.jobs-add-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: stretch;
}

.jobs-input-wrap {
    flex: 1 1 200px;
    position: relative;
    display: flex;
    align-items: center;
}

.jobs-input-wrap__icon {
    position: absolute;
    left: 14px;
    font-size: 1.15rem;
    color: #1900ab;
    opacity: 0.75;
    pointer-events: none;
}

.jobs-input {
    width: 100%;
    height: 48px;
    padding: 0 14px 0 44px;
    font-size: 0.95rem;
    border: 1px solid #e2e5ec;
    border-radius: 12px;
    background: #f8f9fc;
    color: #1a1d26;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.job-card__edit .jobs-input {
    padding-left: 14px;
}

.jobs-input:focus {
    border-color: #1900ab;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(25, 0, 171, 0.12);
}

.jobs-input--error {
    border-color: #dc2626;
}

.jobs-field-error {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    color: #b91c1c;
}

.jobs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    height: 48px;
    padding: 0 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
}

.jobs-btn--primary {
    background: linear-gradient(135deg, #1e00c9 0%, #1900ab 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(25, 0, 171, 0.35);
}

.jobs-btn--primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.jobs-btn--ghost {
    background: #fff;
    color: #445469;
    border: 1px solid #e2e5ec;
}

.jobs-btn--ghost:hover {
    background: #f5f6fa;
}

.jobs-btn--sm {
    height: 40px;
    padding: 0 1rem;
    font-size: 0.82rem;
    border-radius: 10px;
}

.jobs-hero--compact {
    margin-bottom: 1.25rem;
    padding: 1.25rem 1.25rem 1.35rem;
}

.jobs-hero--compact .jobs-hero__title {
    font-size: 1.45rem;
}

.jobs-list-panel {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(25, 0, 171, 0.1);
    box-shadow: 0 8px 32px rgba(19, 22, 32, 0.06);
    overflow: hidden;
    margin-bottom: 2rem;
}

.jobs-toolbar {
    position: sticky;
    top: 0;
    z-index: 6;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #eceef4;
}

.jobs-toolbar__form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.85rem 1rem;
    flex: 1 1 280px;
    min-width: 0;
}

.jobs-toolbar__search {
    display: flex;
    align-items: stretch;
    flex: 1 1 220px;
    min-width: 0;
    max-width: 420px;
    border: 1px solid #e2e5ec;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fc;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.jobs-toolbar__search:focus-within {
    border-color: #1900ab;
    box-shadow: 0 0 0 3px rgba(25, 0, 171, 0.1);
    background: #fff;
}

.jobs-toolbar__search-icon {
    display: flex;
    align-items: center;
    padding: 0 0.65rem 0 0.85rem;
    color: #8b94a8;
    font-size: 1.15rem;
}

.jobs-toolbar__search-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    padding: 0.65rem 0.5rem 0.65rem 0;
    font-size: 0.9rem;
    color: #1a1d26;
    outline: none;
}

.jobs-toolbar__search-input::placeholder {
    color: #a8b0c0;
}

.jobs-toolbar__search-btn {
    padding: 0 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: #1900ab;
    border: none;
    cursor: pointer;
    transition: filter 0.15s;
}

.jobs-toolbar__search-btn:hover {
    filter: brightness(1.08);
}

.jobs-toolbar__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
}

.jobs-toolbar__label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8b94a8;
    margin: 0;
    white-space: nowrap;
}

.jobs-toolbar__select {
    height: 38px;
    padding: 0 2rem 0 0.65rem;
    font-size: 0.85rem;
    color: #374151;
    border: 1px solid #e2e5ec;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
}

.jobs-toolbar__select:focus {
    border-color: #1900ab;
    box-shadow: 0 0 0 2px rgba(25, 0, 171, 0.12);
}

.jobs-toolbar__meta {
    flex: 0 0 auto;
    font-size: 0.85rem;
    line-height: 1.4;
    text-align: right;
}

.jobs-toolbar__meta-strong {
    font-weight: 700;
    color: #1a1d26;
    font-variant-numeric: tabular-nums;
}

.jobs-toolbar__meta-muted {
    color: #8b94a8;
    font-weight: 500;
    margin-left: 0.2rem;
}

.jobs-toolbar__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: 0.5rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #1900ab;
    background: rgba(25, 0, 171, 0.08);
    border-radius: 6px;
}

.jobs-list-section {
    background: transparent;
    padding: 0 0.65rem 1rem;
}

.jobs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.jobs-list--dense {
    gap: 0.4rem;
}

.jobs-list--dense .job-card:nth-child(even) .job-card__view {
    background: #fafbfd;
}

.job-card {
    position: relative;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e8eaf0;
    box-shadow: 0 1px 4px rgba(19, 22, 32, 0.04);
    transition: box-shadow 0.15s, border-color 0.15s;
}

.job-card:hover {
    border-color: rgba(25, 0, 171, 0.16);
    box-shadow: 0 4px 14px rgba(25, 0, 171, 0.07);
}

.job-card--editing {
    border-color: #1900ab;
    box-shadow: 0 8px 28px rgba(25, 0, 171, 0.15);
}

.job-card--compact .job-card__view {
    min-height: 54px;
    padding: 0.45rem 0.65rem 0.45rem 0.25rem;
}

.job-card__view {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 72px;
    padding: 0.65rem 0.85rem 0.65rem 0.35rem;
    border-radius: 9px;
}

.job-card__index {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #a8b0c0;
    user-select: none;
}

.job-card__rail {
    width: 4px;
    align-self: stretch;
    min-height: 48px;
    border-radius: 4px;
    background: linear-gradient(180deg, #2d1aff 0%, #1900ab 100%);
    flex-shrink: 0;
}

.job-card__main {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 1;
    min-width: 0;
}

.job-card--compact .job-card__icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
    border-radius: 8px;
}

.job-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(25, 0, 171, 0.08);
    color: #1900ab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.job-card__body {
    min-width: 0;
}

.job-card--compact .job-card__name {
    font-size: 0.92rem;
    font-weight: 600;
}

.job-card__name {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    color: #1a1d26;
    line-height: 1.3;
}

.job-card__meta {
    font-size: 0.78rem;
    color: #8b94a8;
    margin-top: 0.15rem;
    display: inline-block;
}

.job-card__actions {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.job-card__delete-form {
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.job-card--compact .job-card__btn {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    border-radius: 8px;
}

.job-card__btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background 0.15s, color 0.15s;
}

.job-card__btn--edit {
    background: rgba(25, 0, 171, 0.08);
    color: #1900ab;
}

.job-card__btn--edit:hover {
    background: rgba(25, 0, 171, 0.16);
}

.job-card__btn--danger {
    background: rgba(220, 38, 38, 0.08);
    color: #dc2626;
}

.job-card__btn--danger:hover {
    background: rgba(220, 38, 38, 0.18);
}

.job-card__edit {
    padding: 1rem 1.1rem 1.15rem;
    border-top: 1px solid #eef0f5;
    background: #fafbff;
    border-radius: 0 0 13px 13px;
}

.job-card__edit-errors {
    font-size: 0.82rem;
    color: #b91c1c;
    margin-bottom: 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.job-card__edit-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.job-card__edit-input {
    height: 44px;
}

.job-card__edit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.job-card__edit-actions .jobs-btn {
    height: 42px;
    padding: 0 1rem;
    font-size: 0.88rem;
}

.jobs-empty {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 16px;
    background: #fff;
    border: 1px dashed #d5d9e3;
}

.jobs-empty__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 14px;
    background: rgba(25, 0, 171, 0.07);
    color: #1900ab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.jobs-empty__title {
    font-weight: 600;
    color: #374151;
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
}

.jobs-empty__text {
    margin: 0;
    font-size: 0.9rem;
    color: #8b94a8;
}

.jobs-empty--muted .jobs-empty__icon {
    background: rgba(90, 108, 140, 0.1);
    color: #5c6b8c;
}

.jobs-empty__link {
    margin-top: 1rem;
    text-decoration: none;
    display: inline-flex;
}

.jobs-pagination-wrap {
    padding: 1rem 0.5rem 0.25rem;
    display: flex;
    justify-content: center;
}

.jobs-pagination-wrap .pagination {
    margin-bottom: 0;
    gap: 0.2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.jobs-pagination-wrap .page-link {
    border-radius: 8px;
    color: #374151;
    border: 1px solid #e5e7eb;
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
}

.jobs-pagination-wrap .page-item.active .page-link {
    background: #1900ab;
    border-color: #1900ab;
    color: #fff;
}

.jobs-pagination-wrap .page-link:hover {
    background: rgba(25, 0, 171, 0.08);
    color: #1900ab;
    border-color: rgba(25, 0, 171, 0.25);
}

@media (max-width: 768px) {
    .jobs-toolbar__meta {
        width: 100%;
        text-align: left;
    }

    .jobs-toolbar__search {
        max-width: none;
    }
}

@media (max-width: 576px) {
    .jobs-btn--primary {
        width: 100%;
    }

    .jobs-toolbar__controls {
        width: 100%;
    }

    .jobs-toolbar__select {
        flex: 1;
        min-width: 0;
    }
}

/* ——— Çalışan listesi / detay ——— */
.employee-card__view {
    flex-wrap: wrap;
    gap: 0.65rem;
    min-height: 64px;
}

.employee-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(25, 0, 171, 0.1);
    color: #1900ab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.employee-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-card__main {
    flex: 1 1 180px;
    min-width: 0;
}

.employee-card__fullname {
    display: block;
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1d26;
    line-height: 1.3;
}

.employee-card__sub {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    margin-top: 0.35rem;
    font-size: 0.8rem;
    color: #5c6578;
}

.employee-card__sub span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.employee-card__sub i {
    color: #8b94a8;
    font-size: 0.95rem;
}

/* İşveren listesi: kısa meta satırı */
.employer-card-meta {
    gap: 0.35rem 0.75rem;
    font-size: 0.76rem;
}

.employer-card-meta .employer-card-meta__clip {
    max-width: min(100%, 12.5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 900px) {
    .employer-card-meta .employer-card-meta__clip {
        max-width: 16rem;
    }
}

.employee-card__action {
    flex: 0 0 auto;
    margin-left: auto;
}

.employee-card__detail-btn {
    height: 40px;
    padding: 0 1rem;
    font-size: 0.85rem;
    text-decoration: none;
    white-space: nowrap;
}

.employee-card__detail-btn:hover {
    color: #fff;
}

.employee-detail-back {
    margin-bottom: 1rem;
}

.employee-detail-back__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1900ab;
    text-decoration: none;
}

.employee-detail-back__link:hover {
    text-decoration: underline;
}

.employee-detail-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem 1.35rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(25, 0, 171, 0.1);
    box-shadow: 0 6px 28px rgba(19, 22, 32, 0.07);
    margin-bottom: 1.5rem;
}

.employee-detail-hero__avatar {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(25, 0, 171, 0.1);
    color: #1900ab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    flex-shrink: 0;
}

.employee-detail-hero__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-detail-hero__title {
    margin: 0 0 0.35rem;
}

.employee-detail-hero__meta {
    margin: 0.25rem 0 0;
    font-size: 0.95rem;
    color: #5c6578;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.employee-detail-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(25, 0, 171, 0.1);
    padding: 1.35rem 1.5rem 1.5rem;
    box-shadow: 0 4px 20px rgba(19, 22, 32, 0.05);
}

.employee-detail-card__heading {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #1a1d26;
}

.employee-detail-dl {
    display: grid;
    grid-template-columns: minmax(8rem, 220px) 1fr;
    gap: 0.65rem 1.5rem;
    margin: 0;
}

.employee-detail-dl dt {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8b94a8;
}

.employee-detail-dl dd {
    margin: 0;
    font-size: 0.95rem;
    color: #1a1d26;
    word-break: break-word;
}

.employee-detail-code {
    font-size: 0.82rem;
    background: #f3f4f7;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
}

.employee-detail-thumb {
    max-width: 220px;
    max-height: 220px;
    border-radius: 12px;
    border: 1px solid #e8eaf0;
}

.employee-detail-profile-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(25, 0, 171, 0.1);
    box-shadow: 0 6px 28px rgba(19, 22, 32, 0.07);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.employee-detail-cover {
    height: 160px;
    background-size: cover;
    background-position: center;
    background-color: #e8eaf0;
}

.employee-detail-profile-inner {
    position: relative;
    padding: 0 1.5rem 1.5rem;
    margin-top: -48px;
}

.employee-detail-profile-photo {
    width: 96px;
    height: 96px;
    border-radius: 18px;
    border: 4px solid #fff;
    background-size: cover;
    background-position: center;
    background-color: #f0f2f6;
    box-shadow: 0 4px 16px rgba(19, 22, 32, 0.12);
}

.employee-detail-profile-text {
    margin-top: 1rem;
}

.employee-detail-region {
    margin: 0;
    font-size: 0.95rem;
    color: #5c6578;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.employee-detail-bio {
    margin: 0;
    font-size: 0.95rem;
    color: #1a1d26;
    line-height: 1.55;
}

.employee-detail-card--spaced {
    margin-bottom: 1.25rem;
}

.employee-detail-card--spaced:last-child {
    margin-bottom: 0;
}

.employee-detail-subheading {
    font-size: 0.88rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: #1a1d26;
}

.employee-detail-job-toggle__hint {
    font-size: 0.85rem;
    color: #5c6578;
    margin: 0 0 0.65rem;
}

.employee-detail-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
}

.employee-detail-badge--on {
    background: rgba(25, 135, 84, 0.12);
    color: #146c43;
}

.employee-detail-badge--off {
    background: rgba(108, 117, 125, 0.15);
    color: #495057;
}

.employee-detail-tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.65rem;
}

.employee-detail-tag-list li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    padding: 0.35rem 0.75rem;
    background: rgba(25, 0, 171, 0.06);
    border-radius: 10px;
    color: #1a1d26;
}

.employee-detail-tag-list i {
    color: #1900ab;
    font-size: 1rem;
}

.employee-detail-pill {
    display: inline-block;
    margin-left: 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.1rem 0.45rem;
    border-radius: 6px;
    background: #fff;
    border: 1px solid rgba(25, 0, 171, 0.15);
    color: #1900ab;
}

.employee-detail-empty {
    margin: 0;
    font-size: 0.92rem;
    color: #8b94a8;
}

.employee-detail-exp-item {
    padding: 0.85rem 0;
    border-bottom: 1px solid #eceef3;
}

.employee-detail-exp-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.employee-detail-exp-item:first-child {
    padding-top: 0;
}

.employee-detail-exp-item__title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: #1a1d26;
}

.employee-detail-exp-item__dates {
    font-size: 0.82rem;
    color: #8b94a8;
    margin: 0 0 0.5rem;
}

.employee-detail-exp-item__body {
    font-size: 0.92rem;
    margin: 0;
    color: #3d4450;
    line-height: 1.5;
}

.employee-detail-dl--flat {
    margin-top: 0;
}

.employee-detail-contact-list li {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #eceef3;
    font-size: 0.92rem;
}

.employee-detail-contact-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.employee-detail-contact-list strong {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8b94a8;
}

.employee-detail-report-desc {
    font-size: 0.88rem;
    color: #5c6578;
    margin: 0 0 1rem;
}

.employee-detail-report-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.employee-detail-report-stat {
    background: rgba(25, 0, 171, 0.05);
    border-radius: 12px;
    padding: 0.85rem;
    text-align: center;
}

.employee-detail-report-stat__num {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1900ab;
    line-height: 1.2;
}

.employee-detail-report-stat__label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #8b94a8;
}

.employee-detail-report-stat--solo {
    text-align: center;
    background: rgba(25, 0, 171, 0.05);
    border-radius: 12px;
    padding: 0.85rem;
}

.employee-detail-video {
    width: 100%;
    border-radius: 12px;
    background: #000;
}

.employee-detail-thumb--wide {
    max-width: 100%;
}

.employee-detail-pre {
    display: block;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.5;
}

.employer-candidate-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.employer-candidate-list__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid #eceef3;
}

.employer-candidate-list__item:first-child {
    padding-top: 0;
}

.employer-candidate-list__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.employer-candidate-list__avatar {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(25, 0, 171, 0.08);
    color: #1900ab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.employer-candidate-list__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employer-candidate-list__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.employer-candidate-list__name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1d26;
}

.employer-candidate-list__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    font-size: 0.85rem;
    color: #5c6578;
}

.employer-candidate-list__meta i {
    margin-right: 0.2rem;
    vertical-align: -2px;
}

.employer-candidate-list__date {
    font-size: 0.78rem;
    color: #8b94a8;
}

.employer-candidate-list__action {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .employer-candidate-list__item {
        flex-wrap: wrap;
    }

    .employer-candidate-list__action {
        width: 100%;
        margin-left: calc(48px + 1rem);
    }

    .employer-candidate-list__action .jobs-btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .employee-detail-dl {
        grid-template-columns: 1fr;
    }

    .employee-card__action {
        width: 100%;
        margin-left: 0;
    }

    .employee-card__detail-btn {
        width: 100%;
        justify-content: center;
    }

    .employee-detail-report-grid {
        grid-template-columns: 1fr;
    }
}

/* ——— Muhasebe (orders) ——— */
.accounting-toolbar__search-grow {
    flex: 1 1 260px;
    min-width: 200px;
}

.accounting-panel .accounting-table-wrap {
    padding: 0 1.35rem 1.35rem;
}

@media (max-width: 576px) {
    .accounting-panel .accounting-table-wrap {
        padding: 0 0.85rem 1.1rem;
    }
}

.accounting-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.accounting-table {
    --acc-pad-x: 1.25rem;
    --acc-pad-y: 1.05rem;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.accounting-table thead th {
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #64748b;
    background: #f1f3f9 !important;
    border-bottom: 2px solid #e2e5ec;
    white-space: nowrap;
    padding: 1.05rem var(--acc-pad-x) 0.9rem;
    vertical-align: bottom;
}

.accounting-table tbody td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: var(--acc-pad-y) var(--acc-pad-x);
    border-bottom: 1px solid #eceff5;
    line-height: 1.5;
}

.accounting-table tbody tr:last-child td {
    border-bottom: none;
}

.accounting-table.table-hover > tbody > tr:hover > td {
    background-color: rgba(25, 0, 171, 0.04);
}

/* Sütunlar arası nefes */
.accounting-table thead th:nth-child(1),
.accounting-table tbody td:nth-child(1) {
    min-width: 12rem;
    max-width: 22rem;
    padding-right: 1.65rem;
}

.accounting-table thead th:nth-child(2),
.accounting-table tbody td:nth-child(2) {
    min-width: 10rem;
    padding-right: 1.65rem;
}

.accounting-table thead th:nth-child(3),
.accounting-table tbody td:nth-child(3),
.accounting-table thead th:nth-child(4),
.accounting-table tbody td:nth-child(4) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.accounting-table thead th:nth-child(5),
.accounting-table tbody td:nth-child(5) {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.accounting-table thead th:nth-child(6),
.accounting-table tbody td:nth-child(6) {
    min-width: 6.5rem;
}

.accounting-table thead th:nth-child(7),
.accounting-table tbody td:nth-child(7) {
    min-width: 10rem;
    padding-right: 1.45rem;
}

.accounting-oid {
    font-size: 0.78rem;
    word-break: break-all;
    background: #f3f4f7;
    padding: 0.15rem 0.35rem;
    border-radius: 6px;
}

.accounting-sub {
    font-size: 0.8rem;
    margin-top: 0.2rem;
    line-height: 1.35;
    color: #64748b;
}

.accounting-emp-link {
    font-weight: 600;
    color: #1900ab;
    text-decoration: none;
    font-size: 0.92rem;
}

.accounting-emp-link:hover {
    text-decoration: underline;
}

.accounting-invoice-pill {
    display: inline-block;
    font-size: 0.74rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    white-space: nowrap;
    background: rgba(100, 116, 139, 0.12);
    color: #475569;
}

.accounting-badge {
    display: inline-block;
    font-size: 0.74rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    white-space: nowrap;
}

.accounting-badge--completed {
    background: rgba(22, 163, 74, 0.14);
    color: #15803d;
}

.accounting-badge--failed {
    background: rgba(220, 38, 38, 0.12);
    color: #b91c1c;
}

.accounting-badge--pending {
    background: rgba(217, 119, 6, 0.15);
    color: #b45309;
}
