@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Bidentity/Frontend/Components/BusyButton.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Components/DragDrop.razor.rz.scp.css */
.FileDrop[b-c9vcqpr2r0] {
    cursor: pointer;
    display: block;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #ccc;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.FileDrop[b-c9vcqpr2r0]  input[type=file] {
    cursor: pointer;
    width: 86%;
    height: 26%;
    opacity: 0;
    position: absolute;
    left: 70px;
}


@keyframes pulseAnimation-b-c9vcqpr2r0 {
    0% {
        transform: scale(0.98);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.98);
    }
}

.pulse[b-c9vcqpr2r0] {
    animation: pulseAnimation-b-c9vcqpr2r0 2s infinite ease-in-out;
    transition: transform 0.2s;
}


@keyframes pulseAnimationLarger-b-c9vcqpr2r0 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse-large[b-c9vcqpr2r0] {
    animation: pulseAnimationLarger-b-c9vcqpr2r0 2s infinite ease-in-out;
    display: inline-block;
    transition: transform 0.2s;
    position: relative;
}
/* _content/Bidentity/Frontend/Layout/AdminLayout.razor.rz.scp.css */


.sticky-nav[b-ue8exl34vs] {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}


.OutletContainer[b-ue8exl34vs] {
    overflow-y: auto;

    margin-top: 0;
    /*margin-left: 260px; !* Should match the width of the side panel *!*/
    padding-left:10px;
    padding-right:10px;
}


.not-authorized[b-ue8exl34vs] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    color: #721c24;
    margin: 2rem auto;
    max-width: 40rem;
    padding: 1rem;
    text-align: center;
}

    .not-authorized h2[b-ue8exl34vs] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .not-authorized p[b-ue8exl34vs] {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ue8exl34vs] {
        display: none;
    }

    .top-row.auth[b-ue8exl34vs] {
        justify-content: space-between;
    }

    .top-row a[b-ue8exl34vs], .top-row .btn-link[b-ue8exl34vs] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ue8exl34vs] {
        flex-direction: row;
    }

    .sidebar[b-ue8exl34vs] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ue8exl34vs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ue8exl34vs], article[b-ue8exl34vs] {
        /*padding-left: 1rem !important;*/
        /*padding-right: 1.5rem !important;*/
    }
}
/* _content/Bidentity/Frontend/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-qul71175vn] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-qul71175vn] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Bidentity/Frontend/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-chjm38xg1h] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-chjm38xg1h] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Bidentity/Frontend/Layout/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-dsr5rw7y2x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dsr5rw7y2x] {
    height: 3.5rem;
    background: linear-gradient(to right, #a5a5a5,white);
    border-bottom: 1px solid grey;
}



.navbar-brand[b-dsr5rw7y2x] {
    font-size: 1.1rem;
}


.side-panel[b-dsr5rw7y2x] {
    position: fixed;
    left: 0;
    top: 0;
    width: 260px; 
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid grey;
    z-index: 1000; /* Ensure it's above other content */
    /* Add more styling as needed */
}

.main-content[b-dsr5rw7y2x] {
    margin-left: 250px; /* Should match the width of the side panel */
    /* Rest of your styling */
}


.account-card[b-dsr5rw7y2x]{
    position:fixed;
    bottom:20px
}


@keyframes outline-b-dsr5rw7y2x {
    0% {
        outline-color: #495057;
    }

    50% {
        outline-color: #343a40;
    }

    100% {
        outline-color: #212529;
    }
}




.nav-item[b-dsr5rw7y2x] {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dsr5rw7y2x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dsr5rw7y2x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dsr5rw7y2x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        /*        .nav-item ::deep a.active {
            background-color: #87878750;
            color: white;
        }*/

        .nav-item[b-dsr5rw7y2x]  a:hover {
            background-color: #87878750;
            color: white;
        }


@media (min-width: 641px) {
    .navbar-toggler[b-dsr5rw7y2x] {
        display: none;
    }

    .collapse[b-dsr5rw7y2x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-dsr5rw7y2x] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Bidentity/Frontend/Pages/AddSelfie.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/Biometry/FraasStats/FraasStats.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/Biometry/InvestigationTools/Components/InteractiveImage.razor.rz.scp.css */
/* InteractiveImage.razor.css */

.interactive-image-container[b-z28ynevfwn] {
    /* position: relative; (This was removed in previous steps, correct) */
    cursor: grab; /* Default cursor for dragging */
    border: 1px solid #ccc; /* Default border */
    transition: border 0.1s ease-in-out; /* Smooth transition for the border */
}

.interactive-image-container:hover[b-z28ynevfwn] {
    border: 2px solid red; /* Bright red border on hover */
}


/* Base style for all resize handles */
.resize-handle[b-z28ynevfwn] {
    position: absolute;
    background-color: #ffda6a; /* Make them transparent */
    z-index: 10000; /* Ensure handles are above image content */
    opacity: 0; /* Hidden by default */
    transition: opacity 0.2s ease-in-out;
}

/* Show handles on container hover */
.interactive-image-container:hover .resize-handle[b-z28ynevfwn] {
    opacity: 1;
}

/* Specific styling for corner handles (larger click target) */
.resize-handle.top-left[b-z28ynevfwn],
.resize-handle.top-right[b-z28ynevfwn],
.resize-handle.bottom-left[b-z28ynevfwn],
.resize-handle.bottom-right[b-z28ynevfwn] {
    width: 16px;
    height: 16px;
    z-index: 10001;
    background-color: #07f7ff; /* Make them transparent */
    border: 1px #41ff00; /* Optional: Make border transparent too */
}

.resize-handle.top-left[b-z28ynevfwn] { top: 0; left: 0; cursor: nwse-resize; }
.resize-handle.top-right[b-z28ynevfwn] { top: 0; right: 0; cursor: nesw-resize; }
.resize-handle.bottom-left[b-z28ynevfwn] { bottom: 0; left: 0; cursor: nesw-resize; }
.resize-handle.bottom-right[b-z28ynevfwn] { bottom: 0; right: 0; cursor: nwse-resize; }

/* Specific styling for edge handles (thin lines) */
.resize-handle.left[b-z28ynevfwn], .resize-handle.right[b-z28ynevfwn] {
    top: 0;
    width: 6px;
    height: 100%;
    cursor: ew-resize;
}
.resize-handle.left[b-z28ynevfwn] { left: 0; }
.resize-handle.right[b-z28ynevfwn] { right: 0; }

.resize-handle.top[b-z28ynevfwn], .resize-handle.bottom[b-z28ynevfwn] {
    left: 0;
    height: 6px;
    width: 100%;
    cursor: ns-resize;
}
.resize-handle.top[b-z28ynevfwn] { top: 0; }
.resize-handle.bottom[b-z28ynevfwn] { bottom: 0; }


/* NEW: Style for the top drag bar */
.image-top-bar[b-z28ynevfwn] {
    position: absolute;
    top: 0; /* Position at the top */
    left: 0;
    right: 0;
    height: 20px; /* Small height for the drag bar */
    background-color: rgba(161, 161, 161, 0.7); /* Same background as button bar */

    /* Inherit hover visibility from parent container */
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none; /* Allow events to pass through when hidden */
    z-index: 9999; /* <-- ADD THIS: A high z-index to bring it on top */
}

/* Show top bar on container hover */
.interactive-image-container:hover .image-top-bar[b-z28ynevfwn] {
    opacity: 1;
    pointer-events: auto; /* Re-enable pointer events when visible */
}


/* Styles for the floating buttons container (from previous step) */
.image-buttons-container[b-z28ynevfwn] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
    padding:10px;
    display: flex;
    justify-content: center;
    align-items: center; /* Center items vertically */
    gap: 5px; /* Spacing between buttons */
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}

.interactive-image-container:hover .image-buttons-container[b-z28ynevfwn] {
    opacity: 1;
    pointer-events: auto;
}



/* Styles for the opacity slider container */
.opacity-slider-container[b-z28ynevfwn] {
    display: flex;
    align-items: center;
    padding: 0 5px;
    width: 80px; /* Adjust width as needed */
}

/* Basic styling for the input range slider */
.opacity-slider-container input[type="range"][b-z28ynevfwn] {
    -webkit-appearance: none; /* Override default look */
    width: 100%;
    height: 8px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 4px;
}

.opacity-slider-container input[type="range"][b-z28ynevfwn]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #007bff; /* Bootstrap primary color */
    cursor: pointer;
    border-radius: 50%;
}

.opacity-slider-container input[type="range"][b-z28ynevfwn]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #007bff;
    cursor: pointer;
    border-radius: 50%;
}
/* _content/Bidentity/Frontend/Pages/Authed/Biometry/InvestigationTools/ImageCompare.razor.rz.scp.css */

.imageFence[b-auku5hej9h] {
    position: relative;
    width: 100%;
    height: 85%;
    border: 2px dashed #888;

    overflow: hidden; /* Keeps images inside if they resize out of bounds */
    /* Removed margin-top: 20px; from here, will use Bootstrap utility */
}
/* _content/Bidentity/Frontend/Pages/Authed/CustomProtocolTest/CustomProtocolTest.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/FileDefinition/FileDefinitions.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/Identity/CoreBiometryCapture.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/Identity/CoreIdentities.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/Identity/CreateUpdateIdentityRecord.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/Identity/InjectIdentity.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/Role/AddUpdateRole.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/Role/Roles.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/User/AddUser.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/User/SetUserRole.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/User/UpdateUser.razor.rz.scp.css */
/* _content/Bidentity/Frontend/Pages/Authed/User/Users.razor.rz.scp.css */
