/* _content/Pioneer.SSO/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nd1mhshnuv] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-nd1mhshnuv] {
    flex: 1;
}

.sidebar[b-nd1mhshnuv] {
    background-image: none;
    background-color: #343a40;
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.content[b-nd1mhshnuv] {
    margin-left: 250px;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

@media (max-width: 767.98px) {
    .sidebar[b-nd1mhshnuv] {
        width: 100%;
        height: auto;
        position: static;
    }

    .content[b-nd1mhshnuv] {
        margin-left: 0;
        height: auto;
    }
}

.toast-container[b-nd1mhshnuv] {
    z-index: 2000;
}

.dropdown-toggle[b-nd1mhshnuv]::after {
    margin-left: 0.5em;
}

.dropdown-item[b-nd1mhshnuv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* _content/Pioneer.SSO/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-pxz987yerc] {
    background-color: #343a40;
    color: white;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand[b-pxz987yerc] {
    font-size: 1.1rem;
    text-decoration: none;
}

    .navbar-brand:hover[b-pxz987yerc] {
        text-decoration: none;
    }

.nav-scrollable[b-pxz987yerc] {
    height: calc(100vh - 4rem - 5rem);
    overflow-y: auto;
}

.nav-user-footer[b-pxz987yerc] {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #d7d7d7;
    box-sizing: border-box;
}

.user-info[b-pxz987yerc] {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: white;
}

.logout-btn[b-pxz987yerc] {
    color: #d7d7d7;
    padding: 0;
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
}

    .logout-btn:hover[b-pxz987yerc] {
        color: white;
        text-decoration: none;
        background-color: transparent;
    }

    .logout-btn:focus[b-pxz987yerc] {
        outline: none;
        box-shadow: none;
    }

.nav-section[b-pxz987yerc] {
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-section-title[b-pxz987yerc] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #8a92a9;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-item[b-pxz987yerc] {
    font-size: 0.9rem;
    padding-bottom: 0;
}

    .nav-item:first-of-type[b-pxz987yerc] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-pxz987yerc] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-pxz987yerc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
        padding: 0.5rem 1rem;
        text-decoration: none;
    }

        .nav-item[b-pxz987yerc]  a i {
            margin-right: 0.5rem;
        }

        .nav-item[b-pxz987yerc]  a.active {
            background-color: rgba(255, 255, 255, 0.25);
            color: white;
        }

        .nav-item[b-pxz987yerc]  a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
            text-decoration: none;
        }
/* _content/Pioneer.SSO/Components/Layout/SetupLayout.razor.rz.scp.css */
.setup-container[b-q5p4mn5i11] {
    min-height: 100vh;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
/* _content/Pioneer.SSO/Components/Layout/UserLayout.razor.rz.scp.css */
.user-layout[b-zczij66e3a] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.user-header[b-zczij66e3a] {
    background-color: #343a40;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content[b-zczij66e3a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
}

.brand-link[b-zczij66e3a] {
    color: white;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

    .brand-link:hover[b-zczij66e3a] {
        color: #f8f9fa;
        text-decoration: none;
    }

    .brand-link i[b-zczij66e3a] {
        font-size: 1.5rem;
    }

.user-menu[b-zczij66e3a] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-info[b-zczij66e3a] {
    display: flex;
    align-items: center;
    color: #f8f9fa;
    font-size: 0.95rem;
}

    .user-info i[b-zczij66e3a] {
        font-size: 1.25rem;
    }

.user-email[b-zczij66e3a] {
    font-weight: 500;
}

.nav-link[b-zczij66e3a] {
    color: #d7d7d7;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

    .nav-link:hover[b-zczij66e3a] {
        color: white;
        background-color: rgba(255, 255, 255, 0.1);
        text-decoration: none;
    }

    .nav-link:focus[b-zczij66e3a] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
    }

.user-main[b-zczij66e3a] {
    flex: 1;
    background-color: #f8f9fa;
}

/* Mobile responsiveness */
@media (max-width: 767.98px) {
    .header-content[b-zczij66e3a] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .user-menu[b-zczij66e3a] {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .user-info[b-zczij66e3a] {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .brand-link[b-zczij66e3a] {
        font-size: 1.1rem;
    }

        .brand-link i[b-zczij66e3a] {
            font-size: 1.25rem;
        }

    .nav-link[b-zczij66e3a] {
        font-size: 0.9rem;
        padding: 0.4rem 0.6rem;
    }
}

@media (max-width: 575.98px) {
    .user-email[b-zczij66e3a] {
        font-size: 0.85rem;
    }

    .nav-link[b-zczij66e3a] {
        font-size: 0.85rem;
    }
}
/* _content/Pioneer.SSO/Components/Pages/User/Launcher.razor.rz.scp.css */
.launcher-container[b-dtow5wag0c] {
    max-width: 1200px;
    margin: 0 auto;
}

.launcher-header[b-dtow5wag0c] {
    text-align: center;
}

    .launcher-header h2[b-dtow5wag0c] {
        font-size: 2rem;
        font-weight: 600;
        color: #212529;
    }

    .launcher-header p[b-dtow5wag0c] {
        font-size: 1.1rem;
    }

.apps-grid[b-dtow5wag0c] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.app-card[b-dtow5wag0c] {
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .app-card:hover[b-dtow5wag0c] {
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        border-color: #0d6efd;
    }

    .app-card:active[b-dtow5wag0c] {
        transform: translateY(-2px);
    }

.app-card-body[b-dtow5wag0c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.app-logo[b-dtow5wag0c] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

    .app-logo img[b-dtow5wag0c] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.app-logo-placeholder[b-dtow5wag0c] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: white;
    font-size: 2.5rem;
}

.app-name[b-dtow5wag0c] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.app-description[b-dtow5wag0c] {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5rem;
}

.app-card .btn[b-dtow5wag0c] {
    margin-top: auto;
}

/* Mobile responsiveness */
@media (max-width: 767.98px) {
    .apps-grid[b-dtow5wag0c] {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1rem;
    }

    .app-card[b-dtow5wag0c] {
        padding: 1.5rem;
    }

    .launcher-header h2[b-dtow5wag0c] {
        font-size: 1.5rem;
    }

    .launcher-header p[b-dtow5wag0c] {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .apps-grid[b-dtow5wag0c] {
        grid-template-columns: 1fr;
    }

    .app-logo[b-dtow5wag0c] {
        width: 64px;
        height: 64px;
    }

    .app-logo-placeholder[b-dtow5wag0c] {
        font-size: 2rem;
    }

    .app-name[b-dtow5wag0c] {
        font-size: 1.1rem;
    }
}
/* _content/Pioneer.SSO/Components/Pages/User/UserProfile.razor.rz.scp.css */
.profile-container[b-cr680aw10f] {
    max-width: 1200px;
    margin: 0 auto;
}

.card[b-cr680aw10f] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.card-header[b-cr680aw10f] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.25rem;
}

    .card-header h5[b-cr680aw10f] {
        color: #212529;
        font-weight: 600;
    }

.card-body[b-cr680aw10f] {
    padding: 1.5rem;
}

.profile-info[b-cr680aw10f] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-row[b-cr680aw10f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

    .info-row:last-child[b-cr680aw10f] {
        border-bottom: none;
    }

.info-label[b-cr680aw10f] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.9rem;
}

.info-value[b-cr680aw10f] {
    color: #212529;
    font-size: 0.95rem;
    text-align: right;
}

    .info-value code[b-cr680aw10f] {
        background-color: #f8f9fa;
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        font-size: 0.85rem;
    }

.apps-list[b-cr680aw10f] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.app-item[b-cr680aw10f] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.2s ease;
}

    .app-item:hover[b-cr680aw10f] {
        background-color: #f8f9fa;
        border-color: #0d6efd;
    }

.app-item-logo[b-cr680aw10f] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.app-item-logo-placeholder[b-cr680aw10f] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.app-item-info[b-cr680aw10f] {
    flex: 1;
    min-width: 0;
}

    .app-item-info strong[b-cr680aw10f] {
        display: block;
        color: #212529;
        font-size: 1rem;
    }

    .app-item-info small[b-cr680aw10f] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* Mobile responsiveness */
@media (max-width: 767.98px) {
    .info-row[b-cr680aw10f] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .info-label[b-cr680aw10f],
    .info-value[b-cr680aw10f] {
        text-align: left;
    }

    .app-item[b-cr680aw10f] {
        flex-wrap: wrap;
    }

    .app-item-info[b-cr680aw10f] {
        flex-basis: 100%;
    }

    .app-item .btn[b-cr680aw10f] {
        margin-left: auto;
    }
}

@media (max-width: 575.98px) {
    .card-body[b-cr680aw10f] {
        padding: 1rem;
    }

    .info-row[b-cr680aw10f] {
        padding: 0.5rem 0;
    }

    .app-item[b-cr680aw10f] {
        padding: 0.75rem;
    }

    .app-item-logo[b-cr680aw10f],
    .app-item-logo-placeholder[b-cr680aw10f] {
        width: 40px;
        height: 40px;
    }

    .app-item-logo-placeholder[b-cr680aw10f] {
        font-size: 1.25rem;
    }
}
