@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/IQSuite.cloud.Server.App/Components/Operations/Device/DeviceInfo.razor.rz.scp.css */



.device-actionbuttons-container[b-5i7iyjwfsd] {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.device-actionlink-container[b-5i7iyjwfsd] {
    /*max-width: 150px;
    max-height: 150px;*/
    margin: 10px;
    min-width: 200px;
}


.device-actions-setting-card[b-5i7iyjwfsd] {
    background-color: #474745;
    border-radius: 10px;
    padding-top: 1rem;
    /*height: 150px;*/
    padding: 2px;
}

.settings-contant-container[b-5i7iyjwfsd] {
    height: calc(100vh - 10rem);
}

.device-actions-settings-image[b-5i7iyjwfsd] {
    background-size: cover;
    background-attachment: scroll;
    height: 50px;
    /*width: 40%;
    height: 40%;*/
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Device/DeviceQuickView.razor.rz.scp.css */
.device-status-indicator-online[b-qaa35vvc3n] {
    border: 1pt #87b830 solid;
    border-radius: 5px;
    color: #87b830;
}

.device-status-indicator-offline[b-qaa35vvc3n] {
    border: 1pt #dc3545 solid;
    border-radius: 5px;
    color: #dc3545;
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Lookup/PeopleDialog.razor.rz.scp.css */
.selected-row[b-8t8r4e5dyo] {
    background-color: var(--mud-palette-primary-lighten);
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/BiometricInfoDialog.razor.rz.scp.css */

/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonAccess.razor.rz.scp.css */
/* PersonAccess Component Styles - Minimal for Working Scrolling */

/* Container and layout optimizations */
.access-container[b-womjajtcdu] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Enhanced toolbar styling */
.access-toolbar[b-womjajtcdu] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.5rem;
    min-height: 3rem;
    width: 100%;
    flex-shrink: 0;
}

/* Right alignment for the button group */
.refresh-button-group[b-womjajtcdu] {
    margin-left: auto !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    width: auto;
}

/* Enhanced button styling */
[b-womjajtcdu] .refresh-button-group .mud-button {
    font-weight: 500;
    text-transform: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

[b-womjajtcdu] .refresh-button-group .mud-button:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-1px);
}

/* No records content styling */
.no-records-content[b-womjajtcdu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center;
    background: #fafafa;
    border-radius: 8px;
    margin: 2rem;
}

/* Working MudDataGrid scrolling pattern - MINIMAL INTERFERENCE */
/* Sticky header while scrolling */
[b-womjajtcdu] thead {
    position: sticky;
    top: 0;
    background-color: #ffffff !important;
    z-index: 1;
}

/* Consistent row height for proper scrolling */
[b-womjajtcdu] tr {
    height: 40px;
}

/* Enhanced data grid styling - MINIMAL */
[b-womjajtcdu] .mud-table-head {
    background: #f8f9fa !important;
}

[b-womjajtcdu] .mud-table-head .mud-table-cell {
    background: #f8f9fa !important;
    color: #495057 !important;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0;
}

[b-womjajtcdu] .mud-table-body .mud-table-row {
    background: white !important;
    transition: background-color 0.2s ease;
}

[b-womjajtcdu] .mud-table-body .mud-table-row:hover {
    background: #f8f9fa !important;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .access-toolbar[b-womjajtcdu] {
        padding: 0.75rem;
        margin-bottom: 0.25rem;
        justify-content: flex-end !important;
    }
    
    .refresh-button-group[b-womjajtcdu] {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    
    .no-records-content[b-womjajtcdu] {
        margin: 1rem;
        padding: 2rem 1rem;
    }
}

/* Very small screens */
@media (max-width: 480px) {
    .access-toolbar[b-womjajtcdu] {
        padding: 0.5rem;
        justify-content: flex-end !important;
        flex-direction: row;
    }
    
    .refresh-button-group[b-womjajtcdu] {
        margin-left: auto !important;
        margin-right: 0 !important;
        width: auto;
        flex-shrink: 0;
    }
}

/* Enhanced accessibility */
[b-womjajtcdu] .mud-button:focus,
[b-womjajtcdu] .mud-icon-button:focus {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

/* Smooth animations */
[b-womjajtcdu] .mud-button,
[b-womjajtcdu] .mud-icon-button {
    transition: all 0.3s ease;
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonBasicInfo.razor.rz.scp.css */
.profile-image-delete[b-bofcf6m5i4] {
    cursor: pointer;
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonBiometrics.razor.rz.scp.css */
/* Performance-optimized CSS for PersonBiometrics component */

/* Container and layout optimizations */
.biometrics-container[b-uija5znu0i] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.biometrics-data-grid[b-uija5znu0i] {
    flex: 1;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-top: 0;
}

/* Enhanced toolbar styling with explicit right alignment */
.biometrics-toolbar[b-uija5znu0i] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.5rem;
    min-height: 3rem;
    width: 100%;
}

/* Right alignment for the button group wrapper div */
.add-biometric-button-group[b-uija5znu0i] {
    margin-left: auto !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    width: auto;
}

/* Ensure MudBlazor button group respects our alignment */
[b-uija5znu0i] .biometrics-toolbar .mud-button-group {
    margin-left: auto !important;
    margin-right: 0 !important;
}

/* Enhanced button styling */
[b-uija5znu0i] .add-biometric-button-group .mud-button {
    font-weight: 500;
    text-transform: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

[b-uija5znu0i] .add-biometric-button-group .mud-button:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-1px);
}

/* Biometric type cell styling */
.biometric-type-cell[b-uija5znu0i] {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
}

.biometric-type-text[b-uija5znu0i] {
    font-weight: 500;
    color: #333;
}

/* Biometric subtype cell styling */
.biometric-subtype-cell[b-uija5znu0i] {
    display: flex;
    align-items: center;
}

/* Action buttons styling */
.action-buttons[b-uija5znu0i] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

/* No records content styling */
.no-records-content[b-uija5znu0i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center;
    background: #fafafa;
    border-radius: 8px;
    margin: 2rem;
}

/* Enhanced data grid styling */
[b-uija5znu0i] .mud-table-head {
    background: #f8f9fa !important;
}

[b-uija5znu0i] .mud-table-head .mud-table-cell {
    background: #f8f9fa !important;
    color: #495057 !important;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0;
}

[b-uija5znu0i] .mud-table-body .mud-table-row {
    background: white !important;
    transition: background-color 0.2s ease;
}

[b-uija5znu0i] .mud-table-body .mud-table-row:hover {
    background: #f8f9fa !important;
}

[b-uija5znu0i] .mud-table-body .mud-table-cell {
    background: transparent !important;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
}

/* Chip styling */
[b-uija5znu0i] .mud-chip {
    font-size: 0.75rem;
    height: 24px;
}

/* Enhanced chip styling for quality */
[b-uija5znu0i] .mud-chip.mud-chip-color-success {
    background-color: rgba(76, 175, 80, 0.1);
    color: #388e3c;
    border-color: #4caf50;
}

[b-uija5znu0i] .mud-chip.mud-chip-color-warning {
    background-color: rgba(255, 152, 0, 0.1);
    color: #e65100;
    border-color: #ff9800;
}

[b-uija5znu0i] .mud-chip.mud-chip-color-error {
    background-color: rgba(244, 67, 54, 0.1);
    color: #d32f2f;
    border-color: #f44336;
}

/* Loading state improvements */
[b-uija5znu0i] .mud-data-grid .mud-progress-linear {
    border-radius: 4px;
}

[b-uija5znu0i] .mud-data-grid.mud-data-grid-loading {
    opacity: 0.7;
}

/* Data grid footer styling */
[b-uija5znu0i] .mud-data-grid-pager {
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
}

/* Clean borders and spacing */
[b-uija5znu0i] .mud-data-grid .mud-table-container {
    border-radius: 8px;
    overflow: hidden;
}

/* Better button group styling */
[b-uija5znu0i] .mud-button-group .mud-button {
    box-shadow: none;
}

[b-uija5znu0i] .mud-button-group .mud-button:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,0.12);
}

/* Biometric type specific styling */
.biometric-type-fingerprint[b-uija5znu0i] {
    color: #1976d2;
}

.biometric-type-photo[b-uija5znu0i] {
    color: #388e3c;
}

.biometric-type-voice[b-uija5znu0i] {
    color: #f57c00;
}

/* Responsive improvements - maintain right-aligned button */
@media (max-width: 768px) {
    .biometrics-toolbar[b-uija5znu0i] {
        padding: 0.75rem;
        margin-bottom: 0.25rem;
        justify-content: flex-end !important;
    }
    
    .add-biometric-button-group[b-uija5znu0i] {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    
    .action-buttons[b-uija5znu0i] {
        flex-direction: column;
        gap: 0.125rem;
    }
    
    .no-records-content[b-uija5znu0i] {
        margin: 1rem;
        padding: 2rem 1rem;
    }
}

/* Very small screens - maintain button alignment */
@media (max-width: 480px) {
    .biometrics-toolbar[b-uija5znu0i] {
        padding: 0.5rem;
        justify-content: flex-end !important;
        flex-direction: row;
    }
    
    .add-biometric-button-group[b-uija5znu0i] {
        margin-left: auto !important;
        margin-right: 0 !important;
        width: auto;
        flex-shrink: 0;
    }
    
    [b-uija5znu0i] .add-biometric-button-group .mud-button {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }
}

/* Performance optimizations */
.biometrics-container[b-uija5znu0i] {
    transform: translateZ(0); /* Enable hardware acceleration */
}

.biometric-type-cell[b-uija5znu0i],
.biometric-subtype-cell[b-uija5znu0i],
.action-buttons[b-uija5znu0i] {
    will-change: auto;
    contain: layout;
}

/* Enhanced accessibility */
[b-uija5znu0i] .mud-button:focus,
[b-uija5znu0i] .mud-icon-button:focus {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

/* Smooth animations */
[b-uija5znu0i] .mud-button,
[b-uija5znu0i] .mud-icon-button,
[b-uija5znu0i] .mud-chip {
    transition: all 0.3s ease;
}

/* Sticky header optimization */
[b-uija5znu0i] .mud-table-sticky-header {
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Enhanced visual feedback */
[b-uija5znu0i] .mud-table-row.mud-table-row-hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonBiometricSelector.razor.rz.scp.css */
/* PersonBiometricSelector Component Styles */
/* High specificity selectors to ensure styles override MudBlazor defaults */

/* MudGrid container styling with higher specificity */
.mud-dialog .biometric-grid-container[b-b79mr0l6zv] {
    justify-content: center !important;
    width: 100% !important;
}

/* Force MudItem to be flex containers with full width */
.mud-dialog .biometric-grid-container .mud-grid-item[b-b79mr0l6zv] {
    display: flex !important;
    width: 100% !important;
}

/* Critical: Ensure MudCard fills entire MudItem width */
.mud-dialog .biometric-grid-container .mud-grid-item .biometric-option-card[b-b79mr0l6zv],
.mud-dialog .biometric-grid-container .mud-card[b-b79mr0l6zv] {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: 2px solid transparent;
    height: 100% !important;
    width: 100% !important; /* CRITICAL: Take full width of MudItem column */
    flex: 1 !important; /* Ensure card expands to fill available space */
    margin: 0 !important; /* Remove any default margins */
    max-width: none !important; /* Remove any max-width constraints */
}

.mud-dialog .biometric-grid-container .biometric-option-card:hover[b-b79mr0l6zv] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.mud-dialog .biometric-grid-container .biometric-option-card:has(.biometric-checkbox input:checked)[b-b79mr0l6zv] {
    border-color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-lighten);
}

/* MudCardContent with full width and fixed height */
.mud-dialog .biometric-grid-container .biometric-option-card .mud-card-content[b-b79mr0l6zv] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    height: 200px !important; /* Fixed height for uniform cards */
    justify-content: center !important;
    padding: 16px !important;
    width: 100% !important; /* Full width of card */
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Content container for consistent spacing with full width */
.mud-dialog .biometric-grid-container .biometric-content-container[b-b79mr0l6zv] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important; /* CRITICAL: Full width - no restrictions */
    height: 100% !important; /* Full height - spans full card height */
    margin: 0 !important; /* Remove margin to allow full width utilization */
    padding: 0 !important;
    max-width: none !important; /* Remove any max-width restrictions */
    box-sizing: border-box !important;
}

/* Icon section with full width */
.mud-dialog .biometric-grid-container .biometric-icon-section[b-b79mr0l6zv] {
    flex-shrink: 0;
    height: 48px !important; /* Fixed height for icon area */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
}

/* Checkbox section with full width */
.mud-dialog .biometric-grid-container .biometric-checkbox-section[b-b79mr0l6zv] {
    flex-shrink: 0;
    height: 40px !important; /* Fixed height for checkbox area */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
}

/* Status section with full width */
.mud-dialog .biometric-grid-container .biometric-status-section[b-b79mr0l6zv] {
    flex-shrink: 0;
    height: 24px !important; /* Fixed height for status text */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
}

.mud-dialog .biometric-grid-container .biometric-checkbox[b-b79mr0l6zv] {
    margin: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.mud-dialog .biometric-grid-container .biometric-checkbox .mud-checkbox[b-b79mr0l6zv] {
    justify-content: center !important;
}

.mud-dialog .biometric-grid-container .biometric-checkbox .mud-checkbox-label[b-b79mr0l6zv] {
    font-weight: 500;
    color: var(--mud-palette-text-primary);
}

/* Disabled state styling */
.mud-dialog .biometric-grid-container .biometric-option-card:has(.biometric-checkbox input:disabled)[b-b79mr0l6zv] {
    opacity: 0.6;
    cursor: not-allowed;
}

.mud-dialog .biometric-grid-container .biometric-option-card:has(.biometric-checkbox input:disabled):hover[b-b79mr0l6zv] {
    transform: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

/* Dialog content spacing */
.mud-dialog .mud-dialog-content[b-b79mr0l6zv] {
    padding: 24px !important;
}

.mud-dialog .mud-dialog-actions[b-b79mr0l6zv] {
    padding: 16px 24px !important;
    gap: 12px !important;
}

/* Enhanced grid item stretching with higher specificity */
.mud-dialog .biometric-grid-container .mud-grid-item.d-flex[b-b79mr0l6zv] {
    align-items: stretch !important; /* Ensure equal height */
    justify-content: stretch !important; /* Ensure cards use full width */
    width: 100% !important;
}

/* Override any MudBlazor grid constraints */
.mud-dialog .biometric-grid-container .mud-grid-item > *[b-b79mr0l6zv] {
    width: 100% !important;
    flex: 1 !important;
}

/* Mobile adjustments */
@media (max-width: 600px) {
    .mud-dialog .biometric-grid-container .biometric-option-card .mud-card-content[b-b79mr0l6zv] {
        height: 180px !important;
        padding: 12px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-content-container[b-b79mr0l6zv] {
        width: 100% !important;
    }
    
    .mud-dialog .mud-dialog-content[b-b79mr0l6zv] {
        padding: 16px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-icon-section[b-b79mr0l6zv] {
        height: 40px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-checkbox-section[b-b79mr0l6zv] {
        height: 36px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-status-section[b-b79mr0l6zv] {
        height: 20px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-checkbox .mud-checkbox-label[b-b79mr0l6zv] {
        font-size: 0.875rem !important;
    }
}

/* Small tablet adjustments */
@media (max-width: 960px) and (min-width: 601px) {
    .mud-dialog .biometric-grid-container .biometric-option-card .mud-card-content[b-b79mr0l6zv] {
        height: 190px !important;
        padding: 14px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-content-container[b-b79mr0l6zv] {
        width: 100% !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-icon-section[b-b79mr0l6zv] {
        height: 44px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-checkbox-section[b-b79mr0l6zv] {
        height: 38px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-status-section[b-b79mr0l6zv] {
        height: 22px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-checkbox .mud-checkbox-label[b-b79mr0l6zv] {
        font-size: 0.875rem !important;
    }
}

/* Large screens */
@media (min-width: 1200px) {
    .mud-dialog .biometric-grid-container .biometric-option-card .mud-card-content[b-b79mr0l6zv] {
        height: 220px !important;
        padding: 20px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-content-container[b-b79mr0l6zv] {
        width: 100% !important;
    }
    
    .mud-dialog .biometric-grid-container[b-b79mr0l6zv] {
        margin: 0 auto !important;
        max-width: 900px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-icon-section[b-b79mr0l6zv] {
        height: 52px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-checkbox-section[b-b79mr0l6zv] {
        height: 44px !important;
    }
    
    .mud-dialog .biometric-grid-container .biometric-status-section[b-b79mr0l6zv] {
        height: 28px !important;
    }
}

/* Focus states for accessibility */
.mud-dialog .biometric-grid-container .biometric-checkbox:focus-within[b-b79mr0l6zv] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Loading state */
.biometric-selector-loading[b-b79mr0l6zv] {
    pointer-events: none;
    opacity: 0.7;
}

.biometric-selector-loading .biometric-option-card[b-b79mr0l6zv] {
    animation: pulse-b-b79mr0l6zv 1.5s ease-in-out infinite;
}

@keyframes pulse-b-b79mr0l6zv {
    0% { opacity: 0.7; }
    50% { opacity: 0.9; }
    100% { opacity: 0.7; }
}

/* Additional debugging styles - remove after verification */
.mud-dialog .biometric-grid-container .mud-grid-item[b-b79mr0l6zv] {
    border: 1px solid red !important; /* TEMPORARY: Visual debugging */
}

.mud-dialog .biometric-grid-container .biometric-option-card[b-b79mr0l6zv] {
    border: 2px solid blue !important; /* TEMPORARY: Visual debugging */
    background-color: rgba(0, 255, 0, 0.1) !important; /* TEMPORARY: Visual debugging */
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonBiometricSummary.razor.rz.scp.css */
/* Enhanced PersonBiometricSummary Styles */

/* Main container styling */
.biometric-summary-container[b-05ruzwqgtv] {
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 12px;
    min-height: calc(100vh - 20rem);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Device Status Card */
.device-status-card[b-05ruzwqgtv] {
    border-radius: 12px;
    border: 1px solid #e1e5e9;
    background: white;
    transition: all 0.3s ease;
}

.device-status-card:hover[b-05ruzwqgtv] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.device-status-content[b-05ruzwqgtv] {
    padding: 20px !important;
}

.device-status-header[b-05ruzwqgtv] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.device-status-icon[b-05ruzwqgtv] {
    font-size: 2.5rem !important;
}

.device-status-text[b-05ruzwqgtv] {
    flex: 1;
}

.device-status-title[b-05ruzwqgtv] {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 4px;
}

.device-status-chip[b-05ruzwqgtv] {
    font-weight: 600;
}

/* Biometric Overview Card */
.biometric-overview-card[b-05ruzwqgtv] {
    border-radius: 12px;
    border: 1px solid #e1e5e9;
    background: white;
    transition: all 0.3s ease;
}

.biometric-overview-card:hover[b-05ruzwqgtv] {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.biometric-overview-header[b-05ruzwqgtv] {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 16px 24px;
}

.overview-header-content[b-05ruzwqgtv] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.overview-header-icon[b-05ruzwqgtv] {
    font-size: 2rem !important;
    color: white;
}

.overview-header-title[b-05ruzwqgtv] {
    flex: 1;
    font-weight: 600;
    color: white;
}

.overview-status-chip[b-05ruzwqgtv] {
    font-weight: 600;
}

.biometric-overview-content[b-05ruzwqgtv] {
    padding: 24px !important;
}

.fingerprint-image-container[b-05ruzwqgtv] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.fingerprint-overview-image[b-05ruzwqgtv] {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.fingerprint-overview-image:hover[b-05ruzwqgtv] {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.fingerprint-status-content[b-05ruzwqgtv] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.fingerprint-status-title[b-05ruzwqgtv] {
    font-weight: 600;
    color: #2d3748;
}

.fingerprint-status-text[b-05ruzwqgtv] {
    font-weight: 600;
    margin-bottom: 16px;
}

.status-alert[b-05ruzwqgtv] {
    border-radius: 8px;
    border-left: 4px solid currentColor;
}

/* Analysis Grid */
.analysis-grid[b-05ruzwqgtv] {
    margin-top: 0 !important;
}

/* Analysis Cards */
.analysis-card[b-05ruzwqgtv] {
    border-radius: 12px;
    border: 1px solid #e1e5e9;
    background: white;
    transition: all 0.3s ease;
    height: 100%;
}

.analysis-card:hover[b-05ruzwqgtv] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.left-hand-card[b-05ruzwqgtv] {
    border-left: 4px solid #3182ce;
}

.right-hand-card[b-05ruzwqgtv] {
    border-left: 4px solid #38a169;
}

.analysis-card-header[b-05ruzwqgtv] {
    background: #f8fafc;
    border-bottom: 1px solid #e1e5e9;
    border-radius: 12px 12px 0 0;
    padding: 16px 20px;
}

.analysis-header-content[b-05ruzwqgtv] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.analysis-header-icon[b-05ruzwqgtv] {
    font-size: 1.5rem !important;
    color: #667eea;
}

.analysis-header-title[b-05ruzwqgtv] {
    flex: 1;
    font-weight: 600;
    color: #2d3748;
}

.hand-indicator[b-05ruzwqgtv] {
    font-weight: 600;
}

.analysis-card-content[b-05ruzwqgtv] {
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.analysis-image-section[b-05ruzwqgtv] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background: #f8fafc;
    border-radius: 8px;
}

.analysis-fingerprint-image[b-05ruzwqgtv] {
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.analysis-metrics-section[b-05ruzwqgtv] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.metric-item[b-05ruzwqgtv] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.metric-label[b-05ruzwqgtv] {
    font-weight: 600;
    color: #4a5568;
}

.quality-progress[b-05ruzwqgtv] {
    border-radius: 8px;
    overflow: hidden;
    background: #f1f3f4 !important;
}

.quality-progress .mud-progress-linear-bar[b-05ruzwqgtv] {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.progress-text[b-05ruzwqgtv] {
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.quality-rating[b-05ruzwqgtv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e1e5e9;
}

.rating-text[b-05ruzwqgtv] {
    font-weight: 600;
    color: #4a5568;
}

/* Other Biometrics Card */
.other-biometrics-card[b-05ruzwqgtv] {
    border-radius: 12px;
    border: 1px solid #e1e5e9;
    background: white;
    margin-top: 20px;
}

.other-biometrics-header[b-05ruzwqgtv] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.other-biometrics-icon[b-05ruzwqgtv] {
    font-size: 1.5rem !important;
    color: #667eea;
}

.biometric-type-item[b-05ruzwqgtv] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e1e5e9;
    transition: all 0.3s ease;
}

.biometric-type-item:hover[b-05ruzwqgtv] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

/* Legacy device status classes - enhanced */
.biometric-reader-disconnected[b-05ruzwqgtv] {
    border: 2px solid #e53e3e !important;
    color: #e53e3e !important;
    border-radius: 8px !important;
    padding: 12px 16px;
    background: #fed7d7;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.biometric-reader-warning[b-05ruzwqgtv] {
    color: #d69e2e !important;
    border: 2px solid #d69e2e !important;
    border-radius: 8px !important;
    padding: 12px 16px;
    background: #fefcbf;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.biometric-reader-connected[b-05ruzwqgtv] {
    color: #38a169 !important;
    border: 2px solid #38a169 !important;
    border-radius: 8px !important;
    padding: 12px 16px;
    background: #c6f6d5;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fingerprint-not-captured[b-05ruzwqgtv] {
    color: #e53e3e !important;
    font-weight: 600;
}

.fingerprint-captured[b-05ruzwqgtv] {
    color: #38a169 !important;
    font-weight: 600;
}

/* Responsive design */
@media (max-width: 768px) {
    .biometric-summary-container[b-05ruzwqgtv] {
        padding: 12px;
        gap: 16px;
    }
    
    .device-status-header[b-05ruzwqgtv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .device-status-chip[b-05ruzwqgtv] {
        align-self: flex-end;
    }
    
    .overview-header-content[b-05ruzwqgtv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .overview-status-chip[b-05ruzwqgtv] {
        align-self: flex-end;
    }
    
    .analysis-header-content[b-05ruzwqgtv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .hand-indicator[b-05ruzwqgtv] {
        align-self: flex-end;
    }
    
    .analysis-card-content[b-05ruzwqgtv] {
        padding: 16px !important;
    }
}

@media (max-width: 480px) {
    .device-status-content[b-05ruzwqgtv] {
        padding: 16px !important;
    }
    
    .biometric-overview-content[b-05ruzwqgtv] {
        padding: 16px !important;
    }
    
    .device-status-icon[b-05ruzwqgtv],
    .overview-header-icon[b-05ruzwqgtv] {
        font-size: 2rem !important;
    }
    
    .fingerprint-status-title[b-05ruzwqgtv] {
        font-size: 1.5rem;
    }
}

/* Animation and transitions */
.analysis-card[b-05ruzwqgtv] {
    animation: fadeInUp-b-05ruzwqgtv 0.6s ease-out;
}

.device-status-card[b-05ruzwqgtv] {
    animation: fadeInUp-b-05ruzwqgtv 0.4s ease-out;
}

.biometric-overview-card[b-05ruzwqgtv] {
    animation: fadeInUp-b-05ruzwqgtv 0.5s ease-out;
}

@keyframes fadeInUp-b-05ruzwqgtv {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced focus states for accessibility */
.analysis-card:focus-within[b-05ruzwqgtv] {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

.device-status-card:focus-within[b-05ruzwqgtv] {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

/* Loading state animations */
.quality-progress[b-05ruzwqgtv] {
    position: relative;
    overflow: hidden;
}

.quality-progress[b-05ruzwqgtv]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer-b-05ruzwqgtv 2s infinite;
}

@keyframes shimmer-b-05ruzwqgtv {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Scrollbar styling for webkit browsers */
.biometric-summary-container[b-05ruzwqgtv]::-webkit-scrollbar {
    width: 8px;
}

.biometric-summary-container[b-05ruzwqgtv]::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 4px;
}

.biometric-summary-container[b-05ruzwqgtv]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

.biometric-summary-container[b-05ruzwqgtv]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonCaptureFingerprint.razor.rz.scp.css */
/* Enhanced PersonCaptureFingerprint Styles */

/* Main container styling */
.fingerprint-capture-container[b-xjinhnzgcb] {
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 12px;
    min-height: calc(100vh - 17rem);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Enhanced Header Card */
.capture-header-card[b-xjinhnzgcb] {
    border-radius: 12px;
    border: 1px solid #e1e5e9;
    background: white;
    transition: all 0.3s ease;
}

.capture-header-card:hover[b-xjinhnzgcb] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.capture-header-content[b-xjinhnzgcb] {
    padding: 20px !important;
}

.help-text-section[b-xjinhnzgcb] {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.help-text-icon[b-xjinhnzgcb] {
    font-size: 2.5rem !important;
    flex-shrink: 0;
}

.help-text-content[b-xjinhnzgcb] {
    flex: 1;
}

.help-text-title[b-xjinhnzgcb] {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 4px;
}

.help-text-description[b-xjinhnzgcb] {
    color: #4a5568;
    line-height: 1.5;
}

.action-buttons-section[b-xjinhnzgcb] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.reset-button[b-xjinhnzgcb] {
    font-weight: 600;
}

.device-status-chip[b-xjinhnzgcb] {
    font-weight: 600;
    white-space: nowrap;
}

/* Enhanced Last Scan Card */
.last-scan-card[b-xjinhnzgcb] {
    border-radius: 12px;
    border: 1px solid #e1e5e9;
    background: white;
    transition: all 0.3s ease;
}

.last-scan-card:hover[b-xjinhnzgcb] {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.last-scan-header[b-xjinhnzgcb] {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 16px 24px;
}

.scan-header-content[b-xjinhnzgcb] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.scan-header-icon[b-xjinhnzgcb] {
    font-size: 1.8rem !important;
    color: white;
}

.scan-header-title[b-xjinhnzgcb] {
    flex: 1;
    font-weight: 600;
    color: white;
}

.quality-chip[b-xjinhnzgcb] {
    font-weight: 600;
}

.last-scan-content[b-xjinhnzgcb] {
    padding: 24px !important;
}

.fingerprint-display-container[b-xjinhnzgcb] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px dashed #e1e5e9;
}

.fingerprint-display-image[b-xjinhnzgcb] {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.fingerprint-display-image:hover[b-xjinhnzgcb] {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.scan-overlay[b-xjinhnzgcb] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: white;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.quality-metrics-section[b-xjinhnzgcb] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.metric-item[b-xjinhnzgcb] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.metric-header[b-xjinhnzgcb] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.metric-icon[b-xjinhnzgcb] {
    font-size: 1.2rem !important;
    color: #667eea;
}

.metric-label[b-xjinhnzgcb] {
    font-weight: 600;
    color: #4a5568;
}

.quality-progress[b-xjinhnzgcb] {
    border-radius: 8px;
    overflow: hidden;
    background: #f1f3f4 !important;
    height: 32px !important;
}

.quality-progress .mud-progress-linear-bar[b-xjinhnzgcb] {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.progress-text[b-xjinhnzgcb] {
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 0.875rem;
}

.quality-rating-section[b-xjinhnzgcb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e1e5e9;
}

.rating-description[b-xjinhnzgcb] {
    font-weight: 600;
    color: #4a5568;
}

/* Enhanced Analysis Grid */
.capture-analysis-grid[b-xjinhnzgcb] {
    margin-top: 0 !important;
}

/* Enhanced Analysis Cards */
.analysis-capture-card[b-xjinhnzgcb] {
    border-radius: 12px;
    border: 1px solid #e1e5e9;
    background: white;
    transition: all 0.3s ease;
    height: 100%;
}

.analysis-capture-card:hover[b-xjinhnzgcb] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.image1-card[b-xjinhnzgcb] {
    border-left: 4px solid #3182ce;
}

.image2-card[b-xjinhnzgcb] {
    border-left: 4px solid #805ad5;
}

.analysis-capture-header[b-xjinhnzgcb] {
    background: #f8fafc;
    border-bottom: 1px solid #e1e5e9;
    border-radius: 12px 12px 0 0;
    padding: 16px 20px;
}

.capture-header-content[b-xjinhnzgcb] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.capture-number-icon[b-xjinhnzgcb] {
    font-size: 1.5rem !important;
    color: #667eea;
}

.capture-header-title[b-xjinhnzgcb] {
    flex: 1;
    font-weight: 600;
    color: #2d3748;
}

.capture-action-section[b-xjinhnzgcb] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.scan-button[b-xjinhnzgcb] {
    font-weight: 600;
    border-radius: 8px;
}

.scanning-indicator[b-xjinhnzgcb] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f0f9ff;
    border-radius: 8px;
    border: 1px solid #bae6fd;
}

.scanning-text[b-xjinhnzgcb] {
    color: #0369a1;
    font-weight: 500;
}

.analysis-capture-content[b-xjinhnzgcb] {
    padding: 20px !important;
}

.analysis-fingerprint-container[b-xjinhnzgcb] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e1e5e9;
}

.analysis-fingerprint-image[b-xjinhnzgcb] {
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.analysis-fingerprint-image:hover[b-xjinhnzgcb] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.quality-badge[b-xjinhnzgcb] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: white;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.analysis-metrics-section[b-xjinhnzgcb] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.analysis-metric-item[b-xjinhnzgcb] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.analysis-metric-label[b-xjinhnzgcb] {
    font-weight: 600;
    color: #4a5568;
}

.analysis-progress[b-xjinhnzgcb] {
    border-radius: 6px;
    overflow: hidden;
    background: #f1f3f4 !important;
    height: 24px !important;
}

.analysis-progress .mud-progress-linear-bar[b-xjinhnzgcb] {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.analysis-progress-text[b-xjinhnzgcb] {
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 0.75rem;
}

/* Enhanced Tips Card */
.capture-tips-card[b-xjinhnzgcb] {
    border-radius: 12px;
    border: 1px solid #e1e5e9;
    background: white;
    margin-top: 20px;
}

.capture-tip-alert[b-xjinhnzgcb] {
    border-radius: 8px;
    border-left: 4px solid currentColor;
    margin: 8px 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .fingerprint-capture-container[b-xjinhnzgcb] {
        padding: 12px;
        gap: 16px;
    }
    
    .help-text-section[b-xjinhnzgcb] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .help-text-icon[b-xjinhnzgcb] {
        font-size: 2rem !important;
    }
    
    .action-buttons-section[b-xjinhnzgcb] {
        width: 100%;
        justify-content: space-between;
    }
    
    .capture-header-content[b-xjinhnzgcb] {
        flex-direction: column;
        gap: 16px;
    }
    
    .scan-header-content[b-xjinhnzgcb] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .quality-chip[b-xjinhnzgcb] {
        align-self: flex-end;
    }
    
    .capture-header-content[b-xjinhnzgcb] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .capture-action-section[b-xjinhnzgcb] {
        align-self: flex-end;
    }
}

@media (max-width: 480px) {
    .capture-header-content[b-xjinhnzgcb],
    .last-scan-content[b-xjinhnzgcb],
    .analysis-capture-content[b-xjinhnzgcb] {
        padding: 16px !important;
    }
    
    .help-text-icon[b-xjinhnzgcb],
    .scan-header-icon[b-xjinhnzgcb] {
        font-size: 1.8rem !important;
    }
    
    .help-text-title[b-xjinhnzgcb],
    .scan-header-title[b-xjinhnzgcb] {
        font-size: 1.1rem;
    }
    
    .fingerprint-display-container[b-xjinhnzgcb] {
        padding: 16px;
    }
    
    .quality-metrics-section[b-xjinhnzgcb] {
        gap: 16px;
    }
}

/* Animation and transitions */
.analysis-capture-card[b-xjinhnzgcb] {
    animation: fadeInUp-b-xjinhnzgcb 0.6s ease-out;
}

.last-scan-card[b-xjinhnzgcb] {
    animation: fadeInUp-b-xjinhnzgcb 0.5s ease-out;
}

.capture-header-card[b-xjinhnzgcb] {
    animation: fadeInUp-b-xjinhnzgcb 0.4s ease-out;
}

@keyframes fadeInUp-b-xjinhnzgcb {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced focus states for accessibility */
.analysis-capture-card:focus-within[b-xjinhnzgcb] {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

.last-scan-card:focus-within[b-xjinhnzgcb] {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

/* Loading state animations */
.quality-progress[b-xjinhnzgcb] {
    position: relative;
    overflow: hidden;
}

.quality-progress[b-xjinhnzgcb]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer-b-xjinhnzgcb 2s infinite;
}

@keyframes shimmer-b-xjinhnzgcb {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Scanning animation */
.scanning-indicator .mud-progress-circular[b-xjinhnzgcb] {
    animation: pulse-b-xjinhnzgcb 1.5s ease-in-out infinite;
}

@keyframes pulse-b-xjinhnzgcb {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

/* Scrollbar styling for webkit browsers */
.fingerprint-capture-container[b-xjinhnzgcb]::-webkit-scrollbar {
    width: 8px;
}

.fingerprint-capture-container[b-xjinhnzgcb]::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 4px;
}

.fingerprint-capture-container[b-xjinhnzgcb]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

.fingerprint-capture-container[b-xjinhnzgcb]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

/* Legacy container classes for compatibility */
.fingerprint-capture-tab[b-xjinhnzgcb] {
    height: calc(100vh - 17rem) !important;
}

.fingerprint-capture-tab-pane-container[b-xjinhnzgcb] {
    min-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0 !important;
    display: block !important;
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonCapturePhoto.razor.rz.scp.css */
.photo-delete-button[b-ccifl4e7ba] {
    position: absolute;
    right: -7px;
    top: -15px;
    color: white;
    background: #87b830;
    width: 25px;
    padding-left: 6px;
    height: 25px;
}

.image-preview[b-ccifl4e7ba] {
    height: 200px;
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonCaptureVoiceDialog.razor.rz.scp.css */
.uploaded-file-label .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text[b-3sg701ioqm] {
    margin-top: 8px; /* Your desired margin-top value */
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonContactInfo.razor.rz.scp.css */
/* Performance-optimized CSS for PersonContactInfo component */

/* Hardware acceleration for form elements */
.edit-form-section-header-center[b-us0ze4w8l4] {
    transform: translateZ(0);
}

/* Optimized loading states */
.small-spinner[b-us0ze4w8l4] {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid var(--mud-palette-primary);
    border-radius: 50%;
    animation: spin-b-us0ze4w8l4 1s linear infinite;
    margin: 0 auto;
    will-change: transform;
}

@keyframes spin-b-us0ze4w8l4 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Improved form field spacing */
.row .col-md-12[b-us0ze4w8l4] {
    padding-bottom: 0.5rem;
}

/* Skeleton loader styling */
[b-us0ze4w8l4] .mud-skeleton {
    border-radius: 4px;
}

/* Smooth transitions for form elements */
[b-us0ze4w8l4] .mud-input-outlined,
[b-us0ze4w8l4] .mud-select {
    transition: all 0.3s ease;
}

/* Better visual feedback for disabled elements */
[b-us0ze4w8l4] .mud-select.mud-disabled {
    opacity: 0.7;
}

/* Contact info form optimizations */
.contact-info-section[b-us0ze4w8l4] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.address-info-section[b-us0ze4w8l4] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Form field containers */
.form-field-container[b-us0ze4w8l4] {
    margin-bottom: 0.75rem;
}

/* Loading state improvements */
.loading-container[b-us0ze4w8l4] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .contact-info-section[b-us0ze4w8l4],
    .address-info-section[b-us0ze4w8l4] {
        margin-bottom: 0.5rem;
        padding: 0.75rem;
    }
    
    .form-field-container[b-us0ze4w8l4] {
        margin-bottom: 0.5rem;
    }
}

/* Better accessibility for form elements */
[b-us0ze4w8l4] .mud-input-slot {
    transition: border-color 0.3s ease;
}

[b-us0ze4w8l4] .mud-input-slot:focus-within {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 0 0 2px rgba(var(--mud-palette-primary-rgb), 0.2);
}

/* Enhanced select dropdown styling */
[b-us0ze4w8l4] .mud-select .mud-select-input {
    padding: 0.75rem;
}

[b-us0ze4w8l4] .mud-popover.mud-popover-open {
    z-index: 1300;
}

/* Contact info specific styling */
.emergency-contact-section[b-us0ze4w8l4] {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
    margin-top: 1rem;
}

/* Performance optimization for repeated elements */
.form-row[b-us0ze4w8l4] {
    will-change: auto;
    contain: layout;
}

/* Improved loading skeleton */
[b-us0ze4w8l4] .mud-skeleton-rectangle {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-shimmer-b-us0ze4w8l4 1.5s infinite;
}

@keyframes loading-shimmer-b-us0ze4w8l4 {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonDeviceEditAccessScheduleDialog.razor.rz.scp.css */
.validation-message[b-l0mofbbt3g] {
    color: red;
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonFingerprintEnrolment.razor.rz.scp.css */
/* Enhanced PersonFingerprintEnrolment Styles */

/* Main container styling */
.fingerprint-enrollment-container[b-7ckob3ly8x] {
    height: calc(100vh - 12rem);
    padding: 16px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Enhanced tabs styling */
.fingerprint-enrollment-tabs[b-7ckob3ly8x] {
    height: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.fingerprint-enrollment-tabs .mud-tabs-toolbar[b-7ckob3ly8x] {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0 16px;
    min-height: 60px;
}

.fingerprint-enrollment-tabs .mud-tab[b-7ckob3ly8x] {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
    margin: 4px 2px 0 2px;
}

.fingerprint-enrollment-tabs .mud-tab:hover[b-7ckob3ly8x] {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.fingerprint-enrollment-tabs .mud-tab.mud-tab-active[b-7ckob3ly8x] {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 3px solid #ffd700;
    font-weight: 600;
}

/* Tab panel styling */
.fingerprint-enrollment-panel[b-7ckob3ly8x] {
    height: calc(100% - 60px);
    padding: 0;
    overflow: hidden;
}

/* Tab content containers */
.tab-content-container[b-7ckob3ly8x] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fafbfc;
}

.tab-header[b-7ckob3ly8x] {
    background: white;
    padding: 20px 24px;
    border-bottom: 2px solid #e1e5e9;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tab-header-icon[b-7ckob3ly8x] {
    font-size: 2rem !important;
    color: #667eea;
}

.tab-header-text[b-7ckob3ly8x] {
    color: #2d3748;
    font-weight: 600;
    flex: 1;
}

.hand-indicator[b-7ckob3ly8x] {
    margin-left: auto;
    font-weight: 600;
}

.tab-content[b-7ckob3ly8x] {
    flex: 1;
    padding: 24px;
    overflow-y: auto;
    background: #fafbfc;
}

/* Capture card styling */
.capture-card[b-7ckob3ly8x] {
    border-radius: 12px;
    border: 1px solid #e1e5e9;
    transition: all 0.3s ease;
    background: white;
}

.capture-card:hover[b-7ckob3ly8x] {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.capture-card-content[b-7ckob3ly8x] {
    padding: 24px !important;
}

/* Instructions card styling */
.instructions-card[b-7ckob3ly8x] {
    border-radius: 12px;
    border: 1px solid #e1e5e9;
    background: white;
}

.instruction-section[b-7ckob3ly8x] {
    padding: 16px;
}

.instruction-title[b-7ckob3ly8x] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #2d3748;
    font-weight: 600;
}

.instruction-icon[b-7ckob3ly8x] {
    color: #667eea;
}

.instruction-list[b-7ckob3ly8x] {
    margin-left: 16px;
}

.instruction-list .mud-list-item[b-7ckob3ly8x] {
    padding: 8px 0;
    border-bottom: 1px solid #f1f3f4;
}

.instruction-list .mud-list-item:last-child[b-7ckob3ly8x] {
    border-bottom: none;
}

.instruction-alert[b-7ckob3ly8x] {
    margin-top: 16px;
    border-radius: 8px;
    border-left: 4px solid #3182ce;
}

/* Legacy device status classes - enhanced */
.biometric-reader-disconnected[b-7ckob3ly8x] {
    border: 2px solid #e53e3e !important;
    color: #e53e3e !important;
    border-radius: 8px !important;
    padding: 12px 16px;
    margin: 16px 0;
    background: #fed7d7;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.biometric-reader-warning[b-7ckob3ly8x] {
    color: #d69e2e !important;
    border: 2px solid #d69e2e !important;
    border-radius: 8px !important;
    padding: 12px 16px;
    margin: 16px 0;
    background: #fefcbf;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.biometric-reader-connected[b-7ckob3ly8x] {
    color: #38a169 !important;
    border: 2px solid #38a169 !important;
    border-radius: 8px !important;
    padding: 12px 16px;
    margin: 16px 0;
    background: #c6f6d5;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fingerprint-not-captured[b-7ckob3ly8x] {
    color: #e53e3e !important;
    font-weight: 600;
}

.fingerprint-captured[b-7ckob3ly8x] {
    color: #38a169 !important;
    font-weight: 600;
}

.capture-fingerprint-disabled[b-7ckob3ly8x] {
    background-color: #f7fafc !important;
    opacity: 0.6;
}

/* Enhanced fingerprint tab styling */
.fingerprint-tab[b-7ckob3ly8x] {
    height: calc(100vh - 20rem) !important;
    padding: 16px;
}

.fingerprint-tab-pane-container[b-7ckob3ly8x] {
    min-width: 100%;
    overflow-y: auto;
    padding: 0 !important;
    display: block !important;
    background: #fafbfc;
    border-radius: 8px;
}

/* Responsive design */
@media (max-width: 768px) {
    .fingerprint-enrollment-container[b-7ckob3ly8x] {
        padding: 8px;
        height: calc(100vh - 8rem);
    }
    
    .tab-header[b-7ckob3ly8x] {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .tab-header-text[b-7ckob3ly8x] {
        font-size: 1.25rem;
    }
    
    .hand-indicator[b-7ckob3ly8x] {
        margin-left: 0;
        align-self: flex-end;
    }
    
    .tab-content[b-7ckob3ly8x] {
        padding: 16px;
    }
    
    .fingerprint-enrollment-tabs .mud-tab[b-7ckob3ly8x] {
        padding: 8px 12px;
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .fingerprint-enrollment-tabs .mud-tabs-toolbar[b-7ckob3ly8x] {
        min-height: 50px;
    }
    
    .tab-header[b-7ckob3ly8x] {
        padding: 12px;
    }
    
    .tab-header-icon[b-7ckob3ly8x] {
        font-size: 1.5rem !important;
    }
    
    .tab-header-text[b-7ckob3ly8x] {
        font-size: 1.1rem;
    }
}

/* Animation and transitions */
.capture-card[b-7ckob3ly8x] {
    animation: fadeInUp-b-7ckob3ly8x 0.6s ease-out;
}

.instructions-card[b-7ckob3ly8x] {
    animation: fadeInUp-b-7ckob3ly8x 0.8s ease-out;
}

@keyframes fadeInUp-b-7ckob3ly8x {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced focus states for accessibility */
.fingerprint-enrollment-tabs .mud-tab:focus[b-7ckob3ly8x] {
    outline: 2px solid #ffd700;
    outline-offset: 2px;
}

.capture-card:focus-within[b-7ckob3ly8x] {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

/* Loading state animations */
.mud-progress-linear[b-7ckob3ly8x] {
    border-radius: 4px;
    overflow: hidden;
}

.mud-progress-linear .mud-progress-linear-bar[b-7ckob3ly8x] {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

/* Enhanced card elevation on interaction */
.capture-card:active[b-7ckob3ly8x] {
    transform: translateY(0);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Scrollbar styling for webkit browsers */
.tab-content[b-7ckob3ly8x]::-webkit-scrollbar {
    width: 8px;
}

.tab-content[b-7ckob3ly8x]::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 4px;
}

.tab-content[b-7ckob3ly8x]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

.tab-content[b-7ckob3ly8x]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonHRInfo.razor.rz.scp.css */
/* Performance-optimized CSS for PersonHRInfo component */

/* Hardware acceleration for form elements */
.edit-form-section-header-center[b-8op2mmn1pw] {
    transform: translateZ(0);
}

/* Enhanced form sections */
.hr-info-section[b-8op2mmn1pw] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.employee-details-section[b-8op2mmn1pw] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 0.75rem;
    margin: 0.5rem 0;
    border-left: 4px solid var(--mud-palette-primary);
}

.payroll-info-section[b-8op2mmn1pw] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Improved form field spacing */
.row .col-md-12[b-8op2mmn1pw] {
    padding-bottom: 0.5rem;
}

/* Skeleton loader styling */
[b-8op2mmn1pw] .mud-skeleton {
    border-radius: 4px;
    animation: skeleton-loading-b-8op2mmn1pw 1.5s ease-in-out infinite alternate;
}

@keyframes skeleton-loading-b-8op2mmn1pw {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}

/* Enhanced autocomplete styling */
[b-8op2mmn1pw] .mud-autocomplete {
    transition: all 0.3s ease;
}

[b-8op2mmn1pw] .mud-autocomplete .mud-input-outlined:focus-within {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 0 0 2px rgba(var(--mud-palette-primary-rgb), 0.2);
}

/* Better visual feedback for loading states */
.loading-container[b-8op2mmn1pw] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    background: rgba(0,0,0,0.02);
    border-radius: 4px;
}

/* Time and Attendance alert styling */
[b-8op2mmn1pw] .mud-alert {
    border-radius: 6px;
    font-size: 0.875rem;
}

[b-8op2mmn1pw] .mud-alert.mud-alert-info {
    background-color: rgba(33, 150, 243, 0.1);
    border: 1px solid rgba(33, 150, 243, 0.3);
}

/* Integration ID field styling */
.integration-id-readonly[b-8op2mmn1pw] {
    background-color: #f5f5f5;
    opacity: 0.8;
}

/* Checkbox styling */
[b-8op2mmn1pw] .mud-checkbox {
    margin-bottom: 0.5rem;
}

[b-8op2mmn1pw] .mud-checkbox .mud-checkbox-label {
    font-weight: 500;
}

/* Enhanced section headers */
.section-header[b-8op2mmn1pw] {
    color: var(--mud-palette-primary);
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e0e0e0;
}

/* Performance optimizations */
.form-row[b-8op2mmn1pw] {
    will-change: auto;
    contain: layout;
}

/* Autocomplete performance improvements */
[b-8op2mmn1pw] .mud-autocomplete .mud-popover {
    max-height: 300px;
    overflow-y: auto;
}

[b-8op2mmn1pw] .mud-autocomplete .mud-list {
    padding: 0;
}

[b-8op2mmn1pw] .mud-autocomplete .mud-list-item {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
}

[b-8op2mmn1pw] .mud-autocomplete .mud-list-item:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.1);
}

/* Responsive improvements */
@media (max-width: 768px) {
    .hr-info-section[b-8op2mmn1pw],
    .payroll-info-section[b-8op2mmn1pw] {
        margin-bottom: 0.5rem;
        padding: 0.75rem;
    }
    
    .row .col-md-12[b-8op2mmn1pw] {
        padding-bottom: 0.25rem;
    }
    
    .section-header[b-8op2mmn1pw] {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
}

/* Better accessibility */
[b-8op2mmn1pw] .mud-input-slot:focus-within {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

/* Helper text styling */
[b-8op2mmn1pw] .mud-input-helper-text {
    font-size: 0.75rem;
    color: #666;
    margin-top: 0.25rem;
}

/* Smooth transitions */
[b-8op2mmn1pw] .mud-input-outlined,
[b-8op2mmn1pw] .mud-autocomplete,
[b-8op2mmn1pw] .mud-checkbox {
    transition: all 0.3s ease;
}

/* Loading state improvements */
.skeleton-container[b-8op2mmn1pw] {
    padding: 0.5rem 0;
}

/* Custom styling for specific sections */
.employee-number-section[b-8op2mmn1pw] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    padding: 1rem;
    margin: 0.5rem 0;
}

.integration-ids-section[b-8op2mmn1pw] {
    background: #f1f3f4;
    border-radius: 6px;
    padding: 0.75rem;
    margin-top: 1rem;
}

/* Enhanced visual hierarchy */
.primary-info[b-8op2mmn1pw] {
    border-left: 4px solid var(--mud-palette-primary);
    padding-left: 1rem;
}

.secondary-info[b-8op2mmn1pw] {
    border-left: 4px solid var(--mud-palette-secondary);
    padding-left: 1rem;
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonIdentifiers.razor.rz.scp.css */
/* Performance-optimized CSS for PersonIdentifiers component */

/* Container and layout optimizations */
.identifiers-container[b-ki476t1i25] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.identifiers-data-grid[b-ki476t1i25] {
    flex: 1;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-top: 0;
}

/* Enhanced toolbar styling with explicit right alignment */
.identifiers-toolbar[b-ki476t1i25] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.5rem;
    min-height: 3rem;
    width: 100%;
}

/* Clean and effective right alignment for the button group wrapper div */
.add-identifier-button-group[b-ki476t1i25] {
    margin-left: auto !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    width: auto;
}

/* Ensure MudBlazor button group respects our alignment */
[b-ki476t1i25] .identifiers-toolbar .mud-button-group {
    margin-left: auto !important;
    margin-right: 0 !important;
}

/* Enhanced button styling */
[b-ki476t1i25] .add-identifier-button-group .mud-button {
    font-weight: 500;
    text-transform: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

[b-ki476t1i25] .add-identifier-button-group .mud-button:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-1px);
}

/* Identifier type cell styling */
.identifier-type-cell[b-ki476t1i25] {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
}

.identifier-type-text[b-ki476t1i25] {
    font-weight: 500;
    color: #333;
}

/* Identifier value cell styling */
.identifier-value-cell[b-ki476t1i25] {
    display: flex;
    align-items: center;
}

.identifier-value[b-ki476t1i25] {
    font-family: 'Courier New', monospace;
    background: #f5f5f5;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

/* Action buttons styling */
.action-buttons[b-ki476t1i25] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

/* No records content styling */
.no-records-content[b-ki476t1i25] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center;
    background: #fafafa;
    border-radius: 8px;
    margin: 2rem;
}

/* Enhanced data grid styling */
[b-ki476t1i25] .mud-table-head {
    background: #f8f9fa !important;
}

[b-ki476t1i25] .mud-table-head .mud-table-cell {
    background: #f8f9fa !important;
    color: #495057 !important;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0;
}

[b-ki476t1i25] .mud-table-body .mud-table-row {
    background: white !important;
    transition: background-color 0.2s ease;
}

[b-ki476t1i25] .mud-table-body .mud-table-row:hover {
    background: #f8f9fa !important;
}

[b-ki476t1i25] .mud-table-body .mud-table-cell {
    background: transparent !important;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
}

/* Expiry date styling */
[b-ki476t1i25] .mud-chip {
    font-size: 0.75rem;
    height: 24px;
}

/* Enhanced chip styling for expiry dates */
[b-ki476t1i25] .mud-chip.mud-chip-color-error {
    background-color: rgba(244, 67, 54, 0.1);
    color: #d32f2f;
    border-color: #f44336;
}

[b-ki476t1i25] .mud-chip.mud-chip-color-warning {
    background-color: rgba(255, 152, 0, 0.1);
    color: #e65100;
    border-color: #ff9800;
}

/* Document icon styling */
.document-icon[b-ki476t1i25] {
    transition: color 0.3s ease;
}

.document-icon:hover[b-ki476t1i25] {
    color: var(--mud-palette-primary) !important;
}

/* Loading state improvements */
[b-ki476t1i25] .mud-data-grid .mud-progress-linear {
    border-radius: 4px;
}

[b-ki476t1i25] .mud-data-grid.mud-data-grid-loading {
    opacity: 0.7;
}

/* Enhanced loading spinner */
[b-ki476t1i25] .mud-progress-circular {
    width: 24px !important;
    height: 24px !important;
}

/* Data grid footer styling */
[b-ki476t1i25] .mud-data-grid-pager {
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
}

/* Clean borders and spacing */
[b-ki476t1i25] .mud-data-grid .mud-table-container {
    border-radius: 8px;
    overflow: hidden;
}

/* Better button group styling */
[b-ki476t1i25] .mud-button-group .mud-button {
    box-shadow: none;
}

[b-ki476t1i25] .mud-button-group .mud-button:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,0.12);
}

/* Identifier type specific colors */
.identifier-type-national-id[b-ki476t1i25] {
    color: #1976d2;
}

.identifier-type-passport[b-ki476t1i25] {
    color: #388e3c;
}

.identifier-type-drivers-license[b-ki476t1i25] {
    color: #f57c00;
}

.identifier-type-pin[b-ki476t1i25] {
    color: #d32f2f;
}

/* Security masking styles */
.identifier-value.masked[b-ki476t1i25] {
    letter-spacing: 1px;
    background: linear-gradient(135deg, #ffecb3 0%, #fff3c4 100%);
    border: 1px solid #ffcc02;
}

/* Responsive improvements - maintain right-aligned button */
@media (max-width: 768px) {
    .identifiers-toolbar[b-ki476t1i25] {
        padding: 0.75rem;
        margin-bottom: 0.25rem;
        justify-content: flex-end !important;
    }
    
    .add-identifier-button-group[b-ki476t1i25] {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    
    .identifier-value[b-ki476t1i25] {
        font-size: 0.75rem;
        padding: 0.125rem 0.25rem;
    }
    
    .action-buttons[b-ki476t1i25] {
        flex-direction: column;
        gap: 0.125rem;
    }
    
    .no-records-content[b-ki476t1i25] {
        margin: 1rem;
        padding: 2rem 1rem;
    }
}

/* Very small screens - maintain button alignment */
@media (max-width: 480px) {
    .identifiers-toolbar[b-ki476t1i25] {
        padding: 0.5rem;
        justify-content: flex-end !important;
        flex-direction: row;
    }
    
    .add-identifier-button-group[b-ki476t1i25] {
        margin-left: auto !important;
        margin-right: 0 !important;
        width: auto;
        flex-shrink: 0;
    }
    
    [b-ki476t1i25] .add-identifier-button-group .mud-button {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }
}

/* Performance optimizations */
.identifiers-container[b-ki476t1i25] {
    transform: translateZ(0); /* Enable hardware acceleration */
}

.identifier-type-cell[b-ki476t1i25],
.identifier-value-cell[b-ki476t1i25],
.action-buttons[b-ki476t1i25] {
    will-change: auto;
    contain: layout;
}

/* Enhanced accessibility */
[b-ki476t1i25] .mud-button:focus,
[b-ki476t1i25] .mud-icon-button:focus {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

/* Smooth animations */
[b-ki476t1i25] .mud-button,
[b-ki476t1i25] .mud-icon-button,
[b-ki476t1i25] .mud-chip {
    transition: all 0.3s ease;
}

/* Sticky header optimization */
[b-ki476t1i25] .mud-table-sticky-header {
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Enhanced visual feedback */
[b-ki476t1i25] .mud-table-row.mud-table-row-hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* _content/IQSuite.cloud.Server.App/Components/Operations/Person/PersonQuickView.razor.rz.scp.css */
.InactiveHeader[b-71gwnuj5iu] {
    background: #F52828 !important;
    color: white;
    border-radius: 5px;
    box-shadow: 3px 4px 6px #F52828;
}

.GreenHeader[b-71gwnuj5iu] {
    background: #87b826 !important;
    color: white;
    border-radius: 5px;
    box-shadow: 3px 4px 6px #b3de5f;
}

.OrangeHeader[b-71gwnuj5iu] {
    background: #ffc107;
    color: white;
    border-radius: 5px;
    box-shadow: 3px 4px 6px #ffd559;
}
/* _content/IQSuite.cloud.Server.App/Components/Settings/EnrolIqSettings.razor.rz.scp.css */
.image-preview-text[b-6g7e60ggda] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-preview[b-6g7e60ggda] {
    height: 200px;
    width: 200px;
    max-height: 200px;
    max-width: 200px;
    min-width: 200px;
}
/* _content/IQSuite.cloud.Server.App/Components/Settings/ManageApartment.razor.rz.scp.css */
.manage-apartment-container[b-rlj1akb49v] {
    min-height: 300px;
}

.image-delete-button[b-rlj1akb49v] {
    position: absolute;
    right: -10px;
    top: -15px;
    color: white;
    background: #87b830;
    width: 25px;
    padding-left: 6px;
    height: 25px;
}

.apartment-image-preview[b-rlj1akb49v] {
    height: 100px;
    max-height: 100px;
}
/* _content/IQSuite.cloud.Server.App/Components/Settings/ManageBuilding.razor.rz.scp.css */
.manage-building-container[b-vf6gwgh5w9] {
    min-height: 300px;
}

.image-delete-button[b-vf6gwgh5w9] {
    position: absolute;
    right: -10px;
    top: -15px;
    color: white;
    background: #87b830;
    width: 25px;
    padding-left: 6px;
    height: 25px;
}

.building-image-preview[b-vf6gwgh5w9] {
    height: 100px;
    max-height: 100px;
}
/* _content/IQSuite.cloud.Server.App/Components/Settings/ManageBusinessUnit.razor.rz.scp.css */
/* _content/IQSuite.cloud.Server.App/Components/Settings/ManageDepartment.razor.rz.scp.css */
/* _content/IQSuite.cloud.Server.App/Components/Settings/ManagePersonCompany.razor.rz.scp.css */
/* _content/IQSuite.cloud.Server.App/Components/Settings/SmartTimePersonExportResultView.razor.rz.scp.css */
.export-result-header[b-8mxwi51qmn] {
    background-color: #ededec;
    border-radius: 5px;
    box-shadow: 3px 4px 6px rgb(217, 217, 216);
    min-height: 40px;
    color: #474745;
}

.export-result-grid[b-8mxwi51qmn] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
}

.export-result-grid table[b-8mxwi51qmn] {
    min-width: 100%;
}

.header[b-8mxwi51qmn] {
    padding-top: 10px;
    padding-left: 15px;
}

.fade-wrapper[b-8mxwi51qmn] {
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.popupdialog[b-8mxwi51qmn] {
    margin: 1.75rem auto;
    max-width: 800px;
}

.popupContent[b-8mxwi51qmn] {
    background-color: #fff;
    border-radius: 15px;
}
/* _content/IQSuite.cloud.Server.App/Components/Settings/SystemSettings.razor.rz.scp.css */
.buttons-container[b-sn5f4yc5t8] {
    padding-right: 0.5rem;
}
/* _content/IQSuite.cloud.Server.App/Components/Settings/ThirdPartyIntegrationDetails.razor.rz.scp.css */
.third-party-settings-header[b-wnv2onictq] {
    background-color: #f4f4f4;
    border-radius: 5px;
    box-shadow: 3px 4px 6px rgb(217, 217, 216);
    min-height: 40px;
    color: #474745;
}

.third-party-settings-section[b-wnv2onictq] {
    height: calc(100vh - 15.5rem);
}
/* _content/IQSuite.cloud.Server.App/Components/Settings/VisitorIqSettings.razor.rz.scp.css */
.image-preview-text[b-83sgiatzdp] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-preview[b-83sgiatzdp] {
    height: 200px;
    width: 200px;
    max-height: 200px;
    max-width: 200px;
    min-width: 200px;
}
/* _content/IQSuite.cloud.Server.App/Components/Shared/Biometrics/FingerprintDisplay.razor.rz.scp.css */
/* _content/IQSuite.cloud.Server.App/Components/Shared/Header/FormHeader.razor.rz.scp.css */
.header[b-nhws9urcun] {
    background-color: #f4f4f4;
    border-radius: 5px;
    box-shadow: 3px 4px 6px rgb(217, 217, 216);
    min-height: 40px;
}

.color-grey[b-nhws9urcun] {
    color: #474745 !important;
}

.header-button[b-nhws9urcun] {
    min-width: 200px !important;
}

.heading[b-nhws9urcun] {
    font-size: 1.2em;
    vertical-align: middle;
    font-weight: bold;
}
/* _content/IQSuite.cloud.Server.App/Components/Shared/Header/GridHeader.razor.rz.scp.css */
.header[b-s95mjriwlb] {
    background-color: #f4f4f4;
    border-radius: 5px;
    box-shadow: 3px 4px 6px rgb(217, 217, 216);
    min-height: 40px;
}

.color-grey[b-s95mjriwlb] {
    color: #474745 !important;
}

.heading[b-s95mjriwlb] {
    font-size: 1.2em;
    vertical-align: middle;
    font-weight: bold;
}

.button-container[b-s95mjriwlb] {
    text-align: right;
}

.header-button[b-s95mjriwlb] {
    min-width: 200px !important;
}
/* _content/IQSuite.cloud.Server.App/Components/Shared/Wizard/Wizard.razor.rz.scp.css */
.nav-item a[b-qjzr3zc9uy] {
    color: gray !important;
}

    .nav-item a.hover[b-qjzr3zc9uy] {
        color: white !important;
    }

    .nav-item a.active[b-qjzr3zc9uy] {
        color: white !important;
    }

.nav-item[b-qjzr3zc9uy]  a.active {
    background-color: rgba(135,184,38,0.25);
    color: white;
}

.nav-item[b-qjzr3zc9uy]  a:hover {
    background-color: rgba(135,184,38,0.1);
    color: white;
}

.button-container-flex[b-qjzr3zc9uy] {
    display: flex;
    flex-direction: column;
}

.button-inner-container-end[b-qjzr3zc9uy] {
    align-self: flex-end;
}

    .button-inner-container-end button[b-qjzr3zc9uy] {
        width: 100px;
    }

.settings-wizard[b-qjzr3zc9uy] {
    height: calc(100vh - 9.5rem);
}
/* _content/IQSuite.cloud.Server.App/Pages/Access/AccessList.razor.rz.scp.css */
.access-list-setting-card[b-0xgusuuxbg] {
    background-color: #474745;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    padding-top: 1rem;
}

.access-list-container[b-0xgusuuxbg] {
    height: calc(100vh - 10rem);
}

.access-list-settings-image[b-0xgusuuxbg] {
    background-size: cover;
    background-attachment: scroll;
    width: 40%;
    height: 40%;
}
/* _content/IQSuite.cloud.Server.App/Pages/Audit/AuditEntries.razor.rz.scp.css */
body[b-nm15i4aij1] {
}
/* _content/IQSuite.cloud.Server.App/Pages/Operations/Devices.razor.rz.scp.css */
.devices-grid[b-1v8j43t60u] {
    /*height: calc(100vh - 16rem) !important;*/
    min-height: 100px;
    max-height: calc(100vh - 16rem) !important;
}

.search-device[b-1v8j43t60u]:before {
    content: ' ';
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: .75rem;
    top: calc(50% - 1.25rem/2);
}

/* Enhanced overlay styling with modern blur effect */
.mud-overlay[b-1v8j43t60u] {
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.8);
}

/* Fix height and enable scrolling */
.deviceVirtualizedGrid[b-1v8j43t60u] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
}

    .deviceVirtualizedGrid table[b-1v8j43t60u] {
        min-width: 100%;
    }

.width140[b-1v8j43t60u] {
    width: 140px;
}

.devNameNoWrap[b-1v8j43t60u] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
}

.devDescNoWrap[b-1v8j43t60u] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
}

/* Enhanced button styling for better UX */
.mud-button-group .mud-button:disabled[b-1v8j43t60u] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Improved table styling */
.mud-table-row:hover[b-1v8j43t60u] {
    background-color: rgba(var(--mud-palette-action-hover-rgb), 0.04) !important;
}
/* _content/IQSuite.cloud.Server.App/Pages/Operations/ManagePerson.razor.rz.scp.css */
/* Enhanced ManagePerson Styles with MudBreadcrumbs Header and Height Fill */

/* Main container styling - WHITE BACKGROUND CONTAINER */
.mud-container.manage-person-container[b-4hqi7ih4yh] {
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    padding: 16px 24px 24px 24px;
    overflow: hidden;
    background-color: white !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Main header section styling with enhanced container */
.manage-person-header[b-4hqi7ih4yh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin: 0px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #e0e0e0;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.breadcrumb-section[b-4hqi7ih4yh] {
    flex: 1;
}

.save-button-section[b-4hqi7ih4yh] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.save-button[b-4hqi7ih4yh] {
    font-weight: 600;
    min-width: 120px;
    height: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.save-button:hover[b-4hqi7ih4yh] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.save-button:disabled[b-4hqi7ih4yh] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Enhanced saving indicator */
.saving-indicator[b-4hqi7ih4yh] {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.saving-alert[b-4hqi7ih4yh] {
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 16px 24px;
}

.saving-content[b-4hqi7ih4yh] {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

/* Form styling with flex growth */
#person-form[b-4hqi7ih4yh] {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Enhanced tabs container with height fill and white background */
.tabs-container[b-4hqi7ih4yh] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e0e0e0;
}

.person-tabs[b-4hqi7ih4yh] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* MudTabs height control */
.person-tabs .mud-tabs-panels[b-4hqi7ih4yh] {
    flex: 1;
    overflow: hidden;
    height: 100%;
    background: white;
}

.person-tabs .mud-tabpanel[b-4hqi7ih4yh] {
    height: 100%;
    overflow: hidden;
    background: white;
}

/* Tab panel content styling with height fill and ZERO PADDING */
.tab-panel-content[b-4hqi7ih4yh] {
    padding: 0; /* ZERO PADDING FOR ALL TAB PANELS */
    height: calc(100vh - 15rem) !important;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    display: flex;
    flex-direction: column;
}

/* Ensure child components fill available height */
.tab-panel-content > *[b-4hqi7ih4yh] {
    flex: 1;
    min-height: 0;
}

/* Override for components that need specific heights */
.tab-panel-content .mud-grid[b-4hqi7ih4yh],
.tab-panel-content .mud-paper[b-4hqi7ih4yh],
.tab-panel-content .mud-card[b-4hqi7ih4yh] {
    height: 100%;
}

/* Special handling for biometric components */
.tab-panel-content .fingerprint-enrollment-container[b-4hqi7ih4yh],
.tab-panel-content .biometric-summary-container[b-4hqi7ih4yh],
.tab-panel-content .biometric-selector-container[b-4hqi7ih4yh] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Enhanced breadcrumb styling with container background */
.mud-breadcrumbs[b-4hqi7ih4yh] {
    padding: 8px 0;
    font-weight: 500;
    background: transparent;
}

.mud-breadcrumb-item[b-4hqi7ih4yh] {
    color: #495057;
    transition: color 0.2s ease;
    font-size: 14px;
}

.mud-breadcrumb-item:not(:last-child):hover[b-4hqi7ih4yh] {
    color: #1976d2;
}

.mud-breadcrumb-item:last-child[b-4hqi7ih4yh] {
    color: #1976d2;
    font-weight: 600;
}

/* Enhanced loading states */
.mud-progress-linear[b-4hqi7ih4yh] {
    height: 4px;
    border-radius: 2px;
}

.mud-progress-circular[b-4hqi7ih4yh] {
    color: #1976d2;
}

/* Responsive design with height management and ZERO PADDING */
@media (max-width: 768px) {
    .manage-person-container[b-4hqi7ih4yh] {
        height: 100vh !important;
        padding: 12px 16px 16px 16px;
    }
    
    .manage-person-header[b-4hqi7ih4yh] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 16px 20px;
        margin: -12px -16px 16px -16px;
    }
    
    .save-button-section[b-4hqi7ih4yh] {
        width: 100%;
        justify-content: stretch;
    }
    
    .save-button[b-4hqi7ih4yh] {
        flex: 1;
        min-width: unset;
    }
    
    .tab-panel-content[b-4hqi7ih4yh] {
        padding: 0; /* ZERO PADDING FOR MOBILE */
    }
    
    .saving-content[b-4hqi7ih4yh] {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .manage-person-container[b-4hqi7ih4yh] {
        padding: 8px 12px 12px 12px;
    }
    
    .manage-person-header[b-4hqi7ih4yh] {
        padding: 12px 16px;
        margin: -8px -12px 12px -12px;
    }
    
    .tab-panel-content[b-4hqi7ih4yh] {
        padding: 0; /* ZERO PADDING FOR SMALL MOBILE */
    }
    
    .saving-alert[b-4hqi7ih4yh] {
        padding: 12px 16px;
    }
}

/* Enhanced animations */
.manage-person-header[b-4hqi7ih4yh] {
    animation: slideInFromTop-b-4hqi7ih4yh 0.4s ease-out;
}

.tabs-container[b-4hqi7ih4yh] {
    animation: fadeInUp-b-4hqi7ih4yh 0.5s ease-out;
}

.save-button[b-4hqi7ih4yh] {
    animation: fadeInRight-b-4hqi7ih4yh 0.3s ease-out;
}

@keyframes slideInFromTop-b-4hqi7ih4yh {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-4hqi7ih4yh {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight-b-4hqi7ih4yh {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Enhanced focus states for accessibility */
.save-button:focus[b-4hqi7ih4yh] {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
}

.mud-breadcrumb-item:focus[b-4hqi7ih4yh] {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Professional color scheme */
:root[b-4hqi7ih4yh] {
    --manage-person-primary: #1976d2;
    --manage-person-secondary: #424242;
    --manage-person-success: #4caf50;
    --manage-person-warning: #ff9800;
    --manage-person-error: #f44336;
    --manage-person-background: #ffffff;
    --manage-person-surface: #ffffff;
    --manage-person-border: #e0e0e0;
    --manage-person-header-bg: #f8f9fa;
    --manage-person-tab-active: #1976d2;
    --manage-person-tab-inactive: #6c757d;
    --manage-person-tab-hover: rgba(25, 118, 210, 0.1);
}

/* Enhanced state indicators */
.saving-indicator .mud-progress-linear[b-4hqi7ih4yh] {
    background: linear-gradient(90deg, var(--manage-person-primary) 0%, var(--manage-person-secondary) 100%);
}

.saving-indicator .mud-alert[b-4hqi7ih4yh] {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border-left: 4px solid var(--manage-person-primary);
}

/* ENHANCED TAB STYLING WITH CLEAR SELECTED STATE */
.person-tabs .mud-tabs-header[b-4hqi7ih4yh] {
    background: linear-gradient(90deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 2px solid var(--manage-person-border);
    flex-shrink: 0;
    padding: 8px 16px 0 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Base tab styling - INACTIVE TABS */
.person-tabs .mud-tab[b-4hqi7ih4yh] {
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    background: transparent;
    color: var(--manage-person-tab-inactive) !important;
    border-radius: 8px 8px 0 0;
    margin: 0 2px;
    padding: 12px 16px;
    border: 1px solid transparent;
    position: relative;
    min-height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Hover state for inactive tabs */
.person-tabs .mud-tab:hover:not(.mud-tab-active)[b-4hqi7ih4yh] {
    background: var(--manage-person-tab-hover) !important;
    color: var(--manage-person-primary) !important;
    border: 1px solid rgba(25, 118, 210, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.15);
}

/* ACTIVE TAB - STRONG VISUAL INDICATION */
.person-tabs .mud-tab.mud-tab-active[b-4hqi7ih4yh] {
    background: var(--manage-person-tab-active) !important;
    color: white !important;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    border: 1px solid var(--manage-person-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
    z-index: 2;
    position: relative;
}

/* Active tab indicator line at bottom */
.person-tabs .mud-tab.mud-tab-active[b-4hqi7ih4yh]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: white;
    border-radius: 2px 2px 0 0;
}

/* Icon styling in tabs */
.person-tabs .mud-tab .mud-icon[b-4hqi7ih4yh] {
    font-size: 20px !important;
    transition: all 0.3s ease;
}

/* Active tab icon color */
.person-tabs .mud-tab.mud-tab-active .mud-icon[b-4hqi7ih4yh] {
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Inactive tab icon color */
.person-tabs .mud-tab:not(.mud-tab-active) .mud-icon[b-4hqi7ih4yh] {
    color: var(--manage-person-tab-inactive) !important;
}

/* Hover tab icon color */
.person-tabs .mud-tab:hover:not(.mud-tab-active) .mud-icon[b-4hqi7ih4yh] {
    color: var(--manage-person-primary) !important;
}

/* Tab text styling */
.person-tabs .mud-tab .mud-tab-text[b-4hqi7ih4yh] {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: inherit;
}

/* Enhanced slider (active tab indicator) */
[b-4hqi7ih4yh] .person-tabs .mud-tabs-slider {
    height: 4px !important;
    background: white !important;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Focus states for accessibility */
.person-tabs .mud-tab:focus[b-4hqi7ih4yh] {
    outline: 2px solid rgba(25, 118, 210, 0.5);
    outline-offset: 2px;
}

/* Professional spacing */
.tabs-container[b-4hqi7ih4yh] {
    margin-top: 8px;
}

/* Scrollbar styling for tab panel content */
.tab-panel-content[b-4hqi7ih4yh]::-webkit-scrollbar {
    width: 8px;
}

.tab-panel-content[b-4hqi7ih4yh]::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 4px;
}

.tab-panel-content[b-4hqi7ih4yh]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

.tab-panel-content[b-4hqi7ih4yh]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

/* Specific component height overrides */
.tab-panel-content .person-basic-info[b-4hqi7ih4yh],
.tab-panel-content .person-contact-info[b-4hqi7ih4yh],
.tab-panel-content .person-hr-info[b-4hqi7ih4yh],
.tab-panel-content .person-access-control[b-4hqi7ih4yh],
.tab-panel-content .person-identifiers[b-4hqi7ih4yh],
.tab-panel-content .person-biometrics[b-4hqi7ih4yh],
.tab-panel-content .person-access[b-4hqi7ih4yh] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Data grid height management */
.tab-panel-content .mud-data-grid[b-4hqi7ih4yh] {
    height: 100% !important;
    flex: 1;
}

.tab-panel-content .mud-data-grid .mud-table-container[b-4hqi7ih4yh] {
    max-height: none !important;
    height: 100%;
}

/* Form components height management */
.tab-panel-content .mud-form[b-4hqi7ih4yh],
.tab-panel-content .form-container[b-4hqi7ih4yh] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Grid container height management */
.tab-panel-content .mud-container[b-4hqi7ih4yh],
.tab-panel-content .content-container[b-4hqi7ih4yh] {
    height: 100%;
    padding: 0;
    margin: 0;
}

/* Enhanced header container styling */
.manage-person-header[b-4hqi7ih4yh]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e0e0e0 50%, transparent 100%);
}

/* Application layout background compatibility */
.manage-person-container[b-4hqi7ih4yh] {
    position: relative;
    z-index: 1;
}

/* Enhanced container shadow for depth */
.manage-person-container[b-4hqi7ih4yh] {
    box-shadow: 
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Mobile responsive tab styling */
@media (max-width: 768px) {
    .person-tabs .mud-tab[b-4hqi7ih4yh] {
        padding: 10px 12px;
        min-height: 44px;
        font-size: 13px;
    }
    
    .person-tabs .mud-tab .mud-icon[b-4hqi7ih4yh] {
        font-size: 18px !important;
    }
    
    .person-tabs .mud-tab .mud-tab-text[b-4hqi7ih4yh] {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .person-tabs .mud-tab[b-4hqi7ih4yh] {
        padding: 8px 10px;
        min-height: 40px;
        margin: 0 1px;
    }
    
    .person-tabs .mud-tab .mud-icon[b-4hqi7ih4yh] {
        font-size: 16px !important;
    }
    
    .person-tabs .mud-tab .mud-tab-text[b-4hqi7ih4yh] {
        font-size: 11px;
        letter-spacing: 0.3px;
    }
}
/* _content/IQSuite.cloud.Server.App/Pages/Operations/People.razor.rz.scp.css */

/* _content/IQSuite.cloud.Server.App/Pages/Settings/ApplicationSettings/SmartTimePersonExport.razor.rz.scp.css */
.smart-time-export-header[b-t5j0utuxe8] {
    background-color: #f4f4f4;
    border-radius: 5px;
    box-shadow: 3px 4px 6px rgb(217, 217, 216);
    min-height: 40px;
    color: #474745;
}

.smart-time-export-grid[b-t5j0utuxe8] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
}
    .smart-time-export-grid table[b-t5j0utuxe8] {
        min-width: 100%;
    }
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/ApplicationSettings/VirtualDeviceSettings.razor.rz.scp.css */
.vistual-device-settings-container[b-35lhfyh491] {
    min-width: 100%;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 11rem);
}

.virtual-device-settings-header[b-35lhfyh491] {
    background-color: #f4f4f4;
    border-radius: 5px;
    box-shadow: 3px 4px 6px rgb(217, 217, 216);
    min-height: 40px;
}

.header-logo[b-35lhfyh491]{
    height: 30px;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Apartments/Apartments.razor.rz.scp.css */
.section-header[b-zn2jrxdvrr] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.apartment-settings-section[b-zn2jrxdvrr] {
    height: calc(100vh - 4.5rem);
}

.apartment-grid[b-zn2jrxdvrr] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    overflow-x: hidden;
    height: calc(100vh - 14rem);
}

.apartment-grid table[b-zn2jrxdvrr] {
    min-width: 100%;
}

.no-results-span[b-zn2jrxdvrr] {
    margin: 0.5rem;
    text-align: center;
    display: block;
    overflow-x: hidden;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Branch/Branches.razor.rz.scp.css */
.section-header[b-sayzsjl8gl] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.branch-settings-section[b-sayzsjl8gl] {
    height: calc(100vh - 4.5rem);
}

.branch-grid[b-sayzsjl8gl] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 9.5rem);
}

.branch-grid table[b-sayzsjl8gl] {
    min-width: 100%;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Buildings/Buildings.razor.rz.scp.css */
.section-header[b-wa8iwlb2yr] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.building-settings-section[b-wa8iwlb2yr] {
    height: calc(100vh - 4.5rem);
}

.building-grid[b-wa8iwlb2yr] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 9.5rem);
}

.building-grid table[b-wa8iwlb2yr] {
    min-width: 100%;
}

.no-results-span[b-wa8iwlb2yr] {
    margin: 0.5rem;
    text-align: center;
    display: block;
    overflow-x: hidden;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/BusinessUnit/BusinessUnits.razor.rz.scp.css */
.section-header[b-aa479c8qv8] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.business-unit-settings-section[b-aa479c8qv8] {
    height: calc(100vh - 4.5rem);
}

.business-unit-grid[b-aa479c8qv8] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 9.5rem);
}

.business-unit-grid table[b-aa479c8qv8] {
        min-width: 100%;
    }
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/ConfigureMultipleDevicesHome.razor.rz.scp.css */
.configure-multiple-devices-setting-card[b-03uxu7b14t] {
    background-color: #474745;
}

.configure-multiple-devices-settings-contant-container[b-03uxu7b14t] {
    height: calc(100vh - 10rem);
}

.configure-multiple-devices-settings-image[b-03uxu7b14t] {
    background-size: cover;
    background-attachment: scroll;
    width: 40%;
    height: 40%;
}

.card-content[b-03uxu7b14t] {
    height: 100px !important;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/CostCenter/CostCenters.razor.rz.scp.css */
.section-header[b-wenoj1d0v3] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.cost-center-settings-section[b-wenoj1d0v3] {
    height: calc(100vh - 4.5rem);
}

.cost-center-grid[b-wenoj1d0v3] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 9.5rem);
}

.cost-center-grid table[b-wenoj1d0v3] {
    min-width: 100%;
}

.no-result[b-wenoj1d0v3] {
    display: flex;
    margin-top: 1rem;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Department/Departments.razor.rz.scp.css */
.section-header[b-d55nh1ldd0] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.department-settings-section[b-d55nh1ldd0] {
    height: calc(100vh - 4.5rem);
}

.department-grid[b-d55nh1ldd0] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 9.5rem);
}

.department-grid table[b-d55nh1ldd0] {
    min-width: 100%;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/HRInfoSettings.razor.rz.scp.css */
.section-header[b-pl0nf0idmb] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.button-footer[b-pl0nf0idmb] {
    position: absolute;
    bottom: 1.5rem;
}

.hr-setting-card[b-pl0nf0idmb] {
    background-color: #474745;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    padding-top: 1rem;
}

.settings-contant-container[b-pl0nf0idmb] {
    height: calc(100vh - 10rem);
}

.business-unit-image[b-pl0nf0idmb] {
    background-size: cover;
    background-attachment: scroll;
    width: 40%;
    height: 40%;
}

.hr-setting-card[b-pl0nf0idmb] {
    background-color: #474745;
    width: 150px;
    height: 150px;
    margin: 0.5rem;
}

.hover-effect:hover[b-pl0nf0idmb] {
    opacity: 0.8;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/JobTitle/JobTitles.razor.rz.scp.css */
.section-header[b-ygegnge7bm] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.job-title-settings-section[b-ygegnge7bm] {
    height: calc(100vh - 4.5rem);
}

.job-title-grid[b-ygegnge7bm] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 9.5rem);
}

.job-title-grid table[b-ygegnge7bm] {
    min-width: 100%;
}

.no-result[b-ygegnge7bm] {
    display: flex;
    margin-top: 1rem;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Location/Locations.razor.rz.scp.css */
.section-header[b-03s5q7ehih] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.location-settings-section[b-03s5q7ehih] {
    height: calc(100vh - 4.5rem);
}

.location-grid[b-03s5q7ehih] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 9.5rem);
}

.location-grid table[b-03s5q7ehih] {
    min-width: 100%;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Lookup/BlackListReasons.razor.rz.scp.css */
.black-list-reasons-settings-section[b-ggnnbdudqe] {
    height: calc(100vh - 4.5rem);
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Lookup/BlacklistReversalReasons.razor.rz.scp.css */
.blacklist-reversal-reasons-settings-section[b-899z5o52ro] {
    height: calc(100vh - 4.5rem);
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Lookup/ManageBlackListReason.razor.rz.scp.css */
body[b-9egstxvrqn] {
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Lookup/ManageBlacklistReversalReason.razor.rz.scp.css */
body[b-3c1utsmfwx] {
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Lookup/ManagePersonVisited.razor.rz.scp.css */
body[b-dovf7g11bh] {
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Lookup/ManageVisitReason.razor.rz.scp.css */
body[b-2n5j7549ot] {
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Lookup/VisitingReasons.razor.rz.scp.css */
.visit-reasons-settings-section[b-70zn1jsuc1] {
    height: calc(100vh - 4.5rem);
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Lookup/VisitorList.razor.rz.scp.css */
.visitor-list-settings-section[b-psziisl2c0] {
    height: calc(100vh - 4.5rem);
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/ManageBuildingsApartments.razor.rz.scp.css */
.buildings-apartments-setting-card[b-l33uvw3bl2] {
    background-color: #474745;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    padding-top: 1rem;
}

.settings-contant-container[b-l33uvw3bl2] {
    height: calc(100vh - 10rem);
}

.buildings-apartments-settings-image[b-l33uvw3bl2] {
    background-size: cover;
    background-attachment: scroll;
    width: 40%;
    height: 40%;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/ManageCompaniesBranches.razor.rz.scp.css */
.companies-branches-setting-card[b-sd1dpikylj] {
    background-color: #474745;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    padding-top: 1rem;
}

.companies-branches-settings-contant-container[b-sd1dpikylj] {
    height: calc(100vh - 10rem);
}

.companies-branches-settings-image[b-sd1dpikylj] {
    background-size: cover;
    background-attachment: scroll;
    width: 40%;
    height: 40%;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/ManageFirmware/ManageFirmware.razor.rz.scp.css */
.available-firmware-grid-container[b-y31jcm3c2v] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 11rem) !important;
    max-height: calc(100vh - 11rem) !important;
}

    .available-firmware-grid-container table[b-y31jcm3c2v] {
        min-width: 100%;
    }
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/ManageGeneralLookups.razor.rz.scp.css */
.lookup-setting-card[b-swm11d73tx] {
    background-color: #474745;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    padding-top: 1rem;
}

.lookup-settings-image[b-swm11d73tx] {
    background-size: cover;
    background-attachment: scroll;
    width: 40%;
    height: 40%;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/ManageSitesLocations.razor.rz.scp.css */
.sites-locations-setting-card[b-r5qj2cv63e] {
    background-color: #474745;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    padding-top: 1rem;
}

.settings-contant-container[b-r5qj2cv63e] {
    height: calc(100vh - 10rem);
}

.site-locations-settings-image[b-r5qj2cv63e] {
    background-size: cover;
    background-attachment: scroll;
    width: 40%;
    height: 40%;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/PersonCompany/PersonCompanies.razor.rz.scp.css */
.section-header[b-q42b0rt9s6] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.person-company-settings-section[b-q42b0rt9s6] {
    height: calc(100vh - 4.5rem);
}

.person-company-grid[b-q42b0rt9s6] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 9.5rem);
}

.person-company-grid table[b-q42b0rt9s6] {
    min-width: 100%;
}

.no-result[b-q42b0rt9s6] {
    display: flex;
    margin-top: 1rem;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Schedules/Schedules.razor.rz.scp.css */
.disabled-icon-button[b-ebuclavq0h] {
    cursor: not-allowed !important;
    opacity: 0.5;
    pointer-events: none; /* Optionally prevent any interaction */
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Site/Sites.razor.rz.scp.css */
.section-header[b-urq726f0eb] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.site-settings-section[b-urq726f0eb] {
    height: calc(100vh - 4.5rem);
}

.site-grid[b-urq726f0eb] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 9.5rem);
}

.site-grid table[b-urq726f0eb] {
    min-width: 100%;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/SystemSettings/Team/Teams.razor.rz.scp.css */
.section-header[b-wd1h4s1e6j] {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1pt solid #474745;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #474745;
}

.team-settings-section[b-wd1h4s1e6j] {
    height: calc(100vh - 4.5rem);
}

.team-grid[b-wd1h4s1e6j] {
    min-width: 100%;
    overflow-y: auto;
    padding-top: 0 !important;
    display: block !important;
    height: calc(100vh - 9.5rem);
}

.team-grid table[b-wd1h4s1e6j] {
    min-width: 100%;
}
/* _content/IQSuite.cloud.Server.App/Pages/Settings/ThirdParty/ThirdPartyApplicationSettings.razor.rz.scp.css */

/* _content/IQSuite.cloud.Server.App/Shared/AccessDeniedLayout.razor.rz.scp.css */


.page[b-npepjwks8j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-npepjwks8j] {
    flex: 1;
}

.top-row[b-npepjwks8j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-npepjwks8j]  a, .top-row .btn-link[b-npepjwks8j] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-npepjwks8j] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-npepjwks8j] {
        display: none;
    }

    .top-row.auth[b-npepjwks8j] {
        justify-content: space-between;
    }

    .top-row a[b-npepjwks8j], .top-row .btn-link[b-npepjwks8j] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-npepjwks8j] {
        flex-direction: row;
    }

    .sidebar[b-npepjwks8j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-npepjwks8j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-npepjwks8j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.ipulse-btn-primary[b-npepjwks8j] {
    color: #fff !important;
    background-color: #87b826 !important;
    border-color: #87b826 !important;
}

    .ipulse-btn-primary:hover[b-npepjwks8j] {
        color: #fff !important;
        background-color: #87b835 !important;
        border-color: #87b835 !important;
    }

    .ipulse-btn-primary:focus[b-npepjwks8j], .ipulse-btn-primary.focus[b-npepjwks8j] {
        box-shadow: 0 0 0 0.2rem rgba(135, 190, 38, 0.5) !important;
    }

    .ipulse-btn-primary.disabled[b-npepjwks8j], .ipulse-btn-primary:disabled[b-npepjwks8j] {
        color: #fff !important;
        background-color: #474745 !important;
        border-color: #474745 !important;
    }

    .ipulse-btn-primary:not(:disabled):not(.disabled):active[b-npepjwks8j], .ipulse-btn-primary:not(:disabled):not(.disabled).active[b-npepjwks8j],
    .show > .btn-primary.dropdown-toggle[b-npepjwks8j] {
        color: #fff !important;
        background-color: #87b826 !important;
        border-color: #87b826 !important;
    }

        .ipulse-btn-primary:not(:disabled):not(.disabled):active:focus[b-npepjwks8j], .ipulse-btn-primary:not(:disabled):not(.disabled).active:focus[b-npepjwks8j],
        .show > .btn-primary.dropdown-toggle:focus[b-npepjwks8j] {
            box-shadow: 0 0 0 0.2rem rgba(135, 190, 38, 0.5) !important;
        }
/* _content/IQSuite.cloud.Server.App/Shared/ApplicationLayout.razor.rz.scp.css */
body[b-2tp9h7ic66] {
}
.page[b-2tp9h7ic66] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2tp9h7ic66] {
    flex: 1;
}

.sidebar[b-2tp9h7ic66] {
    background-color: #474745;
}

.top-row[b-2tp9h7ic66] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2tp9h7ic66]  a, .top-row .btn-link[b-2tp9h7ic66] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-2tp9h7ic66] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2tp9h7ic66] {
        display: none;
    }

    .top-row.auth[b-2tp9h7ic66] {
        justify-content: space-between;
    }

    .top-row a[b-2tp9h7ic66], .top-row .btn-link[b-2tp9h7ic66] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2tp9h7ic66] {
        flex-direction: row;
    }

    .sidebar[b-2tp9h7ic66] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2tp9h7ic66] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-2tp9h7ic66] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.ipulse-btn-primary[b-2tp9h7ic66] {
    color: #fff !important;
    background-color: #87b826 !important;
    border-color: #87b826 !important;
}

    .ipulse-btn-primary:hover[b-2tp9h7ic66] {
        color: #fff !important;
        background-color: #87b835 !important;
        border-color: #87b835 !important;
    }

    .ipulse-btn-primary:focus[b-2tp9h7ic66], .ipulse-btn-primary.focus[b-2tp9h7ic66] {
        box-shadow: 0 0 0 0.2rem rgba(135, 190, 38, 0.5) !important;
    }

    .ipulse-btn-primary.disabled[b-2tp9h7ic66], .ipulse-btn-primary:disabled[b-2tp9h7ic66] {
        color: #fff !important;
        background-color: #474745 !important;
        border-color: #474745 !important;
    }

    .ipulse-btn-primary:not(:disabled):not(.disabled):active[b-2tp9h7ic66], .ipulse-btn-primary:not(:disabled):not(.disabled).active[b-2tp9h7ic66],
    .show > .btn-primary.dropdown-toggle[b-2tp9h7ic66] {
        color: #fff !important;
        background-color: #87b826 !important;
        border-color: #87b826 !important;
    }

        .ipulse-btn-primary:not(:disabled):not(.disabled):active:focus[b-2tp9h7ic66], .ipulse-btn-primary:not(:disabled):not(.disabled).active:focus[b-2tp9h7ic66],
        .show > .btn-primary.dropdown-toggle:focus[b-2tp9h7ic66] {
            box-shadow: 0 0 0 0.2rem rgba(135, 190, 38, 0.5) !important;
        }
/* _content/IQSuite.cloud.Server.App/Shared/MainLayout.razor.rz.scp.css */
.page[b-ap3f8o5czq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ap3f8o5czq] {
    flex: 1;
}

.sidebar[b-ap3f8o5czq] {
    background-color: #474745;
}

.top-row[b-ap3f8o5czq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ap3f8o5czq]  a, .top-row .btn-link[b-ap3f8o5czq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ap3f8o5czq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ap3f8o5czq] {
        display: none;
    }

    .top-row.auth[b-ap3f8o5czq] {
        justify-content: space-between;
    }

    .top-row a[b-ap3f8o5czq], .top-row .btn-link[b-ap3f8o5czq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ap3f8o5czq] {
        flex-direction: row;
    }

    .sidebar[b-ap3f8o5czq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ap3f8o5czq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ap3f8o5czq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.ipulse-btn-primary[b-ap3f8o5czq] {
    color: #fff !important;
    background-color: #87b826 !important;
    border-color: #87b826 !important;
}

.ipulse-btn-primary:hover[b-ap3f8o5czq] {
    color: #fff !important;
    background-color: #87b835 !important;
    border-color: #87b835 !important;
}

.ipulse-btn-primary:focus[b-ap3f8o5czq], .ipulse-btn-primary.focus[b-ap3f8o5czq] {
    box-shadow: 0 0 0 0.2rem rgba(135, 190, 38, 0.5) !important;
}

.ipulse-btn-primary.disabled[b-ap3f8o5czq], .ipulse-btn-primary:disabled[b-ap3f8o5czq] {
    color: #fff !important;
    background-color: #474745 !important;
    border-color: #474745 !important;
}

.ipulse-btn-primary:not(:disabled):not(.disabled):active[b-ap3f8o5czq], .ipulse-btn-primary:not(:disabled):not(.disabled).active[b-ap3f8o5czq],
.show > .btn-primary.dropdown-toggle[b-ap3f8o5czq] {
    color: #fff !important;
    background-color: #87b826 !important;
    border-color: #87b826 !important;
}

.ipulse-btn-primary:not(:disabled):not(.disabled):active:focus[b-ap3f8o5czq], .ipulse-btn-primary:not(:disabled):not(.disabled).active:focus[b-ap3f8o5czq],
.show > .btn-primary.dropdown-toggle:focus[b-ap3f8o5czq] {
    box-shadow: 0 0 0 0.2rem rgba(135, 190, 38, 0.5) !important;
}









/* Magnifying glass ::deep */
/*.col-options-button {
    background-color: red !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>') !important;
}*/
/* _content/IQSuite.cloud.Server.App/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cse1un5ovr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-cse1un5ovr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cse1un5ovr] {
    font-size: 1.1rem;
}

.oi[b-cse1un5ovr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-cse1un5ovr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cse1un5ovr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cse1un5ovr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cse1un5ovr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-cse1un5ovr]  a.active {
    background-color: rgba(135,184,38,0.25);
    color: white;
}

.nav-item[b-cse1un5ovr]  a:hover {
    background-color: rgba(135,184,38,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cse1un5ovr] {
        display: none;
    }

    .collapse[b-cse1un5ovr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-cse1un5ovr] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
