html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Snek_logo.svg');
    mask: url('../images/Snek_logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 107px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.dxbs-checkbox .custom-control > .form-check-input {
    opacity: 1;
    z-index: 1;
    margin-left: 0;
}

dxbl-modal > .dxbs-modal > .xafPopup.dxbs-popup {
    max-width: 1240px !important;
}

.custom-QuoteActions {
    padding-top: 20px;
    padding-bottom: 10px;
    border: solid 1px #eee;
    border-left: 0;
    border-right: 0;
}

    .custom-QuoteActions .dxbs-toolbar-btn {
        background: #fff;
        border-color: #d0d0d0;
    }

.custom-ApprovedQuoteActions {
}

    .custom-ApprovedQuoteActions .dxbs-toolbar-btn {
        background: #003824;
        border-color: #003824;
        color: #fff;
    }

div.nested-frame[data-frame-name="Sales Price Entries"] .nested-toolbar {
    display: none; /* Hides the specific div */
}
div.nested-frame[data-frame-name="Sales Price Entries"] .nested-toolbar {
    visibility: hidden;
}

.quote-detailview-benchtop-rows .dxbl-grid-bottom-panel,
.order-detailview-benchtop-rows .dxbl-grid-bottom-panel,
.quote-detailview-article-rows .dxbl-grid-bottom-panel,
.order-detailview-article-rows .dxbl-grid-bottom-panel {
    visibility: hidden;
    display: none;
}

.quote-detailview-benchtop-rows label.dxbl-fl-cpt,
.order-detailview-benchtop-rows label.dxbl-fl-cpt,
.quote-detailview-article-rows label.dxbl-fl-cpt,
.order-detailview-article-rows label.dxbl-fl-cpt {
    font-weight: 700;
}


.staging-env {
    padding-top: 50px;
    display: inline;
}
    .staging-env app {
        padding-top: 50px;
    }

    .staging-env .staging-banner {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
        padding: .75rem 1.25rem;
        border: 1px solid transparent;
        border-radius: .25rem;
        text-align: center;
    }

.timeline-source-user {
    background-color: #f9f9f9; /* light gray */
    border-left: 4px solid #2d87f0; /* blue accent */
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-style: normal;
    color: #333;
}

.timeline-source-system {
    background-color: #f0f0f0; /* slightly darker gray */
    border-left: 2px dashed #999; /* subtle, machine-y feel */
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-style: italic;
    font-size: 12px;
    color: #666;
}
    .timeline-source-system p {
        margin-bottom: 2px;
    }

.timeline-source-user .entry-content-heading {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.timeline-source-user .entry-content-text {
    margin-bottom: 5px;
    font-size: 12px;
}

    .entry-meta {
        font-style: italic;
        font-size: 12px;
    }