/* _content/JavaWeb/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-qs7sk5jsu8] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/JavaWeb/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-m91tyk3kuq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-m91tyk3kuq] {
    display: flex;
    gap: 0.625rem;
}
/* _content/JavaWeb/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-ynwtytwgoc] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-ynwtytwgoc] {
        flex-direction: column;
    }
}
/* _content/JavaWeb/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-pi5yxlmap7] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-pi5yxlmap7] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-pi5yxlmap7] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-pi5yxlmap7] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-pi5yxlmap7] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-pi5yxlmap7] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-pi5yxlmap7] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* _content/JavaWeb/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-2jfkravp1e] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/JavaWeb/Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-rukg69gr1j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rukg69gr1j] {
    flex: 1;
}

.sidebar[b-rukg69gr1j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rukg69gr1j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rukg69gr1j]  a, .top-row[b-rukg69gr1j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-rukg69gr1j]  a:hover, .top-row[b-rukg69gr1j]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-rukg69gr1j]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }
[b-rukg69gr1j] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-rukg69gr1j] #menu-top {
    display: block;
}

    [b-rukg69gr1j] #menu-top.hidden {
        display: none;
    }

[b-rukg69gr1j] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-rukg69gr1j] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-rukg69gr1j] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}


[b-rukg69gr1j] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-rukg69gr1j] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-rukg69gr1j] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-rukg69gr1j] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rukg69gr1j] {
        display: none;
    }

    .top-row.auth[b-rukg69gr1j] {
        justify-content: space-between;
    }

    .top-row[b-rukg69gr1j]  a, .top-row[b-rukg69gr1j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rukg69gr1j] {
        flex-direction: row;
    }

    .sidebar[b-rukg69gr1j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rukg69gr1j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-rukg69gr1j]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-rukg69gr1j], article[b-rukg69gr1j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/JavaWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l944lnrc0p] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-l944lnrc0p] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l944lnrc0p] {
    font-size: 1.1rem;
}

.oi[b-l944lnrc0p] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-l944lnrc0p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l944lnrc0p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l944lnrc0p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l944lnrc0p]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-l944lnrc0p]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-l944lnrc0p]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-l944lnrc0p] {
        display: none;
    }

    .collapse[b-l944lnrc0p] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/JavaWeb/Components/Layout/TermekCsoportokNavMenu.razor.rz.scp.css */
.navbar-toggler[b-onx58f3pph] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-onx58f3pph] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-onx58f3pph] {
    font-size: 1.1rem;
}

.oi[b-onx58f3pph] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-onx58f3pph] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-onx58f3pph] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-onx58f3pph] {
        padding-bottom: 1rem;
    }

    .nav-item[b-onx58f3pph]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-onx58f3pph]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-onx58f3pph]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-onx58f3pph] {
        display: none;
    }

    .collapse[b-onx58f3pph] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/JavaWeb/Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-jko8aynths] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-jko8aynths] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-jko8aynths] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-jko8aynths] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/JavaWeb/Components/Pages/DisplaySpinner.razor.rz.scp.css */

.lds-default[b-rdx29itprs],
.lds-default div[b-rdx29itprs] {
    box-sizing: border-box;
}

.lds-default[b-rdx29itprs] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-default div[b-rdx29itprs] {
        position: absolute;
        width: 6.4px;
        height: 6.4px;
        background: currentColor;
        border-radius: 50%;
        animation: lds-default-b-rdx29itprs 1.2s linear infinite;
    }

        .lds-default div:nth-child(1)[b-rdx29itprs] {
            animation-delay: 0s;
            top: 36.8px;
            left: 66.24px;
        }

        .lds-default div:nth-child(2)[b-rdx29itprs] {
            animation-delay: -0.1s;
            top: 22.08px;
            left: 62.29579px;
        }

        .lds-default div:nth-child(3)[b-rdx29itprs] {
            animation-delay: -0.2s;
            top: 11.30421px;
            left: 51.52px;
        }

        .lds-default div:nth-child(4)[b-rdx29itprs] {
            animation-delay: -0.3s;
            top: 7.36px;
            left: 36.8px;
        }

        .lds-default div:nth-child(5)[b-rdx29itprs] {
            animation-delay: -0.4s;
            top: 11.30421px;
            left: 22.08px;
        }

        .lds-default div:nth-child(6)[b-rdx29itprs] {
            animation-delay: -0.5s;
            top: 22.08px;
            left: 11.30421px;
        }

        .lds-default div:nth-child(7)[b-rdx29itprs] {
            animation-delay: -0.6s;
            top: 36.8px;
            left: 7.36px;
        }

        .lds-default div:nth-child(8)[b-rdx29itprs] {
            animation-delay: -0.7s;
            top: 51.52px;
            left: 11.30421px;
        }

        .lds-default div:nth-child(9)[b-rdx29itprs] {
            animation-delay: -0.8s;
            top: 62.29579px;
            left: 22.08px;
        }

        .lds-default div:nth-child(10)[b-rdx29itprs] {
            animation-delay: -0.9s;
            top: 66.24px;
            left: 36.8px;
        }

        .lds-default div:nth-child(11)[b-rdx29itprs] {
            animation-delay: -1s;
            top: 62.29579px;
            left: 51.52px;
        }

        .lds-default div:nth-child(12)[b-rdx29itprs] {
            animation-delay: -1.1s;
            top: 51.52px;
            left: 62.29579px;
        }

@keyframes lds-default-b-rdx29itprs {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}
/* _content/JavaWeb/Components/Pages/Index.razor.rz.scp.css */
[b-d5cnvswqpx] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-d5cnvswqpx] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-d5cnvswqpx] .title {
    text-align: center;
}

[b-d5cnvswqpx] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-d5cnvswqpx] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

[b-d5cnvswqpx] .welcome-card:hover {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

[b-d5cnvswqpx] .welcome-card .welcome-card-img {
    width: 6.5rem;
    height: 6.5rem;
}

[b-d5cnvswqpx] .welcome-card .welcome-card-text {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: unset;
}

[b-d5cnvswqpx] .icon-fill {
    fill: var(--bs-primary);
}

[b-d5cnvswqpx] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}


a[b-d5cnvswqpx] {
    text-decoration: none;
}

    a:hover .card[b-d5cnvswqpx] {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: box-shadow 0.3s ease-in-out;
    }

.card[b-d5cnvswqpx] {
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}

a:hover img[b-d5cnvswqpx] {
    transform: scale(1.07);
    transition: 0.5s ease-in-out;
}

img[b-d5cnvswqpx] {
    transition: 0.5s ease-in-out;
}
/* _content/JavaWeb/Components/Pages/TermekMegjelenito.razor.rz.scp.css */

a[b-bamsxo0q1k] {
    text-decoration: none;
}

a:hover .card[b-bamsxo0q1k] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow 0.3s ease-in-out;
}

.card[b-bamsxo0q1k] {
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}

a:hover img[b-bamsxo0q1k] {
    transform: scale(1.07);
    transition: 0.5s ease-in-out;
}

img[b-bamsxo0q1k] {
    transition: 0.5s ease-in-out;
}
