/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ifbpl0ukrk] {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f8f9fa;
}

main[b-ifbpl0ukrk] {
  flex: 1;
}

.content[b-ifbpl0ukrk] {
  max-width: 980px;
  margin: 0 auto;
}

#blazor-error-ui[b-ifbpl0ukrk] {
  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-ifbpl0ukrk] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.app-banner[b-5ahrrnu4jc] {
    background: linear-gradient(135deg, #003876 0%, #005BAC 100%);
    border-bottom: 5px solid #FFB900;
    padding: 1rem 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.banner-content[b-5ahrrnu4jc] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
}

.logo-area[b-5ahrrnu4jc] {
    flex-shrink: 0;
}

.city-logo[b-5ahrrnu4jc] {
    height: 75px;
    width: auto;
}

.banner-title[b-5ahrrnu4jc] {
    color: white;
}

.app-title[b-5ahrrnu4jc] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: white;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.app-subtitle[b-5ahrrnu4jc] {
    margin: 0.1rem 0 0 0;
    color: #FFB900;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ui0iepexik],
.components-reconnect-repeated-attempt-visible[b-ui0iepexik],
.components-reconnect-failed-visible[b-ui0iepexik],
.components-pause-visible[b-ui0iepexik],
.components-resume-failed-visible[b-ui0iepexik],
.components-rejoining-animation[b-ui0iepexik] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ui0iepexik],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ui0iepexik],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ui0iepexik],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ui0iepexik],
#components-reconnect-modal.components-reconnect-retrying[b-ui0iepexik],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ui0iepexik],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ui0iepexik],
#components-reconnect-modal.components-reconnect-failed[b-ui0iepexik],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ui0iepexik] {
    display: block;
}


#components-reconnect-modal[b-ui0iepexik] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ui0iepexik 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ui0iepexik 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ui0iepexik 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ui0iepexik]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ui0iepexik 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ui0iepexik {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ui0iepexik {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ui0iepexik {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ui0iepexik] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ui0iepexik] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ui0iepexik] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ui0iepexik] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ui0iepexik] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ui0iepexik] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ui0iepexik] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ui0iepexik 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ui0iepexik] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ui0iepexik {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.inspection-page[b-gyf046kcml] {
    max-width: 900px;
    margin: 0 auto;
}

.page-title[b-gyf046kcml] {
    color: #003876;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.instructions-box[b-gyf046kcml] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.instructions-box h5[b-gyf046kcml] {
    color: #003876;
    margin-bottom: 0.75rem;
}

.search-form[b-gyf046kcml] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.25rem;
}

.permit-input[b-gyf046kcml] {
    max-width: 320px;
}

.btn-find[b-gyf046kcml] {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
    font-weight: 600;
    padding: 0.4rem 1.5rem;
}

.btn-find:hover:not(:disabled)[b-gyf046kcml] {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff;
}

.btn-find:disabled[b-gyf046kcml] {
    opacity: 0.55;
    cursor: not-allowed;
}

.inspection-types[b-gyf046kcml] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0;
    margin-top: 0.25rem;
}

.notes-box[b-gyf046kcml] {
    background: #fffbea;
    border: 1px solid #ffe58f;
    border-radius: 6px;
    padding: 0.9rem 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #555;
}

.inspector-info-box[b-gyf046kcml] {
    background: #e8f0fb;
    border: 1px solid #b8cdf0;
    border-left: 5px solid #003876;
    border-radius: 4px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.route-title[b-gyf046kcml] {
    color: #003876;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.route-table thead[b-gyf046kcml] {
    background-color: #003876;
    color: #fff;
}

.route-table thead th[b-gyf046kcml] {
    font-weight: 600;
    white-space: nowrap;
}

.route-table tbody tr:hover[b-gyf046kcml] {
    background-color: #f0f4ff;
}

.completed-inspection td[b-gyf046kcml] {
    background-color: #d4edda !important;
}

.completed-inspection:hover td[b-gyf046kcml] {
    background-color: #c3e6cb !important;
}

.highlighted-permit td[b-gyf046kcml] {
    background-color: #fff3cd !important;
    font-weight: 600;
}

.highlighted-permit:hover td[b-gyf046kcml] {
    background-color: #ffe69c !important;
}

@media (max-width: 767.98px) {
    .inspection-page[b-gyf046kcml] {
        padding: 0 0.25rem;
    }

    .search-form[b-gyf046kcml],
    .instructions-box[b-gyf046kcml],
    .notes-box[b-gyf046kcml] {
        padding: 1rem;
    }

    .permit-input[b-gyf046kcml] {
        max-width: 100%;
    }

    /* Card layout for table rows */
    .route-table thead[b-gyf046kcml] {
        display: none;
    }

    .route-table[b-gyf046kcml],
    .route-table tbody[b-gyf046kcml],
    .route-table tr[b-gyf046kcml],
    .route-table td[b-gyf046kcml] {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .route-table tr[b-gyf046kcml] {
        margin-bottom: 0.75rem;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

    .route-table td[b-gyf046kcml] {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 0.45rem 0.75rem;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        text-align: left !important;
    }

    .route-table td:last-child[b-gyf046kcml] {
        border-bottom: none;
    }

    .route-table td[b-gyf046kcml]::before {
        content: attr(data-label);
        font-weight: 700;
        color: #555;
        min-width: 85px;
        flex-shrink: 0;
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        padding-top: 2px;
    }

    .route-table tbody tr:hover td[b-gyf046kcml] {
        background-color: inherit;
    }
}
