@import '_content/GF.MS.DB.Blazor.Components.Forms/GF.MS.DB.Blazor.Components.Forms.jx0kzl4wxz.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.ProgressIndicators/GF.MS.DB.Blazor.Components.ProgressIndicators.goh4phj0jr.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Templates.ApplicationLayout/GF.MS.DB.Blazor.Templates.ApplicationLayout.wwmwigd9i3.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Templates.ToolBar/GF.MS.DB.Blazor.Templates.ToolBar.0dx49e6hm3.bundle.scp.css';

/* /Components/Dialogs/AboutDialog.razor.rz.scp.css */
.about-dialog-content[b-avq12tn9yu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    height: 100%;
    width: 100%;
}

.about-dialog-name[b-avq12tn9yu] {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--ugg-color-text-primary)
}

.about-dialog-version[b-avq12tn9yu] {
    color: var(--ugg-color-text-secondary)
}
/* /Components/Dialogs/DialogButton.razor.rz.scp.css */
.dialog-button-label[b-aerst42og1] {
    min-width: 4rem;
    padding: 0 0.5rem;
}
/* /Components/Dialogs/TicketForm/TicketForm.razor.rz.scp.css */
.ticket-form[b-8omnzyiwth] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: red !important;
}

[b-8omnzyiwth] label {
    color: var(--ugg-color-secondary) !important;
}

[b-8omnzyiwth] input {
    color: var(--ugg-color-text-primary) !important;
}

.ticket-form-item[b-8omnzyiwth] {
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
}

.ticket-form-item-full[b-8omnzyiwth] {
    width: 100%;
}

.ticket-form-item-half[b-8omnzyiwth] {
    width: 50%;
}
/* /Components/Tables/Cells/CellTicketActions.razor.rz.scp.css */
.cell-ticket-actions[b-h6xtlkx3gs] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
/* /Components/Tables/Cells/CellTicketChip.razor.rz.scp.css */
.cell-ticket-chip[b-n8jxhlre8j] {
    font-weight: bold;
    cursor: pointer;
}
/* /Components/Tables/Cells/CellTicketDate.razor.rz.scp.css */
.cell-ticket-date[b-xtxwfcl5ji] {
    color: var(--ugg-color-text-disabled);
    cursor: pointer;
}
/* /Components/Tables/Cells/CellTicketId.razor.rz.scp.css */
.cell-ticket-id[b-hzuq2ukdgv] {
    font-size: 1rem;
    font-weight: bold;
    color: var(--ugg-color-primary);
    cursor: pointer;
}
/* /Components/Tables/Cells/CellTicketTitle.razor.rz.scp.css */
.cell-ticket-title[b-xjgmbh3l5f] {
    display: grid;
    cursor: pointer;
    white-space: nowrap;
}

.title[b-xjgmbh3l5f] {
    color: var(--ugg-color-text-primary);
}

.subtitle[b-xjgmbh3l5f] {
    color: var(--ugg-color-text-disabled);
}
/* /Components/Tables/Cells/CellTicketUser.razor.rz.scp.css */
.cell-ticket-user[b-hy6wgm8ps6] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.cell-ticket-user-name[b-hy6wgm8ps6] {
    margin-left: 0.5rem;
}
/* /Components/Tables/ShowMoreTableFooter.razor.rz.scp.css */
.show-more-table-footer[b-camftcxixd] {
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 4rem;
    cursor: pointer;
    font-size: 1rem;
    color: #0008;
    background-color: unset;
    transition: background-color 0.25s ease-out;
}

    .show-more-table-footer:hover[b-camftcxixd] {
        color: var(--ugg-color-text-primary);
        background-color: var(--ugg-indicator-selected-dark);
        transition: background-color 0.15s ease-in;
    }
/* /Components/Tables/TicketsTable.razor.rz.scp.css */
.tickets-list[b-2o7vpjiniq] {
}

[b-2o7vpjiniq] .tickets-list-actions {
    width: 3rem;
}

[b-2o7vpjiniq] thead span {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--ugg-color-text-disabled);
}

[b-2o7vpjiniq] tbody .mud-table-row {
    background-color: unset;
    transition: background-color 0.25s ease-out;
}

    [b-2o7vpjiniq] tbody .mud-table-row:hover {
        background-color: var(--ugg-indicator-selected-dark);
        transition: background-color 0.15s ease-in;
    }
/* /Pages/NotFoundPage.razor.rz.scp.css */
.not-found-message[b-9zj5k1sdt0] {
    height: 100%;
    width: 100%;
    line-height: 10rem;
    text-align: center;
    font-size: 1rem;
    color: var(--ugg-color-text-disabled);
}
