@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
.min-vh-100[b-m7c12oj86a] {
    min-height: 100vh;
}

.card[b-m7c12oj86a] {
    border-radius: 1rem;
}

.form-control:focus[b-m7c12oj86a] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.btn-primary[b-m7c12oj86a] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.btn-primary:hover[b-m7c12oj86a] {
    background: linear-gradient(135deg, #0056b3 0%, var(--bs-primary) 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}
/* /Components/Account/Pages/Onboarding.razor.rz.scp.css */
.min-vh-100[b-wipw1ow7ft] {
    min-height: 100vh;
}

.card[b-wipw1ow7ft] {
    border-radius: 1rem;
}
/* /Components/Layout/CreditsRemaining.razor.rz.scp.css */
.credits-remaining[b-ievweiw9um] {
    /* Ensure visibility on all screen sizes */
    flex-shrink: 0;
}

.credits-remaining .badge[b-ievweiw9um] {
    font-size: 0.8rem;
    padding: 0.5em 0.75em;
    font-weight: 600;
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.credits-remaining .badge i[b-ievweiw9um] {
    font-size: 0.9em;
}

/* Ensure the component stays visible when navbar is collapsed on mobile */
@media (max-width: 991.98px) {
    .credits-remaining[b-ievweiw9um] {
        order: -1; /* Keep it visible before the toggler */
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-44z9e4c3qj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    .page main[b-44z9e4c3qj] {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

        .page main > *:first-child[b-44z9e4c3qj] {
            flex: 1;
        }

main[b-44z9e4c3qj] {
    flex: 1;
}

.sidebar[b-44z9e4c3qj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

    .top-row[b-44z9e4c3qj]  a, .top-row[b-44z9e4c3qj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-44z9e4c3qj]  a:hover, .top-row[b-44z9e4c3qj]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-44z9e4c3qj] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-44z9e4c3qj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-44z9e4c3qj], article[b-44z9e4c3qj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-44z9e4c3qj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-44z9e4c3qj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yd88la8vbp],
.components-reconnect-repeated-attempt-visible[b-yd88la8vbp],
.components-reconnect-failed-visible[b-yd88la8vbp],
.components-pause-visible[b-yd88la8vbp],
.components-resume-failed-visible[b-yd88la8vbp],
.components-rejoining-animation[b-yd88la8vbp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yd88la8vbp] {
    display: block;
}

#components-reconnect-modal[b-yd88la8vbp] {
    display: none;
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: 4rem;
    z-index: 1100;
    pointer-events: none;
}

#components-reconnect-modal.components-reconnect-show[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-retrying[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-failed[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-paused[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-resume-failed[b-yd88la8vbp] {
    display: block;
}

#components-reconnect-modal.components-reconnect-failed[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-paused[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-resume-failed[b-yd88la8vbp] {
    pointer-events: auto;
}

.components-reconnect-container[b-yd88la8vbp] {
    max-width: 32rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(18, 31, 45, 0.95);
    color: #f4f7fb;
    box-shadow: 0 18px 40px rgba(7, 20, 33, 0.28);
    backdrop-filter: blur(12px);
    animation: components-reconnect-slide-in-b-yd88la8vbp 160ms ease-out;
}

.components-reconnect-status[b-yd88la8vbp] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.components-reconnect-copy[b-yd88la8vbp] {
    flex: 1 1 auto;
}

#components-reconnect-modal p[b-yd88la8vbp] {
    margin: 0;
    line-height: 1.4;
}

.components-reconnect-actions[b-yd88la8vbp] {
    display: none;
    justify-content: flex-end;
    gap: 0.5rem;
}

#components-reconnect-modal.components-reconnect-failed .components-reconnect-actions[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-paused .components-reconnect-actions[b-yd88la8vbp],
#components-reconnect-modal.components-reconnect-resume-failed .components-reconnect-actions[b-yd88la8vbp] {
    display: flex;
}

#components-reconnect-modal button[b-yd88la8vbp] {
    border: 0;
    background-color: #5ca4ff;
    color: #042649;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-weight: 600;
}

#components-reconnect-modal button:hover[b-yd88la8vbp] {
    background-color: #86bcff;
}

#components-reconnect-modal button:active[b-yd88la8vbp] {
    background-color: #4a94ea;
}

.components-rejoining-animation[b-yd88la8vbp] {
    position: relative;
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
}

.components-rejoining-animation div[b-yd88la8vbp] {
    position: absolute;
    border: 3px solid #5ca4ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-yd88la8vbp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-yd88la8vbp] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-yd88la8vbp {
    0% {
        top: 1.35rem;
        left: 1.35rem;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 1.35rem;
        left: 1.35rem;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 1.35rem;
        left: 1.35rem;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 2.75rem;
        height: 2.75rem;
        opacity: 0;
    }
}

@keyframes components-reconnect-slide-in-b-yd88la8vbp {
    from {
        transform: translateY(0.5rem);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* /Components/Pages/FAQ.razor.rz.scp.css */
.accordion-item[b-pz5vghx1bu] {
    scroll-margin-top: 60px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.min-vh-75[b-oc7gfckfah] {
    min-height: 75vh;
}

.hero-section[b-oc7gfckfah] {
    background: linear-gradient(115deg, var(--bs-primary) 25%, var(--light-blue) 100%);
}

.card[b-oc7gfckfah] {
    transition: transform 0.2s ease-in-out;
}

.card:hover[b-oc7gfckfah] {
    transform: translateY(-5px);
}

/* Dashboard styles */

.dashboard-icon-wrap[b-oc7gfckfah] {
    width: 3rem;
    height: 3rem;
    background: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-credit-count[b-oc7gfckfah] {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.dashboard-credit-count-success[b-oc7gfckfah] {
    color: var(--bs-success);
}

.dashboard-credit-count-warning[b-oc7gfckfah] {
    color: var(--bs-warning);
}

.dashboard-credit-count-danger[b-oc7gfckfah] {
    color: var(--bs-danger);
}
/* /Components/Pages/Map.razor.rz.scp.css */
.map-container[b-qovvacesth] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 1000;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
}

.map-element[b-qovvacesth] {
    flex: 1;
    width: 100%;
    min-height: 0; /* Important for flex items */
}

/* Search bar container at the bottom */
.map-search-container[b-qovvacesth] {
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 0.75rem;
    z-index: 1001;
    max-height: 70vh;
    overflow-y: auto;
}

.map-search-wrapper[b-qovvacesth] {
    max-width: 100%;
    margin: 0 auto;
}

/* Mobile first styling */
.map-search-container .input-group[b-qovvacesth] {
    width: 100%;
}

.map-search-container .input-group-text[b-qovvacesth] {
    background-color: #fff;
    border-right: 0;
    color: #6c757d;
}

/*.map-search-container .form-control {
    border-left: 0;
    border-right: 0;
    font-size: 1rem;
    padding: 0.625rem 0.75rem;
}

.map-search-container .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.map-search-container .btn {
    white-space: nowrap;
    font-size: 0.9rem;
    padding: 0.625rem 1rem;
}*/

.map-search-container .btn-outline-secondary[b-qovvacesth] {
    border-left: 0;
    border-right: 0;
    background-color: #fff;
}

.map-search-container .btn-outline-secondary:hover[b-qovvacesth] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

/* Search results styling */
.search-results[b-qovvacesth] {
    max-height: 400px;
    overflow-y: auto;
}

.search-results .card[b-qovvacesth] {
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-results .card-header[b-qovvacesth] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 0.25rem 0.5rem;
}

.search-results .list-group-item[b-qovvacesth] {
    transition: background-color 0.2s ease;
}

.search-results .list-group-item:hover[b-qovvacesth] {
    background-color: #f8f9fa;
}

.search-results .list-group-item:active[b-qovvacesth] {
    background-color: #e9ecef;
}

/* Tablet and up */
@media (min-width: 768px) {
    .map-search-container[b-qovvacesth] {
        padding: 1rem 1.5rem;
    }
    
    .map-search-wrapper[b-qovvacesth] {
        max-width: 600px;
    }
    
    .map-search-container .form-control[b-qovvacesth] {
        font-size: 1.1rem;
    }
}

/* Desktop */
@media (min-width: 992px) {
    .map-search-container[b-qovvacesth] {
        padding: 1.25rem 2rem;
    }
    
    .map-search-wrapper[b-qovvacesth] {
        max-width: 700px;
    }
}

/* Large desktop */
@media (min-width: 1200px) {
    .map-search-wrapper[b-qovvacesth] {
        max-width: 800px;
    }
}

/* Override any default body/html margins that might interfere */
body:has(.map-container)[b-qovvacesth] {
    overflow: hidden;
}

/*maplibre overrides*/
[b-qovvacesth] .maplibregl-ctrl-attrib {
    max-width: 40vw;
}
