@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* /Components/Accounts/Accounts.razor.rz.scp.css */
.data-container[b-o9909xum7p] {
    padding: 1.5rem;
    background: white;
    width: 100%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #DBDBDB;
}

.username-field[b-o9909xum7p] {
    min-width: 25%;
}

.list-body[b-o9909xum7p] {
    background: #f7f7f7;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-left: solid 1px;
    border-right: solid 1px;
    border-color: #DBDBDB;
}
/* /Components/Activity/ActivityDetails.razor.rz.scp.css */
.empty-state-spinner[b-9geex3eedy] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.empty-state-spinner .spinner-border[b-9geex3eedy] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
    border-color: #0E6A5F;
    border-right-color: transparent;
}

.error-technical-details[b-9geex3eedy] {
    margin: 1rem 0;
    padding: 0.75rem;
    background-color: #E6E6E6;
    border-radius: 0.375rem;
    border-left: 3px solid #dc3545;
    text-align: left;
    max-height: none;
}

.error-technical-title[b-9geex3eedy] {
    color: #000000;
    font-size: 0.9em;
    margin-bottom: 0.5rem;
}

.error-details-textarea[b-9geex3eedy] {
    width: 100%;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.85rem;
    color: #333;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 0.375rem;
    padding: 0.5rem 0.625rem;
    resize: vertical;
    min-height: 600px;
    max-height: 700px;
    box-sizing: border-box;
}

.info-column[b-9geex3eedy] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-grid[b-9geex3eedy] {
    display: grid;
    grid-template-columns: max-content minmax(250px, 1fr);
    column-gap: 1.5rem;
    row-gap: 0rem;
}

.info1[b-9geex3eedy] {
    grid-area: 1 / 1 / 2 / 2;
}

.info2[b-9geex3eedy] {
    grid-area: 2 / 1 / 3 / 2;
}

.info3[b-9geex3eedy] {
    grid-area: 3 / 1 / 4 / 2;
}

.info4[b-9geex3eedy] {
    grid-area: 1 / 2 / 2 / 3;
}

.info5[b-9geex3eedy] {
    grid-area: 2 / 2 / 3 / 3;
}

.info6[b-9geex3eedy] {
    grid-area: 3 / 2 / 4 / 3;
}

.info1[b-9geex3eedy], .info2[b-9geex3eedy], .info3[b-9geex3eedy], .info4[b-9geex3eedy], .info5[b-9geex3eedy], .info6[b-9geex3eedy] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}

.data-container[b-9geex3eedy] {
    padding: 0.5rem;
    background: white;
    width: 100%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #DBDBDB;
}

.info-container[b-9geex3eedy] {
    background: #f7f7f7;
    padding: 0.5rem;
    border-left: solid 1px;
    border-right: solid 1px;
    border-color: #DBDBDB;
}

.info-label[b-9geex3eedy] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000
}

.info-value[b-9geex3eedy] {
    font-size: 0.9rem;
    color: #000000;
    word-wrap: break-word;
    line-height: 1.4;
}
/* /Components/Activity/ActivityFilterAndList.razor.rz.scp.css */
.table tbody tr td[b-0v0o6w9k76] {
    vertical-align: middle;
}

.status-badge[b-0v0o6w9k76] {
    font-size: 0.73rem;
    display: inline-flex;
    align-items: center;
    line-height: 1;   
}

.empty-state-spinner[b-0v0o6w9k76] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.empty-state-spinner .spinner-border[b-0v0o6w9k76] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
    border-color: #0E6A5F;
    border-right-color: transparent;
}

input[type="checkbox"][b-0v0o6w9k76] {
    accent-color: #0E6A5F;
}

.list-container[b-0v0o6w9k76] {
    border: solid 1px;
    border-color: #DBDBDB;
    height: 100%;
    overflow-y: auto;
    contain: layout;
}


tr.sticky-header th[b-0v0o6w9k76] {
    background: #DBDBDB !important;
    color: black;
    z-index: 1;
}

th[b-0v0o6w9k76] {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

tr.sticky-header th input[type="checkbox"][b-0v0o6w9k76] {
    position: relative;
}

tbody td input[type="checkbox"][b-0v0o6w9k76] {
    position: relative;
}

.form-floating > label[b-0v0o6w9k76] {
    color: black;
}

.filtering-section[b-0v0o6w9k76] {
    background: #f7f7f7;
    border-radius: 5px 5px 0px 0px;
    padding: 0.5rem;
    border: solid 1px;
    border-color: #DBDBDB;
    margin-bottom: 0.5rem;
}
/* /Components/Activity/ActivityLog.razor.rz.scp.css */
.activity-log-container[b-ktmwlnu6a6] {
    border: solid 1px;
    border-color: #DBDBDB;
    overflow: hidden;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

[b-ktmwlnu6a6] fluent-tab[aria-selected="true"] {
    height: 2.4rem;
    border-radius: 0px 0px 8px 8px;
    border-top: solid 0.4rem;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    border-color: #0E6A5F;
    transition: border-top 0.2s ease-in, background-color 0.2s ease-in;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}

[b-ktmwlnu6a6] fluent-tab[aria-selected="false"] {
    background-color: #eeeeee;
    height: 2.4rem;
    border-radius: 0px 0px 8px 8px;
    border-top: solid 0.4rem;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    border-color: #DBDBDB;
    transition: border-top 0.2s ease-in, background-color 0.2s ease-in;
}

    [b-ktmwlnu6a6] fluent-tab[aria-selected="false"]:hover {
        height: 2.4rem;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08);
        transition: box-shadow 0.2s ease-in-out;
    }

[b-ktmwlnu6a6] fluent-tab[aria-selected="true"]:hover {
    height: 2.4rem;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease-in-out;
}

.comlog-header[b-ktmwlnu6a6] {
    background: #f1f1f1;
    padding: 0.4rem;
    border-bottom: solid 2px;
    border-color: #DBDBDB;
}
/* /Components/ApplicationEndPointIntegration/AddIntegration.razor.rz.scp.css */
.alert[b-sua9jl2szy] {
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.alert-success[b-sua9jl2szy] {
    color: #0E6A5F;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger[b-sua9jl2szy] {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
/* /Components/ApplicationEndPoint/EditApplicationEndPoint.razor.rz.scp.css */
.tab-navigation-area[b-tu0m3v81dh] {
    width: 100%;
}

.tab-content-area[b-tu0m3v81dh] {
    padding: 24px;
    background: white;
    width: 100%;
    border-bottom: solid 2px;
    border-top: solid 2px;
    border-color: #DBDBDB;
}
/* /Components/ApplicationsOld/AppEndPointGroupSettings.razor.rz.scp.css */
.empty-state-spinner[b-rrd6tlzyyw] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.empty-state-spinner .spinner-border[b-rrd6tlzyyw] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
    border-color: #0E6A5F;
    border-right-color: transparent;
}

.data-container[b-rrd6tlzyyw] {
    background: white;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #DBDBDB;
    height: 100%;
}

.settings-body[b-rrd6tlzyyw] {
    background: #f7f7f7;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-left: solid 1px;
    border-right: solid 1px;
    border-color: #DBDBDB;
    contain:layout
}
/* /Components/Client/EditClient.razor.rz.scp.css */
.tab-navigation-area[b-51k1nb49rk] {
    width: 100%;
}

.tab-content-area[b-51k1nb49rk] {
    background: white;
    padding: 24px;
    width: 100%;
    border-bottom: solid 2px;
    border-top: solid 2px;
    border-color: #DBDBDB;
}
/* /Components/Customer/EditCustomer.razor.rz.scp.css */
.tab-navigation-area[b-2y6d4cpgwt] {
    width: 100%;
}

.tab-content-area[b-2y6d4cpgwt] {
    padding: 24px;
    background: white;
    width: 100%;
    border-bottom: solid 2px;
    border-top: solid 2px;
    border-color: #DBDBDB;
}
/* /Components/Editors/ComLogEditor.razor.rz.scp.css */
.editor-pane-grid[b-43kf74rday] {
    display: grid;
    grid-template-rows: auto auto 1fr;
    height: 100%;
    min-height: 0;
}

.tree-editor[b-43kf74rday] {
    min-height: 50vh;
}

fluent-tree-item:has(.requested-activity)[b-43kf74rday]::part(positioning-region) {
    background: var(--bs-info-bg-subtle);
}

.log-panel-container[b-43kf74rday] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.log-grid-container[b-43kf74rday] {
    flex: 1 1 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
}

.list-item[b-43kf74rday] {
    overflow: hidden;
}
.log-grid-container .fluent-data-grid[b-43kf74rday] {
    height: auto;
    min-height: auto;
}

.log-grid-container .fluent-data-grid .fluent-data-grid-body[b-43kf74rday] {
    max-height: none;
    height: auto;
}

.log-grid-container .fluent-data-grid .fluent-data-grid-row[b-43kf74rday] {
    height: auto;
    min-height: 60px;
    max-height: none;
}

.log-grid-container .fluent-data-grid .fluent-data-grid-cell[b-43kf74rday] {
    padding: 0.5rem 0.75rem;
    vertical-align: top;
}

.activity-log-header[b-43kf74rday] {
    background: #f1f1f1;
    padding: 0.4rem;
    border-bottom: solid 2px;
    border-color: #DBDBDB;
}
/* /Components/Editors/LiquidEditor.razor.rz.scp.css */
.input-grid[b-96zupb7xum] {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    height: 100%;
    width: 100%;
}

.toolbar-grid[b-96zupb7xum] {
     display: grid;
     grid-template-rows: auto 1fr;
     height: 100%;
     width: 100%;
 }
/* /Components/Editors/TreeEditor.razor.rz.scp.css */
.editor-pane-grid[b-1deti6fpev] {
    display: grid;
    grid-template-rows: auto auto 1fr;
    height: 100%;
    min-height: 0;
}

.tree-editor[b-1deti6fpev] {
    min-height: 50vh;
}

fluent-tree-item:has(.requested-activity)[b-1deti6fpev]::part(positioning-region) {
    background: var(--bs-info-bg-subtle);
}

.editor-loading-container[b-1deti6fpev] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 200px;
    gap: 1rem;
}

.editor-loading-container p[b-1deti6fpev] {
    margin: 0;
    color: var(--neutral-foreground-rest);
    font-size: 0.9rem;
}

.tree-item-container[b-1deti6fpev] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.tree-item-container span[b-1deti6fpev] {
    flex: 1;
    cursor: pointer;
}

.tree-editor-container[b-1deti6fpev] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.tree-container[b-1deti6fpev] {
    flex: 1 1 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
}

.tree-editor-header[b-1deti6fpev] {
    background: #f1f1f1;
    padding: 0.4rem;
    border-bottom: solid 2px;
    border-color: #DBDBDB;
}


/* /Components/Editors/TypedLiquidEditor.razor.rz.scp.css */
.input-grid[b-wxuzlnhhnt] {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    height: 100%;
    width: 100%;
}

.toolbar-grid[b-wxuzlnhhnt] {
     display: grid;
     grid-template-rows: auto 1fr;
     height: 100%;
     width: 100%;
 }
/* /Components/Editors/WebEditor.razor.rz.scp.css */
.column-grid[b-vj4rrt5dfp] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    width: 100%;
}

.column-grid-item[b-vj4rrt5dfp] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    width: 100%;
}
/* /Components/Jobs/JobExecutionDetails.razor.rz.scp.css */
.empty-state-spinner[b-9eoc5enskw] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.empty-state-spinner .spinner-border[b-9eoc5enskw] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
    border-color: #0E6A5F;
    border-right-color: transparent;
}

.error-technical-details[b-9eoc5enskw] {
    margin: 1rem 0;
    padding: 0.75rem;
    background-color: #E6E6E6;
    border-radius: 0.375rem;
    border-left: 3px solid #dc3545;
    text-align: left;
    max-height: none;
}

.error-technical-title[b-9eoc5enskw] {
    color: #000000;
    font-size: 0.9em;
    margin-bottom: 0.5rem;
}

.error-details-textarea[b-9eoc5enskw] {
    width: 100%;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.85rem;
    color: #333;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 0.375rem;
    padding: 0.5rem 0.625rem;
    resize: vertical;
    min-height: 600px;
    max-height: 700px;
    box-sizing: border-box;
}

.info-column[b-9eoc5enskw] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-grid[b-9eoc5enskw] {
    display: grid;
    grid-template-columns: max-content minmax(250px, 1fr);
    column-gap: 1.5rem;
    row-gap: 0rem;
}

.info1[b-9eoc5enskw] {
    grid-area: 1 / 1 / 2 / 2;
}

.info2[b-9eoc5enskw] {
    grid-area: 2 / 1 / 3 / 2;
}

.info3[b-9eoc5enskw] {
    grid-area: 3 / 1 / 4 / 2;
}

.info4[b-9eoc5enskw] {
    grid-area: 1 / 2 / 2 / 3;
}

.info5[b-9eoc5enskw] {
    grid-area: 2 / 2 / 3 / 3;
}

.info6[b-9eoc5enskw] {
    grid-area: 3 / 2 / 4 / 3;
}

.info1[b-9eoc5enskw], .info2[b-9eoc5enskw], .info3[b-9eoc5enskw], .info4[b-9eoc5enskw], .info5[b-9eoc5enskw], .info6[b-9eoc5enskw] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}
.data-container[b-9eoc5enskw] {
    padding: 0.5rem;
    background: white;
    width: 100%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #DBDBDB;
}
.info-container[b-9eoc5enskw] {
    background: #f7f7f7;
    padding: 0.5rem;
    border-left: solid 1px;
    border-right: solid 1px;
    border-color: #DBDBDB;
}

.info-label[b-9eoc5enskw] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000
}

.info-value[b-9eoc5enskw] {
    font-size: 0.9rem;
    color: #000000;
    word-wrap: break-word;
    line-height: 1.4;
}
/* /Components/Jobs/JobHistory.razor.rz.scp.css */
.search-filters[b-1shh0ugfc8] {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-top: 2px solid;
    border-color: #DBDBDB;
}

.history-content[b-1shh0ugfc8] {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
    height: calc(100vh - 20rem);
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #DBDBDB;
    background-color: white;
}
/* /Components/Jobs/Jobs.razor.rz.scp.css */
.header-title[b-tdt24p7s5x] {
    white-space: nowrap;
    padding-bottom: 0.4rem;
}
.list-body[b-tdt24p7s5x] {
    background: #E6E6E6;
    width: 100%;
}
.pagination[b-tdt24p7s5x]{
    margin: 0rem 2rem 0rem 2rem;
    display: block;
}
.list-grid[b-tdt24p7s5x] {
    max-height: 600px;
    min-height: 200px;
    overflow-x: auto;
    display: flex;
}
/* /Components/Jobs/JobView.razor.rz.scp.css */
.tab-content-area[b-wtvhiwnoag] {
    padding: 1.5rem;
    background: white;
    width: 100%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #DBDBDB;
}

.header-title[b-wtvhiwnoag] {
    white-space: nowrap;
    padding-bottom: 0.4rem;
}


/* /Components/OmniKey/ApplicationKeyMappingCard.razor.rz.scp.css */
.applicationkey-card[b-f6tpkn4lm2] {
    background-color: white;
    max-width: max-content;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}

.search-row[b-f6tpkn4lm2] {
    padding-bottom: 0.75rem;
}

.app-card-header[b-f6tpkn4lm2]{
    padding-bottom: 0.75rem;
}

.accordion[b-f6tpkn4lm2] {
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    max-height: 30rem;
    overflow-y: auto;
}

.accordion-item[b-f6tpkn4lm2] {
    overflow: hidden;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.accordion-header[b-f6tpkn4lm2] {
    display: flex;
    align-items: center;
    padding: 0;
    user-select: none;
    background: #E6E6E6;
}

/* Radio section - small clickable area for the radio button only */
.radio-section[b-f6tpkn4lm2] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.21rem;
    cursor: pointer;
    border-right: 2px solid #DBDBDB;
    transition: background-color 0.15s ease;
}

    .radio-section:hover[b-f6tpkn4lm2] {
        background: #f7f7f7;
    }

/* Expand section - includes title and icon for accordion toggle */
.expand-section[b-f6tpkn4lm2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 1rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

    .expand-section:hover[b-f6tpkn4lm2] {
        background: #f7f7f7;
    }

.accordion-title[b-f6tpkn4lm2] {
    font-weight: 500;
    color: var(--text-primary);
}

.accordion-content[b-f6tpkn4lm2] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

    .accordion-content.expanded[b-f6tpkn4lm2] {
        max-height: 30rem; /* could need to be adjusted */
    }

.accordion-body[b-f6tpkn4lm2] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.radio-wrapper[b-f6tpkn4lm2]{
    height: 100%;
}

input[type="radio"][b-f6tpkn4lm2] {
    accent-color: green;
}

    .custom-radio:focus-visible[b-f6tpkn4lm2] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(14, 106, 95, 0.25);
    }

.localkeys-list[b-f6tpkn4lm2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.localkey-item[b-f6tpkn4lm2] {
    display: grid;
    grid-template-columns: minmax(8rem, 1fr) 2fr;
    align-items: start;
    padding: 0.25rem 0;
}

.localkey-name[b-f6tpkn4lm2] {
    font-weight: 500;
    color: #6b7280;
}

.localkey-value[b-f6tpkn4lm2] {
    color: #111827;
    word-break: break-all;
}

/*Text highlight when searching*/
[b-f6tpkn4lm2] .search-highlight {
    background-color: #FF8A00;
    color: #000;
    padding: 0 2px;
    border-radius: 2px;
}

.search-row input[b-f6tpkn4lm2]{
    border-radius: 0 0.5rem 0.5rem 0;
}

.search-row .input-group-text[b-f6tpkn4lm2]{
    border-radius: 0.5rem 0 0 0.5rem;
}
/* /Components/OmniKey/MappingLayout.razor.rz.scp.css */
.component-root[b-ipf8fkcfmf] {
    height: 100%;
    width: 100%;
    display: flex;
}

.component-grid[b-ipf8fkcfmf] {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    height: 100%;
    min-height: 0; 
    overflow: hidden;
    border: #DBDBDB solid 1px;
    border-radius: 0.5rem;
}

.left-column[b-ipf8fkcfmf] {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    height: 100%;
    min-height: 0; 
}

.navigation-panel[b-ipf8fkcfmf] {
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-bottom: 1px solid #DBDBDB;
    background: #f7f7f7;
    min-height: 3.5rem;
}

    .navigation-panel .form-floating[b-ipf8fkcfmf] {
        max-width: 20rem; 
    }

.application-panel[b-ipf8fkcfmf] {
    padding: 1rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    overflow-y: auto;
    min-height: 0;
    height: 100%;
}

.master-key-panel[b-ipf8fkcfmf] {
    height: 100%;
    padding: 1rem;
    border-left: 1px solid #DBDBDB;
    background: #f7f7f7;
    width: 20vw;
    min-width: 18rem;
    max-width: 26rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.empty-state-centering[b-ipf8fkcfmf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.edit-mode-info[b-ipf8fkcfmf] {
    padding-left: 1rem;
    padding-top: 0.7rem;
    font-size: 1rem;
}

.ring-container[b-ipf8fkcfmf] {
    position: relative;
    width: 3rem;
    height: 3.5rem;
    overflow: hidden;

}

.circle[b-ipf8fkcfmf] {
    width: 10px;
    height: 10px;
    background-color: #0E6A5F;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: 23px;
}

.ringring[b-ipf8fkcfmf] {
    border: 3px solid #0E6A5F;
    -webkit-border-radius: 30px;
    height: 1rem;
    width: 1rem;
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
/* /Components/OmniKey/OmniKeyEdit.razor.rz.scp.css */
.key-input-fields[b-buwkb7wt9w] {
    display: flex;
    align-items: center;
    height: 100%;
}
/* /Components/OmniKey/OmniKeyFilterAndList.razor.rz.scp.css */
.list-container[b-tm9dxyrlx2] {
    border: solid 1px;
    border-color: #DBDBDB;
    height: 100%;
    overflow-y: auto;
    contain: layout;
}

.button-panel[b-tm9dxyrlx2] {
    margin-top: 0.5rem;
}

.form-floating > label[b-tm9dxyrlx2] {
    color: black;
}

#keyValueInput[b-tm9dxyrlx2] {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

#keyValueInput ~ label[b-tm9dxyrlx2] {
    
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

#keyValueInput[b-tm9dxyrlx2]::placeholder {
    color: #6c757d;
    opacity: 0.75;
}

tr.sticky-header th[b-tm9dxyrlx2] {
    background: #DBDBDB !important;
    color: black;
    z-index: 1;
}

th[b-tm9dxyrlx2] {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.accordion-table[b-tm9dxyrlx2] {
    margin-bottom: 0;
}

.accordion-row[b-tm9dxyrlx2] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .accordion-row:hover[b-tm9dxyrlx2] {
        background-color: rgba(0, 0, 0, 0.05) !important;
    }

    .accordion-row.expanded[b-tm9dxyrlx2] {
        background-color: rgba(0, 0, 0, 0.02);
    }

    .accordion-row > td[b-tm9dxyrlx2],
    .accordion-row > th[b-tm9dxyrlx2] {
        vertical-align: middle !important;
    }

.chevron-cell[b-tm9dxyrlx2] {
    width: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem !important;
}

.chevron-icon[b-tm9dxyrlx2] {
    font-size: 0.875rem;
    color: #6c757d;
    transition: transform 0.2s ease;
    display: inline-block;
}

.accordion-content-row[b-tm9dxyrlx2] {
    background-color: #f8f9fa !important;
}

    .accordion-content-row td[b-tm9dxyrlx2] {
        padding: 0 !important;
        border-top: none !important;
    }

.accordion-content[b-tm9dxyrlx2] {
    padding: 1rem;
    animation: slideDown-b-tm9dxyrlx2 0.3s ease;
}

@keyframes slideDown-b-tm9dxyrlx2 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.app-cards-container[b-tm9dxyrlx2] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.app-card[b-tm9dxyrlx2] {
    border: 1px solid #DBDBDB;
    border-radius: 0.375rem;
    background-color: white;
    max-width: max-content;
    min-width: 20rem;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.app-card-header[b-tm9dxyrlx2] {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: rgba(14, 106, 95, 1);
    border-radius: 0.375rem 0.375rem 0 0;
}

    .app-card-header h6[b-tm9dxyrlx2] {
        margin: 0;
        font-weight: 600;
        font-size: 1rem;
        color: white;
    }

.app-description-detail[b-tm9dxyrlx2] {
    font-size: 0.875rem;
    color: white;
    text-wrap-mode: nowrap;
}

.app-card-body[b-tm9dxyrlx2] {
    flex: 1;
    min-width: 0;
    overflow: visible;
    padding: 0.5rem;
}

.app-card-table[b-tm9dxyrlx2] {
    margin-bottom: 0 !important;
    width: auto !important;
}

    .app-card-table tbody tr td[b-tm9dxyrlx2] {
        white-space: nowrap;
        padding: 0.25rem 0 !important;
        border: none !important;
        width: 100%;
    }

        .app-card-table tbody tr td:first-child[b-tm9dxyrlx2] {
            font-weight: 500;
            padding-right: 2rem !important
        }

        .app-card-table tbody tr td:last-child[b-tm9dxyrlx2] {
            padding-left: 0 !important;
        }


.filtering-section[b-tm9dxyrlx2] {
    background: #f7f7f7;
    border-radius: 5px 5px 0px 0px;
    padding: 0.5rem;
    border: solid 1px;
    border-color: #DBDBDB;
    margin-bottom: 0.5rem;
}
/* /Components/ResolutionCenter/ContentList.razor.rz.scp.css */
/* Primary Level Accordion Styling (Origin / Destination Grouping) */
[b-7obox4maac] .mb-3 fluent-accordion-item::part(heading) {
    background-color: var(--accent-fill-rest) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    margin: 0 !important;
}

[b-7obox4maac] .mb-3 fluent-accordion-item::part(icon) {
    background-color: var(--accent-fill-rest) !important;
    color: #ffffff !important;
}

[b-7obox4maac] .mb-3 fluent-accordion-item fluent-badge::part(control) {
    background-color: #FF8A00 !important;
    color: #000000 !important;
}

/* Secondary Level Accordion Styling (Error Grouping)*/
[b-7obox4maac] .nested-accordion fluent-accordion-item::part(heading) {
    background-color: #ffffff !important;
    color: #000000 !important;
}

[b-7obox4maac] .nested-accordion fluent-accordion-item::part(icon) {
    background-color: #ffffff !important;
    color: #000000 !important;
}

[b-7obox4maac] .mb-3 .nested-accordion fluent-accordion-item fluent-badge::part(control) {
    background-color: #E6E6E6 !important;
    color: #000000 !important;
}

.empty-state-spinner[b-7obox4maac] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.empty-state-spinner .spinner-border[b-7obox4maac] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
    border-color: #0E6A5F;
    border-right-color: transparent;
}

input[type="checkbox"][b-7obox4maac] {
    accent-color: #0E6A5F;
}
/* /Components/ResolutionCenter/DashboardCard.razor.rz.scp.css */
@keyframes shimmer-b-pdsaudtbe9 {
    0% { 
        left: -100%; 
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% { 
        left: 100%; 
        opacity: 0;
    }
}

@keyframes shimmer-continuous-b-pdsaudtbe9 {
    0% { 
        left: -100%; 
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% { 
        left: 100%; 
        opacity: 0;
    }
}

@keyframes fadeInUp-b-pdsaudtbe9 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale-b-pdsaudtbe9 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.shimmer-effect[b-pdsaudtbe9] {
    animation: shimmer-b-pdsaudtbe9 1.5s ease-in-out;
    animation-fill-mode: both;
}

.loading-shimmer[b-pdsaudtbe9] {
    animation: shimmer-continuous-b-pdsaudtbe9 2s ease-in-out infinite;
    animation-fill-mode: both;
}

.card-container[b-pdsaudtbe9] {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    min-width: 200px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .card-container[b-pdsaudtbe9] {
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    .card-container[b-pdsaudtbe9] {
        min-width: 120px;
    }
}

.card-content[b-pdsaudtbe9] {
    animation: fadeInUp-b-pdsaudtbe9 0.5s ease-out;
}

.card-progress[b-pdsaudtbe9] {
    animation: fadeInScale-b-pdsaudtbe9 0.3s ease-out;
}

.card-stage-info[b-pdsaudtbe9] {
    animation: fadeInUp-b-pdsaudtbe9 0.4s ease-out 0.1s both;
}

.status-label[b-pdsaudtbe9] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.status-badge[b-pdsaudtbe9] {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
}

.card-progress fluent-progress[b-pdsaudtbe9] {
    transition: all 0.3s ease-out;
}

.card-progress fluent-progress[b-pdsaudtbe9]::part(progress) {
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-content[b-pdsaudtbe9] {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-content:hover[b-pdsaudtbe9] {
    transform: translateY(-3px) !important;
}

.count-display[b-pdsaudtbe9] {
    font-size: clamp(1.5rem, 4.5rem, 4.5rem);
    font-weight: 700;
    margin: 0;
    line-height: 1;
    color: inherit;
}

.all-clear-display[b-pdsaudtbe9] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: var(--success-foreground-rest);
}




/* /Components/ResolutionCenter/TabbedContainer.razor.rz.scp.css */
.tab-navigation-container[b-6iihb2oacr] {
    margin: 16px 0;
    padding: 0;
}

.tab-indicators-wrapper[b-6iihb2oacr] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: calc(4 * 200px + 3 * 16px);
    overflow-x: auto;
    overflow-y: hidden;
}

.tab-indicator[b-6iihb2oacr] {
    flex: 1;
    height: 4px;
    background-color: transparent;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    min-width: 200px; 
    flex-shrink: 0;
}

.tab-indicator.active[b-6iihb2oacr] {
    background-color: #35685F !important;
    box-shadow: 0 2px 8px rgba(53, 104, 95, 0.3);
}

.tab-indicator:hover[b-6iihb2oacr] {
    background-color: rgba(53, 104, 95, 0.3);
}

.tab-content-container[b-6iihb2oacr] {
    margin-top: 16px;
}

.tab-content-area[b-6iihb2oacr] {
    animation: fadeIn-b-6iihb2oacr 0.3s ease-in-out;
}

@keyframes fadeIn-b-6iihb2oacr {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Setup/SetupTree.razor.rz.scp.css */
.layout-grid[b-9kv7w65rtd] {
    display: grid;
    gap: 1rem;
    height: 100%;
    transition: grid-template-columns 0.3s ease;
    position: relative;
}

.layout-grid.tree-expanded[b-9kv7w65rtd] {
    grid-template-columns: 440px auto 1fr;
}

.layout-grid.tree-collapsed[b-9kv7w65rtd] {
    grid-template-columns: 0px auto 1fr;
}

.layout-sidebar[b-9kv7w65rtd] {
    overflow-y: auto;
    transition: all 0.3s ease;
    background: var(--neutral-layer-1);
    border-right: 1px solid var(--neutral-stroke-divider);
}

.layout-sidebar.collapsed[b-9kv7w65rtd] {
    width: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
}

.layout-sidebar.collapsed .fluent-tree-view[b-9kv7w65rtd],
.layout-sidebar.collapsed fluent-tree-view[b-9kv7w65rtd] {
    visibility: hidden;
    pointer-events: none;
}

.toggle-button-container[b-9kv7w65rtd] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sidebar-toggle[b-9kv7w65rtd] {
    width: 40px;
    height: 120px !important;
    min-height: 120px;
    min-width: 40px;
    padding: 0;
    border-radius: 0 12px 12px 0;
    background: var(--accent-fill-rest);
    border: 2px solid var(--accent-stroke-control-default);
    border-left: none;
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
    cursor: pointer;
}

.sidebar-toggle:hover[b-9kv7w65rtd] {
    background: var(--accent-fill-hover);
    transform: translateX(3px);
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
}

.sidebar-toggle:active[b-9kv7w65rtd] {
    background: var(--accent-fill-pressed);
    transform: translateX(2px);
}

.layout-content[b-9kv7w65rtd] {
    overflow-y: auto;
}
/* /Components/Shared/EmptyState.razor.rz.scp.css */
.empty-state[b-x3cbj4cdxv] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    min-height: 200px;
    height: 100%;
}

.empty-state-container[b-x3cbj4cdxv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: 400px;
}

.empty-state-icon[b-x3cbj4cdxv] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    width: fit-content;
    height: fit-content;
}

.empty-state-icon svg[b-x3cbj4cdxv],
.empty-state-icon img[b-x3cbj4cdxv] {
    color: var(--neutral-foreground-rest);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.empty-state-title[b-x3cbj4cdxv] {
    margin: 0;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
    line-height: 1.3;
}

.empty-state-subtitle[b-x3cbj4cdxv] {
    margin: 0;
    color: var(--neutral-foreground-hint);
    line-height: 1.4;
}

.empty-state-actions[b-x3cbj4cdxv] {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}

.empty-state--small[b-x3cbj4cdxv] {
    min-height: 150px;
    height: 100%;
    padding: 1.5rem;
}

.empty-state--small .empty-state-container[b-x3cbj4cdxv] {
    max-width: 300px;
    gap: 0.75rem;
}


.empty-state--small .empty-state-title[b-x3cbj4cdxv] {
    font-size: 1.1rem;
}

.empty-state--small .empty-state-subtitle[b-x3cbj4cdxv] {
    font-size: 0.9rem;
}

.empty-state--medium[b-x3cbj4cdxv] {
    min-height: 200px;
    height: 100%;
    padding: 2rem;
}

.empty-state--medium .empty-state-container[b-x3cbj4cdxv] {
    max-width: 400px;
    gap: 1rem;
}


.empty-state--medium .empty-state-title[b-x3cbj4cdxv] {
    font-size: 1.25rem;
}

.empty-state--medium .empty-state-subtitle[b-x3cbj4cdxv] {
    font-size: 1rem;
}

.empty-state--large[b-x3cbj4cdxv] {
    min-height: 300px;
    height: 100%;
    padding: 3rem;
}

.empty-state--large .empty-state-container[b-x3cbj4cdxv] {
    max-width: 500px;
    gap: 1.25rem;
}

.empty-state--large .empty-state-title[b-x3cbj4cdxv] {
    font-size: 1.5rem;
}

.empty-state--large .empty-state-subtitle[b-x3cbj4cdxv] {
    font-size: 1.1rem;
}

.empty-state--minimal .empty-state-icon[b-x3cbj4cdxv] {
    display: none;
}

.empty-state--minimal .empty-state-container[b-x3cbj4cdxv] {
    gap: 0.5rem;
}


.empty-state--detailed .empty-state-title[b-x3cbj4cdxv] {
    font-weight: 700;
}

.empty-state--detailed .empty-state-subtitle[b-x3cbj4cdxv] {
    font-weight: 500;
}

@media (max-width: 768px) {
    .empty-state[b-x3cbj4cdxv] {
        padding: 1.5rem;
        min-height: 150px;
        height: 100%;
    }
    
    .empty-state-container[b-x3cbj4cdxv] {
        max-width: 100%;
    }
    
    .empty-state--large[b-x3cbj4cdxv] {
        min-height: 250px;
        height: 100%;
        padding: 2rem;
    }
    
    
    .empty-state--large .empty-state-title[b-x3cbj4cdxv] {
        font-size: 1.25rem;
    }
    
    .empty-state--large .empty-state-subtitle[b-x3cbj4cdxv] {
        font-size: 1rem;
    }
}
/* /Components/Shared/LoginDisplay.razor.rz.scp.css */
.login-display-container[b-g3iq70frhd] {
    align-items: center;
}

.environment-btn[b-g3iq70frhd] {
    white-space: nowrap;
}

.environment-icon[b-g3iq70frhd] {
    padding-left: 0.25rem;
}

.environment-display-single[b-g3iq70frhd] {
    background: #0E6A5F;
    border-radius: 0.3rem;
    padding: 0.55rem;
    display: flex;
    align-items: center;
}

.environment-text[b-g3iq70frhd] {
    color: white;
    font-size: 1rem;
    margin: 0; 
}

@media (max-width: 640px) {
    .login-display-container[b-g3iq70frhd] {
        gap: 0.75rem !important;
    }

    .environment-text[b-g3iq70frhd] {
        display: none !important;
    }

    .environment-icon[b-g3iq70frhd] {
        padding-left: 0 !important;
        margin: 0 !important;
    }

    .environment-btn[b-g3iq70frhd] {
        min-width: auto;
        padding: 0.375rem 0.5rem;
        font-size: 1.1rem;
    }

    p.environment-text[b-g3iq70frhd] {
        font-size: 0.875rem;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 120px;
    }
    .environment-display-single[b-g3iq70frhd] {
        display: none;
    }
}
/* /Components/Shared/StatusBadge.razor.rz.scp.css */
.status-badge[b-5kf6jxx7hn]{
    font-size: 0.73rem;
}
/* /Components/Shared/StyledLayout/DataGridStyled.razor.rz.scp.css */
body[b-xhbv7idddd] {
}
/* /Components/Shared/StyledLayout/FooterStyled.razor.rz.scp.css */
.footer-styled[b-5ynv6m6ut1] {
    background: #f7f7f7;
    border: 1px solid;
    border-color: #DBDBDB;
    border-top: unset;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    padding: 0.5rem;
}
/* /Components/Shared/StyledLayout/HeaderStyled.razor.rz.scp.css */
.header-styled[b-z7tq9tg6qs] {
    position: relative;
    background: #f7f7f7;
    border: 1px solid;
    border-color: #DBDBDB;
    border-bottom: unset;
    width: 100%;
    min-height: 3rem;
    padding: 0.5rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

    .header-styled:empty[b-z7tq9tg6qs] {
        display: none;
    }
/* /Components/Shared/StyledLayout/HeaderTitleStyled.razor.rz.scp.css */
.header-title-styled[b-pmu35acptf] {
    white-space: nowrap;
    position: relative;
    background: rgba(14, 106, 95, 1);
    border: 1px solid;
    border-color: #DBDBDB;
    border-bottom: unset;
    border-radius: 0.5rem 0.5rem 0 0;
    width: 100%;
    min-height: 3rem;
    padding: 0.5rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.header-title-styled[b-pmu35acptf]::before {
    white-space: nowrap;
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100% );
    opacity: 0;
    animation: shimmer-slide-x-b-pmu35acptf 1s ease-in-out 1;
    pointer-events: none;
    will-change: transform, opacity;
}

@keyframes shimmer-slide-x-b-pmu35acptf {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    20% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}
/* /Components/Shared/StyledLayout/TabsStyled.razor.rz.scp.css */
.tab-navigation-area[b-gqb8viu5fi] {
    background: #f7f7f7;
    border: 1px solid;
    border-color: #DBDBDB;
    border-bottom: unset;
    border-top: unset;
    width: 100%;
}

[b-gqb8viu5fi] fluent-tab[aria-selected="true"] {
    height: 2.8rem;
    border-radius: 0px 0px 8px 8px;
    border-top: solid 0.4rem;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    border-color: #0E6A5F;
    transition: border-top 0.2s ease-in, background-color 0.2s ease-in;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}

[b-gqb8viu5fi] fluent-tab[aria-selected="false"] {
    background-color: #eeeeee;
    height: 2.8rem;
    border-radius: 0px 0px 8px 8px;
    border-top: solid 0.4rem;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    border-color: #DBDBDB;
    transition: border-top 0.2s ease-in, background-color 0.2s ease-in;
}

    [b-gqb8viu5fi] fluent-tab[aria-selected="false"]:hover {
        height: 2.8rem;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08);
        transition: box-shadow 0.2s ease-in-out;
    }

[b-gqb8viu5fi] fluent-tab[aria-selected="true"]:hover {
    height: 2.8rem;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease-in-out;
}
/* /Components/Shared/UserProfile.razor.rz.scp.css */
.user-profile-btn[b-e12nfgtjpf] {
    white-space: nowrap;
}

.user-icon[b-e12nfgtjpf] {
    padding-right: 0.5rem;
}

@media (max-width: 640px) {
    .user-text[b-e12nfgtjpf] {
        display: none !important;
    }
    
    .user-icon[b-e12nfgtjpf] {
        padding-right: 0 !important;
        margin: 0 !important;
    }
    
    .user-profile-btn[b-e12nfgtjpf] {
        min-width: auto;
        padding: 0.375rem 0.5rem;
        font-size: 1.1rem;
    }
    
    .user-profile-btn[b-e12nfgtjpf]::after {
        display: none;
    }
}
/* /Components/Transactions/TransactionDetails.razor.rz.scp.css */
.empty-state-spinner[b-35ocxnlpxq] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.empty-state-spinner .spinner-border[b-35ocxnlpxq] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
    border-color: #0E6A5F;
    border-right-color: transparent;
}

.error-technical-details[b-35ocxnlpxq] {
    margin: 1rem 0;
    padding: 0.75rem;
    background-color: #E6E6E6;
    border-radius: 0.375rem;
    border-left: 3px solid #dc3545;
    text-align: left;
    max-height: none;
}

.error-technical-title[b-35ocxnlpxq] {
    color: #000000;
    font-size: 0.9em;
    margin-bottom: 0.5rem;
}

.error-details-textarea[b-35ocxnlpxq] {
    width: 100%;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.85rem;
    color: #333;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 0.375rem;
    padding: 0.5rem 0.625rem;
    resize: vertical;
    min-height: 600px;
    max-height: 700px;
    box-sizing: border-box;
}

.info-container[b-35ocxnlpxq] {
    background: #f7f7f7;
    padding: 0.5rem;
    border-left: solid 1px;
    border-right: solid 1px;
    border-color: #DBDBDB;
}
.data-container[b-35ocxnlpxq] {
    padding: 0.5rem;
    background: white;
    width: 100%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #DBDBDB;
}
.info-grid[b-35ocxnlpxq] {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    column-gap: 1.5rem;
    row-gap: 0rem;
}

.info1[b-35ocxnlpxq] {
    grid-area: 1 / 1 / 2 / 2;
}

.info2[b-35ocxnlpxq] {
    grid-area: 2 / 1 / 3 / 2;
}

.info3[b-35ocxnlpxq] {
    grid-area: 3 / 1 / 4 / 2;
}

.info4[b-35ocxnlpxq] {
    grid-area: 1 / 2 / 2 / 3;
}

.info5[b-35ocxnlpxq] {
    grid-area: 2 / 2 / 3 / 3;
}

.info6[b-35ocxnlpxq] {
    grid-area: 3 / 2 / 4 / 3;
}

.info7[b-35ocxnlpxq] {
    grid-area: 1 / 3 / 2 / 4;
}

.info1[b-35ocxnlpxq], .info2[b-35ocxnlpxq], .info3[b-35ocxnlpxq], .info4[b-35ocxnlpxq], .info5[b-35ocxnlpxq], .info6[b-35ocxnlpxq], .info7[b-35ocxnlpxq] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}

    .info5 .info-value[b-35ocxnlpxq] {
        max-width: 40rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

.info-column[b-35ocxnlpxq] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.info-column.conditional-column[b-35ocxnlpxq] {
    display: none;
}

.info-column.conditional-column.show[b-35ocxnlpxq] {
    display: flex;
}

.info-label[b-35ocxnlpxq] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000
}

.info-value[b-35ocxnlpxq] {
    font-size: 0.9rem;
    color: #000000;
    word-wrap: break-word;
    line-height: 1.4;
}

.info-value .timeline-duration[b-35ocxnlpxq] {
    font-size: 0.75rem;
    color: #363636;
    font-weight: normal;
}
/* /Components/Transactions/TransactionFilterAndList.razor.rz.scp.css */
.error-message-truncated[b-e7anjiyxoi] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    width: 0;
    min-width: 100%;
}

.status-badge[b-e7anjiyxoi] {
    font-size: 0.73rem;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.table tbody tr td[b-e7anjiyxoi] {
    vertical-align: middle;
}

.empty-state-spinner[b-e7anjiyxoi] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

    .empty-state-spinner .spinner-border[b-e7anjiyxoi] {
        width: 3rem;
        height: 3rem;
        border-width: 0.3em;
        border-color: #0E6A5F;
        border-right-color: transparent;
    }

.list-container[b-e7anjiyxoi] {
    border: solid 1px;
    border-color: #DBDBDB;
    height: 100%;
    overflow-y: auto;
    contain: layout;
}


tr.sticky-header th[b-e7anjiyxoi] {
    background: #DBDBDB !important;
    color: black;
    z-index: 1;
}

th[b-e7anjiyxoi] {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.form-floating > label[b-e7anjiyxoi] {
    color: black;
}

.button-panel[b-e7anjiyxoi] {
    background: #f7f7f7;
    border-radius: 5px 5px 0px 0px;
    padding: 0.5rem;
    border: solid 1px;
    border-color: #DBDBDB;
    margin-bottom: 0.5rem;
}

.filtering-section[b-e7anjiyxoi] {
    transition: max-height 0.3s ease, opacity 0.2s ease;
    max-height: 15rem; 
    opacity: 1;

}

    .filtering-section.collapsed[b-e7anjiyxoi] {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
    }

table[b-e7anjiyxoi] {
    table-layout: fixed;
    width: 100%;
}

col.checkbox[b-e7anjiyxoi] {
    width: auto;
}

col.datetime[b-e7anjiyxoi]{
    width: 10%;
}

col.status[b-e7anjiyxoi]{
    width: 7%;
}

col.attempts[b-e7anjiyxoi] {
    width: 5%;
}

col.origindestination[b-e7anjiyxoi] {
    width: 15%;    
}

col.details[b-e7anjiyxoi] {
    width: auto;
}

col.actions[b-e7anjiyxoi]{
    width: 7%;
}

th[b-e7anjiyxoi], td[b-e7anjiyxoi] {
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-dwyvn55tgj] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: visible;
}

.content[b-dwyvn55tgj] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

main[b-dwyvn55tgj] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 4rem);
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.sidebar[b-dwyvn55tgj] {
    background-image: linear-gradient(180deg, #0e6a5f 60%, rgb(7, 229, 123) 98%);
    flex-shrink: 0;
    overflow: visible;
}

.content-header[b-dwyvn55tgj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 4rem;
    display: flex;
    align-items: center;
}

.header-title-section[b-dwyvn55tgj] {
    flex: 1;
    display: flex;
    align-items: center;
}

.page-title[b-dwyvn55tgj] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--neutral-foreground-rest);
}

    .content-header[b-dwyvn55tgj]  a, .content-header[b-dwyvn55tgj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .content-header[b-dwyvn55tgj]  a:hover, .content-header[b-dwyvn55tgj]  .btn-link:hover {
            text-decoration: underline;
        }

        .content-header[b-dwyvn55tgj]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640px) {
    .content-header[b-dwyvn55tgj] {
        justify-content: space-between;
    }

        .content-header[b-dwyvn55tgj]  a, .content-header[b-dwyvn55tgj]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-dwyvn55tgj] {
        flex-direction: row;
    }

    .sidebar[b-dwyvn55tgj] {
        width: 250px;
        min-width: 250px;
        max-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        overflow: visible;
        transition: width 0.3s ease, min-width 0.3s ease, max-width 0.3s ease;
    }

    .sidebar:has(.navbar-minimized)[b-dwyvn55tgj] {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        overflow: visible;
    }

    .content[b-dwyvn55tgj] {
        overflow: hidden;
    }

    .content-header[b-dwyvn55tgj] {
        position: sticky;
        top: 0;
        z-index: 1;
        flex-shrink: 0;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4dfnxa1qvc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-minimize-toggle[b-4dfnxa1qvc] {
    background-color: transparent;
    border: none;
    color: white;
    padding: 0;
    border-radius: 0.375rem;
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    cursor: pointer;
    transition: all 0.2s ease;
    pointer-events: auto;
}

.navbar-minimize-toggle:hover[b-4dfnxa1qvc] {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.05);
}

.navbar-minimize-toggle[b-4dfnxa1qvc]  fluent-icon svg {
    fill: white !important;
    color: white !important;
}

.navbar-minimize-toggle[b-4dfnxa1qvc]  fluent-icon {
    --neutral-fill-rest: white !important;
    --accent-fill-rest: white !important;
}

.nav-minimize-container[b-4dfnxa1qvc] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    overflow: visible;
    pointer-events: none;
}

.top-row[b-4dfnxa1qvc] {
    height: 4rem;
    background-color: #0E6A5F;  
}

.navbar-brand[b-4dfnxa1qvc] {
    font-size: 1.1rem;
}

@media (min-width: 641px) {
    .navbar-brand[b-4dfnxa1qvc] {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.logo-mobile[b-4dfnxa1qvc],
.logo-desktop-full[b-4dfnxa1qvc],
.logo-desktop-mini[b-4dfnxa1qvc] {
    height: 2rem;
    width: auto;
}

.logo-mobile[b-4dfnxa1qvc] {
    display: none;
    max-width: 150px;
}

.logo-desktop-full[b-4dfnxa1qvc] {
    display: block;
}

.logo-desktop-mini[b-4dfnxa1qvc] {
    display: none;
}

.nav-item[b-4dfnxa1qvc] {
    border-bottom: solid 1px;
    border-color: rgba(255,255,255,0.1);
    filter: drop-shadow(0px 0px 1px #000000);
    font-size: 0.9rem;
}
    .nav-item:first-of-type[b-4dfnxa1qvc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4dfnxa1qvc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4dfnxa1qvc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3.4rem;
        display: flex;
        align-items: center;
    }

.nav-text[b-4dfnxa1qvc] {
    color: white;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.nav-text-sub[b-4dfnxa1qvc] {
    color: white;
    padding-left: 2.5rem;
    -webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none;
}

.nav-item svg[b-4dfnxa1qvc] {
    color: white !important;
    padding-left: 1rem;
}


.nav-item[b-4dfnxa1qvc]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
    border-radius: 0px;
}

.nav-item[b-4dfnxa1qvc]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
    border-radius: 0px;
}

.sub-nav-item[b-4dfnxa1qvc] {
    background-color: rgba(255,255,255,0.1);
}

.navmenu-container[b-4dfnxa1qvc] {
    transition: all 0.3s ease;
    overflow: visible;
}

.navmenu-container:not(.navbar-minimized) .nav-text[b-4dfnxa1qvc] {
    animation: fadeInText-b-4dfnxa1qvc 0.15s ease 0.2s both;
}

@media (min-width: 641px) {
    .navbar-minimized .nav-text[b-4dfnxa1qvc] {
        display: none;
    }
}

@keyframes fadeInText-b-4dfnxa1qvc {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 641px) {
    .navbar-minimized .nav-item[b-4dfnxa1qvc] {
        text-align: center;
    }

    .navbar-minimized .nav-item[b-4dfnxa1qvc]  a {
        justify-content: center;
        padding: 0.75rem 0.5rem;
    }

    .navbar-minimized .fas[b-4dfnxa1qvc] {
        margin-right: 0 !important;
    }
}

@media (max-width: 640px) {
    .navbar-minimize-toggle[b-4dfnxa1qvc] {
        display: none !important;
    }
    
    .logo-mobile[b-4dfnxa1qvc] {
        display: block;
    }
    
    .logo-desktop-full[b-4dfnxa1qvc],
    .logo-desktop-mini[b-4dfnxa1qvc] {
        display: none;
    }
    
    .navbar-minimized .nav-text[b-4dfnxa1qvc] {
        display: block !important;
    }
    
    .nav-scrollable[b-4dfnxa1qvc] {
        max-height: calc(100vh - 8rem);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .nav-scrollable .flex-column[b-4dfnxa1qvc] {
        overflow-y: auto;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-4dfnxa1qvc] {
        display: none !important;
    }

    .navbar-minimize-toggle[b-4dfnxa1qvc] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-minimized .nav-minimize-container[b-4dfnxa1qvc] {
        width: 30px;
        right: -10px;
    }



    .collapse[b-4dfnxa1qvc] {
        display: block !important;
    }
    
    .nav-scrollable[b-4dfnxa1qvc] {
        height: calc(100vh - 4rem);
        overflow: hidden;
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .nav-scrollable .flex-column[b-4dfnxa1qvc] {
        flex: 1;
        overflow: hidden;
    }

    .logo-mobile[b-4dfnxa1qvc] {
        display: none;
    }
    
    .logo-desktop-full[b-4dfnxa1qvc] {
        display: block;
    }
    
    .logo-desktop-mini[b-4dfnxa1qvc] {
        display: none;
    }

    .navbar-minimized .logo-desktop-full[b-4dfnxa1qvc] {
        display: none !important;
    }
    
    .navbar-minimized .logo-desktop-mini[b-4dfnxa1qvc] {
        display: block !important;
    }
}
/* /Pages/Activity/ActivityDetailsPage.razor.rz.scp.css */
.details[b-8fo87jl95i] {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
}
/* /Pages/Environment.razor.rz.scp.css */
.layout-grid[b-kdxr8e9dor] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 25% 1fr;
    height: 100%;
}

.layout-sidebar[b-kdxr8e9dor] {
    overflow-y: auto;
}

.layout-content[b-kdxr8e9dor] {
    overflow-y: auto;
}
/* /Pages/Setup.razor.rz.scp.css */
.layout-grid[b-d412v7evx3] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 25% 1fr;
    height: 100%;
}

.layout-sidebar[b-d412v7evx3] {
    overflow-y: auto;
}

.layout-content[b-d412v7evx3] {
    overflow-y: auto;
}
/* /Pages/TransactionEditPage.razor.rz.scp.css */
.editor-container[b-4mj58k45np] {
    background: #f7f7f7;
    padding: 0.5rem;
    border-left: solid 1px;
    border-right: solid 1px;
    border-color: #DBDBDB;
}
