:root {
    --ep-bg: #f7f7fb;
    --ep-surface: #ffffff;
    --ep-surface-2: #f7f7fc;
    --ep-surface-3: #f1f2f7;
    --ep-hover: #f4f4f9;
    --ep-input-bg: #f5f5fa;
    --ep-border: #eceef5;
    --ep-border-2: #e2e5ef;
    --ep-text: #252641;
    --ep-text-2: #55566f;
    --ep-text-3: #6b6c8e;
    --ep-muted: #8b8ba7;
    --ep-muted-mobil: #6f7090;
    --ep-soft-tx: #7b7ca8;
    --ep-icon: #a9aac2;
    --ep-icon-2: #b3b3c9;
    --ep-icon-3: #c9cadb;
    --ep-primary: #4f46e5;
    --ep-primary-ink: #4f46e5;
    --ep-primary-600: #4338ca;
    --ep-primary-50: #eef0ff;
    --ep-primary-100: #e0e3ff;
    --ep-primary-200: #c9cdf7;
    --ep-violet: #6366f1;
    --ep-violet-bg: #eef0ff;
    --ep-violet-bd: #e0e3ff;
    --ep-violet-bd2: #b9bef5;
    --ep-violet-tint: #faf9ff;
    --ep-green: #10b981;
    --ep-green-bg: #e7f8f1;
    --ep-green-bd: #c9efe0;
    --ep-green-bd2: #96ddc3;
    --ep-green-tint: #f6fdfa;
    --ep-green-tx: #0f8f6c;
    --ep-amber: #f59e0b;
    --ep-amber-bg: #fef5e3;
    --ep-amber-bd: #fbe4bd;
    --ep-amber-bd2: #f5cd8c;
    --ep-amber-tint: #fffdf6;
    --ep-amber-tx: #b47407;
    --ep-pink: #ec4899;
    --ep-pink-bg: #fdeaf5;
    --ep-pink-bd: #fad4e8;
    --ep-pink-bd2: #f5aed2;
    --ep-pink-tint: #fff9fc;
    --ep-pink-tx: #d02a7d;
    --ep-blue: #3b82f6;
    --ep-blue-bg: #e8f1ff;
    --ep-blue-bd: #d2e3fd;
    --ep-blue-bd2: #a8c9fb;
    --ep-blue-tint: #f8fbff;
    --ep-blue-tx: #2b6fd6;
    --ep-red: #ef4444;
    --ep-red-bg: #fdecec;
    --ep-red-bd: #f7d4d4;
    --ep-red-tx: #d03a3a;
    --ep-qr-zemin: #ffffff;
    --ep-shadow: 0 12px 32px rgba(37, 38, 65, .12);
    --ep-shadow-lg: 0 20px 48px rgba(37, 38, 65, .18);
    --ep-backdrop: #252641;
    --ep-backdrop-op: .42;
    --ep-backdrop-soft: rgba(37, 38, 65, .42);
    --ep-r-card: 16px;
    --ep-r-item: 10px;
}

[data-pc-theme="dark"] {
    --ep-bg: #131920;
    --ep-surface: #1b232d;
    --ep-surface-2: #202935;
    --ep-surface-3: #27323f;
    --ep-hover: #232d3a;
    --ep-input-bg: #202935;
    --ep-border: #263240;
    --ep-border-2: #33445a;
    --ep-text: #eef0f5;
    --ep-text-2: #c2c8d4;
    --ep-text-3: #99a2b1;
    --ep-muted: #8a93a3;
    --ep-muted-mobil: #a3adbd;
    --ep-soft-tx: #a9adde;
    --ep-icon: #6d7889;
    --ep-icon-2: #626d7e;
    --ep-icon-3: #4b5568;
    --ep-primary: #4f46e5;
    --ep-primary-ink: #a5b4fc;
    --ep-primary-600: #6366f1;
    --ep-primary-50: #202744;
    --ep-primary-100: #2c3560;
    --ep-primary-200: #3b4682;
    --ep-violet: #818cf8;
    --ep-violet-bg: #202744;
    --ep-violet-bd: #2c3560;
    --ep-violet-bd2: #3f4b8f;
    --ep-violet-tint: #1c2233;
    --ep-green: #34d399;
    --ep-green-bg: #12302a;
    --ep-green-bd: #1b4539;
    --ep-green-bd2: #276b56;
    --ep-green-tint: #16262a;
    --ep-green-tx: #4ade9f;
    --ep-amber: #fbbf24;
    --ep-amber-bg: #33270f;
    --ep-amber-bd: #4a3818;
    --ep-amber-bd2: #6f5423;
    --ep-amber-tint: #262218;
    --ep-amber-tx: #f5c65e;
    --ep-pink: #f472b6;
    --ep-pink-bg: #351b2b;
    --ep-pink-bd: #4c2740;
    --ep-pink-bd2: #723a5f;
    --ep-pink-tint: #251b25;
    --ep-pink-tx: #f78ac2;
    --ep-blue: #60a5fa;
    --ep-blue-bg: #172c47;
    --ep-blue-bd: #1f3d61;
    --ep-blue-bd2: #2e5a8c;
    --ep-blue-tint: #182430;
    --ep-blue-tx: #7fb8ff;
    --ep-red: #f87171;
    --ep-red-bg: #3a1d1f;
    --ep-red-bd: #5b2b2e;
    --ep-red-tx: #fca5a5;
    --ep-qr-zemin: #ffffff;
    --ep-shadow: 0 12px 32px rgba(0, 0, 0, .45);
    --ep-shadow-lg: 0 20px 48px rgba(0, 0, 0, .55);
    --ep-backdrop: #05070a;
    --ep-backdrop-op: .62;
    --ep-backdrop-soft: rgba(0, 0, 0, .62);
    color-scheme: dark;
}

body {
    --bs-primary: var(--ep-primary);
    --bs-primary-rgb: 79, 70, 229;
    background: var(--ep-bg) !important;
}

[data-pc-preset] {
    --bs-primary: var(--ep-primary);
    --bs-primary-rgb: 79, 70, 229;
}

.loader-bg {
    background: var(--ep-bg);
}

[data-pc-preset] .btn-primary {
    background-color: var(--ep-primary) !important;
    background-image: none !important;
    border-color: var(--ep-primary) !important;
    box-shadow: none !important;
}

    [data-pc-preset] .btn-primary:hover,
    [data-pc-preset] .btn-primary:focus,
    [data-pc-preset] .btn-primary:active {
        background-color: var(--ep-primary-600) !important;
        border-color: var(--ep-primary-600) !important;
        box-shadow: none !important;
    }

[data-pc-preset] .btn-outline-primary {
    color: var(--ep-primary-ink);
    border-color: var(--ep-primary-200);
}

    [data-pc-preset] .btn-outline-primary:hover {
        background: var(--ep-primary-50);
        color: var(--ep-primary-600);
        border-color: var(--ep-primary);
    }

[data-pc-preset] .text-primary {
    color: var(--ep-primary-ink) !important;
}

[data-pc-preset] .bg-light-primary {
    background: var(--ep-primary-50) !important;
}

.btn-primary {
    --bs-btn-bg: var(--ep-primary);
    --bs-btn-border-color: var(--ep-primary);
    --bs-btn-hover-bg: var(--ep-primary-600);
    --bs-btn-hover-border-color: var(--ep-primary-600);
    --bs-btn-active-bg: var(--ep-primary-600);
    --bs-btn-active-border-color: var(--ep-primary-600);
    --bs-btn-disabled-bg: var(--ep-primary);
    --bs-btn-disabled-border-color: var(--ep-primary);
    background-color: var(--ep-primary);
    background-image: none;
    border-color: var(--ep-primary);
    box-shadow: none;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: var(--ep-primary-600) !important;
        border-color: var(--ep-primary-600) !important;
        box-shadow: none !important;
    }

.btn-outline-primary {
    --bs-btn-color: var(--ep-primary-ink);
    --bs-btn-border-color: var(--ep-primary-200);
    --bs-btn-hover-bg: var(--ep-primary-50);
    --bs-btn-hover-color: var(--ep-primary-600);
    --bs-btn-hover-border-color: var(--ep-primary);
    --bs-btn-active-bg: var(--ep-primary-50);
    --bs-btn-active-color: var(--ep-primary-600);
    --bs-btn-active-border-color: var(--ep-primary);
    color: var(--ep-primary-ink);
    border-color: var(--ep-primary-200);
}

    .btn-outline-primary:hover {
        background-color: var(--ep-primary-50) !important;
        color: var(--ep-primary-600) !important;
        border-color: var(--ep-primary) !important;
    }

.text-primary, .text-primary-emphasis {
    color: var(--ep-primary-ink) !important;
}

.bg-light-primary, .bg-primary-subtle {
    background-color: var(--ep-primary-50) !important;
}

.pc-sidebar {
    background: var(--ep-surface);
    border-right: 1px solid var(--ep-border);
    box-shadow: none;
}

    .pc-sidebar .navbar-wrapper {
        background: var(--ep-surface);
    }

    .pc-sidebar .m-header {
        display: flex;
        align-items: center;
        padding: 18px 20px 12px;
        height: auto;
    }

.ep-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.ep-brand-logo {
    height: 62px;
    width: auto;
    max-width: 195px;
    object-fit: contain;
}

[data-pc-theme="dark"] .ep-brand-logo,
[data-pc-theme="dark"] .ep-mobil-logo img {
    filter: brightness(0) invert(1);
}

.ep-brand-surum {
    font-size: 10px;
    font-weight: 700;
    background: var(--ep-primary-50);
    color: var(--ep-primary-ink);
    border-radius: 999px;
    padding: 3px 8px;
    margin-left: 6px;
}

.pc-sidebar .pc-user-card {
    background: transparent;
    border: 1px solid var(--ep-border);
    border-radius: 12px;
    margin: 4px 14px 14px;
    box-shadow: none;
}

    .pc-sidebar .pc-user-card .card-body {
        padding: 11px 12px;
    }

    .pc-sidebar .pc-user-card h6 {
        font-size: 13px;
        font-weight: 700;
        color: var(--ep-text);
    }

    .pc-sidebar .pc-user-card small {
        font-size: 11.5px;
        color: var(--ep-muted);
    }

    .pc-sidebar .pc-user-card .user-avtar {
        width: 36px;
        height: 36px;
    }

    .pc-sidebar .pc-user-card .pc-user-links a {
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 7px 9px;
        border-radius: 8px;
        color: var(--ep-text-2);
        font-size: 12.5px;
        font-weight: 600;
        text-decoration: none;
    }

        .pc-sidebar .pc-user-card .pc-user-links a:hover {
            background: var(--ep-surface-2);
            color: var(--ep-primary-ink);
        }

        .pc-sidebar .pc-user-card .pc-user-links a i {
            font-size: 15px;
            color: var(--ep-icon);
        }

.pc-sidebar .pc-caption {
    padding: 14px 24px 6px !important;
}

    .pc-sidebar .pc-caption label {
        font-size: 10.5px !important;
        font-weight: 700 !important;
        letter-spacing: .09em;
        text-transform: uppercase;
        color: var(--ep-muted) !important;
        margin: 0;
    }

    .pc-sidebar .pc-caption::after,
    .pc-sidebar .pc-caption::before {
        display: none !important;
    }

.pc-sidebar .pc-navbar > .pc-item > .pc-link {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 12px !important;
    margin: 2px 12px;
    border-radius: var(--ep-r-item);
    color: var(--ep-text-2) !important;
    font-size: 13.5px;
    font-weight: 600;
    transition: background-color .15s ease, color .15s ease;
}

.pc-sidebar .pc-navbar > .pc-item > .pc-link .pc-micon {
    width: 22px;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ep-icon);
    background: transparent !important;
}

    .pc-sidebar .pc-navbar > .pc-item > .pc-link .pc-micon i {
        font-size: 16px;
        color: var(--ep-icon);
    }

    .pc-sidebar .pc-navbar > .pc-item > .pc-link .pc-micon svg {
        width: 17px;
        height: 17px;
        stroke: var(--ep-icon);
        color: var(--ep-icon);
    }

.pc-sidebar .pc-navbar > .pc-item > .pc-link .pc-mtext {
    color: inherit;
    font-weight: inherit;
}

    .pc-sidebar .pc-navbar .pc-link .text-primary-emphasis {
        color: var(--ep-primary-ink) !important;
    }

.pc-sidebar .pc-navbar > .pc-item > .pc-link:hover {
    background: var(--ep-surface-2);
    color: var(--ep-text) !important;
}

    .pc-sidebar .pc-navbar > .pc-item > .pc-link:hover .pc-micon i,
    .pc-sidebar .pc-navbar > .pc-item > .pc-link:hover .pc-micon svg {
        color: var(--ep-text-2);
        stroke: var(--ep-text-2);
    }

.pc-sidebar .pc-item.active > .pc-link,
.pc-sidebar .pc-link.active {
    background: var(--ep-primary-50) !important;
    color: var(--ep-primary-ink) !important;
}

    .pc-sidebar .pc-item.active > .pc-link .pc-micon i,
    .pc-sidebar .pc-item.active > .pc-link .pc-micon svg,
    .pc-sidebar .pc-link.active .pc-micon i,
    .pc-sidebar .pc-link.active .pc-micon svg {
        color: var(--ep-primary-ink) !important;
        stroke: var(--ep-primary) !important;
    }

    .pc-sidebar .pc-item.active > .pc-link .pc-mtext,
    .pc-sidebar .pc-link.active .pc-mtext {
        color: var(--ep-primary-ink) !important;
    }

.pc-sidebar .pc-navbar > .pc-item .pc-submenu {
    background: transparent;
}

.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-link {
    color: var(--ep-text-2) !important;
    font-size: 13px;
    font-weight: 600;
    transition: background-color .15s ease, color .15s ease;
}

.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item > .pc-link:after {
    background: var(--ep-icon);
    opacity: .5;
}

.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item > .pc-link:hover {
    background: var(--ep-surface-2);
    color: var(--ep-text) !important;
}

.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item.pc-trigger > .pc-link,
.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item.active > .pc-link {
    color: var(--ep-primary-ink) !important;
    font-weight: 700;
}

.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item.pc-trigger > .pc-link:after,
.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item.active > .pc-link:after,
.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item:hover > .pc-link:after {
    background: var(--ep-primary) !important;
    opacity: 1;
}

.pc-sidebar .pc-navbar .pc-badge {
    background: var(--ep-green-bg) !important;
    color: var(--ep-green-tx) !important;
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    padding: 2px 8px;
}

.pc-sidebar .pc-navbar .badge.bg-warning {
    background: transparent !important;
    color: var(--ep-primary-ink) !important;
    border: 1px solid var(--ep-primary-100);
    font-size: 9px !important;
    font-weight: 700;
    letter-spacing: .03em;
}

.ep-side-promo {
    margin: 16px 16px 20px;
    background: var(--ep-primary-50);
    border-radius: 14px;
    padding: 16px;
}

    .ep-side-promo b {
        display: block;
        font-size: 13.5px;
        font-weight: 800;
        color: var(--ep-primary-ink);
        margin-bottom: 3px;
    }

    .ep-side-promo p {
        margin: 0 0 11px;
        font-size: 12px;
        color: var(--ep-text-3);
        line-height: 1.45;
    }

    .ep-side-promo a {
        display: block;
        text-align: center;
        background: var(--ep-surface);
        color: var(--ep-primary-ink);
        font-size: 12.5px;
        font-weight: 700;
        border-radius: 9px;
        padding: 8px 10px;
        text-decoration: none;
    }

        .ep-side-promo a:hover {
            background: var(--ep-primary);
            color: #fff;
        }

.pc-header {
    background: var(--ep-surface);
    border-bottom: 1px solid var(--ep-border);
    box-shadow: none;
}

    .pc-header .pc-head-link {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: transparent;
        color: var(--ep-text-2);
    }

        .pc-header .pc-head-link:hover {
            background: var(--ep-input-bg);
            color: var(--ep-primary-ink);
        }

        .pc-header .pc-head-link i {
            color: inherit;
        }

        .pc-header .pc-head-link .pc-icon {
            width: 22px;
            height: 22px;
        }

    .pc-header .pc-head-link .pc-h-badge {
        position: absolute;
        top: 1px;
        right: 0;
        min-width: 15px;
        height: 15px;
        padding: 0 4px !important;
        border-radius: 999px !important;
        font-size: 8.5px !important;
        font-weight: 700;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--ep-red) !important;
        color: #fff !important;
        box-shadow: 0 0 0 2px var(--ep-surface);
    }

    .pc-header .ep-tema-btn {
        background: none;
        border: 0;
        cursor: pointer;
    }

        .pc-header .ep-tema-btn i {
            font-size: 21px;
            line-height: 1;
        }

        .pc-header .ep-tema-btn .ep-tema-ikon-acik,
        [data-pc-theme="dark"] .pc-header .ep-tema-btn .ep-tema-ikon-koyu {
            display: none;
        }

        [data-pc-theme="dark"] .pc-header .ep-tema-btn .ep-tema-ikon-acik {
            display: inline-block;
        }

    .pc-header .pc-head-link #updateBadge.pc-h-badge {
        background: var(--ep-primary) !important;
        width: 9px !important;
        min-width: 0 !important;
        height: 9px;
        padding: 0 !important;
        font-size: 0 !important;
        line-height: 0;
        overflow: hidden;
        top: 6px;
        right: 6px;
    }

    .pc-header .form-search {
        position: relative;
    }

        .pc-header .form-search .form-control {
            background: var(--ep-input-bg);
            border: 1px solid transparent;
            border-radius: 11px;
            height: 40px;
            font-size: 13px;
            color: var(--ep-text);
            box-shadow: none;
        }

            .pc-header .form-search .form-control::placeholder {
                color: var(--ep-muted);
            }

            .pc-header .form-search .form-control:focus {
                background: var(--ep-surface);
                border-color: var(--ep-primary-100);
            }

        .pc-header .form-search .search-icon {
            color: var(--ep-muted);
        }

    .pc-header .user-avtar {
        border-radius: 50%;
    }

.pc-header .ep-mobil-logo a {
    width: auto;
    height: auto;
    overflow: visible;
    position: relative;
}

.pc-header .ep-mobil-logo img {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.pc-header .ep-mobil-surum {
    position: absolute;
    top: -1px;
    right: -10px;
    margin-left: 0;
    font-size: 8.5px;
    line-height: 1.35;
    padding: 1px 6px;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .pc-header {
        background: var(--ep-surface);
    }

        .pc-header .header-wrapper {
            padding: 0 12px;
        }

        .pc-header .pc-head-link {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            color: var(--ep-text-2);
        }

            .pc-header .pc-head-link i,
            .pc-header .pc-head-link svg {
                font-size: 19px;
            }

        .pc-header .pc-sidebar-popup .pc-head-link span {
            display: none !important;
        }
}

.pc-container {
    background: var(--ep-bg);
}

.ep-tabbar {
    background: var(--ep-surface);
    border-top: 1px solid var(--ep-border);
    box-shadow: none;
}

.ep-tabbar.ep-tabbar-2 {
    grid-template-columns: repeat(2, 1fr);
}

.ep-tabbar.ep-tabbar-3 {
    grid-template-columns: repeat(3, 1fr);
}

.ep-tab {
    width: auto;
    justify-self: center;
    padding: 5px 12px;
    border-radius: 12px;
    color: var(--ep-muted);
}

    .ep-tab.active {
        color: var(--ep-primary-ink);
        background: var(--ep-primary-50);
    }

.ep-fab {
    border-radius: 12px;
    background: var(--ep-primary);
    box-shadow: none;
}

.ep-sheet {
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    box-shadow: var(--ep-shadow);
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

    .ep-sheet .ep-sheet-item {
        color: var(--ep-text);
        border-top: 1px solid var(--ep-border);
    }

        .ep-sheet .ep-sheet-item i {
            color: var(--ep-primary-ink);
        }

    .ep-sheet button.ep-sheet-item {
        width: 100%;
        border: 0;
        border-top: 1px solid var(--ep-border);
        background: none;
        font-family: inherit;
        text-align: left;
        cursor: pointer;
    }

    .ep-sheet .ep-sheet-item.tehlike {
        color: var(--ep-red-tx);
    }

        .ep-sheet .ep-sheet-item.tehlike i {
            color: var(--ep-red);
        }

.ep-sheet.sadece-sayfa .ep-sheet-genel {
    display: none;
}

.ep-sheet:not(.sadece-sayfa) .ep-sheet-yalniz-secili {
    display: none;
}

.ep-sheet-baslik {
    padding: 11px 18px 5px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ep-muted);
    border-top: 1px solid var(--ep-border);
}

    .ep-sheet > .ep-sheet-baslik:first-child {
        border-top: none;
    }

    .ep-sheet-baslik + .ep-sheet-item {
        border-top: none;
    }

.ep-menu-grid a {
    color: var(--ep-text-2);
    border: 1px solid var(--ep-primary-200);
    border-radius: 13px;
}

    .ep-menu-grid a i {
        color: var(--ep-primary-ink);
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: var(--ep-primary-50);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    .ep-menu-grid a.active {
        background: var(--ep-primary-50);
        border-color: var(--ep-primary);
        color: var(--ep-primary-ink);
    }

        .ep-menu-grid a.active i {
            background: var(--ep-surface);
            color: var(--ep-primary-ink);
        }

.ep-menu-grid {
    gap: 9px;
}

.pc-header .pc-h-dropdown,
.pc-announcement-offcanvas {
    border: 1px solid var(--ep-border);
    border-radius: 16px;
    box-shadow: var(--ep-shadow);
    overflow: hidden;
}

.pc-announcement-offcanvas {
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.pc-header .pc-h-dropdown .dropdown-header,
.pc-announcement-offcanvas .offcanvas-header {
    padding: 15px 17px;
    border-bottom: 1px solid var(--ep-border);
    background: var(--ep-surface);
}

    .pc-header .pc-h-dropdown .dropdown-header h5,
    .pc-announcement-offcanvas .offcanvas-title {
        font-size: 15px;
        font-weight: 700;
        color: var(--ep-text);
        margin: 0;
    }

.pc-announcement-offcanvas .offcanvas-title i {
    color: var(--ep-amber);
}

.pc-announcement-offcanvas .offcanvas-body {
    background: var(--ep-bg);
    padding: 16px;
}

.dropdown-notification {
    width: 380px;
    max-width: calc(100vw - 24px);
    background: var(--ep-surface);
}

    .dropdown-notification > div:first-child {
        padding: 15px 17px !important;
        border-bottom: 1px solid var(--ep-border) !important;
    }

        .dropdown-notification > div:first-child h6 {
            font-size: 14px;
            font-weight: 700;
            color: var(--ep-text);
        }

    .dropdown-notification a.small,
    .dropdown-notification .text-primary {
        font-size: 12.5px;
        font-weight: 600;
        color: var(--ep-primary-ink) !important;
        text-decoration: none;
    }

.epetim-notif-scroll {
    padding: 11px;
    background: var(--ep-surface);
}

    .epetim-notif-scroll .notif-card {
        background: var(--ep-surface-2) !important;
        border: none !important;
        border-radius: var(--ep-r-item) !important;
        box-shadow: none !important;
        margin-bottom: 7px !important;
        transition: background-color .15s ease;
    }

        .epetim-notif-scroll .notif-card:hover {
            background: var(--ep-hover) !important;
        }

        .epetim-notif-scroll .notif-card .card-body {
            padding: 11px 12px !important;
        }

        .epetim-notif-scroll .notif-card h6 {
            font-size: 13px;
            font-weight: 700;
            color: var(--ep-text);
        }

        .epetim-notif-scroll .notif-card p {
            font-size: 11.5px;
            color: var(--ep-muted);
            line-height: 1.45;
        }

        .epetim-notif-scroll .notif-card .float-end {
            font-size: 11px;
            color: var(--ep-muted);
        }

        .epetim-notif-scroll .notif-card .flex-shrink-0 > i {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px !important;
            background: var(--ep-primary-50);
        }

            .epetim-notif-scroll .notif-card .flex-shrink-0 > i.text-success {
                background: var(--ep-green-bg);
            }

            .epetim-notif-scroll .notif-card .flex-shrink-0 > i.text-warning {
                background: var(--ep-amber-bg);
            }

            .epetim-notif-scroll .notif-card .flex-shrink-0 > i.text-info {
                background: var(--ep-blue-bg);
            }

.dropdown-notification hr {
    display: none;
}

.dropdown-notification .px-3.pb-2 {
    padding: 11px !important;
    border-top: 1px solid var(--ep-border);
}

    .dropdown-notification .px-3.pb-2 > a {
        padding: 10px 12px !important;
        border: 1px solid var(--ep-border);
        border-radius: var(--ep-r-item);
        transition: border-color .15s ease;
    }

        .dropdown-notification .px-3.pb-2 > a:hover {
            border-color: var(--ep-primary);
        }

        .dropdown-notification .px-3.pb-2 .fw-semibold {
            font-size: 13px;
            color: var(--ep-text);
        }

        .dropdown-notification .px-3.pb-2 .small {
            font-size: 11.5px;
            color: var(--ep-muted);
        }

.dropdown-notification .border-top.bg-light {
    background: var(--ep-bg) !important;
    border-top: 1px solid var(--ep-border) !important;
    padding: 11px 17px !important;
}

.dropdown-user-profile {
    width: 300px;
    max-width: calc(100vw - 24px);
    background: var(--ep-surface);
}

    .dropdown-user-profile .dropdown-body {
        padding: 14px 15px 15px;
    }

    .dropdown-user-profile h6 {
        font-size: 13.5px;
        font-weight: 700;
        color: var(--ep-text);
    }

    .dropdown-user-profile span {
        font-size: 12px;
        color: var(--ep-muted);
    }

    .dropdown-user-profile hr {
        border-color: var(--ep-border) !important;
        opacity: 1 !important;
        margin: 12px 0;
    }

    .dropdown-user-profile .text-span {
        font-size: 10.5px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--ep-muted);
        margin-bottom: 7px;
    }

    .dropdown-user-profile .dropdown-body .dropdown-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border: 1px solid var(--ep-border);
        border-radius: var(--ep-r-item);
        margin-bottom: 7px;
        font-size: 13px;
        font-weight: 600;
        color: var(--ep-text);
        transition: border-color .15s ease, background-color .15s ease;
    }

        .dropdown-user-profile .dropdown-body .dropdown-item:hover,
        .dropdown-user-profile .dropdown-body .dropdown-item:focus {
            background: var(--ep-surface-2);
            border-color: var(--ep-primary);
            color: var(--ep-text);
        }

        .dropdown-user-profile .dropdown-item .pc-icon {
            width: 17px;
            height: 17px;
            margin-right: 0 !important;
            color: var(--ep-muted);
        }

    .dropdown-user-profile .btn-primary {
        border-radius: var(--ep-r-item);
        font-size: 13px;
        font-weight: 600;
        padding: 10px 14px;
    }

.pc-announcement-offcanvas .card {
    background: var(--ep-surface);
    border: 1px solid var(--ep-border) !important;
    border-radius: var(--ep-r-card) !important;
    box-shadow: none !important;
    margin-bottom: 14px !important;
}

.pc-announcement-offcanvas .card-header {
    background: var(--ep-surface) !important;
    border-bottom: 1px solid var(--ep-border) !important;
    padding: 13px 16px !important;
}

    .pc-announcement-offcanvas .card-header.grad-new,
    .pc-announcement-offcanvas .card-header.grad-improve,
    .pc-announcement-offcanvas .card-header.grad-update,
    .pc-announcement-offcanvas .card-header.grad-general {
        background: var(--ep-surface) !important;
    }

    .pc-announcement-offcanvas .card-header .badge {
        font-size: 11px;
        font-weight: 600;
        border-radius: 999px;
        padding: 5px 11px !important;
        border: none !important;
    }

        .pc-announcement-offcanvas .card-header .badge.bg-light-success {
            background: var(--ep-green-bg) !important;
            color: var(--ep-green-tx) !important;
        }

        .pc-announcement-offcanvas .card-header .badge.bg-light-primary {
            background: var(--ep-primary-50) !important;
            color: var(--ep-primary-ink) !important;
        }

        .pc-announcement-offcanvas .card-header .badge.bg-light-warning {
            background: var(--ep-amber-bg) !important;
            color: var(--ep-amber-tx) !important;
        }

        .pc-announcement-offcanvas .card-header .badge.bg-light-info {
            background: var(--ep-blue-bg) !important;
            color: var(--ep-blue-tx) !important;
        }

        .pc-announcement-offcanvas .card-header .badge.bg-white {
            background: var(--ep-surface-3) !important;
            color: var(--ep-text-2) !important;
            box-shadow: none !important;
        }

.pc-announcement-offcanvas .card-body {
    padding: 16px !important;
}

    .pc-announcement-offcanvas .card-body h4 {
        font-size: 15.5px;
        font-weight: 800;
        color: var(--ep-text);
    }

.pc-announcement-offcanvas .markdown-content,
.ep-card .markdown-content {
    font-size: 13px;
    color: var(--ep-text-2) !important;
    line-height: 1.6;
}

    .pc-announcement-offcanvas .markdown-content h1,
    .pc-announcement-offcanvas .markdown-content h2,
    .pc-announcement-offcanvas .markdown-content h3,
    .pc-announcement-offcanvas .markdown-content h4,
    .ep-card .markdown-content h1,
    .ep-card .markdown-content h2,
    .ep-card .markdown-content h3,
    .ep-card .markdown-content h4 {
        font-size: 13.5px;
        font-weight: 700;
        color: var(--ep-text);
        margin: 14px 0 7px;
    }

    .pc-announcement-offcanvas .markdown-content li,
    .ep-card .markdown-content li {
        margin-bottom: 5px;
    }

    .pc-announcement-offcanvas .markdown-content strong,
    .ep-card .markdown-content strong {
        color: var(--ep-text);
    }

    .pc-announcement-offcanvas .markdown-content hr,
    .ep-card .markdown-content hr {
        border-color: var(--ep-border);
        opacity: 1;
    }

.pc-announcement-offcanvas .card-body .small {
    font-size: 11.5px;
    color: var(--ep-muted) !important;
}


.modal-backdrop.show {
    background: var(--ep-backdrop);
    opacity: var(--ep-backdrop-op);
}

.modal-content {
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    box-shadow: var(--ep-shadow-lg);
}

.modal-header {
    padding: 16px 18px;
    border-bottom: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card) var(--ep-r-card) 0 0;
    background: var(--ep-surface);
}

    .modal-header .modal-title,
    .modal-header h4,
    .modal-header h5,
    .modal-header h6 {
        font-size: 15.5px;
        font-weight: 800;
        color: var(--ep-text);
        margin: 0;
    }

    .modal-header.bg-primary,
    .modal-header.bg-gradient.bg-primary {
        background: var(--ep-primary) !important;
        background-image: none !important;
        border-bottom-color: var(--ep-primary) !important;
    }

        .modal-header.bg-primary .modal-title,
        .modal-header.bg-primary h4,
        .modal-header.bg-primary h5 {
            color: #fff;
        }

    .modal-header.bg-success-subtle {
        background: var(--ep-green-bg) !important;
        border-bottom-color: var(--ep-green-bd) !important;
    }

.modal-body {
    padding: 18px;
    color: var(--ep-text-2);
    font-size: 13.5px;
}

.modal-footer {
    padding: 14px 18px;
    border-top: 1px solid var(--ep-border);
    gap: 8px;
}

    .modal-footer > * {
        margin: 0;
    }

.modal .form-control,
.modal .form-select,
.modal textarea {
    border: 1px solid var(--ep-border-2);
    border-radius: var(--ep-r-item);
    box-shadow: none;
    font-size: 13.5px;
    padding: .6rem .85rem;
    color: var(--ep-text);
}

    .modal .form-control:focus,
    .modal .form-select:focus,
    .modal textarea:focus {
        border-color: var(--ep-primary);
        box-shadow: none;
    }

    .modal .form-control::placeholder,
    .modal textarea::placeholder {
        color: var(--ep-muted);
    }

.modal .form-label {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ep-text-2);
    margin-bottom: 5px;
}

.modal .btn-close,
.offcanvas .btn-close {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    opacity: .55;
    padding: 0;
    background-size: 11px;
    transition: opacity .15s ease, background-color .15s ease;
}

    .modal .btn-close:hover,
    .offcanvas .btn-close:hover {
        opacity: 1;
        background-color: var(--ep-hover);
        box-shadow: none;
    }

    .modal .btn-close:focus,
    .offcanvas .btn-close:focus {
        box-shadow: none;
    }

.ep-log-detay-satir + .ep-log-detay-satir {
    margin-top: 14px;
}

.ep-log-detay-etiket {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ep-muted);
    margin-bottom: 5px;
}

.ep-log-detay-deger {
    font-size: 13.5px;
    color: var(--ep-text);
    overflow-wrap: anywhere;
}

.ep-log-detay-blok,
.ep-log-detay-hata {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12.5px;
    line-height: 1.6;
    padding: 12px 14px;
    border-radius: var(--ep-r-item);
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    max-height: 280px;
    overflow-y: auto;
}

.ep-log-detay-blok {
    background: var(--ep-surface-2);
    border: 1px solid var(--ep-border);
    color: var(--ep-text);
}

.ep-log-detay-hata {
    background: var(--ep-red-bg);
    border: 1px solid var(--ep-red-bd);
    color: var(--ep-red-tx);
}

.ep-log-detay-bos {
    color: var(--ep-muted);
    font-style: italic;
}

.ep-demo-ua {
    display: block;
    margin-top: 3px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.note-editor .note-editing-area,
.note-editor .note-editable {
    background-color: #ffffff !important;
    color: #1e1e1e !important;
}

.note-editor.note-frame.fullscreen,
.note-editor.fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1040 !important;
    background: var(--ep-surface) !important;
}

    .note-editor.fullscreen .note-toolbar {
        background: var(--ep-surface) !important;
        border-color: var(--ep-border) !important;
    }

.global-search-backdrop {
    background: var(--ep-backdrop-soft);
    backdrop-filter: blur(3px);
}

.global-search-dialog {
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    box-shadow: var(--ep-shadow-lg);
}

.global-search-header {
    padding: 14px 16px;
    border-bottom: 1px solid var(--ep-border);
}

    .global-search-header input {
        height: 42px !important;
        background: var(--ep-input-bg);
        border: 1px solid transparent;
        border-radius: var(--ep-r-item);
        font-size: 13.5px;
        color: var(--ep-text);
    }

        .global-search-header input:focus {
            background: var(--ep-surface);
            border-color: var(--ep-primary);
            box-shadow: none;
        }

        .global-search-header input::placeholder {
            color: var(--ep-muted);
        }

.shortcut-hint {
    border: 1px solid var(--ep-border-2);
    border-radius: 999px;
    color: var(--ep-muted);
    background: var(--ep-surface);
    font-size: 11px;
    font-weight: 600;
}

.global-search-body {
    padding: 11px;
}

.global-search-group-title {
    padding: 6px 8px 4px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--ep-muted);
}

.global-search-item {
    padding: 10px 12px;
    border-radius: var(--ep-r-item);
    gap: 11px;
}

    .global-search-item:hover,
    .global-search-item.active {
        background: var(--ep-primary-50);
    }

.global-search-item-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--ep-text);
}

.global-search-item-sub {
    font-size: 11.5px;
    color: var(--ep-muted);
}

.global-search-footer {
    padding: 11px 16px;
    border-top: 1px solid var(--ep-border);
    background: var(--ep-bg);
    font-size: 11.5px;
    color: var(--ep-muted);
}

.onboarding-step-item.active .onboarding-step-circle {
    background-color: var(--ep-primary);
    border-color: var(--ep-primary);
    box-shadow: none;
    transform: none;
}

.onboarding-step-item.active .onboarding-step-label {
    color: var(--ep-primary-ink);
}

.onboarding-step-item.completed .onboarding-step-circle {
    background-color: var(--ep-primary-600);
    border-color: var(--ep-primary-600);
}

.onboarding-step-line.active {
    background-color: var(--ep-primary);
}

.tur-select-card,
.asi-sablon-card,
.cinsiyet-pill-btn {
    border-radius: var(--ep-r-item) !important;
    box-shadow: none !important;
    background-image: none !important;
    transition: border-color .15s ease, background-color .15s ease !important;
}

    .tur-select-card:hover,
    .asi-sablon-card:hover,
    .cinsiyet-pill-btn:hover {
        box-shadow: none !important;
        transform: none !important;
    }

.tur-select-card:has(input[type="radio"]:checked) {
    background: var(--ep-primary-50) !important;
    background-image: none !important;
    border-color: var(--ep-primary) !important;
    box-shadow: none !important;
}

.asi-sablon-card:has(input[type="radio"]:checked) {
    background: var(--ep-primary-50) !important;
    background-image: none !important;
    border-color: var(--ep-primary) !important;
    box-shadow: none !important;
}

.cinsiyet-pill-btn.disi:has(input[type="radio"]:checked) {
    border-color: var(--ep-pink) !important;
    background: var(--ep-pink-bg) !important;
    color: var(--ep-pink-tx) !important;
    box-shadow: none !important;
}

.cinsiyet-pill-btn.erkek:has(input[type="radio"]:checked) {
    border-color: var(--ep-blue) !important;
    background: var(--ep-blue-bg) !important;
    color: var(--ep-blue-tx) !important;
    box-shadow: none !important;
}

.pet-photo-preview-wrapper img {
    box-shadow: none;
}

.swal2-popup {
    background: var(--ep-surface) !important;
    color: var(--ep-ink) !important;
    border: 1px solid var(--ep-border) !important;
    border-radius: 16px !important;
}

.swal2-title,
.swal2-html-container {
    color: var(--ep-ink) !important;
}

.swal2-input,
.swal2-textarea,
.swal2-select {
    background: var(--ep-surface-2) !important;
    border: 1px solid var(--ep-border) !important;
    color: var(--ep-ink) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.swal2-input:focus,
.swal2-textarea:focus,
.swal2-select:focus {
    border-color: var(--ep-primary) !important;
    box-shadow: 0 0 0 2px var(--ep-primary-50) !important;
}

.swal2-input::placeholder,
.swal2-textarea::placeholder,
.swal2-input::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
    color: var(--ep-muted) !important;
    opacity: 0.45 !important;
    -webkit-text-fill-color: var(--ep-muted) !important;
}

[data-pc-theme="dark"] .swal2-input::placeholder,
[data-pc-theme="dark"] .swal2-textarea::placeholder,
[data-pc-theme="dark"] .swal2-input::-webkit-input-placeholder,
[data-pc-theme="dark"] .swal2-textarea::-webkit-input-placeholder,
[data-pc-theme="dark"] input::placeholder,
[data-pc-theme="dark"] textarea::placeholder,
[data-pc-theme="dark"] .form-control::placeholder {
    color: var(--ep-muted) !important;
    opacity: 0.4 !important;
    -webkit-text-fill-color: var(--ep-muted) !important;
}

.qr-flyout {
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    border-radius: 12px !important;
    box-shadow: var(--ep-shadow) !important;
    padding: 6px;
    overflow: hidden;
}

.qr-flyout-item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 9px;
    padding: 9px 11px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--ep-text);
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
}

    .qr-flyout-item:hover {
        background: var(--ep-primary-50);
        color: var(--ep-primary-ink);
    }

.pc-footer {
    background: var(--ep-bg);
    border-top: 1px solid var(--ep-border);
    animation: none;
}

.pc-footer.bg-body {
    background: var(--ep-bg) !important;
}

    .pc-footer .footer-wrapper {
        padding: 14px 16px;
        gap: 4px;
    }

    .pc-footer,
    .pc-footer .footer-copyright {
        color: var(--ep-muted);
        font-size: 12.5px;
    }

        .pc-footer .footer-copyright > div:first-child {
            color: var(--ep-muted);
        }

    .pc-footer a {
        color: var(--ep-text-2) !important;
        font-weight: 600;
    }

        .pc-footer a:hover {
            color: var(--ep-primary-ink) !important;
        }

.pc-footer .footer-icon,
.pc-footer a.footer-icon,
.pc-footer button.footer-icon {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 9px;
    font-size: 14px;
    color: var(--ep-muted) !important;
}

    .pc-footer .footer-icon i {
        color: inherit !important;
    }

    .pc-footer .footer-icon:hover,
    .pc-footer a.footer-icon:hover,
    .pc-footer button.footer-icon:hover {
        background: var(--ep-primary-50);
        color: var(--ep-primary-ink) !important;
    }

        .pc-footer .footer-icon:hover i {
            color: var(--ep-primary-ink) !important;
        }

.pc-footer .legal-links {
    font-size: 12.5px;
    gap: .3rem .85rem;
}

    .pc-footer .legal-links a:hover {
        transform: none;
    }

    .pc-footer .legal-links i {
        color: var(--ep-icon-2);
    }

    .pc-footer .legal-links a:hover i {
        color: var(--ep-primary-ink);
    }

.pc-footer .paw-anim {
    filter: none;
}

    .pc-footer .paw-anim i {
        color: var(--ep-primary-ink);
    }

.scroll-to-top {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--ep-primary);
    font-size: 1.05rem;
    box-shadow: none;
}

    .scroll-to-top:hover {
        background: var(--ep-primary-600);
        transform: translateY(0) scale(1);
        box-shadow: none;
    }

    .scroll-to-top:active {
        transform: scale(.94);
    }

.ep-page-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .ep-page-head h2 {
        margin: 0 0 4px;
        font-size: 24px;
        font-weight: 800;
        letter-spacing: -.4px;
        color: var(--ep-text);
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .ep-page-head h2 i {
            color: var(--ep-primary-ink);
            font-size: 21px;
        }

    .ep-page-head p {
        margin: 0;
        color: var(--ep-muted);
        font-size: 13.5px;
    }

.ep-date-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ep-text-2);
    white-space: nowrap;
}

    .ep-date-chip i {
        color: var(--ep-primary-ink);
        font-size: 15px;
    }

.ep-tip {
    display: flex;
    gap: 13px;
    align-items: center;
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    padding: 14px 16px;
    margin-bottom: 18px;
    transition: border-color .15s ease;
}

    .ep-tip:hover {
        border-color: var(--ep-border-2);
    }

.ep-tip-ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ep-amber-bg);
    color: var(--ep-amber);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex: none;
}

.ep-tip h6 {
    margin: 0 0 3px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ep-muted);
}

.ep-tip .ep-tip-metin {
    font-size: 13.5px;
    color: var(--ep-text);
    line-height: 1.5;
}

.ep-serit-uyari {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    background: var(--ep-surface);
    border: 1px solid var(--ep-amber-bd);
    border-radius: var(--ep-r-card);
    padding: 13px 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
    text-align: center;
}

.ep-serit-ico {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--ep-amber-bg);
    color: var(--ep-amber);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex: none;
}

.ep-serit-govde {
    min-width: 0;
    text-align: center;
}

    .ep-serit-govde h6 {
        margin: 0 0 2px;
        font-size: 10.5px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--ep-muted);
    }

    .ep-serit-govde p {
        margin: 0;
        font-size: 13.5px;
        color: var(--ep-text);
        line-height: 1.45;
    }

@media (max-width: 576px) {
    .ep-serit-uyari {
        padding: 12px 13px;
    }

        .ep-serit-uyari .ep-btn {
            width: 100%;
        }
}

@media (max-width: 576px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="search"],
    input[type="url"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="time"],
    input:not([type]),
    select,
    textarea,
    .form-control,
    .form-select {
        font-size: 16px !important;
    }
}

.ep-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.ep-stat {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    border-radius: var(--ep-r-card);
    padding: 16px;
    border: 1px solid var(--ep-border);
    background: var(--ep-surface);
    transition: border-color .15s ease;
}

    .ep-stat:hover {
        border-color: var(--ep-border-2);
    }

.ep-stat-ring {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: none;
}

.ep-stat > div {
    min-width: 0;
}

.ep-stat-val {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--ep-text);
    white-space: nowrap;
}

.ep-stat-lbl {
    font-size: 12px;
    color: var(--ep-muted);
    margin-top: 2px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.ep-stat.violet { background: var(--ep-violet-tint); border-color: var(--ep-violet-bd); }
    .ep-stat.violet .ep-stat-ring { background: var(--ep-violet-bg); color: var(--ep-violet); }
    .ep-stat.violet:hover { border-color: var(--ep-violet-bd2); }
.ep-stat.green { background: var(--ep-green-tint); border-color: var(--ep-green-bd); }
    .ep-stat.green .ep-stat-ring { background: var(--ep-green-bg); color: var(--ep-green); }
    .ep-stat.green:hover { border-color: var(--ep-green-bd2); }
.ep-stat.amber { background: var(--ep-amber-tint); border-color: var(--ep-amber-bd); }
    .ep-stat.amber .ep-stat-ring { background: var(--ep-amber-bg); color: var(--ep-amber); }
    .ep-stat.amber:hover { border-color: var(--ep-amber-bd2); }
.ep-stat.pink { background: var(--ep-pink-tint); border-color: var(--ep-pink-bd); }
    .ep-stat.pink .ep-stat-ring { background: var(--ep-pink-bg); color: var(--ep-pink); }
    .ep-stat.pink:hover { border-color: var(--ep-pink-bd2); }
.ep-stat.blue { background: var(--ep-blue-tint); border-color: var(--ep-blue-bd); }
    .ep-stat.blue .ep-stat-ring { background: var(--ep-blue-bg); color: var(--ep-blue); }
    .ep-stat.blue:hover { border-color: var(--ep-blue-bd2); }

.ep-dash {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-bottom: 24px;
}

.ep-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ep-dash {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .ep-col-r {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1200px) {
    .ep-dash {
        grid-template-columns: minmax(0, 29fr) minmax(0, 44fr) minmax(0, 27fr);
    }
}

.ep-card {
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    overflow: hidden;
}

.ep-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 17px;
    border-bottom: 1px solid var(--ep-border);
    flex-wrap: wrap;
}

    .ep-card-head h6 {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        color: var(--ep-text);
        display: flex;
        align-items: center;
        gap: 9px;
    }

        .ep-card-head h6 i {
            font-size: 15px;
        }

.ep-link {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ep-primary-ink);
    text-decoration: none;
    white-space: nowrap;
}

    .ep-link:hover {
        color: var(--ep-primary-600);
        text-decoration: underline;
    }

.ep-card-body {
    padding: 15px 17px;
}

    .ep-card-body.sik {
        padding: 11px;
    }

.ep-satir {
    display: flex;
    align-items: center;
    gap: 11px;
    background: var(--ep-surface-2);
    border-radius: var(--ep-r-item);
    padding: 10px 12px;
    text-decoration: none;
    color: inherit;
}

    .ep-satir + .ep-satir {
        margin-top: 7px;
    }

    .ep-satir.yeni {
        background: var(--ep-primary-50);
    }

    .ep-satir.vurgu {
        background: var(--ep-amber-bg);
        transition: background-color .4s ease;
    }

.ep-satir-tarih {
    text-align: center;
    flex: none;
    min-width: 32px;
}

    .ep-satir-tarih b {
        display: block;
        font-size: 12.5px;
        font-weight: 700;
        color: var(--ep-text);
        line-height: 1.2;
    }

    .ep-satir-tarih span {
        font-size: 10px;
        color: var(--ep-muted);
    }

.ep-satir-saat {
    font-size: 12px;
    font-weight: 700;
    color: var(--ep-text-2);
    flex: none;
}

.ep-satir-icerik {
    flex: 1;
    min-width: 0;
}

    .ep-satir-icerik b {
        font-size: 13px;
        font-weight: 700;
        color: var(--ep-text);
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ep-satir-icerik span {
        font-size: 11.5px;
        color: var(--ep-muted);
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.ep-satir-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    flex: none;
    background: var(--ep-primary-50);
}

.ep-satir-ikon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex: none;
}

    .ep-satir-ikon.violet { background: var(--ep-violet-bg); color: var(--ep-violet); }
    .ep-satir-ikon.green { background: var(--ep-green-bg); color: var(--ep-green); }
    .ep-satir-ikon.amber { background: var(--ep-amber-bg); color: var(--ep-amber); }
    .ep-satir-ikon.pink { background: var(--ep-pink-bg); color: var(--ep-pink); }
    .ep-satir-ikon.blue { background: var(--ep-blue-bg); color: var(--ep-blue); }
    .ep-satir-ikon.gri { background: var(--ep-surface-3); color: var(--ep-text-2); }

.ep-sure {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ep-muted);
    flex: none;
    text-align: right;
    white-space: nowrap;
}

    .ep-sure.kirmizi { color: var(--ep-red-tx); }
    .ep-sure.amber { color: var(--ep-amber-tx); }

    .ep-satir-icerik span .ep-sure {
        display: inline;
        text-align: inherit;
    }

a.ep-satir:hover {
    background: var(--ep-hover);
}

.ep-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 999px;
    white-space: nowrap;
    flex: none;
}

    .ep-pill.violet { background: var(--ep-violet-bg); color: var(--ep-violet); }
    .ep-pill.green { background: var(--ep-green-bg); color: var(--ep-green-tx); }
    .ep-pill.amber { background: var(--ep-amber-bg); color: var(--ep-amber-tx); }
    .ep-pill.pink { background: var(--ep-pink-bg); color: var(--ep-pink-tx); }
    .ep-pill.blue { background: var(--ep-blue-bg); color: var(--ep-blue-tx); }
    .ep-pill.gri { background: var(--ep-surface-3); color: var(--ep-text-2); }
    .ep-pill.kirmizi { background: var(--ep-red-bg); color: var(--ep-red-tx); }
    .ep-pill.soft { background: var(--ep-primary-50); color: var(--ep-soft-tx); font-weight: 600; }

.ep-tutar {
    font-size: 14px;
    font-weight: 800;
    color: var(--ep-text);
    flex: none;
    white-space: nowrap;
}

.ep-sayfalama {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    padding: 16px;
    border-top: 1px solid var(--ep-border);
}

    .ep-sayfalama button {
        min-width: 30px;
        height: 30px;
        padding: 0 8px;
        border-radius: 8px;
        border: 1px solid var(--ep-border-2);
        background: var(--ep-surface);
        color: var(--ep-text-2);
        font-size: 12.5px;
        font-weight: 600;
        font-family: inherit;
        cursor: pointer;
        transition: border-color .15s ease, color .15s ease;
    }

        .ep-sayfalama button:hover:not(:disabled):not(.aktif) {
            border-color: var(--ep-primary);
            color: var(--ep-primary-ink);
        }

        .ep-sayfalama button:disabled {
            opacity: .4;
            cursor: default;
        }

        .ep-sayfalama button.aktif {
            background: var(--ep-primary);
            border-color: var(--ep-primary);
            color: #fff;
            cursor: default;
        }

.ep-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.25;
    padding: 8px 14px;
    border-radius: var(--ep-r-item);
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    white-space: nowrap;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.ep-btn-birincil {
    background: var(--ep-primary);
    color: #fff;
}

    .ep-btn-birincil:hover {
        background: var(--ep-primary-600);
        color: #fff;
    }

.ep-btn-cerceve {
    background: var(--ep-surface);
    border-color: var(--ep-border-2);
    color: var(--ep-text-2);
}

    .ep-btn-cerceve:hover {
        border-color: var(--ep-primary);
        color: var(--ep-primary-ink);
    }

    .ep-btn-cerceve.tehlike {
        color: var(--ep-red-tx);
    }

        .ep-btn-cerceve.tehlike:hover {
            border-color: var(--ep-red);
            color: var(--ep-red-tx);
        }

.ep-btn-tehlike {
    background: var(--ep-red);
    color: #fff;
}

    .ep-btn-tehlike:hover {
        filter: brightness(.92);
        color: #fff;
    }

    .ep-btn-tehlike:disabled {
        background: var(--ep-surface-3);
        color: var(--ep-muted);
        filter: none;
        cursor: not-allowed;
    }

.ep-btn-whatsapp {
    background: #25d366;
    color: #fff;
}

    .ep-btn-whatsapp:hover {
        filter: brightness(.94);
        color: #fff;
    }

.ep-btn-yumusak {
    background: var(--ep-primary-50);
    color: var(--ep-primary-ink);
}

    .ep-btn-yumusak:hover {
        background: var(--ep-primary-100);
        color: var(--ep-primary-600);
    }

.ep-btn-sm {
    padding: 7px 12px;
    font-size: 12px;
}

.ep-petler {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 14px;
    align-content: start;
}

    .ep-petler.tek-pet {
        grid-template-columns: minmax(170px, 260px);
        justify-content: center;
    }

.ep-pet {
    position: relative;
    min-width: 0;
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    padding: 18px 12px 14px;
    text-align: center;
    background: var(--ep-surface);
    transition: border-color .15s ease;
}

    .ep-pet:hover {
        border-color: var(--ep-border-2);
    }

.ep-pet-cinsiyet {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

    .ep-pet-cinsiyet.erkek { background: var(--ep-blue-bg); color: var(--ep-blue); }
    .ep-pet-cinsiyet.disi { background: var(--ep-pink-bg); color: var(--ep-pink); }

.ep-pet-cip {
    position: absolute;
    top: 11px;
    left: 11px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--ep-surface-3);
    color: var(--ep-text-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.ep-pet-foto {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 11px;
    display: block;
    background: var(--ep-primary-50);
}

.ep-pet h5 {
    margin: 0 0 9px;
    font-size: 16px;
    font-weight: 800;
    color: var(--ep-text);
}

    .ep-pet h5 a {
        color: inherit;
        text-decoration: none;
    }

.ep-pet-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 13px;
}

    .ep-pet-meta div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        font-size: 12px;
        color: var(--ep-muted);
    }

        .ep-pet-meta div i {
            font-size: 12.5px;
            color: var(--ep-icon-2);
            width: 14px;
            text-align: center;
        }

.ep-pet-guncelleme {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 0 12px;
    padding-top: 10px;
    border-top: 1px solid var(--ep-border);
    font-size: 11px;
    color: var(--ep-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .ep-pet-guncelleme i {
        font-size: 11px;
        color: var(--ep-icon-2);
        flex: none;
    }

.ep-pet-butonlar {
    display: flex;
    gap: 6px;
}

    .ep-pet-butonlar .ep-btn {
        flex: 1 1 0;
        min-width: 0;
        padding: 7px 6px;
        font-size: 11.5px;
        gap: 5px;
        overflow: hidden;
    }

        .ep-pet-butonlar .ep-btn i {
            flex: none;
        }

.ep-filtre {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.ep-filtre-arama {
    position: relative;
    flex: 1;
    min-width: 190px;
}

    .ep-filtre-arama i {
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--ep-muted);
        font-size: 13px;
        pointer-events: none;
    }

    .ep-filtre-arama input {
        width: 100%;
        border: 1px solid var(--ep-border-2);
        border-radius: var(--ep-r-item);
        background: var(--ep-surface);
        padding: 9px 13px 9px 36px;
        font-size: 13px;
        font-family: inherit;
        color: var(--ep-text);
        outline: none;
    }

        .ep-filtre-arama input::placeholder {
            color: var(--ep-muted);
        }

        .ep-filtre-arama input:focus {
            border-color: var(--ep-primary);
        }

.ep-filtre select {
    border: 1px solid var(--ep-border-2);
    border-radius: var(--ep-r-item);
    background: var(--ep-surface);
    padding: 9px 13px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: var(--ep-text-2);
    outline: none;
    min-width: 140px;
}

    .ep-filtre select:focus {
        border-color: var(--ep-primary);
    }

.ep-liste-arac {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

    .ep-liste-arac .ep-filtre-arama {
        flex: 1 1 240px;
    }

.ep-tur-filtre {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.ep-tur-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--ep-border-2);
    background: var(--ep-surface);
    color: var(--ep-text-2);
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}

    .ep-tur-chip:hover {
        border-color: var(--ep-primary);
        color: var(--ep-primary-ink);
    }

    .ep-tur-chip .sayi {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        border-radius: 999px;
        background: var(--ep-surface-3);
        color: var(--ep-text-2);
        font-size: 10px;
        font-weight: 700;
    }

    .ep-tur-chip.aktif {
        background: var(--ep-primary);
        border-color: var(--ep-primary);
        color: #fff;
    }

        .ep-tur-chip.aktif .sayi {
            background: rgba(255, 255, 255, .22);
            color: #fff;
        }

.ep-petkartlar {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    gap: 16px;
}

.ep-petkart {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    overflow: hidden;
    transition: border-color .15s ease;
}

    .ep-petkart:hover {
        border-color: var(--ep-border-2);
    }

.ep-petkart-foto {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    background: var(--ep-primary-50);
}

    .ep-petkart-foto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.ep-petkart-tur {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--ep-surface);
    color: var(--ep-text-2);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
}

.ep-petkart-govde {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 14px;
}

.ep-petkart-ad {
    margin: 0 0 2px;
    font-size: 16px;
    font-weight: 800;
    color: var(--ep-text);
}

    .ep-petkart-ad a {
        color: inherit;
        text-decoration: none;
    }

.ep-petkart-alt {
    font-size: 12px;
    color: var(--ep-muted);
    margin-bottom: 11px;
}

.ep-petkart-cipler {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 13px;
}

    .ep-petkart-cipler .ep-pill {
        width: 100%;
        min-width: 0;
        justify-content: center;
        text-align: center;
        white-space: normal;
        line-height: 1.3;
    }

    .ep-petkart-cipler .ep-pill.genis {
        grid-column: 1 / -1;
    }

.ep-petkart-butonlar {
    display: flex;
    gap: 7px;
    margin-top: auto;
}

    .ep-petkart-butonlar .ep-btn {
        flex: 1 1 0;
        min-width: 0;
        overflow: hidden;
    }

    .ep-petkart-butonlar .ep-btn-cerceve {
        border-radius: 999px;
        border-color: var(--ep-primary-200);
    }

    .ep-petkart-butonlar .ep-btn-cerceve:hover {
        background: var(--ep-primary-50);
    }

.ep-petkart .dropdown-menu,
.ep-card .dropdown-menu {
    border: 1px solid var(--ep-border);
    border-radius: 12px;
    box-shadow: var(--ep-shadow);
    padding: 6px;
    min-width: 190px;
}

    .ep-petkart .dropdown-menu .dropdown-item,
    .ep-card .dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 9px 11px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        color: var(--ep-text);
    }

        .ep-petkart .dropdown-menu .dropdown-item i,
        .ep-card .dropdown-menu .dropdown-item i {
            width: 15px;
            text-align: center;
            color: var(--ep-muted);
        }

        .ep-petkart .dropdown-menu .dropdown-item:hover,
        .ep-card .dropdown-menu .dropdown-item:hover {
            background: var(--ep-primary-50);
            color: var(--ep-primary-ink);
        }

            .ep-petkart .dropdown-menu .dropdown-item:hover i,
            .ep-card .dropdown-menu .dropdown-item:hover i {
                color: var(--ep-primary-ink);
            }

.ep-qa {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-item);
    text-decoration: none;
    color: var(--ep-text);
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    text-align: left;
    background: var(--ep-surface);
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease;
}

    .ep-qa + .ep-qa {
        margin-top: 7px;
    }

    .ep-qa:hover {
        border-color: var(--ep-primary);
        background: var(--ep-surface-2);
        color: var(--ep-text);
    }

.ep-qa-ring {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex: none;
}

.ep-qa-ok {
    margin-left: auto;
    color: var(--ep-icon-3);
    font-size: 13px;
}

.ep-bos {
    text-align: center;
    padding: 26px 16px;
}

.ep-bos-ikon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--ep-hover);
    color: var(--ep-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.ep-bos p {
    font-size: 12.5px;
    color: var(--ep-muted);
    margin: 0 0 12px;
}

.ep-takvim-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .ep-takvim-nav button {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        border: 1px solid var(--ep-border);
        background: var(--ep-surface);
        color: var(--ep-text-2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        cursor: pointer;
    }

        .ep-takvim-nav button:hover {
            border-color: var(--ep-primary);
            color: var(--ep-primary-ink);
        }

    .ep-takvim-nav b {
        font-size: 13.5px;
        font-weight: 800;
        color: var(--ep-text);
    }

.ep-takvim-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
}

.ep-takvim-gunadi {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--ep-muted);
    padding: 4px 0;
}

.ep-takvim-gun {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    color: var(--ep-text-2);
    padding: 6px 0 9px;
    border-radius: 8px;
}

    .ep-takvim-gun.baska-ay {
        color: var(--ep-icon-3);
    }

    .ep-takvim-gun.bugun {
        background: var(--ep-primary);
        color: #fff;
    }

    .ep-takvim-gun.isaretli::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 3px;
        transform: translateX(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--ep-primary);
    }

    .ep-takvim-gun.bugun.isaretli::after {
        background: #fff;
    }

.ep-grafik-rozetler {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ep-grafik-rozet {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ep-text-2);
    background: var(--ep-hover);
    border-radius: 999px;
    padding: 4px 10px;
}

    .ep-grafik-rozet .nokta {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: inline-block;
        flex: none;
    }

.ep-dash.ikili {
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 992px) {
    .ep-dash.ikili {
        grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
    }
}

.ep-kartlar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
    gap: 16px;
    align-items: start;
    margin-bottom: 16px;
}

.ep-kartlar.esit {
    align-items: stretch;
}

    .ep-kartlar.esit > .ep-card {
        display: flex;
        flex-direction: column;
    }

    .ep-kartlar.esit > .ep-card > .ep-card-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

        .ep-kartlar.esit > .ep-card > .ep-card-body.sik {
            gap: 8px;
        }

            .ep-kartlar.esit > .ep-card > .ep-card-body.sik .ep-satir + .ep-satir {
                margin-top: 0;
            }

        .ep-kartlar.esit > .ep-card > .ep-card-body > .ep-btn:last-child {
            margin-top: auto !important;
        }

        .ep-kartlar.esit > .ep-card > .ep-card-body > .ep-bos:only-child {
            margin-top: auto;
            margin-bottom: auto;
        }

@media (hover: none) and (pointer: coarse) {
    .tooltip,
    .bs-tooltip-auto,
    .bs-tooltip-bottom,
    .bs-tooltip-top,
    .bs-tooltip-end,
    .bs-tooltip-start {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

.apexcharts-tooltip,
.apexcharts-tooltip.apexcharts-theme-light,
.apexcharts-tooltip.apexcharts-theme-dark {
    background: var(--ep-surface) !important;
    border: 1px solid var(--ep-border) !important;
    color: var(--ep-ink) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
}

.apexcharts-tooltip-title {
    background: var(--ep-surface-2) !important;
    border-bottom: 1px solid var(--ep-border) !important;
    color: var(--ep-ink) !important;
    font-family: inherit !important;
    font-weight: 600 !important;
}

.apexcharts-tooltip-text,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-y-label,
.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-z-value,
.apexcharts-tooltip-series-group,
.apexcharts-tooltip-series-group * {
    color: var(--ep-ink) !important;
}

.ep-bolum {
    scroll-margin-top: 110px;
}

.ep-cipler {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.ep-mini {
    font-size: 11.5px;
    color: var(--ep-muted);
    line-height: 1.5;
}

    .ep-mini i {
        margin-right: 4px;
        color: var(--ep-icon);
    }

.ep-hizli-erisim {
    display: none;
}

.ep-hizli-cip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 8px;
    border: 1px solid var(--ep-primary-200);
    border-radius: 999px;
    background: var(--ep-surface);
    color: var(--ep-text-2);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
}

    .ep-hizli-cip i {
        font-size: 12.5px;
        color: var(--ep-primary-ink);
    }

    .ep-hizli-cip.vurgu {
        background: var(--ep-primary-50);
        border-color: var(--ep-primary-200);
        color: var(--ep-primary-ink);
    }

.ep-profil {
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    margin-bottom: 16px;
    overflow: hidden;
}

.ep-profil-govde {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    align-items: center;
    justify-items: center;
}

@media (min-width: 768px) {
    .ep-profil-govde {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 22px;
        justify-items: stretch;
    }
}

.ep-profil-foto {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid var(--ep-border);
    background: var(--ep-surface-2);
    display: block;
}

.ep-profil-bilgi {
    min-width: 0;
    text-align: center;
}

.ep-profil-ad {
    margin: 0 0 3px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.3px;
    color: var(--ep-text);
}

.ep-profil-tur {
    margin: 0 0 12px;
    font-size: 13px;
    color: var(--ep-muted);
}

    .ep-profil-tur i {
        color: var(--ep-primary-ink);
        margin-right: 5px;
    }

.ep-profil-cipler {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-bottom: 12px;
}

.ep-profil-ozet {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px 12px;
    margin: 14px 0 2px;
    padding-top: 14px;
    border-top: 1px solid var(--ep-border);
    text-align: center;
}

@media (min-width: 768px) {
    .ep-profil-ozet {
        text-align: left;
    }
}

.ep-profil-ozet-oge {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.ep-profil-kunye {
    align-self: start;
    width: 216px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    background: var(--ep-surface-2);
}

    .ep-profil-kunye > div {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
    }

    .ep-profil-kunye span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: var(--ep-muted);
    }

        .ep-profil-kunye span i {
            color: var(--ep-icon);
        }

    .ep-profil-kunye b {
        font-size: 12.5px;
        font-weight: 700;
        color: var(--ep-text-2);
        word-break: break-all;
    }

.ep-profil-kunye-id {
    font-size: 11.5px !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

@media (max-width: 767.98px) {
    .ep-profil-kunye {
        width: 100%;
        text-align: center;
    }

        .ep-profil-kunye span {
            justify-content: center;
        }
}

    .ep-profil-ozet-oge > span {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: var(--ep-muted);
    }


    .ep-profil-ozet-oge > b {
        font-size: 13px;
        font-weight: 700;
        color: var(--ep-text);
        min-width: 0;
        overflow-wrap: anywhere;
    }

        .ep-profil-ozet-oge > b.vurgu {
            color: var(--ep-primary-ink);
        }

    .ep-profil-ozet-oge > small {
        font-size: 11px;
        color: var(--ep-muted);
        min-width: 0;
        overflow-wrap: anywhere;
    }


.ep-profil-paylasim {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 10px 0 2px;
    padding-top: 10px;
    border-top: 1px solid var(--ep-border);
    justify-content: center;
}

.ep-profil-paylasim-baslik {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ep-muted);
    margin-right: 2px;
}

    .ep-profil-paylasim-baslik i {
        color: var(--ep-icon);
    }

.ep-profil-paylasim-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ep-primary-ink);
    text-decoration: none;
}

    .ep-profil-paylasim-link:hover {
        text-decoration: underline;
    }

@media (min-width: 768px) {
    .ep-profil-paylasim {
        justify-content: flex-start;
    }
}

.ep-profil-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 11.5px;
    color: var(--ep-muted);
}

    .ep-profil-meta b {
        color: var(--ep-text-2);
        font-weight: 700;
    }

    .ep-profil-meta i {
        width: 13px;
        margin-right: 4px;
        color: var(--ep-icon);
    }


.ep-profil-meta.alt {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px 18px;
    padding: 10px 16px;
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    background: var(--ep-surface-2);
}

    .ep-profil-meta.alt > div {
        min-width: 0;
    }

    .ep-profil-meta.alt b {
        word-break: break-all;
    }

@media (min-width: 768px) {
    .ep-profil-bilgi {
        text-align: left;
    }

    .ep-profil-cipler {
        justify-content: flex-start;
    }
}

.ep-profil-qr {
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    background: var(--ep-surface-2);
    padding: 14px;
    text-align: center;
    width: 216px;
    max-width: 100%;
}

    .ep-profil-qr img {
        width: 148px;
        height: 148px;
        display: block;
        margin: 0 auto 9px;
        padding: 6px;
        border: 1px solid var(--ep-border);
        border-radius: var(--ep-r-item);
        background: var(--ep-qr-zemin);
        cursor: zoom-in;
    }

    .ep-profil-qr p {
        margin: 0 0 10px;
        font-size: 11.5px;
        color: var(--ep-muted);
        line-height: 1.5;
    }

.ep-profil-qr-butonlar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.ep-profil-aksiyon {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 13px 18px;
    border-top: 1px solid var(--ep-border);
    background: var(--ep-surface-2);
}

.ep-veri-liste {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ep-veri-liste li {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 14px;
        padding: 8px 0;
        border-bottom: 1px solid var(--ep-border);
    }

        .ep-veri-liste li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .ep-veri-liste li > span {
            flex: none;
            font-size: 12.5px;
            color: var(--ep-muted);
        }

        .ep-veri-liste li > strong {
            min-width: 0;
            font-size: 12.5px;
            font-weight: 700;
            color: var(--ep-text);
            text-align: right;
            overflow-wrap: anywhere;
        }

    .ep-veri-liste a {
        color: var(--ep-primary-ink);
        text-decoration: none;
    }

        .ep-veri-liste a:hover {
            text-decoration: underline;
        }


.ep-satir-aksiyonlar {
    display: flex;
    gap: 6px;
    flex: none;
}

.ep-satir-aksiyon {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--ep-border-2);
    background: var(--ep-surface);
    color: var(--ep-text-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

    .ep-satir-aksiyon:not(.planli):hover {
        background: var(--ep-hover);
        border-color: var(--ep-muted);
        color: var(--ep-text);
    }

    .ep-satir-aksiyon.onay:hover {
        border-color: var(--ep-green);
        color: var(--ep-green);
    }

    .ep-satir-aksiyon.sil:hover {
        border-color: var(--ep-red);
        color: var(--ep-red);
    }

    .ep-satir-aksiyon.blue:hover {
        border-color: var(--ep-blue);
        color: var(--ep-blue-tx);
    }

    .ep-satir-aksiyon.amber:hover {
        border-color: var(--ep-amber);
        color: var(--ep-amber-tx);
    }

    .ep-satir-aksiyon.planli {
        cursor: default;
        background: var(--ep-amber-bg);
        border-color: var(--ep-amber-bd);
        color: var(--ep-amber);
    }

.ep-grafik-kutu {
    background: var(--ep-surface-2);
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-item);
    padding: 12px 10px;
}

.ep-hatirlatici-izgara {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 14px;
}

    .ep-hatirlatici-izgara > .ep-card {
        background: var(--ep-surface-2);
        border-color: var(--ep-border-2);
    }

.ep-hatirlatici-izgara > .ep-card.pasif .ep-card-body > *:not(.ep-hatirlatici-ust),
.ep-hatirlatici-izgara > .ep-card.pasif .ep-hatirlatici-ust > *:not(.ep-satir-aksiyonlar) {
    opacity: .55;
}

.ep-liste-kutu {
    display: flex;
    flex-direction: column;
    background: var(--ep-surface-2);
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-item);
    overflow: hidden;
}

    .ep-liste-kutu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 9px 12px;
        border-bottom: 1px solid var(--ep-border);
    }

    .ep-liste-kutu-baslik {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 12px;
        font-weight: 700;
        color: var(--ep-text-2);
    }

        .ep-liste-kutu-baslik i {
            color: var(--ep-icon);
            font-size: 12px;
        }

    .ep-liste-kutu-govde {
        flex: 1 1 auto;
        padding: 10px;
    }

    .ep-liste-kutu-alt {
        padding: 9px 12px;
        border-top: 1px solid var(--ep-border);
    }

    .ep-liste-kutu .ep-satir {
        background: var(--ep-surface);
        border: 1px solid var(--ep-border);
    }

.ep-not {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 12px;
    border-radius: var(--ep-r-item);
    font-size: 12.5px;
    line-height: 1.55;
}

    .ep-not i {
        flex: none;
        margin-top: 1px;
        font-size: 14px;
    }

    .ep-not.amber {
        background: var(--ep-amber-bg);
        color: var(--ep-amber-tx);
    }

        .ep-not.amber i {
            color: var(--ep-amber);
        }

    .ep-not.gri {
        background: var(--ep-surface-2);
        color: var(--ep-text-2);
    }

        .ep-not.gri i {
            color: var(--ep-muted);
        }

    .ep-not.kirmizi {
        background: var(--ep-red-bg);
        color: var(--ep-red-tx);
    }

        .ep-not.kirmizi i {
            color: var(--ep-red);
        }

    .ep-not.yesil {
        background: var(--ep-green-bg);
        color: var(--ep-green-tx);
    }

        .ep-not.yesil i {
            color: var(--ep-green);
        }

    .ep-not.mavi {
        background: var(--ep-blue-bg);
        color: var(--ep-blue-tx);
    }

        .ep-not.mavi i {
            color: var(--ep-blue);
        }

.ep-ilerleme {
    height: 6px;
    border-radius: 999px;
    background: var(--ep-surface-3);
    overflow: hidden;
}

    .ep-ilerleme > span {
        display: block;
        height: 100%;
        border-radius: 999px;
        background: var(--ep-green);
        transition: width .35s ease;
    }

        .ep-ilerleme > span.amber {
            background: var(--ep-amber);
        }

        .ep-ilerleme > span.kirmizi {
            background: var(--ep-red);
        }

.ep-qa-govde {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

    .ep-qa-govde span {
        font-size: 11.5px;
        font-weight: 500;
        color: var(--ep-muted);
    }

.ep-galeri {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(122px, 1fr));
    gap: 10px;
}

.ep-galeri-kare {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--ep-border);
    background: var(--ep-surface-2);
    transition: border-color .15s ease;
}

    .ep-galeri-kare:hover {
        border-color: var(--ep-border-2);
    }

    .ep-galeri-kare > a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .ep-galeri-kare img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.ep-galeri-tikkutu {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 3;
    margin: 0;
    cursor: pointer;
}

.ep-galeri-sec {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.ep-galeri-tik {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--ep-border-2);
    background: var(--ep-surface);
    color: transparent;
    font-size: 10px;
}

.ep-galeri-sec:checked + .ep-galeri-tik {
    background: var(--ep-primary);
    border-color: var(--ep-primary);
    color: #fff;
}

.ep-galeri-rozet {
    position: absolute;
    left: 6px;
    bottom: 6px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--ep-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}

.ep-galeri-profil {
    position: absolute;
    left: 6px;
    bottom: 6px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border: 0;
    border-radius: 8px;
    background: var(--ep-primary);
    color: #fff;
    font-size: 10.5px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    opacity: 0;
    transition: opacity .15s ease;
}

.ep-galeri-sil {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 3;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--ep-red);
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ep-galeri-kare:hover .ep-galeri-profil {
    opacity: 1;
}

@media (hover: none), (max-width: 767.98px) {
    .ep-galeri-profil {
        opacity: 1;
    }
}

.ep-galeri-ekle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px dashed var(--ep-border-2);
    background: var(--ep-surface);
    color: var(--ep-muted);
    font-size: 11.5px;
    font-weight: 600;
    font-family: inherit;
    text-align: center;
    cursor: pointer;
}

    .ep-galeri-ekle i {
        font-size: 18px;
        color: var(--ep-primary-ink);
    }

    .ep-galeri-ekle:hover {
        border-color: var(--ep-primary);
        color: var(--ep-primary-ink);
    }

.asi-sablon-card {
    position: relative;
    display: block;
    border: 2px solid var(--ep-border-2);
    border-radius: var(--ep-r-item);
    padding: 1rem;
    background: var(--ep-surface);
    cursor: pointer;
}

    .asi-sablon-card input[type="radio"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .asi-sablon-card .check-indicator {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 2px solid var(--ep-border-2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
        transition: border-color .2s ease, background-color .2s ease, color .2s ease;
        flex-shrink: 0;
    }

    .asi-sablon-card:has(input[type="radio"]:checked) .check-indicator {
        background-color: var(--ep-primary);
        border-color: var(--ep-primary);
        color: #fff;
    }

.ep-gecmis-liste {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ep-gecmis-oge {
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    border-left: 4px solid var(--ep-border-2);
    border-radius: var(--ep-r-card);
    padding: 16px;
}

    .ep-gecmis-oge.violet { border-left-color: var(--ep-violet); }
    .ep-gecmis-oge.green { border-left-color: var(--ep-green); }
    .ep-gecmis-oge.amber { border-left-color: var(--ep-amber); }
    .ep-gecmis-oge.pink { border-left-color: var(--ep-pink); }
    .ep-gecmis-oge.blue { border-left-color: var(--ep-blue); }
    .ep-gecmis-oge.kirmizi { border-left-color: var(--ep-red); }

.ep-gecmis-ust {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--ep-border);
}

.ep-gecmis-tarihler {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.ep-gecmis-belgeler {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ep-gecmis-belge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--ep-surface-2);
    border: 1px solid var(--ep-border);
    border-radius: 999px;
    padding: 4px 6px 4px 10px;
    font-size: 11.5px;
    color: var(--ep-text-2);
}

    .ep-gecmis-belge .belge-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: inherit;
        text-decoration: none;
        background: none;
        border: 0;
        padding: 0;
        font: inherit;
        cursor: pointer;
    }

    .ep-gecmis-belge .belge-sil-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        border: 0;
        background: none;
        color: var(--ep-muted);
        cursor: pointer;
    }

        .ep-gecmis-belge .belge-sil-btn:hover {
            color: var(--ep-red);
        }

.ep-gecmis-baslik {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--ep-text);
    margin-bottom: 12px;
}

.ep-gecmis-alt {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 12px;
    margin-top: 4px;
    border-top: 1px solid var(--ep-border);
}

select[name="TedaviTipi"],
#dTedaviTipi {
    border-left: 4px solid var(--ep-border-2);
    padding-left: 12px;
    transition: border-color .25s ease;
}

.kategori-asi { border-left-color: var(--ep-violet) !important; }
.kategori-kontrol { border-left-color: var(--ep-green) !important; }
.kategori-operasyon { border-left-color: var(--ep-red) !important; }
.kategori-parazit { border-left-color: var(--ep-amber) !important; }
.kategori-ilac { border-left-color: var(--ep-pink) !important; }
.kategori-analiz { border-left-color: var(--ep-text-3) !important; }


.ep-qr-gridler {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.ep-qr-kart {
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-card);
    display: flex;
    flex-direction: column;
}

.ep-qr-kart-ust {
    padding: 10px 14px;
    border-bottom: 1px dashed var(--ep-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.ep-qr-kod {
    font-family: "SF Mono", "Consolas", monospace;
    font-size: 11.5px;
    color: var(--ep-text-2);
}

.ep-qr-kart-govde {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.ep-qr-img-kutu {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 8px;
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-item);
    background: var(--ep-qr-zemin);
}

    .ep-qr-img-kutu img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

.ep-qr-kart-alt {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid var(--ep-border);
}

.ep-satir-izgara {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
}

    .ep-satir-izgara .ep-satir + .ep-satir {
        margin-top: 0;
    }

@media (min-width: 768px) {
    .ep-satir-izgara {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


.ep-sekmeler {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    border-bottom: 1px solid var(--ep-border);
    list-style: none;
    margin: 0;
    padding: 0;
}

.ep-sekme {
    padding: 13px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ep-muted);
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: color .15s ease, border-color .15s ease;
}

    .ep-sekme:hover {
        color: var(--ep-text-2);
    }

    .ep-sekme.active {
        color: var(--ep-primary-ink);
        border-bottom-color: var(--ep-primary);
    }

.ep-ai-kart {
    max-width: 1200px;
    margin-inline: auto;
}

.ai-chat-wrapper {
    display: flex;
    flex-direction: column;
}

.ai-arac-cubugu {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .65rem .75rem;
    border-bottom: 1px solid var(--ep-border);
}

.ai-ust-aksiyonlar {
    display: flex;
    gap: .5rem;
    flex-shrink: 0;
    margin-left: auto;
}

.ai-pet-secici {
    display: flex;
    align-items: center;
    gap: .65rem;
    flex: 1;
    min-width: 0;
}

.ai-pet-secici-etiket {
    font-size: .78rem;
    font-weight: 600;
    color: var(--ep-muted);
    white-space: nowrap;
    flex-shrink: 0;
}

    .ai-pet-secici-etiket i {
        color: var(--ep-primary-ink);
    }

.ai-pet-listesi {
    display: flex;
    gap: .4rem;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 2px;
    min-width: 0;
}

    .ai-pet-listesi::-webkit-scrollbar {
        display: none;
    }

.ai-pet-cip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .3rem .7rem .3rem .35rem;
    border-radius: 2rem;
    background: var(--ep-surface);
    border: 1px solid var(--ep-border-2);
    color: var(--ep-text-2);
    font-size: .8rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}

    .ai-pet-cip:hover {
        border-color: var(--ep-primary);
        color: var(--ep-primary-ink);
    }

    .ai-pet-cip.secili {
        background: var(--ep-primary-50);
        border-color: var(--ep-primary);
        color: var(--ep-primary-ink);
        font-weight: 600;
    }

.ai-pet-foto,
.ai-pet-ikon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ai-pet-foto {
    object-fit: cover;
}

.ai-pet-ikon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ep-surface-3);
    color: var(--ep-text-2);
    font-size: .7rem;
}

.ai-pet-cip.secili .ai-pet-ikon {
    background: var(--ep-primary);
    color: #fff;
}

.ai-gecmis-panel {
    background: var(--ep-surface);
    color: var(--ep-text);
    border-left: 1px solid var(--ep-border);
}

    .ai-gecmis-panel .offcanvas-header {
        border-bottom: 1px solid var(--ep-border);
    }

    .ai-gecmis-panel .offcanvas-title {
        font-size: 1rem;
        font-weight: 700;
        color: var(--ep-text);
        display: flex;
        align-items: center;
        gap: .5rem;
    }

        .ai-gecmis-panel .offcanvas-title i {
            color: var(--ep-primary-ink);
        }

    [data-pc-theme="dark"] .ai-gecmis-panel .btn-close {
        filter: invert(1) grayscale(1) brightness(2);
    }

.ai-gecmis-satir {
    display: flex;
    align-items: stretch;
    gap: .25rem;
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-item);
    margin-bottom: .5rem;
    background: var(--ep-surface-2);
    transition: border-color .15s ease;
}

    .ai-gecmis-satir:hover {
        border-color: var(--ep-primary);
    }

.ai-gecmis-ac {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    align-items: flex-start;
    text-align: left;
    background: transparent;
    border: none;
    padding: .6rem .75rem;
    cursor: pointer;
}

.ai-gecmis-baslik {
    font-size: .85rem;
    font-weight: 600;
    color: var(--ep-text);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai-gecmis-alt {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .72rem;
    color: var(--ep-muted);
}

.ai-gecmis-pet {
    color: var(--ep-primary-ink);
    font-weight: 600;
}

.ai-gecmis-sil {
    flex-shrink: 0;
    background: transparent;
    border: none;
    padding: 0 .7rem;
    color: var(--ep-muted);
    cursor: pointer;
    border-radius: var(--ep-r-item);
    transition: color .15s ease;
}

    .ai-gecmis-sil:hover {
        color: var(--ep-red-tx);
    }

.ai-chat-messages {
    height: clamp(380px, 62vh, 720px);
    overflow-y: auto;
    padding: 1rem .75rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    overscroll-behavior: contain;
}

    .ai-chat-messages::-webkit-scrollbar {
        width: 4px;
    }

    .ai-chat-messages::-webkit-scrollbar-track {
        background: transparent;
    }

    .ai-chat-messages::-webkit-scrollbar-thumb {
        background: var(--ep-border-2);
        border-radius: 10px;
    }

.msg {
    display: flex;
    gap: .5rem;
    max-width: min(85%, 760px);
    animation: msgFadeIn .3s ease-out;
}

.msg-user {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.msg-ai {
    align-self: flex-start;
}

.msg-avatar {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .85rem;
    margin-top: 2px;
    overflow: hidden;
}

    .msg-ai .msg-avatar {
        background: var(--ep-primary);
        color: #fff;
    }

    .msg-user .msg-avatar {
        background: var(--ep-surface-3);
        color: var(--ep-text-2);
    }

.msg-bubble {
    padding: .7rem 1rem;
    border-radius: 1rem;
    line-height: 1.6;
    font-size: .9rem;
    word-break: break-word;
}

.msg-user .msg-bubble {
    background: var(--ep-primary);
    color: #fff;
    border-bottom-right-radius: 4px;
}

.msg-ai .msg-bubble {
    background: var(--ep-surface);
    color: var(--ep-text-2);
    border: 1px solid var(--ep-border);
    border-bottom-left-radius: 4px;
}

    .msg-ai .msg-bubble ul,
    .msg-ai .msg-bubble ol {
        padding-left: 1.1rem;
        margin-bottom: .25rem;
    }

    .msg-ai .msg-bubble p:last-child {
        margin-bottom: 0;
    }

    .msg-ai .msg-bubble li {
        margin-bottom: .15rem;
    }

.ep-hata-metin {
    color: var(--ep-red-tx);
}

.ai-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    padding: .5rem 0;
}

.ai-chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .45rem .9rem;
    border-radius: 2rem;
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    color: var(--ep-text-2);
    font-size: .8rem;
    cursor: pointer;
    transition: border-color .15s ease, color .15s ease, background-color .15s ease;
    white-space: nowrap;
}

    .ai-chip:hover {
        border-color: var(--ep-primary);
        color: var(--ep-primary-ink);
        background: var(--ep-primary-50);
    }

    .ai-chip i {
        font-size: .9rem;
    }

.ai-chat-input-area {
    flex-shrink: 0;
    padding: .75rem;
    border-top: 1px solid var(--ep-border);
}

.ai-input-wrap {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: var(--ep-input-bg);
    border: 1px solid var(--ep-border-2);
    border-radius: 1.5rem;
    padding: .35rem .35rem .35rem 1.1rem;
    transition: border-color .15s ease;
}

    .ai-input-wrap:focus-within {
        border-color: var(--ep-primary);
    }

    .ai-input-wrap input {
        flex: 1;
        border: none;
        background: transparent;
        outline: none;
        font-size: .9rem;
        color: var(--ep-text);
        min-width: 0;
    }

        .ai-input-wrap input::placeholder {
            color: var(--ep-muted);
        }

.ai-send-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--ep-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .15s ease, background-color .15s ease;
    flex-shrink: 0;
}

    .ai-send-btn:hover:not(:disabled) {
        background: var(--ep-primary-600);
        transform: scale(1.08);
    }

    .ai-send-btn:disabled {
        opacity: .5;
        cursor: not-allowed;
    }

    .ai-send-btn i {
        font-size: 1.1rem;
        margin-left: 2px;
    }

.ai-typing {
    display: flex;
    gap: .5rem;
    align-self: flex-start;
    max-width: 85%;
    animation: msgFadeIn .3s ease-out;
}

    .ai-typing .msg-avatar {
        background: var(--ep-primary);
        color: #fff;
    }

.ai-typing-dots {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: .75rem 1rem;
    background: var(--ep-surface);
    border: 1px solid var(--ep-border);
    border-radius: 1rem;
    border-bottom-left-radius: 4px;
}

.ai-typing-dot {
    width: 7px;
    height: 7px;
    background: var(--ep-primary-ink);
    border-radius: 50%;
    animation: aiDotPulse 1.4s infinite ease-in-out both;
}

    .ai-typing-dot:nth-child(1) { animation-delay: -.32s; }
    .ai-typing-dot:nth-child(2) { animation-delay: -.16s; }

.ai-disclaimer {
    text-align: center;
    padding: .6rem 1rem;
    margin: .5rem 1rem 0 1rem;
    flex-shrink: 0;
    background-color: var(--ep-red-bg);
    border-radius: .5rem;
    border: 1px dashed var(--ep-red);
}

    .ai-disclaimer p {
        font-size: .75rem;
        color: var(--ep-red-tx);
        font-weight: 500;
        margin: 0;
    }

    .ai-disclaimer a {
        color: var(--ep-red-tx);
        text-decoration: underline;
        font-weight: 600;
    }

@keyframes msgFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes aiDotPulse {
    0%, 80%, 100% { transform: scale(.4); opacity: .4; }
    40% { transform: scale(1); opacity: 1; }
}

@media (max-width: 991.98px) {
    .ai-chat-messages {
        height: auto;
        max-height: none;
        min-height: 0;
        overflow: visible;
        overscroll-behavior: auto;
    }
}

@media (max-width: 768px) {
    .msg {
        max-width: 90%;
    }

    .msg-bubble {
        font-size: .85rem;
        padding: .6rem .85rem;
    }

    .ai-chip {
        font-size: .75rem;
        padding: .4rem .75rem;
    }

    .ai-send-btn {
        width: 36px;
        height: 36px;
    }

    .ai-gecmis-panel {
        width: 88vw;
    }
}

@media (max-width: 576px) {
    .ai-pet-secici-etiket {
        display: none;
    }

    .ai-arac-cubugu {
        padding: .5rem .6rem;
        gap: .4rem;
    }

    .ai-pet-cip {
        font-size: .75rem;
        padding: .25rem .6rem .25rem .3rem;
    }

    .ai-pet-foto,
    .ai-pet-ikon {
        width: 20px;
        height: 20px;
    }

    .ai-btn-metin {
        display: none;
    }

    .ai-ust-aksiyonlar .ep-btn {
        padding: 0.35rem 0.5rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .msg-avatar,
    .ai-typing .msg-avatar {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        font-size: .75rem;
    }
}

.ep-card .form-control,
.ep-card .form-select,
.ep-card textarea {
    border: 1px solid var(--ep-border-2);
    border-radius: var(--ep-r-item);
    background-color: var(--ep-surface);
    box-shadow: none;
    font-size: 13.5px;
    padding: .6rem .85rem;
    color: var(--ep-text);
}

    .ep-card .form-control:focus,
    .ep-card .form-select:focus,
    .ep-card textarea:focus {
        border-color: var(--ep-primary);
        box-shadow: none;
        background-color: var(--ep-surface);
        color: var(--ep-text);
    }

    .ep-card .form-control::placeholder,
    .ep-card textarea::placeholder {
        color: var(--ep-muted);
    }

.ep-card .form-label {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ep-text-2);
}

.ep-card .input-group-text {
    border: 1px solid var(--ep-border-2);
    background: var(--ep-surface-2);
    color: var(--ep-muted);
}

.form-check-input {
    background-color: var(--ep-surface-3) !important;
    border: 1px solid var(--ep-border-2) !important;
}

    .form-check-input:checked {
        background-color: var(--ep-primary) !important;
        border-color: var(--ep-primary) !important;
    }

    .form-check-input:hover {
        box-shadow: none !important;
    }

    .form-check-input:focus {
        box-shadow: none !important;
        border-color: var(--ep-border-2) !important;
    }

        .form-check-input:focus:checked {
            border-color: var(--ep-primary) !important;
        }

.cinsiyet-select-group {
    display: flex;
    gap: 10px;
}

.cinsiyet-pill-btn {
    position: relative;
    border: 1px solid var(--ep-border-2);
    padding: .6rem 1rem;
    cursor: pointer;
    background: var(--ep-surface);
    font-weight: 600;
    font-size: 13.5px;
    color: var(--ep-text-2);
    user-select: none;
}

    .cinsiyet-pill-btn input[type="radio"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.ep-foto-yukle {
    display: inline-block;
    position: relative;
}

    .ep-foto-yukle img {
        width: 140px;
        height: 140px;
        object-fit: cover;
        border-radius: 50%;
        border: 3px solid var(--ep-surface-2);
        background: var(--ep-surface-3);
        cursor: pointer;
    }

.ep-foto-yukle-rozet {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--ep-surface);
    background: var(--ep-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
}

    .ep-foto-yukle-rozet:hover {
        background: var(--ep-primary-600);
    }

.ep-onay-kutusu {
    display: block;
    position: relative;
    padding: 1rem 1rem 1rem 3rem;
    background: var(--ep-surface);
    border: 2px solid var(--ep-border-2);
    border-radius: var(--ep-r-card);
    cursor: pointer;
    user-select: none;
    transition: border-color .15s ease, background-color .15s ease;
}

    .ep-onay-kutusu:hover {
        border-color: var(--ep-border-2);
        background: var(--ep-hover);
    }

    .ep-onay-kutusu input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

    .ep-onay-kutusu .ep-onay-isaret {
        position: absolute;
        top: 1.25rem;
        left: 1rem;
        height: 24px;
        width: 24px;
        background-color: var(--ep-surface-3);
        border-radius: 6px;
        transition: background-color .15s ease;
    }

        .ep-onay-kutusu .ep-onay-isaret:after {
            content: "";
            position: absolute;
            display: none;
            left: 9px;
            top: 5px;
            width: 6px;
            height: 12px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    .ep-onay-kutusu input:checked ~ .ep-onay-isaret {
        background-color: var(--ep-red);
    }

        .ep-onay-kutusu input:checked ~ .ep-onay-isaret:after {
            display: block;
        }

    .ep-onay-kutusu input:checked ~ .ep-onay-metin {
        font-weight: 600;
        color: var(--ep-red-tx);
    }

    .ep-onay-kutusu.secili {
        border-color: var(--ep-red);
        background: var(--ep-red-bg);
    }

.ep-sil-baslik {
    background: var(--ep-red-bg);
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid var(--ep-border);
}

.ep-sil-ikon {
    width: 64px;
    height: 64px;
    background: var(--ep-surface);
    color: var(--ep-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.ep-sil-form .form-control:focus {
    border-color: var(--ep-red);
}

.ep-card .table {
    color: var(--ep-text);
    --bs-table-bg: transparent;
    margin-bottom: 0;
}

.ep-card .table > thead {
    background: var(--ep-surface-2);
}

    .ep-card .table > thead th {
        color: var(--ep-muted);
        font-size: 11.5px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .03em;
        border-bottom: 1px solid var(--ep-border-2);
        white-space: nowrap;
    }

.ep-card .table > tbody td,
.ep-card .table > tbody th {
    border-bottom: 1px solid var(--ep-border);
    color: var(--ep-text);
    vertical-align: middle;
}

.ep-card .table > tbody tr:last-child td,
.ep-card .table > tbody tr:last-child th {
    border-bottom: none;
}

.ep-card .table-hover > tbody > tr:hover > * {
    background: var(--ep-hover);
    color: var(--ep-text);
}

.ep-card .card-footer {
    background: var(--ep-surface);
    border-top: 1px solid var(--ep-border);
}

.page-link {
    background: var(--ep-surface);
    border: 1px solid var(--ep-border-2);
    color: var(--ep-text-2);
}

    .page-link:hover {
        background: var(--ep-hover);
        color: var(--ep-primary);
        border-color: var(--ep-border-2);
    }

.page-item.active .page-link {
    background: var(--ep-primary);
    border-color: var(--ep-primary);
    color: #fff;
}

.page-item.disabled .page-link {
    background: var(--ep-surface-2);
    color: var(--ep-muted);
    border-color: var(--ep-border-2);
}

.ep-card .table td.text-end > .ep-satir-aksiyon:only-child {
    margin-left: auto;
}

.ep-kullanici-rol-secim {
    width: 100%;
}

@media (min-width: 768px) {
    .ep-kullanici-rol-secim {
        width: 150px;
    }
}

.ep-log-mesaj {
    display: block;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 576px) {
    .ep-log-mesaj {
        max-width: 260px;
    }
}

@media (min-width: 992px) {
    .ep-log-mesaj {
        max-width: 450px;
    }
}

.ep-gunlukbilgi-icerik {
    max-width: 110px;
}

@media (min-width: 576px) {
    .ep-gunlukbilgi-icerik {
        max-width: 260px;
    }
}

@media (min-width: 992px) {
    .ep-gunlukbilgi-icerik {
        max-width: 400px;
    }
}

@media (max-width: 575.98px) {
    .ep-gunlukbilgi-tablo > :not(caption) > * > * {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

.ep-satir-aksiyonlar-kompakt .ep-satir-aksiyon {
    width: 30px;
    height: 30px;
}

@media (max-width: 575.98px) {
    .ep-satir-aksiyonlar-kompakt {
        gap: 2px !important;
    }

    .ep-satir-aksiyonlar-kompakt .ep-satir-aksiyon {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
}

.ep-destek-akis {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ep-destek-mesaj {
    max-width: 88%;
    align-self: flex-start;
    background: var(--ep-surface-2);
    border: 1px solid var(--ep-border);
    border-radius: var(--ep-r-item);
    padding: 11px 14px;
}

    .ep-destek-mesaj.kendi {
        align-self: flex-end;
    }

    .ep-destek-mesaj.yonetici {
        background: var(--ep-primary-50);
        border-color: var(--ep-primary-100);
    }

.ep-destek-mesaj-ust {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px 12px;
    margin-bottom: 5px;
    font-size: 11.5px;
    color: var(--ep-muted);
}

    .ep-destek-mesaj-ust b {
        font-size: 12.5px;
        font-weight: 700;
        color: var(--ep-text);
    }

    .ep-destek-mesaj.yonetici .ep-destek-mesaj-ust b {
        color: var(--ep-primary-ink);
    }

.ep-destek-metin {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ep-text-2);
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

    .ep-destek-metin a {
        color: var(--ep-primary-ink);
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 2px;
        overflow-wrap: anywhere;
    }

.ep-destek-ekler {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

    .ep-destek-ekler a {
        display: block;
        width: 84px;
        height: 84px;
        border-radius: var(--ep-r-item);
        border: 1px solid var(--ep-border);
        background: var(--ep-surface-3);
        overflow: hidden;
    }

    .ep-destek-ekler img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.ep-destek-satir .ep-satir-icerik span {
    white-space: normal;
}

    /* .ep-satir-icerik span kurali pill'leri de blok yapar. */
    .ep-destek-satir .ep-satir-icerik .ep-pill {
        display: inline-flex;
        font-size: 11px;
    }

.ep-durum-kutu {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ep-durum-sec {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding-right: 22px;
    cursor: pointer;
    font-family: inherit;
}

    .ep-durum-sec:hover,
    .ep-durum-sec:focus-visible {
        outline: 1px solid currentColor;
        outline-offset: -1px;
    }

    .ep-durum-sec:disabled {
        opacity: .6;
    }

.ep-durum-kutu i {
    position: absolute;
    right: 9px;
    font-size: 8px;
    pointer-events: none;
}

.ep-durum-kutu.amber i { color: var(--ep-amber-tx); }
.ep-durum-kutu.green i { color: var(--ep-green-tx); }
.ep-durum-kutu.gri i { color: var(--ep-text-2); }

.ep-destek-satir-link {
    cursor: pointer;
}


@media (max-width: 991.98px) {
    .ep-destek-detay {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

        .ep-destek-detay > div {
            display: contents;
        }

        /* mt-3 / mb-3 yardimci siniflari !important tasir. */
        .ep-destek-detay .ep-card {
            margin: 0 !important;
        }

    .ep-destek-kart-durum { order: 1; }
    .ep-destek-kart-gonderen { order: 2; }
    .ep-destek-kart-yazisma { order: 3; }
    .ep-destek-kart-yanit { order: 4; }
}

/* Yanit ekranindaki sablon secici: select + yonet baglantisi tek satir */
.ep-destek-sablon-secim {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

    .ep-destek-sablon-secim .form-select {
        flex: 1 1 240px;
        min-width: 0;
    }

@media (max-width: 576px) {
    .ep-destek-mesaj {
        max-width: 100%;
    }

    .ep-destek-metin {
        font-size: 13.5px;
        color: var(--ep-text);
    }

    .ep-destek-mesaj-ust {
        font-weight: 500;
    }
}


@media (max-width: 1199.98px) {
    .ep-dash {
        grid-template-columns: minmax(0, 1fr);
    }

    .ep-chart-alan {
        grid-column: auto;
    }
}

@media (max-width: 991.98px) {
    .ep-stats {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 10px;
    }

    .ep-stat:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .ep-hizli-erisim {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
        margin-bottom: 16px;
        border: 1px solid var(--ep-primary-200);
        border-radius: var(--ep-r-card);
        background: var(--ep-surface);
        position: sticky;
        top: 70px;
        z-index: 1020;
    }

    .ep-bolum {
        scroll-margin-top: 175px;
    }

    .ep-sekmeler {
        flex-wrap: wrap;
        overflow-x: visible;
        gap: 2px;
    }

    .ep-sekme {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
        white-space: normal;
        padding: 10px 8px;
        font-size: 11.5px;
        gap: 4px;
    }

        .ep-sekme i {
            font-size: 12px;
        }
}

@media (max-width: 576px) {
    :root {
        --ep-muted: var(--ep-muted-mobil);
    }

    .ep-page-head p,
    .ep-stat-lbl,
    .ep-satir-icerik span,
    .ep-pet-meta div,
    .ep-tip .ep-tip-metin,
    .ep-serit-govde p,
    .ep-bos p,
    .ep-qa,
    .ep-satir-icerik b,
    .ep-profil-meta,
    .ep-profil-tur,
    .ep-profil-qr p,
    .ep-veri-liste li > span,
    .ep-qa-govde span,
    .ep-mini {
        font-weight: 500;
    }

    .ep-satir-icerik b,
    .ep-card-head h6,
    .ep-pet h5,
    .ep-stat-val {
        font-weight: 700;
    }

    .ep-tip .ep-tip-metin,
    .ep-serit-govde p {
        color: var(--ep-text);
    }

    .ep-page-head h2 {
        font-size: 19px;
    }

    .ep-page-head p {
        font-size: 12.5px;
    }

    .ep-date-chip {
        padding: 8px 12px;
        font-size: 12px;
    }

    .ep-stat {
        padding: 12px;
        gap: 10px;
    }

    .ep-stat-ring {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .ep-stat-val {
        font-size: 17px;
    }

    .ep-stat-lbl {
        font-size: 11px;
    }
    .ep-btn,
    .ep-btn-sm {
        padding: .35rem .75rem;
        font-size: .8rem;
        white-space: nowrap;
    }

    .ep-pet-foto {
        width: 64px;
        height: 64px;
    }

    .ep-pet h5 {
        font-size: 14px;
    }

    .ep-petler {
        gap: 10px;
    }
    .ep-petkartlar {
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
        gap: 10px;
    }
        .ep-petkartlar.tek-pet {
            grid-template-columns: minmax(0, 1fr);
        }
    .ep-petkart-cipler {
        gap: 5px;
    }

        .ep-petkart-cipler .ep-pill {
            font-size: 10px;
            padding: 3px 7px;
            gap: 4px;
        }

    .ep-petkart-govde {
        padding: 11px;
    }

    .ep-petkart-ad {
        font-size: 14px;
    }

    .ep-petkart-butonlar {
        flex-direction: column;
        gap: 6px;
    }

        .ep-petkart-butonlar .ep-btn {
            width: 100%;
            padding: .35rem .5rem;
            font-size: .8rem;
            overflow: visible;
        }

    .ep-filtre select {
        min-width: 0;
        flex: 1;
    }
    .ep-pet-butonlar {
        flex-direction: column;
        gap: 6px;
    }

        .ep-pet-butonlar .ep-btn {
            width: 100%;
            padding: .5rem .6rem;
            font-size: .8rem;
            line-height: 1.25;
            gap: 6px;
            overflow: visible;
        }

    .ep-card-body {
        padding: 12px 13px;
    }

    .ep-card-head {
        padding: 12px 13px;
    }

    .ep-satir-icerik span:has(.ep-sure) {
        white-space: normal;
    }
    .ep-profil-govde {
        padding: 14px;
        gap: 14px;
    }

    .ep-profil-foto {
        width: 122px;
        height: 122px;
    }

    .ep-profil-ad {
        font-size: 19px;
    }

    .ep-profil-meta.alt {
        width: 100%;
        padding: 10px 13px;
        gap: 2px 14px;
    }

    .ep-profil-aksiyon {
        padding: 11px 13px;
        gap: 6px;
    }

        .ep-profil-aksiyon .ep-btn {
            flex: 1 1 calc(50% - 3px);
        }

    .ep-veri-liste li > span,
    .ep-veri-liste li > strong {
        font-size: 12px;
    }

    .ep-hizli-erisim {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-hizli-cip {
        font-size: 11.5px;
        padding: 8px 6px;
        gap: 5px;
    }

    .ep-galeri {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .ep-galeri-tik {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .ep-galeri-sil {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .ep-galeri-profil {
        font-size: 11px;
        padding: 5px 10px;
        gap: 6px;
    }

    .ep-galeri-tikkutu,
    .ep-galeri-sil {
        top: 8px;
    }

    .ep-galeri-tikkutu { left: 8px; }
    .ep-galeri-sil { right: 8px; }

    .ep-galeri-profil,
    .ep-galeri-rozet {
        left: 8px;
        bottom: 8px;
    }

    .ep-galeri-ekle {
        font-size: 12.5px;
    }

        .ep-galeri-ekle i {
            font-size: 22px;
        }

    .ep-grafik-kutu {
        padding: 10px 4px;
    }

    .ep-gecmis-ust {
        flex-direction: column;
        align-items: flex-start;
    }

    .ep-gecmis-belgeler {
        width: 100%;
    }

    .ep-gecmis-alt {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
