@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/GoogleMapView.razor.rz.scp.css */
.mapview-container[b-nujkzc51kj] {
    position: relative;
    width: 100%;
    height: 70vh;
}

.zoom-controls[b-nujkzc51kj] {
    position: fixed;
    top: 150px; /* Distance from the top of the .svg-container */
    right: 10px; /* Distance from the right of the .svg-container */
    display: flex;
    flex-direction: column;
    z-index: 1000; /* Ensure the controls are on top of other elements */
}

    .zoom-controls button[b-nujkzc51kj] {
        background-color: rgba(255, 255, 255, 0.8);
        border: 1px solid #1d0303;
        border-radius: 50%; /* Makes the button circular */
        width: 35px; /* Diameter of the circular button */
        height: 35px; /* Diameter of the circular button */
        margin: 5px; /* Spacing between buttons */
        padding: 0; /* Remove default padding */
        cursor: pointer;
        font-size: 20px; /* Size of the text inside the button */
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .zoom-controls button.active[b-nujkzc51kj] {
            transform: scale(1.1);
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        }

        .zoom-controls button:hover[b-nujkzc51kj] {
            background-color: rgba(255, 255, 255, 1);
        }

/* Media query for mobile devices */
@media (max-width: 600px) {
    .zoom-controls[b-nujkzc51kj] {
        top: 335px; /* Distance from the top of the .svg-container */
        right: 25px; /* Distance from the right of the .svg-container */
    }

        .zoom-controls button[b-nujkzc51kj] {
            width: 35px; /* Reduced diameter for smaller screens */
            height: 35px; /* Reduced diameter for smaller screens */
            font-size: 16px; /* Adjust font size for smaller screens */
            margin: 3px; /* Adjust spacing between buttons */
        }
}
/* /Components/MapView.razor.rz.scp.css */
svg[b-cfcuospmxh] {
    cursor: crosshair;
}

.svg-container[b-cfcuospmxh] {
    position: relative; /* Establishes a relative positioning context for child elements */
    width: 100%;
    height: auto;
}

.zoom-controls[b-cfcuospmxh] {
    position: fixed;
    top: 150px; /* Distance from the top of the .svg-container */
    right: 10px; /* Distance from the right of the .svg-container */
    display: flex;
    flex-direction: column;
    z-index: 1000; /* Ensure the controls are on top of other elements */
}

    .zoom-controls button[b-cfcuospmxh] {
        background-color: rgba(255, 255, 255, 0.8);
        border: 1px solid #1d0303;
        border-radius: 50%; /* Makes the button circular */
        width: 35px; /* Diameter of the circular button */
        height: 35px; /* Diameter of the circular button */
        margin: 5px; /* Spacing between buttons */
        padding: 0; /* Remove default padding */
        cursor: pointer;
        font-size: 20px; /* Size of the text inside the button */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .zoom-controls button.active[b-cfcuospmxh] {
        transform: scale(1.1);
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .zoom-controls button:hover[b-cfcuospmxh] {
        background-color: rgba(255, 255, 255, 1);
    }

/* Media query for mobile devices */
@media (max-width: 600px) {
    .zoom-controls[b-cfcuospmxh] {
        top: 335px; /* Distance from the top of the .svg-container */
        right: 25px; /* Distance from the right of the .svg-container */
    }
        .zoom-controls button[b-cfcuospmxh] {
            width: 35px; /* Reduced diameter for smaller screens */
            height: 35px; /* Reduced diameter for smaller screens */
            font-size: 16px; /* Adjust font size for smaller screens */
            margin: 3px; /* Adjust spacing between buttons */
        }
}

/* Marker styling inside the SVG */
/* default: let svg images not intercept pointer events, but allow explicit override via inline style */
svg image[b-cfcuospmxh] { pointer-events: none; }
svg image[style*="pointer-events:auto"][b-cfcuospmxh] { pointer-events: auto; cursor: pointer; }

svg text[b-cfcuospmxh] {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    pointer-events: none;
    filter: drop-shadow(0 0 1px rgba(255,255,255,0.9));
}

/* Overlay marker styles created by MapView.razor.js */
.mapview-overlay[b-cfcuospmxh] { position: absolute; top: 0; left: 0; pointer-events: none; }
.map-marker[b-cfcuospmxh] { pointer-events: auto; display: inline-block; }
.map-marker img.map-marker-image[b-cfcuospmxh] { display:block; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.map-marker[b-cfcuospmxh] { position: relative; }
.map-marker .map-marker-inner[b-cfcuospmxh] { width:100%; height:100%; border-radius:50%; overflow:hidden; position:relative; display:block; box-sizing: border-box; z-index: 2; }
.map-marker img.map-marker-image[b-cfcuospmxh] { width:100%; height:100%; object-fit:cover; display:block; }
.map-marker-popup[b-cfcuospmxh] { background: rgba(255,255,255,0.96); border-radius: 4px; padding:6px 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); white-space:nowrap; z-index:1001; }
/* circular border around marker image (overlay) */
.map-marker[b-cfcuospmxh] { display:flex; align-items:center; justify-content:center; }

.map-marker .marker-border[b-cfcuospmxh] { display:none !important; }

.map-marker .marker-inner-ring[b-cfcuospmxh] { display:none !important; }

/* Card-style popup for marker details */
.map-marker-card[b-cfcuospmxh] {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    border: 1px solid rgba(0,0,0,0.18);
    min-width: 200px;
    max-width: 360px;
    z-index: 2000; /* ensure above most UI */
}
.map-marker-card .marker-card-inner[b-cfcuospmxh] { display:flex; align-items:flex-start; gap:8px; }

.map-marker-card.compact[b-cfcuospmxh] {
    padding: 6px;
    border-radius: 8px;
    min-width: 160px;
    max-width: 260px;
}
.map-marker-card.compact .marker-card-image-wrapper[b-cfcuospmxh] { width:40px; height:40px; flex:0 0 40px; border-radius:6px; }
.map-marker-card.compact .marker-card-title[b-cfcuospmxh] { font-size:12px; }
.map-marker-card.compact .marker-card-desc[b-cfcuospmxh] { font-size:11px; }
.marker-card-image-wrapper img[b-cfcuospmxh] { display:block; width:100%; height:100%; object-fit:cover; }
.marker-card-title[b-cfcuospmxh] { font-size:13px; font-weight:700; color:#111; }
.marker-card-category[b-cfcuospmxh] { font-size:12px; color:#666; display:flex; align-items:center; gap:6px; }
.marker-card-desc[b-cfcuospmxh] { font-size:12px; color:#333; margin-top:6px; }

/* close button inside popup */
.marker-card-close[b-cfcuospmxh] { background: transparent; border: none; cursor: pointer; color: #666; }

/* category badge: small pill with background color provided inline */
.marker-category-badge[b-cfcuospmxh] { display:inline-block; padding:2px 6px; border-radius:999px; font-size:11px; color:#333; background:transparent; border: 1px solid rgba(0,0,0,0.06); }

/* Heading arrow that sits on the outer edge of the circular marker */
.map-marker-arrow-wrap[b-cfcuospmxh] { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 3; }
.map-marker-arrow-inner[b-cfcuospmxh] { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transform-origin: 50% 0; pointer-events: none; }
.map-marker-arrow-inner svg[b-cfcuospmxh] { display: block; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.18)); }

/* (heading label removed) */
/* /Components/MapView3D.razor.rz.scp.css */
.mapview-container[b-8l2qcsxt8r] {
    width: 100%;
    height: 100vh;
}
/* /Components/NavigationPositionGpsView.razor.rz.scp.css */
.support3d-switch[b-qkvpzv0ra5] {
    position: fixed;
    top: 150px; /* Distance from the top of the .svg-container */
    right: 70px; /* Distance from the right of the .svg-container */
    display: flex;
    flex-direction: column;
    z-index: 1000; /* Ensure the controls are on top of other elements */
}

/* Media query for mobile devices */
@media (max-width: 600px) {
    .support3d-switch[b-qkvpzv0ra5] {
        position: fixed;
        top: 250px; /* Distance from the top of the .svg-container */
        right: 40px; /* Distance from the right of the .svg-container */
        display: flex;
        flex-direction: column;
        z-index: 1000; /* Ensure the controls are on top of other elements */
    }
}
/* /Components/NavigationPositionView.razor.rz.scp.css */
.support3d-switch[b-ithrxp1jw4] {
    position: fixed;
    top: 150px; /* Distance from the top of the .svg-container */
    right: 70px; /* Distance from the right of the .svg-container */
    display: flex;
    flex-direction: column;
    z-index: 1000; /* Ensure the controls are on top of other elements */
}

/* Media query for mobile devices */
@media (max-width: 600px) {
    .support3d-switch[b-ithrxp1jw4] {
        position: fixed;
        top: 250px; /* Distance from the top of the .svg-container */
        right: 40px; /* Distance from the right of the .svg-container */
        display: flex;
        flex-direction: column;
        z-index: 1000; /* Ensure the controls are on top of other elements */
    }
}
/* /Components/SignInView.razor.rz.scp.css */
.card[b-kxhqfb7wzd] {
    border-radius: 1.5em;
}
/* /Components/SiteMarkersView.razor.rz.scp.css */
.support3d-switch[b-2xnzs5plnx] {
    position: fixed;
    top: 150px; /* Distance from the top of the .svg-container */
    right: 70px; /* Distance from the right of the .svg-container */
    display: flex;
    flex-direction: column;
    z-index: 1000; /* Ensure the controls are on top of other elements */
}

/* Media query for mobile devices */
@media (max-width: 600px) {
    .support3d-switch[b-2xnzs5plnx] {
        position: fixed;
        top: 250px; /* Distance from the top of the .svg-container */
        right: 40px; /* Distance from the right of the .svg-container */
        display: flex;
        flex-direction: column;
        z-index: 1000; /* Ensure the controls are on top of other elements */
    }
}
/* /Pages/PlaceDelete.razor.rz.scp.css */
.toast-container[b-rrukiqgol5] {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: none;
}

@media (min-width: 768px) {
  .toast-container[b-rrukiqgol5] {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
/* /Pages/SiteDelete.razor.rz.scp.css */
.toast-container[b-k5bwz0d4fw] {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: none;
}

@media (min-width: 768px) {
  .toast-container[b-k5bwz0d4fw] {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-yt0st9bgsa] {
    position: relative;
    display: flex;
    flex-direction: column;
    /* Ensure the layout fills the full viewport so children can stretch */
    min-height: 100vh;
}

main[b-yt0st9bgsa] {
    flex: 1;
    /* Make main a flex column so its children can grow vertically */
    display: flex;
    flex-direction: column;
}

.sidebar[b-yt0st9bgsa] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yt0st9bgsa] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yt0st9bgsa]  a, .top-row[b-yt0st9bgsa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yt0st9bgsa]  a:hover, .top-row[b-yt0st9bgsa]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yt0st9bgsa]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yt0st9bgsa] {
        display: none;
    }

    .top-row.auth[b-yt0st9bgsa] {
        justify-content: space-between;
    }

    .top-row[b-yt0st9bgsa]  a, .top-row[b-yt0st9bgsa]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yt0st9bgsa] {
        flex-direction: row;
    }

    .sidebar[b-yt0st9bgsa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yt0st9bgsa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yt0st9bgsa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yt0st9bgsa], article[b-yt0st9bgsa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /* Allow the page content area to expand to available height and make cards grow */
    article.content[b-yt0st9bgsa] {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0; /* allow child overflow to work correctly */
    }

    article.content .card[b-yt0st9bgsa] {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0; /* needed so children can scroll when overflowing */
    }

    article.content .card-body[b-yt0st9bgsa] {
        flex: 1 1 auto;
        overflow: auto;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vtr1fbmipt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vtr1fbmipt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vtr1fbmipt] {
    font-size: 1.1rem;
}

.oi[b-vtr1fbmipt] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vtr1fbmipt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vtr1fbmipt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vtr1fbmipt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vtr1fbmipt]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vtr1fbmipt]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vtr1fbmipt]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vtr1fbmipt] {
        display: none;
    }

    .collapse[b-vtr1fbmipt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-h61udvnpju] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

span[b-h61udvnpju] {
    visibility: hidden;
    position: absolute;
    width: 160px;
    bottom: 100%;
    left: 50%;
    margin-left: -80px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-h61udvnpju]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-h61udvnpju] {
    visibility: visible;
}
