@import '_content/Toolbelt.Blazor.SplitContainer/Toolbelt.Blazor.SplitContainer.bundle.scp.css';
@import '_content/UI.Infrastructure/UI.Infrastructure.bundle.scp.css';

/* /Components/Map/ComponentMap.razor.rz.scp.css */
[b-fvz4ayvyg8] .map-dark .leaflet-container .leaflet-pane.leaflet-overlay-pane > .leaflet-layer {
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

[b-fvz4ayvyg8] .map-controls-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.map-container > .mud-height-full[b-fvz4ayvyg8]  > .map-controls-container {
    top: 0 !important;
    top: constant(safe-area-inset-top, 0) !important;
    top: env(safe-area-inset-top, 0) !important;
}

[b-fvz4ayvyg8] .map-controls-container .map-controls {
    z-index: 800;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: auto;
}

[b-fvz4ayvyg8] .device-marker {
    background: transparent;
    border: 0;
}

[b-fvz4ayvyg8] .device-marker .device-marker__pin {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-fvz4ayvyg8] .device-marker .device-marker__icon {
    fill: var(--mud-palette-primary);
}

[b-fvz4ayvyg8] .device-marker .device-marker__label {
    margin-top: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-fvz4ayvyg8] .current-location-marker {
    background: transparent;
    border: 0;
    position: relative;
    width: 28px;
    height: 28px;
}

[b-fvz4ayvyg8] .current-location-marker .current-location-marker__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.35);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

[b-fvz4ayvyg8] .current-location-marker .current-location-marker__pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.18);
    transform: translate(-50%, -50%);
    animation: current-location-pulse-b-fvz4ayvyg8 2s ease-out infinite;
    z-index: 1;
}

@keyframes current-location-pulse-b-fvz4ayvyg8 {
    0% {
        transform: translate(-50%, -50%) scale(0.6);
        opacity: 0.7;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

[b-fvz4ayvyg8] .map-controls-container .map-controls [role="group"] {
    pointer-events: auto;
}

[b-fvz4ayvyg8] .map-controls-container .map-controls.map-controls-topleft {
    top: 12px;
    left: 12px;
}

[b-fvz4ayvyg8] .map-controls-container .map-controls.map-controls-topright {
    top: 12px;
    right: 12px;
    pointer-events: auto;
}

[b-fvz4ayvyg8] .map-controls-container .map-controls.navigation-controls {
    top: 64px;
    bottom: 64px;
    right: 12px;
}

[b-fvz4ayvyg8] .map-controls-container .map-controls.navigation-controls .main-controls {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* /Pages/SignInPage.razor.rz.scp.css */
.login-container[b-ttztpuf1hu] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}
