/* ===== Stil SEF — Aplikim ATK ===== */
:root {
    --sef-blue: #02428b;
    --sef-blue-dark: #013873;
    --sef-gold: #c5a059;
    --sef-gold-hover: #b08f4a;
    --sef-page-bg: #f5f5f5;
    --sef-card-bg: #ffffff;
    --sef-text: #333333;
    --sef-text-muted: #666666;
    --sef-link: #0066cc;
    --sef-title: #02428b;
    --sef-radius: 10px;
}

* { box-sizing: border-box; }

body.atk-app {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: var(--sef-text);
    background: var(--sef-page-bg);
}

/* ----- Header zyrtar ATK (sfond CSS + logo transparente + tekst) ----- */
.sef-header {
    background-color: var(--sef-blue);
    padding: 10px 0;
}

.sef-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.sef-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 52px;
}

.sef-brand-logos {
    display: block;
    height: 52px;
    width: auto;
    flex-shrink: 0;
}

.sef-brand-text {
    color: #fff;
    line-height: 1.35;
}

.sef-brand-text span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

/* ----- Navbar e artë ----- */
.sef-nav {
    background: var(--sef-gold);
    border-bottom: 1px solid #a88850;
}

.sef-nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
}

.sef-nav-public {
    justify-content: space-between;
}

.sef-nav-staff {
    margin-left: auto;
    font-size: 13px;
}

.sef-nav-link {
    color: var(--sef-blue-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 4px;
}

.sef-nav-link:hover {
    color: #000;
    text-decoration: none;
}

.sef-nav-link.active {
    text-decoration: underline;
}

.sef-nav-icon {
    font-size: 16px;
}

.sef-nav-sep {
    color: rgba(0,0,0,0.35);
    font-weight: 300;
}

/* ----- Përmbajtja ----- */
.sef-main {
    padding: 28px 0 40px;
    background: var(--sef-page-bg);
    min-height: 400px;
}

.sef-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.sef-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* ----- Karta e bardhë (si SEF) ----- */
.sef-card {
    background: var(--sef-card-bg);
    border: 1px solid #e0e0e0;
    border-radius: var(--sef-radius);
    padding: 24px 26px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    height: 100%;
}

.sef-card-full {
    grid-column: 1 / -1;
}

.sef-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 12px 0;
    line-height: 1.25;
}

.sef-card-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px 0;
}

.sef-card-text {
    color: var(--sef-text-muted);
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 1.65;
}

.sef-card-footer {
    margin-top: 18px;
    padding-top: 4px;
}

.sef-link {
    color: var(--sef-link);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.sef-link:hover {
    text-decoration: underline;
}

.sef-readmore {
    color: var(--sef-link);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.sef-readmore:hover {
    text-decoration: underline;
}

/* ----- Lista konkurse ----- */
.sef-konkurs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sef-konkurs-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    gap: 16px;
}

.sef-konkurs-list li:last-child {
    border-bottom: none;
}

.sef-konkurs-date {
    min-width: 88px;
    color: var(--sef-text);
    font-size: 13px;
    flex-shrink: 0;
}

.sef-konkurs-list a {
    color: var(--sef-link);
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.sef-konkurs-list a:hover {
    text-decoration: underline;
}

.sef-konkurs-meta {
    color: var(--sef-text-muted);
    font-size: 12px;
    margin-top: 4px;
}

.sef-badge {
    display: inline-block;
    background: #d4edda;
    color: #155724;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 6px;
}

/* ----- Formular ----- */
.sef-form-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--sef-title);
    margin: 0 0 6px;
}

.sef-form-section {
    font-size: 15px;
    font-weight: 700;
    color: var(--sef-title);
    margin: 22px 0 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--sef-gold);
}

.sef-doc-row {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-left: 3px solid var(--sef-gold);
    border-radius: 4px;
    padding: 10px 12px;
    margin-bottom: 10px;
}

.sef-doc-row label {
    font-weight: 600;
    color: var(--sef-title);
    font-size: 13px;
}

.sef-required::after {
    content: " *";
    color: #cf2e2e;
}

.btn-sef {
    background: var(--sef-gold);
    border: 1px solid #a88850;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 4px;
}

.btn-sef:hover {
    background: var(--sef-gold-hover);
    color: #fff;
}

.sef-back {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--sef-link);
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.sef-back:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .sef-row {
        grid-template-columns: 1fr;
    }

    .sef-brand {
        gap: 12px;
    }

    .sef-brand-logos {
        height: 44px;
    }

    .sef-brand-text span {
        font-size: 12px;
    }

    .sef-header-inner {
        flex-wrap: wrap;
    }

    .sef-konkurs-list li {
        flex-direction: column;
        gap: 4px;
    }
}

/* ----- Admin / HR panel ----- */
.sef-nav-admin {
    justify-content: space-between;
}

.sef-nav-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sef-nav-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.sef-nav-user-name {
    font-weight: 600;
    color: var(--sef-blue-dark);
    font-size: 13px;
}

.btn-sef-nav-logout {
    background: var(--sef-blue);
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 3px;
}

.btn-sef-nav-logout:hover {
    background: var(--sef-blue-dark);
    color: #fff;
}

.sef-login-wrap {
    display: flex;
    justify-content: center;
    padding: 20px 0 40px;
}

.sef-login-card {
    width: 100%;
    max-width: 420px;
}

/* Kartela e regjistrimit ka m\u00eb shum\u00eb fusha, prandaj \u00ebsht\u00eb m\u00eb e gjer\u00eb
   q\u00eb Emri / Emri i prindit / Mbiemri t\u00eb rrin\u00eb n\u00eb nj\u00eb rresht. */
.sef-register-card {
    max-width: 880px;
}

.btn-sef-login {
    background: var(--sef-blue);
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 10px;
}

.btn-sef-login:hover {
    background: var(--sef-blue-dark);
    color: #fff;
}

.sef-table {
    font-size: 13px;
}

.sef-table thead th {
    background: #f8f8f8;
    color: var(--sef-title);
    font-weight: 700;
    border-bottom: 2px solid #e0e0e0;
}

.sef-table-actions {
    white-space: nowrap;
}

.sef-search-form {
    min-width: 220px;
}

.sef-detail-table th {
    width: 200px;
    color: var(--sef-title);
    font-weight: 600;
    vertical-align: top;
}

.sef-status {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 3px;
}

.sef-status-nepritje {
    background: #fff3cd;
    color: #856404;
}

.sef-status-aprovuar {
    background: #d4edda;
    color: #155724;
}

.sef-status-refuzuar {
    background: #f8d7da;
    color: #721c24;
}

.sef-badge-muted {
    background: #e9ecef;
    color: #495057;
}

.sef-badge-new {
    background: #cce5ff;
    color: #004085;
}

.sef-row-new {
    background: #f8fbff;
}

.sef-success-page {
    max-width: 640px;
    margin: 0 auto;
}

.sef-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #d4edda;
    color: #155724;
    font-size: 32px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
}

.sef-success-box {
    background: #f0f7ff;
    border: 1px solid #b8daff;
    border-radius: 8px;
    padding: 16px 18px;
    margin-top: 16px;
}

.sef-success-email {
    font-size: 18px;
    font-weight: 700;
    color: var(--sef-link);
    margin: 8px 0 0;
}

.sef-success-numri {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sef-title);
    margin: 0;
    font-family: ui-monospace, "Cascadia Mono", "Consolas", monospace;
    letter-spacing: 0.04em;
    word-break: break-all;
    line-height: 1.45;
}

.sef-success-meta {
    display: grid;
    gap: 0.75rem;
    text-align: left;
    margin: 1rem 0 0;
}

.sef-success-meta dt {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--sef-muted, #6c757d);
    margin: 0;
}

.sef-success-meta dd {
    margin: 0.15rem 0 0;
    font-weight: 600;
    color: var(--sef-title);
    word-break: break-word;
}

.aplikim-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.aplikim-step-tab {
    flex: 1 1 8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #ced4da;
    background: #fff;
    border-radius: 0.35rem;
    padding: 0.45rem 0.65rem;
    text-align: left;
    cursor: pointer;
    color: #495057;
}

.aplikim-step-tab.active {
    border-color: var(--sef-link, #0d6efd);
    background: #eef5ff;
    color: var(--sef-title, #212529);
    font-weight: 600;
}

.aplikim-step-tab.done {
    border-color: #adb5bd;
    color: #212529;
}

.aplikim-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #dee2e6;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
}

.aplikim-step-tab.active .aplikim-step-num {
    background: var(--sef-link, #0d6efd);
    color: #fff;
}

.sef-nav-auth {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.sef-nav-auth .sef-nav-user-name {
    font-size: 0.85rem;
    margin-right: 0.35rem;
}

.sef-badge-kryetar {
    background: #212529;
    color: #fff;
}

.sef-badge-anetar {
    background: var(--sef-gold);
    color: #fff;
}

.sef-komision-row-active {
    background: #e7f1ff;
}

.sef-komision-table td {
    vertical-align: middle;
}

.sef-komision-form {
    max-width: 720px;
}

.sef-workflow-panel {
    background: #f8f9fa;
}

.sef-workflow-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sef-workflow-step {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.sef-workflow-step-done {
    border-color: #b8daff;
    background: #f8fbff;
}

.sef-workflow-step-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--sef-gold, #c9a227);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}

.sef-workflow-step-done .sef-workflow-step-num {
    background: #198754;
}

.sef-workflow-step-body {
    flex: 1;
    min-width: 0;
}

.sef-footer {
    margin-top: 2rem;
    padding: 1rem 0 1.5rem;
    border-top: 1px solid #e8e8e8;
    font-size: 0.875rem;
    color: #666;
}

.sef-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.sef-footer a {
    color: #555;
    text-decoration: none;
}

.sef-footer a:hover {
    text-decoration: underline;
}

/* ----- Dashboard aplikimeve (stil SEF) ----- */
.sef-dash-page .sef-dash-section-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--sef-title);
    margin: 0 0 12px;
}

.sef-dash-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 12px;
}

.sef-stat-card {
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: var(--sef-radius);
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sef-stat-card:hover {
    border-color: var(--sef-blue);
    box-shadow: 0 2px 8px rgba(0, 51, 102, 0.12);
    color: inherit;
}

.sef-stat-card-active {
    border-color: var(--sef-blue);
    box-shadow: 0 0 0 1px var(--sef-blue);
}

.sef-stat-num {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--sef-title);
}

.sef-stat-num-warn { color: #b8860b; }
.sef-stat-num-info { color: #0d6efd; }
.sef-stat-num-ok { color: #198754; }
.sef-stat-num-bad { color: #dc3545; }

.sef-stat-label {
    font-size: 12px;
    color: var(--sef-text-muted);
    margin-top: 2px;
}

.sef-stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.sef-stat-icon-total { background: #eef2f7; color: var(--sef-title); }
.sef-stat-icon-warn { background: #fff8e6; color: #b8860b; }
.sef-stat-icon-info { background: #e8f1ff; color: #0d6efd; }
.sef-stat-icon-ok { background: #e8f7ee; color: #198754; }
.sef-stat-icon-bad { background: #fdecec; color: #dc3545; }

.sef-konkurs-dash {
    margin-bottom: 20px;
    padding: 14px 16px;
    border: 1px solid #e8e8e8;
    border-radius: var(--sef-radius);
    background: #fafafa;
}

.sef-konkurs-dash-active {
    border-color: var(--sef-blue);
    background: #f5f9ff;
}

.sef-konkurs-dash-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--sef-title);
}

.sef-dash-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

/* Butona konkursi + stat pills (dashboard i lehtë) */
.sef-konkurs-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sef-konkurs-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #d0d7de;
    border-radius: 999px;
    background: #fff;
    color: var(--sef-title);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.sef-konkurs-tab:hover {
    border-color: var(--sef-blue);
    color: var(--sef-blue);
}

.sef-konkurs-tab.active {
    background: var(--sef-blue);
    border-color: var(--sef-blue);
    color: #fff;
}

.sef-konkurs-tab-count {
    display: inline-block;
    min-width: 1.5rem;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.sef-konkurs-tab.active .sef-konkurs-tab-count {
    background: rgba(255, 255, 255, 0.22);
}

.sef-konkurs-grid tbody tr:hover {
    background: #f5f8fc;
}

.sef-konkurs-grid td {
    vertical-align: middle;
}

.sef-selected-konkurs {
    border: 1px solid #d6dde8;
    border-left: 5px solid var(--sef-blue);
    background: #f7f9fc;
    padding: 14px 16px;
    border-radius: var(--sef-radius);
}

.sef-stat-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sef-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafafa;
    color: var(--sef-text);
    text-decoration: none;
    font-size: 13px;
}

.sef-stat-pill strong {
    font-weight: 700;
    color: var(--sef-title);
}

.sef-stat-pill:hover {
    border-color: var(--sef-blue);
    background: #f5f9ff;
    color: inherit;
}

.sef-stat-pill.active {
    border-color: var(--sef-blue);
    background: #eef4fb;
    box-shadow: inset 0 0 0 1px var(--sef-blue);
}

.sef-dash-raport {
    padding: 12px 14px;
    border: 1px solid #e8e8e8;
    border-radius: var(--sef-radius);
    background: #fafafa;
}

/* ----- Embed në atk-ks.org (iframe Ankesat) ----- */
.atk-embed {
    background: #f4f6f9;
}

.sef-embed-banner {
    background: linear-gradient(135deg, var(--sef-blue, #003366) 0%, #02428b 100%);
    color: #fff;
    padding: 12px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.sef-embed-banner-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.sef-embed-banner-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sef-embed-banner-icon {
    font-size: 28px;
    line-height: 1;
    opacity: 0.95;
}

.sef-embed-banner-sub {
    display: block;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.88;
    margin-top: 2px;
}

.sef-embed-open-full {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap;
}

.sef-embed-open-full:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.sef-embed-main {
    padding-top: 16px;
    padding-bottom: 24px;
}

.sef-embed-footer {
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 12px 16px 20px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

.sef-kriteret-box {
    white-space: pre-wrap;
    background: #f7f8fa;
    border: 1px solid #d8dde6;
    border-left: 4px solid #1a3a6b;
    padding: 12px 14px;
    border-radius: 2px;
    color: #243047;
    line-height: 1.45;
}

/* Teksti i shpalljes ruhet ashtu si shkruhet: rreshtat dhe paragrafët nuk bashkohen. */
.sef-konkurs-teksti {
    white-space: pre-wrap;
    color: #243047;
    line-height: 1.55;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
}

/* ---- Shpallja e konkursit (/Konkurs/Details) ---- */
.sef-shpallje {
    font-family: "Times New Roman", Georgia, serif;
}

.sef-shpallje .sef-konkurs-teksti {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 1.02rem;
}

.sef-shpallje-baza {
    margin-bottom: .35rem;
}

.sef-shpallje-vije {
    border: 0;
    border-top: 2px solid #1a3a6b;
    opacity: 1;
    margin: .4rem 0 1.2rem;
}

.sef-shpallje-vije-trashe {
    border-top-width: 3px;
    margin: 1.2rem 0 1.6rem;
}

.sef-shpallje-titull {
    text-align: center;
    font-family: "Times New Roman", Georgia, serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1a3a6b;
    margin: 0;
}

.sef-shpallje-seksion {
    font-family: "Times New Roman", Georgia, serif;
    font-weight: 700;
    font-size: 1.08rem;
    color: #1a3a6b;
    margin: 1.25rem 0 .35rem;
    border: 0;
    padding: 0;
}

.sef-shpallje-inkurajohen {
    font-style: italic;
}

.sef-shpallje-kontakt {
    margin-top: 2.5rem;
    padding-top: .75rem;
    border-top: 1px solid #d8dde6;
    text-align: right;
    font-family: "Times New Roman", Georgia, serif;
    color: #243047;
}

@media print {
    .sef-shpallje .sef-back,
    .sef-shpallje .btn {
        display: none;
    }
}

.sef-signature-wrap {
    max-width: 100%;
    overflow: auto;
}

.sef-signature-pad {
    display: block;
    width: 100%;
    max-width: 600px;
    height: 180px;
    border: 1px dashed #8a94a6;
    border-radius: 4px;
    background: #fff;
    touch-action: none;
    cursor: crosshair;
}

.sef-signature-preview {
    max-width: 360px;
    max-height: 140px;
    object-fit: contain;
}

.sef-verifikim-box {
    background: #f0f4f8;
    border: 1px solid #c5d0de;
    border-left: 4px solid #1a3a6b;
    padding: 12px 14px;
    border-radius: 2px;
}

.sef-verifikim-link {
    display: block;
    word-break: break-all;
    font-size: 0.85rem;
    color: #1a3a6b;
}

/* ===== Verifikimi i numrit personal (GovGateway) ===== */
.sef-np-field {
    position: relative;
}

.sef-np-shimmer {
    position: absolute;
    inset: 0;
    display: none;
    border-radius: var(--bs-border-radius, 0.375rem);
    pointer-events: none;
    background-image: linear-gradient(90deg, rgba(233,236,239,0) 0%, rgba(197,160,89,0.28) 50%, rgba(233,236,239,0) 100%);
    background-size: 200% 100%;
    animation: sef-np-shimmer-move 1.1s ease-in-out infinite;
}

.sef-np-loading .sef-np-shimmer {
    display: block;
}

.sef-np-loading .form-control {
    background-color: #f1f3f5;
}

@keyframes sef-np-shimmer-move {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sef-np-shimmer {
        animation: none;
        background-image: none;
        background-color: rgba(197,160,89,0.15);
    }
}

/* ===== Datepicker (viti -> muaji -> dita) ===== */
.sef-dp {
    position: relative;
}

.sef-dp-panel {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 4px);
    left: 0;
    width: 280px;
    max-width: 92vw;
    background: #fff;
    border: 1px solid #c5d0de;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    padding: 10px;
}

.sef-dp-koka {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 4px;
}

.sef-dp-titull {
    font-weight: 600;
    color: var(--sef-title, #02428b);
    font-size: 0.95rem;
}

.sef-dp-nav {
    border: 1px solid #c5d0de;
    background: #f8f9fa;
    color: var(--sef-title, #02428b);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 1;
    font-size: 1.1rem;
    cursor: pointer;
}

.sef-dp-nav:hover {
    background: var(--sef-gold, #c5a059);
    border-color: var(--sef-gold, #c5a059);
    color: #fff;
}

.sef-dp-nav-bosh {
    width: 30px;
}

.sef-dp-rrjeta {
    display: grid;
    gap: 4px;
}

.sef-dp-rrjeta-3 {
    grid-template-columns: repeat(3, 1fr);
}

.sef-dp-rrjeta-7 {
    grid-template-columns: repeat(7, 1fr);
}

.sef-dp-emrat {
    margin-bottom: 4px;
}

.sef-dp-emer-dite {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    color: #6c757d;
    padding: 2px 0;
}

.sef-dp-qeliz {
    border: 1px solid transparent;
    background: #f1f3f5;
    color: #212529;
    border-radius: 3px;
    padding: 8px 0;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background-color .12s ease, color .12s ease;
}

.sef-dp-dite {
    padding: 6px 0;
}

.sef-dp-qeliz:hover {
    background: var(--sef-gold, #c5a059);
    color: #fff;
}

.sef-dp-qeliz.aktive {
    background: var(--sef-title, #02428b);
    color: #fff;
    font-weight: 600;
}

.sef-dp-qeliz-bosh {
    display: block;
}

.sef-dp-fund {
    margin-top: 8px;
    text-align: center;
    font-size: 0.75rem;
    color: #6c757d;
}

/* Kutia e p\u00ebrmbledhjes s\u00eb validimit duhet t\u00eb ekzistoj\u00eb n\u00eb DOM q\u00eb jQuery
   validation t\u00eb mund t\u00eb injektoj\u00eb gabimet, por nuk duhet t\u00eb shihet
   kur nuk ka asnj\u00eb gabim. */
.validation-summary-valid {
    display: none;
}

