@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/NRLibraries.Blazor.Components/NRLibraries.Blazor.Components.bundle.scp.css';

/* /Components/CarrierPulse/PulseErrors.razor.rz.scp.css */
.QuickGridInput[b-nlyp5z8uvm] {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
}

.TextRight[b-nlyp5z8uvm] {
    text-align: right;
}

.TextLeft[b-nlyp5z8uvm] {
    text-align: left;
}

.grid[b-nlyp5z8uvm] {
    min-height: 10rem;
    padding: 7px;
}
/* /Components/CarrierPulse/PulseList.razor.rz.scp.css */
.QuickGridInput[b-jktlgx7ewt] {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
}

.grid[b-jktlgx7ewt] {
    min-height: 10rem;
    padding: 7px;
}

.TextRight[b-jktlgx7ewt] {
    text-align: right;
}

.TextLeft[b-jktlgx7ewt] {
    text-align: left;
}

/* Pulse Create Section Improvements */
.pulse-create-section[b-jktlgx7ewt] {
    align-items: flex-start;
    margin-bottom: 1rem;
}

.pulse-name-input[b-jktlgx7ewt] {
    border-radius: 0.375rem;
}

    .pulse-name-input:focus[b-jktlgx7ewt] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

.btn-create-pulse[b-jktlgx7ewt] {
    white-space: nowrap;
    border-radius: 0.375rem;
    height: fit-content;
}

    .btn-create-pulse:disabled[b-jktlgx7ewt] {
        opacity: 0.65;
        cursor: not-allowed;
    }

.form-text[b-jktlgx7ewt] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Action Buttons Improvements */
.action-column[b-jktlgx7ewt] {
    min-width: 180px;
}

.btn-group .action-btn[b-jktlgx7ewt] {
    border-radius: 0.25rem;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
    white-space: nowrap;
}

    .btn-group .action-btn:not(:disabled):hover[b-jktlgx7ewt] {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .btn-group .action-btn:disabled[b-jktlgx7ewt] {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none !important;
        box-shadow: none !important;
    }

    .btn-group .action-btn i[b-jktlgx7ewt] {
        font-size: 0.875em;
    }

    /* Better spacing for action buttons */
    .btn-group .action-btn:not(:last-child)[b-jktlgx7ewt] {
        margin-right: 0.25rem;
    }

/* Focus states for accessibility */
.action-btn:focus[b-jktlgx7ewt] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pulse-create-section[b-jktlgx7ewt] {
        flex-direction: column;
        gap: 1rem !important;
    }

    .btn-create-pulse[b-jktlgx7ewt] {
        width: 100%;
    }

    /* Hide action text on small screens */
    .action-text[b-jktlgx7ewt] {
        display: none;
    }

    .btn-group .action-btn i[b-jktlgx7ewt] {
        margin-right: 0 !important;
    }

    .action-column[b-jktlgx7ewt] {
        min-width: 120px;
    }
}

@media (max-width: 576px) {
    .btn-group[b-jktlgx7ewt] {
        flex-direction: column;
        width: 100%;
    }

        .btn-group .action-btn[b-jktlgx7ewt] {
            margin-right: 0 !important;
            margin-bottom: 0.25rem;
            justify-content: flex-start;
        }

    .action-text[b-jktlgx7ewt] {
        display: inline;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .action-btn[b-jktlgx7ewt] {
        border-width: 2px;
        font-weight: 600;
    }
}

/* Loading States */
.spinner-border-sm[b-jktlgx7ewt] {
    width: 1rem;
    height: 1rem;
}

.btn-create-pulse .spinner-border-sm[b-jktlgx7ewt] {
    margin-right: 0.5rem;
}

/* Loading overlay for modal */
.modal-loading-overlay[b-jktlgx7ewt] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

    .modal-loading-overlay .spinner-border[b-jktlgx7ewt] {
        width: 2rem;
        height: 2rem;
    }

/* Disabled state for loading */
.btn:disabled[b-jktlgx7ewt] {
    pointer-events: none;
}

/* Responsive Table Patterns */
.table-responsive[b-jktlgx7ewt] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Mobile Card Layout */
@media (max-width: 991.98px) {
    .table.table-striped[b-jktlgx7ewt] {
        display: none;
    }

    .mobile-card-container[b-jktlgx7ewt] {
        display: block;
    }

    .pulse-card[b-jktlgx7ewt] {
        background: white;
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        margin-bottom: 1rem;
        padding: 1rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.15s ease-in-out;
    }

        .pulse-card:hover[b-jktlgx7ewt] {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

    .pulse-card-header[b-jktlgx7ewt] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid #e9ecef;
    }

    .pulse-card-title[b-jktlgx7ewt] {
        font-weight: 600;
        font-size: 1.1rem;
        color: #495057;
        margin: 0;
    }

    .pulse-card-id[b-jktlgx7ewt] {
        font-size: 0.875rem;
        color: #6c757d;
        font-family: monospace;
    }

    .pulse-card-body[b-jktlgx7ewt] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .pulse-card-field[b-jktlgx7ewt] {
        display: flex;
        flex-direction: column;
    }

    .pulse-card-label[b-jktlgx7ewt] {
        font-size: 0.75rem;
        font-weight: 600;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        margin-bottom: 0.25rem;
    }

    .pulse-card-value[b-jktlgx7ewt] {
        font-size: 0.875rem;
        color: #495057;
        word-break: break-word;
    }

    .pulse-card-actions[b-jktlgx7ewt] {
        display: flex;
        gap: 0.5rem;
        justify-content: flex-end;
        margin-top: 1rem;
        padding-top: 0.75rem;
        border-top: 1px solid #e9ecef;
    }

        .pulse-card-actions .btn-group[b-jktlgx7ewt] {
            flex-direction: row;
            width: auto;
        }

        .pulse-card-actions .action-btn[b-jktlgx7ewt] {
            font-size: 0.75rem;
            padding: 0.375rem 0.75rem;
        }

    .mobile-card-container[b-jktlgx7ewt] {
        padding: 0 0.5rem;
    }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pulse-card-body[b-jktlgx7ewt] {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Large mobile adjustments */
@media (max-width: 767.98px) {
    .pulse-card-body[b-jktlgx7ewt] {
        grid-template-columns: 1fr;
    }

    .pulse-card-header[b-jktlgx7ewt] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .pulse-card-actions[b-jktlgx7ewt] {
        justify-content: stretch;
    }

        .pulse-card-actions .btn-group[b-jktlgx7ewt] {
            width: 100%;
        }

        .pulse-card-actions .action-btn[b-jktlgx7ewt] {
            flex: 1;
            justify-content: center;
        }
}

/* Desktop - show table, hide cards */
@media (min-width: 992px) {
    .table.table-striped[b-jktlgx7ewt] {
        display: table;
    }

    .mobile-card-container[b-jktlgx7ewt] {
        display: none;
    }
}

/* Search and controls responsive improvements */
@media (max-width: 767.98px) {
    .col-3.float-start[b-jktlgx7ewt],
    .col-4.float-end[b-jktlgx7ewt] {
        float: none !important;
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }

    .TextRight[b-jktlgx7ewt],
    .TextLeft[b-jktlgx7ewt] {
        text-align: center;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .action-btn[b-jktlgx7ewt] {
        transition: none;
    }

        .action-btn:hover[b-jktlgx7ewt] {
            transform: none;
        }

    .spinner-border[b-jktlgx7ewt] {
        animation: none;
        border-left-color: transparent;
    }

    .pulse-card[b-jktlgx7ewt] {
        transition: none;
    }

        .pulse-card:hover[b-jktlgx7ewt] {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
}

/* Keyboard Navigation Support */
.container-fluid[b-jktlgx7ewt] {
    outline: none;
}

.table tr.selected[b-jktlgx7ewt] {
    background-color: #e3f2fd !important;
    border-left: 4px solid #2196f3;
}

    .table tr.selected td[b-jktlgx7ewt] {
        background-color: #e3f2fd !important;
    }

.pulse-card.selected[b-jktlgx7ewt] {
    border-color: #2196f3;
    background-color: #e3f2fd;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
}

/* Keyboard Help Modal Styles */
.keyboard-help-content h5[b-jktlgx7ewt] {
    color: #495057;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 0.5rem;
}

    .keyboard-help-content h5:first-child[b-jktlgx7ewt] {
        margin-top: 0;
    }

.shortcut-group[b-jktlgx7ewt] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.shortcut-item[b-jktlgx7ewt] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .shortcut-item kbd[b-jktlgx7ewt] {
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        color: #495057;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 0.875rem;
        font-weight: 600;
        padding: 0.25rem 0.5rem;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        min-width: 2rem;
        text-align: center;
    }

        .shortcut-item kbd + kbd[b-jktlgx7ewt] {
            margin-left: 0.25rem;
        }

    .shortcut-item span[b-jktlgx7ewt] {
        color: #6c757d;
        font-size: 0.875rem;
        flex: 1;
    }

/* Focus indicators for accessibility */
.QuickGridInput:focus[b-jktlgx7ewt],
#global-search-input:focus[b-jktlgx7ewt] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    border-color: #007bff;
}

/* Keyboard shortcut indicators */
.btn[title][data-keyboard-shortcut]:hover[b-jktlgx7ewt]::after {
    content: attr(data-keyboard-shortcut);
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    white-space: nowrap;
    z-index: 1000;
}

/* High contrast mode support for keyboard navigation */
@media (prefers-contrast: high) {
    .table tr.selected[b-jktlgx7ewt] {
        background-color: #000 !important;
        color: #fff !important;
        border-left-color: #fff;
    }

        .table tr.selected td[b-jktlgx7ewt] {
            background-color: #000 !important;
            color: #fff !important;
        }

    .pulse-card.selected[b-jktlgx7ewt] {
        border-color: #000;
        background-color: #fff;
        color: #000;
    }

    .shortcut-item kbd[b-jktlgx7ewt] {
        background-color: #000;
        color: #fff;
        border-color: #fff;
    }
}

/* Enhanced Search Controls Bar */
.search-controls-bar[b-jktlgx7ewt] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.entries-control[b-jktlgx7ewt] {
    flex-shrink: 0;
}

.entries-label[b-jktlgx7ewt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #495057;
    margin: 0;
}

.entries-select[b-jktlgx7ewt] {
    min-width: 70px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.global-search-container[b-jktlgx7ewt] {
    flex-grow: 1;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.search-input-wrapper[b-jktlgx7ewt] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon[b-jktlgx7ewt] {
    position: absolute;
    left: 1rem;
    color: #6c757d;
    z-index: 2;
    pointer-events: none;
}

.global-search-input[b-jktlgx7ewt] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: 2px solid #e9ecef;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    background: white;
}

    .global-search-input:focus[b-jktlgx7ewt] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
        outline: none;
    }

    .global-search-input[b-jktlgx7ewt]::placeholder {
        color: #adb5bd;
        font-style: italic;
    }

.btn-clear-search[b-jktlgx7ewt] {
    position: absolute;
    right: 0.5rem;
    background: none;
    border: none;
    color: #6c757d;
    padding: 0.25rem;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 2;
}

    .btn-clear-search:hover[b-jktlgx7ewt] {
        color: #dc3545;
        background: rgba(220, 53, 69, 0.1);
    }

.search-info[b-jktlgx7ewt] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding-left: 1rem;
}

    .search-info i[b-jktlgx7ewt] {
        color: #0d6efd;
    }

    .search-info strong[b-jktlgx7ewt] {
        color: #0d6efd;
    }

/* Flexible Grid System Styles */
.flexible-grid[b-jktlgx7ewt] {
    position: relative;
    overflow-x: auto;
    width: 100%;
}

[b-jktlgx7ewt] .table-flexible {
    table-layout: auto;
    width: 100%;
}

    [b-jktlgx7ewt] .table-flexible th,
    [b-jktlgx7ewt] .table-flexible td {
        padding: 0.75rem 0.5rem;
        vertical-align: middle;
        border-bottom: 1px solid #dee2e6;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    [b-jktlgx7ewt] .table-flexible th {
        background-color: #f8f9fa;
        border-top: 1px solid #dee2e6;
        font-weight: 600;
        color: #495057;
        position: sticky;
        top: 0;
        z-index: 10;
    }

/* Text Truncation with Tooltips */
.text-truncate[b-jktlgx7ewt] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

    .text-truncate:hover[b-jktlgx7ewt] {
        text-overflow: clip;
        white-space: normal;
        word-break: break-word;
    }

/* Column-specific improvements */
[b-jktlgx7ewt] .col-id {
    min-width: 7rem;
    max-width: 10rem;
    width: auto;
}

    [b-jktlgx7ewt] .col-id .text-truncate {
        font-family: 'Courier New', monospace;
        font-size: 0.875rem;
        font-weight: 500;
    }

[b-jktlgx7ewt] .col-name {
    min-width: 12rem;
    max-width: 18rem;
    width: auto;
}

    [b-jktlgx7ewt] .col-name .text-truncate {
        font-weight: 500;
        color: #0d6efd;
    }

[b-jktlgx7ewt] .col-status {
    min-width: 8rem;
    max-width: 11rem;
    width: auto;
    padding: 0.75rem 0.5rem;
}

[b-jktlgx7ewt] .col-status-container {
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.25rem;
}

[b-jktlgx7ewt] .col-created {
    min-width: 8rem;
    max-width: 11rem;
    width: auto;
}

[b-jktlgx7ewt] .col-lastupdated {
    min-width: 8rem;
    max-width: 11rem;
    width: auto;
}

[b-jktlgx7ewt] .col-processedrows {
    min-width: 10rem;
    max-width: 12rem;
    width: auto;
}

[b-jktlgx7ewt] .col-actions {
    min-width: 8rem;
    width: 8rem;
    flex-shrink: 0;
    text-align: center;
}

[b-jktlgx7ewt] .col-actions-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    gap: 0.25rem;
}

/* Action buttons improvements */
.action-buttons[b-jktlgx7ewt] {
    gap: 0.25rem;
    justify-content: center;
}

    .action-buttons .btn[b-jktlgx7ewt] {
        min-width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .action-buttons .btn i[b-jktlgx7ewt] {
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
        }

.cancel-allpulse-button-container[b-jktlgx7ewt] {
    margin-left: auto;
}

@media (max-width: 768px) {
    .cancel-allpulse-button-container[b-jktlgx7ewt] {
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
    }
}
/* /Components/CarrierPulse/PulseRequest/PulseOverview.razor.rz.scp.css */
/* Pulse Overview Component Styles */

.pulse-overview-container[b-j6ks7nt1pe] {
    width: 100%;
    height: auto;
    padding: 1rem;
}

.pulse-content[b-j6ks7nt1pe] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Action Buttons Section */
.action-buttons-section[b-j6ks7nt1pe] {
    background-color: var(--bs-light, #f8f9fa);
    border-radius: var(--bs-border-radius, 0.375rem);
    padding: 1.5rem;
    border: 1px solid var(--bs-border-color, #dee2e6);
}

.action-btn-group[b-j6ks7nt1pe] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-start;
}

/* Pulse Information Section */
.pulse-info-section[b-j6ks7nt1pe] {
    margin-bottom: 2rem;
}

.info-card[b-j6ks7nt1pe] {
    background-color: var(--bs-body-bg, #ffffff);
    transition: all 0.15s ease-in-out;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .info-card:hover[b-j6ks7nt1pe] {
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

.info-title[b-j6ks7nt1pe] {
    color: var(--bs-heading-color, #212529);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.info-value[b-j6ks7nt1pe] {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--bs-body-color, #212529);
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
}

/* File Sections */
.file-sections[b-j6ks7nt1pe] {
    display: grid;
    gap: 1.5rem;
}

/* Form Improvements */
.form-label[b-j6ks7nt1pe] {
    font-weight: 600;
    color: var(--bs-heading-color, #212529);
    margin-bottom: 0.5rem;
}

.form-text[b-j6ks7nt1pe] {
    font-size: 0.875rem;
    color: var(--bs-secondary, #6c757d);
    margin-top: 0.25rem;
}

/* Table Improvements */
.table th[b-j6ks7nt1pe] {
    border-top: none;
    font-weight: 600;
    color: var(--bs-heading-color, #212529);
    background-color: var(--bs-light, #f8f9fa);
}

.table-borderless td[b-j6ks7nt1pe],
.table-borderless th[b-j6ks7nt1pe] {
    border: none;
}

/* Modal Improvements */
.modal-header[b-j6ks7nt1pe] {
    background-color: var(--bs-primary, #0d6efd);
    color: white;
    border-bottom: none;
}

    .modal-header .btn-close[b-j6ks7nt1pe] {
        filter: invert(1);
    }

/* Button Improvements */
.btn:focus[b-j6ks7nt1pe] {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    outline: none;
}

/* Responsive Design */
@media (max-width: 992px) {
    .pulse-overview-container[b-j6ks7nt1pe] {
        padding: 0.75rem;
    }

    .action-buttons-section[b-j6ks7nt1pe] {
        padding: 1rem;
    }

    .info-card[b-j6ks7nt1pe] {
        min-height: 80px;
        margin-bottom: 1rem;
    }

    .file-sections[b-j6ks7nt1pe] {
        gap: 1rem;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .action-buttons-section[b-j6ks7nt1pe] {
        background-color: var(--bs-dark, #212529);
        border-color: var(--bs-border-color-translucent, rgba(255, 255, 255, 0.15));
    }

    .info-card[b-j6ks7nt1pe] {
        background-color: var(--bs-dark, #212529);
        border-color: var(--bs-border-color-translucent, rgba(255, 255, 255, 0.15));
        color: var(--bs-light, #f8f9fa);
    }

        .info-card:hover[b-j6ks7nt1pe] {
            box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.1);
        }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .action-buttons-section[b-j6ks7nt1pe],
    .info-card[b-j6ks7nt1pe] {
        border-width: 2px;
        border-style: solid;
    }

    .info-title[b-j6ks7nt1pe],
    .info-value[b-j6ks7nt1pe] {
        font-weight: 700;
    }

    .btn:focus[b-j6ks7nt1pe] {
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.5);
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .info-card[b-j6ks7nt1pe],
    .info-card:hover[b-j6ks7nt1pe] {
        transition: none;
        transform: none;
    }
}

/* Print Styles */
@media print {
    .action-buttons-section[b-j6ks7nt1pe] {
        display: none;
    }

    .pulse-overview-container[b-j6ks7nt1pe] {
        max-height: none;
        overflow: visible;
        padding: 0;
    }

    .info-card[b-j6ks7nt1pe] {
        border: 1px solid #000 !important;
        box-shadow: none !important;
        background: white !important;
        color: black !important;
    }
}

/* Focus Management for Accessibility */
.pulse-content:focus[b-j6ks7nt1pe] {
    outline: 2px solid var(--bs-primary, #0d6efd);
    outline-offset: 2px;
}

/* Loading States */
.pulse-content.loading[b-j6ks7nt1pe] {
    pointer-events: none;
    opacity: 0.7;
}

    .pulse-content.loading[b-j6ks7nt1pe]::after {
        content: '';
        position: fixed;
        top: 50%;
        left: 50%;
        width: 32px;
        height: 32px;
        border: 3px solid var(--bs-primary, #0d6efd);
        border-right-color: transparent;
        border-radius: 50%;
        animation: pulse-loading-spinner-b-j6ks7nt1pe 1s linear infinite;
        z-index: 1000;
        margin-top: -16px;
        margin-left: -16px;
    }

@keyframes pulse-loading-spinner-b-j6ks7nt1pe {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/CarrierPulse/PulseRequest/PulseRequestList.razor.rz.scp.css */
[b-6o1472d5yp] .QuickGridInput {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
}

.TextRight[b-6o1472d5yp] {
    text-align: right;
}

.TextLeft[b-6o1472d5yp] {
    text-align: left;
}

.grid[b-6o1472d5yp] {
    min-height: 10rem;
    padding: 7px;
    overflow-x: auto;
    width: 100%;
}

[b-6o1472d5yp] tbody tr td .text-wrap {
    width: 0.5rem;
}

/* Flexible Grid System for Columns */
[b-6o1472d5yp] .col-id {
    min-width: 8rem;
    max-width: 12rem;
    width: auto;
}

[b-6o1472d5yp] .col-carrier {
    min-width: 6rem;
    max-width: 10rem;
    width: auto;
}

[b-6o1472d5yp] .col-from {
    min-width: 8rem;
    max-width: 14rem;
    width: auto;
}

[b-6o1472d5yp] .col-to {
    min-width: 8rem;
    max-width: 14rem;
    width: auto;
}

[b-6o1472d5yp] .col-status {
    min-width: 7rem;
    max-width: 10rem;
    width: auto;
}

[b-6o1472d5yp] .col-actions {
    min-width: 8rem;
    width: 8rem;
    flex-shrink: 0;
}

/* Legacy Width Classes - Deprecated */
[b-6o1472d5yp] .Width9Rem {
    column-width: 9rem !important;
}

[b-6o1472d5yp] .Width7Rem {
    column-width: 7rem !important;
}

[b-6o1472d5yp] .Width5Rem {
    column-width: 5rem !important;
}

[b-6o1472d5yp] .Width6Rem {
    column-width: 6rem !important;
}

[b-6o1472d5yp] .TextWrapWidth {
    column-width: auto !important;
    max-width: 16rem !important;
}

[b-6o1472d5yp] .ActionColWidth {
    column-width: auto;
}

[b-6o1472d5yp] table thead tr th {
    width: 2rem !important;
}

[b-6o1472d5yp] table thead th, table thead td[b-6o1472d5yp] {
    padding: 10px 0px;
}

[b-6o1472d5yp] .table tfoot > tr > th:first-child, .table thead > tr > th:first-child[b-6o1472d5yp], .table tr th:first-child[b-6o1472d5yp], .table tr td:first-child[b-6o1472d5yp] {
    padding: 0px !important;
}

/* Status Badge Styles */
[b-6o1472d5yp] .badge {
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 0.375rem;
    text-transform: capitalize;
}

/* Status Badge Styles in QuickGrid */
[b-6o1472d5yp] .status-badge {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    min-width: 65px;
    text-transform: capitalize;
}

    [b-6o1472d5yp] .badge-danger,
    [b-6o1472d5yp] .status-badge.badge-danger {
        background-color: #dc3545;
        color: white;
        border: 1px solid #dc3545;
    }

    [b-6o1472d5yp] .badge-warning,
    [b-6o1472d5yp] .status-badge.badge-warning {
        background-color: #ffc107;
        color: #000;
        border: 1px solid #ffc107;
    }

    [b-6o1472d5yp] .badge-success,
    [b-6o1472d5yp] .status-badge.badge-success {
        background-color: #198754;
        color: white;
        border: 1px solid #198754;
    }

    [b-6o1472d5yp] .badge-info,
    [b-6o1472d5yp] .status-badge.badge-info {
        background-color: #0dcaf0;
        color: #000;
        border: 1px solid #0dcaf0;
    }

    [b-6o1472d5yp] .badge-primary,
    [b-6o1472d5yp] .status-badge.badge-primary {
        background-color: #0d6efd;
        color: white;
        border: 1px solid #0d6efd;
    }

    [b-6o1472d5yp] .badge-secondary,
    [b-6o1472d5yp] .status-badge.badge-secondary {
        background-color: #6c757d;
        color: white;
        border: 1px solid #6c757d;
    }

/* Status Header Container */
.status-header-container[b-6o1472d5yp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

.pulse-status-section[b-6o1472d5yp] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pulse-status-title[b-6o1472d5yp] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #495057;
}

.pulse-status-badge[b-6o1472d5yp] {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}

.pulse-status-failed[b-6o1472d5yp] {
    background-color: #dc3545;
    color: white;
}

.pulse-status-completed[b-6o1472d5yp] {
    background-color: #198754;
    color: white;
}

.pulse-status-processing[b-6o1472d5yp] {
    background-color: #0dcaf0;
    color: #000;
}

.pulse-status-default[b-6o1472d5yp] {
    background-color: #6c757d;
    color: white;
}

/* Action Button Groups */
.action-buttons-group[b-6o1472d5yp] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn-group[b-6o1472d5yp] {
    display: flex;
    gap: 0.25rem;
}

    .btn-group .btn[b-6o1472d5yp] {
        border-radius: 0.375rem !important;
        border: 1px solid transparent;
        transition: all 0.2s ease;
    }

        .btn-group .btn:hover[b-6o1472d5yp] {
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .btn-group .btn:disabled[b-6o1472d5yp] {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

.btn-text[b-6o1472d5yp] {
    margin-left: 0.25rem;
}

/* Status Summary Cards */
.status-summary-container[b-6o1472d5yp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.status-card[b-6o1472d5yp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: white;
    border-radius: 0.5rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

    .status-card:hover[b-6o1472d5yp] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }

    .status-card.active[b-6o1472d5yp] {
        border-color: #0d6efd;
        background: linear-gradient(135deg, #e7f3ff 0%, #f0f8ff 100%);
        box-shadow: 0 4px 12px rgba(13,110,253,0.15);
    }

.status-icon[b-6o1472d5yp] {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,0.05);
}

.status-failed .status-icon[b-6o1472d5yp] {
    color: #dc3545;
    background: rgba(220,53,69,0.1);
}

.status-warning .status-icon[b-6o1472d5yp] {
    color: #ffc107;
    background: rgba(255,193,7,0.1);
}

.status-success .status-icon[b-6o1472d5yp] {
    color: #198754;
    background: rgba(25,135,84,0.1);
}

.status-total .status-icon[b-6o1472d5yp] {
    color: #6c757d;
    background: rgba(108,117,125,0.1);
}

.status-content[b-6o1472d5yp] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.status-count[b-6o1472d5yp] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    color: #212529;
}

.status-label[b-6o1472d5yp] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-description[b-6o1472d5yp] {
    font-size: 0.7rem;
    font-weight: 400;
    color: #868e96;
    font-style: italic;
    margin-top: 0.125rem;
}

/* New Status Card Types */
.status-info .status-icon[b-6o1472d5yp] {
    color: #0dcaf0;
    background: rgba(13,202,240,0.1);
}

.status-context[b-6o1472d5yp] {
    cursor: default !important;
    border-color: #e9ecef;
    background: #f8f9fa;
}

    .status-context:hover[b-6o1472d5yp] {
        transform: none;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .status-context .status-icon[b-6o1472d5yp] {
        color: #6c757d;
        background: rgba(108,117,125,0.1);
    }

/* Action Buttons in Table */
.action-buttons[b-6o1472d5yp] {
    gap: 0.25rem;
    justify-content: center;
}

    .action-buttons .btn[b-6o1472d5yp] {
        min-width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .action-buttons .btn i[b-6o1472d5yp] {
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
        }

/* Loading States */
.spinner-border-sm[b-6o1472d5yp] {
    width: 1rem;
    height: 1rem;
    border-width: 0.125rem;
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .action-buttons-section[b-6o1472d5yp] {
        background-color: var(--bs-dark, #212529);
        border-color: var(--bs-border-color-translucent, rgba(255, 255, 255, 0.15));
    }

    .info-card[b-6o1472d5yp] {
        background-color: var(--bs-dark, #212529);
        border-color: var(--bs-border-color-translucent, rgba(255, 255, 255, 0.15));
        color: var(--bs-light, #f8f9fa);
    }

        .info-card:hover[b-6o1472d5yp] {
            box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.1);
        }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .action-buttons-section[b-6o1472d5yp],
    .info-card[b-6o1472d5yp] {
        border-width: 2px;
        border-style: solid;
    }

    .info-title[b-6o1472d5yp],
    .info-value[b-6o1472d5yp] {
        font-weight: 700;
    }

    .btn:focus[b-6o1472d5yp] {
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.5);
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .info-card[b-6o1472d5yp],
    .info-card:hover[b-6o1472d5yp] {
        transition: none;
        transform: none;
    }
}

/* Print Styles */
@media print {
    .action-buttons-section[b-6o1472d5yp] {
        display: none;
    }

    .pulse-overview-container[b-6o1472d5yp] {
        max-height: none;
        overflow: visible;
        padding: 0;
    }

    .info-card[b-6o1472d5yp] {
        border: 1px solid #000 !important;
        box-shadow: none !important;
        background: white !important;
        color: black !important;
    }
}

/* Focus Management for Accessibility */
.pulse-content:focus[b-6o1472d5yp] {
    outline: 2px solid var(--bs-primary, #0d6efd);
    outline-offset: 2px;
}

/* Enhanced Search Controls Bar */
.search-controls-bar[b-6o1472d5yp] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.entries-control[b-6o1472d5yp] {
    flex-shrink: 0;
}

.entries-label[b-6o1472d5yp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #495057;
    margin: 0;
}

.entries-select[b-6o1472d5yp] {
    min-width: 70px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.global-search-container[b-6o1472d5yp] {
    flex-grow: 1;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.search-input-wrapper[b-6o1472d5yp] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon[b-6o1472d5yp] {
    position: absolute;
    left: 1rem;
    color: #6c757d;
    z-index: 2;
    pointer-events: none;
}

.global-search-input[b-6o1472d5yp] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: 2px solid #e9ecef;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    background: white;
}

    .global-search-input:focus[b-6o1472d5yp] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
        outline: none;
    }

    .global-search-input[b-6o1472d5yp]::placeholder {
        color: #adb5bd;
        font-style: italic;
    }

.btn-clear-search[b-6o1472d5yp] {
    position: absolute;
    right: 0.5rem;
    background: none;
    border: none;
    color: #6c757d;
    padding: 0.25rem;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 2;
}

    .btn-clear-search:hover[b-6o1472d5yp] {
        color: #dc3545;
        background: rgba(220, 53, 69, 0.1);
    }

.search-info[b-6o1472d5yp] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding-left: 1rem;
}

    .search-info i[b-6o1472d5yp] {
        color: #0d6efd;
    }

    .search-info strong[b-6o1472d5yp] {
        color: #0d6efd;
    }

/* Flexible Grid System Styles */
.flexible-grid[b-6o1472d5yp] {
    position: relative;
}

[b-6o1472d5yp] .table-flexible {
    table-layout: auto;
    width: 100%;
}

    [b-6o1472d5yp] .table-flexible th,
    [b-6o1472d5yp] .table-flexible td {
        padding: 0.75rem 0.5rem;
        vertical-align: middle;
        border-bottom: 1px solid #dee2e6;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    [b-6o1472d5yp] .table-flexible th {
        background-color: #f8f9fa;
        border-top: 1px solid #dee2e6;
        font-weight: 600;
        color: #495057;
        position: sticky;
        top: 0;
        z-index: 10;
    }

/* Text Truncation with Tooltips */
.text-truncate[b-6o1472d5yp] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

    .text-truncate:hover[b-6o1472d5yp] {
        text-overflow: clip;
        white-space: normal;
        word-break: break-word;
    }

/* Column-specific improvements */
[b-6o1472d5yp] .col-id .text-truncate {
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    font-weight: 500;
}

[b-6o1472d5yp] .col-carrier .text-truncate {
    font-weight: 500;
    color: #0d6efd;
}

[b-6o1472d5yp] .col-status {
    padding: 0.75rem 0.5rem;
}

[b-6o1472d5yp] .col-status-container {
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.25rem;
}

[b-6o1472d5yp] .col-actions {
    text-align: center;
}

/* Improved responsive behavior for flexible grid */
@media (max-width: 1200px) {
    [b-6o1472d5yp] .col-id {
        min-width: 6rem;
        max-width: 8rem;
    }

    [b-6o1472d5yp] .col-from,
    [b-6o1472d5yp] .col-to {
        min-width: 6rem;
        max-width: 10rem;
    }
}

@media (max-width: 992px) {
    [b-6o1472d5yp] .col-carrier {
        min-width: 5rem;
        max-width: 7rem;
    }

    [b-6o1472d5yp] .col-from,
    [b-6o1472d5yp] .col-to {
        min-width: 5rem;
        max-width: 8rem;
    }

    [b-6o1472d5yp] .col-status {
        min-width: 5rem;
        max-width: 7rem;
    }

    [b-6o1472d5yp] .status-badge {
        min-width: 50px;
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
    }
}

/* Error, Loading, and Empty State Styles */

/* Error State */
.error-state-container[b-6o1472d5yp] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    padding: 2rem;
}

.error-state-card[b-6o1472d5yp] {
    max-width: 500px;
    text-align: center;
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    border: 1px solid #f8d7da;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.1);
}

.error-icon[b-6o1472d5yp] {
    font-size: 3rem;
    color: #dc3545;
    margin-bottom: 1.5rem;
}

.error-content[b-6o1472d5yp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.error-title[b-6o1472d5yp] {
    color: #721c24;
    font-weight: 600;
    margin: 0;
}

.error-message[b-6o1472d5yp] {
    color: #856404;
    margin: 0;
    font-size: 0.9rem;
}

.error-actions[b-6o1472d5yp] {
    margin-top: 1rem;
}

/* Loading State */
.loading-state-container[b-6o1472d5yp] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    padding: 2rem;
}

.loading-state-card[b-6o1472d5yp] {
    max-width: 400px;
    text-align: center;
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    border: 1px solid #cce7ff;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.1);
}

.loading-spinner[b-6o1472d5yp] {
    margin-bottom: 1.5rem;
}

    .loading-spinner .spinner-border[b-6o1472d5yp] {
        width: 3rem;
        height: 3rem;
    }

.loading-content[b-6o1472d5yp] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.loading-title[b-6o1472d5yp] {
    color: #0c4a6e;
    font-weight: 600;
    margin: 0;
}

.loading-message[b-6o1472d5yp] {
    color: #64748b;
    margin: 0;
    font-size: 0.9rem;
}

/* Empty State */
.empty-state-container[b-6o1472d5yp] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    padding: 2rem;
}

.empty-state-card[b-6o1472d5yp] {
    max-width: 500px;
    text-align: center;
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.empty-icon[b-6o1472d5yp] {
    font-size: 3rem;
    color: #94a3b8;
    margin-bottom: 1.5rem;
}

.empty-content[b-6o1472d5yp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.empty-title[b-6o1472d5yp] {
    color: #334155;
    font-weight: 600;
    margin: 0;
}

.empty-message[b-6o1472d5yp] {
    color: #64748b;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.empty-actions[b-6o1472d5yp] {
    margin-top: 1rem;
}

/* Enhanced Button States */
.btn:disabled[b-6o1472d5yp] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.btn.loading[b-6o1472d5yp] {
    position: relative;
    color: transparent !important;
}

    .btn.loading[b-6o1472d5yp]::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        border: 2px solid transparent;
        border-top: 2px solid #ffffff;
        border-radius: 50%;
        animation: button-loading-spinner-b-6o1472d5yp 1s ease infinite;
    }

@keyframes button-loading-spinner-b-6o1472d5yp {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
/* /Components/CarrierPulse/PulseRequest/PulseRequestView.razor.rz.scp.css */
/* Pulse Request ID Styling - Following UI/UX Standards */
.pulse-request-id[b-8dviknf4t0] {
    font-size: 0.75rem;
    color: #6c757d;
    font-family: 'Courier New', monospace;
    font-weight: 400;
    margin: 0.5rem 0;
    word-break: break-all;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.pulse-request-id-label[b-8dviknf4t0] {
    font-size: 0.75rem;
    color: #adb5bd;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 0.5rem;
}

/* Close button styling */
.btn-pulse-detail-close[b-8dviknf4t0] {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 1000;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Action buttons styling */
.pulse-action-buttons[b-8dviknf4t0] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

    .pulse-action-buttons .btn[b-8dviknf4t0] {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 2.5rem;
        height: 2.5rem;
        padding: 0.5rem;
    }

        .pulse-action-buttons .btn i[b-8dviknf4t0] {
            font-size: 1rem;
        }

/* Form section headers */
.form-section-header[b-8dviknf4t0] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #0d6efd;
    margin-bottom: 1rem;
    transition: all 0.2s ease;
}

    .form-section-header:hover[b-8dviknf4t0] {
        background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
        border-left-color: #0a58ca;
    }

    .form-section-header h6[b-8dviknf4t0] {
        margin: 0;
        font-weight: 600;
        color: #495057;
    }

    .form-section-header i[b-8dviknf4t0] {
        color: #0d6efd;
    }

/* Header padding to avoid close button overlap */
[b-8dviknf4t0] .card-header {
    padding-right: 3rem !important;
}

/* Form input styling improvements */
.form-control[readonly][b-8dviknf4t0] {
    background-color: #f8f9fa;
    border-color: #e9ecef;
    color: #6c757d;
}

.form-control.error[b-8dviknf4t0] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Overflow container improvements - removed to prevent width issues */

/* Responsive improvements */
@media (max-width: 768px) {
    .pulse-request-id[b-8dviknf4t0] {
        font-size: 0.7rem;
        word-break: break-all;
    }

    .pulse-request-id-label[b-8dviknf4t0] {
        font-size: 0.7rem;
        display: block;
        margin-bottom: 0.25rem;
        margin-right: 0;
    }

    .pulse-action-buttons[b-8dviknf4t0] {
        flex-wrap: wrap;
        gap: 0.25rem;
    }

        .pulse-action-buttons .btn[b-8dviknf4t0] {
            min-width: 2rem;
            height: 2rem;
            padding: 0.25rem;
        }

            .pulse-action-buttons .btn i[b-8dviknf4t0] {
                font-size: 0.875rem;
            }

    .btn-pulse-detail-close[b-8dviknf4t0] {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1rem;
        top: 0.25rem;
        right: 0.25rem;
    }
}

@media (max-width: 576px) {

    .pulse-request-id[b-8dviknf4t0] {
        font-size: 0.65rem;
        line-height: 1.1;
    }

    .form-section-header[b-8dviknf4t0] {
        padding: 0.75rem;
        margin-bottom: 0.75rem;
    }

        .form-section-header h6[b-8dviknf4t0] {
            font-size: 0.875rem;
        }
}
/* /Components/ContentPulse/ContentPulseDetails.razor.rz.scp.css */
.QuickGridInput[b-kvr9adybqu] {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
}

.grid[b-kvr9adybqu] {
    min-height: 10rem;
    padding: 7px;
}

.TextRight[b-kvr9adybqu] {
    text-align: right;
}

.TextLeft[b-kvr9adybqu] {
    text-align: left;
}

[b-kvr9adybqu] div > .disabled, p > .disabled[b-kvr9adybqu] {
    background-color: #F2F2F2;
}

[b-kvr9adybqu] table thead th, table thead td[b-kvr9adybqu] {
    padding: 10px 0px;
}

[b-kvr9adybqu] .table tfoot > tr > th:first-child, .table thead > tr > th:first-child[b-kvr9adybqu], .table tr th:first-child[b-kvr9adybqu], .table tr td:first-child[b-kvr9adybqu] {
    padding: 0px !important;
}
.modal-response p[b-kvr9adybqu]{
    min-height: 50px;
}
/* /Components/ContentPulse/ContentPulseList.razor.rz.scp.css */
.QuickGridInput[b-4fkeo740dv] {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
}

.grid[b-4fkeo740dv] {
    min-height: 10rem;
    padding: 7px;
}

.TextRight[b-4fkeo740dv] {
    text-align: right;
}

.TextLeft[b-4fkeo740dv] {
    text-align: left;
}

[b-4fkeo740dv] table thead th, table thead td[b-4fkeo740dv] {
    padding: 10px 0px;
}

[b-4fkeo740dv] .table tfoot > tr > th:first-child, .table thead > tr > th:first-child[b-4fkeo740dv], .table tr th:first-child[b-4fkeo740dv], .table tr td:first-child[b-4fkeo740dv] {
    padding: 0px !important;
}
/* /Components/ContentPulse/CreateContentPulse.razor.rz.scp.css */
.QuickGridInput[b-g5b719q5xc] {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
}

.grid[b-g5b719q5xc] {
    min-height: 10rem;
    padding: 7px;
}

.TextRight[b-g5b719q5xc] {
    text-align: right;
}

.TextLeft[b-g5b719q5xc] {
    text-align: left;
}


[b-g5b719q5xc] table thead th, table thead td[b-g5b719q5xc] {
    padding: 10px 0px;
}

[b-g5b719q5xc] .table tfoot > tr > th:first-child, .table thead > tr > th:first-child[b-g5b719q5xc], .table tr th:first-child[b-g5b719q5xc], .table tr td:first-child[b-g5b719q5xc] {
    padding: 0px !important;
}

[b-g5b719q5xc] .form-group > label{
    margin-bottom: 0px !important;
}
/* /Components/CustomerOnboard/Wizard.razor.rz.scp.css */
body[b-579op3mg1r] {
    margin-top: 40px;
}

.active-step[b-579op3mg1r]{
    background-color: crimson;
    color: white;
}

.stepwizard-step p[b-579op3mg1r] {
    margin-top: 10px;
}

.stepwizard-row[b-579op3mg1r] {
    display: table-row;
}

.stepwizard[b-579op3mg1r] {
    min-height:150px;
    display: block;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled][b-579op3mg1r] {
    opacity: 1 !important;
    filter: blur(opacity(100)) /*alpha(opacity=100)*/ !important;
}

/*.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;*/
    /*z-order: 0;*/
/*}*/
.stepwizard-row[b-579op3mg1r]:before {
    top: 28px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 7px;
    background-color: #ccc;
}

.stepwizard-row li[b-579op3mg1r]:before, .stepwizard-row li[b-579op3mg1r]:after {
    top: 28px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 7px;
    background-color: #ccc;
    z-index: -10;
    margin-left: -50px;
    margin-right: 50px;
}

.stepwizard-step[b-579op3mg1r] {
    display: inline-block;
    text-align: center;
    position: relative;
    padding:15px 18px;
}

.btn-circle[b-579op3mg1r] {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
/* /Components/HealthCheck/Collectors/Spidey.razor.rz.scp.css */
.spanHeaders[b-5hxvvztgpc] {
    vertical-align: middle;
    text-align: center;
    background-color: lightblue;
}

.colspan6Header[b-5hxvvztgpc] {
    background-color: lightskyblue;
}

tr:nth-child(even)[b-5hxvvztgpc] {
    background-color: #D6EEEE;
}

.countData[b-5hxvvztgpc] {
    text-align: right;
}
/* /Components/HealthCheck/SPAPI/SPAPI.razor.rz.scp.css */
a.btn.btn-outline-primary[b-15fgb88onk] {
    width: 100%;
    font-weight: bold;
}

.spapiCategaroy[b-15fgb88onk] {
    margin-top: 2rem;
}
/* /Components/MarketingCloud/ListOfUploadedFiles.razor.rz.scp.css */
.list-group[b-e37bd153x2] {
    max-height: 200px;
    margin-bottom: 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


[b-e37bd153x2] .QuickGridInput {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
}

.TextRight[b-e37bd153x2] {
    text-align: right;
}

.TextLeft[b-e37bd153x2] {
    text-align: left;
}

.grid[b-e37bd153x2] {
    min-height: 10rem;
    padding: 7px;
}

[b-e37bd153x2] tbody tr td .text-wrap {
    width: 0.5rem;
}

[b-e37bd153x2] .Width9Rem {
    column-width: 9rem !important;
}

[b-e37bd153x2] .Width7Rem {
    column-width: 7rem !important;
}

[b-e37bd153x2] .Width5Rem {
    column-width: 5rem !important;
}

[b-e37bd153x2] .Width6Rem {
    column-width: 6rem !important;
}

[b-e37bd153x2] .TextWrapWidth {
    column-width: auto !important;
    max-width: 16rem !important;
}

[b-e37bd153x2] .ActionColWidth {
    column-width: auto;
}

[b-e37bd153x2] table thead tr th {
    width: 2rem !important;
}

[b-e37bd153x2] table thead th, table thead td[b-e37bd153x2] {
    padding: 10px 0px;
}

[b-e37bd153x2] .table tfoot > tr > th:first-child, .table thead > tr > th:first-child[b-e37bd153x2], .table tr th:first-child[b-e37bd153x2], .table tr td:first-child[b-e37bd153x2] {
    padding: 0px !important;
}
/* /Components/Shared/Skeleton/TableSkeleton.razor.rz.scp.css */
.table-skeleton[b-9fcyfx2ayr] {
    display: table;
    width: 100%;
}

.skeleton-header[b-9fcyfx2ayr],
.skeleton-row[b-9fcyfx2ayr] {
    display: table-row;
}

.skeleton-cell[b-9fcyfx2ayr] {
    display: table-cell;
    padding: 12px;
    vertical-align: middle;
}

.skeleton-header-cell[b-9fcyfx2ayr],
.skeleton-cell[b-9fcyfx2ayr] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-9fcyfx2ayr 1.5s infinite;
    border-radius: 4px;
    height: 20px;
}

.skeleton-header-cell[b-9fcyfx2ayr] {
    height: 24px;
    background: linear-gradient(90deg, #e8e8e8 25%, #d8d8d8 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: loading-b-9fcyfx2ayr 1.5s infinite;
}

@keyframes loading-b-9fcyfx2ayr {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .skeleton-header-cell[b-9fcyfx2ayr],
    .skeleton-cell[b-9fcyfx2ayr] {
        background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
        background-size: 200% 100%;
    }

    .skeleton-header-cell[b-9fcyfx2ayr] {
        background: linear-gradient(90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%);
        background-size: 200% 100%;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .skeleton-header-cell[b-9fcyfx2ayr],
    .skeleton-cell[b-9fcyfx2ayr] {
        animation: none;
        background: #f0f0f0;
    }

    .skeleton-header-cell[b-9fcyfx2ayr] {
        background: #e8e8e8;
    }

    @media (prefers-color-scheme: dark) {
        .skeleton-header-cell[b-9fcyfx2ayr],
        .skeleton-cell[b-9fcyfx2ayr] {
            background: #2a2a2a;
        }

        .skeleton-header-cell[b-9fcyfx2ayr] {
            background: #1a1a1a;
        }
    }
}
/* /Components/Shared/Status/StatusBadge.razor.rz.scp.css */
.status-badge[b-3jkdqtqi3c] {
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    letter-spacing: 0.025em;
    transition: all 0.15s ease-in-out;
}

    .status-badge.badge-sm[b-3jkdqtqi3c] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .status-badge i[b-3jkdqtqi3c] {
        font-size: 0.875em;
    }

    .status-badge.badge-sm i[b-3jkdqtqi3c] {
        font-size: 0.75em;
    }

    /* Hover effects for interactive badges */
    .status-badge:hover[b-3jkdqtqi3c] {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Accessibility improvements */
    .status-badge:focus[b-3jkdqtqi3c] {
        outline: 2px solid #007bff;
        outline-offset: 2px;
    }

    /* Animation for processing status */
    .status-badge .bi-arrow-clockwise[b-3jkdqtqi3c] {
        animation: spin-b-3jkdqtqi3c 2s linear infinite;
    }

@keyframes spin-b-3jkdqtqi3c {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .status-badge[b-3jkdqtqi3c] {
        border: 2px solid currentColor;
        font-weight: 600;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .status-badge[b-3jkdqtqi3c] {
        transition: none;
    }

        .status-badge .bi-arrow-clockwise[b-3jkdqtqi3c] {
            animation: none;
        }

        .status-badge:hover[b-3jkdqtqi3c] {
            transform: none;
        }
}
/* /Pages/AI/OpenAI/AIListingContentGenerator.razor.rz.scp.css */
.notification-badge[b-f3l9hkob7c] {
    margin-left: -7px;
    margin-top: 7px;
    font-size: 10px;
}

.btn i.rzi[b-f3l9hkob7c] {
    font-size: 30px;
    vertical-align: middle;
}

.table-responsive[b-f3l9hkob7c] {
    height: 350px;
    overflow-y: auto;
    margin-top: 20px;
}

thead[b-f3l9hkob7c] {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.table th[b-f3l9hkob7c] {
    white-space: nowrap;
}

.table td[b-f3l9hkob7c]{
    vertical-align: middle;
}

.box-shadow[b-f3l9hkob7c] {
    box-shadow: 0px -2px 5px 1px lightgray;
}
/* /Pages/AI/OpenAI/ListingContentGeneratorV3.razor.rz.scp.css */
.notification-badge[b-mdevedx7wg] {
    margin-left: -7px;
    margin-top: 7px;
    font-size: 10px;
}

.btn i.rzi[b-mdevedx7wg] {
    font-size: 30px;
    vertical-align: middle;
}
/* /Pages/AI/OpenAI/OpenAIChatBot.razor.rz.scp.css */
.chat-container[b-b864cpfwzk] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 77vh;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background-color: #f8f9fa;
}

.chat-box[b-b864cpfwzk] {
    flex-grow: 1;
    overflow-y: auto;
    margin-bottom: 10px;
    padding-right: 10px;
}

.chat-message[b-b864cpfwzk] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.user-message[b-b864cpfwzk] {
    align-items: flex-end;
    text-align: left;
}

.assistant-message[b-b864cpfwzk] {
    align-items: flex-start;
    text-align: left;
}

.bubble[b-b864cpfwzk] {
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 70%;
    word-wrap: break-word;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.user-message .bubble[b-b864cpfwzk] {
    background-color: #007bff;
    color: white;
}

.assistant-message .bubble[b-b864cpfwzk] {
    background-color: #e9ecef;
    color: black;
}

.input-box[b-b864cpfwzk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.send-button[b-b864cpfwzk] {
    margin-left: 10px;
}

/* Ensure proper formatting for JSON in assistant message bubbles */
pre[b-b864cpfwzk] {
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
    font-family: Consolas, monospace; /* Monospace font for better readability */
    font-size: 14px;
    color: #333;
}
/* /Pages/AI/OpenAI/PromptPlaygroundContentPulse.razor.rz.scp.css */
.QuickGridInput[b-rvp9i7kopr] {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
}

.grid[b-rvp9i7kopr] {
    min-height: 10rem;
    padding: 7px;
}

.TextRight[b-rvp9i7kopr] {
    text-align: right;
}

.TextLeft[b-rvp9i7kopr] {
    text-align: left;
}


[b-rvp9i7kopr] table thead th, table thead td[b-rvp9i7kopr] {
    padding: 10px 0px;
}

[b-rvp9i7kopr] .table tfoot > tr > th:first-child, .table thead > tr > th:first-child[b-rvp9i7kopr], .table tr th:first-child[b-rvp9i7kopr], .table tr td:first-child[b-rvp9i7kopr] {
    padding: 0px !important;
}

[b-rvp9i7kopr] .form-group > label {
    margin-bottom: 0px !important;
}
/* /Shared/TopNav.razor.rz.scp.css */
[b-2wp9wcd41r].navbar-top .nav-link i {
  font-size: 1.2rem;
}
