@import '_content/GalileoGroup.Connect.UI/GalileoGroup.Connect.UI.ucrpcxr8hu.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* _content/GalileoGroup.Connect.Roles.Gui/Components/Administration/AccountSelector.razor.rz.scp.css */
/* fixes for styling issue with FluentDataGrid start */
[b-6dyhphimn4] .col-options-button {
    float: inline-start
}

[b-6dyhphimn4] .column-header > svg {
    display: none
}

/* fixes for styling issue with FluentDataGrid end */

[b-6dyhphimn4] fluent-menu-item {
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    user-select: none;
}

    [b-6dyhphimn4] fluent-menu-item.warning {
        border-left: 2px solid #e53935;
        color: #e53935;
        font-weight: normal;
        font-style: italic;
    }

        [b-6dyhphimn4] fluent-menu-item.warning:hover {
            background-color: rgba(229, 57, 53, 0.05);
        }

[b-6dyhphimn4] .col{
    padding: 0;
    height: unset !important;
    align-items: center
}

[b-6dyhphimn4] .table-cell {
    width: 100%;
    height: 3em;
    align-content: center;
    text-indent: 12.8px;
}

[b-6dyhphimn4] .col-title {
    height: 3em;
    align-content: center;
    user-select: none;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Administration/Tenants/ExportTenant.razor.rz.scp.css */
[b-4gdci7duxn] .fluent-wizard ol {
    display: none !important
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Administration/Tenants/GrainSelectorTree.razor.rz.scp.css */
[b-y2amsh1fiy] fluent-select {
    min-width: unset !important;
    width: 10em !important;
    overflow: visible;
}

[b-y2amsh1fiy] .parent-select fluent-option:first-child {
    display: none;
}

[b-y2amsh1fiy] fluent-checkbox::part(label) {
    text-overflow: ellipsis;
    overflow-x: clip;
    overflow-y: visible;
    width: 10.4em;
}

[b-y2amsh1fiy] fluent-tree-item,
[b-y2amsh1fiy] fluent-tree-view {
    overflow: visible !important;
    contain: none !important;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Administration/Tenants/ImportTenant.razor.rz.scp.css */

.treeitem-text[b-l5y0gapz2p] {
    max-width: 340px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

[b-l5y0gapz2p] #fluent-stack {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

[b-l5y0gapz2p] .tenant-accordion {
    width: 100%;
}

[b-l5y0gapz2p] #upload {
    width: 100%;
}

[b-l5y0gapz2p] .upload-card {
    width: 100%;
    height: 100%;
}

[b-l5y0gapz2p] #error-message-section {
    overflow-wrap: anywhere;
}

[b-l5y0gapz2p] #upload-input-text {
    user-select: none;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Common/ActiveEditors/ActiveEditors.razor.rz.scp.css */
[b-5k1oe8nyi9] .fluent-persona .initials {
    background: unset;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Common/Buttons/GGOptionsButton.razor.rz.scp.css */
[b-3weeh71ddg] .fluent-menubutton-container {
    line-height: 1;
}

[b-3weeh71ddg] fluent-button::part(end) {
    margin-inline-start: 0
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Common/Inputs/ConnectionMethodInput.razor.rz.scp.css */
/*The following classes are responsible to make the autocomplete size correct. They are a workaround,
    if a better solution is found, they can be removed.*/
div[b-pftusgkhmy]  fluent-text-field {
    height: 100%;
}

    div[b-pftusgkhmy]  fluent-text-field::part(root) {
        height: 100%;
    }
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Common/Inputs/EntrySelectorInput.razor.rz.scp.css */
/*The following classes are responsible to make the autocomplete size correct. They are a workaround,
    if a better solution is found, they can be removed.*/
div[b-5408xrrp8s]  fluent-text-field {
    height: 100%;
}

div[b-5408xrrp8s]  fluent-text-field::part(root) {
    height: 100%;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Common/JsonSchemaForm/JsonSchemaForm.razor.rz.scp.css */

[b-guiqb5vlrc] fluent-button::part(end) {
    margin-inline-start: 0
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Common/KeyValueList/GGKeyValueList.razor.rz.scp.css */
#ggkeyvaluelist-actions[b-zdpx1g0e7i] {
    padding-left: calc(((var(--design-unit)* 3) + var(--focus-stroke-width) - var(--stroke-width))* 1px)
}

#ggkeyvaluelist-grid[b-zdpx1g0e7i] {
    display: grid;
    grid-template-columns: 5fr 5fr 1fr;
    justify-content: center;
    align-items: center;
}

.ggkeyvaluelist-cell[b-zdpx1g0e7i] {
    padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width))* 1px) calc(((var(--design-unit)* 3) + var(--focus-stroke-width) - var(--stroke-width))* 1px);
}

.ggkeyvaluelist-divider[b-zdpx1g0e7i] {
    grid-column: span 3;
}

.ggkeyvaluelist-error[b-zdpx1g0e7i] {
    color: var(--error);
    font-size: var(--type-ramp-minus-1-font-size);
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Common/StickyScroll.razor.rz.scp.css */
.sticky-scroll-container[b-eqhh1ty75e] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}


.sticky-scroll-content[b-eqhh1ty75e] {
    flex-grow: 1;
    overflow-y: auto;
    width: 100%;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Connections/Server/Handlers/OAuthAuthenticationEditor.razor.rz.scp.css */
.tab-container[b-6k4jud3ctz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    justify-content: center;
    align-items: center;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Flows/Checkpoints/IndexAutocompleteComponent.razor.rz.scp.css */
.grid-cell[b-c4owzcmffq] {
    padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width))* 1px) calc(((var(--design-unit)* 3) + var(--focus-stroke-width) - var(--stroke-width))* 1px);
}

.grid-cell-combobox[b-c4owzcmffq] {
    min-width: 0;
}

.indexes-grid[b-c4owzcmffq] {
    display: grid;
    grid-template-columns: 5fr 5fr 1fr;
    justify-content: center;
    align-items: center;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Flows/ContextMenu/FlowContextMenu.razor.rz.scp.css */
.flow-context-menu[b-rzmtxq368o] {
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.enabled-context-menu-item[b-rzmtxq368o] {
    pointer-events: auto;
    cursor: pointer;
}

.disabled-context-menu-item[b-rzmtxq368o] {
    pointer-events: auto;
    cursor: default;
    opacity: 0.5;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Flows/Editor/FlowEditor.razor.rz.scp.css */
#flow-control-wrapper[b-qo3zb96nav] {
    --instruction-panel-width: 30%;
    --flow-panel-width: calc(100% - var(--instruction-panel-width));

    width: 100%;
    height: 80%;
    display: flex;
    background-color: lightblue;
    justify-content: center;
    column-count: 2;     
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Flows/Editor/FlowPanel.razor.rz.scp.css */
#flow-panel-wrapper[b-rfuck9l1iy] {
    pointer-events: all;
    width: var(--flow-panel-width);
    height: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    display: flex;
    overflow: auto;
}

#instruction-drop-zone[b-rfuck9l1iy] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.drop-indicator[b-rfuck9l1iy] {
    border: 2px solid blue;
    padding: 0px;
    margin: 0px;
    z-index: 2;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Flows/Editor/InstructionPanel.razor.rz.scp.css */
#instruction-panel-wrapper[b-bhrqcsf7e7] {
    width: var(--instruction-panel-width);
    height: 100%;
    margin: 0;
    padding: 0;
    column-count: 1;
    flex-direction: column;
    display: flex;
    overflow: auto;
}

.instruction-proxy[b-bhrqcsf7e7] {
    margin: 4px;
    border-radius: 4px;
    background-color: var(--neutral-fill-stealth-rest);
    padding: 4px;
}

    .instruction-proxy:hover[b-bhrqcsf7e7] {
        background-color: var(--neutral-fill-secondary-hover);
    }

.instruction-group[b-bhrqcsf7e7] {
    border: 1px solid black;
    background-color: lightblue;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Flows/Editor/Instructions/FlowInstructionComponent.razor.rz.scp.css */
.bg-neutral[b-z8ae4jfrm5] {
    background-color: rgba(0, 0, 0, 0.2);
}

.absolute[b-z8ae4jfrm5] {
    position: absolute;
}

.inset-0[b-z8ae4jfrm5] {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.w-full[b-z8ae4jfrm5] {
    width: 100%;
}

.h-full[b-z8ae4jfrm5] {
    height: 100%;
}

.flow-instruction .selected-instruction .valid-instruction .invalid-instruction .remove-instruction .edit-instruction[b-z8ae4jfrm5] {
    padding: 0px;
}

.relative[b-z8ae4jfrm5] {
    position: relative;
}

.indentation-box[b-z8ae4jfrm5] {
    background: 
        repeating-linear-gradient(
            to right,
            black, 
            35px);
}

.instruction-drag-handle[b-z8ae4jfrm5] {
    width: 100%;
    padding: 10px;
    cursor: grab;
    height: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--neutral-stroke-layer-rest);
    border-radius: calc(var(--layer-corner-radius)* 1px);
}

.flow-instruction[b-z8ae4jfrm5] {
    border-radius: 5px;
    padding: 0px;
}

.default-instruction[b-z8ae4jfrm5] {
    pointer-events: auto;
    border: none;
}

.selected-instruction[b-z8ae4jfrm5] {
    pointer-events: auto;
    background-color: black;
    cursor: move;
}

.dragging-instruction[b-z8ae4jfrm5] {
    border: 2px solid limegreen;
    pointer-events: auto;
    background-color: var(--neutral-fill-secondary-focus);
    cursor: grabbing;
}

.over-instruction[b-z8ae4jfrm5] {
    border: 2px solid blue;
    pointer-events: auto;
    background-color: var(--neutral-fill-secondary-hover);
    cursor: move;
}

.valid-instruction[b-z8ae4jfrm5] {
    pointer-events: auto;
    border: 1px solid black;
    background-color: lightgreen;
    cursor: move;
}

/* _content/GalileoGroup.Connect.Roles.Gui/Components/Flows/Editor/Instructions/InstructionView.razor.rz.scp.css */
.parameter-box[b-d1fl7xfwjh] {
    text-align: center;
}

.parameter-string-input[b-d1fl7xfwjh] {
    width: 80%;
    box-sizing: border-box;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Layout/Parts/Header.razor.rz.scp.css */
.left-separator[b-gf1ofjwop8] {
    width: 0px;
}

.middle-separator[b-gf1ofjwop8] {
    width: 10px;
}

.right-separator[b-gf1ofjwop8] {
    width: 10px;
}

@media (max-width: 600px) {
    .right-separator[b-gf1ofjwop8] {
        width: 40px;
    }
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Pages/Authentication/SignIn.razor.rz.scp.css */
.login-form[b-t38kv74q1i] {
    width: 100vw;
    height: 100vh;
}

    .login-form[b-t38kv74q1i]  div {
        height: 100%;
    }

        .login-form[b-t38kv74q1i]  div div {
            width: 360px !important;
            height: auto;
        }

            .login-form[b-t38kv74q1i]  div div div {
                width: 100% !important;
                height: auto;
            }

            .login-form[b-t38kv74q1i]  div div p {
                width: 100%;
            }
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Pages/Flows/Checkpoints/Index.razor.rz.scp.css */
.index-item-extra[b-w99agdra63] {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: var(--accent-base-color);
    color: var(--neutral-foreground-on-accent-rest);
    white-space: nowrap;
}

.index-item[b-w99agdra63] {
    display: inline-block;
    margin-right: 3px;
    padding: 2px;
    border-radius: 4px;
    white-space: nowrap;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Pages/Setup/CreateGlobalAdministrator.razor.rz.scp.css */
.setup-form[b-mhxtp61nnb] {
    width: 100vw;
    height: 100vh;
}

    .setup-form[b-mhxtp61nnb]  div {
        height: 100%;
    }

        .setup-form[b-mhxtp61nnb]  div div {
            width: 360px !important;
            height: auto;
        }

            .setup-form[b-mhxtp61nnb]  div div div {
                width: 100% !important;
                height: auto;
            }

            .setup-form[b-mhxtp61nnb]  div div p {
                width: 100%;
            }
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Pages/User/Index.razor.rz.scp.css */
.container[b-idflqf2hxw] {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100%;
}
/* _content/GalileoGroup.Connect.Roles.Gui/Components/Pages/User/Profile/Index.razor.rz.scp.css */
.fill[b-aay5xdo7sa] {
    height: 100%;
    width: 100%;
}

[b-aay5xdo7sa] #profile-edit-form fluent-text-field {
    width: 100%;
}

[b-aay5xdo7sa] #tabs-root {
    min-height: 12em;
}
