@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ouw50eeq2n.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.title-bar[b-jpudej0b3u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
}

.settings-button[b-jpudej0b3u] {
    margin-left: auto;
}

.settings-button.icon-only[b-jpudej0b3u] {
    min-width: auto;
    padding: 8px 12px;
    font-size: 1.2rem;
}   

.main-content[b-jpudej0b3u] {
    width: 100%;
    height: 100%;
}

.content-area[b-jpudej0b3u] {
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui[b-jpudej0b3u] {
    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-jpudej0b3u] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Pages/ColorConverter.razor.rz.scp.css */
.color-preview[b-ikzelqqx9r] {
    width: 100%;
    height: 96px;
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-rest);
    margin-top: 10px;
}
/* /Pages/HAR.razor.rz.scp.css */
.har-input[b-v5pj45stuf] {
    width: 100%;
    min-height: 220px;
    margin-top: 10px;
    resize: vertical;
    font-family: monospace;
    box-sizing: border-box;
    padding: 10px;
}

.har-load-row[b-v5pj45stuf] {
    margin-top: 10px;
}

.har-section-label[b-v5pj45stuf] {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.har-controls-grid label[b-v5pj45stuf] {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.status-error[b-v5pj45stuf] {
    color: #d13438;
    font-weight: 600;
}

.har-inspect-button[b-v5pj45stuf] {
    align-self: center;
}

.har-replay-cell[b-v5pj45stuf] {
    display: flex;
    align-items: center;
    height: 100%;
}
/* /Pages/Home.razor.rz.scp.css */

.tools-grid[b-gfr5a81tei] {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

@media (min-width: 600px) {
    .tools-grid[b-gfr5a81tei] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .tools-grid[b-gfr5a81tei] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .tools-grid[b-gfr5a81tei] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

[b-gfr5a81tei] .tool-card {
	padding: 15px;
	cursor: pointer;
	height: 100%;
	min-width: 0;
}

[b-gfr5a81tei] .tool-card * {
	cursor: pointer;
}

@media (max-width: 1200px) {
    .tools-grid[b-gfr5a81tei] {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}
/* /Pages/JWT.razor.rz.scp.css */
.jwt-editor[b-1t1d7jm7ca] {
    min-height: 80px;
    width: 100%;
}

.jwt-editor[b-1t1d7jm7ca]::part(control) {
    min-height: 80px;
}
/* /Pages/SettingsPage.razor.rz.scp.css */
.page-container[b-w71fbde14i] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-container > *[b-w71fbde14i] {
    flex: 1;
}
