@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/Legnetix.MLPR.Web/Components/Layout/AppLayout.razor.rz.scp.css */
/*div#kt_aside_logo {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}*/
img.legnetixLogoGray[b-hcyojhj4ly] {
   background-color: gray;
    padding: 20px 50px 20px 50px;
}

.pt-narrow[b-hcyojhj4ly] {
    padding-top: 0.75rem !important;
}
/* _content/Legnetix.MLPR.Web/Components/Layout/LoginLayout.razor.rz.scp.css */
.LoginLayout[b-myjcpzwuih] {

}
/* _content/Legnetix.MLPR.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.MainLayout[b-r6e85k0xi9]{

}
/* _content/Legnetix.MLPR.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/Legnetix.MLPR.Web/Components/LegnetixImageViewer.razor.rz.scp.css */
.image-container[b-f1iakzf02a] {
    background: black;
    overflow: hidden;
    padding-top: 400px;
    position: relative;
    user-select: none;
    width: 100%;
    margin: auto;
}

/* Keyboard shortcut focus ring for the entire image container */
.image-container.keyboard-area-focused[b-f1iakzf02a] {
    outline: 3px solid #258cfb;
    outline-offset: 2px;
    border-radius: 4px;
}

.image-wrapper[b-f1iakzf02a] {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wrapper img[b-f1iakzf02a] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Skeleton loader for image */
.image-skeleton[b-f1iakzf02a] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.06) 25%, rgba(255,255,255,0.12) 37%, rgba(255,255,255,0.06) 63%);
    background-size: 400% 100%;
    animation: shimmer-b-f1iakzf02a 1.2s ease-in-out infinite;
    border-radius: 4px;
}

@keyframes shimmer-b-f1iakzf02a {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}
/* _content/Legnetix.MLPR.Web/Components/Pages/Admin/QueuePages/ImageSortingComponent.razor.rz.scp.css */
.sortable-item[b-fkuo2hei9b] {
    user-select: none;
}

.cursor-move[b-fkuo2hei9b] {
    cursor: move;
}

.min-height-100px[b-fkuo2hei9b] {
    min-height: 100px;
}

.sortable-ghost[b-fkuo2hei9b] {
    opacity: 0.4;
}

.sortable-drag[b-fkuo2hei9b] {
    transform: rotate(5deg);
}
/* _content/Legnetix.MLPR.Web/Components/Pages/Cases/DetailsRefactored.razor.rz.scp.css */
.px-narrow[b-naroy5cxr0]
{
    padding: 0 0.75rem !important;
}
/* _content/Legnetix.MLPR.Web/Components/Shared/CaseFieldsComponent.razor.rz.scp.css */
.case-fields .form-label[b-38f0rk3oji] {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #5e6278;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.case-fields .form-control-lg[b-38f0rk3oji] {
    padding: 0.875rem 1.25rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.case-fields .form-control-lg:focus[b-38f0rk3oji] {
    border-color: #009ef7;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 247, 0.25);
}

.case-fields .form-select-lg[b-38f0rk3oji] {
    padding: 0.875rem 1.25rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.case-fields .form-select-lg:focus[b-38f0rk3oji] {
    border-color: #009ef7;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 247, 0.25);
}

.case-fields .form-control-plaintext[b-38f0rk3oji] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    min-height: 3.5rem;
}

.case-fields .form-text[b-38f0rk3oji] {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}

.case-fields .letter-spacing[b-38f0rk3oji] {
    letter-spacing: 0.2rem;
}

.case-fields .bg-light-primary[b-38f0rk3oji] {
    background-color: rgba(0, 158, 247, 0.1) !important;
    border-color: rgba(0, 158, 247, 0.3) !important;
}

.case-fields .is-invalid[b-38f0rk3oji] {
    border-color: #f1416c;
    box-shadow: 0 0 0 0.2rem rgba(241, 65, 108, 0.25);
}

.case-fields .invalid-feedback[b-38f0rk3oji] {
    display: block;
    font-size: 0.875rem;
    color: #f1416c;
    margin-top: 0.5rem;
}
/* _content/Legnetix.MLPR.Web/Components/Shared/CaseViewBase.razor.rz.scp.css */
div#caseImagesContainer[b-s5gt2ptyie] {
    display: block !important;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    border: 1px dotted lightgray;
    /* border-radius: 15px; */
    margin-top: 5px;
}

div#caseImagesContainer img.thumbnail[b-s5gt2ptyie] {
    height: 50px;
    max-width: 75px;
    padding: 0 5px 0 5px;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease, filter 120ms ease;
    opacity: 0.85;
}

/* Brighten on hover for non-active thumbnails */
div#caseImagesContainer img.thumbnail:hover:not(.active)[b-s5gt2ptyie] {
    opacity: 1;
    transform: scale(1.03);
}

div#caseImagesContainer img.thumbnail.active[b-s5gt2ptyie] {
    height: 50px;
    padding: 0 8px 0 8px;
    border-radius: 15px;
    border: 3px solid #ffb300; /* strong amber border */
    box-shadow: 0 0 0 3px rgba(255, 179, 0, 0.35), 0 0 18px rgba(255, 179, 0, 0.75);
    background: linear-gradient(45deg, #fff4cc, #ffe08a);
    background-clip: padding-box;
    transform: scale(1.08);
    filter: saturate(1.2) contrast(1.1);
    opacity: 1;
}

/* Keyboard focus visibility */
div#caseImagesContainer img.thumbnail:focus-visible[b-s5gt2ptyie] {
    outline: 3px solid #3b82f6;
    outline-offset: 2px;
    border-radius: 16px;
}

div#aoiImageContainer[b-s5gt2ptyie] {
    display: block !important;
    margin: 0 auto;
    padding: 0; /* remove padding to avoid offsetting the crop */
    border: 1px dotted lightgray;
    border-radius: 15px;
    position: relative; /* container-based cropping uses positioning */
    overflow: hidden; /* ensure only crop is visible */
    width: 100%;
    height: 200px; /* fixed height for consistent layout */
    max-width: 100%;
}

/* AOI skeleton shimmer */
.aoi-container[b-s5gt2ptyie] { position: relative; min-height: 220px; background: #000; overflow: hidden; }
.aoi-skeleton[b-s5gt2ptyie] { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,0.06) 25%, rgba(255,255,255,0.12) 37%, rgba(255,255,255,0.06) 63%); background-size: 400% 100%; animation: aoi-shimmer-b-s5gt2ptyie 1.2s ease-in-out infinite; border-radius: 4px; }
@keyframes aoi-shimmer-b-s5gt2ptyie { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }

div#aoiImageContainer img#aoiImage[b-s5gt2ptyie] {
    border-radius: 0; /* cropping container provides the visual boundary */
    padding: 0;
    margin: 0;
    position: absolute; /* allow precise placement inside container */
    left: 0;
    top: 0;
}

input#licensePlate[b-s5gt2ptyie] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
}
.skeleton[b-s5gt2ptyie] {
    position: relative;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 0.475rem;
}

    .skeleton[b-s5gt2ptyie]::after {
        content: "";
        position: absolute;
        top: 0;
        left: -150px;
        height: 100%;
        width: 150px;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
        animation: skeleton-loading-b-s5gt2ptyie 1.2s infinite;
    }

@keyframes skeleton-loading-b-s5gt2ptyie {
    0% {
        left: -150px;
    }

    100% {
        left: 100%;
    }
}

.skeleton-main-image[b-s5gt2ptyie] {
    height: 520px;
}

.skeleton-aoi[b-s5gt2ptyie] {
    height: 160px;
}

.skeleton-line[b-s5gt2ptyie] {
    height: 16px;
    margin-bottom: 10px;
}

    .skeleton-line.lg[b-s5gt2ptyie] {
        height: 22px;
        margin-bottom: 14px;
    }

    .skeleton-line.sm[b-s5gt2ptyie] {
        height: 12px;
        width: 70%;
    }
/* _content/Legnetix.MLPR.Web/Components/Shared/CharacterDetailsDisplay.razor.rz.scp.css */
.character-details-display .character-grid[b-4rt7no3b8u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
}

.character-details-display .character-item[b-4rt7no3b8u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s ease;
}

.character-details-display .character-item:hover[b-4rt7no3b8u] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.character-details-display .character[b-4rt7no3b8u] {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.character-details-display .confidence[b-4rt7no3b8u] {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.8;
    margin-top: 0.125rem;
}

/* Confidence level colors */
.character-details-display .character-item.high-confidence[b-4rt7no3b8u] {
    background-color: #d1f2eb; /* light green */
    border-color: #20c997;
    color: #0f5132;
}

.character-details-display .character-item.medium-confidence[b-4rt7no3b8u] {
    background-color: #fff3cd; /* light yellow */
    border-color: #ffc107;
    color: #664d03;
}

.character-details-display .character-item.low-confidence[b-4rt7no3b8u] {
    background-color: #ffe5e5; /* light red */
    border-color: #f5c2c7;
    color: #58151c;
}

.character-details-display .character-item.very-low-confidence[b-4rt7no3b8u] {
    background-color: #f8d7da; /* lighter red */
    border-color: #f1aeb5;
    color: #58151c;
    animation: pulse-b-4rt7no3b8u 2s infinite;
}

@keyframes pulse-b-4rt7no3b8u {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
/* _content/Legnetix.MLPR.Web/Components/Shared/PlateDigitView.razor.rz.scp.css */
.plate-digit-editor[b-vcmzx2l9ly] {
    padding: 0.5rem;
    max-width: 600px;
    margin: 0 auto;
}

.plate-digit-editor .digit-container[b-vcmzx2l9ly] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.25rem;
}

.plate-digit-editor .digit-wrapper[b-vcmzx2l9ly] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.plate-digit-editor .digit-input-container[b-vcmzx2l9ly] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plate-digit-editor .digit-input[b-vcmzx2l9ly] {
    width: 3rem;
    height: 3rem;
    border: 2px solid #dee2e6;
    border-radius: 0.375rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    background: white;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plate-digit-editor .confidence-bar[b-vcmzx2l9ly] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 0 0 0.375rem 0.375rem;
    z-index: 1;
    opacity: 0.8;
}

/* Confidence text */
.plate-digit-editor .confidence-text[b-vcmzx2l9ly] {
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.05rem;
}

.plate-digit-editor .digit-input.high-confidence[b-vcmzx2l9ly] {
    border-color: #28a745;
    color: #28a745;
}

.plate-digit-editor .digit-input.low-confidence[b-vcmzx2l9ly] {
    border-color: #dc3545;
    color: #721c24;
    background-color: rgba(220, 53, 69, 0.05);
}

@media (max-width: 480px) {
    .plate-digit-editor[b-vcmzx2l9ly] {
        padding: 0.5rem;
    }

    .plate-digit-editor .digit-container[b-vcmzx2l9ly] {
        gap: 0.5rem;
        padding: 0.25rem;
    }

    .plate-digit-editor .digit-input[b-vcmzx2l9ly] {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1.2rem;
    }
}

@media (max-width: 360px) {
    .plate-digit-editor[b-vcmzx2l9ly] {
        padding: 0.25rem;
    }

    .plate-digit-editor .digit-container[b-vcmzx2l9ly] {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.375rem;
    }

    .plate-digit-editor .digit-input[b-vcmzx2l9ly] {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 1rem;
    }

    .plate-digit-editor .confidence-text[b-vcmzx2l9ly] {
        font-size: 0.65rem;
        margin-top: 0.05rem;
    }
}


/* _content/Legnetix.MLPR.Web/Components/TemplateComponents/PageFooter.razor.rz.scp.css */
/* _content/Legnetix.MLPR.Web/Components/TemplateComponents/PageHeader.razor.rz.scp.css */
body[b-tq2gnhs17w] {
}
/* _content/Legnetix.MLPR.Web/Components/TemplateComponents/PageHeaderToolbar.razor.rz.scp.css */
.mini-toolbar[b-7ughjfgng5] 
{
    padding-bottom: 0.75rem;
}
/* _content/Legnetix.MLPR.Web/Components/TemplateComponents/PageHeaderUseMenu.razor.rz.scp.css */
body[b-neidpkj3sb] {
}
