@font-face {
    font-family: "EONBrixSans";
    src: url("fonts/EON_BrixSansWeb-Black.eot");
    src: url("fonts/EON_BrixSansWeb-Black.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/EON_BrixSansWeb-Black.woff2") format("woff2"),
        url("fonts/EON_BrixSansWeb-Black.woff") format("woff"),
        url("fonts/EON_BrixSansWeb-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "EONBrixSans";
    src: url("fonts/EON_BrixSansWeb-Regular.eot");
    src: url("fonts/EON_BrixSansWeb-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/EON_BrixSansWeb-Regular.woff2") format("woff2"),
        url("fonts/EON_BrixSansWeb-Regular.woff") format("woff"),
        url("fonts/EON_BrixSansWeb-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "EONBrixSans";
    src: url("fonts/EON_BrixSansWeb-Medium.eot");
    src: url("fonts/EON_BrixSansWeb-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/EON_BrixSansWeb-Medium.woff2") format("woff2"),
        url("fonts/EON_BrixSansWeb-Medium.woff") format("woff"),
        url("fonts/EON_BrixSansWeb-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "EONBrixSans";
    src: url("fonts/EON_BrixSansWeb-Bold.eot");
    src: url("fonts/EON_BrixSansWeb-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/EON_BrixSansWeb-Bold.woff2") format("woff2"),
        url("fonts/EON_BrixSansWeb-Bold.woff") format("woff"),
        url("fonts/EON_BrixSansWeb-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-family: "EONBrixSans";
    color: #404040;
}

html {
    scroll-behavior: smooth;
}

.small,
small {
    color: gray;
    padding-top: 20px;
    display: block;
}

input::-ms-reveal {
    display: none;
}

.pointer {
    cursor: pointer;
}

label.error {
    width: 100%;
    margin-top: 10px;
    top: 83px;
    color: black;
    text-align: left;
    font-size: 14px;
    right: 10px;
    left: 0px;
    background-image: url(../images/iconerror.svg);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 22px;
}

#progress {
    position: relative;
    height: 3px;
    width: 100%;
    margin-top: 0.6em;
    bottom: -20px;
    z-index: 9999;
}

.btn-red-new {
    background-color: #ea1b0a !important;
    color: white;
    padding: 10px 32px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 18px;
}

.btn-red-new:hover,
.btn-red-new:focus,
.btn-red-new:visited {
    color: white;
    opacity: 0.7;
}

.btn-invert-new {
    background-color: white !important;
    color: #ea1b14;
    padding: 8px 32px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 18px;
    border: 3px solid #ea1b14;
}

.btn-invert-new:hover {
    text-decoration: none !important;
}

.picto {
    height: 60px;
    margin-top: 30px;
    max-width: inherit;
}

#tac-error {
    position: relative;
}

.form-check-input.error {
    border: 2px solid red !important;
}

#progress-bar {
    width: 0%;
    height: 100%;
    transition: width 500ms linear;
    border-radius: 10px;
    opacity: 0.8;
    box-shadow: 3px 2px 0px 0px #d8d8d8;
}

.progress-bar-danger {
    background: #d00;
}

.progress-bar-warning {
    background: #f50;
}

.progress-bar-success {
    background: #080;
}

.loginbg {
    background: url(../images/loginbg.jpg) no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 85vh;
}

.loginRight {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 105px;
    padding-right: 105px;
}

.loginBox {
    background: #ffffffaa;
    max-width: 1248px;
    margin: 0px auto;
    border-radius: 50px;
}

.btn-red-new {
    background-color: #ea1b0a !important;
    color: white;
    padding: 10px 32px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 18px;
}

.loginBox h1 {
    font-size: 56px;
    margin-bottom: 50px;
}

.mainContainer {
    margin: 0 auto;
    max-width: 1400px;
}

.profilecontainer {
    margin: 0 auto;
    max-width: 676px;
}

.errorPopup {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #ece97f;
    padding: 20px 0px 10px 20px;
}

.errorPopup h2 {
    font-size: 28px;
}

.closeErrorPopup {
    cursor: pointer;
}

.closeX {
    float: right;
    position: absolute;
    right: 55px;
    font-weight: bold;
    cursor: pointer;
}

.warning-icon {
    max-width: 20px;
    float: right;
    margin-top: 8px;
}

#greenprice-modal h2 {
    font-size: 36px;
}

#greenprice-modal h3 {
    font-size: 26px;
}

#greenprice-modal h4 {
    font-size: 22px;
}

#greenprice-modal p {
    font-size: 16px;
}

.modal-open .mainContainer {
    filter: blur(5px);
}

.felhaszn a {
    text-decoration: underline;
}

.asset-download {
    padding: 15px;
    width: 100%;
}

.download {
    text-decoration: none;
    color: #ea1b0a;
}

#contact_phone_error {
    margin-top: -22px !important;
}

a.eon-link > span.eon-link-icon-download {
    background-image: url("../images/download.svg");
    width: 18px;
    height: 21px;
    display: inline-flex;
    padding-right: 40px;
    background-repeat: no-repeat;
}

/* HEADER */
.blue-line,
.yellow-line,
.red-line {
    height: 4px;
}

.blue-line {
    width: 60%;
    background-color: #1ea2b1;
}


.kedves {
    background: #CCEBFF;
    border-left: 8px #0075C2 solid;
    padding: 25px;
}
.yellow-line {
    width: 10%;
    background-color: #e3e000;
}

.red-line {
    width: 30%;
    background-color: #ea1b0a;
}

.logo {
    padding: 16px;
}

.loginBox .logo {
    width: 109px;
}

.loginBox h5 {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #5c5c5c;
    width: 100%;
    padding-bottom: 5px;
    margin-top: 25px;
}

.border-bottom-grey {
    border-bottom: 4px solid #e8e8e8;
}

.greenSelect {
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding: 0px 20px;
}

.flex {
    display: flex;
    flex-direction: column;
}

.greenSelect input[type="radio"] {
    display: none;
}

.greenSelect label:has([type="radio"]) {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #aaa;
    padding: 1rem 1.5rem;
    border-radius: 20px;
    transition: background-color 0.3s;
    border-color: transparent;
    color: #fff;
    width: 100%;
    height: 340px;
    position: absolute;
    z-index: 5;
    left: 0px;
    box-shadow: -1px 1px 13px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: -1px 1px 13px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px 1px 13px 0px rgba(0, 0, 0, 0.24);
}

.greenSelect label:has([type="radio"]:not(:disabled)) {
    cursor: pointer;
}

.greenSelect [type="radio"] {
    appearance: none;
    width: 1.4rem;
    height: 1.4rem;
    flex: 0 0 auto;
    border: inherit;
    border-radius: inherit;
}

.greenSelect label:has([type="radio"]:checked) {
    border: 2px solid #0075c2;
    box-shadow: none;
    -moz-box-shadow: none;
    color: #fff;
    background-position: 5% 50%;
    background-image: url(../../images/icon-checkbox-blue.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 96% 3%;
}

.greenSelect [type="radio"]:checked {
    border-color: transparent;
    background: #fff
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><polyline points="0.15,0.5 0.4,0.75 0.85,0.25" style="fill:none;stroke:%2314bf8b;stroke-linecap:round;stroke-width:0.15;"/></svg>')
        no-repeat 50% / 1rem;
}

.bontasBox input[type="radio"] {
    display: none;
}

.bontasBox label:has([type="radio"]) {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #aaa;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    transition: background-color 0.3s;
    border-color: transparent;
    color: #fff;
    width: 95%;
    height: 200px;
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
    border: 1px solid black;
}

.bontasBox label:has([type="radio"]:not(:disabled)) {
    cursor: pointer;
}

.bontasBox [type="radio"] {
    appearance: none;
    width: 1.4rem;
    height: 1.4rem;
    flex: 0 0 auto;
    border: inherit;
    border-radius: inherit;
}

.bontasBox label:has([type="radio"]:checked) {
    border: 2px solid #0075c2;
    box-shadow: none;
    -moz-box-shadow: none;
    color: #fff;
    background-image: url(../../images/icon-checkbox-blue.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 20px 86px;
}

.bontasBox [type="radio"]:checked {
    border-color: transparent;
}

.profilhr {
    padding-top: 0px;
    margin-top: 30px;
}

.border-bottom-p {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}

.border-bottom-eon {
    border-bottom: 4px solid #1ea2b1;
}

.frontsubtitle {
    font-size: 18px;
    line-height: 115%;
}

/* END HEADER */
/* FOOTER */
.footer-blue-line,
.footer-red-line,
.footer-darkred-line {
    height: 4px;
}

.footer-blue-line {
    width: 68%;
    background-color: #1ea2b1;
}

.footer-red-line {
    width: 16%;
    background-color: #ea1b0a;
}

.footer-darkred-line {
    width: 16%;
    background-color: #b00402;
}

.footer-menu,
.footer-menu-right {
    display: flex;
    list-style: none;
    align-items: center;
    margin-bottom: 0;
}

.footer-menu-right {
    justify-content: flex-end;
}

/* END FOOTER */
/* TEXT STYLES*/
h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.loginBox p,
.loginBox {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.olvassabe {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

label {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.honapok {
    color: gray;
    padding-top: 20px;
    display: block;
    font-size: 16px;
}

label a {
    font-weight: 700;
}

.radioButtons input {
    width: 30px;
    accent-color: #0075c2;
    height: 30px;
}

.radioButtons label {
    margin-top: -34px;
    display: block;
    margin-left: 40px;
}

a {
    color: black;
}

a:focus,
a:hover {
    color: #f00;
    text-decoration: underline;
}

a:hover {
    opacity: 0.9;
}

footer a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 12px;
    text-decoration: none;
}

footer li {
    padding: 10px;
}

.form-control[readonly] {
    background-color: var(--bs-body-bg, #fff) !important;
    opacity: 1 !important;
}

.loginBox #tac-error {
    display: none !important;
}

.info-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 5px;
}

.subtitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 44px;
}

#authenticator_code-error {
    top: 48px;
}

.loginBox .subtitle {
    font-size: 40px;
    font-weight: 700px;
}

h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
}

.text-eon-red {
    color: #ea1b0a;
}

.text-grey {
    color: #8f9192;
}

.form-control:disabled,
.form-control[readonly] {
    color: #727475;
    border: 2px solid #bfbfbf;
    background-color: #f6f6f7;
    border-radius: 3px;
}

.form-control:disabled,
.form-control[readonly] {
}

.help {
    font-size: 14px;
}

.zoldpartner_box {
    padding: 50px 30px;
    background: #ccebff;
    border-left: 4px #0075c2 solid;
}

.profile img {
    padding-top: 8px;
    max-height: 34px;
    float: right;
    margin-top: 12px;
    padding-right: 20px;
}

#greenprice-modal h4 {
    font-size: 22px;
}

#green_partner_modal_container {
    /* border-top: 1px solid lightgray; */
    margin-top: 75px !important;
    /* display: block; */
    background: #f6f6f7;
    padding: 20px 60px 40px 60px;
}

#greenprice-modal p {
    font-size: 16px;
}

.profile_header {
    min-height: 200px;
    background: url(../../images/profile/bgImage.png);
    color: white;
    background-size: cover;
}

.profile_header h1 {
    color: white;
    padding-top: 90px;
    font-size: 42px;
}

.bold {
    font-weight: 700;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 0px !important;
}

#szerzodeskotes input.error {
    border: 2px solid #ea1b0a;
}

.error-text {
    font-size: 14px;
    font-weight: 400;
    color: #b00402;
    line-height: 18px;
}

.form-control.animatedPlaceholderInput.error {
    border: 2px solid red !important;
}

.hmkeInfo {
    position: absolute;
    top: 8px;
    left: -70px;
}

.moreInfo::before {
    content: "";
    display: inline-block;
    background: url(../images/arrow.svg);
    width: 14px;
    height: 13px;
    margin-right: 10px;
}

.error-text::before {
}

.error-box-yellow .error-text {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}

.error-box-yellow .error-text::before {
    content: "";
    display: inline-block;

    width: 24px;
    height: 23px;
    margin-right: 10px;
}

.blue-box a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.modal h5 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
}

/* END TEXT STYLES*/
/* BUTTONS */
.btn-eon {
    background-color: #1ea2b1;
    font-weight: 700;
    line-height: 24px;
    font-size: 18px;
    background-size: contain;
    height: 48px;
    color: #fff;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-eon:hover {
    opacity: 0.6;
    color: #fff;
}

#szerz_submit {
    min-height: 200px;
}

.btn-eon_white {
    background-color: white;
    font-weight: 700;
    line-height: 24px;
    font-size: 18px;
    background-size: contain;
    height: 48px;
    color: red;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-eon_white:hover {
    color: red;
}

.btn-eon::before,
.btn-eon::after,
.btn-eon_white::before,
.btn-eon_white::after {
    position: absolute;
    content: "";
    display: block;
    height: 48px;
    width: 40px;
    top: -1px;
}

.btn-eon_white::before {
    background: url(../images/btn-left_white.svg) no-repeat;
    left: -18px;
}

.btn-eon_white::after {
    background: url(../images/btn-right_white.svg) no-repeat;
    right: -36px;
}

.btn-eon::before {
    background: url(../images/btn-left.svg) no-repeat;
    left: -18px;
}

.btn-eon::after {
    background: url(../images/btn-right.svg) no-repeat;
    right: -36px;
}

.btn-eon-red {
    background-color: #ea1b0a;
    font-weight: 700;
    line-height: 24px;
    font-size: 18px;
    height: 48px;
    color: #fff;
    position: relative;
}

.btn-eon-red:hover {
    color: white;
}

.btn-eon-red::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/btn-eon-red-left.svg) no-repeat;
    height: 48px;
    width: 40px;
    left: -18px;
    top: -1px;
}

.btn-eon-red::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/btn-eon-red-right.svg) no-repeat;
    height: 48px;
    width: 40px;
    right: -36px;
    top: -1px;
}

.btn-eon-red-invert {
    font-weight: 700;
    line-height: 33px;
    font-size: 18px;
    height: 48px;
    color: #ea1b0a;
    position: relative;
    border-top: 2px solid #ea1b0a;
    border-bottom: 2px solid #ea1b0a;
    border-radius: 0px;
}

.btn-eon-red-invert::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/btn-eon-red-invert-left.svg) no-repeat;
    height: 48px;
    width: 24px;
    left: -20px;
    top: -2px;
}

.btn-eon-red-invert::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/btn-eon-red-invert-right.svg) no-repeat;
    height: 48px;
    width: 24px;
    right: -20px;
    top: -2px;
}

a.btn-eon-red {
    padding-top: 10px;
    color: white !important;
}

.has-val {
    margin-bottom: 12px;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
}

/* END BUTTONS */
/* PADDINGS,MARGINS */
.pt-24 {
    padding-top: 24px;
}

.pt-36 {
    padding-top: 36px;
}

.pt-48 {
    padding-top: 48px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-52 {
    padding-top: 52px;
}

.pr-52 {
    padding-right: 52px;
}

.p-24 {
    padding: 24px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-52 {
    margin-top: 52px;
}

/* END PADDINGS,MARGINS */
.info::after {
    content: "";
    display: block;
    background: url(../images/icon-info.svg) no-repeat;
    width: 32px;
    height: 32px;
    padding-right: 40px;
    background-size: contain;
    margin-left: 20px;
    cursor: pointer;
}

.info:hover::after {
    opacity: 0.85;
}

.form-control {
    border: 2px solid #8f9192;
    height: 48px;
    color: #39393a;
    width: 100%;
}

.kapcsolattartoi .form-control {
    margin-right: 50px;
}

.border-bottom {
    border-bottom: 1px solid #bfbfbf !important;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.form-control::placeholder {
    color: #39393a !important;
}

.animatedPlaceholder {
    position: relative;
}

.animatedPlaceholder .animatedPlaceholderInput {
    width: 100%;
    padding: 8px 10px;
    border: 2px solid #8f9192;
    outline: none;
    border-radius: 2px;
    outline: none;
}

#authFormMain {
    width: 100%;
}

.loginBox .animatedPlaceholder .animatedPlaceholderInput {
    margin-bottom: -5px;
}

.login-icon {
    margin-top: 10px;
}

.loginBox input {
    border: 2px solid #404040 !important;
    border-radius: 12px !important;
    width: 100%;
}

input.trusted_device {
    width: 16px;
    margin-right: 10px;
}

.filter select {
    width: 100%;
    padding: 15px 10px;
    border-radius: 10px;
    border: 2px solid;
    background: transparent;
    font-size: 18px;
    font-weight: 300;

    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../lenyil_new.svg);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 50%;
}

.animatedPlaceholder .animatedPlaceholderInput::placeholder {
    opacity: 0;
}

.animatedPlaceholder .animatedPlaceholderInput:-ms-input-placeholder {
    opacity: 0;
}

.animatedPlaceholder .animatedPlaceholderInput::-ms-input-placeholder {
    opacity: 0;
}

.animatedPlaceholder .animatedPlaceholderLabel {
    display: inline-block;
    position: absolute;
    top: 46px;
    left: 13px;
    transition: 0.3s;
    font-size: 1rem;
    pointer-events: none;
    background: white;
}

#szerzodeskotesGas .animatedPlaceholder .animatedPlaceholderLabel,
#szerzodeskotesEmail .animatedPlaceholder .animatedPlaceholderLabel,
.szerzodeskotesAram .animatedPlaceholder .animatedPlaceholderLabel {
    top: 27px;
}

.profilePage .animatedPlaceholder .animatedPlaceholderLabel {
    display: inline-block;
    position: absolute;
    top: 29px;
    left: 62px;
    transition: 0.3s;
    font-size: 1rem;
    pointer-events: none;
}

.profilePage .animatedPlaceholder.has-val .animatedPlaceholderLabel {
    top: 0px;
    font-size: 14px;
    background: #fff;
    padding: 0 8px 0 3px;
    left: 57px;
}

#authForm .animatedPlaceholder .animatedPlaceholderLabel {
    top: 47px;
}

.animatedPlaceholder .animatedPlaceholderLabel b {
    font-weight: normal;
}

.animatedPlaceholder.has-val .animatedPlaceholderLabel {
    top: 20px;
    font-size: 14px;
    background: #fff;
    padding: 0 8px 0 3px;
    left: 15px;
}

#szerzodeskotesGas .animatedPlaceholder.has-val .animatedPlaceholderLabel,
#szerzodeskotesEmail .animatedPlaceholder.has-val .animatedPlaceholderLabel,
.szerzodeskotesAram .animatedPlaceholder.has-val .animatedPlaceholderLabel {
    top: 7px;
}

#authForm .animatedPlaceholder.has-val .animatedPlaceholderLabel {
    top: 22px;
    font-size: 14px;
    background: #fff;
    padding: 0 8px 0 3px;
    left: 15px;
}

.form-control:focus,
.custom-control {
    border-color: #1ea2b1;
}

.center-items {
    align-items: center;
}

.eon_header {
    min-height: 100px;
    color: white;
}

.custom-control-label::before {
    background: url(../images/icon-checkbox.svg);
    width: 2rem;
    height: 2rem;
    left: -2.5rem;
    border: unset;
}

.save_icon {
    width: 23px;
    margin-left: 5px;
    margin-top: -3px;
}

.bontasBox {
    padding: 15px 30px 0px 55px;
    border-radius: 10px;
    font-size: 18px;
    min-height: 200px;
}

.custom-control-label::after {
    width: 2rem;
    height: 2rem;
    left: -2.5rem;
    visibility: hidden;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background: url(../images/icon-checkbox-checked.svg);
    background-size: 30px;
    background-repeat: no-repeat;
}

.custom-control-label.checkbox-error::before {
    background: url(../images/icon-checkbox-error.svg);
}

.custom-control-input {
    left: 0;
    width: 2rem;
    height: 2rem;
}

.custom-control {
    padding-left: 2.5rem;
    z-index: 0;
}

.btn {
    text-decoration: none;
}

.btn:focus {
    box-shadow: unset;
}

.bg-grey {
    background-color: #f6f6f7;
}

.submenu {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 35px;
}

.pagination {
    border-top: 1px solid #bfbfbf;
    border-radius: 0;
}

.inactive-pager {
    opacity: 0.5;
}

.pageInput {
    max-width: 33px;
    background: none;
    border: 1px solid #939393;
    border-radius: 3px;
    padding: 0px 5px;
    margin-right: 5px;
    margin-top: 4px;
}

.pagination select {
    width: 100px;
    padding: 10px;
    height: 40px;
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
    background: transparent;
    appearance: none;
    background: url(../images/lenyil.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 90% center;
}

.elosztoBox {
    background: #f9f6f4;
    border-color: #cccbca;
    border-bottom: 2px solid #cccbca;
    border-top: 2px solid #cccbbb;
    padding: 30px;
}

.filterButton {
    border-radius: 10px;
    padding: 15px 10px;
    border: 2px solid black;
    color: black;
    cursor: pointer;
}

.productType {
    position: absolute;
    top: 45px;
    right: 42px;
}

.filterButton:hover {
    opacity: 0.7;
}

.filterButton.active {
    background: #ea1b0a;
    border: 2px solid #ea1b0a;
    color: white;
    user-select: none;
    /* szövegkijelölés tiltása */
    pointer-events: none;
    /* kattintás, hover, drag tiltása */
    cursor: default;
    /* egérmutató ne változzon */
}

.loginBox ul li {
    font-size: 20px;
}

.filter {
}

.filter li {
    padding-right: 15px;
    float: left;
    list-style: none;
}

.exit {
    text-decoration: none;
}

.whiteBox {
    min-height: 520px;
    padding: 40px;
    font-size: 14px;
    border-radius: 16px;
    background: white;
    margin-bottom: 30px;
}

.whiteBox img {
    margin-top: -6px;
}

.whiteBox h2 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
}

.asset-download {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.eon-card {
    min-height: 136px;
    padding: 24px;
    list-style: none;
    box-shadow: inset 8px 0px 0px #1ea2b1;
    margin-bottom: 0;
    border-bottom: 2px solid #f6f6f7;
}

.eon-card:last-child {
    border-bottom: unset;
}

.eon-card.border-none {
    box-shadow: unset;
}

.grey-box-shadow {
    -webkit-box-shadow: 2px 2px 15px -3px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 15px -3px rgb(0 0 0 / 80%);
}

.custom-input {
    background-color: #f6f6f7;
    border: 2px solid #8f9192;
    border-radius: 3px;
    height: 48px;
    color: #39393a;
}

.custom-input input {
    height: 42px;
    border: unset;
    padding-left: 10px;
    color: #39393a;
    width: 80%;
}

.custom-input input:focus-visible {
    outline: unset;
}

.custom-input input:placeholder {
    color: #39393a;
}

.felhaszn {
    margin-left: 45px !important;
}

/* Alap form-check beállítás – a régi padding megtartása */
.form-check {
    padding-left: 2.5rem;
    z-index: 0;
}

.mainContainer .form-check {
    padding-left: 22px;
    z-index: 0;
}

/* Checkbox alapméret és keret */
.form-check-input[type="checkbox"] {
    width: 2rem;
    height: 2rem;
    background-color: #f6f6f7;
    /* custom-input background */
    border: 2px solid #8f9192;
    border-radius: 3px;
    appearance: none;
    /* BS5 alap pipa kikapcsolása */
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: absolute;
}

/* Kijelölt állapot (régi checked ::before helyett) */
.form-check-input[type="checkbox"]:checked {
    background: url("../images/icon-checkbox-checked.svg") no-repeat center;
    background-size: 30px;
    border: 0px solid #8f9192 !important;
    /* vagy saját szín */
}

/* Hibás állapot (régi .checkbox-error::before helyett) */
.form-check-input[type="checkbox"].checkbox-error {
    background: url("../images/icon-checkbox-error.svg") no-repeat center;
    background-size: 30px;
    border: 2px solid #8f9192;
}

/* Focus állapot */
.form-check-input[type="checkbox"]:focus {
    box-shadow: none;
    border-color: #8f9192;
}

/* Label spacing – hogy a szöveg jól álljon a balra tolt input mellett */
.form-check-label {
    padding-top: 0.25rem;
    /* régi .pt-2 megtartása */
    color: #39393a;
    margin-left: 20px;
}

.icon-storm::before {
    content: "";
    display: inline-block;
    background: url(../images/icon-storm.svg) no-repeat;
    width: 10px;
    height: 14px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

.icon-gas::before {
    content: "";
    display: inline-block;
    background: url(../images/icon-gas.svg) no-repeat;
    width: 10px;
    height: 14px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

.clickable {
    cursor: pointer;
}

.error-input {
    border: 2px solid #b00402;
    border-radius: 3px;
}

.inline-label-div {
    position: relative;
}

.inline-label {
    position: absolute;
    top: 10%;
    background-color: #fff;
    left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
}

.profilePage .inline-label {
    position: absolute;
    top: 10%;
    background-color: #fff;
    left: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
}

.custom-inline-label {
    position: absolute;
    top: -10px;
    left: 7%;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.error-box-yellow {
    background-color: #e3e000;
    padding: 48px;
}

.before-space {
    padding-left: 34px;
}

.blue-box {
    background-color: #00738b;
    padding: 48px;
    color: #fff;
    position: relative;
}

.blue-box p {
    padding-left: 40px;
}

.blue-box p:first-child {
    padding-left: unset;
}

.blue-box .subtitle::before {
    content: "";
    display: inline-block;
    background: url(../images/icon-info-white.svg) no-repeat;
    width: 24px;
    height: 24px;
    padding-right: 40px;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.blue-box .subtitle:hover::before {
    opacity: 0.85;
}

.fit-section {
    min-height: 84.5vh;
}

.arrow::before {
    content: "";
    display: inline-block;
    background: url(../images/icon-arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.reszletes {
    color: red;
    font-size: 18px;
}

.reszletes::before,
.szerzkotes::before {
    content: "";
    display: inline-block;
    background: url(../images/red-arrow.svg) no-repeat;
    width: 20px;
    height: 25px;
    position: relative;
    top: 7px;
    margin-right: 8px;
}

.profilback::before {
    content: "";
    display: inline-block;
    background: url(../images/red-arrow.svg) no-repeat;
    width: 20px;
    height: 25px;
    position: relative;
    top: 7px;
    margin-right: 8px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.custom-input-storm {
    display: inline-block;
    background-color: #f6f6f7;
    padding: 10px;
    width: 18%;
    text-align: center;
}

.custom-error-input {
    border: 2px solid #b00402;
    border-radius: 3px;
}

.modal-dialog {
    max-width: 60%;
    margin-top: 10vh;
}

.modal-content {
    padding: 48px;
    border-radius: 15px;
    border-top: unset;
    border-right: unset;
    border-left: unset;
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 0;
    border: unset;
}

.modal button:hover {
    color: #fff;
    opacity: 0.85;
}

.info-icon {
    cursor: pointer;
}

.infoicon {
    display: none;
}

.btn-close {
    float: right;
    position: absolute;
    right: 40px;
}

.togglePassword {
    position: absolute;
    right: 10px;
    top: 45px;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .loginBox h1 {
        font-size: 36px;
        margin-bottom: 50px;
        text-align: left !important;
        line-height: 48px;
    }

    .footer-menu {
        padding-left: 0px !important;
    }

    .loginBox p,
    .loginBox {
        text-align: left !important;
    }

    #infoiconmobil,
    #infoiconmobil p {
        font-size: 16px;
    }

    .form-control {
        font-size: 13px;
    }

    .infoicon {
        display: block;
    }

    .loginRight {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .border-top {
        border-top: 2px solid #e8e8e8;
    }

    .loginBox .logo {
        width: 109px;
        display: none;
        padding: 0px;
    }

    .loginBox {
        background: #ffffff;
        border-radius: 0px;
    }

    .loginbg {
        background: none;
        background-size: cover;
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: inherit;
    }

    .desktoponly {
        display: none;
    }

    .pt-100 {
        padding-top: 30px;
    }

    .pl-100 {
        padding-left: 30px;
    }

    .pb-100 {
        padding-bottom: 30px;
    }

    .pr-100 {
        padding-right: 30px;
    }

    .login-icon {
        max-height: inherit;
        margin-top: 10px;
        width: 100%;
    }

    .loginRight {
        padding-left: 10px;
        padding-right: 10px;
    }

    .animatedPlaceholder .animatedPlaceholderLabel {
        font-size: 13px;
    }

    .loginBox .subtitle {
        font-size: 25px;
        font-weight: 700px;
    }
}
