/* _content/LEDEntegreBlazor/Pages/Index.razor.rz.scp.css */
.welcome[b-uobo568kfj] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-uobo568kfj] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-uobo568kfj] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-uobo568kfj] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-uobo568kfj] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-uobo568kfj] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-uobo568kfj] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-uobo568kfj] .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-uobo568kfj] .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-uobo568kfj] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-uobo568kfj] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-uobo568kfj] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-uobo568kfj] .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;
    }
/* _content/LEDEntegreBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-aq6et5tyjf] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-aq6et5tyjf] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-aq6et5tyjf] .content {
    overflow: auto;
}

[b-aq6et5tyjf] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 950px) {
    [b-aq6et5tyjf] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}
