@import '_content/Team.Core.Infrastructure.Blazor/Team.Core.Infrastructure.Blazor.goprz4ahaz.bundle.scp.css';

/* /Features/Products/Carbon/Orders/ImportFromSpreadsheet/ImportOrdersFromSpreadsheetView.razor.rz.scp.css */
/* The Spreadsheet Text field is a Team.Core TextField (.tcc-field), not MudBlazor. Make the control and its
   textarea fill the grid cell so the input grows to the whole screen rather than its 2-row natural height. */
[b-zzs6gp99vt] .tcc-field {
    height: 100%;
    min-height: 0;
}

[b-zzs6gp99vt] .tcc-field__control {
    flex: 1 1 auto;
    min-height: 0;
    align-items: stretch;
}

[b-zzs6gp99vt] .tcc-field__input {
    height: 100%;
}
