@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dwk6czdzfo.bundle.scp.css';

/* /Components/AdminBilling/Pages/AdminBillingHistory.razor.rz.scp.css */
.billing-history-grid[b-5bp9o156j3] {
    width: 100%;
    margin-top: 20px;
}

.billing-history-grid .fluent-button[b-5bp9o156j3] {
    padding: 4px 8px;
}

.paginator .summary[b-5bp9o156j3] {
    display: none !important;
}

.admin-billing-history-table[b-5bp9o156j3] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 60vh;
    padding: 20px;
}

.page-size-select[b-5bp9o156j3] {
    width: auto;
    min-width: 2.5rem;
    padding: 0 0.5rem;
}

.page-size-select fluent-listbox[b-5bp9o156j3] {
    min-width: auto !important;
}
/* /Components/Billing/Pages/BillingHistory.razor.rz.scp.css */
.billing-history-grid[b-m8khemjuvw] {
    width: 100%;
    margin-top: 20px;
}

.billing-history-grid .fluent-button[b-m8khemjuvw] {
    padding: 4px 8px;
}

.billing-history-table[b-m8khemjuvw] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 60vh;
    padding: 20px;
}
/* /Components/Consumption/Pages/Consumption.razor.rz.scp.css */
body[b-tixqfwhiyz] {

}

.license-container[b-tixqfwhiyz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    padding: 16px;
}

.license-card[b-tixqfwhiyz] {
    padding: 16px;
    border-radius: 8px;
    background: var(--neutral-fill-card-rest);
    box-shadow: var(--elevation-shadow-card);
}

/* /Components/Licenses/Pages/Licenses.razor.rz.scp.css */
body[b-3ugvbmlom7] {

}

.license-container[b-3ugvbmlom7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    padding: 16px;
}

.license-card[b-3ugvbmlom7] {
    padding: 16px;
    border-radius: 8px;
    background: var(--neutral-fill-card-rest);
    box-shadow: var(--elevation-shadow-card);
}

/* /Components/Marketplace/Pages/Marketplace.razor.rz.scp.css */
.field-group[b-1byqkfmhs4] {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.fluent-text-field input[b-1byqkfmhs4] {
    padding: 10px 12px;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: white;
    transition: border-color 0.2s ease;
}

    .fluent-text-field[b-1byqkfmhs4]::part(root),
    .fluent-text-field[b-1byqkfmhs4]::part(control),
    .fluent-text-field input:focus[b-1byqkfmhs4] {
        border-bottom: none !important;
        outline: none;
        box-shadow: none !important;
    }

.fluent-text-field.invalid input[b-1byqkfmhs4] {
    border-color: red !important;
}

.validation-message[b-1byqkfmhs4] {
    font-size: 14px;
    color: #e01e5a;
    margin-top: 4px;
    margin-left: 2px;
}
