/* _content/HungaryVignette/Components/FooterMenu.razor.rz.scp.css */
/*! CSS Used from: https://autovignet.hu/css/autovignet.css?v=b125bcabe3267871814da9ccbb87f7c9f8f0753b */
div[b-b89hwqrky4] {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a[b-b89hwqrky4] {
    text-decoration: none;
    color: inherit;
}

.container[b-b89hwqrky4] {
    margin: 0 auto;
    width: 1320px;
}

[b-b89hwqrky4]::placeholder {
    color: #bbbbbb;
    opacity: 1;
    text-transform: none !important;
}

footer .gray[b-b89hwqrky4] {
    background-color: #F1F1F1;
    padding: 60px 0;
}

    footer .gray .columns[b-b89hwqrky4] {
        display: flex;
    }

        footer .gray .columns .column[b-b89hwqrky4] {
            width: 25%;
            padding-right: 25px;
        }

            footer .gray .columns .column .title[b-b89hwqrky4] {
                color: #1C5DB0;
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 22px;
                font-size: 90%;
            }

            footer .gray .columns .column .menu-item[b-b89hwqrky4] {
                display: flex;
                align-items: center;
                margin-bottom: 19px;
                font-size: 90%;
                transition: 0.25s;
            }

                footer .gray .columns .column .menu-item:hover[b-b89hwqrky4] {
                    color: #1C5DB0;
                }

                footer .gray .columns .column .menu-item[b-b89hwqrky4]:before {
                    content: "";
                    display: block;
                    width: 20px;
                    height: 20px;
                    background-image: url(https://autovignet.hu/images/chevron-right.svg);
                    background-repeat: no-repeat;
                    background-position: center center;
                    margin-right: 4px;
                }

footer .white[b-b89hwqrky4] {
    padding: 47px 0;
}

    footer .white .logos[b-b89hwqrky4] {
        margin-bottom: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .white .copyright[b-b89hwqrky4] {
        font-size: 90%;
        text-align: center;
    }

@media (max-width: 1400px) {
    .container[b-b89hwqrky4] {
        width: 1140px;
    }
}

@media (max-width: 1200px) {
    .container[b-b89hwqrky4] {
        width: 960px;
    }

    footer .white .logos img[b-b89hwqrky4] {
        width: 440px;
    }
}

@media (max-width: 992px) {
    .container[b-b89hwqrky4] {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    footer .gray .columns .column[b-b89hwqrky4] {
        width: 50%;
        margin-bottom: 30px;
    }

    footer .gray .columns[b-b89hwqrky4] {
        flex-wrap: wrap;
    }

        footer .gray .columns .column .title[b-b89hwqrky4] {
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
        }

    footer .gray .columns[b-b89hwqrky4] {
        padding: 20px;
    }

    footer .white .logos img[b-b89hwqrky4] {
        width: 380px;
    }

    footer .gray[b-b89hwqrky4] {
        padding: 23px 0;
    }

        footer .gray .columns .column[b-b89hwqrky4] {
            margin-bottom: 28px;
        }
}

@media (max-width: 512px) {
    footer .gray .columns .column[b-b89hwqrky4] {
        width: 100%;
        padding-right: 0;
    }

    footer .white .logos img[b-b89hwqrky4] {
        width: 300px;
    }
}
/* _content/HungaryVignette/Components/HeaderMenu.razor.rz.scp.css */
/*! CSS Used from: https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css */
.mdi[b-05joh8swh3]:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdi-arrow-left[b-05joh8swh3]::before {
    content: "\F004D";
}

.mdi-cart[b-05joh8swh3]::before {
    content: "\F0110";
}

.mdi-chevron-down[b-05joh8swh3]::before {
    content: "\F0140";
}

.mdi-login-variant[b-05joh8swh3]::before {
    content: "\F05FC";
}

.mdi-menu[b-05joh8swh3]::before {
    content: "\F035C";
}
/*! CSS Used from: https://ematrica.nemzetiutdij.hu/css/chunk-vendors.23282c49.css */
.v-btn:not(.v-btn--outlined).primary[b-05joh8swh3] {
    color: #fff;
}

.theme--light.v-btn[b-05joh8swh3] {
    color: #00114b;
}

    .theme--light.v-btn.v-btn--has-bg[b-05joh8swh3] {
        background-color: #d5dcdf;
    }

    .theme--light.v-btn.v-btn--icon[b-05joh8swh3] {
        color: #00114b;
    }

    .theme--light.v-btn:hover[b-05joh8swh3]:before {
        opacity: .08;
    }

    .theme--light.v-btn:focus[b-05joh8swh3]:before {
        opacity: .24;
    }

.v-btn[b-05joh8swh3] {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: inherit;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: inherit;
    text-transform: inherit;
    transition-duration: .28s;
    transition-property: box-shadow,transform,opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

    .v-btn.v-size--small[b-05joh8swh3] {
        font-size: .875rem;
    }

    .v-btn.v-size--default[b-05joh8swh3] {
        font-size: 1rem;
    }

    .v-btn[b-05joh8swh3]:before {
        background-color: currentColor;
        border-radius: inherit;
        bottom: 0;
        color: inherit;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity .2s cubic-bezier(.4,0,.6,1);
    }

    .v-btn:not(.v-btn--round).v-size--small[b-05joh8swh3] {
        height: 35px;
        min-width: 62px;
        padding: 0 15.5555555556px;
    }

    .v-btn:not(.v-btn--round).v-size--default[b-05joh8swh3] {
        height: 41px;
        min-width: 73px;
        padding: 0 18.2222222222px;
    }

    .v-btn > .v-btn__content .v-icon[b-05joh8swh3] {
        color: inherit;
    }

.v-btn__content[b-05joh8swh3] {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}

.v-btn--icon[b-05joh8swh3] {
    min-height: 0;
    min-width: 0;
    padding: 0;
}

    .v-btn--icon.v-size--default .v-icon[b-05joh8swh3], .v-btn--icon.v-size--small .v-icon[b-05joh8swh3] {
        height: 24px;
        font-size: 24px;
        width: 24px;
    }

    .v-btn--icon.v-size--small[b-05joh8swh3] {
        height: 35px;
        width: 35px;
    }

    .v-btn--icon.v-size--default[b-05joh8swh3] {
        height: 41px;
        width: 41px;
    }

.v-btn--outlined[b-05joh8swh3] {
    border: thin solid currentColor;
}

.v-btn--round[b-05joh8swh3] {
    border-radius: 50%;
}

.theme--light.v-sheet[b-05joh8swh3] {
    background-color: #fff;
    border-color: #fff;
    color: #00114b;
}

.v-sheet[b-05joh8swh3] {
    border-radius: 0;
}

    .v-sheet:not(.v-sheet--outlined)[b-05joh8swh3] {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    }

.v-application .blue--text[b-05joh8swh3] {
    color: #0054a6 !important;
    caret-color: #0054a6 !important;
}

    .v-application .blue--text.text--darken-4[b-05joh8swh3] {
        color: #00114b !important;
        caret-color: #00114b !important;
    }

.v-application .grey--text[b-05joh8swh3] {
    color: #67818e !important;
    caret-color: #67818e !important;
}

    .v-application .grey--text.text--darken-1[b-05joh8swh3] {
        color: #5a717c !important;
        caret-color: #5a717c !important;
    }

*[b-05joh8swh3], [b-05joh8swh3]:after, [b-05joh8swh3]:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

[b-05joh8swh3]:after, [b-05joh8swh3]:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

*[b-05joh8swh3] {
    padding: 0;
    margin: 0;
}

hr[b-05joh8swh3] {
    overflow: visible;
    height: 0;
}

a[b-05joh8swh3] {
    background-color: transparent;
}

    a:active[b-05joh8swh3], a:hover[b-05joh8swh3] {
        outline-width: 0;
    }

input[b-05joh8swh3] {
    border-radius: 0;
}

button[b-05joh8swh3], input[b-05joh8swh3] {
    font: inherit;
}

button[b-05joh8swh3] {
    overflow: visible;
}

button[b-05joh8swh3] {
    text-transform: none;
}

[role=button][b-05joh8swh3], [type=button][b-05joh8swh3], button[b-05joh8swh3] {
    cursor: pointer;
    color: inherit;
}

button[b-05joh8swh3], html [type=button][b-05joh8swh3] {
    -webkit-appearance: button;
}

button[b-05joh8swh3], input[b-05joh8swh3] {
    background-color: transparent;
    border-style: none;
}

img[b-05joh8swh3] {
    border-style: none;
}

.v-application ul[b-05joh8swh3] {
    padding-left: 24px;
}

.v-application .d-none[b-05joh8swh3] {
    display: none !important;
}

.v-application .d-inline-block[b-05joh8swh3] {
    display: inline-block !important;
}

.v-application .d-flex[b-05joh8swh3] {
    display: flex !important;
}

.v-application .flex-wrap[b-05joh8swh3] {
    flex-wrap: wrap !important;
}

.v-application .justify-center[b-05joh8swh3] {
    justify-content: center !important;
}

.v-application .justify-space-between[b-05joh8swh3] {
    justify-content: space-between !important;
}

.v-application .align-center[b-05joh8swh3] {
    align-items: center !important;
}

.v-application .mr-2[b-05joh8swh3] {
    margin-right: 8px !important;
}

.v-application .mr-3[b-05joh8swh3] {
    margin-right: 12px !important;
}

.v-application .ml-1[b-05joh8swh3] {
    margin-left: 4px !important;
}

.v-application .ml-2[b-05joh8swh3] {
    margin-left: 8px !important;
}

.v-application .ml-4[b-05joh8swh3] {
    margin-left: 16px !important;
}

.v-application .ml-6[b-05joh8swh3] {
    margin-left: 24px !important;
}

.v-application .ml-auto[b-05joh8swh3] {
    margin-left: auto !important;
}

.v-application .pa-0[b-05joh8swh3] {
    padding: 0 !important;
}

.v-application .pa-1[b-05joh8swh3] {
    padding: 4px !important;
}

.v-application .px-0[b-05joh8swh3] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.v-application .px-2[b-05joh8swh3] {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.v-application .px-4[b-05joh8swh3] {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.v-application .py-3[b-05joh8swh3] {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.v-application .py-4[b-05joh8swh3] {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.v-application .pt-4[b-05joh8swh3] {
    padding-top: 16px !important;
}

.v-application .pb-4[b-05joh8swh3] {
    padding-bottom: 16px !important;
}

.v-application .pl-1[b-05joh8swh3] {
    padding-left: 4px !important;
}

.v-application .pl-2[b-05joh8swh3] {
    padding-left: 8px !important;
}

.v-application .pl-4[b-05joh8swh3] {
    padding-left: 16px !important;
}

.v-application .text-decoration-none[b-05joh8swh3] {
    text-decoration: none !important;
}

.v-application .text-subtitle-1[b-05joh8swh3] {
    font-weight: 700;
}

.v-application .text-subtitle-1[b-05joh8swh3] {
    font-size: 1rem !important;
    line-height: 1.5rem;
    letter-spacing: normal !important;
    font-family: Inter,sans-serif !important;
}

.v-application .text-body-2[b-05joh8swh3] {
    font-weight: 400;
    letter-spacing: normal !important;
    font-family: Inter,sans-serif !important;
}

.v-application .text-body-2[b-05joh8swh3] {
    font-size: .875rem !important;
    line-height: 1.25rem;
}

.v-application .text-button[b-05joh8swh3] {
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 2.25rem;
    letter-spacing: normal !important;
    font-family: Inter,sans-serif !important;
    text-transform: inherit !important;
}

.v-application .text-caption[b-05joh8swh3] {
    line-height: 1.25rem;
}

.v-application .text-caption[b-05joh8swh3] {
    font-size: .875rem !important;
    font-weight: 400;
    letter-spacing: normal !important;
    font-family: Inter,sans-serif !important;
}

@media (min-width:600px) {
    .v-application .d-sm-none[b-05joh8swh3] {
        display: none !important;
    }

    .v-application .d-sm-flex[b-05joh8swh3] {
        display: flex !important;
    }
}

@media (min-width:960px) {
    .v-application .d-md-none[b-05joh8swh3] {
        display: none !important;
    }

    .v-application .d-md-flex[b-05joh8swh3] {
        display: flex !important;
    }

    .v-application .px-md-4[b-05joh8swh3] {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
}

.theme--light.v-icon[b-05joh8swh3] {
    color: #00114b;
}

    .theme--light.v-icon:focus[b-05joh8swh3]:after {
        opacity: .12;
    }

.v-icon.v-icon[b-05joh8swh3] {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .v-icon.v-icon[b-05joh8swh3]:after {
        background-color: currentColor;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 100%;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        transform: scale(1.3);
        width: 100%;
        transition: opacity .2s cubic-bezier(.4,0,.6,1);
    }

.theme--light.v-text-field > .v-input__control > .v-input__slot[b-05joh8swh3]:before {
    border-color: rgba(0,0,0,.42);
}

.theme--light.v-text-field:not(.v-input--has-state):hover > .v-input__control > .v-input__slot[b-05joh8swh3]:before {
    border-color: #00114b;
}

.v-text-field[b-05joh8swh3] {
    padding-top: 12px;
    margin-top: 4px;
}

    .v-text-field input[b-05joh8swh3] {
        flex: 1 1 auto;
        line-height: 20px;
        padding: 8px 0 8px;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .v-text-field .v-input__control[b-05joh8swh3], .v-text-field .v-input__slot[b-05joh8swh3] {
        border-radius: inherit;
    }

    .v-text-field .v-input__control[b-05joh8swh3] {
        color: currentColor;
    }

    .v-text-field.v-input--dense[b-05joh8swh3] {
        padding-top: 0;
    }

        .v-text-field.v-input--dense:not(.v-text-field--outlined) input[b-05joh8swh3] {
            padding: 4px 0 2px;
        }

        .v-text-field.v-input--dense .v-input__append-inner[b-05joh8swh3] {
            margin-top: 0;
        }

    .v-text-field .v-input__append-inner[b-05joh8swh3] {
        align-self: flex-start;
        display: inline-flex;
        margin-top: 4px;
        line-height: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.v-application--is-ltr .v-text-field .v-input__append-inner[b-05joh8swh3] {
    margin-left: auto;
    padding-left: 4px;
}

.v-text-field > .v-input__control > .v-input__slot[b-05joh8swh3] {
    cursor: text;
}

    .v-text-field > .v-input__control > .v-input__slot[b-05joh8swh3]:after, .v-text-field > .v-input__control > .v-input__slot[b-05joh8swh3]:before {
        bottom: -1px;
        content: "";
        left: 0;
        position: absolute;
        transition: .3s cubic-bezier(.25,.8,.5,1);
        width: 100%;
    }

    .v-text-field > .v-input__control > .v-input__slot[b-05joh8swh3]:before {
        border-color: inherit;
        border-style: solid;
        border-width: thin 0 0 0;
    }

    .v-text-field > .v-input__control > .v-input__slot[b-05joh8swh3]:after {
        background-color: currentColor;
        border-color: currentColor;
        border-style: solid;
        border-width: thin 0 thin 0;
        transform: scaleX(0);
    }

.theme--light.v-input[b-05joh8swh3], .theme--light.v-input input[b-05joh8swh3] {
    color: #00114b;
}

    .theme--light.v-input input[b-05joh8swh3]::placeholder {
        color: rgba(0,0,0,.38);
    }

.v-input[b-05joh8swh3] {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    font-size: 16px;
    letter-spacing: normal;
    max-width: 100%;
    text-align: left;
}

    .v-input input[b-05joh8swh3] {
        max-height: 32px;
    }

        .v-input input:invalid[b-05joh8swh3] {
            box-shadow: none;
        }

        .v-input input:active[b-05joh8swh3], .v-input input:focus[b-05joh8swh3] {
            outline: none;
        }

.v-input__control[b-05joh8swh3] {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
}

.v-input__icon[b-05joh8swh3] {
    align-items: center;
    display: inline-flex;
    height: 24px;
    flex: 1 0 auto;
    justify-content: center;
    min-width: 24px;
    width: 24px;
}

.v-input__slot[b-05joh8swh3] {
    align-items: center;
    color: inherit;
    display: flex;
    margin-bottom: 8px;
    min-height: inherit;
    position: relative;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    width: 100%;
}

.v-input--dense > .v-input__control > .v-input__slot[b-05joh8swh3] {
    margin-bottom: 4px;
}

.v-input--hide-details > .v-input__control > .v-input__slot[b-05joh8swh3] {
    margin-bottom: 0;
}

.flex[b-05joh8swh3] {
    flex: 1 1 auto;
    max-width: 100%;
}

.theme--light.v-select .v-select__selections[b-05joh8swh3] {
    color: #00114b;
    min-height: 10px;
}

.v-select[b-05joh8swh3] {
    position: relative;
}

    .v-select > .v-input__control > .v-input__slot[b-05joh8swh3] {
        cursor: pointer;
    }

    .v-select.v-input--is-dirty [b-05joh8swh3]::placeholder {
        color: transparent !important;
    }

    .v-select.v-text-field input[b-05joh8swh3] {
        flex: 1 1;
        min-width: 0;
        pointer-events: none;
        position: relative;
    }

    .v-select.v-text-field:not(.v-text-field--single-line) input[b-05joh8swh3] {
        margin-top: 0;
    }

.v-select__selections[b-05joh8swh3] {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    line-height: 18px;
    max-width: 100%;
    min-width: 0;
}

.v-select__selection[b-05joh8swh3] {
    max-width: 90%;
}

.v-select__selection--comma[b-05joh8swh3] {
    margin: 7px 4px 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-select.v-input--dense .v-select__selection--comma[b-05joh8swh3] {
    margin: 5px 4px 3px 0;
}

.v-select__slot[b-05joh8swh3] {
    position: relative;
    align-items: center;
    display: flex;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.v-select:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot > input[b-05joh8swh3] {
    align-self: flex-end;
}

.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled)[b-05joh8swh3] {
    color: #00114b;
}

.theme--light.v-list-item:hover[b-05joh8swh3]:before {
    opacity: .04;
}

.theme--light.v-list-item:focus[b-05joh8swh3]:before {
    opacity: .12;
}

.v-list-item[b-05joh8swh3] {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    letter-spacing: normal;
    min-height: 48px;
    outline: none;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
}

    .v-list-item[b-05joh8swh3]:after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }

.v-list-item__icon[b-05joh8swh3] {
    align-self: flex-start;
    margin: 16px 0;
}

.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child)[b-05joh8swh3] {
    margin-left: 16px;
}

.v-list-item__icon[b-05joh8swh3] {
    display: inline-flex;
    min-width: 24px;
}

.v-list-item .v-list-item__title[b-05joh8swh3] {
    line-height: 1.2;
}

.v-list-item__title[b-05joh8swh3] {
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-list-item__title[b-05joh8swh3] {
    align-self: center;
    font-size: 1rem;
}

.v-list-item--link[b-05joh8swh3] {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .v-list-item--link[b-05joh8swh3]:before {
        background-color: currentColor;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: .3s cubic-bezier(.25,.8,.5,1);
    }

.theme--light.v-divider[b-05joh8swh3] {
    border-color: rgba(0,0,0,.12);
}

.v-divider[b-05joh8swh3] {
    display: block;
    flex: 1 1 0px;
    max-width: 100%;
    height: 0;
    max-height: 0;
    border: solid;
    border-width: thin 0 0 0;
    transition: inherit;
}

.v-divider--vertical[b-05joh8swh3] {
    align-self: stretch;
    border: solid;
    border-width: 0 thin 0 0;
    display: inline-flex;
    height: inherit;
    min-height: 100%;
    max-height: 100%;
    max-width: 0;
    width: 0;
    vertical-align: text-bottom;
    margin: 0 -1px;
}

.theme--light.v-list[b-05joh8swh3] {
    background: #fff;
    color: #00114b;
}

.v-sheet.v-list[b-05joh8swh3] {
    border-radius: 0;
}

    .v-sheet.v-list:not(.v-sheet--outlined)[b-05joh8swh3] {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    }

.v-list[b-05joh8swh3] {
    display: block;
    padding: 8px 0;
    position: static;
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
}

.v-list--nav[b-05joh8swh3] {
    padding-left: 8px;
    padding-right: 8px;
}

    .v-list--nav .v-list-item[b-05joh8swh3] {
        padding: 0 8px;
    }

        .v-list--nav .v-list-item[b-05joh8swh3], .v-list--nav .v-list-item[b-05joh8swh3]:before {
            border-radius: 4px;
        }

.v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__append-icon[b-05joh8swh3] {
    align-self: center;
    margin: 0;
    min-width: 48px;
    justify-content: flex-end;
}

.v-item-group[b-05joh8swh3] {
    flex: 0 1 auto;
    position: relative;
    max-width: 100%;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

.v-menu[b-05joh8swh3] {
    display: none;
}

.v-menu--attached[b-05joh8swh3] {
    display: inline;
}

.theme--light.v-expansion-panels .v-expansion-panel[b-05joh8swh3] {
    background-color: #fff;
    color: #00114b;
}

.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon[b-05joh8swh3] {
    color: #00114b;
}

.v-expansion-panels[b-05joh8swh3] {
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    width: 100%;
    z-index: 1;
}

    .v-expansion-panels > *[b-05joh8swh3] {
        cursor: auto;
    }

    .v-expansion-panels > :first-child[b-05joh8swh3] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .v-expansion-panels > :last-child[b-05joh8swh3] {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

.v-expansion-panel[b-05joh8swh3] {
    flex: 1 0 100%;
    max-width: 100%;
    position: relative;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

    .v-expansion-panel[b-05joh8swh3]:before {
        border-radius: inherit;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    }

.v-expansion-panel-header__icon[b-05joh8swh3] {
    display: inline-flex;
    margin-bottom: -4px;
    margin-top: -4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-application--is-ltr .v-expansion-panel-header__icon[b-05joh8swh3] {
    margin-left: auto;
}

.v-expansion-panel-header[b-05joh8swh3] {
    align-items: center;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    display: flex;
    font-size: .9375rem;
    line-height: 1;
    min-height: 48px;
    outline: none;
    padding: 16px 24px;
    position: relative;
    transition: min-height .3s cubic-bezier(.25,.8,.5,1);
    width: 100%;
}

.v-application--is-ltr .v-expansion-panel-header[b-05joh8swh3] {
    text-align: left;
}

.v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus[b-05joh8swh3]:before {
    opacity: .12;
}

.v-expansion-panel-header[b-05joh8swh3]:before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s cubic-bezier(.25,.8,.5,1);
}

.v-expansion-panel-header > :not(.v-expansion-panel-header__icon)[b-05joh8swh3] {
    flex: 1 1 auto;
}

.v-expansion-panels--flat > .v-expansion-panel[b-05joh8swh3]:after {
    border-top: none;
}

.v-expansion-panels--flat > .v-expansion-panel[b-05joh8swh3]:before {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
}

.v-expansion-panels--tile[b-05joh8swh3], .v-expansion-panels--tile > .v-expansion-panel[b-05joh8swh3]:before {
    border-radius: 0;
}

.theme--light.v-navigation-drawer[b-05joh8swh3] {
    background-color: #fff;
}

    .theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border[b-05joh8swh3] {
        background-color: rgba(0,0,0,.12);
    }

    .theme--light.v-navigation-drawer .v-divider[b-05joh8swh3] {
        border-color: rgba(0,0,0,.12);
    }

.v-navigation-drawer[b-05joh8swh3] {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    pointer-events: auto;
    top: 0;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: transform,visibility,width;
}

    .v-navigation-drawer .v-list:not(.v-select-list)[b-05joh8swh3] {
        background: inherit;
    }

.v-navigation-drawer__border[b-05joh8swh3] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}

.v-navigation-drawer__content[b-05joh8swh3] {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.v-navigation-drawer--absolute[b-05joh8swh3] {
    z-index: 1;
}

.v-navigation-drawer--absolute[b-05joh8swh3] {
    position: absolute;
}

.v-navigation-drawer--temporary[b-05joh8swh3] {
    z-index: 7;
}

.v-navigation-drawer--close[b-05joh8swh3] {
    visibility: hidden;
}

.v-application a[b-05joh8swh3] {
    cursor: pointer;
}
/*! CSS Used from: https://ematrica.nemzetiutdij.hu/css/app.87923124.css */
.v-list[data-v-693bdb86] .v-list-item__title[b-05joh8swh3] {
    line-height: 2.25rem !important;
    font-weight: 500 !important;
}

.language-selector-content[data-v-27a15e42][b-05joh8swh3] {
    padding: 0 12px;
    border-radius: 4px;
    max-width: 140px;
}

    .language-selector-content[data-v-27a15e42]:hover[b-05joh8swh3] {
        background: rgba(44,52,57,.04);
    }

.language-selector-content .language-selector[data-v-27a15e42][b-05joh8swh3] {
    height: 34px;
    border-radius: 4px;
}

.language-selector-content .language-selector .v-input[data-v-27a15e42][b-05joh8swh3] {
    margin: 0;
}

    .language-selector-content .language-selector .v-input[data-v-27a15e42] .v-select__selections[b-05joh8swh3] {
        justify-content: center;
        line-height: 24px;
        padding-left: 6px;
        padding-right: 4px;
    }

        .language-selector-content .language-selector .v-input[data-v-27a15e42] .v-select__selections .v-select__selection[b-05joh8swh3] {
            max-width: inherit !important;
            margin: 0 !important;
        }

.flag[data-v-27a15e42][b-05joh8swh3] {
    width: 20px;
}

.skip-link[data-v-8dde304e][b-05joh8swh3] {
    top: 0;
    position: fixed;
    left: 0;
    opacity: 0;
    z-index: 10;
    width: 203px;
    height: 56px;
    color: #fff;
    background-color: #2c3439;
    padding: 16px 24px;
    pointer-events: none;
}

    .skip-link[data-v-8dde304e]:focus[b-05joh8swh3] {
        color: #fff !important;
        opacity: 1;
        width: 203px;
        height: 56px;
        background-color: #2c3439;
        border-radius: 0 0 4px 0;
        pointer-events: auto;
    }

.mobil-lang-title[b-05joh8swh3]{
    line-height: 2.25rem !important;
    font-weight: 500 !important;
    color: #00114b !important;
}

.collapse-mobile-menu-back[b-05joh8swh3]{
    height: 92px;
}

.header-container .nav-menu-mobil[b-05joh8swh3]{
    z-index: 1;
}

.header-container .header-logo[b-05joh8swh3]{
    height: 60px;
}

.header-container .header-logo img[b-05joh8swh3]{
    height: 64px;
}

.header-container .basket-icon[b-05joh8swh3]{
    position: relative;
}

.header-container .nav-item-logo-mobil[b-05joh8swh3]{
    left: 0;
    position: absolute;
    width: 100%;
}

.nusz-back-btn[b-05joh8swh3]{
    border: 0;
    text-decoration: none;
}

    .nusz-back-btn:hover[b-05joh8swh3] {
        background: rgba(44,52,57,.04);
    }

.menu-drop .v-btn[b-05joh8swh3] {
    height: inherit !important;
    padding: 6px 16px !important;
}

    .menu-drop .v-btn:hover[b-05joh8swh3] {
        background: rgba(44,52,57,.04);
    }

.routerLink[b-05joh8swh3] {
    border-radius: 4px;
    padding: 6px 16px;
    line-height: 2.25rem !important;
    font-weight: 500 !important;
    color: #00114b !important;
}

    .routerLink:hover[b-05joh8swh3] {
        background: rgba(44,52,57,.04);
    }

.routerLinkActive[b-05joh8swh3] {
    cursor: default !important;
    color: #0054a6 !important;
    background: black!important;
}

    .routerLinkActive:hover[b-05joh8swh3] {
        background: transparent;
    }

@media only screen and (max-width:959px) {
    .routerLink-mobil[b-05joh8swh3] {
        border-radius: 4px;
        padding: 6px 4px;
    }

        .routerLink-mobil:hover[b-05joh8swh3] {
            background: rgba(44,52,57,.04);
        }

    .routerLinkActive .routerLink-mobil:hover[b-05joh8swh3] {
        background: transparent;
    }

    .routerLink[b-05joh8swh3] {
        padding: 0;
    }

    .v-list-group__header[b-05joh8swh3] {
        padding: 0 4px !important;
    }

    .v-list-group[b-05joh8swh3] {
        margin-bottom: 0;
    }
}

.remove-line-height[b-05joh8swh3] {
    line-height: 0 !important;
}

@media only screen and (max-width:959px) {
    .nusz-logo[b-05joh8swh3] {
        width: 110px;
        height: 48px;
    }
}

.neutral-lighten-3-border-btn[b-05joh8swh3] {
    background-color: #edf5fd;
    border: 1px solid #4c78c9;
}

    .neutral-lighten-3-border-btn:disabled[b-05joh8swh3] {
        background-color: transparent;
        border: 1px solid #95a6af;
        color: #95a6af;
    }

.text-button[b-05joh8swh3] {
    min-width: auto !important;
}

    .text-button[b-05joh8swh3]:before {
        background-color: transparent !important;
    }

    .text-button:focus[b-05joh8swh3], .text-button:hover[b-05joh8swh3]:before {
        opacity: 1 !important;
    }

.v-navigation-drawer--absolute[b-05joh8swh3] {
    position: fixed;
}

.header-content[b-05joh8swh3] {
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px -1px rgba(44,52,57,.2),0 4px 5px rgba(44,52,57,.14),0 1px 10px rgba(44,52,57,.12);
}

    .header-content .header-container-top[b-05joh8swh3] {
        width: 100%;
        height: 48px;
        background-color: #f3f4f6;
    }

    .header-content .header-container[b-05joh8swh3] {
        width: 100%;
        height: 96px;
    }

@media only screen and (max-width:959px) {
    .header-content[b-05joh8swh3] {
        height: 80px;
    }
}

.v-input__append-inner[b-05joh8swh3] {
    padding-left: 0 !important;
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.collapse-mobile-menu .v-expansion-panels .v-expansion-panel-header[b-05joh8swh3] {
    padding: 0;
}

.v-application ul[b-05joh8swh3] {
    padding-left: 0 !important;
}

ul[b-05joh8swh3] {
    list-style: none;
}
/*! CSS Used from: Embedded */
.v-application a[b-05joh8swh3] {
    color: var(--v-anchor-base);
}

.v-application .primary[b-05joh8swh3] {
    background-color: var(--v-primary-base) !important;
    border-color: var(--v-primary-base) !important;
}

.v-application .primary--text[b-05joh8swh3] {
    color: var(--v-primary-base) !important;
    caret-color: var(--v-primary-base) !important;
}
/* _content/HungaryVignette/Components/HeaderTitle.razor.rz.scp.css */
/*! CSS Used from: https://nemzetiutdij.hu/css/chunk-vendors.5bdace2b.css */
.v-application .white--text[b-l35ptce16y] {
    color: #fff !important;
    caret-color: #fff !important;
}

h1[b-l35ptce16y] {
    color: white;
}

.header-title[b-l35ptce16y] {
    margin-top: 144px;
}

@media only screen and (max-width:959px) {
    .header-title[b-l35ptce16y] {
        margin-top: 80px;
    }
}

.v-application .light-blue[b-l35ptce16y] {
    background-color: #85bedb !important;
    border-color: #85bedb !important;
}

    .v-application .light-blue.darken-4[b-l35ptce16y] {
        background-color: #466a7d !important;
        border-color: #466a7d !important;
    }

*[b-l35ptce16y], [b-l35ptce16y]:after, [b-l35ptce16y]:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

[b-l35ptce16y]:after, [b-l35ptce16y]:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

*[b-l35ptce16y] {
    padding: 0;
    margin: 0;
}

.v-application .d-flex[b-l35ptce16y] {
    display: flex !important;
}

.v-application .flex-column[b-l35ptce16y] {
    flex-direction: column !important;
}

.v-application .justify-center[b-l35ptce16y] {
    justify-content: center !important;
}

.v-application .my-auto[b-l35ptce16y] {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.v-application .py-16[b-l35ptce16y] {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.v-application .text-h4[b-l35ptce16y] {
    font-size: 1.5rem !important;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: normal !important;
    font-family: Inter,sans-serif !important;
}

@media (min-width:600px) {
    .v-application .text-sm-h2[b-l35ptce16y] {
        font-size: 2.5rem !important;
        line-height: 3rem;
    }

    .v-application .text-sm-h2[b-l35ptce16y] {
        font-weight: 500;
        letter-spacing: normal !important;
        font-family: Inter,sans-serif !important;
    }
}

@media (min-width:1536px) {
    .v-application .text-xl-h1[b-l35ptce16y] {
        font-size: 3rem !important;
        font-weight: 700;
        line-height: 3.6rem;
        letter-spacing: normal !important;
        font-family: Inter,sans-serif !important;
    }
}

.container[b-l35ptce16y] {
    width: 100%;
    padding: 12px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:960px) {
    .container[b-l35ptce16y] {
        max-width: 900px;
    }
}

@media (min-width:1264px) {
    .container[b-l35ptce16y] {
        max-width: 1185px;
    }
}

@media (min-width:1536px) {
    .container[b-l35ptce16y] {
        max-width: 1440px;
    }
}
/*! CSS Used from: https://nemzetiutdij.hu/css/app.80c1d8ed.css */
.content__hero-header[data-v-31a1864a][b-l35ptce16y] {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.content__hero-header__content[data-v-31a1864a][b-l35ptce16y] {
    min-height: 294px;
}
/* _content/HungaryVignette/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s5g96h0gy8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s5g96h0gy8] {
    flex: 1;
}

.sidebar[b-s5g96h0gy8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s5g96h0gy8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-s5g96h0gy8]  a, .top-row[b-s5g96h0gy8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-s5g96h0gy8]  a:hover, .top-row[b-s5g96h0gy8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-s5g96h0gy8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-s5g96h0gy8] {
        justify-content: space-between;
    }

    .top-row[b-s5g96h0gy8]  a, .top-row[b-s5g96h0gy8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s5g96h0gy8] {
        flex-direction: row;
    }

    .sidebar[b-s5g96h0gy8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s5g96h0gy8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-s5g96h0gy8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-s5g96h0gy8], article[b-s5g96h0gy8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-s5g96h0gy8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-s5g96h0gy8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
