/* /Components/Layout/MainLayout.razor.rz.scp.css */
html[b-ph1dfu81sj], body[b-ph1dfu81sj] {
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.app-shell[b-ph1dfu81sj] {
    min-height: calc(100dvh - 4.75rem);
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    background: transparent;
}

.app-body[b-ph1dfu81sj] {
    flex: 1;
    height: auto;
    overflow-y: visible;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    background: transparent;
}

.page-container[b-ph1dfu81sj] {
    min-height: calc(100dvh - 4.75rem);
    height: auto;
    width: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    padding: 2rem;
    box-sizing: border-box;
}

.rz-profile-menu .rz-menu-list[b-ph1dfu81sj] {
    position: absolute;
    z-index: 1100;
    margin-top: 0;
    overflow: visible !important;
    contain: none !important;
}

#blazor-error-ui[b-ph1dfu81sj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ph1dfu81sj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .page-container[b-ph1dfu81sj] {
        padding: 1rem;
    }
}
/* /Components/Pages/Admin/ApplicationSettings.razor.rz.scp.css */
.app-settings-group[b-o91xbtr22q] {
    margin-bottom: 1.25rem;
}

.app-settings-group h2[b-o91xbtr22q] {
    font-size: 1rem;
    font-weight: 650;
    margin: 0 0 0.5rem;
}

.app-settings-list[b-o91xbtr22q] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.app-setting-row[b-o91xbtr22q] {
    display: grid;
    grid-template-columns: minmax(8rem, 0.85fr) minmax(0, 1.15fr) 2.25rem;
    gap: 0.55rem;
    align-items: center;
    min-height: 3.15rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid var(--rz-base-300);
    border-radius: 6px;
    background: var(--rz-base-background-color);
}

.app-setting-title[b-o91xbtr22q] {
    font-weight: 650;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.app-setting-editor[b-o91xbtr22q] {
    min-width: 0;
}

.app-secret-input[b-o91xbtr22q] {
    width: 100%;
}

.app-setting-error[b-o91xbtr22q] {
    color: var(--rz-danger);
    font-size: 0.82rem;
    margin-top: 0.25rem;
}

.app-setting-actions[b-o91xbtr22q] {
    display: flex;
    justify-content: center;
}

.app-setting-save[b-o91xbtr22q] {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    padding: 0;
}

@media (max-width: 860px) {
    .app-settings-list[b-o91xbtr22q] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .app-setting-row[b-o91xbtr22q] {
        grid-template-columns: 1fr 2.25rem;
    }

    .app-setting-meta[b-o91xbtr22q] {
        grid-column: 1 / -1;
    }
}
