:root {
    --zold: #7ec530;
    --sotet-kek: #1d3557;
    --vilagos-kek: #4285f4;
    --fekete1: #0f172a;
    --feher1: #ffffff;
}

body {
    background-color: #ffffff;
}

hr {
    border: 1px solid #D0D0D0;
    margin: 10px 0;
    width: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    appearance: textfield !important;
    -moz-appearance: textfield !important;
}

a{
    text-decoration: underline;
}


a:focus,
a:active,
input:focus,
input:active {
    outline: none;
}

/* Tábla */
table {
  border-collapse: collapse;
  width: auto;
  border: 1px solid #000;
}

table td, table th {
  border: 1px solid #000;
  padding: 10px;
  vertical-align: top;
}


/* Gombok */
.fajl-feoltoltes-gomb,
.fajl-slicing-gomb,
.kosarhoz-ad-gomb,
.fiok-bejelentkezes input[type="submit"] {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.fajl-feoltoltes-gomb {
    padding: 10px;
    border-radius: 8px;
    border: 0px solid;
    background-color: #4285F4;
    color: #ffffff;
    cursor: pointer;
}

.fajl-slicing-gomb {
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-radius: 8px;
    border: 0px solid;
    background-color: var(--zold);
    color: #ffffff;
    cursor: pointer;
}

.kosarhoz-ad-gomb {
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-radius: 8px;
    border: 0px solid;
    background-color: #4285F4;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
}

#gomb-toltes {
    transform: translateY(-50%);
    border: 4px solid var(--zold);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
}

.gomb {
    display: flex;
    flex-direction: row;
    font-size: 17px;
    padding: 10px;
    border-radius: 8px;
    border: 0px solid;
    background-color: #1D3557;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.gomb1 {
    text-align: left;
    padding: 10px;
    border-radius: 8px;
    border: 0px solid;
    background-color: #4285F4;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.gomb2 {
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    border: 0px solid;
    background-color: #4285F4;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.gombfizetes1 {
    text-align: center;
    font-size: 30px;
    padding: 15px 20px;
    border-radius: 8px;
    border: 0px solid;
    background-color: #1D3557;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.gombfizetes2 {
    font-size: 20px !important;
    text-align: left;
    font-size: 30px;
    padding: 15px 20px;
    border-radius: 8px;
    border: 3px solid #ffffff00;
    background-color: #4285F4;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.gombnavigacio {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 10px;
    border-radius: 8px;
    border: 0px solid;
    background-color: #4285F4;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.gomb-kezdolap {
    text-align: center;
    font-size: 20px;
    padding: 15px;
    border-radius: 8px;
    border: 0px solid;
    background-color: #4285F4;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.gomb-kezdolap:hover {
    background-color: #6a9ff3;
}

.gomb-kezdolap-email-1 {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 16px;
    border-radius: 8px;
    border: 3px solid #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.gomb-kezdolap-email-2 {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 16px;
    border-radius: 8px;
    background-color: #4285F4;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 500px) {
    .gomb-kezdolap-email-1 {
        font-size: 17px;
        padding: 12px;
    }

    .gomb-kezdolap-email-2 {
        font-size: 17px;
        padding: 12px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Fej */
.fej {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    padding: 10px;
    text-align: center;
    width: 900px;
}

.fej-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fej-logo img {
    width: 60px;
    height: 60px;
}

.fej-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.fej-menu-gomb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.fej-menu-gomb img {
    height: 19px;
    fill: #ffffff;
}

/* Fej alatt */
.fej-alatt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Elérhetőségek */
.elerhetosegek {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}



/* Láb */
.lab {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: calc(100% - 10px);
    padding: 5px;
    min-height: 100px;
    gap: 30px;
}

.lab-oldal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(33.33% - 10px);
    padding: 20px 5px 20px 5px;
    gap: 30px;
}

@media screen and (max-width: 610px) {
    .lab {
        flex-direction: column-reverse;
    }

    .lab-oldal {
        width: calc(50% - 10px);
    }
}

/* Hiba */
.hiba {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    width: calc(100% - 10px);
    padding: 5px;
    height: 100%;
    gap: 30px;
}

/* Kezdőlap */
.kezdolap-kepek img{
    height: 300px;
}

@media screen and (max-width: 750px) {
    .kezdolap-kepek img{
        height: 200px;
    }
}

.gomb-kezdolap-nyito-1 {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 16px;
    border-radius: 8px;
    border: 3px solid #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.gomb-kezdolap-nyito-2 {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 18px;
    border-radius: 8px;
    background-color: #4285F4;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .gomb-kezdolap-nyito-1 {
        font-size: 19px;
        padding: 13px;
    }

    .gomb-kezdolap-nyito-2 {
        font-size: 19px;
        padding: 13px;
    }
}

@media screen and (max-width: 460px) {
    .kezdolap-nyito-gombok {
        flex-direction: column!important;
        gap: 30px
    }
}

.anyagok-gorgeto-tarto {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 10px);
    padding: 5px;
}

.gorgeto-bal, .gorgeto-jobb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    border: none;
    margin: 4px;
    flex-shrink: 0;
}

.gorgeto-bal img, .gorgeto-jobb img{
    width: 32px;
    height: 32px;
}

.kezdolap-szolg-anyagok {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
    gap: 10px;
    padding: 10px 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: grab;
}

.kezdolap-szolg-anyagok.active {
    cursor: grabbing;
}

.kezdolap-szolg-anyagok-doboz {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 8px;
    border-left: 4px solid var(--vilagos-kek);
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    gap: 6px;
    width: 320px;
    background-color: #ffffff;
    flex-shrink: 0;
}

.cim {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tpus {
    font-size: 14px;
    font-weight: 800;
}

.lagyulas {
    font-size: 12px;
    margin-bottom: 10px;
}

.szoveg {
    font-size: 14px;
}

.alkalmazas {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

.kezdolap-valaszto {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: calc(100% - 10px);
    padding: 5px;
}

.kezdolap-email {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 5px;
    padding: 20px;
    border-radius: 8px;
    width: calc(900px - 50px);
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--fekete1);
}

.kezdolap-email h4 {
    font-size: 24px;
    font-weight: 500;
}

@media screen and (max-width: 650px) {
    .kezdolap-email {
        flex-direction: column;
    }

    .kezdolap-email-oldal {
        width: 100%;
    }

    .cim {
        font-size: 28px;
    }

    .szoveg {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .cim {
        font-size: 24px;
    }

    .lagyulas {
        font-size: 10px;
    }

    .szoveg {
        font-size: 10px;
    }

    .alkalmazas {
        font-size: 10px;
    }
}

/* Kezdőlap nyito asztali / mobil  */

@media screen and (max-width: 750px) {
    .kezdolap-nyito-asztal {
        display: none!important;
    }
    .kezdolap-nyito-mobil {
        display: flex!important;
    }
}

@media screen and (min-width: 750px) {
    .kezdolap-nyito-asztal {
        display: flex!important;
    }
    .kezdolap-nyito-mobil {
        display: none!important;
    }
}

/* Galléria */
.galleria {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
    gap: 10px;
    padding: 10px 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: grab;
}

.galleria.active {
    cursor: grabbing;
}

.galleria img {
    padding: 10px;
    width: 320px;
    flex-shrink: 0;
}



/* Rólunk */
.rolunk {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.rolunk-oldal {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    padding: 5px;
    gap: 20px;
}

@media screen and (max-width: 610px) {
    .rolunk {
        flex-direction: column;
    }

    .rolunk-oldal {
        width: calc(100% - 10px);
    }
}



/* 3D nyomtatás oldal */
.kalkulator {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 10px;
}

.kalkulator-bal {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    padding: 5px;
}

.kalkulator-jobb {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    padding: 5px;
    gap: 15px;
}

.kalkulator-jobb-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.kalkulator-jobb-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.kalkulator-jobb-gombok {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kalkulator-jobb-gombok select {
    display: flex;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #518FC9;
    border-radius: 8px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    color: #000000;
}

.kalkulator-jobb-gombok option {
    background-color: #fff;
    color: #333;
    padding: 8px 12px;
}

.kalkulator-jobb-gombok select:hover {
    border-color: #518FC9;
}

.kalkulator-jobb-gombok select:focus {
    outline: none;
    border-color: #4d90fe;
}

.kalkulator-kosarba-gombok {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.kalkulator-kosarba-gombok-mennyiseg {
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 13px;
    overflow: hidden;
    padding: 3px;
}

.kalkulator-kosarba-gombok button {
    border-radius: 16px;
    border: 0px solid;
    background-color: #4285F4;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}

.kalkulator-kosarba-gombok button:hover {
    background-color: #1D3557;
}

.kalkulator-kosarba-gombok input {
    border: 0px;
    text-align: center;
    width: 43px;
}

.kalkulator-kosarba-gombok input:focus {
    outline: none;
    border: none;
}

.kosarhoz-ad-minus,
.kosarhoz-ad-plus {
    background-color: #ffffff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}

#kalkulator-kosarhoz-ad-mennyiseg {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}

#kalkulator-kosarhoz-ad-mennyiseg::-webkit-inner-spin-button,
#kalkulator-kosarhoz-ad-mennyiseg::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#kalkulator-kosarhoz-ad-mennyiseg:focus {
    outline: none;
    border: none;
}

#kalkulator-fajl-neve{
    padding: 5px;
}

#kalkulator-kosar p{
    font-size: 18px;
}

#kalkulator-fajl-neve p{
    font-size: 18px;
}

#kalkulator-modell-info-ar p{
    font-size: 23px !important;
}

/* Infó tábla */

.kalkulator-jobb-info-tabla {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.kalkulator-jobb-info-tabla-resz {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 11px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #4285f4;
}

/* FAQ */

.kalkulator-jobb-faq {
    margin-top: 30px;
}

.kalkulator-jobb-faq-cim {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.kalkulator-jobb-faq-tetel {
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.kalkulator-jobb-faq-tetel:hover {
    border-color: #4285f4;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.1);
}

.kalkulator-jobb-faq-tetel h3 {
    font-size: 20px;
}

.kalkulator-jobb-faq-kerdes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
}

.kalkulator-jobb-faq-kerdes:hover {
    background: #f8f9fa;
}

.kalkulator-jobb-faq-kerdes.active {
    background: #f0f4ff;
    border-bottom: 1px solid #e1e5e9;
}

.kalkulator-jobb-faq-kerdes h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    flex: 1;
    padding-right: 15px;
}

.kalkulator-jobb-faq-kerdes-ikon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4285f4;
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.kalkulator-jobb-faq-kerdes-ikon.rotate {
    transform: rotate(45deg);
}

.kalkulator-jobb-faq-kerdes-valasz {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: #fafbfc;
    padding: 0 20px;
}

.kalkulator-jobb-faq-kerdes-valasz.show {
    max-height: 900px;
    padding: 20px;
}

.kalkulator-jobb-faq-kerdes-valasz p {
    line-height: 1.6;
    margin: 0;
}

.kalkulator-jobb-faq-kerdes-valasz ul {
    margin: 10px 0;
    padding-left: 20px;
}

.kalkulator-jobb-faq-kerdes-valasz li {
    margin: 5px 0;
}

@media (max-width: 768px) {
    .kalkulator-jobb-faq {
        padding: 15px;
    }

    .kalkulator-jobb-faq-kerdes {
        padding: 15px;
    }

    .kalkulator-jobb-faq-kerdes h4 {
        font-size: 15px;
    }
}

@media screen and (max-width: 750px) {
    .kalkulator {
        flex-direction: column;
    }

    .kalkulator-bal {
        width: calc(100% - 10px);
    }

    .kalkulator-jobb {
        width: calc(100% - 10px);
    }
}


/* 3D nyomtatás oldal / kosár */

.kosar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}

#kalkulator-kosar-gomb {
    display: none;
    justify-content: center;
}

.kosar-elem {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    border: 1px solid #ccc;
    border-radius: 13px;
    overflow: hidden;
}

.kosar-elem-bal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}

.kosar-elem-bal img {
    min-width: auto;
}

.kosar-elem-jobb {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.kosar-elem-jobb-fent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px;
}

.kosar-elem-jobb-fent-bal {
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 13px;
    overflow: hidden;
    padding: 3px;
}

.kosar-elem-jobb-fent-bal button {
    border-radius: 16px;
    border: 0px solid;
    background-color: #4285F4;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}

.kosar-elem-jobb-fent-bal button:hover {
    background-color: #1D3557;
}

.kosar-elem-jobb-fent-bal input {
    border: 0px;
    text-align: center;
    width: 43px;
}

.kosar-elem-jobb-fent-bal input:focus {
    outline: none;
    border: none;
}

.kosar-elem-jobb-fent-jobb {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 5px;
}

.kosar-elem-jobb-fent-jobb a {
    border-radius: 16px;
    border: 0px solid;
    background-color: #4285F4;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}

.kosar-elem-jobb-fent-bal a:hover {
    background-color: #1D3557;
}

.kosar-elem-jobb-lent {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    word-break: break-all;
}

@media screen and (max-width: 751px) {
    .kosar {
        display: none;
    }

    #kalkulator-kosar-gomb {
        display: flex;
    }
}



/* Fiok */
.fiok-bejelentkezes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: calc(100% - 10px);
    padding: 5px;
    min-height: 80vh;
    align-items: center;
}

.fiok-bejelentkezes form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fiok-bejelentkezes input[type="email"] {
    font-size: 25px;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
}

.fiok-bejelentkezes input[type="submit"] {
    font-size: 25px;
    padding: 10px 20px;
    border-radius: 8px;
    border: 0px solid;
    background-color: #1D3557;
    color: #ffffff;
    cursor: pointer;
}

.fiok-bejelentkezes input[type="submit"]:hover {
    background-color: #1D3557;
}

.fiok-bejelentkezes-kod {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.fiok-bejelentkezes-kod input {
    font-size: 25px !important;
    border-radius: 8px;
    border: 1px solid #1D3557;
    background-color: #ffffff;
    color: #1D3557;
    width: 45px;
    height: 45px;
    text-align: center;
}


.fiok-bejelentkezve {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 700px;
    width: calc(100% - 10px);
    padding: 5px;
}

.fiok-bejelentkezve input {
    padding: 5px;
    border-radius: 8px;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
}

.fiok-bejelentkezve h4 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fiok-bejelentkezve-fiokadatok {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
}

.fiok-bejelentkezve-lista-rendelesek {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.fiok-bejelentkezve-lista-rendelesek-cim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fiok-bejelentkezve-lista-oldal {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 20px);
    padding: 10px;
    gap: 10px;
}

.fiok-bejelentkezve-lista-elem {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 13px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    gap: 10px;
}

.fiok-bejelentkezve-rendeles-kosar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fiok-bejelentkezve-rendeles-kosar-sz {
    max-width: 400px;
}

/* Pénztár */
.penztar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-height: 80vh;
}

.penztar-kodok {
    color: #ff0000;
}

.penztar input {
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
}

.penztar label {
    padding-top: 7px;
}

.penztar-bal {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(50% - 20px);
    padding: 10px;
    overflow: hidden;
    gap: 20px;
}

.penztar-bal-lent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.penztar-jobb {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(50% - 20px);
    gap: 20px;
    overflow: hidden;
    padding: 10px;
}

.penztar-jobb-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.penztar-jobb-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.penztar-orszag-dropdown {
    position: relative;
    width: 100%;
}

.penztar-orszag-dropdown-kereses {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.penztar-orszag-dropdown-menu {
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.penztar-orszag-dropdown-menu li {
    padding: 8px;
    cursor: pointer;
}

.penztar-orszag-dropdown-menu li:hover {
    background-color: #f0f0f0;
}

@media screen and (max-width: 751px) {
    .penztar {
        flex-direction: column;
    }

    .penztar-bal {
        width: calc(100% - 20px);
    }

    .penztar-jobb {
        width: calc(100% - 20px);
    }
}


/* Fizetés oldal */
.fizetes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    max-width: 400px;
    width: 100%;
}

.fizetes-doboz {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
}

.fizetes-fent {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 20px);
    padding: 10px;
    color: #ffffff;
}

.fizetes-lent {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 20px;
    gap: 15px;
}

.fizetes-lent img {
    height: 120px;
    width: auto;
}

.StripeElement {
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
}

/* Referencia / Oldal */
.referencia-blokk {
    display:flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}

.referencia-blokk-kep {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: 10px;
}

.referencia-blokk-kep img{

}

.referencia-blokk-szoveg {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 10px;
}

/* Oldal */
.oldal-fejlec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px);
    padding: 20px;
    min-height: 120px;
    gap: 10px;
}

.oldal-darabolas{
    border-radius: 20px;
    border: 0.5px solid #CDD2E1;
    padding: 20px;
}

/* == Hátterek == */
.hatter-fekete {
    background-color: var(--fekete1);
}

.hatter-feher {
    background-color: #ffffff;
}

.hatter-feher2 {
    background-color: #f1f5f9;
}

.hatter-kek1 {
    background-color: #518FC9;
}

.hatter-kek2 {
    background-color: #1D3557;
}

.hatter-szurke {
    background-color: #e0ecf7;
}

/* Elrendezés sablon */
.kozepre {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.w100 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.w900 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    width: 100%;
}

.w900-np {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    width: 100%;
}

.fd-row-100-np, 
.fd-col-100-np,
.fd-row-100-p,
.fd-col-100-p,
.fd-row-50-p,
.fd-row-50-np,
.fd-col-50-p,
.fd-col-50-np {
    overflow-wrap: anywhere;
}

.fd-row-100-np {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.fd-col-100-np {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fd-row-100-p {
    display: flex;
    flex-direction: row;
    width: calc(100% - 10px);
    padding: 5px;
}

.fd-col-100-p {
    display: flex;
    flex-direction: column;
    width: calc(100% - 10px);
    padding: 5px;
}

.fd-row-50-p {
    display: flex;
    flex-direction: row;
    width: calc(50% - 10px);
    padding: 5px;
}

.fd-row-50-np {
    display: flex;
    flex-direction: row;
    width: 50%;
}

.fd-col-50-p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% - 10px);
    padding: 5px;
}

.fd-col-50-np {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.wrap {
    flex-wrap: wrap;
}

.jc-s {
    justify-content: flex-start;
}

.jc-c {
    justify-content: center;
}

.jc-e {
    justify-content: flex-end;
}

.jc-sa {
    justify-content: space-around;
}

.jc-sb {
    justify-content: space-between;
}

.ai-s {
    align-items: flex-start;
}

.ai-c {
    align-items: center;
}

.ai-e {
    align-items: flex-end;
}

.ai-sa {
    align-items: space-around;
}

.ai-sb {
    align-items: space-between;
}

.ac-s {
    align-content: flex-start;
}

.ac-c {
    align-content: center;
}

.ac-e {
    align-content: flex-end;
}

.ac-sa {
    align-content: space-around;
}

.ac-sb {
    align-content: space-between;
}

.gap5 {
    gap: 5px;
}

.gap10 {
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

.gap30 {
    gap: 30px;
}

.gap40 {
    gap: 40px;
}

.gap50 {
    gap: 50px;
}


/* Padding, Margin */
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }

.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }

.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }

.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }