@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/LeafletForBlazor/LeafletForBlazor.037l07h7lk.bundle.scp.css';

/* /Pages/Admin/RegionManagement.razor.rz.scp.css */
/* Map Wrapper - Container for map and floating search */
.map-wrapper[b-u4ku1zaizj] {
    position: relative;
    width: 100%;
}

/* Search Container - Floating over map */
.map-search-container[b-u4ku1zaizj] {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Search Box - Google Maps style */
.map-search-box[b-u4ku1zaizj] {
    display: flex;
    align-items: center;
    width: 100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    padding: 0 12px;
    height: 44px;
    transition: box-shadow 0.2s ease;
}

.map-search-box:focus-within[b-u4ku1zaizj] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.map-search-box.has-results[b-u4ku1zaizj] {
    border-radius: 8px 8px 0 0;
}

.map-search-icon[b-u4ku1zaizj] {
    color: #5f6368;
    font-size: 1rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.map-search-input[b-u4ku1zaizj] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.95rem;
    color: #202124;
    background: transparent;
    padding: 0;
    height: 100%;
}

.map-search-input[b-u4ku1zaizj]::placeholder {
    color: #9aa0a6;
}

.map-search-spinner[b-u4ku1zaizj] {
    display: flex;
    align-items: center;
    padding: 0 4px;
}

.map-search-clear[b-u4ku1zaizj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #5f6368;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.15s ease;
    flex-shrink: 0;
}

.map-search-clear:hover[b-u4ku1zaizj] {
    background-color: #f1f3f4;
    color: #202124;
}

/* Search Results Dropdown */
.map-search-results[b-u4ku1zaizj] {
    width: 100%;
    background: white;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    max-height: 240px;
    overflow-y: auto;
}

.map-search-result[b-u4ku1zaizj] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f1f3f4;
}

.map-search-result:last-child[b-u4ku1zaizj] {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
}

.map-search-result:hover[b-u4ku1zaizj] {
    background-color: #f8f9fa;
}

.map-search-result i[b-u4ku1zaizj] {
    color: #ea4335;
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.map-search-result span[b-u4ku1zaizj] {
    font-size: 0.875rem;
    color: #202124;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .map-search-container[b-u4ku1zaizj] {
        width: 90%;
        top: 8px;
    }
    
    .map-search-box[b-u4ku1zaizj] {
        height: 40px;
        padding: 0 10px;
    }
    
    .map-search-input[b-u4ku1zaizj] {
        font-size: 0.9rem;
    }
}
/* /Pages/AzureMapPage.razor.rz.scp.css */
/* Map Container */
.map-container[b-jeonreamad] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

/* Ensure the Azure Maps control fills its container */
.map-container[b-jeonreamad]  > div,
.map-container[b-jeonreamad]  canvas,
.map-container[b-jeonreamad]  .atlas-map {
    width: 100% !important;
    height: 100% !important;
}

/* Azure badge to identify this is the Azure version */
.azure-badge[b-jeonreamad] {
    background: linear-gradient(135deg, #0078d4 0%, #50e6ff 100%);
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Avatar Dropdown Position */
.avatar-dropdown-position[b-jeonreamad] {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 10002;
}

/* Map Style Selector */
.map-style-selector[b-jeonreamad] {
    position: fixed;
    top: 52px;
    right: 18px;
    z-index: 10;
}

.map-style-selector .btn[b-jeonreamad] {
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #68321E;
    font-size: 1rem;
    transition: all 0.2s;
}

.map-style-selector .btn:hover[b-jeonreamad] {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.map-style-dropdown[b-jeonreamad] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    min-width: 200px;
    overflow: hidden;
}

.map-style-option[b-jeonreamad] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    background-color: white;
    color: #333;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.map-style-option:last-child[b-jeonreamad] {
    border-bottom: none;
}

.map-style-option:hover[b-jeonreamad] {
    background-color: #f8f9fa;
}

.map-style-option.active[b-jeonreamad] {
    background-color: #e7f3ff;
    color: #0078d4;
    font-weight: 600;
}

.map-style-option i[b-jeonreamad] {
    font-size: 1rem;
}

/* Logo and Controls Panel */
.logo-controls-panel[b-jeonreamad] {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Zoom Controls */
.zoom-controls[b-jeonreamad] {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.zoom-controls .btn[b-jeonreamad] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #68321E;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.zoom-controls .btn:first-child[b-jeonreamad] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.zoom-controls .btn:hover[b-jeonreamad] {
    background-color: rgba(255, 255, 255, 0.5);
}

.zoom-controls .btn:active[b-jeonreamad] {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Logo and Toggle Button Row */
.logo-toggle-row[b-jeonreamad] {
    border: 2px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 63px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 0.5rem;
}

/* Stats info display */
.stats-info[b-jeonreamad] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    padding: 0 0.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.stats-info-item[b-jeonreamad] {
    font-size: 0.7rem;
    color: #666;
    line-height: 1;
    white-space: nowrap;
}

.stats-info-item strong[b-jeonreamad] {
    color: #333;
    font-weight: 600;
}

/* Selection stats - visually distinct from totals */
.stats-info-selection[b-jeonreamad] {
    background: linear-gradient(135deg, #68321e, #8b4526);
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    border-left: none;
}

.stats-info-selection .stats-info-item[b-jeonreamad] {
    color: rgba(255, 255, 255, 0.85);
}

.stats-info-selection .stats-info-item strong[b-jeonreamad] {
    color: #fff;
}

.stats-info-selection .stats-info-item i[b-jeonreamad] {
    color: rgba(255, 255, 255, 0.7);
}

/* Logo Container */
.logo-container[b-jeonreamad] {
    display: flex;
    align-items: center;
}

/* Logo Image */
.logo-image[b-jeonreamad] {
    height: 40px;
}

/* Loading Spinner Container */
.loading-spinner-container[b-jeonreamad] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 1.5rem;
}

.loading-spinner-container .spinner-border[b-jeonreamad] {
    margin-bottom: 1rem;
}

/* Azure Maps specific marker styles (injected into Azure Maps DOM, needs ::deep) */
[b-jeonreamad] .azure-field-marker {
    transition: transform 0.15s ease;
}

[b-jeonreamad] .azure-field-marker:hover {
    transform: scale(1.2);
}

[b-jeonreamad] .azure-place-marker {
    transition: transform 0.15s ease;
}

[b-jeonreamad] .azure-place-marker:hover {
    transform: rotate(45deg) scale(1.2);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
   
    
    .logo-image[b-jeonreamad] {
        height: 32px;
    }
    
    .logo-toggle-row[b-jeonreamad] {
        height: 50px;
        gap: 0.5rem;
        position: fixed;
        top: 10px;
        left: 10px;
        right: auto;
        bottom: auto;
        width: auto;
        z-index: 10;
    }
    
    /* Keep zoom controls visible on mobile */
    .zoom-controls[b-jeonreamad] {
        left: 10px;
        top: 10px;
    }
    
    /* Hide stats on mobile for space */
    .stats-info[b-jeonreamad] {
        display: none;
    }

    /* But keep selection stats visible on mobile */
    .stats-info-selection[b-jeonreamad] {
        display: flex;
    }
    
    /* Hide azure badge on mobile for space */
    .azure-badge[b-jeonreamad] {
        display: none;
    }
    
    /* Move selected fields panel to bottom on mobile - becomes a bottom sheet */
    .logo-controls-panel[b-jeonreamad] {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        flex-direction: column-reverse;
        gap: 0;
        z-index: 15;
    }
}

@media (max-width: 576px) {
    .logo-image[b-jeonreamad] {
        height: 28px;
    }
    
    .logo-toggle-row[b-jeonreamad] {
        top: 10px;
        left: 10px;
    }
    
    .zoom-controls[b-jeonreamad] {
        left: 10px;
        top: 10px;
    }
 
}
/* /Pages/Index.razor.rz.scp.css */
[b-bd7n1x9uw7] .leaflet-control-zoom {
    display: none;
}

/* Map Container */
.map-container[b-bd7n1x9uw7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: auto;
}

/* Avatar Dropdown Position */
.avatar-dropdown-position[b-bd7n1x9uw7] {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 10002;
}

/* Logo and Controls Panel */
.logo-controls-panel[b-bd7n1x9uw7] {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 800;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Logo and Toggle Button Row */
.logo-toggle-row[b-bd7n1x9uw7] {
    border: 2px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 63px;
    background-color: rgba(255, 255, 255);
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 0.5rem;
}

/* Stats info display */
.stats-info[b-bd7n1x9uw7] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    padding: 0 0.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

/* Search section — independently fixed so it doesn't affect panel height */
.logo-search-section[b-bd7n1x9uw7] {
    position: fixed;
    top: 89px; /* 10px panel top + 63px toggle row + 16px gap */
    left: 10px;
    min-width: 240px;
    background: rgba(255, 255, 255, 0.97);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    padding: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 1001;
}

/* When search is open on desktop, push SelectedFieldsPanel below it (~54px search + 16px gap) */
.selected-panel-search-open[b-bd7n1x9uw7] {
    margin-top: 70px;
}

.search-icon-active[b-bd7n1x9uw7] {
    color: #68321e;
}

.stats-info-item[b-bd7n1x9uw7] {
    font-size: 0.7rem;
    color: #666;
    line-height: 1;
    white-space: nowrap;
}

.stats-info-item strong[b-bd7n1x9uw7] {
    color: #333;
    font-weight: 600;
}

/* Selection stats - visually distinct from totals */
.stats-info-selection[b-bd7n1x9uw7] {
    background: linear-gradient(135deg, #68321e, #8b4526);
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    border-left: none;
}

.stats-info-selection .stats-info-item[b-bd7n1x9uw7] {
    color: rgba(255, 255, 255, 0.85);
}

.stats-info-selection .stats-info-item strong[b-bd7n1x9uw7] {
    color: #fff;
}

.stats-info-selection .stats-info-item i[b-bd7n1x9uw7] {
    color: rgba(255, 255, 255, 0.7);
}

/* Logo Container */
.logo-container[b-bd7n1x9uw7] {
    display: flex;
    align-items: center;
}

/* Logo Image */
.logo-image[b-bd7n1x9uw7] {
    height: 40px;
}

/* Loading Spinner Container */
.loading-spinner-container[b-bd7n1x9uw7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 800;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 1.5rem;
}

.loading-spinner-container .spinner-border[b-bd7n1x9uw7] {
    margin-bottom: 1rem;
}

/* Semi-transparent backdrop to fade the map while loading */
.map-loading-backdrop[b-bd7n1x9uw7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 999;
}

/* Map data loading overlay — shown while fields/places are loading */
.map-loading-overlay[b-bd7n1x9uw7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-3);
    background-color: rgba(255, 255, 255);
    border: 2px solid var(--color-primary);
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: var(--space-5) var(--space-6);
    width: calc(100vw - var(--space-8));
    max-width: 480px;
    font-size: var(--font-size-sm);
}

.map-loading-logo[b-bd7n1x9uw7] {
    height: 48px;
}

.map-loading-content[b-bd7n1x9uw7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

/* User Avatar Marker - Make profile pictures circular */
[b-bd7n1x9uw7] .user-avatar-marker {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #68321E;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

[b-bd7n1x9uw7] .user-avatar-marker img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Leaflet Layers Control - aligned exactly 10px from top and right edges */
[b-bd7n1x9uw7] .leaflet-top.leaflet-right {
    top: 52px;
    right: 10px;
}

/* Remove default Leaflet internal control margins so the 10px container offset is exact */
[b-bd7n1x9uw7] .leaflet-top.leaflet-right .leaflet-control {
    margin: 0;
}

[b-bd7n1x9uw7] .leaflet-control-layers {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

[b-bd7n1x9uw7] .leaflet-control-layers-toggle {
    width: 50px;
    height: 50px;
    background-size: 24px 24px;
}

/* Position expanded layers panel to the LEFT of the button */
/*::deep .leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0.375rem;
     Move the expanded panel to the left 
    right: auto;
    left: 0;
    transform: translateX(calc(-50px));
    min-width: 200px;
}

::deep .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}*/

/* Style the layer options */
/*::deep .leaflet-control-layers-base label,
::deep .leaflet-control-layers-overlays label {
    padding: 5px 10px 5px 0;
    color: #333;
    font-size: 14px;
}

::deep .leaflet-control-layers-separator {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px -10px 5px -6px;
}*/

/* Responsive Adjustments */
@media (max-width: 768px) {
   
    
    .logo-image[b-bd7n1x9uw7] {
        height: 32px;
    }
    
    .logo-toggle-row[b-bd7n1x9uw7] {
        height: auto;
        min-height: 50px;
        gap: 0.5rem;
        position: static; /* parent panel is already position:fixed */
        width: fit-content;
        flex-wrap: wrap;
    }
    
    /* Hide stats on mobile for space */
    .stats-info[b-bd7n1x9uw7] {
        display: none;
    }

    /* But keep selection stats visible on mobile — wrap to second row */
    .stats-info-selection[b-bd7n1x9uw7] {
        display: flex;
        flex-basis: 100%;
        justify-content: center;
        border-left: none;
    }
    
    /* Shrink panel to content height — remove full-screen overlay that blocked map clicks */
    .logo-controls-panel[b-bd7n1x9uw7] {
        left: 10px;
        right: auto;
        bottom: auto;
        max-width: calc(100vw - 80px);
        flex-direction: column;
    }

    /* On mobile the wrapper margin is irrelevant (SelectedFieldsPanel is fixed); reset it */
    .selected-panel-search-open[b-bd7n1x9uw7] {
        margin-top: 0;
    }

    /* On mobile, anchor search flush at the bottom */
    .logo-search-section[b-bd7n1x9uw7] {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        min-width: unset;
        border-radius: 0.375rem 0.375rem 0 0;
    }

    /* When search is open, push SelectedFieldsPanel above the search bar (~56px tall) */
    .selected-panel-search-open[b-bd7n1x9uw7]  .selected-fields-panel {
        bottom: 56px;
    }

    /* On mobile when search is open, always show selected fields panel
       (even when empty) so it stays visible above the bottom search bar */
    .selected-panel-search-open[b-bd7n1x9uw7]  .selected-fields-panel:empty {
        display: block;
        min-height: 0;
    }
}

@media (max-width: 576px) {
    .logo-image[b-bd7n1x9uw7] {
        height: 28px;
    }
    
}
/* /Shared/Components/AvatarDropdown.razor.rz.scp.css */
/* Avatar Dropdown Container */
.avatar-dropdown-container[b-9rdj63llzn] {
    position: relative;
    display: inline-block;    
}

/* Avatar Button */
.avatar-dropdown-button[b-9rdj63llzn] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.avatar-dropdown-button:hover[b-9rdj63llzn] {
    transform: scale(1.05);
}

.avatar-dropdown-button:active[b-9rdj63llzn] {
    transform: scale(0.95);
}

/* Overlay for closing dropdown when clicking outside */
.avatar-dropdown-overlay[b-9rdj63llzn] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: transparent;
}

/* Dropdown Menu */
.avatar-dropdown-menu[b-9rdj63llzn] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 240px;
    max-width: 300px;
    z-index: 10001;
    overflow: hidden;
    animation: dropdown-slide-in-b-9rdj63llzn 0.2s ease-out;
}

@keyframes dropdown-slide-in-b-9rdj63llzn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown Section Label */
.avatar-dropdown-section-label[b-9rdj63llzn] {
    padding: 8px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Dropdown Item */
.avatar-dropdown-item[b-9rdj63llzn] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    width: 100%;
    border: none;
    background: white;
    cursor: pointer;
    transition: background-color 0.15s ease;
    text-align: left;
}

.avatar-dropdown-item:hover[b-9rdj63llzn] {
    background-color: #f5f5f5;
}

.avatar-dropdown-item.selected[b-9rdj63llzn] {
    background-color: #e8f4f8;
}

.avatar-dropdown-item.logout[b-9rdj63llzn] {
    color: #dc3545;
}

.avatar-dropdown-item.logout:hover[b-9rdj63llzn] {
    background-color: #fff5f5;
}

/* Dropdown Text */
.avatar-dropdown-text[b-9rdj63llzn] {
    flex: 1;
    font-size: 0.95rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avatar-dropdown-item.logout .avatar-dropdown-text[b-9rdj63llzn] {
    color: #dc3545;
}

/* Dropdown Icon */
.avatar-dropdown-icon[b-9rdj63llzn] {
    font-size: 1.2rem;
    color: #dc3545;
}

/* Check Icon for Selected Item */
.avatar-dropdown-check[b-9rdj63llzn] {
    font-size: 1rem;
    color: #28a745;
    margin-left: auto;
}

/* Divider */
.avatar-dropdown-divider[b-9rdj63llzn] {
    height: 1px;
    background-color: #e0e0e0;
    margin: 4px 0;
}

/* Responsive adjustments for AvatarDropdown */
@media (max-width: 576px) {
    .avatar-dropdown-menu[b-9rdj63llzn] {
        min-width: 200px;
        max-width: 90vw;
        right: 0;
    }

    .avatar-dropdown-item[b-9rdj63llzn] {
        padding: 10px 14px;
        gap: 10px;
    }

    .avatar-dropdown-text[b-9rdj63llzn] {
        font-size: 0.9rem;
    }

    .avatar-dropdown-icon[b-9rdj63llzn] {
        font-size: 1.1rem;
    }

    .avatar-dropdown-section-label[b-9rdj63llzn] {
        padding: 6px 14px;
        font-size: 0.7rem;
    }
}

@media (max-width: 400px) {
    .avatar-dropdown-menu[b-9rdj63llzn] {
        min-width: 180px;
    }

    .avatar-dropdown-item[b-9rdj63llzn] {
        padding: 9px 12px;
    }
}
/* /Shared/Components/CommentAttachmentDisplay.razor.rz.scp.css */
.attachment-display[b-1r90h6wmz1] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    cursor: default;
}

.attachment-display.attachment-image[b-1r90h6wmz1] {
    cursor: pointer;
}

.attachment-thumbnail[b-1r90h6wmz1] {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #ddd;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.attachment-thumbnail:hover[b-1r90h6wmz1] {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.attachment-thumbnail-loading[b-1r90h6wmz1] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.attachment-thumbnail-loading .spinner-border[b-1r90h6wmz1] {
    width: 16px;
    height: 16px;
    color: #999;
}

.attachment-thumbnail-error[b-1r90h6wmz1] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #999;
}

.attachment-file-icon[b-1r90h6wmz1] {
    font-size: 1rem;
    color: #6c757d;
}

.attachment-filename[b-1r90h6wmz1] {
    font-size: 0.7rem;
    color: #666;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Shared/Components/CountrySelector.razor.rz.scp.css */
.country-selector-wrapper[b-1sj12zkeyr] {
    position: relative;
}

.country-search-input[b-1sj12zkeyr] {
    width: 100%;
}

/* Flag inside the input field */
.country-flag-input[b-1sj12zkeyr] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    z-index: 5;
    pointer-events: none;
}

/* Adjust input padding when flag is shown */
.country-search-input.has-flag[b-1sj12zkeyr] {
    padding-left: 44px;
}

.country-dropdown[b-1sj12zkeyr] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: -1px;
}

.country-option[b-1sj12zkeyr] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f0f0f0;
}

    .country-option:last-child[b-1sj12zkeyr] {
        border-bottom: none;
    }

    .country-option:hover:not(.disabled)[b-1sj12zkeyr] {
        background-color: #f5f5f5;
    }

    .country-option.disabled[b-1sj12zkeyr] {
        cursor: default;
        color: #999;
    }

.country-flag[b-1sj12zkeyr] {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    flex-shrink: 0;
    display: block;
}

.country-name[b-1sj12zkeyr] {
    font-size: 14px;
    color: #333;
    flex: 1;
}

/* Scrollbar styling for dropdown */
.country-dropdown[b-1sj12zkeyr]::-webkit-scrollbar {
    width: 8px;
}

.country-dropdown[b-1sj12zkeyr]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.country-dropdown[b-1sj12zkeyr]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.country-dropdown[b-1sj12zkeyr]::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Mobile responsive adjustments */
@media (max-width: 576px) {
    .country-flag-input[b-1sj12zkeyr] {
        width: 22px;
        height: 16.5px;
        left: 10px;
    }

    .country-search-input.has-flag[b-1sj12zkeyr] {
        padding-left: 40px;
    }

    .country-dropdown[b-1sj12zkeyr] {
        max-height: 250px;
    }

    .country-option[b-1sj12zkeyr] {
        padding: 10px 14px;
        gap: 10px;
    }

    .country-flag[b-1sj12zkeyr] {
        width: 22px;
        height: 16.5px;
    }

    .country-name[b-1sj12zkeyr] {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .country-flag-input[b-1sj12zkeyr] {
        width: 20px;
        height: 15px;
        left: 8px;
    }

    .country-search-input.has-flag[b-1sj12zkeyr] {
        padding-left: 36px;
    }

    .country-dropdown[b-1sj12zkeyr] {
        max-height: 200px;
    }

    .country-option[b-1sj12zkeyr] {
        padding: 9px 12px;
        gap: 8px;
    }

    .country-flag[b-1sj12zkeyr] {
        width: 20px;
        height: 15px;
    }

    .country-name[b-1sj12zkeyr] {
        font-size: 14px;
    }
}
/* /Shared/Components/FieldDetailsPopup.razor.rz.scp.css */
.field-popup-overlay[b-6i2plm6cub] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.field-popup[b-6i2plm6cub] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.field-popup-header[b-6i2plm6cub] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

    .field-popup-header h5[b-6i2plm6cub] {
        margin: 0;
        font-size: 1.1rem;
    }

.field-popup-body[b-6i2plm6cub] {
    padding: 1rem;
    overflow-y: auto;
    flex: 1;
}

.field-popup-footer[b-6i2plm6cub] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.comments-list[b-6i2plm6cub] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.5rem;
}

.comment-item[b-6i2plm6cub] {
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.5rem;
}

    .comment-item:last-child[b-6i2plm6cub] {
        border-bottom: none;
        margin-bottom: 0;
    }

    .comment-item.important[b-6i2plm6cub] {
        background-color: #fff3cd;
        border-left: 3px solid #ffc107;
    }

.comment-date[b-6i2plm6cub] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.comment-text[b-6i2plm6cub] {
    font-size: 0.875rem;
}

/* Attachment styles */
.comment-attachments[b-6i2plm6cub] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed #dee2e6;
}

.attachment-thumbnail[b-6i2plm6cub] {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .attachment-thumbnail:hover[b-6i2plm6cub] {
        transform: scale(1.05);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .attachment-thumbnail img[b-6i2plm6cub] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.thumbnail-placeholder[b-6i2plm6cub] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    color: #6c757d;
}

    .thumbnail-placeholder i[b-6i2plm6cub] {
        font-size: 1.5rem;
    }

.attachment-file[b-6i2plm6cub] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #495057;
    text-decoration: none;
    max-width: 150px;
    transition: background-color 0.2s;
}

    .attachment-file:hover[b-6i2plm6cub] {
        background-color: #e9ecef;
        color: #212529;
    }

    .attachment-file i[b-6i2plm6cub] {
        font-size: 1rem;
        flex-shrink: 0;
    }

.attachment-filename[b-6i2plm6cub] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* File upload area */
.attachment-upload-area[b-6i2plm6cub] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pending-attachments[b-6i2plm6cub] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.pending-attachment[b-6i2plm6cub] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.75rem;
}

.pending-thumbnail[b-6i2plm6cub] {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 2px;
}

.pending-file-icon[b-6i2plm6cub] {
    font-size: 1.25rem;
    color: #6c757d;
}

.pending-filename[b-6i2plm6cub] {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Image preview modal */
.image-preview-overlay[b-6i2plm6cub] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    cursor: pointer;
}

.image-preview-container[b-6i2plm6cub] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

    .image-preview-container .btn-close[b-6i2plm6cub] {
        position: absolute;
        top: -2rem;
        right: -2rem;
    }

    .image-preview-container img[b-6i2plm6cub] {
        max-width: 100%;
        max-height: 90vh;
        object-fit: contain;
        border-radius: 4px;
    }
/* /Shared/Components/ImagePreviewModal.razor.rz.scp.css */
.image-preview-overlay[b-tip0qdwfow] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10100;
    padding: 1rem;
}

.image-preview-container[b-tip0qdwfow] {
    display: flex;
    flex-direction: column;
    max-width: 90vw;
    max-height: 90vh;
    background: transparent;
}

.image-preview-header[b-tip0qdwfow] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px 8px 0 0;
}

.image-preview-filename[b-tip0qdwfow] {
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 40px);
}

.image-preview-body[b-tip0qdwfow] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 8px 8px;
    min-height: 200px;
}

.image-preview-img[b-tip0qdwfow] {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 0 0 8px 8px;
}

.image-preview-loading[b-tip0qdwfow] {
    padding: 3rem;
}

.image-preview-error[b-tip0qdwfow] {
    text-align: center;
    color: white;
    padding: 3rem;
}

.image-preview-error i[b-tip0qdwfow] {
    margin-bottom: 1rem;
}
/* /Shared/Components/InterestingPlaceDetailsPopup.razor.rz.scp.css */
.field-popup-overlay[b-87mtr19m5h] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.field-popup[b-87mtr19m5h] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.field-popup-header[b-87mtr19m5h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.field-popup-header h5[b-87mtr19m5h] {
    margin: 0;
    font-size: 1.1rem;
}

.field-popup-body[b-87mtr19m5h] {
    padding: 1rem;
    overflow-y: auto;
    flex: 1;
}

.field-popup-footer[b-87mtr19m5h] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.comments-list[b-87mtr19m5h] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.5rem;
}

.comment-item[b-87mtr19m5h] {
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.5rem;
}

.comment-item:last-child[b-87mtr19m5h] {
    border-bottom: none;
    margin-bottom: 0;
}

.comment-item.important[b-87mtr19m5h] {
    background-color: #fff3cd;
    border-left: 3px solid #ffc107;
}

.comment-date[b-87mtr19m5h] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.comment-text[b-87mtr19m5h] {
    font-size: 0.875rem;
}
/* /Shared/Components/MapFilterButton.razor.rz.scp.css */
/* Filter Button Styles - Subtle and consistent with other controls */
.filter-btn[b-ootbimpqjb] {
    background: transparent;
    border: none;
    color: #666;
    padding: 0.5rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.15s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
}

.filter-btn:hover[b-ootbimpqjb] {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333;
}

.filter-btn.active[b-ootbimpqjb] {
    color: #0d6efd;
}

.filter-btn.active:hover[b-ootbimpqjb] {
    background-color: rgba(13, 110, 253, 0.1);
}

/* Active filter indicator badge - subtle dot */
.filter-badge[b-ootbimpqjb] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 6px;
    height: 6px;
    background-color: #dc3545;
    border-radius: 50%;
    pointer-events: none;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .filter-btn[b-ootbimpqjb] {
        width: 36px;
        height: 36px;
        padding: 0.4rem;
        font-size: 1rem;
    }
    
    .filter-badge[b-ootbimpqjb] {
        top: 4px;
        right: 4px;
    }
}
/* /Shared/Components/MapFilterModal.razor.rz.scp.css */
/* Filter Modal Styles */
.modal-content[b-6fklvslmzq] {
    border-radius: 0.5rem;
}

.modal-header[b-6fklvslmzq] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.modal-title[b-6fklvslmzq] {
    font-weight: 600;
    color: #333;
}

/* Filter Grid Layout */
.filter-grid[b-6fklvslmzq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.filter-column[b-6fklvslmzq] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
}

/* Filter Section Styling */
.filter-section[b-6fklvslmzq] {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.filter-section:last-child[b-6fklvslmzq] {
    border-bottom: none;
    margin-bottom: 0;
}

.filter-section-title[b-6fklvslmzq] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.filter-options[b-6fklvslmzq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

/* Custom scrollbar for filter options */
.filter-options[b-6fklvslmzq]::-webkit-scrollbar {
    width: 6px;
}

.filter-options[b-6fklvslmzq]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.filter-options[b-6fklvslmzq]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.filter-options[b-6fklvslmzq]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Form check styling */
.form-check[b-6fklvslmzq] {
    padding-left: 1.75rem;
}

.form-check-input[b-6fklvslmzq] {
    cursor: pointer;
    margin-top: 0.3rem;
}

.form-check-label[b-6fklvslmzq] {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
}

/* Status color indicator */
.status-color-indicator[b-6fklvslmzq] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

/* Modal footer */
.modal-footer[b-6fklvslmzq] {
    background-color: #f8f9fa;
    border-top: 2px solid #dee2e6;
    gap: 0.5rem;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .filter-grid[b-6fklvslmzq] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .modal-lg[b-6fklvslmzq] {
        max-width: 95%;
        margin: 0.5rem auto;
    }

    .filter-section-title[b-6fklvslmzq] {
        font-size: 0.95rem;
    }

    .filter-options[b-6fklvslmzq] {
        max-height: 200px;
    }

    .modal-footer[b-6fklvslmzq] {
        flex-wrap: wrap;
    }

    .modal-footer .btn[b-6fklvslmzq] {
        flex: 1 0 auto;
        min-width: 100px;
    }
}

@media (max-width: 576px) {
    .modal-dialog[b-6fklvslmzq] {
        margin: 0;
        max-width: 100%;
        height: 100vh;
    }

    .modal-content[b-6fklvslmzq] {
        height: 100vh;
        border-radius: 0;
    }

    .modal-body[b-6fklvslmzq] {
        overflow-y: auto;
    }

    .filter-options[b-6fklvslmzq] {
        max-height: 180px;
    }
}
/* /Shared/Components/MapItemActionsModal.razor.rz.scp.css */
/* Reusing existing modal styling with tabs added */

/* Modal overlay - must be defined here due to Blazor CSS isolation */
.comment-modal-overlay[b-7u99zhmag8] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.comment-modal-header[b-7u99zhmag8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #eee;
    background: #faf7f5;
}

.comment-modal-title[b-7u99zhmag8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #5a2b18;
}

.comment-modal-body[b-7u99zhmag8] {
    padding: 1rem;
    overflow-y: auto;
    max-height: 70vh;
}

.comment-modal[b-7u99zhmag8] {
    background: white;
    border-radius: 12px;
    width: 520px;
    max-width: 100%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.comment-edit-modal[b-7u99zhmag8] {
    width: 500px;
}

.comment-edit-modal .comment-modal-body[b-7u99zhmag8] {
    padding: 1.5rem;
}

.map-item-actions-modal[b-7u99zhmag8] {
    background: white;
    border-radius: 12px;
    width: 520px;
    max-width: 100%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.modal-tabs[b-7u99zhmag8] {
    border-bottom: 1px solid #dee2e6;
    background: #fafafa;
}

.modal-tabs .nav-tabs[b-7u99zhmag8] {
    margin-bottom: 0;
    border-bottom: none;
}

.modal-tabs .nav-link[b-7u99zhmag8] {
    border: none;
    border-bottom: 2px solid transparent;
    color: #6c757d;
    font-size: 0.85rem;
    padding: 0.625rem 0.75rem;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.modal-tabs .nav-link:hover[b-7u99zhmag8] {
    background: #f0f0f0;
    color: #495057;
    border-bottom-color: #dee2e6;
}

.modal-tabs .nav-link.active[b-7u99zhmag8] {
    background: white;
    color: #68321e;
    font-weight: 600;
    border-bottom-color: #68321e;
}

.modal-tabs .nav-link .badge[b-7u99zhmag8] {
    font-size: 0.65rem;
    padding: 0.15rem 0.35rem;
}

/* Comment & pickup content styles � needed here due to Blazor CSS isolation */
.existing-comments[b-7u99zhmag8] {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 0.5rem;
}

.comment-item[b-7u99zhmag8] {
    background: white;
    padding: 0.5rem;
    border-radius: 6px;
    margin-bottom: 0.375rem;
    border-left: 3px solid #e0e0e0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    transition: all 0.15s ease;
}

.comment-item:hover[b-7u99zhmag8] {
    background: #f5f1f0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-left-color: #c0a090;
}

.comment-item.important[b-7u99zhmag8] {
    border-left-color: #ff9800;
    background: #fffbf5;
}

.comment-item.important:hover[b-7u99zhmag8] {
    background: #fff9f0;
    border-left-color: #e65100;
}

.clickable[b-7u99zhmag8] {
    cursor: pointer;
}

.comment-header[b-7u99zhmag8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
    gap: 0.5rem;
}

.comment-date[b-7u99zhmag8] {
    font-size: 0.65rem;
    color: #999;
}

.comment-header .badge[b-7u99zhmag8] {
    font-size: 0.6rem;
    padding: 0.15rem 0.35rem;
}

.comment-text[b-7u99zhmag8] {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #444;
}

.comment-attachments[b-7u99zhmag8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 0.5rem;
    padding-top: 0.375rem;
    border-top: 1px dashed #eee;
}

.empty-comments[b-7u99zhmag8] {
    text-align: center;
    padding: 0.75rem;
    color: #aaa;
    font-size: 0.75rem;
}

.add-comment[b-7u99zhmag8] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    padding-top: 0.375rem;
    border-top: 1px dashed #ddd;
}

.add-comment textarea[b-7u99zhmag8] {
    resize: none;
    font-size: 0.75rem;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.add-comment textarea:focus[b-7u99zhmag8] {
    border-color: #68321e;
    box-shadow: 0 0 0 2px rgba(104, 50, 30, 0.1);
}

.add-comment-actions[b-7u99zhmag8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-comment-actions .form-check-label[b-7u99zhmag8] {
    font-size: 0.7rem;
    color: #666;
}

.add-comment-actions .btn[b-7u99zhmag8] {
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 6px;
}

.add-comment-actions .btn-primary[b-7u99zhmag8] {
    background: #68321e;
    border-color: #68321e;
}

.comment-attachment-upload[b-7u99zhmag8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pending-comment-attachments[b-7u99zhmag8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.pending-comment-attachment[b-7u99zhmag8] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.75rem;
}

/* Mobile responsiveness for tabs */
@media (max-width: 576px) {
    .map-item-actions-modal[b-7u99zhmag8] {
        max-width: calc(100vw - 1rem);
        max-height: calc(100vh - 2rem);
        border-radius: 12px;
    }

    .modal-tabs .nav-link[b-7u99zhmag8] {
        font-size: 0.75rem;
        padding: 0.5rem 0.5rem;
    }

    .modal-tabs .nav-link i[b-7u99zhmag8] {
        display: none; /* Hide icons on very small screens to save space */
    }
}

@media (max-width: 768px) {
    .map-item-actions-modal[b-7u99zhmag8] {
        max-width: calc(100vw - 2rem);
        max-height: calc(100vh - 4rem);
    }
    
    .comment-modal-overlay[b-7u99zhmag8] {
        padding: 0.5rem;
    }
}
/* /Shared/Components/ObjectAvatar.razor.rz.scp.css */
/* ObjectAvatar Component Styles - For objects (cars, etc.) displayed in rounded squares */

.object-avatar[b-hev2shpmtk] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; /* Rounded square, not circle */
    overflow: hidden;
    flex-shrink: 0;
    background-color: #f0f0f0;
    border: 1px solid #dee2e6;
}

.object-avatar-img[b-hev2shpmtk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.object-avatar-placeholder[b-hev2shpmtk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #666;
}

.object-avatar-placeholder i[b-hev2shpmtk] {
    font-size: 60%;
}

/* Size variants */
.object-avatar-xs[b-hev2shpmtk] {
    width: 24px;
    height: 24px;
}

.object-avatar-xs .object-avatar-placeholder i[b-hev2shpmtk] {
    font-size: 12px;
}

.object-avatar-sm[b-hev2shpmtk] {
    width: 32px;
    height: 32px;
}

.object-avatar-sm .object-avatar-placeholder i[b-hev2shpmtk] {
    font-size: 16px;
}

.object-avatar-md[b-hev2shpmtk] {
    width: 40px;
    height: 40px;
}

.object-avatar-md .object-avatar-placeholder i[b-hev2shpmtk] {
    font-size: 20px;
}

.object-avatar-lg[b-hev2shpmtk] {
    width: 48px;
    height: 48px;
}

.object-avatar-lg .object-avatar-placeholder i[b-hev2shpmtk] {
    font-size: 24px;
}

.object-avatar-xl[b-hev2shpmtk] {
    width: 64px;
    height: 64px;
}

.object-avatar-xl .object-avatar-placeholder i[b-hev2shpmtk] {
    font-size: 32px;
}
/* /Shared/Components/PageHeaderBar.razor.rz.scp.css */
/* Positioning rules for .page-header-back-btn and .page-header-avatar
   are in site.css to ensure they load without requiring a CSS isolation rebuild. */
/* /Shared/Components/PhoneInput.razor.rz.scp.css */
.phone-input-wrapper[b-muca6ft5f2] {
    position: relative;
    display: flex;
    align-items: center;
}

.phone-number-input[b-muca6ft5f2] {
    width: 100%;
    padding-left: 12px;
}

/* Flag and dial code inside the input field */
.phone-flag-input[b-muca6ft5f2] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    z-index: 5;
    pointer-events: none;
}

.phone-dial-code[b-muca6ft5f2] {
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
    z-index: 5;
    pointer-events: none;
    font-weight: 500;
}

/* Adjust input padding when flag is shown */
.phone-number-input.has-flag[b-muca6ft5f2] {
    padding-left: 90px;
}

/* Country toggle button */
.country-toggle-button[b-muca6ft5f2] {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 2px);
    width: 36px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: background-color 0.15s ease;
    border-radius: 0 4px 4px 0;
}

.country-toggle-button:hover:not(:disabled)[b-muca6ft5f2] {
    background-color: #f5f5f5;
}

.country-toggle-button:disabled[b-muca6ft5f2] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Dropdown styling */
.phone-dropdown[b-muca6ft5f2] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 350px;
    overflow-y: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: -1px;
    display: flex;
    flex-direction: column;
}

.phone-country-search[b-muca6ft5f2] {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 8px 12px;
    font-size: 14px;
    flex-shrink: 0;
}

.phone-country-search:focus[b-muca6ft5f2] {
    outline: none;
    border-bottom-color: #68321E;
    box-shadow: none;
}

.phone-country-list[b-muca6ft5f2] {
    overflow-y: auto;
    max-height: 300px;
}

.phone-country-option[b-muca6ft5f2] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f0f0f0;
}

.phone-country-option:last-child[b-muca6ft5f2] {
    border-bottom: none;
}

.phone-country-option:hover:not(.disabled)[b-muca6ft5f2] {
    background-color: #f5f5f5;
}

.phone-country-option.selected[b-muca6ft5f2] {
    background-color: #e7f3ff;
}

.phone-country-option.disabled[b-muca6ft5f2] {
    cursor: default;
    color: #999;
}

.phone-flag[b-muca6ft5f2] {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    flex-shrink: 0;
    display: block;
}

.phone-country-name[b-muca6ft5f2] {
    font-size: 14px;
    color: #333;
    flex: 1;
}

.phone-dial-code-option[b-muca6ft5f2] {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    flex-shrink: 0;
}

/* Scrollbar styling for dropdown */
.phone-country-list[b-muca6ft5f2]::-webkit-scrollbar {
    width: 8px;
}

.phone-country-list[b-muca6ft5f2]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.phone-country-list[b-muca6ft5f2]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.phone-country-list[b-muca6ft5f2]::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Mobile responsive adjustments */
@media (max-width: 576px) {
    .phone-flag-input[b-muca6ft5f2] {
        width: 22px;
        height: 16.5px;
        left: 10px;
    }

    .phone-dial-code[b-muca6ft5f2] {
        left: 40px;
        font-size: 13px;
    }

    .phone-number-input.has-flag[b-muca6ft5f2] {
        padding-left: 85px;
    }

    .country-toggle-button[b-muca6ft5f2] {
        width: 32px;
    }

    .phone-dropdown[b-muca6ft5f2] {
        max-height: 300px;
    }

    .phone-country-option[b-muca6ft5f2] {
        padding: 8px 10px;
        gap: 10px;
    }

    .phone-flag[b-muca6ft5f2] {
        width: 22px;
        height: 16.5px;
    }

    .phone-country-name[b-muca6ft5f2] {
        font-size: 15px;
    }

    .phone-dial-code-option[b-muca6ft5f2] {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .phone-flag-input[b-muca6ft5f2] {
        width: 20px;
        height: 15px;
        left: 8px;
    }

    .phone-dial-code[b-muca6ft5f2] {
        left: 36px;
        font-size: 12px;
    }

    .phone-number-input.has-flag[b-muca6ft5f2] {
        padding-left: 80px;
    }

    .country-toggle-button[b-muca6ft5f2] {
        width: 28px;
    }

    .phone-dropdown[b-muca6ft5f2] {
        max-height: 250px;
    }

    .phone-country-option[b-muca6ft5f2] {
        padding: 8px;
        gap: 8px;
    }

    .phone-flag[b-muca6ft5f2] {
        width: 20px;
        height: 15px;
    }

    .phone-country-name[b-muca6ft5f2] {
        font-size: 14px;
    }

    .phone-dial-code-option[b-muca6ft5f2] {
        font-size: 11px;
    }
}
/* /Shared/Components/ProfileAvatar.razor.rz.scp.css */
/* ProfileAvatar Component Styles */

.profile-avatar[b-dc9yeiz6l9] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #68321E;/* Primary color for better readability of initials */
}

.profile-avatar-img[b-dc9yeiz6l9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile-avatar-initials[b-dc9yeiz6l9] {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

/* Size variants */
.profile-avatar-xs[b-dc9yeiz6l9] {
    width: 24px;
    height: 24px;
}

.profile-avatar-xs .profile-avatar-initials[b-dc9yeiz6l9] {
    font-size: 10px;
}

.profile-avatar-sm[b-dc9yeiz6l9] {
    width: 32px;
    height: 32px;
}

.profile-avatar-sm .profile-avatar-initials[b-dc9yeiz6l9] {
    font-size: 12px;
}

.profile-avatar-md[b-dc9yeiz6l9] {
    width: 40px;
    height: 40px;
}

.profile-avatar-md .profile-avatar-initials[b-dc9yeiz6l9] {
    font-size: 14px;
}

.profile-avatar-lg[b-dc9yeiz6l9] {
    width: 48px;
    height: 48px;
}

.profile-avatar-lg .profile-avatar-initials[b-dc9yeiz6l9] {
    font-size: 16px;
}

.profile-avatar-xl[b-dc9yeiz6l9] {
    width: 64px;
    height: 64px;
}

.profile-avatar-xl .profile-avatar-initials[b-dc9yeiz6l9] {
    font-size: 20px;
}
/* /Shared/Components/SelectedFieldsPanel.razor.rz.scp.css */
.selected-fields-panel[b-75twvloyag] {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    max-height: 66vh;
    overflow: visible;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.selected-fields-panel:empty[b-75twvloyag] {
    display: none;
}

/* Search Section */
.search-section[b-75twvloyag] {
    padding: 0.5rem;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
    border-radius: 12px 12px 0 0;
    position: relative;
    z-index: 1001;
}

/* Ensure AutoComplete dropdown is visible */
.search-section[b-75twvloyag]  .dropdown-menu {
    z-index: 1050 !important;
    max-height: 250px;
    overflow-y: auto;
}

.search-section .input-group[b-75twvloyag] {
    border-radius: 6px;
    overflow: hidden;
}

.search-section .input-group-text[b-75twvloyag] {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #6c757d;
    padding: 0.25rem 0.5rem;
}

.search-section .form-control[b-75twvloyag] {
    font-size: 0.8rem;
    border-color: #dee2e6;
}

.search-section .form-control:focus[b-75twvloyag] {
    border-color: #68321e;
    box-shadow: 0 0 0 0.2rem rgba(104, 50, 30, 0.15);
}

/* Typeahead Dropdown */
.typeahead-dropdown[b-75twvloyag] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 2px;
}

.typeahead-item[b-75twvloyag] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.625rem;
    cursor: pointer;
    transition: background-color 0.1s ease;
    border-bottom: 1px solid #f0f0f0;
}

.typeahead-item:last-child[b-75twvloyag] {
    border-bottom: none;
}

.typeahead-item:hover[b-75twvloyag],
.typeahead-item.active[b-75twvloyag] {
    background: #f0f4f8;
}

.typeahead-item.active[b-75twvloyag] {
    background: #e8f0fe;
}

.typeahead-item .status-dot[b-75twvloyag] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.typeahead-text[b-75twvloyag] {
    font-size: 0.8rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.typeahead-more[b-75twvloyag] {
    padding: 0.375rem 0.625rem;
    text-align: center;
    font-size: 0.75rem;
    color: #6c757d;
    background: #f8f9fa;
}

.typeahead-empty[b-75twvloyag] {
    padding: 0.5rem 0.625rem;
    text-align: center;
    font-size: 0.8rem;
    color: #6c757d;
}

/* Legacy search styles - keep for compatibility */
.search-results[b-75twvloyag] {
    position: absolute;
    top: 100%;
    left: 0.5rem;
    right: 0.5rem;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 2px;
}

.search-result-item[b-75twvloyag] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.625rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f0f0f0;
}

.search-result-item:last-child[b-75twvloyag] {
    border-bottom: none;
}

.search-result-item:hover[b-75twvloyag] {
    background: #f5f5f5;
}

.search-result-item .status-dot[b-75twvloyag] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.search-result-item .field-code[b-75twvloyag] {
    font-weight: 600;
    font-size: 0.8rem;
    color: #333;
    flex-shrink: 0;
}

.search-result-item .field-description[b-75twvloyag] {
    font-size: 0.75rem;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.search-more[b-75twvloyag] {
    padding: 0.375rem 0.625rem;
    text-align: center;
    background: #f8f9fa;
}

/* Selected fields content - scrollable area */
.selected-fields-content[b-75twvloyag] {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 0 0 12px 12px;
    overflow-y: auto;
    max-height: calc(66vh - 90px);
}

/* Header with count */
.panel-header[b-75twvloyag] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0.875rem;
    background: linear-gradient(135deg, #68321e 0%, #8b4526 100%);
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
}

.panel-header .count-badge[b-75twvloyag] {
    background: rgba(255, 255, 255, 0.25);
    padding: 0.125rem 0.5rem;
    border-radius: 10px;
    font-size: 0.7rem;
}

.bulk-actions[b-75twvloyag] {
    display: flex;
    gap: 0.375rem;
    padding: 0.625rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 12px 12px 0 0;
    flex-shrink: 0;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.status-dropdown-wrapper[b-75twvloyag] {
    position: relative;
    flex: 1;
    min-width: 100px;
}

.status-dropdown-trigger[b-75twvloyag] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    width: 100%;
    font-size: 0.8rem;
    padding: 0.375rem 0.5rem;
    border-radius: 6px;
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.status-dropdown-backdrop[b-75twvloyag] {
    position: fixed;
    inset: 0;
    z-index: 10009;
}

.status-dropdown-menu[b-75twvloyag] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10010;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 2px;
    max-height: 200px;
    overflow-y: auto;
}

.status-dropdown-item[b-75twvloyag] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.8rem;
    cursor: pointer;
    white-space: nowrap;
}

.status-dropdown-item:hover[b-75twvloyag] {
    background-color: #f0f0f0;
}

.status-dropdown-item.active[b-75twvloyag] {
    background-color: #68321e;
    color: #fff;
}

.status-color-indicator[b-75twvloyag] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.status-placeholder[b-75twvloyag] {
    color: #6c757d;
}

.bulk-actions .btn[b-75twvloyag] {
    font-size: 0.75rem;
    padding: 0.375rem 0.625rem;
    border-radius: 6px;
}

.bulk-actions .btn-primary[b-75twvloyag] {
    background: #68321e;
    border-color: #68321e;
}

.bulk-actions .btn-primary:hover:not(:disabled)[b-75twvloyag] {
    background: #7a3d24;
    border-color: #7a3d24;
}

.selected-fields-list[b-75twvloyag] {
    overflow-y: auto;
    flex: 1;
    padding: 0.25rem 0;
}

.selected-field-row[b-75twvloyag] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.625rem;
    margin: 0.125rem 0.375rem;
    border-radius: 8px;
    transition: background-color 0.15s ease;
    cursor: default;
}

.selected-field-row:hover[b-75twvloyag] {
    background: #f5f5f5;
}

/* Selection order badge - styled like PointSymbol with border as status color and fill as FlaxSeasonType */
.field-order-badge[b-75twvloyag] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 3px solid;
}

.field-checkbox[b-75twvloyag] {
    flex-shrink: 0;
}

.field-checkbox input[type="checkbox"][b-75twvloyag] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #68321e;
}

.field-label[b-75twvloyag] {
    flex: 1;
    min-width: 0;
    padding-left: 0.5rem;
    border-left: 3px solid transparent;
    border-radius: 2px;
}

.field-code[b-75twvloyag] {
    font-weight: 600;
    font-size: 0.8rem;
    color: #333;
    display: block;
    line-height: 1.2;
}

.field-description[b-75twvloyag] {
    font-size: 0.7rem;
    color: #777;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.field-actions[b-75twvloyag] {
    display: flex;
    gap: 0.25rem;
    flex-shrink: 0;
}

.btn-icon[b-75twvloyag] {
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 6px;
    font-size: 0.85rem;
    transition: all 0.15s ease;
}

.btn-icon:hover[b-75twvloyag] {
    transform: scale(1.05);
}

.btn-comment[b-75twvloyag] {
    background: #f0f0f0;
    border: none;
    color: #999;
}

.btn-comment:hover[b-75twvloyag] {
    background: #e5e5e5;
    color: #666;
}

.btn-comment.has-comments[b-75twvloyag] {
    background: #e3f2fd;
    color: #1976d2;
}

.btn-comment.has-comments:hover[b-75twvloyag] {
    background: #bbdefb;
}

.btn-comment.important[b-75twvloyag] {
    background: #fff3e0;
    color: #e65100;
}

.btn-comment.important:hover[b-75twvloyag] {
    background: #ffe0b2;
}

.btn-info[b-75twvloyag] {
    background: transparent;
    border: 1px solid #ddd;
    color: #666;
}

.btn-info:hover[b-75twvloyag] {
    background: #f5f5f5;
    border-color: #bbb;
    color: #333;
}

.btn-remove[b-75twvloyag] {
    background: transparent;
    border: 1px solid #ddd;
    color: #999;
}

.btn-remove:hover[b-75twvloyag] {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #dc2626;
}

.comment-count[b-75twvloyag] {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #1976d2;
    color: white;
    font-size: 0.6rem;
    min-width: 14px;
    height: 14px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 0 3px;
}

.btn-comment.important .comment-count[b-75twvloyag] {
    background: #e65100;
}

/* Comment Panel */
.comment-panel[b-75twvloyag] {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 0.625rem;
    margin: 0 0.375rem 0.375rem 0.375rem;
    border-radius: 8px;
    animation: slideDown-b-75twvloyag 0.2s ease;
}

@keyframes slideDown-b-75twvloyag {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.existing-comments[b-75twvloyag] {
    max-height: 120px;
    overflow-y: auto;
    margin-bottom: 0.5rem;
}

.comment-item[b-75twvloyag] {
    background: white;
    padding: 0.5rem;
    border-radius: 6px;
    margin-bottom: 0.375rem;
    border-left: 3px solid #e0e0e0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    transition: all 0.15s ease;
}

.comment-item:hover[b-75twvloyag] {
    background: #f5f1f0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-left-color: #c0a090;
}

.comment-item.important[b-75twvloyag] {
    border-left-color: #ff9800;
    background: #fffbf5;
}

.comment-item.important:hover[b-75twvloyag] {
    background: #fff9f0;
    border-left-color: #e65100;
}

.comment-header[b-75twvloyag] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
    gap: 0.5rem;
}

.comment-date[b-75twvloyag] {
    font-size: 0.65rem;
    color: #999;
}

.comment-header .badge[b-75twvloyag] {
    font-size: 0.6rem;
    padding: 0.15rem 0.35rem;
}

.comment-text[b-75twvloyag] {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #444;
}

/* Comment Attachments */
.comment-attachments[b-75twvloyag] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 0.5rem;
    padding-top: 0.375rem;
    border-top: 1px dashed #eee;
}

.comment-attachment[b-75twvloyag] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 0.65rem;
    color: #666;
    max-width: 100%;
}

.comment-attachment-thumbnail[b-75twvloyag] {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.comment-attachment-icon[b-75twvloyag] {
    font-size: 1rem;
    color: #999;
}



.add-comment[b-75twvloyag] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    padding-top: 0.375rem;
    border-top: 1px dashed #ddd;
}

.add-comment textarea[b-75twvloyag] {
    resize: none;
    font-size: 0.75rem;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.add-comment textarea:focus[b-75twvloyag] {
    border-color: #68321e;
    box-shadow: 0 0 0 2px rgba(104, 50, 30, 0.1);
}

.add-comment-actions[b-75twvloyag] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-comment-actions .form-check-label[b-75twvloyag] {
    font-size: 0.7rem;
    color: #666;
}

.add-comment-actions .btn[b-75twvloyag] {
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 6px;
}

.add-comment-actions .btn-primary[b-75twvloyag] {
    background: #68321e;
    border-color: #68321e;
}

/* Empty state */
.empty-comments[b-75twvloyag] {
    text-align: center;
    padding: 0.75rem;
    color: #aaa;
    font-size: 0.75rem;
}

/* Comment modal */
.comment-modal-overlay[b-75twvloyag] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.comment-modal[b-75twvloyag] {
    background: white;
    border-radius: 12px;
    width: 520px;
    max-width: 100%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.comment-modal-header[b-75twvloyag] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #eee;
    background: #faf7f5;
}

.comment-modal-title[b-75twvloyag] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #5a2b18;
}

.comment-modal-body[b-75twvloyag] {
    padding: 1rem;
    overflow-y: auto;
    max-height: 70vh;
}

.comment-modal .existing-comments[b-75twvloyag] {
    max-height: 200px;
}

.comment-item textarea[b-75twvloyag] {
    font-size: 0.75rem;
}

.comment-item .btn-link[b-75twvloyag] {
    text-decoration: none;
}

.comment-edit-modal[b-75twvloyag] {
    width: 500px;
}

.comment-edit-modal .comment-modal-body[b-75twvloyag] {
    padding: 1.5rem;
}

.comment-edit-modal .form-control[b-75twvloyag] {
    font-size: 0.9rem;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.comment-edit-modal .form-control:focus[b-75twvloyag] {
    border-color: #68321e;
    box-shadow: 0 0 0 3px rgba(104, 50, 30, 0.1);
}

.comment-edit-modal .form-check[b-75twvloyag] {
    padding-left: 1.5rem;
}

.comment-edit-modal .form-check-input[b-75twvloyag] {
    accent-color: #68321e;
}

.comment-edit-modal .form-label[b-75twvloyag] {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .selected-fields-panel[b-75twvloyag] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
        max-height: 60px; /* Default collapsed */
        overflow: hidden; /* Clip content to panel height so drag controls visible area */
        transition: max-height 0.3s ease;
        z-index: 20;
        padding-bottom: env(safe-area-inset-bottom);
        overscroll-behavior: none; /* Prevent iOS Safari overscroll/bounce */
    }
    
    /* When expanded (has selection) - use CSS class instead of :has() */
    .selected-fields-panel.mobile-expanded[b-75twvloyag] {
        max-height: 33vh;
    }
    
    .selected-fields-content[b-75twvloyag] {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
    }
    
    .search-section[b-75twvloyag] {
        border-radius: 16px 16px 0 0;
        padding: 0.75rem;
    }
    
    .bulk-actions[b-75twvloyag] {
        padding: 0.75rem;
    }

    /* Ensure taps on buttons are dispatched as clicks immediately
       (eliminates 300ms double-tap-to-zoom delay on mobile Safari) */
    .bulk-actions[b-75twvloyag],
    .bulk-actions .btn[b-75twvloyag],
    .field-actions[b-75twvloyag],
    .field-actions .btn[b-75twvloyag] {
        touch-action: manipulation;
    }

    .selected-fields-list[b-75twvloyag] {
        padding-bottom: env(safe-area-inset-bottom);
    }
    
    .comment-modal[b-75twvloyag] {
        max-width: calc(100vw - 2rem);
        max-height: calc(100vh - 4rem);
    }
    
    .comment-modal-body[b-75twvloyag] {
        max-height: calc(100vh - 10rem);
    }
}

@media (max-width: 576px) {
.selected-fields-panel[b-75twvloyag] {
    max-width: 100vw;
}
    
/* When expanded (has selection) */
.selected-fields-panel.mobile-expanded[b-75twvloyag] {
    max-height: 60vh;
}
    
.selected-fields-content[b-75twvloyag] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

    .bulk-actions[b-75twvloyag] {
        flex-wrap: wrap;
        gap: 0.25rem;
        padding: 0.5rem;
    }

    .status-dropdown-wrapper[b-75twvloyag] {
        flex: 1 1 100%;
    }

    .bulk-actions .btn[b-75twvloyag] {
        flex: 1;
    }

    .field-label[b-75twvloyag] {
        max-width: 120px;
    }

    .btn-icon[b-75twvloyag] {
        width: 32px;
        height: 32px;
    }
    
    .selected-field-row[b-75twvloyag] {
        padding: 0.625rem;
    }
    
    .comment-modal[b-75twvloyag] {
        max-width: calc(100vw - 1rem);
        max-height: calc(100vh - 2rem);
        border-radius: 12px;
    }
    
    .comment-modal-overlay[b-75twvloyag] {
        padding: 0.5rem;
    }
}

/* Comment attachment upload styles */
.comment-attachment-upload[b-75twvloyag] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pending-comment-attachments[b-75twvloyag] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.pending-comment-attachment[b-75twvloyag] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.75rem;
}

.pending-comment-thumbnail[b-75twvloyag] {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 2px;
}

.pending-comment-file-icon[b-75twvloyag] {
    font-size: 1rem;
    color: #6c757d;
}

.pending-comment-filename[b-75twvloyag] {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Additional utility classes */
.clickable[b-75twvloyag] {
    cursor: pointer;
}

.field-code-container[b-75twvloyag] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn-pickup[b-75twvloyag] {
    background: #f0f0f0;
    border: none;
    color: #999;
}

.btn-pickup:hover[b-75twvloyag] {
    background: #e5e5e5;
    color: #666;
}

    .btn-pickup.has-pickups[b-75twvloyag] {
        background: #e3f2fd;
        color: #1976d2;
    }

.btn-pickup.has-pickups:hover[b-75twvloyag] {
    background: #f8bbd0;
}

.pickup-count[b-75twvloyag] {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #1976d2;
    color: white;
    font-size: 0.6rem;
    min-width: 14px;
    height: 14px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 0 3px;
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-bi82c777fl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bi82c777fl] {
    flex: 1;
}

.sidebar[b-bi82c777fl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bi82c777fl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bi82c777fl]  a, .top-row .btn-link[b-bi82c777fl] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bi82c777fl] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bi82c777fl] {
        display: none;
    }

    .top-row.auth[b-bi82c777fl] {
        justify-content: space-between;
    }

    .top-row a[b-bi82c777fl], .top-row .btn-link[b-bi82c777fl] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bi82c777fl] {
        flex-direction: row;
    }

    .sidebar[b-bi82c777fl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }

    .top-row[b-bi82c777fl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bi82c777fl], article[b-bi82c777fl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
