/* _content/FlowlineProEntryPoint/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-zc6361h016] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/FlowlineProEntryPoint/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-ini7pmiv83] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-ini7pmiv83] {
    display: flex;
    gap: 0.625rem;
}
/* _content/FlowlineProEntryPoint/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-472nkhxmxc] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-472nkhxmxc] {
        flex-direction: column;
    }
}
/* _content/FlowlineProEntryPoint/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-db2onxxuw3] .tab-icon {
    min-width: var(--icon-width);
    min-height: var(--icon-height);
    background-size: contain;
}

[b-db2onxxuw3] .icon-profile {
    --icon-mask-image: var(--icon-profile-mask-image);
}

[b-db2onxxuw3] .icon-email {
    --icon-mask-image: var(--icon-email-mask-image);
}

[b-db2onxxuw3] .icon-two-factor {
    --icon-mask-image: var(--icon-two-factor-mask-image);
}

[b-db2onxxuw3] .icon-password {
    --icon-mask-image: var(--icon-password-mask-image);
}

[b-db2onxxuw3] .icon-personal {
    --icon-mask-image: var(--icon-personal-mask-image);
}

[b-db2onxxuw3] .icon-external {
    --icon-mask-image: var(--icon-external-mask-image);
}
/* _content/FlowlineProEntryPoint/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-sxpycvxv8b] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/FlowlineProEntryPoint/Components/Layout/AppBar.razor.rz.scp.css */
a[b-v7gkvi4fwt] {
    text-decoration: none;
}

.app-bar[b-v7gkvi4fwt] {
    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-v7gkvi4fwt] {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 100%;
    box-sizing: border-box;
}

.logo-container[b-v7gkvi4fwt] {
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-top: 4px;
}

.app-bar-actions[b-v7gkvi4fwt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.logo-image[b-v7gkvi4fwt] {
    width: 40px;
    margin: 2px;
}

.app-bar-title-group[b-v7gkvi4fwt] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.app-bar-title-main[b-v7gkvi4fwt] {
    font-size: 1.4rem;
    color: black;
    font-weight: bold;
    transition: color 0.2s ease;
}

    .app-bar-title-main:hover[b-v7gkvi4fwt],
    .logo-container > a:hover + .app-bar-title-group .app-bar-title-main[b-v7gkvi4fwt] {
        color: #0f6cbd;
    }

.app-bar-title-sub[b-v7gkvi4fwt] {
    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-v7gkvi4fwt],
.logo-container:has(.app-bar-title-main:hover) .logo-image[b-v7gkvi4fwt] {
    animation: logo-grow-shrink-b-v7gkvi4fwt 2s forwards;
}

@keyframes logo-grow-shrink-b-v7gkvi4fwt {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
/* _content/FlowlineProEntryPoint/Components/Layout/MainLayout.razor.rz.scp.css */

.top-row[b-5f4ejmwos1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: white;

}

/* Ensure page content is not hidden behind the appbar */
.page[b-5f4ejmwos1] {
    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-5f4ejmwos1] {
    width: 1150px;  /*Adjust this value as needed */
    margin: 0 auto; /* Centers the article block horizontally */
}




#blazor-error-ui[b-5f4ejmwos1] {
    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-5f4ejmwos1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.logo[b-5f4ejmwos1] {
    text-align: center;
}

[b-5f4ejmwos1] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-5f4ejmwos1] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-5f4ejmwos1] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-5f4ejmwos1] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-5f4ejmwos1] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-5f4ejmwos1] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-5f4ejmwos1] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-5f4ejmwos1] .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;
}*/
