/* _content/FlowlineProUserDocs.Web/Components/Layout/AppBar.razor.rz.scp.css */
a[b-ztkcvxtmny] {
    text-decoration: none;
}

.app-bar[b-ztkcvxtmny] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    border-bottom: 3px solid #0f6cbd;
    background: white;
    box-sizing: border-box;
}

.app-bar-content[b-ztkcvxtmny] {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 100%;
    box-sizing: border-box;
}

.logo-container[b-ztkcvxtmny] {
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-top: 4px;
}

.app-bar-actions[b-ztkcvxtmny] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.logo-image[b-ztkcvxtmny] {
    width: 40px;
    margin: 2px;
}

.app-bar-title-group[b-ztkcvxtmny] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.app-bar-title-main[b-ztkcvxtmny] {
    font-size: 1.4rem;
    color: black;
    font-weight: bold;
    transition: color 0.2s ease;
}

    .app-bar-title-main:hover[b-ztkcvxtmny],
    .logo-container > a:hover + .app-bar-title-group .app-bar-title-main[b-ztkcvxtmny] {
        color: #0f6cbd;
    }

.app-bar-title-sub[b-ztkcvxtmny] {
    font-size: 1rem;
    color: white;
    background-color: #0f6cbd;
    text-align: center;
    width: 100%;
    margin-top: 3px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: -4px;
    padding-bottom: 1px;
}

.logo-container > a:hover .logo-image[b-ztkcvxtmny],
.logo-container:has(.app-bar-title-main:hover) .logo-image[b-ztkcvxtmny] {
    animation: logo-grow-shrink-b-ztkcvxtmny 2s forwards;
}

@keyframes logo-grow-shrink-b-ztkcvxtmny {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
/* _content/FlowlineProUserDocs.Web/Components/Layout/MainLayout.razor.rz.scp.css */

.top-row[b-gdtmp131nf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: white;

}

/* Ensure page content is not hidden behind the appbar */
.page[b-gdtmp131nf] {
    padding-top: 64px; /* Adjust to match AppBar height */
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    
}

.content[b-gdtmp131nf] {
    width: 1150px;  /*Adjust this value as needed */
    margin: 0 auto; /* Centers the article block horizontally */
}




#blazor-error-ui[b-gdtmp131nf] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-gdtmp131nf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.logo[b-gdtmp131nf] {
    text-align: center;
}

[b-gdtmp131nf] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-gdtmp131nf] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-gdtmp131nf] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-gdtmp131nf] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-gdtmp131nf] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-gdtmp131nf] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-gdtmp131nf] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-gdtmp131nf] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}
/*
::deep .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

::deep .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

::deep .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

::deep .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button {
    display: inline-flex;
}

.nav-buttons-container {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

.nav-buttons-container ::deep .menubutton-float-end {
    margin-left: auto;
}*/
/* _content/FlowlineProUserDocs.Web/Components/Pages/Home.razor.rz.scp.css */
[b-9invxjxwvr] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-9invxjxwvr] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-9invxjxwvr] .title {
    text-align: center;
}

[b-9invxjxwvr] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-9invxjxwvr] .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, var(--DS-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

[b-9invxjxwvr] .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-9invxjxwvr] .welcome-card .welcome-card-img {
    width: 6.5rem;
    height: 6.5rem;
}

[b-9invxjxwvr] .welcome-card .welcome-card-text {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: unset;
}

[b-9invxjxwvr] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
