/* _content/Rxchange3.ScannerPortal.Blazor.Server/Editors/BatchOverview/ProductTable.razor.rz.scp.css */
/* Style for the card element within the scan-session-list class */
.scan-session-list .card[b-1cvgax62m0] {
    transition: transform 0.2s; /* Smooth transition for transform property */
    border-radius: 8px; /* Rounded corners for the card */
}

/* Style for the list group item within the scan-session-list class */
.scan-session-list .list-group-item[b-1cvgax62m0] {
    border-radius: 12px; /* Rounded corners for the list group item */
    margin-bottom: 1rem; /* Space below each list group item */
    border: 1px solid #e9ecef; /* Light border around the list group item */
    transition: all 0.3s ease; /* Smooth transition for all properties */
}

    /* Hover effect for the list group item within the scan-session-list class */
    .scan-session-list .list-group-item:hover[b-1cvgax62m0] {
        transform: translateY(-2px); /* Slight upward movement on hover */
        box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* Subtle shadow effect on hover */
        cursor: pointer; /* Pointer cursor on hover */
    }


/* Style for the h6 element within the scan-session-list class */
.scan-session-list h6[b-1cvgax62m0] {
    color: #495057; /* Darker gray color for the heading */
    font-size: 0.875rem; /* Smaller font size for the heading */
}

/* Style for the text-muted class within the scan-session-list class */
.scan-session-list .text-muted[b-1cvgax62m0] {
    color: #6c757d !important; /* Gray color for muted text, with higher specificity */
}

/* Style for the pager element within the scan-session-list class */
[b-1cvgax62m0] .dxbl-pager {
    padding: 0.5rem 0; /* Padding for the pager element */
}

.list-group-item-content[b-1cvgax62m0] {
    margin: 10px;
}


.card[b-1cvgax62m0] {
    border: none;
}

.card-body[b-1cvgax62m0] {
    text-align: left !important; /* Align all text content to the left */
}

    .card-body img[b-1cvgax62m0] {
        display: inline-block; /* Ensure the image behaves as an inline element */
        vertical-align: middle; /* Align the image vertically with the text */
        margin-right: 8px; /* Add space between the image and the heading */
    }

    .card-body h6[b-1cvgax62m0] {
        display: inline-block; /* Place the heading on the same line as the image */
        margin: 0; /* Remove default margin */
        vertical-align: middle; /* Align the heading vertically with the image */
        text-align: left; /* Ensure text is left-aligned */
    }

    .card-body p[b-1cvgax62m0] {
        text-align: right; /* Ensure text is left-aligned */
    }





.kpi-speed[b-1cvgax62m0] {
    background-color: #F0EFFF !important;
}

.kpi-speed-avg[b-1cvgax62m0] {
    background-color: #E5F3FB !important;
}

.kpi-speed-max[b-1cvgax62m0] {
    background-color: #EEFBE5 !important;
}

.kpi-speed-total[b-1cvgax62m0] {
    background-color: #FFF7E7 !important;
}

.kpi-speed-focus[b-1cvgax62m0] {
    background-color: #FFEDF3 !important;
}

.kpi-speed-general-info[b-1cvgax62m0] {
    background-color: #F7F7F8 !important;
}

.kpi-total-qty[b-1cvgax62m0] {
    background-color: #F7F7F8 !important;
}

.product-details[b-1cvgax62m0] {
    margin-top: 20px;
}

.header-row-2[b-1cvgax62m0] {
    margin-top: 15px;
}

.col-custom[b-1cvgax62m0] {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-custom-4[b-1cvgax62m0] {
    flex: 0 0 80%;
    max-width: 80%;
}

.hide-details[b-1cvgax62m0] {
    vertical-align: middle;
    background-color: #E7F7FA !important;
    text-align: center;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    width: 150px; /* Set width to auto to fit content */
    display: block; /* Change to block to center align */
    margin: 0 auto; /* Center the element horizontally */
    margin-bottom: 10px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease; /* Smooth transition for box-shadow and background-color */
}

    .hide-details:hover[b-1cvgax62m0] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect on hover */
        background-color: #FFFFFF !important; /* Change background color on hover to indicate hiding details */
    }

.show-details[b-1cvgax62m0] {
    vertical-align: middle;
    background-color: #E7F7FA !important;
    text-align: center;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    width: 150px; /* Set width to auto to fit content */
    display: block; /* Change to block to center align */
    margin: 0 auto; /* Center the element horizontally */
    margin-top: 10px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease; /* Smooth transition for box-shadow and background-color */
}

    .show-details:hover[b-1cvgax62m0] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect on hover */
        background-color: #FFFFFF !important; /* Change background color on hover to indicate hiding details */
    }


.d-flex .ms-auto[b-1cvgax62m0] {
    white-space: nowrap;
}

.product-details[b-1cvgax62m0] {
    height: auto !important;
    overflow: hidden !important;
    transition: height 0.5s ease-out !important;
}

.detail-collapsed[b-1cvgax62m0] {
    height: 0 !important;
    display: none;
}

.product[b-1cvgax62m0] {
    font-weight: bold !important;
}

.batch-header[b-1cvgax62m0] {
    font-weight: 500 !important;
}

.batch[b-1cvgax62m0] {
    font-weight: 100 !important;
}

.info-group[b-1cvgax62m0] {
    text-align: left !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.kpi-value[b-1cvgax62m0] {
    margin-top: 25px;
    font-weight: bold !important;
    font-size: 16px !important;
}

.selected[b-1cvgax62m0] {
    background-color: #d3f0f6 !important;
}
/* _content/Rxchange3.ScannerPortal.Blazor.Server/Editors/BatchOverview/ScanSessionListViewComponent.razor.rz.scp.css */
/* Style for the card element within the scan-session-list class */
.scan-session-list .card[b-03vc88zuc8] {
    transition: transform 0.2s; /* Smooth transition for transform property */
    border-radius: 8px; /* Rounded corners for the card */
}

/* Style for the list group item within the scan-session-list class */
.scan-session-list .list-group-item[b-03vc88zuc8] {
    border-radius: 12px; /* Rounded corners for the list group item */
    margin-bottom: 1rem; /* Space below each list group item */
    border: 1px solid #e9ecef; /* Light border around the list group item */
    transition: all 0.3s ease; /* Smooth transition for all properties */
}

    /* Hover effect for the list group item within the scan-session-list class */
    .scan-session-list .list-group-item:hover[b-03vc88zuc8] {
        transform: translateY(-2px); /* Slight upward movement on hover */
        box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* Subtle shadow effect on hover */
        cursor: pointer; /* Pointer cursor on hover */
        border: 1px solid #0FABCD;
    }


/* Style for the h6 element within the scan-session-list class */
.scan-session-list h6[b-03vc88zuc8] {
    color: #495057; /* Darker gray color for the heading */
    font-size: 0.875rem; /* Smaller font size for the heading */
}

/* Style for the text-muted class within the scan-session-list class */
.scan-session-list .text-muted[b-03vc88zuc8] {
    color: #6c757d !important; /* Gray color for muted text, with higher specificity */
}

/* Style for the pager element within the scan-session-list class */
[b-03vc88zuc8] .dxbl-pager {
    padding: 0.5rem 0; /* Padding for the pager element */
}

.list-group-item-content[b-03vc88zuc8] {
    margin: 10px;
}


.card[b-03vc88zuc8] {
    border: none;
}

.card-body[b-03vc88zuc8] {
    text-align: left !important; /* Align all text content to the left */
}

    .card-body img[b-03vc88zuc8] {
        display: inline-block; /* Ensure the image behaves as an inline element */
        vertical-align: middle; /* Align the image vertically with the text */
        margin-right: 2px; /* Add space between the image and the heading */
        opacity:0.2;
    }

    .card-body h6[b-03vc88zuc8] {
        display: inline-block; /* Place the heading on the same line as the image */
        margin: 0; /* Remove default margin */
        vertical-align: middle; /* Align the heading vertically with the image */
        text-align: left; /* Ensure text is left-aligned */
        font-weight:normal !important;
    }

    .card-body p[b-03vc88zuc8] {
        text-align: right; /* Ensure text is left-aligned */
    }





.kpi-speed[b-03vc88zuc8] {
    background-color: rgba(0,30,75, 0.03) !important;
    border: 1px solid rgba(0,30,75, 0.05);
}

.kpi-speed-avg[b-03vc88zuc8] {
    background-color: rgba(0,30,75, 0.03) !important;
    border: 1px solid rgba(0,30,75, 0.05);
}

.kpi-speed-max[b-03vc88zuc8] {
    background-color: rgba(0,30,75, 0.03) !important;
    border: 1px solid rgba(0,30,75, 0.05);
}

.kpi-speed-total[b-03vc88zuc8] {
    background-color: rgba(0,30,75, 0.03) !important;
    border: 1px solid rgba(0,30,75, 0.05);
}

.kpi-speed-focus[b-03vc88zuc8] {
    background-color: rgba(0,30,75, 0.03) !important;
    border: 1px solid rgba(0,30,75, 0.05);
}

.kpi-speed-general-info[b-03vc88zuc8] {
    /*  background-color: #F0EFFF !important; */
    background: white !important;
    border: 1px solid rgba(0,30,75, 0.05);
}

.kpi-total-qty[b-03vc88zuc8] {
    /*  background-color: #F0EFFF !important; */
    background: white !important;
    border: 1px solid rgba(0,30,75, 0.05);
}

.product-details[b-03vc88zuc8] {
    margin-top: 20px;
}

.header-row-2[b-03vc88zuc8] {
    margin-top: 15px;
}

.col-custom[b-03vc88zuc8] {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-custom-4[b-03vc88zuc8] {
    flex: 0 0 80%;
    max-width: 80%;
}

.hide-details[b-03vc88zuc8] {
    vertical-align: middle;
    background-color: #E7F7FA !important;
    text-align: center;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    width: auto; /* Set width to auto to fit content */
    display: inline-block; /* Make the element inline-block */
    margin: 0 auto; /* Center the element horizontally */
    margin-bottom: 10px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease; /* Smooth transition for box-shadow and background-color */
}
    .hide-details:hover[b-03vc88zuc8] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect on hover */
        background-color: #FFFFFF !important; /* Change background color on hover to indicate hiding details */
    }

.show-details[b-03vc88zuc8] {
    vertical-align: middle;
    background-color: #E7F7FA !important;
    text-align: center;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    width: auto; /* Set width to auto to fit content */
    display: inline-block; /* Make the element inline-block */
    margin: 0 auto; /* Center the element horizontally */
    margin-top: 10px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease; /* Smooth transition for box-shadow and background-color */
}
    .show-details:hover[b-03vc88zuc8] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect on hover */
        background-color: #FFFFFF !important; /* Change background color on hover to indicate hiding details */
    }
    

.d-flex .ms-auto[b-03vc88zuc8] {
    white-space: nowrap;
}

.product-details[b-03vc88zuc8] {
    height: auto !important;
    overflow: hidden !important;
    transition: height 0.5s ease-out !important;
}

.detail-collapsed[b-03vc88zuc8] {
    height: 0!important;
    display:none;
}

.product[b-03vc88zuc8] {
    font-weight: bold!important;
}
.batch-header[b-03vc88zuc8] {
    font-weight: 500 !important;
}
.batch[b-03vc88zuc8] {
    font-weight: 100 !important;
}
.info-group[b-03vc88zuc8]{
    text-align:left!important;
    font-size:16px!important;
}
.kpi-value[b-03vc88zuc8] {
    margin-top:25px;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.selected[b-03vc88zuc8] {
    border: 1px solid #0FABCD !important;
}
.card-header-style[b-03vc88zuc8]{
    background: #ECF8F5;
    padding:10px;
    margin-bottom:10px !important;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
/* _content/Rxchange3.ScannerPortal.Blazor.Server/Editors/FMD/FmdButtonsComponent.razor.rz.scp.css */
/* Style for the card element within the scan-session-list class */
.scan-session-list .card[b-d3srar5es6] {
    transition: transform 0.2s; /* Smooth transition for transform property */
    border-radius: 8px; /* Rounded corners for the card */
}

/* Style for the list group item within the scan-session-list class */
.scan-session-list .list-group-item[b-d3srar5es6] {
    border-radius: 12px; /* Rounded corners for the list group item */
    margin-bottom: 1rem; /* Space below each list group item */
    border: 1px solid #e9ecef;
    background-color: #f8f9fa;
    padding: 1rem;
    transition: all 0.3s ease;
}

/* Hover effect for the list group item */
.scan-session-list .list-group-item:hover[b-d3srar5es6] {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

/* Style for the details section */
.details-section[b-d3srar5es6] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Style for the details container */
.details-container[b-d3srar5es6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Style for individual detail items */
.detail-item[b-d3srar5es6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

/* Style for detail labels */
.detail-label[b-d3srar5es6] {
    font-weight: 500;
    color: #6c757d;
}

/* Style for detail values */
.detail-value[b-d3srar5es6] {
    color: #212529;
}

/* Style for the show/hide details button */
.show-details[b-d3srar5es6] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border: none;
    background-color: #f8f9fa;
    color: #6c757d;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover effect for the show/hide details button */
.show-details:hover[b-d3srar5es6] {
    background-color: #e9ecef;
    color: #495057;
}

/* Style for the status badge */
.status-badge[b-d3srar5es6] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Status badge colors */
.status-success[b-d3srar5es6] {
    background-color: #d1e7dd;
    color: #0f5132;
}

.status-warning[b-d3srar5es6] {
    background-color: #fff3cd;
    color: #664d03;
}

.status-error[b-d3srar5es6] {
    background-color: #f8d7da;
    color: #842029;
}

/* Style for the timestamp */
.timestamp[b-d3srar5es6] {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Style for icons */
.icon[b-d3srar5es6] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .scan-session-list .list-group-item[b-d3srar5es6] {
        padding: 0.75rem;
    }

    .details-section[b-d3srar5es6] {
        padding: 0.75rem;
    }

    .detail-item[b-d3srar5es6] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}

/* Hide default checkbox from InputCheckbox component */
[b-d3srar5es6] input[type="checkbox"] {
    display: none !important;
}

/* Common styles for all buttons */
.action-btn-holders button[b-d3srar5es6] {
    display: block;
    min-height: 80px !important;
    align-items: center;
    justify-content: center;
}

/* Switch holder container */
.switch-holder[b-d3srar5es6] {
    display: flex;
    float: right;
    text-align: right;
    align-items: center;
}

/*
 * Big Status Checkbox (Single/Bulk switch)
 */
.big-custom-checkbox[b-d3srar5es6] {
    width: 200px;
    height: 50px;
}

.big-custom-checkbox input#status[b-d3srar5es6] {
    display: none;
}

.big-custom-checkbox input#status + label[b-d3srar5es6] {
    height: 100%;
    width: 100%;
}

.big-custom-checkbox input#status + label > .status-switch[b-d3srar5es6] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: white;
    border: 1px solid #001E4B;
    color: white;
    transition: all 0.5s ease;
    padding: 3px;
    border-radius: 5px;
}

.big-custom-checkbox input#status + label > .status-switch[b-d3srar5es6]:before,
.big-custom-checkbox input#status + label > .status-switch[b-d3srar5es6]:after {
    border-radius: 2px;
    height: calc(100% - 6px);
    width: calc(50% - 3px);
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    transition: all 0.3s ease;
    color: #001E4B;
}

.big-custom-checkbox input#status + label > .status-switch[b-d3srar5es6]:before {
    background-color: #001E4B;
    color: white;
    left: 3px;
    z-index: 10;
    content: attr(data-unchecked);
}

.big-custom-checkbox input#status + label > .status-switch[b-d3srar5es6]:after {
    right: 0;
    content: attr(data-checked);
}

.big-custom-checkbox input#status:checked + label > .status-switch[b-d3srar5es6] {
    background-color: white;
    border: 1px solid #001E4B;
}

.big-custom-checkbox input#status:checked + label > .status-switch[b-d3srar5es6]:after {
    color: #001E4B;
    left: 0;
    content: attr(data-unchecked);
}

.big-custom-checkbox input#status:checked + label > .status-switch[b-d3srar5es6]:before {
    color: white;
    left: 50%;
    content: attr(data-checked);
}

/*
 * Small Autosend Checkbox
 */
.custom-checkbox[b-d3srar5es6] {
    width: 35px;
    height: 20px;
}

.custom-checkbox input#autosend[b-d3srar5es6] {
    display: none;
}

.custom-checkbox input#autosend + label[b-d3srar5es6] {
    height: 100%;
    width: 100%;
}

.custom-checkbox input#autosend + label > .autosend-switch[b-d3srar5es6] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #dddddd;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.custom-checkbox input#autosend + label > .autosend-switch[b-d3srar5es6]:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: white;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.custom-checkbox input#autosend:checked + label > .autosend-switch[b-d3srar5es6] {
    background-color: #001e4b;
}

.custom-checkbox input#autosend:checked + label > .autosend-switch[b-d3srar5es6]:before {
    transform: translateX(15px);
}

/* Style for selected button state */
button.dxbl-btn-secondary.selected[b-d3srar5es6],
button.dxbl-btn-secondary.selected:hover[b-d3srar5es6] {
    background-color: #001E4B !important;
    border-color: #001E4B !important;
}

button.dxbl-btn-secondary.selected > *:not(img)[b-d3srar5es6],
button.dxbl-btn-secondary.selected:hover > *:not(img)[b-d3srar5es6] {
    color: white !important;
}

button.dxbl-btn-secondary.selected img[b-d3srar5es6] {
    filter: brightness(0) invert(1);
}

/* Style for the decommission mode select */
.decommission-mode-select[b-d3srar5es6] {
    height: 80px;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid rgba(0, 30, 75, 0.2);
    border-radius: 8px;
    background-color: white;
    color: #001E4B;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.decommission-mode-select:hover[b-d3srar5es6] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.decommission-mode-select.selected[b-d3srar5es6] {
    background-color: #001E4B;
    color: white;
    border-color: #001E4B;
}

.decommission-mode-select:disabled[b-d3srar5es6] {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.7;
    box-shadow: none;
    transform: none;
    border-color: rgba(0, 30, 75, 0.1);
}

/* Disabled button styles */
button.dxbl-btn-secondary:disabled[b-d3srar5es6] {
    background-color: #f5f5f5 !important;
    border-color: rgba(0, 30, 75, 0.1) !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
    box-shadow: none !important;
    transform: none !important;
}

button.dxbl-btn-secondary:disabled > *:not(img)[b-d3srar5es6] {
    color: #6c757d !important;
}

button.dxbl-btn-secondary:disabled img[b-d3srar5es6] {
    filter: grayscale(1) opacity(0.5) !important;
}

button.dxbl-btn-secondary:disabled:hover[b-d3srar5es6] {
    background-color: #f5f5f5 !important;
    border-color: rgba(0, 30, 75, 0.1) !important;
    box-shadow: none !important;
    transform: none !important;
}

.decommission-mode-select option[b-d3srar5es6] {
    padding: 8px;
    background-color: white;
    color: #001E4B;
}

/* Common styles for buttons and select */
.dxbl-btn-secondary[b-d3srar5es6],
.decommission-mode-select[b-d3srar5es6] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px !important;
    text-align: center;
    transition: all 0.3s ease;
}
/* _content/Rxchange3.ScannerPortal.Blazor.Server/Editors/FMD/FmdKpiComponent.razor.rz.scp.css */
/* Style for the card element within the scan-session-list class */
.scan-session-list .card[b-6835r6c1ji] {
    transition: transform 0.2s; /* Smooth transition for transform property */
    border-radius: 8px; /* Rounded corners for the card */
}

/* Style for the list group item within the scan-session-list class */
.scan-session-list .list-group-item[b-6835r6c1ji] {
    border-radius: 12px; /* Rounded corners for the list group item */
    margin-bottom: 1rem; /* Space below each list group item */
    border: 1px solid #e9ecef;
    background-color: #f8f9fa;
    padding: 1rem;
    transition: all 0.3s ease;
}

/* Hover effect for the list group item */
.scan-session-list .list-group-item:hover[b-6835r6c1ji] {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

/* Style for the details section */
.details-section[b-6835r6c1ji] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Style for the details container */
.details-container[b-6835r6c1ji] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Style for individual detail items */
.detail-item[b-6835r6c1ji] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

/* Style for detail labels */
.detail-label[b-6835r6c1ji] {
    font-weight: 500;
    color: #6c757d;
}

/* Style for detail values */
.detail-value[b-6835r6c1ji] {
    color: #212529;
}

/* Style for the show/hide details button */
.show-details[b-6835r6c1ji] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border: none;
    background-color: #f8f9fa;
    color: #6c757d;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover effect for the show/hide details button */
.show-details:hover[b-6835r6c1ji] {
    background-color: #e9ecef;
    color: #495057;
}

/* Style for the status badge */
.status-badge[b-6835r6c1ji] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Status badge colors */
.status-success[b-6835r6c1ji] {
    background-color: #d1e7dd;
    color: #0f5132;
}

.status-warning[b-6835r6c1ji] {
    background-color: #fff3cd;
    color: #664d03;
}

.status-error[b-6835r6c1ji] {
    background-color: #f8d7da;
    color: #842029;
}

/* Style for the timestamp */
.timestamp[b-6835r6c1ji] {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Style for icons */
.icon[b-6835r6c1ji] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .scan-session-list .list-group-item[b-6835r6c1ji] {
        padding: 0.75rem;
    }

    .details-section[b-6835r6c1ji] {
        padding: 0.75rem;
    }

    .detail-item[b-6835r6c1ji] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}
/* _content/Rxchange3.ScannerPortal.Blazor.Server/Editors/FMD/InputComponent.razor.rz.scp.css */
/* Style for the card element within the scan-session-list class */
.scan-session-list .card[b-x27gfki0xg] {
    transition: transform 0.2s; /* Smooth transition for transform property */
    border-radius: 8px; /* Rounded corners for the card */
}

/* Style for the list group item within the scan-session-list class */
.scan-session-list .list-group-item[b-x27gfki0xg] {
    border-radius: 12px; /* Rounded corners for the list group item */
    margin-bottom: 1rem; /* Space below each list group item */
    border: 1px solid #e9ecef;
    background-color: #f8f9fa;
    padding: 1rem;
    transition: all 0.3s ease;
}

    /* Hover effect for the list group item */
    .scan-session-list .list-group-item:hover[b-x27gfki0xg] {
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
    }

/* Style for the details section */
.details-section[b-x27gfki0xg] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Style for the details container */
.details-container[b-x27gfki0xg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Style for individual detail items */
.detail-item[b-x27gfki0xg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

/* Style for detail labels */
.detail-label[b-x27gfki0xg] {
    font-weight: 500;
    color: #6c757d;
}

/* Style for detail values */
.detail-value[b-x27gfki0xg] {
    color: #212529;
}

/* Style for the show/hide details button */
.show-details[b-x27gfki0xg] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border: none;
    background-color: #f8f9fa;
    color: #6c757d;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    /* Hover effect for the show/hide details button */
    .show-details:hover[b-x27gfki0xg] {
        background-color: #e9ecef;
        color: #495057;
    }

/* Style for the status badge */
.status-badge[b-x27gfki0xg] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Status badge colors */
.status-success[b-x27gfki0xg] {
    background-color: #d1e7dd;
    color: #0f5132;
}

.status-warning[b-x27gfki0xg] {
    background-color: #fff3cd;
    color: #664d03;
}

.status-error[b-x27gfki0xg] {
    background-color: #f8d7da;
    color: #842029;
}

/* Style for the timestamp */
.timestamp[b-x27gfki0xg] {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Style for icons */
.icon[b-x27gfki0xg] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

/* Style for the input-scanbar-results container */
.input-scanbar-results[b-x27gfki0xg] {
    height: 400px; /* Fixed height restored */
    position: relative;
    overflow-y: auto; /* Enable vertical scrolling */
    padding-right: 5px; /* Add some padding for the scrollbar */
}

/* Style for the scrollbar */
.input-scanbar-results[b-x27gfki0xg]::-webkit-scrollbar {
    width: 8px;
}

.input-scanbar-results[b-x27gfki0xg]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.input-scanbar-results[b-x27gfki0xg]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.input-scanbar-results[b-x27gfki0xg]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Style for the processing indicator */
.processing-indicator[b-x27gfki0xg] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.processing-indicator .spinner-border[b-x27gfki0xg] {
    width: 3rem;
    height: 3rem;
    color: var(--primary);
}

.processing-indicator .mt-2[b-x27gfki0xg] {
    color: #666;
    font-size: 1rem;
}

/* Style for duplicate input indication */
.input-duplicate[b-x27gfki0xg] {
    background-color: #ffebee !important;
    border-color: #ef5350 !important;
}

.input-container[b-x27gfki0xg] {
    position: relative;
    display: inline-block;
    width: calc(100% - 150px);
}

.input-scanbar[b-x27gfki0xg] {
    display: block;
}

.show-importbtn[b-x27gfki0xg] {
    display: inline-block;
    margin-left: 5px;
}

.duplicate-tooltip[b-x27gfki0xg] {
    position: absolute;
    background-color: #ef5350;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    margin-bottom: 5px;
    display: none;
}

.input-duplicate:hover + .duplicate-tooltip[b-x27gfki0xg] {
    display: block;
}

/* Style for the FMD operation selector */
.fmd-operation-selector[b-x27gfki0xg] {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 2;
}

.fmd-operation-selector label[b-x27gfki0xg] {
    display: none; /* Hide the label to keep it subtle */
}

.fmd-operation-selector select[b-x27gfki0xg] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #f8f9fa;
    color: #6c757d;
    min-width: 120px;
    height: 28px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fmd-operation-selector select:hover[b-x27gfki0xg] {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.fmd-operation-selector select:focus[b-x27gfki0xg] {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    background-color: #ffffff;
}

/* Ensure the scan-input-info container has relative positioning */
.scan-input-info[b-x27gfki0xg] {
    position: relative;
    padding-right: 170px; /* Add padding to prevent overlap with selector */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .scan-session-list .list-group-item[b-x27gfki0xg] {
        padding: 0.75rem;
    }

    .details-section[b-x27gfki0xg] {
        padding: 0.75rem;
    }

    .detail-item[b-x27gfki0xg] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .fmd-operation-selector[b-x27gfki0xg] {
        position: static;
        transform: none;
        margin-top: 0.5rem;
        right: auto;
    }

    .fmd-operation-selector label[b-x27gfki0xg] {
        display: block;
        font-size: 0.75rem;
        color: #6c757d;
        margin-bottom: 0.25rem;
    }

    .scan-input-info[b-x27gfki0xg] {
        padding-right: 0;
    }
}
/* _content/Rxchange3.ScannerPortal.Blazor.Server/Editors/FMD/OutputComponent.razor.rz.scp.css */
/* Style for the card element within the scan-session-list class */
.scan-session-list .card[b-1sw9e8cv32] {
    transition: transform 0.2s; /* Smooth transition for transform property */
    border-radius: 8px; /* Rounded corners for the card */
}

/* Style for the list group item within the scan-session-list class */
.scan-session-list .list-group-item[b-1sw9e8cv32] {
    border-radius: 12px; /* Rounded corners for the list group item */
    margin-bottom: 1rem; /* Space below each list group item */
    border: 1px solid #e9ecef;
    background-color: #f8f9fa;
    padding: 1rem;
    transition: all 0.3s ease;
}

/* Hover effect for the list group item */
.scan-session-list .list-group-item:hover[b-1sw9e8cv32] {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

/* Style for the details section */
.details-section[b-1sw9e8cv32] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Style for the details container */
.details-container[b-1sw9e8cv32] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Style for individual detail items */
.detail-item[b-1sw9e8cv32] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

/* Style for detail labels */
.detail-label[b-1sw9e8cv32] {
    font-weight: 500;
    color: #6c757d;
}

/* Style for detail values */
.detail-value[b-1sw9e8cv32] {
    color: #212529;
}

/* Style for the show/hide details button */
.show-details[b-1sw9e8cv32] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border: none;
    background-color: #f8f9fa;
    color: #6c757d;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover effect for the show/hide details button */
.show-details:hover[b-1sw9e8cv32] {
    background-color: #e9ecef;
    color: #495057;
}

/* Style for the status badge */
.status-badge[b-1sw9e8cv32] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Status badge colors */
.status-success[b-1sw9e8cv32] {
    background-color: #d1e7dd;
    color: #0f5132;
}

.status-warning[b-1sw9e8cv32] {
    background-color: #fff3cd;
    color: #664d03;
}

.status-error[b-1sw9e8cv32] {
    background-color: #f8d7da;
    color: #842029;
}

/* Style for the timestamp */
.timestamp[b-1sw9e8cv32] {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Style for icons */
.icon[b-1sw9e8cv32] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

/* Style for the table container */
.table-container[b-1sw9e8cv32] {
    height: 455px;
    overflow-y: auto;
    padding-right: 5px;
}

/* Keep table header fixed */
.table thead th[b-1sw9e8cv32] {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}

/* Style for the scrollbar */
.table-container[b-1sw9e8cv32]::-webkit-scrollbar {
    width: 8px;
}

.table-container[b-1sw9e8cv32]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.table-container[b-1sw9e8cv32]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.table-container[b-1sw9e8cv32]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Color classes */
[b-1sw9e8cv32] .color-white { 
    background-color: white !important; 
}

[b-1sw9e8cv32] .color-green { 
    background-color: lightgreen !important; 
}

[b-1sw9e8cv32] .color-blue { 
    background-color: lightblue !important; 
}

[b-1sw9e8cv32] .color-amber { 
    background-color: orange !important; 
}

[b-1sw9e8cv32] .color-red { 
    background-color: lightcoral !important; 
    color: white !important;
}

[b-1sw9e8cv32] .color-red td { 
    color: white !important;
}

/* Override default table striping */
[b-1sw9e8cv32] .table tbody tr:nth-child(odd),
[b-1sw9e8cv32] .table tbody tr:nth-child(even) {
    background-color: transparent;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .scan-session-list .list-group-item[b-1sw9e8cv32] {
        padding: 0.75rem;
    }

    .details-section[b-1sw9e8cv32] {
        padding: 0.75rem;
    }

    .detail-item[b-1sw9e8cv32] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}
/* _content/Rxchange3.ScannerPortal.Blazor.Server/Editors/FMD/TestRunnerComponent.razor.rz.scp.css */
/* Backdrop Overlay */
.test-runner-backdrop[b-uqtgrac07i] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.test-runner-backdrop.visible[b-uqtgrac07i] {
    opacity: 1;
    pointer-events: auto;
}

/* Minimized Tab on Right Side - Tab/Bookmark Style */
.test-runner-tab[b-uqtgrac07i] {
    position: fixed;
    right: 0;
    top: 50px;
    background: rgba(255, 255, 255, 0.95);
    color: #0a2540;
    padding: 12px 16px;
    cursor: pointer;
    z-index: 999;
    transition: all 0.3s ease;
    border-radius: 8px 0 0 8px;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
    border: 1px solid #e0e0e0;
    border-right: none;
}

.test-runner-tab:hover[b-uqtgrac07i] {
    transform: translateX(-5px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
}

.test-runner-tab.hidden[b-uqtgrac07i] {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
}

.tab-content[b-uqtgrac07i] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tab-icon[b-uqtgrac07i] {
    font-size: 24px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.tab-text[b-uqtgrac07i] {
    display: none;
}

/* Floating Panel */
.test-runner-floating-panel[b-uqtgrac07i] {
    position: fixed;
    right: 0;
    top: 0;
    width: 20%;
    min-width: 350px;
    max-width: 500px;
    height: 100vh;
    background: white;
    z-index: 1000;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.test-runner-floating-panel.collapsed[b-uqtgrac07i] {
    transform: translateX(100%);
}

.test-runner-floating-panel.expanded[b-uqtgrac07i] {
    transform: translateX(0);
}

/* Close Button */
.panel-close-btn[b-uqtgrac07i] {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #001E4B;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.panel-close-btn:hover[b-uqtgrac07i] {
    background: #001E4B;
    transform: rotate(90deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.panel-close-btn span[b-uqtgrac07i] {
    font-size: 28px;
    line-height: 1;
    color: #001E4B;
    transition: color 0.3s ease;
}

.panel-close-btn:hover span[b-uqtgrac07i] {
    color: white;
}

/* Main Container */
.test-runner-container[b-uqtgrac07i] {
    padding: 0;
    background-color: transparent;
    height: 100%;
}

/* Header Styles */
.test-runner-header[b-uqtgrac07i] {
    padding: 20px;
    background-color: #f8f9fa;
    color: #001E4B;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
    border-bottom: 2px solid #e9ecef;
}

.header-content[b-uqtgrac07i] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header-left[b-uqtgrac07i] {
    flex: 1;
}

.header-right[b-uqtgrac07i] {
    flex-shrink: 0;
}

.test-runner-title[b-uqtgrac07i] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #001E4B;
}

.test-runner-subtitle[b-uqtgrac07i] {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
}

.test-stats[b-uqtgrac07i] {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.stat-item[b-uqtgrac07i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 6px;
    flex: 1;
    transition: all 0.2s ease;
}

.stat-item:hover[b-uqtgrac07i] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.stat-item.stat-total[b-uqtgrac07i] {
    background: white;
    border: 1px solid #dee2e6;
}

.stat-item.stat-passed[b-uqtgrac07i] {
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

.stat-item.stat-failed[b-uqtgrac07i] {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}

.stat-label[b-uqtgrac07i] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    display: block;
    color: #6c757d;
}

.stat-value[b-uqtgrac07i] {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.stat-total .stat-value[b-uqtgrac07i] {
    color: #001E4B;
}

.stat-passed .stat-value[b-uqtgrac07i] {
    color: #28a745;
}

.stat-failed .stat-value[b-uqtgrac07i] {
    color: #dc3545;
}

/* Filter Section */
.test-filter-section[b-uqtgrac07i] {
    padding: 12px;
    border-radius: 0;
    background-color: white;
    border-bottom: 1px solid #e5e7eb;
}

.filter-label[b-uqtgrac07i] {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.test-category-select[b-uqtgrac07i],
.test-status-select[b-uqtgrac07i],
.test-search-input[b-uqtgrac07i] {
    height: 32px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 4px 8px;
    transition: all 0.3s ease;
    font-size: 12px;
    width: 100%;
}

.test-category-select:focus[b-uqtgrac07i],
.test-status-select:focus[b-uqtgrac07i],
.test-search-input:focus[b-uqtgrac07i] {
    border-color: #001E4B;
    box-shadow: 0 0 0 0.15rem rgba(0, 30, 75, 0.15);
}

/* Test Group Styles */
.test-group[b-uqtgrac07i] {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.test-group:hover[b-uqtgrac07i] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.test-group-header[b-uqtgrac07i] {
    padding: 10px 12px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.test-group-header:hover[b-uqtgrac07i] {
    background-color: #e9ecef;
}

.test-group-title[b-uqtgrac07i] {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #001E4B;
    display: flex;
    align-items: center;
    gap: 6px;
}

.toggle-icon[b-uqtgrac07i] {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 10px;
    flex-shrink: 0;
}

.toggle-icon.expanded[b-uqtgrac07i] {
    transform: rotate(90deg);
}

.test-group-description[b-uqtgrac07i] {
    margin: 3px 0 0 16px;
    font-size: 11px;
    color: #6c757d;
    display: none;
}

.test-group-stats[b-uqtgrac07i] {
    font-size: 11px;
    color: #6c757d;
    font-weight: 500;
}

.test-group-body[b-uqtgrac07i] {
    padding: 8px 10px 10px 10px;
}

/* Test Item Styles */
.test-item[b-uqtgrac07i] {
    padding: 8px 10px;
    margin-bottom: 6px;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.test-item:hover[b-uqtgrac07i] {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.test-item.test-passed[b-uqtgrac07i] {
    border-left: 3px solid #28a745;
}

.test-item.test-failed[b-uqtgrac07i] {
    border-left: 3px solid #dc3545;
}

.test-item.test-running[b-uqtgrac07i] {
    border-left: 3px solid #007bff;
    animation: pulse-b-uqtgrac07i 2s infinite;
}

@keyframes pulse-b-uqtgrac07i {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* Test Status Indicator */
.test-status-indicator[b-uqtgrac07i] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.test-status-indicator.passed[b-uqtgrac07i] {
    background-color: #d4edda;
    color: #28a745;
}

.test-status-indicator.failed[b-uqtgrac07i] {
    background-color: #f8d7da;
    color: #dc3545;
}

.test-status-indicator.running[b-uqtgrac07i] {
    background-color: #cce5ff;
    color: #007bff;
    animation: spin-b-uqtgrac07i 1s linear infinite;
}

.test-status-indicator.notrun[b-uqtgrac07i] {
    background-color: #e9ecef;
    color: #6c757d;
}

@keyframes spin-b-uqtgrac07i {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Priority Badge */
.test-priority-badge[b-uqtgrac07i] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    font-size: 10px;
}

.test-priority-badge.mandatory[b-uqtgrac07i] {
    background-color: #fff3cd;
    color: #856404;
    border: 2px solid #ffc107;
}

.test-priority-badge.optional[b-uqtgrac07i] {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 2px solid #17a2b8;
}

/* Test Details */
.test-code[b-uqtgrac07i] {
    font-weight: 600;
    font-size: 12px;
    color: #001E4B;
    margin-bottom: 2px;
}

.test-description[b-uqtgrac07i] {
    font-size: 11px;
    color: #495057;
    margin-bottom: 2px;
    line-height: 1.3;
}

.test-data[b-uqtgrac07i] {
    font-size: 10px;
    color: #6c757d;
    font-style: italic;
}

.test-duration[b-uqtgrac07i] {
    font-size: 10px;
    color: #6c757d;
    padding: 2px 6px;
    background-color: #f8f9fa;
    border-radius: 3px;
}

/* Error Details */
.test-error-details[b-uqtgrac07i] {
    margin-top: 15px;
    padding: 15px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
}

.error-title[b-uqtgrac07i] {
    font-weight: 600;
    color: #721c24;
    margin-bottom: 8px;
}

.error-message[b-uqtgrac07i] {
    font-size: 14px;
    color: #721c24;
    margin-bottom: 10px;
}

.error-stack[b-uqtgrac07i] {
    margin-top: 10px;
}

.error-stack summary[b-uqtgrac07i] {
    cursor: pointer;
    font-weight: 600;
    color: #721c24;
    margin-bottom: 5px;
}

.error-stack pre[b-uqtgrac07i] {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    font-size: 11px;
    overflow-x: auto;
    max-height: 200px;
}

/* Buttons */
.dxbl-btn-primary[b-uqtgrac07i],
.dxbl-btn-secondary[b-uqtgrac07i] {
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    padding: 4px 8px;
}

.dxbl-btn-primary[b-uqtgrac07i] {
    background-color: #001E4B;
    border-color: #001E4B;
    color: white;
}

.dxbl-btn-primary:hover[b-uqtgrac07i] {
    background-color: #003875;
    border-color: #003875;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 30, 75, 0.3);
}

.dxbl-btn-secondary[b-uqtgrac07i] {
    background-color: white;
    border: 1px solid #001E4B;
    color: #001E4B;
}

.dxbl-btn-secondary:hover[b-uqtgrac07i] {
    background-color: #001E4B;
    color: white;
}

.dxbl-btn-secondary:hover img[b-uqtgrac07i] {
    filter: brightness(0) invert(1);
}

.btn-sm[b-uqtgrac07i] {
    padding: 4px 8px;
    font-size: 10px;
}

.btn-icon[b-uqtgrac07i],
.btn-icon-sm[b-uqtgrac07i] {
    width: 12px;
    height: 12px;
}

.btn-icon-only[b-uqtgrac07i] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.2s ease;
}

.btn-icon-only:hover[b-uqtgrac07i] {
    transform: scale(1.2);
}

.fluid[b-uqtgrac07i] {
    width: 100%;
}

/* Results Panel */
.results-panel[b-uqtgrac07i] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.results-header[b-uqtgrac07i] {
    padding: 15px 20px;
    background-color: #001E4B;
    color: white;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.results-header h4[b-uqtgrac07i] {
    margin: 0;
    font-size: 16px;
}

.btn-close[b-uqtgrac07i] {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 1;
}

.btn-close:hover[b-uqtgrac07i] {
    opacity: 0.8;
}

.results-body[b-uqtgrac07i] {
    padding: 20px;
}

.progress-section[b-uqtgrac07i] {
    margin-bottom: 20px;
}

.progress[b-uqtgrac07i] {
    height: 25px;
    border-radius: 8px;
    background-color: #e9ecef;
    overflow: hidden;
}

.progress-bar[b-uqtgrac07i] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 12px;
    transition: width 0.3s ease;
}

.progress-text[b-uqtgrac07i] {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #6c757d;
}

.results-summary[b-uqtgrac07i] {
    display: flex;
    gap: 10px;
}

.result-card[b-uqtgrac07i] {
    flex: 1;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.result-card.success[b-uqtgrac07i] {
    background-color: #d4edda;
    border: 2px solid #28a745;
}

.result-card.failure[b-uqtgrac07i] {
    background-color: #f8d7da;
    border: 2px solid #dc3545;
}

.result-card.pending[b-uqtgrac07i] {
    background-color: #e9ecef;
    border: 2px solid #6c757d;
}

.result-icon[b-uqtgrac07i] {
    font-size: 24px;
    margin-bottom: 5px;
}

.result-count[b-uqtgrac07i] {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.result-label[b-uqtgrac07i] {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Test List Container */
.test-list-container[b-uqtgrac07i] {
    background-color: #f8f9fa;
    padding: 12px;
}

/* Common Styles */
.white-card[b-uqtgrac07i] {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.text-right[b-uqtgrac07i] {
    text-align: right;
}

.text-center[b-uqtgrac07i] {
    text-align: center;
}

.text-success[b-uqtgrac07i] {
    color: #4ade80 !important;
}

.text-danger[b-uqtgrac07i] {
    color: #f87171 !important;
}

.mb-5[b-uqtgrac07i] {
    margin-bottom: 3px;
}

.mb-10[b-uqtgrac07i] {
    margin-bottom: 6px;
}

.mb-20[b-uqtgrac07i] {
    margin-bottom: 10px;
}

.ml-5[b-uqtgrac07i] {
    margin-left: 3px;
}

.ml-10[b-uqtgrac07i] {
    margin-left: 6px;
}

.mt-10[b-uqtgrac07i] {
    margin-top: 6px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .test-runner-floating-panel[b-uqtgrac07i] {
        width: 90%;
        min-width: 300px;
    }

    .test-runner-tab[b-uqtgrac07i] {
        right: 0;
        top: 45px;
        padding: 10px 12px;
    }

    .tab-icon[b-uqtgrac07i] {
        font-size: 20px;
    }

    .panel-close-btn[b-uqtgrac07i] {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }

    .panel-close-btn span[b-uqtgrac07i] {
        font-size: 24px;
    }

    .test-runner-container[b-uqtgrac07i] {
        padding: 0;
    }

    .test-runner-header[b-uqtgrac07i] {
        padding: 16px 20px;
    }

    .header-content[b-uqtgrac07i] {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .test-runner-title[b-uqtgrac07i] {
        font-size: 20px;
    }

    .test-runner-subtitle[b-uqtgrac07i] {
        font-size: 12px;
    }

    .test-stats[b-uqtgrac07i] {
        width: 100%;
        justify-content: space-between;
    }

    .stat-item[b-uqtgrac07i] {
        flex: 1;
        min-width: 0;
        padding: 10px 12px;
    }

    .stat-label[b-uqtgrac07i] {
        font-size: 10px;
    }

    .stat-value[b-uqtgrac07i] {
        font-size: 22px;
    }

    .results-panel[b-uqtgrac07i] {
        width: calc(100% - 40px);
        left: 20px;
    }

    .test-item .row[b-uqtgrac07i] {
        flex-direction: column;
    }

    .test-item .col-1[b-uqtgrac07i],
    .test-item .col-2[b-uqtgrac07i],
    .test-item .col-6[b-uqtgrac07i] {
        margin-bottom: 10px;
    }
}

/* Smooth scrollbar for floating panel */
.test-runner-floating-panel[b-uqtgrac07i]::-webkit-scrollbar {
    width: 8px;
}

.test-runner-floating-panel[b-uqtgrac07i]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.test-runner-floating-panel[b-uqtgrac07i]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.test-runner-floating-panel[b-uqtgrac07i]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Running Test Indicator (Bottom of screen) */
.running-test-indicator[b-uqtgrac07i] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    color: #495057;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    z-index: 900;
    animation: slideInUp-b-uqtgrac07i 0.3s ease;
    border-top: 1px solid #dee2e6;
}

@keyframes slideInUp-b-uqtgrac07i {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.running-test-content[b-uqtgrac07i] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.running-test-spinner[b-uqtgrac07i] {
    flex-shrink: 0;
}

.running-test-spinner .spinner-border[b-uqtgrac07i] {
    width: 18px;
    height: 18px;
    border-width: 2px;
    color: #007bff;
}

.running-test-info[b-uqtgrac07i] {
    flex: 1;
    min-width: 0;
}

.running-test-code[b-uqtgrac07i] {
    font-size: 13px;
    font-weight: 600;
    color: #001E4B;
    margin-bottom: 2px;
}

.running-test-description[b-uqtgrac07i] {
    font-size: 12px;
    color: #6c757d;
}

.running-test-status[b-uqtgrac07i] {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 500;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Screenshot Modal Styles */
.screenshot-modal-backdrop[b-uqtgrac07i] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    animation: fadeIn-b-uqtgrac07i 0.2s ease-out;
}

.screenshot-modal[b-uqtgrac07i] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 10001;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    animation: slideIn-b-uqtgrac07i 0.3s ease-out;
}

@keyframes fadeIn-b-uqtgrac07i {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-uqtgrac07i {
    from {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.screenshot-modal-header[b-uqtgrac07i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e0e0e0;
}

.screenshot-modal-header h4[b-uqtgrac07i] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #001E4B;
}

.screenshot-modal-header .btn-close[b-uqtgrac07i] {
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.screenshot-modal-header .btn-close:hover[b-uqtgrac07i] {
    background: #f0f0f0;
    color: #001E4B;
}

.screenshot-modal-body[b-uqtgrac07i] {
    flex: 1;
    overflow: auto;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.screenshot-modal-body img[b-uqtgrac07i] {
    max-width: 100%;
    max-height: calc(90vh - 160px);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.screenshot-modal-footer[b-uqtgrac07i] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid #e0e0e0;
}
/* _content/Rxchange3.ScannerPortal.Blazor.Server/Editors/UrlImagePropertyEditor/UrlImageComponent.razor.rz.scp.css */
.url-image[b-nd3trq4req] {
    display: block;
    margin: 4px 0;
    transition: box-shadow 0.2s ease;
    min-width: 400px;
    min-height: 400px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.url-image:hover[b-nd3trq4req] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.url-image-listview[b-nd3trq4req] {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}

.url-image-error[b-nd3trq4req],
.url-image-placeholder[b-nd3trq4req] {
    color: #999;
    font-style: italic;
    padding: 8px;
    text-align: center;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 4px;
    font-size: 12px;
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.url-image-listview + .url-image-error[b-nd3trq4req],
.url-image-listview + .url-image-placeholder[b-nd3trq4req] {
    padding: 4px;
    font-size: 10px;
    min-height: 40px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-popup-overlay[b-nd3trq4req] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2147483647;
    cursor: pointer;
    overflow: auto;
    isolation: isolate;
}

.image-popup-container[b-nd3trq4req] {
    position: relative;
    max-width: none;
    max-height: none;
    cursor: default;
    margin: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    min-height: 100%;
    z-index: 2147483647;
}

.image-popup-image[b-nd3trq4req] {
    max-width: none;
    max-height: none;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
    cursor: grab;
    user-select: none;
}

.image-popup-image:active[b-nd3trq4req] {
    cursor: grabbing;
}

.image-popup-controls[b-nd3trq4req] {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 8px;
    z-index: 2147483647;
}

.image-popup-button[b-nd3trq4req] {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 4px;
    width: 40px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: background-color 0.2s ease;
}

.image-popup-button:hover[b-nd3trq4req] {
    background: rgba(255, 255, 255, 1);
}

.image-popup-close[b-nd3trq4req] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: background-color 0.2s ease;
    z-index: 2147483647;
}

.image-popup-close:hover[b-nd3trq4req] {
    background: rgba(255, 255, 255, 1);
}

.url-image[b-nd3trq4req] {
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.url-image:hover[b-nd3trq4req] {
    opacity: 0.8;
}

.url-image-overlay[b-nd3trq4req] {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 10px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.url-image:hover + .url-image-overlay[b-nd3trq4req],
.url-image-overlay:hover[b-nd3trq4req] {
    opacity: 1;
}
/* _content/Rxchange3.ScannerPortal.Blazor.Server/Pages/Register.razor.rz.scp.css */
.step-progress[b-i5y3ncw3a6] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.step-item[b-i5y3ncw3a6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-number[b-i5y3ncw3a6] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 8px;
    border: 2px solid #dee2e6;
    background-color: #f8f9fa;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-item.active .step-number[b-i5y3ncw3a6] {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.step-item.completed .step-number[b-i5y3ncw3a6] {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
}

.step-label[b-i5y3ncw3a6] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.step-item.active .step-label[b-i5y3ncw3a6] {
    color: #007bff;
    font-weight: 600;
}

.step-item.completed .step-label[b-i5y3ncw3a6] {
    color: #28a745;
    font-weight: 600;
}

.step-connector[b-i5y3ncw3a6] {
    width: 80px;
    height: 2px;
    background-color: #dee2e6;
    margin: 0 1rem;
    margin-bottom: 32px;
    transition: all 0.3s ease;
}

    .step-connector.completed[b-i5y3ncw3a6] {
        background-color: #28a745;
    }

@media (max-width: 576px) {
    .step-connector[b-i5y3ncw3a6] {
        width: 40px;
        margin: 0 0.5rem;
    }

    .step-label[b-i5y3ncw3a6] {
        font-size: 0.75rem;
    }

    .step-number[b-i5y3ncw3a6] {
        width: 32px;
        height: 32px;
        font-size: 0.875rem;
    }
}
.card[b-i5y3ncw3a6] {
    background-color: #fff !important;
}
.button-next[b-i5y3ncw3a6]{
    margin-top:32px;
}
.mb-3[b-i5y3ncw3a6] {
    margin-top: 32px;
}
