﻿/*! CSS Used from: https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css */
.mdi: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-alert::before {
    content: "\F0026";
}

.mdi-arrow-left::before {
    content: "\F004D";
}

.mdi-car-hatchback::before {
    content: "\F07A9";
}

.mdi-cart::before {
    content: "\F0110";
}

.mdi-chevron-down::before {
    content: "\F0140";
}

.mdi-login-variant::before {
    content: "\F05FC";
}

.mdi-menu::before {
    content: "\F035C";
}

.mdi-menu-down::before {
    content: "\F035D";
}

.mdi-motorbike::before {
    content: "\F037C";
}

.mdi-truck::before {
    content: "\F053D";
}

.mdi-truck-trailer::before {
    content: "\F0727";
}
/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}
/*! CSS Used from: https://ematrica.nemzetiutdij.hu/css/chunk-vendors.23282c49.css */
.v-btn:not(.v-btn--outlined).primary {
    color: #fff;
}

.theme--light.v-btn {
    color: #00114b;
}

    .theme--light.v-btn.v-btn--disabled {
        color: rgba(0,0,0,.26) !important;
    }

        .theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
            background-color: rgba(0,0,0,.12) !important;
        }

    .theme--light.v-btn.v-btn--has-bg {
        background-color: #d5dcdf;
    }

    .theme--light.v-btn.v-btn--icon {
        color: #00114b;
    }

    .theme--light.v-btn:hover:before {
        opacity: .08;
    }

    .theme--light.v-btn:focus:before {
        opacity: .24;
    }

.v-btn {
    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 {
        font-size: .875rem;
    }

    .v-btn.v-size--default {
        font-size: 1rem;
    }

    .v-btn: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 {
        height: 35px;
        min-width: 62px;
        padding: 0 15.5555555556px;
    }

    .v-btn:not(.v-btn--round).v-size--default {
        height: 41px;
        min-width: 73px;
        padding: 0 18.2222222222px;
    }

    .v-btn > .v-btn__content .v-icon {
        color: inherit;
    }

.v-btn__content {
    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--block {
    display: flex;
    flex: 1 0 auto;
    min-width: 100% !important;
    max-width: auto;
}

.v-btn--disabled {
    pointer-events: none;
}

.v-btn--icon {
    min-height: 0;
    min-width: 0;
    padding: 0;
}

    .v-btn--icon.v-size--default .v-icon, .v-btn--icon.v-size--small .v-icon {
        height: 24px;
        font-size: 24px;
        width: 24px;
    }

    .v-btn--icon.v-size--small {
        height: 35px;
        width: 35px;
    }

    .v-btn--icon.v-size--default {
        height: 41px;
        width: 41px;
    }

.v-btn--outlined {
    border: thin solid currentColor;
}

.v-btn--round {
    border-radius: 50%;
}

.theme--light.v-sheet {
    background-color: #fff;
    border-color: #fff;
    color: #00114b;
}

.v-sheet {
    border-radius: 0;
}

    .v-sheet:not(.v-sheet--outlined) {
        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 {
    color: #0054a6 !important;
    caret-color: #0054a6 !important;
}

    .v-application .blue--text.text--darken-4 {
        color: #00114b !important;
        caret-color: #00114b !important;
    }

.v-application .grey {
    background-color: #67818e !important;
    border-color: #67818e !important;
}

.v-application .grey--text {
    color: #67818e !important;
    caret-color: #67818e !important;
}

.v-application .grey.lighten-5 {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
}

.v-application .grey--text.text--darken-1 {
    color: #5a717c !important;
    caret-color: #5a717c !important;
}

.v-application .grey--text.text--darken-2 {
    color: #4a5d66 !important;
    caret-color: #4a5d66 !important;
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

*, :after, :before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}

hr {
    overflow: visible;
    height: 0;
}

main {
    display: block;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline-width: 0;
    }

strong {
    font-weight: bolder;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

input {
    border-radius: 0;
}

[disabled] {
    cursor: default;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, textarea {
    font: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

[role=button], [type=button], [type=submit], button {
    cursor: pointer;
    color: inherit;
}

[type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

button, input, textarea {
    background-color: transparent;
    border-style: none;
}

img {
    border-style: none;
}

[aria-disabled=true] {
    cursor: default;
}

html {
    font-size: 16px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.v-application {
    font-family: Inter,sans-serif;
    line-height: 1.5;
}

    .v-application ul {
        padding-left: 24px;
    }

    .v-application .body-1 {
        font-weight: 400;
        letter-spacing: normal !important;
        font-family: Inter,sans-serif !important;
    }

    .v-application .body-1 {
        font-size: 1rem !important;
        line-height: 1.1875rem;
    }

    .v-application p {
        margin-bottom: 16px;
    }

.d-sr-only {
    border: 0 !important;
    clip: rect(0,0,0,0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.v-application .d-none {
    display: none !important;
}

.v-application .d-inline-block {
    display: inline-block !important;
}

.v-application .d-flex {
    display: flex !important;
}

.v-application .flex-wrap {
    flex-wrap: wrap !important;
}

.v-application .justify-center {
    justify-content: center !important;
}

.v-application .justify-space-between {
    justify-content: space-between !important;
}

.v-application .align-center {
    align-items: center !important;
}

.v-application .mt-2 {
    margin-top: 8px !important;
}

.v-application .mt-4 {
    margin-top: 16px !important;
}

.v-application .mt-8 {
    margin-top: 32px !important;
}

.v-application .mr-2 {
    margin-right: 8px !important;
}

.v-application .mr-3 {
    margin-right: 12px !important;
}

.v-application .mr-4 {
    margin-right: 16px !important;
}

.v-application .mb-2 {
    margin-bottom: 8px !important;
}

.v-application .mb-16 {
    margin-bottom: 64px !important;
}

.v-application .ml-1 {
    margin-left: 4px !important;
}

.v-application .ml-2 {
    margin-left: 8px !important;
}

.v-application .ml-4 {
    margin-left: 16px !important;
}

.v-application .ml-6 {
    margin-left: 24px !important;
}

.v-application .ml-auto {
    margin-left: auto !important;
}

.v-application .mx-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
}

.v-application .pa-0 {
    padding: 0 !important;
}

.v-application .pa-1 {
    padding: 4px !important;
}

.v-application .pa-4 {
    padding: 16px !important;
}

.v-application .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.v-application .px-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

.v-application .px-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.v-application .px-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.v-application .py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.v-application .py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.v-application .py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.v-application .py-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.v-application .pt-4 {
    padding-top: 16px !important;
}

.v-application .pt-8 {
    padding-top: 32px !important;
}

.v-application .pt-15 {
    padding-top: 60px !important;
}

.v-application .pr-4 {
    padding-right: 16px !important;
}

.v-application .pb-1 {
    padding-bottom: 4px !important;
}

.v-application .pb-2 {
    padding-bottom: 8px !important;
}

.v-application .pb-3 {
    padding-bottom: 12px !important;
}

.v-application .pb-4 {
    padding-bottom: 16px !important;
}

.v-application .pb-8 {
    padding-bottom: 32px !important;
}

.v-application .pl-0 {
    padding-left: 0 !important;
}

.v-application .pl-1 {
    padding-left: 4px !important;
}

.v-application .pl-2 {
    padding-left: 8px !important;
}

.v-application .pl-4 {
    padding-left: 16px !important;
}

.v-application .text-center {
    text-align: center !important;
}

.v-application .text-decoration-none {
    text-decoration: none !important;
}

.v-application .text-h4 {
    font-size: 1.5rem !important;
    font-weight: 500;
    line-height: 2rem;
}

.v-application .text-h4, .v-application .text-h5 {
    letter-spacing: normal !important;
    font-family: Inter,sans-serif !important;
}

.v-application .text-h5 {
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.75rem;
}

.v-application .text-h6 {
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.75rem;
    letter-spacing: normal !important;
    font-family: Inter,sans-serif !important;
}

.v-application .text-subtitle-1 {
    font-weight: 700;
}

.v-application .text-subtitle-1, .v-application .text-subtitle-2 {
    font-size: 1rem !important;
    line-height: 1.5rem;
    letter-spacing: normal !important;
    font-family: Inter,sans-serif !important;
}

.v-application .text-subtitle-2 {
    font-weight: 500;
}

.v-application .text-body-1 {
    font-size: 1rem !important;
    line-height: 1.1875rem;
}

.v-application .text-body-1, .v-application .text-body-2 {
    font-weight: 400;
    letter-spacing: normal !important;
    font-family: Inter,sans-serif !important;
}

.v-application .text-body-2 {
    font-size: .875rem !important;
    line-height: 1.25rem;
}

.v-application .text-button {
    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 {
    line-height: 1.25rem;
}

.v-application .text-caption {
    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 {
        display: none !important;
    }

    .v-application .d-sm-flex {
        display: flex !important;
    }

    .v-application .justify-sm-space-between {
        justify-content: space-between !important;
    }

    .v-application .align-sm-center {
        align-items: center !important;
    }

    .v-application .ma-sm-0 {
        margin: 0 !important;
    }

    .v-application .mt-sm-0 {
        margin-top: 0 !important;
    }

    .v-application .pa-sm-16 {
        padding: 64px !important;
    }

    .v-application .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .v-application .px-sm-16 {
        padding-right: 64px !important;
        padding-left: 64px !important;
    }

    .v-application .py-sm-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .v-application .pt-sm-0 {
        padding-top: 0 !important;
    }

    .v-application .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .v-application .pb-sm-6 {
        padding-bottom: 24px !important;
    }
}

@media (min-width:960px) {
    .v-application .d-md-none {
        display: none !important;
    }

    .v-application .d-md-flex {
        display: flex !important;
    }

    .v-application .px-md-4 {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
}

.theme--light.v-icon {
    color: #00114b;
}

    .theme--light.v-icon:focus:after {
        opacity: .12;
    }

.v-icon.v-icon {
    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: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);
    }

    .v-icon.v-icon.v-icon--link {
        cursor: pointer;
        outline: none;
    }

.theme--light.v-text-field > .v-input__control > .v-input__slot: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:before {
    border-color: #00114b;
}

.theme--light.v-text-field.v-input--is-disabled .v-input__slot:before {
    -o-border-image: repeating-linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 2px,transparent 0,transparent 4px) 1 repeat;
    border-image: repeating-linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 2px,transparent 0,transparent 4px) 1 repeat;
}

.theme--light.v-text-field--filled > .v-input__control > .v-input__slot {
    background: rgba(0,0,0,.06);
}

.theme--light.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
    background: rgba(0,0,0,.12);
}

.v-text-field {
    padding-top: 12px;
    margin-top: 4px;
}

    .v-text-field input {
        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, .v-text-field .v-input__slot {
        border-radius: inherit;
    }

    .v-text-field.v-input--is-disabled .v-input__control > .v-text-field__details > .v-messages, .v-text-field .v-input__control {
        color: currentColor;
    }

    .v-text-field.v-input--dense {
        padding-top: 0;
    }

        .v-text-field.v-input--dense:not(.v-text-field--outlined) input {
            padding: 4px 0 2px;
        }

        .v-text-field.v-input--dense .v-input__append-inner {
            margin-top: 0;
        }

    .v-text-field .v-input__append-inner {
        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 {
    margin-left: auto;
    padding-left: 4px;
}

.v-text-field .v-label {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 6px;
    white-space: nowrap;
    pointer-events: none;
}

.v-application--is-ltr .v-text-field .v-label {
    transform-origin: top left;
}

.v-text-field > .v-input__control > .v-input__slot {
    cursor: text;
}

    .v-text-field > .v-input__control > .v-input__slot:after, .v-text-field > .v-input__control > .v-input__slot: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:before {
        border-color: inherit;
        border-style: solid;
        border-width: thin 0 0 0;
    }

    .v-text-field > .v-input__control > .v-input__slot:after {
        background-color: currentColor;
        border-color: currentColor;
        border-style: solid;
        border-width: thin 0 thin 0;
        transform: scaleX(0);
    }

.v-text-field__details {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    min-height: 14px;
    overflow: hidden;
}

.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
    display: flex;
    flex: 1 1 auto;
    position: relative;
}

.v-text-field--filled {
    position: relative;
}

    .v-text-field--filled > .v-input__control > .v-input__slot {
        align-items: stretch;
        min-height: 56px;
    }

.v-text-field--enclosed .v-input__append-inner {
    margin-top: 17px;
}

.v-text-field--filled .v-label {
    top: 18px;
}

.v-text-field--filled {
    border-radius: 4px 4px 0 0;
}

    .v-text-field--filled:not(.v-text-field--single-line) input {
        margin-top: 22px;
    }

.v-text-field.v-text-field--enclosed {
    margin: 0;
    padding: 0;
}

    .v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input__control > .v-input__slot {
        padding: 0 12px;
    }

    .v-text-field.v-text-field--enclosed .v-text-field__details {
        padding-top: 0;
        margin-bottom: 8px;
    }

.theme--light.v-input, .theme--light.v-input input {
    color: #00114b;
}

    .theme--light.v-input input::placeholder {
        color: rgba(0,0,0,.38);
    }

.theme--light.v-input--is-disabled, .theme--light.v-input--is-disabled input {
    color: rgba(0,0,0,.38);
}

.v-input {
    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 {
        max-height: 32px;
    }

        .v-input input:invalid {
            box-shadow: none;
        }

        .v-input input:active, .v-input input:focus {
            outline: none;
        }

    .v-input .v-label {
        height: 20px;
        line-height: 20px;
        letter-spacing: normal;
    }

.v-input__control {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
}

.v-input__icon {
    align-items: center;
    display: inline-flex;
    height: 24px;
    flex: 1 0 auto;
    justify-content: center;
    min-width: 24px;
    width: 24px;
}

.v-input__slot {
    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 {
    margin-bottom: 4px;
}

.v-input--is-disabled:not(.v-input--is-readonly) {
    pointer-events: none;
}

.v-input--hide-details > .v-input__control > .v-input__slot {
    margin-bottom: 0;
}

.theme--light.v-label {
    color: rgba(0,0,0,.6);
}

.theme--light.v-label--is-disabled {
    color: rgba(0,0,0,.38);
}

.v-label {
    font-size: 16px;
    line-height: 1;
    min-height: 8px;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

.theme--light.v-messages {
    color: rgba(0,0,0,.6);
}

.v-messages {
    flex: 1 1 auto;
    font-size: 12px;
    min-height: 14px;
    min-width: 1px;
    position: relative;
}

.v-application--is-ltr .v-messages {
    text-align: left;
}

.theme--light.v-card {
    background-color: #fff;
    color: #00114b;
}

.v-sheet.v-card {
    border-radius: 6px;
}

    .v-sheet.v-card:not(.v-sheet--outlined) {
        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-card {
    border-width: thin;
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow,opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
}

    .v-card > :first-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .v-card > :last-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

.flex {
    flex: 1 1 auto;
    max-width: 100%;
}

.container {
    width: 100%;
    padding: 12px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:960px) {
    .container {
        max-width: 900px;
    }
}

@media (min-width:1264px) {
    .container {
        max-width: 1185px;
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1440px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: -12px;
}

.row--dense {
    margin: -4px;
}

    .row--dense > [class*=col-] {
        padding: 4px;
    }

.row.no-gutters {
    margin: 0;
}

    .row.no-gutters > [class*=col-] {
        padding: 0;
    }

.col-4, .col-12, .col-lg-3, .col-sm, .col-sm-6 {
    width: 100%;
    padding: 12px;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:600px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:1264px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.v-autocomplete.v-input > .v-input__control > .v-input__slot {
    cursor: text;
}

.v-autocomplete input {
    align-self: center;
}

.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot > input {
    margin-top: 24px;
}

.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input {
    pointer-events: inherit;
}

.v-autocomplete__content.v-menu__content {
    border-radius: 0;
}

.theme--light.v-select .v-select__selections {
    color: #00114b;
    min-height: 10px;
}

.v-select {
    position: relative;
}

    .v-select > .v-input__control > .v-input__slot {
        cursor: pointer;
    }

    .v-select.v-input--is-dirty ::placeholder {
        color: transparent !important;
    }

    .v-select.v-text-field input {
        flex: 1 1;
        min-width: 0;
        pointer-events: none;
        position: relative;
    }

    .v-select.v-text-field:not(.v-text-field--single-line) input {
        margin-top: 0;
    }

.v-select__selections {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    line-height: 18px;
    max-width: 100%;
    min-width: 0;
}

.v-select__selection {
    max-width: 90%;
}

.v-select__selection--comma {
    margin: 7px 4px 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-select.v-input--dense .v-select__selection--comma {
    margin: 5px 4px 3px 0;
}

.v-select__slot {
    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 {
    align-self: flex-end;
}

.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
    color: #00114b;
}

.theme--light.v-list-item:hover:before {
    opacity: .04;
}

.theme--light.v-list-item:focus:before {
    opacity: .12;
}

.v-list-item {
    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:after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }

.v-list-item__icon {
    align-self: flex-start;
    margin: 16px 0;
}

.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child) {
    margin-left: 16px;
}

.v-list-item__icon {
    display: inline-flex;
    min-width: 24px;
}

.v-list-item .v-list-item__title {
    line-height: 1.2;
}

.v-list-item__title {
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-list-item__title {
    align-self: center;
    font-size: 1rem;
}

.v-list-item--link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .v-list-item--link: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 {
    border-color: rgba(0,0,0,.12);
}

.v-divider {
    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 {
    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 {
    background: #fff;
    color: #00114b;
}

.v-sheet.v-list {
    border-radius: 0;
}

    .v-sheet.v-list:not(.v-sheet--outlined) {
        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 {
    display: block;
    padding: 8px 0;
    position: static;
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
}

.v-list--nav {
    padding-left: 8px;
    padding-right: 8px;
}

    .v-list--nav .v-list-item {
        padding: 0 8px;
    }

        .v-list--nav .v-list-item, .v-list--nav .v-list-item:before {
            border-radius: 4px;
        }

.v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__append-icon {
    align-self: center;
    margin: 0;
    min-width: 48px;
    justify-content: flex-end;
}

.v-item-group {
    flex: 0 1 auto;
    position: relative;
    max-width: 100%;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

.v-menu {
    display: none;
}

.v-menu--attached {
    display: inline;
}

.v-menu__content {
    position: absolute;
    display: inline-block;
    max-width: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    contain: content;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    border-radius: 4px;
}

.theme--light.v-stepper {
    background: #fff;
}

.v-sheet.v-stepper {
    border-radius: 4px;
}

    .v-sheet.v-stepper:not(.v-sheet--outlined) {
        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-stepper {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.v-stepper__items {
    position: relative;
    overflow: hidden;
}

.v-stepper__wrapper {
    overflow: hidden;
    transition: none;
}

.v-stepper__content {
    top: 0;
    padding: 0;
    flex: 1 0 auto;
    width: 100%;
}

.v-stepper--flat {
    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) !important;
}

.theme--light.v-expansion-panels .v-expansion-panel {
    background-color: #fff;
    color: #00114b;
}

.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
    color: #00114b;
}

.v-expansion-panels {
    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 > * {
        cursor: auto;
    }

    .v-expansion-panels > :first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .v-expansion-panels > :last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

.v-expansion-panel {
    flex: 1 0 100%;
    max-width: 100%;
    position: relative;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

    .v-expansion-panel: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 {
    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 {
    margin-left: auto;
}

.v-expansion-panel-header {
    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 {
    text-align: left;
}

.v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus:before {
    opacity: .12;
}

.v-expansion-panel-header: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) {
    flex: 1 1 auto;
}

.v-expansion-panels--flat > .v-expansion-panel:after {
    border-top: none;
}

.v-expansion-panels--flat > .v-expansion-panel: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, .v-expansion-panels--tile > .v-expansion-panel:before {
    border-radius: 0;
}

.theme--light.v-navigation-drawer {
    background-color: #fff;
}

    .theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
        background-color: rgba(0,0,0,.12);
    }

    .theme--light.v-navigation-drawer .v-divider {
        border-color: rgba(0,0,0,.12);
    }

.v-navigation-drawer {
    -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) {
        background: inherit;
    }

.v-navigation-drawer__border {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}

.v-navigation-drawer__content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.v-navigation-drawer--absolute {
    z-index: 1;
}

.v-navigation-drawer--absolute {
    position: absolute;
}

.v-navigation-drawer--temporary {
    z-index: 7;
}

.v-navigation-drawer--close {
    visibility: hidden;
}

.theme--light.v-application {
    background: linear-gradient(113.47deg,#edf5fd,#fff);
    color: #00114b;
}

.v-application {
    display: flex;
    position: relative;
}

    .v-application a {
        cursor: pointer;
    }

.v-application--wrap {
    flex: 1 1 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
}

.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
    background-color: #95a6af !important;
    color: #fff !important;
}

.v-main {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    transition: .2s cubic-bezier(.4,0,.2,1);
}

.v-main__wrap {
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
}
/*! CSS Used from: https://ematrica.nemzetiutdij.hu/css/app.87923124.css */
.selectorContent[data-v-05ac55b2] {
    display: flex;
}

.selectorContent .selectorItem[data-v-05ac55b2] {
    min-height: 64px;
}

.selectorContent .selectorItem label[data-v-05ac55b2] {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 0 1px #7f95a0;
    border-radius: 8px;
    background-color: #f3f4f6;
}

.selectorContent .selectorItem input:focus + label[data-v-05ac55b2] {
    box-shadow: 0 0 0 1px #0054a6;
}

.selectorContent .selectorItem input:checked + label[data-v-05ac55b2] {
    box-shadow: 0 0 0 3px #0054a6;
}

.radio-toolbar[data-v-05ac55b2] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.v-list-item-custom[data-v-23715106] {
    display: block;
}

    .v-list-item-custom[data-v-23715106]:before {
        height: 48px;
    }

.v-list-item-custom .v-list-item-custom__text[data-v-23715106] {
    min-height: 48px;
}

.country-flag[data-v-23715106] {
    width: 20px;
    height: 18px;
}

.sticker-purchase-content .stepper-content[data-v-79b23e49] {
    max-width: 676px;
    margin: auto;
}

.sticker-purchase-content .stepper-content .stepper-pointer-content[data-v-79b23e49] {
    margin: auto;
    display: flex;
    width: calc(100% - 116px);
    height: 14px;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width:599px) {
    .sticker-purchase-content .stepper-content .stepper-pointer-content[data-v-79b23e49] {
        width: 100%;
    }
}

.sticker-purchase-content .stepper-content .stepper-pointer-content .stepper-pointer[data-v-79b23e49] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #67818e;
}

.sticker-purchase-content .stepper-content .stepper-pointer-content .stepper-pointer.active[data-v-79b23e49] {
    width: 14px;
    height: 14px;
    border: 2px solid #0054a6;
    background-color: #fff;
}

.sticker-purchase-content .stepper-content .stepper-pointer-content .stepper-line[data-v-79b23e49] {
    flex: 1;
    height: 2px;
    background: #67818e;
    margin: 0 2px;
    border-radius: 1px;
}

.sticker-purchase-content .stepper-content .stepper-step-content .stepper-step[data-v-79b23e49] {
    flex-basis: 130px;
    text-align: center;
}

.sticker-purchase-content .stepper-content .stepper-step-content .stepper-step.active[data-v-79b23e49] {
    color: #0054a6 !important;
}

.card-content[data-v-79b23e49] {
    max-width: 676px;
    margin: auto;
    overflow: hidden;
    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);
    border-radius: 6px;
}

.cms-html-content-renderer[data-v-0036ba20] :first-child {
    margin-top: 0;
    padding-top: 0;
}

.cms-html-content-renderer[data-v-0036ba20] :last-child {
    margin-bottom: 0 !important;
}

.cms-html-content-renderer[data-v-0036ba20] a {
    scroll-margin-top: 150px;
    text-decoration: underline;
    color: #0054a6;
}

    .cms-html-content-renderer[data-v-0036ba20] a:visited {
        color: #00114b;
    }

    .cms-html-content-renderer[data-v-0036ba20] a:hover {
        opacity: .7;
    }

    .cms-html-content-renderer[data-v-0036ba20] a:active {
        opacity: 1;
    }

@media only screen and (max-width:959px) {
    .cms-html-content-renderer[data-v-0036ba20] a {
        scroll-margin-top: 90px;
    }
}

.cms-html-content-renderer[data-v-0036ba20] .left {
    text-align: left;
}

.v-list[data-v-693bdb86] .v-list-item__title {
    line-height: 2.25rem !important;
    font-weight: 500 !important;
}

.language-selector-content[data-v-27a15e42] {
    padding: 0 12px;
    border-radius: 4px;
    max-width: 140px;
}

    .language-selector-content[data-v-27a15e42]:hover {
        background: rgba(44,52,57,.04);
    }

.language-selector-content .language-selector[data-v-27a15e42] {
    height: 34px;
    border-radius: 4px;
}

.language-selector-content .language-selector .v-input[data-v-27a15e42] {
    margin: 0;
}

    .language-selector-content .language-selector .v-input[data-v-27a15e42] .v-select__selections {
        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 {
            max-width: inherit !important;
            margin: 0 !important;
        }

.flag[data-v-27a15e42] {
    width: 20px;
}

.skip-link[data-v-8dde304e] {
    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 {
        color: #fff !important;
        opacity: 1;
        width: 203px;
        height: 56px;
        background-color: #2c3439;
        border-radius: 0 0 4px 0;
        pointer-events: auto;
    }

.mobil-lang-title[data-v-62bacb7e] {
    line-height: 2.25rem !important;
    font-weight: 500 !important;
    color: #00114b !important;
}

.collapse-mobile-menu-back[data-v-62bacb7e] {
    height: 92px;
}

.header-container .nav-menu-mobil[data-v-62bacb7e] {
    z-index: 1;
}

.header-container .header-logo[data-v-62bacb7e] {
    height: 60px;
}

.header-container .header-logo img[data-v-62bacb7e] {
    height: 64px;
}

.header-container .basket-icon[data-v-62bacb7e] {
    position: relative;
}

.header-container .nav-item-logo-mobil[data-v-62bacb7e] {
    left: 0;
    position: absolute;
    width: 100%;
}

.nusz-back-btn[data-v-62bacb7e] {
    border: 0;
    text-decoration: none;
}

    .nusz-back-btn[data-v-62bacb7e]:hover {
        background: rgba(44,52,57,.04);
    }

[data-v-62bacb7e] .menu-drop .v-btn {
    height: inherit !important;
    padding: 6px 16px !important;
}

    [data-v-62bacb7e] .menu-drop .v-btn:hover {
        background: rgba(44,52,57,.04);
    }

[data-v-62bacb7e] .routerLink {
    border-radius: 4px;
    padding: 6px 16px;
    line-height: 2.25rem !important;
    font-weight: 500 !important;
    color: #00114b !important;
}

    [data-v-62bacb7e] .routerLink:hover {
        background: rgba(44,52,57,.04);
    }

[data-v-62bacb7e] .routerLinkActive {
    cursor: default !important;
    color: #0054a6 !important;
}

    [data-v-62bacb7e] .routerLinkActive:hover {
        background: transparent;
    }

@media only screen and (max-width:959px) {
    [data-v-62bacb7e] .routerLink-mobil {
        border-radius: 4px;
        padding: 6px 4px;
    }

        [data-v-62bacb7e] .routerLink-mobil:hover {
            background: rgba(44,52,57,.04);
        }

    [data-v-62bacb7e] .routerLinkActive .routerLink-mobil:hover {
        background: transparent;
    }

    [data-v-62bacb7e] .routerLink {
        padding: 0;
    }

    [data-v-62bacb7e] .v-list-group__header {
        padding: 0 4px !important;
    }

    [data-v-62bacb7e] .v-list-group {
        margin-bottom: 0;
    }
}

.footer li a[data-v-d7bc67e8]:hover {
    text-decoration: underline;
}

.footer__menu[data-v-d7bc67e8] {
    list-style: none;
}

.snackbar-wrapper[data-v-8d589b5e] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    z-index: 300;
}

.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
    background-color: #95a6af !important;
    color: #fff !important;
}

@media only screen and (max-width:599px) {
    .theme--light.v-application {
        background: #fff !important;
    }
}

.w-100 {
    width: 100% !important;
}

@media only screen and (min-width:600px) {
    .w-sm-auto {
        width: auto !important;
    }
}

.h-100 {
    height: 100% !important;
}

.remove-line-height {
    line-height: 0 !important;
}

@media only screen and (max-width:959px) {
    .nusz-logo {
        width: 110px;
        height: 48px;
    }
}

@media only screen and (max-width:599px) {
    .remove-card-shadow {
        box-shadow: none !important;
        border-radius: 0 !important;
    }
}

.footer a {
    text-decoration: none;
    color: #00114b !important;
}

.v-sheet.v-stepper {
    border-radius: 6px;
}

@media only screen and (max-width:599px) {
    .v-sheet.v-stepper {
        box-shadow: none !important;
        border-radius: 0 !important;
    }
}

.neutral-lighten-3-border-btn {
    background-color: #edf5fd;
    border: 1px solid #4c78c9;
}

    .neutral-lighten-3-border-btn:disabled {
        background-color: transparent;
        border: 1px solid #95a6af;
        color: #95a6af;
    }

.v-messages.theme--light {
    color: #5a717c;
}

.main-content-page {
    padding: 64px 0 !important;
}

@media only screen and (max-width:959px) {
    .main-content-page {
        padding-top: 32px !important;
        padding-bottom: 48px !important;
    }
}

.text-button {
    min-width: auto !important;
}

    .text-button:before {
        background-color: transparent !important;
    }

    .text-button:focus, .text-button:hover:before {
        opacity: 1 !important;
    }

.v-navigation-drawer--absolute {
    position: fixed;
}

.header-content {
    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 {
        width: 100%;
        height: 48px;
        background-color: #f3f4f6;
    }

    .header-content .header-container {
        width: 100%;
        height: 96px;
    }

@media only screen and (max-width:959px) {
    .header-content {
        height: 80px;
    }
}

.main .maintenance-box-content {
    width: 100%;
    background-color: #fff7e7;
}

    .main .maintenance-box-content .icon-alert {
        padding-left: 8px;
        padding-right: 16px;
        display: block;
        font-size: 25px;
        margin-top: -4px;
        color: #e75a09;
    }

@media only screen and (max-width:959px) {
    .main .maintenance-box-content {
        margin-top: -16px;
    }
}

.v-input__append-inner {
    padding-left: 0 !important;
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.collapse-mobile-menu .v-expansion-panels .v-expansion-panel-header {
    padding: 0;
}

.container {
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width:599px) {
    .container {
        padding: 0;
    }
}

.v-application ul {
    padding-left: 0 !important;
}

ul {
    list-style: none;
}

fieldset {
    border: none;
}

.v-menu__content {
    z-index: 206 !important;
}
/*! CSS Used from: Embedded */
:root {
    --v-anchor-base: #0054a6;
    --v-primary-base: #0054a6;
    --v-primary-lighten5: #b1d5ff;
    --v-primary-lighten4: #94baff;
    --v-primary-lighten3: #769ffb;
    --v-primary-lighten2: #5885de;
    --v-primary-lighten1: #376cc2;
    --v-primary-darken1: #003d8b;
    --v-primary-darken2: #002871;
    --v-primary-darken3: #001558;
    --v-primary-darken4: #000041;
    --v-secondary-base: #ff9f12;
    --v-secondary-lighten5: #ffffa9;
    --v-secondary-lighten4: #ffff8c;
    --v-secondary-lighten3: #fff270;
    --v-secondary-lighten2: #ffd654;
    --v-secondary-lighten1: #ffba37;
    --v-secondary-darken1: #df8500;
    --v-secondary-darken2: #c06b00;
    --v-secondary-darken3: #a15300;
    --v-secondary-darken4: #843b00;
    --v-accent-base: #a2c5e3;
    --v-accent-lighten5: #ffffff;
    --v-accent-lighten4: #ffffff;
    --v-accent-lighten3: #f7ffff;
    --v-accent-lighten2: #dafeff;
    --v-accent-lighten1: #bee1ff;
    --v-accent-darken1: #87aac7;
    --v-accent-darken2: #6d8fac;
    --v-accent-darken3: #537691;
    --v-accent-darken4: #395d77;
    --v-error-base: #d0201f;
    --v-error-lighten5: #ffb89a;
    --v-error-lighten4: #ff9b80;
    --v-error-lighten3: #ff7e66;
    --v-error-lighten2: #ff614e;
    --v-error-lighten1: #f04336;
    --v-error-darken1: #b00008;
    --v-error-darken2: #900000;
    --v-error-darken3: #730000;
    --v-error-darken4: #580000;
    --v-info-base: #2196f3;
    --v-info-lighten5: #d4ffff;
    --v-info-lighten4: #b5ffff;
    --v-info-lighten3: #95e8ff;
    --v-info-lighten2: #75ccff;
    --v-info-lighten1: #51b0ff;
    --v-info-darken1: #007cd6;
    --v-info-darken2: #0064ba;
    --v-info-darken3: #004d9f;
    --v-info-darken4: #003784;
    --v-success-base: #008500;
    --v-success-lighten5: #abff91;
    --v-success-lighten4: #8ef476;
    --v-success-lighten3: #71d85b;
    --v-success-lighten2: #53bb41;
    --v-success-lighten1: #33a025;
    --v-success-darken1: #006b00;
    --v-success-darken2: #005200;
    --v-success-darken3: #003900;
    --v-success-darken4: #002700;
    --v-warning-base: #fb8c00;
    --v-warning-lighten5: #ffff9e;
    --v-warning-lighten4: #fffb82;
    --v-warning-lighten3: #ffdf67;
    --v-warning-lighten2: #ffc24b;
    --v-warning-lighten1: #ffa72d;
    --v-warning-darken1: #db7200;
    --v-warning-darken2: #bb5900;
    --v-warning-darken3: #9d4000;
    --v-warning-darken4: #802700;
}

.v-application a {
    color: var(--v-anchor-base);
}

.v-application .primary {
    background-color: var(--v-primary-base) !important;
    border-color: var(--v-primary-base) !important;
}

.v-application .primary--text {
    color: var(--v-primary-base) !important;
    caret-color: var(--v-primary-base) !important;
}
/*! CSS Used from: Embedded */
.grecaptcha-badge {
    visibility: hidden !important;
}
/*! CSS Used from: https://ematrica.nemzetiutdij.hu/css/chunk-2df91b2e.9144a7e9.css */
.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
    background-color: #95a6af !important;
    color: #fff !important;
}

    .theme--light.v-btn.v-btn--disabled.v-btn--has-bg[data-v-36d36795] {
        background-color: #95a6af !important;
        color: #fff !important;
    }

.sticker-shop[data-v-36d36795] {
    background-color: #ffd189;
}
/*! CSS Used fontfaces */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
