body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #222222;
}

.oldal {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    min-height: 100vh;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.oldal.naptar-oldal {
    width: 100%;
    max-width: none;
    margin: 0;
    box-shadow: none;
}

.fejlec {
    background-color: #1f4f8f;
    color: white;
    padding: 20px;
}

.fejlec h1 {
    margin: 0 0 8px 0;
}

.alcim {
    margin: 0;
    font-size: 14px;
}

.menu {
    background-color: #e9eef5;
    padding: 12px 20px;
    border-bottom: 1px solid #d0d7e2;
}

.menu a {
    margin-right: 14px;
    text-decoration: none;
    color: #1f4f8f;
    font-weight: bold;
}

.menu a:hover {
    text-decoration: underline;
}

.menu-jobb {
    float: right;
}

.felhasznalo-nev {
    margin-right: 12px;
    color: #444444;
    font-weight: normal;
}

.tartalom {
    padding: 20px;
}

.kotelezo-mezo {
    color: #c62828;
    font-weight: bold;
}

.nevezes-hatarido-maradek {
    color: #526273;
    font-weight: bold;
}

.nevezes-hatarido-maradek.surgos {
    color: #8D021F;
    background-color: #fde7ec;
    padding: 2px 6px;
}

.program-lista-hatarido {
    display: inline-block;
    margin-left: 6px;
    color: #526273;
}

.lablec {
    padding: 20px;
    border-top: 1px solid #dddddd;
    background-color: #fafafa;
    color: #666666;
    font-size: 14px;
}
.hir {
    margin-bottom: 24px;
    padding: 18px 20px;
    border: 1px solid #d0d7e2;
    border-left: 5px solid #1f4f8f;
    background-color: #ffffff;
    scroll-margin-top: 16px;
}

.hir-fej {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.hir-fej h3 {
    margin: 0;
}

.hir-program-gomb,
.program-jelzes-gomb {
    display: inline-block;
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid #1f4f8f;
    background-color: #1f4f8f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.hir-program-gomb:hover,
.program-jelzes-gomb:hover {
    background-color: #173d70;
    text-decoration: none;
}

.hir-program-akciok,
.program-jelzes-akciok {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.hir-program-akciok em,
.program-jelzes-akciok em {
    display: inline-block;
    padding: 7px 10px;
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.hir-program-akciok .jelveny-megyek,
.program-jelzes-akciok .jelveny-megyek {
    background-color: #dff3df;
    color: #2e6f32;
}

.hir-program-akciok .jelveny-erdekel,
.program-jelzes-akciok .jelveny-erdekel {
    background-color: #fff2d8;
    color: #8a5c00;
}

.hir-program-akciok .jelveny-nevezett,
.program-jelzes-akciok .jelveny-nevezett {
    background-color: #fde7ec;
    color: #8D021F;
}

.program-jelzes-akciok .jelveny-sajat-nevezes {
    background-color: #edf1f5;
    color: #34445a;
}

.hir-jelzes-form,
.program-jelzes-form {
    display: flex;
    gap: 6px;
    margin: 0;
}

.hir-jelzes-form button,
.program-jelzes-form button {
    padding: 7px 10px;
    border: 1px solid #d0d7e2;
    background-color: #ffffff;
    color: #1f4f8f;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.hir-jelzes-form button.aktiv,
.program-jelzes-form button.aktiv {
    border-color: #2e7d32;
    background-color: #2e7d32;
    color: #ffffff;
}

.program-lista-cim-sor {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
}

.program-lista-cim-sor h3 {
    margin: 0;
}

.hir-lista-fejlec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.hir-lista-fejlec h2 {
    margin: 0;
}

.hir-uj-gomb {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #1f4f8f;
    background-color: #1f4f8f;
    color: #ffffff;
    text-decoration: none;
}

.hir-oldal-tartalomjegyzek {
    margin: 0 0 22px 0;
    padding: 14px 16px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
}

.hir-oldal-tartalomjegyzek strong {
    display: block;
    margin-bottom: 8px;
    color: #34445a;
}

.hir-oldal-tartalomjegyzek ol {
    margin: 0;
    padding-left: 22px;
}

.hir-oldal-tartalomjegyzek li {
    margin: 5px 0;
}

.hir-oldal-tartalomjegyzek a {
    color: #1f4f8f;
    font-weight: bold;
    text-decoration: none;
}

.hir-oldal-tartalomjegyzek a:hover {
    text-decoration: underline;
}

.lapozo {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 22px;
}

.lapozo a,
.lapozo span {
    display: inline-block;
    min-width: 18px;
    padding: 7px 10px;
    border: 1px solid #d0d7e2;
    background-color: #ffffff;
    color: #1f4f8f;
    text-align: center;
    text-decoration: none;
}

.lapozo .aktiv {
    border-color: #1f4f8f;
    background-color: #1f4f8f;
    color: #ffffff;
    font-weight: bold;
}

.meta {
    font-size: 13px;
    color: #777;
}

.profilkep-doboz {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 22px;
    padding: 16px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
}

.profilkep-doboz form {
    margin: 0;
}

.profilkep-kep,
.profilkep-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.profilkep-kep {
    object-fit: cover;
}

.profilkep-placeholder,
.profilkep-mini-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1f4f8f;
    color: #ffffff;
    font-weight: bold;
}

.profilkep-placeholder {
    font-size: 38px;
}

.profilkep-mini,
.profilkep-mini-placeholder {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.profilkep-mini {
    object-fit: cover;
    display: block;
}

.profilkep-mini-placeholder {
    font-size: 16px;
}

.profilkep-torles-gomb {
    border-color: #8D021F;
    background-color: #ffffff;
    color: #8D021F;
}

.profil-lathatosag {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin-left: 12px;
    color: #506070;
    font-size: 13px;
}

.profil-lathatosag label {
    white-space: nowrap;
}

.kotelezo-csillag {
    color: #8D021F;
    font-weight: bold;
}

.profil-kotelezo-jelmagyarazat {
    margin: 0 0 12px 0;
    color: #506070;
    font-size: 13px;
}

.profil-kitoltottseg {
    margin: 16px 0 20px 0;
    padding: 14px 16px;
    border: 1px solid #d8e2ec;
    border-left-width: 5px;
    background-color: #f8fbfe;
}

.profil-kitoltottseg-rendben {
    border-left-color: #2e7d32;
}

.profil-kitoltottseg-hianyos {
    border-left-color: #8D021F;
}

.profil-kitoltottseg-fej {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.profil-kitoltottseg-fej strong {
    color: #24384f;
}

.profil-kitoltottseg-fej span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    background-color: #ffffff;
    color: #1f4f8f;
    font-size: 12px;
    font-weight: bold;
}

.profil-kitoltottseg p {
    margin: 8px 0 0 0;
    color: #394b5f;
    line-height: 1.45;
}

.profil-kitoltottseg-opcionalis {
    font-size: 13px;
}

.profil-bemutatkozas-mezo .tox-tinymce {
    border: 1px solid #b8cadc;
    border-radius: 8px;
    background-color: #f8fbfe;
    box-shadow: 0 2px 8px rgba(31, 79, 143, 0.08);
}

.profil-bemutatkozas-mezo .tox .tox-edit-area__iframe {
    background-color: #ffffff;
}

.profil-bemutatkozas-mezo .tox:focus-within {
    border-color: #1f4f8f;
    box-shadow: 0 0 0 3px rgba(31, 79, 143, 0.12);
}

.bemutatkozas-szamlalo {
    display: block;
    margin-top: 6px;
    color: #506070;
    font-size: 13px;
    font-weight: bold;
}

.bemutatkozas-szamlalo.figyelmeztet {
    color: #8a5c00;
}

.bemutatkozas-szamlalo.tullepve {
    color: #8D021F;
}

.taglista {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.tagkartya {
    display: flex;
    gap: 14px;
    align-items: center;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
    padding: 14px;
}

.tagkartya:hover {
    position: relative;
    z-index: 3;
}

.tagkartya-kep {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    position: relative;
    z-index: 1;
}

.tag-profilkep,
.tag-profilkep-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.tag-profilkep {
    display: block;
    object-fit: cover;
    position: relative;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tag-profilkep:hover {
    transform: scale(1.75);
    box-shadow: 0 8px 24px rgba(20, 34, 52, 0.24);
    z-index: 5;
}

.tag-profilkep-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1f4f8f;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.tagkartya-adatok h3 {
    margin: 0 0 8px 0;
    color: #1f4f8f;
    font-size: 18px;
}

.tagkartya-adatok h3 a {
    color: inherit;
    text-decoration: none;
}

.tagkartya-adatok h3 a:hover {
    text-decoration: underline;
}

.tagkartya-adatok p {
    margin: 4px 0;
    color: #394b5f;
}

.tagkartya-muveletek {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag-bemutatkozas {
    display: inline-block;
    position: relative;
    margin: 6px 0;
    color: #1f4f8f;
    cursor: help;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 3px;
    outline: none;
}

.tag-bemutatkozas::after {
    content: attr(data-bemutatkozas);
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 20;
    width: min(320px, 78vw);
    padding: 12px 14px;
    border: 1px solid #c8d7e6;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 10px 28px rgba(20, 34, 52, 0.18);
    color: #394b5f;
    font-size: 14px;
    line-height: 1.45;
    white-space: normal;
}

.tag-bemutatkozas:hover::after,
.tag-bemutatkozas:focus::after {
    display: block;
}

.tag-profil-fej {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    margin-bottom: 24px;
    padding: 18px 0;
    border-bottom: 1px solid #d8e2ec;
}

.tag-profil-kepdoboz {
    width: 140px;
    height: 140px;
}

.tag-profil-nagykep,
.tag-profil-nagy-placeholder {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.tag-profil-nagykep {
    display: block;
    object-fit: cover;
}

.tag-profil-nagy-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1f4f8f;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}

.tag-profil-adatok h2 {
    margin: 0 0 10px 0;
}

.tag-profil-kapcsolat {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
    max-width: 760px;
}

.tag-profil-info {
    padding: 10px 12px;
    border: 1px solid #d8e2ec;
    border-left: 4px solid #1f4f8f;
    background-color: #f8fbfe;
}

.tag-profil-info span {
    display: block;
    margin-bottom: 4px;
    color: #667788;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.tag-profil-info strong {
    display: block;
    color: #24384f;
    font-size: 14px;
    overflow-wrap: anywhere;
}

.tag-profil-info a {
    color: #1f4f8f;
}

.tag-profil-nincs-adat {
    margin: 0;
    color: #667788;
    font-size: 14px;
}

.tag-profil-muveletek {
    margin: 14px 0 0 0;
}

.tag-profil-szekcio {
    margin-top: 24px;
}

.tag-profil-szekcio h3 {
    margin-bottom: 10px;
}

.tag-profil-szekcio-fej {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.tag-profil-bemutatkozas {
    max-width: 760px;
    color: #394b5f;
    line-height: 1.55;
}

.tag-profil-bemutatkozas p {
    margin: 0 0 10px 0;
}

.tag-profil-bemutatkozas ul,
.tag-profil-bemutatkozas ol {
    margin: 6px 0 10px 22px;
    padding: 0;
}

.tag-profil-evek {
    margin: 0;
}

.tag-profil-evek span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
    color: #1f4f8f;
    font-weight: bold;
}

.tag-profil-eredmenyek {
    margin-top: 8px;
}

.nevezek-gomb {
    background-color: #8D021F;
    border: 2px solid #8D021F;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 10px 18px;
    text-transform: uppercase;
}

.nevezek-gomb:hover {
    background-color: #6f0118;
    border-color: #6f0118;
}

.admin-nevezes-doboz {
    margin-top: 18px;
    max-width: 720px;
    padding: 16px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
}

.admin-nevezes-doboz h4 {
    margin: 0 0 12px 0;
    color: #1f4f8f;
}

.admin-nevezes-doboz select,
.admin-nevezes-doboz input[type="text"],
.admin-nevezes-doboz textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 520px;
}

.program-jelentkezok-lista {
    display: grid;
    gap: 18px;
}

.program-jelentkezok-csoport {
    padding-bottom: 14px;
    border-bottom: 1px solid #b8d1b8;
}

.program-jelentkezok-csoport:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.program-jelentkezok-csoport h4 {
    margin: 0 0 10px 0;
    color: #1f4f8f;
}

.program-nevezettek-fejlec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.program-nevezettek-fejlec h4 {
    margin-bottom: 0;
}

.program-nevezettek-export {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.program-nevezettek-export a,
.export-fejlec a {
    display: inline-block;
    padding: 7px 11px;
    border: 1px solid #c9d6e2;
    background-color: #ffffff;
    color: #1f4f8f;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.program-nevezettek-export a:hover,
.export-fejlec a:hover {
    border-color: #1f4f8f;
    background-color: #f0f5fa;
}

.program-jelentkezok-csoport ul {
    margin: 0;
    padding-left: 20px;
}

.program-jelentkezok-csoport li {
    margin-bottom: 10px;
}

.program-jelentkezok-csoport li:last-child {
    margin-bottom: 0;
}

.program-jelentkezok-csoport span {
    color: #555555;
    font-size: 13px;
}

.program-jelentkezok-csoport em {
    color: #8D021F;
    font-size: 13px;
    font-style: normal;
}

.nevezo-admin-sor {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(120px, 160px) 100px 160px 120px;
    gap: 10px;
    align-items: center;
    color: #253242;
    font-size: 14px;
}

.nevezo-admin-sor strong,
.nevezo-admin-sor span,
.nevezo-admin-sor small,
.nevezo-admin-sor .nevezes-statusz {
    font-size: 14px;
    line-height: 1.25;
}

.nevezo-admin-sor small {
    color: #506070;
    text-align: right;
    white-space: nowrap;
}

.nevezo-email {
    display: block;
    margin-top: 4px;
    color: #667788;
    font-size: 13px;
}

.nevezo-figyelmeztet-form {
    margin: 0;
    text-align: right;
}

.nevezo-figyelmeztet-form button {
    padding: 5px 9px;
    border: 1px solid #c9d6e2;
    background-color: #ffffff;
    color: #1f4f8f;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.nevezo-figyelmeztet-form button:hover {
    border-color: #1f4f8f;
    background-color: #f0f5fa;
}

.export-fejlec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.export-fejlec h2 {
    margin-bottom: 4px;
}

.export-fejlec p {
    margin: 0;
}

.export-fejlec > p {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.export-tabla-keret {
    overflow-x: auto;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
}

.export-tabla {
    width: 100%;
    min-width: 1800px;
    border-collapse: collapse;
    font-size: 13px;
}

.export-tabla th,
.export-tabla td {
    padding: 8px 10px;
    border-bottom: 1px solid #e5edf3;
    border-right: 1px solid #edf2f6;
    text-align: left;
    vertical-align: top;
}

.export-tabla th {
    position: sticky;
    top: 0;
    background-color: #eef5fb;
    color: #1f4f8f;
    white-space: nowrap;
}

.export-tabla tbody tr:nth-child(even) {
    background-color: #f8fbfe;
}

.program-ajanlo-lista {
    display: grid;
    gap: 14px;
}

.program-ajanlo-kartya {
    padding: 14px 16px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
}

.program-ajanlo-fej {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.program-ajanlo-fej h3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 6px 0;
}

.program-ajanlo-fej p {
    margin: 0;
}

.program-ajanlo-statusz {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: #8D021F;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
}

.program-ajanlo-hatralevo {
    color: #1f4f8f;
    font-size: 13px;
    font-weight: bold;
}

.program-ajanlo-lejart {
    color: #8D021F;
}

.program-ajanlo-meta {
    margin: 8px 0;
    color: #506070;
    font-size: 14px;
}

.program-ajanlo-akciok {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.program-ajanlo-admin-gomb {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #1f4f8f;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.program-ajanlo-admin-gomb:hover {
    background-color: #163a69;
    color: #ffffff;
}

.program-admin-akciok {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.program-admin-gomb,
.program-admin-jelveny {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.program-admin-gomb-szerkeszt {
    background-color: #1f4f8f;
    color: #ffffff;
}

.program-admin-gomb-szerkeszt:hover {
    background-color: #163a69;
    color: #ffffff;
}

.program-admin-gomb-masol {
    background-color: #eef5fb;
    color: #1f4f8f;
    border: 1px solid #bfd4e8;
}

.program-admin-gomb-masol:hover {
    background-color: #dcecf8;
    color: #163a69;
}

.program-admin-gomb-torolheto {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #b8d8bd;
}

.program-admin-gomb-torolheto:hover {
    background-color: #d7ecd9;
    color: #1f5a23;
}

.program-admin-gomb-nem-torolheto {
    background-color: #fff5f5;
    color: #8D021F;
    border: 1px solid #e0c8c8;
}

.program-admin-gomb-nem-torolheto:hover {
    background-color: #f7e5e5;
    color: #6f0018;
}

.program-admin-jelveny {
    background-color: #fff8e5;
    color: #8D5A00;
    border: 1px solid #f0c36d;
}

.program-ajanlo-opciok {
    display: grid;
    gap: 6px;
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.program-ajanlo-opciok li {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 7px 0;
    border-top: 1px solid #edf2f6;
}

.program-ajanlo-opciok span,
.program-ajanlo-opciok small {
    color: #506070;
}

.sajat-nevezes-doboz,
.program-lista-nevezes {
    margin: 16px 0;
    padding: 14px;
    border: 1px solid #b8d8bd;
    background-color: #eef8ee;
}

.program-lista-nevezes strong {
    display: block;
    margin-bottom: 8px;
    color: #2e6f32;
}

.sajat-nevezes-doboz h4 {
    margin: 0 0 10px 0;
    color: #2e6f32;
}

.sajat-nevezes-doboz p {
    margin: 10px 0 0 0;
    color: #506070;
    font-size: 13px;
}

.sajat-nevezes-lista,
.program-lista-nevezes ul {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
}

.sajat-nevezes-lista li {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 8px 0;
    border-top: 1px solid rgba(46, 111, 50, 0.14);
}

.program-lista-nevezes li {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) 110px 160px 120px;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid rgba(46, 111, 50, 0.14);
    color: #253242;
    font-size: 14px;
}

.sajat-nevezes-lista li:first-child,
.program-lista-nevezes li:first-child {
    border-top: 0;
    padding-top: 0;
}

.sajat-nevezes-lista span,
.sajat-nevezes-lista small,
.program-lista-nevezes small {
    color: #506070;
}

.program-lista-nevezes span,
.program-lista-nevezes small,
.program-lista-nevezes .nevezes-statusz {
    font-size: 14px;
    line-height: 1.25;
}

.program-lista-nevezes span {
    font-weight: bold;
}

.program-lista-nevezes small {
    text-align: right;
    white-space: nowrap;
}

.program-lista-nevezes a {
    color: #1f4f8f;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
}

.program-lista-nevezes a:hover {
    text-decoration: underline;
}

.program-lista-eredmenyek {
    margin: 16px 0;
    padding: 14px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
}

.program-lista-eredmenyek strong {
    display: block;
    margin-bottom: 8px;
    color: #1f4f8f;
}

.program-lista-eredmenyek ul {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
}

.program-lista-eredmenyek li {
    padding: 8px 0;
    border-top: 1px solid #edf1f5;
}

.program-lista-eredmenyek li:first-child {
    border-top: 0;
    padding-top: 0;
}

.program-lista-eredmenyek small {
    display: block;
    margin-top: 6px;
    color: #667788;
    font-size: 13px;
}

.eredmeny-ev-valto {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 18px 0;
}

.eredmeny-ev-valto a {
    display: inline-block;
    padding: 7px 11px;
    border: 1px solid #c9d6e2;
    background-color: #ffffff;
    color: #1f4f8f;
    font-weight: bold;
    text-decoration: none;
}

.eredmeny-ev-valto a.aktiv {
    background-color: #1f4f8f;
    border-color: #1f4f8f;
    color: #ffffff;
}

.eredmenyeim-lista {
    display: grid;
    gap: 12px;
}

.eredmenyeim-lista h3 {
    margin: 0 0 4px 0;
    color: #1f4f8f;
}

.eredmenyeim-sor {
    padding: 14px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
}

.eredmenyeim-program {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 10px;
}

.eredmenyeim-program a {
    color: #1f4f8f;
    font-weight: bold;
    text-decoration: none;
}

.eredmenyeim-program a:hover {
    text-decoration: underline;
}

.eredmenyeim-program span,
.eredmenyeim-sor p {
    color: #667788;
    font-size: 13px;
}

.eredmenyeim-sor p {
    margin: 8px 0 0 0;
}

.sajat-nevezes-lista small {
    flex-basis: 100%;
}

.sajat-nevezes-lista a {
    color: #1f4f8f;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.sajat-nevezes-lista a:hover {
    text-decoration: underline;
}

.nevezes-statusz {
    display: inline-block;
    min-width: 0;
    padding: 5px 9px;
    border: 1px solid transparent;
    background-color: #edf1f5;
    color: #506070;
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.nevezes-statusz-tartozas {
    border-color: #f1bcc8;
    background-color: #fdecef;
    color: #8D021F;
}

.nevezes-statusz-figyeles,
.nevezes-statusz-jelolve {
    border-color: #ead3a2;
    background-color: #f8ecd1;
    color: #745100;
}

.nevezes-statusz-befizetve {
    border-color: #a8d9ad;
    background-color: #dff3df;
    color: #2e6f32;
}

.nevezes-statusz-torolve {
    background-color: #eeeeee;
    color: #666666;
}

.eredmenyek-doboz {
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
}

.eredmenyek-doboz h3,
.eredmeny-form-doboz h4 {
    margin: 0 0 12px 0;
    color: #1f4f8f;
}

.eredmeny-form-doboz {
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
}

.eredmeny-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.eredmeny-form-grid p {
    margin: 0;
}

.eredmeny-form input[type="text"],
.eredmeny-form input[type="number"],
.eredmeny-form select,
.eredmeny-form textarea,
.eredmeny-admin-form input[type="text"],
.eredmeny-admin-form input[type="number"],
.eredmeny-admin-form select,
.eredmeny-admin-form textarea {
    box-sizing: border-box;
    width: 100%;
}

.eredmeny-lista {
    display: grid;
    gap: 12px;
}

.eredmeny-kartya {
    padding: 14px;
    border: 1px solid #d8e2ec;
    border-left: 5px solid #9aa8b6;
    background-color: #ffffff;
}

.eredmeny-statusz-bekuldve {
    border-left-color: #c47f00;
}

.eredmeny-statusz-jovahagyva {
    border-left-color: #2e7d32;
}

.eredmeny-statusz-elutasitva {
    border-left-color: #777777;
    background-color: #f5f5f5;
}

.eredmeny-kartya-fejlec {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px;
}

.eredmeny-kartya-fejlec strong {
    color: #222222;
}

.eredmeny-nev-blokk {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.eredmeny-kartya-fejlec span {
    color: #667788;
    font-size: 13px;
    overflow-wrap: anywhere;
}

.eredmeny-kartya-fejlec em {
    display: inline-block;
    padding: 4px 8px;
    background-color: #edf1f5;
    color: #506070;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.eredmeny-kartya-fejlec em.eredmeny-statusz-jelveny-jovahagyva {
    background-color: #2e7d32;
    color: #ffffff;
}

.eredmeny-kartya-fejlec em.eredmeny-statusz-jelveny-bekuldve {
    background-color: #f8ecd1;
    color: #745100;
}

.eredmeny-kartya-fejlec em.eredmeny-statusz-jelveny-elutasitva {
    background-color: #eeeeee;
    color: #666666;
}

.eredmeny-statusz-jelveny {
    display: inline-block;
    padding: 4px 8px;
    background-color: #edf1f5;
    color: #506070;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.eredmeny-statusz-jelveny-jovahagyva {
    background-color: #2e7d32;
    color: #ffffff;
}

.eredmeny-statusz-jelveny-bekuldve {
    background-color: #f8ecd1;
    color: #745100;
}

.eredmeny-statusz-jelveny-elutasitva {
    background-color: #eeeeee;
    color: #666666;
}

.eredmeny-adatok {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.eredmeny-adatok span {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
    color: #253242;
    font-size: 13px;
}

.eredmeny-adatok span strong {
    color: #506070;
}

.eredmeny-adatok span.eredmeny-helyezes-1 {
    border-color: #c89b2c;
    background-color: #f7d36b;
    color: #4f3600;
    font-weight: bold;
}

.eredmeny-adatok span.eredmeny-helyezes-2 {
    border-color: #a8b0b8;
    background-color: #e3e8ed;
    color: #35424e;
    font-weight: bold;
}

.eredmeny-adatok span.eredmeny-helyezes-3 {
    border-color: #b8793a;
    background-color: #d89b62;
    color: #3f250e;
    font-weight: bold;
}

.eredmeny-kompakt-sor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.eredmeny-kompakt-sor .eredmeny-adatok {
    flex: 1 1 auto;
}

.eredmeny-megjegyzes {
    margin: 10px 0 0 0;
    padding-top: 10px;
    border-top: 1px solid #e7edf3;
    color: #4b5d70;
    font-size: 14px;
    line-height: 1.45;
}

.eredmeny-muveletek {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
}

.eredmeny-muveletek form {
    margin: 0;
}

.eredmeny-muveletek button,
.eredmeny-muveletek a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #c9d6e2;
    background-color: #ffffff;
    color: #1f4f8f;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.eredmeny-muveletek button:hover,
.eredmeny-muveletek a:hover {
    border-color: #1f4f8f;
    background-color: #f0f5fa;
}

.eredmeny-admin-szuro {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 18px 0;
}

.eredmeny-admin-szuro a {
    display: block;
    padding: 10px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
    color: #1f4f8f;
    font-weight: bold;
    text-decoration: none;
}

.eredmeny-admin-szuro a.aktiv,
.eredmeny-admin-szuro a:hover {
    border-color: #1f4f8f;
    background-color: #f0f5fa;
}

.eredmeny-admin-szuro strong {
    float: right;
    color: #222222;
}

.eredmeny-admin-nezet-valto {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 16px 0;
}

.eredmeny-admin-nezet-valto a {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #c9d6e2;
    background-color: #ffffff;
    color: #1f4f8f;
    font-weight: bold;
    text-decoration: none;
}

.eredmeny-admin-nezet-valto a.aktiv,
.eredmeny-admin-nezet-valto a:hover {
    border-color: #1f4f8f;
    background-color: #1f4f8f;
    color: #ffffff;
}

.eredmeny-admin-lista {
    display: grid;
    gap: 12px;
}

.eredmeny-kategoria-lista {
    display: grid;
    gap: 12px;
}

.eredmeny-kategoria-sor {
    padding: 14px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
}

.eredmeny-kategoria-muveletek {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.eredmeny-kategoria-muveletek form {
    display: flex;
    gap: 8px;
    align-items: end;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px;
    border: 1px solid #edf1f5;
    background-color: #f8fbfe;
}

.eredmeny-kategoria-muveletek label {
    display: grid;
    flex: 1 1 180px;
    gap: 5px;
    color: #667788;
    font-size: 13px;
}

.eredmeny-kategoria-muveletek input,
.eredmeny-kategoria-muveletek select {
    box-sizing: border-box;
    width: 100%;
}

.eredmeny-admin-sor {
    padding: 14px;
    border: 1px solid #d8e2ec;
    border-left: 5px solid #9aa8b6;
    background-color: #ffffff;
}

.eredmeny-admin-sor-fej,
.eredmeny-admin-program {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

.eredmeny-admin-sor-fej span,
.eredmeny-admin-program span,
.eredmeny-admin-sor p {
    color: #667788;
    font-size: 13px;
}

.eredmeny-admin-program a {
    color: #1f4f8f;
    font-weight: bold;
    text-decoration: none;
}

.eredmeny-admin-program a:hover {
    text-decoration: underline;
}

.eredmeny-admin-sor p {
    margin: 8px 0 0 0;
}

.jelszo-mezo {
    display: flex;
    gap: 8px;
    align-items: center;
    max-width: 480px;
}

.jelszo-mezo input {
    flex: 1 1 auto;
}

.jelszo-mutato {
    flex: 0 0 auto;
    min-width: 42px;
    padding: 7px 10px;
}

.gsi-material-button {
    background-color: #ffffff;
    border: 1px solid #747775;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1f1f1f;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.gsi-material-button:hover {
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    text-decoration: none;
}

.gsi-material-button-state {
    inset: 0;
    opacity: 0;
    position: absolute;
}

.gsi-material-button:hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 0.08;
}

.gsi-material-button-content-wrapper {
    align-items: center;
    display: flex;
    gap: 12px;
    height: 100%;
    padding: 0 12px;
    position: relative;
}

.gsi-material-button-icon {
    display: inline-flex;
    height: 18px;
    width: 18px;
}

.gsi-material-button-contents {
    white-space: nowrap;
}

.email-cimzett-lista {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    max-height: 460px;
    overflow: auto;
    padding: 2px;
}

.email-cimzett-szuro {
    max-width: 420px;
    width: 100%;
}

.email-cimzett-kartya {
    cursor: pointer;
    gap: 10px;
    min-height: 72px;
    padding: 10px 40px 10px 10px;
    position: relative;
}

.email-cimzett-kartya .tagkartya-kep {
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
}

.email-cimzett-kartya .tag-profilkep,
.email-cimzett-kartya .tag-profilkep-placeholder {
    height: 48px;
    width: 48px;
}

.email-cimzett-kartya .tag-profilkep-placeholder {
    font-size: 18px;
}

.email-cimzett-adatok {
    display: block;
    min-width: 0;
}

.email-cimzett-kartya:has(.email-cimzett-checkbox:checked) {
    border-color: #1f4f8f;
    box-shadow: 0 0 0 2px rgba(31, 79, 143, 0.14);
}

.email-cimzett-nev {
    color: #1f4f8f;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 4px;
}

.email-cimzett-email {
    color: #526273;
    display: block;
    font-size: 13px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.email-cimzett-checkbox {
    bottom: 10px;
    height: 20px;
    position: absolute;
    right: 10px;
    width: 20px;
}

.tag-email-gomb {
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #1f4f8f;
    background-color: #1f4f8f;
    color: #ffffff;
    text-decoration: none;
}

.tag-email-gomb:hover {
    background-color: #173d70;
    text-decoration: none;
}

.admin-lista-muveletek,
.admin-felhasznalo-gyorsmuveletek {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
}

.admin-lista-muveletek form {
    margin: 0;
}

.admin-felhasznalo-gyorsmuveletek {
    margin: 12px 0 18px 0;
}

.admin-lista-muveletek a,
.admin-lista-muveletek button,
.admin-felhasznalo-gyorsmuveletek a,
.admin-felhasznalo-gyorsmuveletek button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 9px;
    border: 1px solid #1f4f8f;
    border-radius: 6px;
    background-color: #ffffff;
    color: #1f4f8f;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.admin-lista-muveletek a:hover,
.admin-lista-muveletek button:hover,
.admin-felhasznalo-gyorsmuveletek a:hover,
.admin-felhasznalo-gyorsmuveletek button:hover {
    background-color: #1f4f8f;
    color: #ffffff;
    text-decoration: none;
}

.admin-szurt-figyelmeztetes-form {
    margin: 0 0 12px 0;
}

.admin-szurt-figyelmeztetes-form button {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid #8a5c00;
    border-radius: 6px;
    background-color: #fff8e6;
    color: #5a3b00;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: bold;
}

.admin-szurt-figyelmeztetes-form button:hover {
    background-color: #f6d58d;
}

.admin-szerepkor-jelveny,
.admin-allapot-jelveny,
.admin-adat-jelveny {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 24px;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.admin-szerepkor-jelveny {
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
    color: #1f4f8f;
}

.admin-allapot-jelveny,
.admin-adat-jelveny {
    width: 24px;
    min-width: 24px;
    padding: 0;
    font-size: 17px;
}

.admin-allapot-aktiv {
    background-color: #2e7d32;
    color: #ffffff;
}

.admin-allapot-inaktiv {
    background-color: #8D021F;
    color: #ffffff;
}

.admin-adat-rendben {
    background-color: #2e7d32;
    color: #ffffff;
}

.admin-adat-hianyos {
    background-color: #8D021F;
    color: #ffffff;
}

.admin-adat-sport-hiany {
    background-color: #f6d58d;
    color: #5a3b00;
}

.admin-uj-felhasznalo-panel {
    margin: 16px 0 24px 0;
}

.admin-uj-felhasznalo-panel summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid #1f4f8f;
    border-radius: 6px;
    background-color: #1f4f8f;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    list-style: none;
}

.admin-uj-felhasznalo-panel summary::-webkit-details-marker {
    display: none;
}

.admin-uj-felhasznalo-panel summary::before {
    content: "+";
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
}

.admin-uj-felhasznalo-panel[open] summary::before {
    content: "-";
}

.admin-uj-felhasznalo-form {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
}

.admin-adat-szuro {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin: 10px 0 8px 0;
}

.admin-adat-szuro span {
    color: #506070;
    font-weight: bold;
}

.admin-adat-szuro a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid #d8e2ec;
    border-radius: 999px;
    background-color: #ffffff;
    color: #1f4f8f;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.admin-adat-szuro a.aktiv,
.admin-adat-szuro a:hover {
    border-color: #1f4f8f;
    background-color: #1f4f8f;
    color: #ffffff;
    text-decoration: none;
}

.admin-adat-szuro-info {
    margin: 0 0 10px 0;
    color: #667788;
    font-size: 13px;
}

.tag-email-panel {
    padding: 16px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.tag-email-fejlec {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
}

.tag-email-limit {
    margin: 0 0 12px 0;
    color: #526273;
    font-size: 14px;
}

.tag-email-kijeloltek {
    margin: 0 0 12px 0;
    padding: 10px 12px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
    color: #34445a;
    font-size: 14px;
    line-height: 1.4;
}

.tag-email-kijeloltek strong {
    color: #1f4f8f;
}

.tag-email-nezet-valto {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px 0;
}

.tag-email-nezet-valto a {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
    color: #1f4f8f;
    text-decoration: none;
    font-weight: bold;
}

.tag-email-nezet-valto a.aktiv,
.tag-email-nezet-valto a:hover {
    border-color: #1f4f8f;
    background-color: #1f4f8f;
    color: #ffffff;
    text-decoration: none;
}

.tag-email-elozmeny-lista {
    display: grid;
    gap: 12px;
}

.tag-email-elozmeny {
    padding: 14px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
}

.tag-email-elozmeny-fej {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.tag-email-elozmeny-fej span,
.tag-email-elozmeny p {
    color: #526273;
    font-size: 14px;
}

.tag-email-elozmeny-adatok {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.tag-email-elozmeny-adatok span {
    padding: 4px 8px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
    color: #34445a;
    font-size: 13px;
}

.hir-tartalom {
    margin-top: 15px;
    line-height: 1.6;
}

.dashboard-fejlec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8e2ec;
}

.dashboard-fejlec h2 {
    margin: 0 0 6px 0;
    color: #1f4f8f;
}

.dashboard-fejlec p {
    margin: 0;
    color: #506070;
}

.dashboard-osszeg {
    min-width: 190px;
    padding: 12px 14px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
    text-align: right;
}

.dashboard-osszeg span {
    display: block;
    margin-bottom: 4px;
    color: #667788;
    font-size: 13px;
}

.dashboard-osszeg strong {
    color: #1f4f8f;
    font-size: 20px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dashboard-card {
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
    padding: 16px;
}

.dashboard-card-fejlec {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
}

.dashboard-card-fejlec h3 {
    margin: 0;
    color: #1f4f8f;
    font-size: 18px;
}

.dashboard-card-fejlec a {
    color: #1f4f8f;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.dashboard-card-fejlec a:hover {
    text-decoration: underline;
}

.dashboard-lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dashboard-lista li {
    padding: 10px 0;
    border-top: 1px solid #edf1f5;
}

.dashboard-lista li:first-child {
    border-top: 0;
    padding-top: 0;
}

.dashboard-lista a,
.dashboard-lista strong {
    display: block;
    margin-bottom: 4px;
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}

.dashboard-lista a:hover {
    color: #1f4f8f;
    text-decoration: underline;
}

.dashboard-lista span,
.dashboard-lista small {
    display: block;
    color: #667788;
    font-size: 13px;
}

.dashboard-lista em {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 8px;
    background-color: #eef5fb;
    color: #1f4f8f;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
}

.dashboard-lista em.program-jelveny {
    margin-right: 4px;
}

.dashboard-lista em.jelveny-megyek {
    background-color: #dff3df;
    color: #2e6f32;
}

.dashboard-lista em.jelveny-erdekel {
    background-color: #fff2d8;
    color: #8a5c00;
}

.dashboard-lista em.jelveny-nevezett {
    background-color: #fde7ec;
    color: #8D021F;
}

.dashboard-lista em.jelveny-nincs {
    background-color: #edf1f5;
    color: #667788;
}

.penzugy-lista em {
    background-color: #fff4d7;
    color: #745100;
}

.program-lista-fejlec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.program-lista-fejlec h2 {
    margin: 0;
}

.program-nezet-valto {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.program-nezet-valto a {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #c9d6e2;
    background-color: #ffffff;
    color: #1f4f8f;
    text-decoration: none;
}

.program-nezet-valto a.aktiv,
.program-nezet-valto a.program-uj-gomb {
    background-color: #1f4f8f;
    border-color: #1f4f8f;
    color: #ffffff;
}

.program-resz-valto {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 16px 0;
}

.program-resz-valto a,
.program-resz-valto span {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #c9d6e2;
    background-color: #ffffff;
    color: #1f4f8f;
    font-weight: bold;
    text-decoration: none;
}

.program-resz-valto a.aktiv {
    background-color: #1f4f8f;
    border-color: #1f4f8f;
    color: #ffffff;
}

.program-resz-valto span.letiltva {
    border-color: #dddddd;
    background-color: #f1f1f1;
    color: #888888;
    cursor: not-allowed;
}

.ures-allapot {
    margin: 0;
    color: #667788;
}

.admin-dashboard {
    margin-bottom: 22px;
    padding: 16px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
}

.admin-mutatok {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.admin-mutato {
    display: block;
    min-width: 0;
    padding: 12px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
    color: #222222;
    text-decoration: none;
}

.admin-mutato:hover {
    border-color: #1f4f8f;
}

.admin-mutato span {
    display: block;
    margin-bottom: 6px;
    color: #667788;
    font-size: 13px;
}

.admin-mutato strong {
    display: block;
    color: #1f4f8f;
    font-size: 22px;
    overflow-wrap: anywhere;
}

.admin-mutato small {
    display: block;
    margin-top: 4px;
    color: #667788;
}

.admin-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.penzugy-attekintes {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0 20px 0;
}

.penzugy-attekintes-elem {
    display: block;
    min-width: 0;
    padding: 10px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
    color: #222222;
    text-decoration: none;
}

.penzugy-attekintes-elem.aktiv,
.penzugy-attekintes-elem:hover {
    border-color: #1f4f8f;
    background-color: #f0f5fa;
}

.penzugy-attekintes-elem span,
.penzugy-attekintes-elem small {
    display: block;
    color: #667788;
    font-size: 12px;
}

.penzugy-attekintes-elem strong {
    display: block;
    margin: 5px 0;
    color: #1f4f8f;
    font-size: 18px;
    overflow-wrap: anywhere;
}

.feedback-doboz {
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
}

.feedback-doboz h3,
.feedback-roadmap-doboz h3,
.feedback-lista-fejlec h3 {
    margin: 0 0 12px 0;
    color: #1f4f8f;
}

.feedback-doboz input[type="text"],
.feedback-doboz select,
.feedback-doboz textarea,
.feedback-admin-form select,
.feedback-admin-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.feedback-form-grid {
    display: grid;
    grid-template-columns: 180px 180px minmax(0, 1fr);
    gap: 12px;
}

.feedback-roadmap-doboz {
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #d8e2ec;
    background-color: #ffffff;
}

.feedback-roadmap-fejlec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.feedback-roadmap-doboz textarea {
    width: 100%;
    min-height: 220px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccd7e2;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.45;
    resize: vertical;
}

.feedback-roadmap-info {
    margin: 8px 0 0 0;
    color: #667788;
    font-size: 13px;
}

.feedback-lista-fejlec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.feedback-lista {
    display: grid;
    gap: 14px;
}

.feedback-kartya {
    border: 1px solid #d8e2ec;
    border-left: 5px solid #9aa8b6;
    background-color: #ffffff;
    padding: 14px;
}

.feedback-statusz-uj {
    border-left-color: #1f4f8f;
}

.feedback-statusz-folyamatban {
    border-left-color: #c47f00;
}

.feedback-statusz-kesz {
    border-left-color: #2e7d32;
}

.feedback-statusz-elutasitva {
    border-left-color: #777777;
}

.feedback-statusz-torolve {
    border-left-color: #8D021F;
    background-color: #fff5f5;
}

.feedback-kartya-fejlec {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.feedback-kartya-fejlec h4 {
    margin: 0 0 5px 0;
    color: #222222;
}

.feedback-kartya-fejlec p,
.feedback-meta {
    margin: 0;
    color: #667788;
    font-size: 13px;
}

.feedback-kartya-fejlec span {
    color: #667788;
    font-weight: bold;
}

.feedback-leiras {
    margin-top: 12px;
    line-height: 1.5;
}

.feedback-admin-megjegyzes {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #d6e7d6;
    background-color: #f3faf3;
}

.feedback-admin-form {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #edf1f5;
}

.naptar-fejlec {
    margin-bottom: 22px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #eef5fb 0%, #f8fbfe 100%);
    border: 1px solid #d7e3f1;
    border-radius: 10px;
}

.naptar-fejlec h2 {
    margin: 0 0 8px 0;
    color: #1f4f8f;
}

.naptar-fejlec p {
    margin: 0;
    color: #506070;
    line-height: 1.5;
}

.naptar-fejlec p + p {
    margin-top: 10px;
}

.naptar-info-szoveg {
    color: #506070;
    font-size: 14px;
}

.naptar-doboz {
    background-color: #ffffff;
    border: 1px solid #d8e2ec;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(31, 79, 143, 0.08);
    overflow: hidden;
}

.naptar-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background-color: #f0f5fa;
    border-bottom: 1px solid #d8e2ec;
    color: #1f4f8f;
}

.naptar-info span {
    color: #667788;
    font-size: 14px;
}

.naptar-keret {
    padding: 10px;
    background-color: #f8fafc;
}

.naptar-iframe {
    display: block;
    width: 100%;
    min-height: 680px;
    border: 0;
    border-radius: 8px;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .dashboard-fejlec {
        display: block;
    }

    .dashboard-osszeg {
        margin-top: 14px;
        text-align: left;
    }

    .dashboard-grid,
    .admin-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .admin-mutatok {
        grid-template-columns: 1fr;
    }

    .penzugy-attekintes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .program-lista-fejlec {
        display: block;
    }

    .program-nezet-valto {
        margin-top: 12px;
    }

    .program-lista-nevezes li {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .program-lista-nevezes small,
    .program-lista-nevezes a,
    .program-lista-nevezes .nevezes-statusz {
        text-align: left;
    }

    .eredmenyeim-program {
        display: block;
    }

    .eredmenyeim-program span {
        display: block;
        margin-top: 5px;
    }

    .nevezo-admin-sor {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .nevezo-admin-sor small,
    .nevezo-admin-sor .nevezes-statusz {
        text-align: left;
    }

    .program-nevezettek-fejlec,
    .export-fejlec {
        display: block;
    }

    .program-nevezettek-export,
    .export-fejlec > p {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .nevezo-figyelmeztet-form {
        text-align: left;
    }

    .eredmeny-form-grid {
        grid-template-columns: 1fr;
    }

    .eredmeny-kartya-fejlec {
        display: block;
    }

    .eredmeny-kartya-fejlec em {
        margin-top: 8px;
    }

    .eredmeny-kompakt-sor,
    .eredmeny-muveletek {
        display: block;
    }

    .eredmeny-muveletek {
        margin-top: 10px;
    }

    .eredmeny-muveletek form {
        display: inline-block;
        margin-right: 6px;
    }

    .eredmeny-admin-szuro {
        grid-template-columns: 1fr;
    }

    .eredmeny-kategoria-muveletek {
        grid-template-columns: 1fr;
    }

    .eredmeny-admin-sor-fej,
    .eredmeny-admin-program {
        display: block;
    }

    .eredmeny-admin-sor-fej span,
    .eredmeny-admin-program span {
        display: block;
        margin-top: 5px;
    }

    .hir-lista-fejlec {
        display: block;
    }

    .hir-uj-gomb {
        margin-top: 12px;
    }

    .hir-fej,
    .program-lista-cim-sor {
        display: block;
    }

    .hir-program-gomb,
    .program-jelzes-gomb {
        margin-top: 10px;
    }

    .hir-program-akciok,
    .program-jelzes-akciok {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .profilkep-doboz {
        display: block;
    }

    .profilkep-doboz form {
        margin-top: 14px;
    }

    .profil-lathatosag {
        display: flex;
        margin: 8px 0 0 0;
    }

    .tag-profil-fej {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .tag-profil-kepdoboz,
    .tag-profil-nagykep,
    .tag-profil-nagy-placeholder {
        width: 112px;
        height: 112px;
    }

    .tag-profil-nagy-placeholder {
        font-size: 40px;
    }

    .tag-profil-szekcio-fej {
        display: block;
    }

    .tag-profil-evek {
        margin-top: 8px;
    }

    .feedback-form-grid {
        grid-template-columns: 1fr;
    }

    .feedback-lista-fejlec {
        display: block;
    }

    .feedback-roadmap-fejlec {
        display: block;
    }

    .naptar-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .naptar-keret {
        padding: 10px;
    }

    .naptar-iframe {
        min-height: 560px;
    }
}

.naptar-oldal .tartalom {
    padding: 16px 24px 24px 24px;
}

.naptar-oldal .fejlec,
.naptar-oldal .menu,
.naptar-oldal .tartalom,
.naptar-oldal .lablec {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.audit-szuro {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    margin: 0 0 18px 0;
    padding: 12px;
    border: 1px solid #d8e2ec;
    background-color: #f8fbfe;
}

.audit-szuro label {
    display: grid;
    gap: 4px;
    color: #34495e;
    font-size: 14px;
}

.audit-szuro select,
.audit-szuro input {
    min-height: 34px;
}

.audit-tabla-doboz {
    overflow-x: auto;
    border: 1px solid #d8e2ec;
}

.audit-tabla {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}

.audit-tabla th,
.audit-tabla td {
    padding: 8px 10px;
    border-bottom: 1px solid #edf2f6;
    text-align: left;
    vertical-align: top;
}

.audit-tabla th {
    background-color: #eef5fb;
    color: #1f4f8f;
    white-space: nowrap;
}

.audit-tabla tbody tr:nth-child(even) {
    background-color: #f8fbfe;
}

.audit-tabla small {
    color: #506070;
}

.audit-reszletek {
    margin: 6px 0 0 0;
    padding-left: 18px;
    color: #506070;
    font-size: 13px;
}

.audit-reszletek li {
    margin: 2px 0;
}

.audit-reszletek .audit-reszlet-technikai {
    color: #8a98a8;
    font-size: 12px;
}
