/* _content/PaxusGUI/Components/Dropdowns/ExchangeDropdown.razor.rz.scp.css */
span[b-k90e01s4we] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* _content/PaxusGUI/Features/AccountingTransactions/BankReconciliation/Matching/ReconciliationMatchingForm.razor.rz.scp.css */
[b-mf7y752sno] .form-width {
    max-width: 100%;
}

[b-mf7y752sno] .body-height {
    height: 80%;
}

[b-mf7y752sno] .tab-height {
    height: 590px;
}

/* Workaround for https://github.com/MudBlazor/MudBlazor/issues/5486*/
[b-mf7y752sno] .align-right input {
    text-align: right;
}

[b-mf7y752sno] .button-standard {
    height: 25px;
    width: 90px;
}

[b-mf7y752sno] .button-large {
    height: 25px;
    width: 110px;
}
/* _content/PaxusGUI/Features/Authentication/Login.razor.rz.scp.css */
#login-page[b-g8e7ffv7mr]
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--mud-palette-primary);
    background: linear-gradient(336deg, var(--mud-palette-secondary) 0%, var(--mud-palette-primary) 60%);
}
#login-page-uat[b-g8e7ffv7mr]
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--mud-palette-secondary);
    background: linear-gradient(336deg, var(--mud-palette-primary) 0%, var(--mud-palette-secondary) 60%);
}
[b-g8e7ffv7mr] div.mud-input.mud-input-text {
    background:none;
}
h1[b-g8e7ffv7mr]{
    user-select: none;
}
.login-form[b-g8e7ffv7mr]{
    min-width: 480px;
    margin-top: 40px;
}
/* _content/PaxusGUI/Features/Authentication/MfaLogin.razor.rz.scp.css */
#login-page[b-tsfj2uag7q]
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--mud-palette-primary);
    background: linear-gradient(336deg, var(--mud-palette-secondary) 0%, var(--mud-palette-primary) 60%);
}
h1[b-tsfj2uag7q]{
    user-select: none;
}
.login-form[b-tsfj2uag7q]{
    min-width: 480px;
    margin-top: 40px;
}
/* _content/PaxusGUI/Features/Securities/Pricing/DataFeed/RequestsPage.razor.rz.scp.css */
.mud-toolbar[b-vbauqtgp93] {
    --mud-internal-toolbar-height: 40px;
    justify-content: space-between;
}

.mud-button[b-vbauqtgp93] {
    padding: 2px 6px;
}

.mud-input-control[b-vbauqtgp93] {
    margin-top: 0px;
}
/* _content/PaxusGUI/Infrastructure/UI/Dropdowns/LoadingDropdownBase.razor.rz.scp.css */
.mud-input-slot .popover-option[b-1hoc1ryn67]  {
    display: none !important;
}

.mud-popover-provider .selected-option[b-1hoc1ryn67]  {
    display: none;
}

.popover-option[b-1hoc1ryn67] {
    display: flex;
    flex-grow: 1;

    &.group-option {
        margin-left: 40px;
    }
}
/* _content/PaxusGUI/Infrastructure/UI/DynamicForms/CurrencyAmountField.razor.rz.scp.css */
.merged-input[b-puus04zvy5] {
    display: flex;
}

.merged-input-part[b-puus04zvy5] {
    flex: 1 0
}

.merged-input-part:not(:last-child)[b-puus04zvy5]  .mud-input-control {
    margin-right: 0;
}

.merged-input-part:not(:first-child)[b-puus04zvy5]  .mud-input-control {
    margin-left: 0;
}

.merged-input-part:not(:last-child)[b-puus04zvy5]  div {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.merged-input-part:not(:first-child)[b-puus04zvy5]  div {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/* _content/PaxusGUI/Infrastructure/UI/DynamicForms/DateField.razor.rz.scp.css */
[b-pzun9flfet] .calendar-only {
    margin-left: 4px;
}

[b-pzun9flfet] .calendar-only .mud-input-root {
    width: 0 !important;
    padding-inline-start: 0 !important;
}

[b-pzun9flfet] .calendar-only .mud-input-adornment-end {
    margin: 0;
}
/* _content/PaxusGUI/Infrastructure/UI/DynamicForms/DescriptionTextField.razor.rz.scp.css */
[b-w9s8t38faa] .description-text {
    margin-top: 0;
    min-width: 100px;
}

[b-w9s8t38faa] .description-text .mud-input {
    margin-top: 3px;
}

[b-w9s8t38faa] .description-text .mud-input-label {
    margin-top: 3px;
}

[b-w9s8t38faa] .file-upload {
    margin-top: 0;
}

[b-w9s8t38faa] .file-upload .mud-button-root {
    padding: 10px;
}

[b-w9s8t38faa] .icon-only-outer {
    flex-grow: 0;
}

[b-w9s8t38faa] .icon-only {
    margin-left: 4px;
}

[b-w9s8t38faa] .icon-only .mud-input {
    padding-left: 10px;
}

[b-w9s8t38faa] .icon-only .mud-input-root {
    width: 0 !important;
    padding-inline-end: 0 !important;
}

[b-w9s8t38faa] .icon-only .mud-input-adornment-end {
    margin: 0;
}
/* _content/PaxusGUI/Infrastructure/UI/DynamicForms/EncryptableField.razor.rz.scp.css */
[b-3n2mxdwnhi] .text-field-input {
    min-width: 100px;
}
/* _content/PaxusGUI/Infrastructure/UI/DynamicForms/SearchSelect/SearchSelectFieldBase.razor.rz.scp.css */
[b-inlkowcuw4] .search-select-text-input {
    min-width: 100px
}
/* _content/PaxusGUI/Infrastructure/UI/DynamicForms/TextField.razor.rz.scp.css */
[b-dcsmaj5dsr] .text-field-input {
    min-width: 100px;
}
/* _content/PaxusGUI/Infrastructure/UI/FlexScroller/FlexScroller.razor.rz.scp.css */
.paxus-flex-scroller-wrapper[b-ad8e8sw1ce]
{
  position: relative;
  flex-grow:1;
}
.paxus-flex-scroller-content[b-ad8e8sw1ce]
{
  position:absolute;
  left: 0;
  top:0;
  right:0px;
  bottom:0;
  overflow-y: auto;
  /*noinspection CssInvalidPropertyValue*/
  overflow-y: overlay;
  overflow-x: hidden;
}

.paxus-flex-scroller-content[b-ad8e8sw1ce]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
  position: absolute;
  top:0;
  right:0;
}
.paxus-flex-scroller-content:hover[b-ad8e8sw1ce]::-webkit-scrollbar{
  display: unset;
}

.paxus-flex-scroller-content[b-ad8e8sw1ce]::-webkit-scrollbar-thumb {
  transition: background-color 0.25s ease;
  background-color: rgba(0,0,0,.25);
  border-radius: 3px;
}

.paxus-flex-scroller-content[b-ad8e8sw1ce]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,.5);
  cursor: grab;
}

.paxus-flex-scroller-content[b-ad8e8sw1ce]::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* _content/PaxusGUI/Infrastructure/UI/FormDialog/DetailDialog/EntityDetailDialog.razor.rz.scp.css */
[b-g0jlnw57ub] .mud-navmenu {
    max-width: 260px;
}
/* _content/PaxusGUI/Infrastructure/UI/FormDialog/DialogHeader.razor.rz.scp.css */
[b-5o8e3jwo1u] .dialog-title {
    font-size: 1.5rem;
    font-weight: bold;
}
/* _content/PaxusGUI/Infrastructure/UI/Grid/DynamicDataGrid.razor.rz.scp.css */
[b-o9q4ttn9cj] .mud-table-root .mud-table-body .mud-table-cell .mud-checkbox {
    margin: 0;
}

[b-o9q4ttn9cj] .mud-table-root .mud-table-body .mud-table-cell.not-found {
    font-style: italic;
    color: var(--mud-palette-text-disabled);
}

[b-o9q4ttn9cj] .mud-table-root .mud-table-body .mud-table-cell.no-wrap {
    white-space: nowrap;
}

[b-o9q4ttn9cj] .mud-table-root .mud-table-body .mud-table-cell.text-align-left {
    text-align: left;
}

[b-o9q4ttn9cj] .mud-table-root .mud-table-body .mud-table-cell.text-align-center {
    text-align: center;
}

[b-o9q4ttn9cj] .mud-table-root .mud-table-body .mud-table-cell.text-align-right {
    text-align: right;
}

[b-o9q4ttn9cj] .shrink-column {
    width: 0;
}

[b-o9q4ttn9cj] .mud-table-root .mud-table-body .mud-table-cell .mud-input-label,
[b-o9q4ttn9cj] .mud-table-root .mud-table-body .mud-table-cell .mud-checkbox>p {
    display: none;
}

[b-o9q4ttn9cj] .mud-table-root .mud-table-body .mud-table-cell .mud-checkbox {
    margin: 0;
}

[b-o9q4ttn9cj] .mud-table-root .mud-table-body .mud-table-cell .mud-input-root.mud-input-root-filled {
    padding-top: 12px;
    padding-bottom: 12px;
}
[b-o9q4ttn9cj] .mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 4px 4px 0px;
}

[b-o9q4ttn9cj] .mud-icon-size-small {
    font-size: 0.875rem;
    margin-top: -2px;
}

[b-o9q4ttn9cj] .mud-button-icon-size-small>*:first-child {
    font-size: 1rem;
}

[b-o9q4ttn9cj] .mud-button {
    line-height: inherit;
    padding: 5px 3px;
}

[b-o9q4ttn9cj] .mud-button-filled-size-small {
    font-size: inherit;
    line-height: 0.875rem;
}

[b-o9q4ttn9cj] .mud-icon-button-size-small {
    padding-left: 3px;
    font-size: 0.875rem;
}

[b-o9q4ttn9cj] .mud-table-root .mud-table-head .mud-table-cell {
    line-height: 1rem;
}

[b-o9q4ttn9cj] .mud-toolbar {
    --mud-internal-toolbar-height: 40px;
}

[b-o9q4ttn9cj] .mud-table {
    --mud-appbar-height: 15px;
}
/* _content/PaxusGUI/Infrastructure/UI/Layout/FlexDisplay.razor.rz.scp.css */
.container[b-v5feapfr8w]{
    display:flex;
}
/* _content/PaxusGUI/Infrastructure/UI/Layout/FormSurface.razor.rz.scp.css */
[b-91gxukgl6u] .form-surface {
    background-color: #f5f5f5;
}

[b-91gxukgl6u] .form-surface .mud-input-filled {
    background-color: var(--mud-palette-surface);
}

[b-91gxukgl6u] .form-surface .mud-input-filled:hover {
    background-color: rgba(0, 0, 0, 0.06);
}
/* _content/PaxusGUI/Infrastructure/UI/Layout/MainLayout.razor.rz.scp.css */


.page[b-n4mj1mioga] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n4mj1mioga] {
    flex: 1;
}

.sidebar[b-n4mj1mioga] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n4mj1mioga] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n4mj1mioga]  a, .top-row .btn-link[b-n4mj1mioga] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-n4mj1mioga] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-n4mj1mioga] {
        display: none;
    }

    .top-row.auth[b-n4mj1mioga] {
        justify-content: space-between;
    }

    .top-row a[b-n4mj1mioga], .top-row .btn-link[b-n4mj1mioga] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n4mj1mioga] {
        flex-direction: row;
    }

    .sidebar[b-n4mj1mioga] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n4mj1mioga] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-n4mj1mioga], article[b-n4mj1mioga] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/PaxusGUI/Infrastructure/UI/Navigation/NestedTabs/NestedTabs.razor.rz.scp.css */

[b-ssm437dedq] .mud-nav-item.active {
    background-color: var(--mud-palette-background-grey);
    border-left: 4px solid var(--mud-palette-secondary);
}

.fixed-height[b-ssm437dedq] {
    min-height: calc(100vh - 310px);
}

.fixed-height-small[b-ssm437dedq] {
    min-height: calc(100vh - 570px);
}
/* _content/PaxusGUI/Infrastructure/UI/StaticForms/InvestorCommunications/ReportGrid.razor.rz.scp.css */
.standardFont[b-9p7kxlcrn2] {
    color: inherit;
}

.lightFont[b-9p7kxlcrn2]{
    color: darkgray;
}

