@import '_content/Telemetry.SharedComponents/Telemetry.SharedComponents.bundle.scp.css';

/* _content/SimTelemetry.Web/Components/Shared/ClaimValueField.razor.rz.scp.css */
.claim-field dt[b-ypekjnb8ut] {
    font-weight: 600;
    margin-top: 1rem;
}

.claim-field dd[b-ypekjnb8ut] {
    margin: 0.25rem 0 0;
    word-break: break-word;
}

.claim-list[b-ypekjnb8ut] {
    list-style: disc;
    margin: 0;
    padding-left: 1.25rem;
}

.claim-list li[b-ypekjnb8ut] {
    margin-bottom: 0.25rem;
}

/* _content/SimTelemetry.Web/Layout/MainLayout.razor.rz.scp.css */
.page[b-z181nn564g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-z181nn564g] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-z181nn564g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z181nn564g]  a, .top-row[b-z181nn564g]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-z181nn564g]  a:hover, .top-row[b-z181nn564g]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-z181nn564g]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-z181nn564g] {
        justify-content: space-between;
    }

    .top-row[b-z181nn564g]  a, .top-row[b-z181nn564g]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-z181nn564g] {
        flex-direction: row;
    }

    .sidebar[b-z181nn564g] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z181nn564g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-z181nn564g]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-z181nn564g], article[b-z181nn564g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SimTelemetry.Web/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6jk5g7nym7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6jk5g7nym7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6jk5g7nym7] {
    font-size: 1.1rem;
}

.simtelemetry-panel-menu[b-6jk5g7nym7] {
    padding: 0.5rem 0.25rem 1rem;
}

.simtelemetry-panel-menu[b-6jk5g7nym7]  .rz-navigation-item-link {
    color: #d7d7d7;
    border-radius: 4px;
}

.simtelemetry-panel-menu[b-6jk5g7nym7]  .rz-navigation-item-link:hover,
.simtelemetry-panel-menu[b-6jk5g7nym7]  .rz-navigation-item-wrapper-active > .rz-navigation-item-link {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6jk5g7nym7] {
        display: none;
    }

    .collapse[b-6jk5g7nym7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-6jk5g7nym7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/SimTelemetry.Web/Pages/Account.razor.rz.scp.css */
.card[b-l5bf71kx8o] {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1.25rem;
    background: #fff;
    max-width: 960px;
}

dl[b-l5bf71kx8o] {
    margin: 0;
}

.linked-accounts-container[b-l5bf71kx8o] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 1rem;
}

.linked-account-item[b-l5bf71kx8o] {
    border: 1px solid var(--tds-border-color, #ddd);
    border-radius: var(--tds-border-radius, 4px);
    padding: 1rem;
    background-color: var(--tds-surface-color, #fafafa);
}

.provider-header[b-l5bf71kx8o] {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.provider-status[b-l5bf71kx8o] {
    margin-bottom: 1rem;
    padding: 0.75rem;
    border-radius: var(--tds-border-radius, 4px);
}

.provider-status.linked[b-l5bf71kx8o] {
    background-color: rgba(76, 175, 80, 0.1);
    border-left: 3px solid #4CAF50;
    color: #2E7D32;
}

.provider-status.unlinked[b-l5bf71kx8o] {
    background-color: rgba(158, 158, 158, 0.1);
    border-left: 3px solid #9E9E9E;
    color: #424242;
}

@media (max-width: 768px) {
    .linked-accounts-container[b-l5bf71kx8o] {
        grid-template-columns: 1fr;
    }
}
/* _content/SimTelemetry.Web/Pages/Home.razor.rz.scp.css */
.hero-section[b-1o6aelhfgg] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.hero-content h1[b-1o6aelhfgg] {
    margin: 0 0 1rem;
    font-size: 2.25rem;
}

.subtitle[b-1o6aelhfgg] {
    font-size: 1.25rem;
    margin: 0;
    opacity: 0.9;
}

.feature-card[b-1o6aelhfgg] {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1.25rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.feature-card h2[b-1o6aelhfgg] {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.info-section[b-1o6aelhfgg] {
    margin-top: 3rem;
}

h3[b-1o6aelhfgg] {
    margin-top: 0;
    margin-bottom: 1rem;
}

.mt-4[b-1o6aelhfgg] {
    margin-top: 1.5rem;
}

ul[b-1o6aelhfgg] {
    padding-left: 1.5rem;
    line-height: 1.8;
}

li[b-1o6aelhfgg] {
    margin-bottom: 0.5rem;
}

