/* /Components/AccreditationStatusCard.razor.rz.scp.css */
.accreditation-status-card[b-wterpbg1n6] {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: #fff;
    color: #333;
    white-space: normal;
    overflow-wrap: anywhere;
}

.fade-in[b-wterpbg1n6] {
    animation: fadeIn-b-wterpbg1n6 0.4s ease-in forwards;
}

@keyframes fadeIn-b-wterpbg1n6 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.accreditation-status-row[b-wterpbg1n6] {
    margin: 0.5rem 0;
    padding: 0.75rem;
    border-left: 4px solid transparent;
    border-radius: 8px;
    font-weight: 600;
    color: #737277 !important;
}

.accreditation-status-row strong[b-wterpbg1n6] {
    color: #2b3031;
}

.accreditation-status-row.highlighted[b-wterpbg1n6] {
    border-left-color: #00788f;
    background: #eef7f9;
    color: #2b3031 !important;
}

.accreditation-status-row.highlighted strong[b-wterpbg1n6] {
    color: #00677a;
}

@media (max-width: 640px) {
    .accreditation-status-row[b-wterpbg1n6] {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}
/* /Components/ErrorOverlay.razor.rz.scp.css */
.error-container[b-a2jw1a4a14] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: background-color 0.3s ease;
    animation: fadeIn 0.3s ease-out;
    z-index: 99999999;
}

.error-box[b-a2jw1a4a14] {
    background: #ffffff;
    border-left: 6px solid #e53935;
    border-radius: 0.75rem;
    padding: 2.5rem 2.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    text-align: center;
    color: #333;
}

.error-box h1[b-a2jw1a4a14] {
    margin-bottom: 1rem;
}

.error-box p[b-a2jw1a4a14] {
    margin-bottom: 1.25rem;
}

.error-tips[b-a2jw1a4a14] {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    color: #555;
    margin-top: 3rem;
}

.error-tips li[b-a2jw1a4a14] {
    margin-bottom: 0.5rem;
}

.error-button[b-a2jw1a4a14] {
    display: inline-block;
    margin-top: 3rem;
    transition: background-color 0.3s ease;
    animation: pulse-b-a2jw1a4a14 2s infinite;
    box-shadow: 0 0 0 rgba(1, 120, 143, 0.4);
}

@keyframes pulse-b-a2jw1a4a14 {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(1, 120, 143, 0.6);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(1, 120, 143, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(1, 120, 143, 0);
    }
}
/* /Components/FacilityTypeDefinitions/FacilityTypeDefinitionsModal.razor.rz.scp.css */
.facility-type-definitions-modal[b-qqw92h3oay] {
    color: #4b5563;
    font-weight: 600;
    max-width: 100%;
}

.facility-type-definition-section + .facility-type-definition-section[b-qqw92h3oay] {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e5e7eb;
}

.facility-type-label[b-qqw92h3oay] {
    display: inline-block;
    margin: 0 0 1rem;
    color: #00788f;
    font-size: clamp(1.375rem, 3vw, 2.125rem);
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.facility-type-definition-section.highlighted .facility-type-label[b-qqw92h3oay] {
    padding: 0.1rem 0.45rem;
    border-radius: 0.5rem;
    background: #eef7f9;
    box-shadow: inset 0 0 0 1px #b9e2e8;
}

.facility-type-definition-section.highlighted .facility-type-definition-list[b-qqw92h3oay] {
    border-radius: 0.5rem;
    background: #eef7f9;
    box-shadow: inset 0 0 0 1px #b9e2e8;
}

.facility-type-definition-list[b-qqw92h3oay] {
    margin: 0;
    padding-left: 2.5rem;
    max-width: 100%;
}

.facility-type-definition-list li + li[b-qqw92h3oay] {
    margin-top: 0.75rem;
}

.facility-type-definition-sublist[b-qqw92h3oay] {
    margin: 0.75rem 0 0;
    padding-left: 1.5rem;
    list-style-type: circle;
}

.facility-type-definition-sublist li + li[b-qqw92h3oay] {
    margin-top: 0.5rem;
}

@media (max-width: 767.98px) {
    .facility-type-definition-section + .facility-type-definition-section[b-qqw92h3oay] {
        margin-top: 1.25rem;
        padding-top: 1.25rem;
    }

    .facility-type-label[b-qqw92h3oay] {
        margin-bottom: 0.75rem;
    }

    .facility-type-definition-list[b-qqw92h3oay] {
        padding-left: 1.25rem;
    }

    .facility-type-definition-sublist[b-qqw92h3oay] {
        padding-left: 1rem;
    }

    .facility-type-definition-section.highlighted .facility-type-label[b-qqw92h3oay] {
        display: block;
        padding: 0.35rem 0.5rem;
    }

    .facility-type-definition-section.highlighted .facility-type-definition-list[b-qqw92h3oay] {
        padding-top: 0.75rem;
        padding-right: 0.75rem;
        padding-bottom: 0.75rem;
    }
}
/* /Components/InfiniteScroller.razor.rz.scp.css */
.infinite-sentinel[b-5kpl3541d7] {
    height: 1px;
    width: 100%;
}

.infinite-sentinel-row td[b-5kpl3541d7] {
    padding: 0 !important;
    border: 0 !important;
}

.infinite-status[b-5kpl3541d7] {
    padding: 12px 8px;
    color: #6b7280;
    font-weight: 600;
    text-align: center;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.header-container[b-efm7qk4qj9] {
    padding: 5px 32px;
}

.logo[b-efm7qk4qj9] {
    margin-left: 5px;
}
/* /Components/LoadingEllipsis.razor.rz.scp.css */
.ellipsis-loader[b-hguruds1sf] {
    display: flex;
    gap: 0.3rem;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 5px;
}

.dot[b-hguruds1sf] {
    font-size: 0.6rem !important;
    color: #674483;
    opacity: 0.2;
    animation: blink-b-hguruds1sf 1.4s infinite ease-in-out;
}

.dot1[b-hguruds1sf] {
    animation-delay: 0s;
}

.dot2[b-hguruds1sf] {
    animation-delay: 0.2s;
}

.dot3[b-hguruds1sf] {
    animation-delay: 0.4s;
}

@keyframes blink-b-hguruds1sf {
    0%, 80%, 100% {
        opacity: 0.2;
    }

    40% {
        opacity: 1;
    }
}
/* /Components/LoadingOrbs.razor.rz.scp.css */
.waiting-wrapper[b-h634nizmwh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    animation: fadeInUp-b-h634nizmwh 0.8s ease;
}

.orbit-loader[b-h634nizmwh] {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 2rem;
    animation: rotateOrbit-b-h634nizmwh 4s linear infinite;
}

.orb[b-h634nizmwh] {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform-origin: -60px;
    animation: pulseGlow-b-h634nizmwh 2s ease-in-out infinite;
}

    .orb.primary[b-h634nizmwh] {
        background: radial-gradient(circle, #00788F, #005E6F);
        box-shadow: 0 0 10px #674483, 0 0 20px #52386A;
    }

    .orb.secondary[b-h634nizmwh] {
        background: radial-gradient(circle, #737277, #5E5E62);
        box-shadow: 0 0 10px #00788F, 0 0 20px #005E6F;
    }

    .orb.accent[b-h634nizmwh] {
        background: radial-gradient(circle, #674483, #52386A);
        box-shadow: 0 0 10px #737277, 0 0 20px #5E5E62;
    }

    .orb.delay1[b-h634nizmwh] {
        animation-delay: 0.33s;
    }

    .orb.delay2[b-h634nizmwh] {
        animation-delay: 0.66s;
    }




/* Animations */
@keyframes rotateOrbit-b-h634nizmwh {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes pulseGlow-b-h634nizmwh {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 10px #3b82f6, 0 0 20px #60a5fa;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.7;
        box-shadow: 0 0 20px #60a5fa, 0 0 40px #3b82f6;
    }
}

@keyframes fadeInUp-b-h634nizmwh {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Modal.razor.rz.scp.css */
.bm-container[b-8iylase46d] {
    box-sizing: border-box;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    padding: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 2;
}

.bm-overlay[b-8iylase46d] {
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(15, 23, 42, 0.28);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.bm-active[b-8iylase46d] {
    display: flex;
}

.modal[b-8iylase46d] {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog[b-8iylase46d] {
    box-sizing: border-box;
    min-width: 0;
    width: min(44rem, 100%);
    margin-right: auto;
    margin-left: auto;
}

.modal-dialog-medium[b-8iylase46d] {
    width: min(62rem, 75vw);
}

.modal-dialog-large[b-8iylase46d] {
    width: min(80rem, 95vw);
}

.modal-content[b-8iylase46d] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    max-height: calc(100dvh - 3.5rem);
    overflow: hidden;
}

.modal .modal-dialog .modal-content .modal-header[b-8iylase46d] {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    padding: clamp(1rem, 2.5vw, 1.75rem);
}

.modal .modal-dialog .modal-content .modal-header h2[b-8iylase46d] {
    flex: 1 1 auto;
    min-width: 0;
    margin-bottom: 0;
    font-size: clamp(1.5rem, 1.15rem + 1.25vw, 2.25rem);
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.modal .modal-dialog .modal-content .modal-header .close[b-8iylase46d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: clamp(2.5rem, 2.25rem + 0.75vw, 3rem);
    height: clamp(2.5rem, 2.25rem + 0.75vw, 3rem);
    padding: 0;
    margin: 0 0 0 auto;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: inherit;
    cursor: pointer;
    opacity: 0.72;
    transform: none;
    appearance: none;
}

.modal .modal-dialog .modal-content .modal-header .close:hover[b-8iylase46d] {
    background: #eef7f9;
    color: #00677a;
    opacity: 1;
}

.modal .modal-dialog .modal-content .modal-header .close:focus-visible[b-8iylase46d] {
    outline: 3px solid #00788f;
    outline-offset: 2px;
    opacity: 1;
}

.modal .modal-dialog .modal-content .modal-header .close[b-8iylase46d]::after {
    content: none;
}

.modal .modal-dialog .modal-content .modal-header .modal-close-glyph[b-8iylase46d] {
    display: block;
    font-size: clamp(1.75rem, 1.5rem + 0.75vw, 2.25rem);
    font-weight: 700;
    line-height: 1;
    transform: translate(1px, 2px);
}

.modal-body[b-8iylase46d] {
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
    .bm-container[b-8iylase46d] {
        align-items: flex-start;
        padding: 0.75rem;
    }

    .modal-dialog[b-8iylase46d],
    .modal-dialog-medium[b-8iylase46d],
    .modal-dialog-large[b-8iylase46d] {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .modal-content[b-8iylase46d] {
        max-height: calc(100dvh - 1.5rem);
    }

    .modal .modal-dialog .modal-content .modal-header[b-8iylase46d] {
        gap: 0.5rem;
        padding: 0.875rem 1rem;
    }

    .modal .modal-dialog .modal-content .modal-header h2[b-8iylase46d] {
        font-size: clamp(1.25rem, 1.05rem + 1vw, 1.5rem);
    }

    .modal .modal-dialog .modal-content .modal-header .close[b-8iylase46d] {
        width: 2.5rem;
        height: 2.5rem;
    }

    .modal .modal-dialog .modal-content .modal-header .modal-close-glyph[b-8iylase46d] {
        font-size: 1.75rem;
    }

    .modal-body[b-8iylase46d] {
        padding: 1rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
label[b-tzj8v13qkz] {
    color: #737277;
    font-weight: 700;
}

span[b-tzj8v13qkz] {
    color: #2b3031;
}

.search-input-container[b-tzj8v13qkz] {
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: 2rem;
    padding: 2rem;
}

/* Grid */
.grid[b-tzj8v13qkz] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
}

.col-12[b-tzj8v13qkz], .col-6[b-tzj8v13qkz], .col-12-sm[b-tzj8v13qkz] {
    flex: 1 1 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .col-12[b-tzj8v13qkz] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-6[b-tzj8v13qkz] {
        flex: 0 0 48%;
        max-width: 48%;
    }

}

/* Force full width on small screens when you use col-12-sm */
@media (max-width:767.98px) {
    .col-12-sm[b-tzj8v13qkz] {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Fields */
.field[b-tzj8v13qkz] {
    display: flex;
    flex-direction: column;
    gap: 8px
}

/* Actions */
.actions[b-tzj8v13qkz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}

.action-buttons[b-tzj8v13qkz] {
    display: flex;
    gap: 10px;
}

/* Results */
.results[b-tzj8v13qkz] {
    width: 100%;
    padding: 8px 0;
    border-radius: 12px;
}

.result-cards[b-tzj8v13qkz] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.result-card[b-tzj8v13qkz] {
    border-radius: 2rem;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #cbd5e1;
    box-shadow: 0 1px 0 rgba(2,8,23,.04), 0 10px 24px rgba(2,8,23,.06);
    background-clip: padding-box;
}

    .result-card:hover[b-tzj8v13qkz],
    .result-card:focus-within[b-tzj8v13qkz] {
        border-color: #94a3b8;
        box-shadow: 0 1px 0 rgba(2,8,23,.06), 0 12px 28px rgba(2,8,23,.10);
    }

.result-head[b-tzj8v13qkz] {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 8px;
}

.name-wrap[b-tzj8v13qkz] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 220px
}

.result-body[b-tzj8v13qkz] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}

.result-body-section.kv[b-tzj8v13qkz] {
    flex: 0 1 40%;
    min-width: 280px;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 8px;
    align-content: start;
}

    .result-body-section.kv > label[b-tzj8v13qkz],
    .result-body-section.kv > .result-field-label[b-tzj8v13qkz] {
        color: #737277;
        font-weight: 700;
        white-space: nowrap;
        margin-top: 0;
        margin-bottom: 0;
    }

    .result-body-section.kv > span[b-tzj8v13qkz] {
        overflow-wrap: anywhere;
        word-break: normal;
        hyphens: auto;
        display: inline-flex;
        align-items: center;
    }

.result-body-section.address[b-tzj8v13qkz] {
    flex: 0 0 25%;
    min-width: 280px;
}

    .result-body-section.address span[b-tzj8v13qkz] {
        display: block;
    }

.result-body-section.contacts-col[b-tzj8v13qkz] {
    flex: 0 1 240px;
    min-width: 210px;
    max-width: 320px;
    margin-left: auto;
}

.contacts[b-tzj8v13qkz] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact[b-tzj8v13qkz] {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
    /* keep icon + number together */
    .contact .fa[b-tzj8v13qkz], .contact .fas[b-tzj8v13qkz] {
        width: 18px;
        text-align: center;
    }

.contact-link[b-tzj8v13qkz] {
    font-weight: 800;
    text-decoration: none;
    color: #00788f;
}

    .contact-link:hover[b-tzj8v13qkz] {
        text-decoration: underline;
    }
/* Responsive: stack neatly on tablets/phones */
@media (max-width: 1200px) {
    .result-body-section.kv[b-tzj8v13qkz],
    .result-body-section.address[b-tzj8v13qkz],
    .result-body-section.contacts-col[b-tzj8v13qkz] {
        flex: 1 1 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

/* accessibility */
.sr-only[b-tzj8v13qkz] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.select-wrapper[b-tzj8v13qkz] {
    position: relative;
    display: block;
}

.select-wrapper .form-select[b-tzj8v13qkz],
.form-group > .form-select[b-tzj8v13qkz] {
    border-radius: 20px;
    outline: none;
}

.form-select:hover[b-tzj8v13qkz],
.form-select:focus[b-tzj8v13qkz] {
    border-color: #2a6e7a;
}

.field-label-row[b-tzj8v13qkz] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    justify-content: space-between;
}

.field-help-button[b-tzj8v13qkz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #00788f;
    cursor: pointer;
}

.field-help-button i[b-tzj8v13qkz] {
    transform: translateY(-1px);
}

.field-help-button:hover[b-tzj8v13qkz],
.field-help-button:focus-visible[b-tzj8v13qkz] {
    color: #2a6e7a;
}

.field-help-button:disabled[b-tzj8v13qkz] {
    color: #94a3b8;
    cursor: default;
}

.view-toggle-icons[b-tzj8v13qkz] {
    display: flex;
    gap: 0;
    align-items: center;
    margin: 6px 0 10px;
    justify-content: flex-end;
    margin-top: 18px;
}

    .view-toggle-icons .icon-btn:focus[b-tzj8v13qkz] {
        outline: none;
    }

    .view-toggle-icons .icon-btn:focus-visible[b-tzj8v13qkz] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(142,197,255,.55);
    }

.icon-btn[b-tzj8v13qkz] {
    box-sizing: border-box;
    border-width: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 1.5rem;
    background: #fff;
    border: 1.5px solid #00788F;
    color: #00788F;
    cursor: pointer;
    transition: .15s ease-in-out;
    box-shadow: 0 1px 0 rgba(2,8,23,.04);
    margin-bottom: -5px;
}

    .icon-btn.right[b-tzj8v13qkz] {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
    }

    .icon-btn.left[b-tzj8v13qkz] {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .icon-btn i[b-tzj8v13qkz] {
        font-size: 18px;
        line-height: 1;
    }

    .icon-btn:hover[b-tzj8v13qkz] {
        background: #e6f3f5;
        border-color: #94d1d8;
    }

    .icon-btn.selected[b-tzj8v13qkz] {
        border-width: 1px;
        background: #00788F;
        color: #fff;
    }

.fade-in[b-tzj8v13qkz] {
    animation: fadeIn-b-tzj8v13qkz 0.4s ease-in forwards;
}

@keyframes fadeIn-b-tzj8v13qkz {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tableWrapper[b-tzj8v13qkz],
.tableSection[b-tzj8v13qkz] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
}

.results-table[b-tzj8v13qkz] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    table-layout: fixed;
    overflow: visible !important;
}

    .results-table th[b-tzj8v13qkz],
    .results-table td[b-tzj8v13qkz] {
        white-space: normal;
        overflow-wrap: normal;
        word-break: keep-all;
        hyphens: none;
        vertical-align: top;
    }

    .results-table th:nth-child(1)[b-tzj8v13qkz],
    .results-table td:nth-child(1)[b-tzj8v13qkz] {
        width: 17%;
    }

    .results-table th:nth-child(2)[b-tzj8v13qkz],
    .results-table td:nth-child(2)[b-tzj8v13qkz] {
        width: 16%;
    }

    .results-table th:nth-child(3)[b-tzj8v13qkz],
    .results-table td:nth-child(3)[b-tzj8v13qkz] {
        width: 17%;
    }

    .results-table th:nth-child(4)[b-tzj8v13qkz],
    .results-table td:nth-child(4)[b-tzj8v13qkz] {
        width: 13%;
    }

    .results-table th:nth-child(6)[b-tzj8v13qkz],
    .results-table td:nth-child(6)[b-tzj8v13qkz] {
        width: 14%;
    }

    .results-table th:nth-child(7)[b-tzj8v13qkz],
    .results-table td:nth-child(7)[b-tzj8v13qkz] {
        width: 12%;
    }

    .results-table th:nth-child(5)[b-tzj8v13qkz],
    .results-table td:nth-child(5)[b-tzj8v13qkz] {
        width: 12%;
    }

    .results-table thead th[b-tzj8v13qkz] {
        position: sticky;
        top: 0;
        z-index: 2;
        background: #00788f;
        box-shadow: 0 2px 0 rgba(0, 56, 67, 0.22);
    }

    .tableWrapper .tableSection .results-table thead tr:hover th[b-tzj8v13qkz],
    .tableWrapper .tableSection .results-table thead tr:focus-within th[b-tzj8v13qkz] {
        background: #00788f !important;
        color: #fff !important;
    }

    .results-table th:nth-child(1)[b-tzj8v13qkz],
    .results-table td:nth-child(1)[b-tzj8v13qkz],
    .results-table th:nth-child(2)[b-tzj8v13qkz],
    .results-table td:nth-child(2)[b-tzj8v13qkz],
    .results-table td:nth-child(3)[b-tzj8v13qkz] {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .results-table td:nth-child(3) span[b-tzj8v13qkz],
    .results-table td:nth-child(3) .contact-link[b-tzj8v13qkz],
    .results-table td:nth-child(3) .directions-inline[b-tzj8v13qkz] {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .results-table th[b-tzj8v13qkz] {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        line-height: 1.2;
        text-align: center;
        vertical-align: middle;
        overflow-wrap: normal;
    }

    .results-table .contact[b-tzj8v13qkz] {
        align-items: flex-start;
        white-space: normal;
    }

    .results-table .contact-link[b-tzj8v13qkz] {
        overflow-wrap: normal;
    }

    .results-table .directions-inline[b-tzj8v13qkz] {
        max-width: 100%;
    }

    .results-table .accreditation-status-heading[b-tzj8v13qkz] {
        position: sticky;
        top: 0;
        z-index: 3;
        min-width: 0;
    }

    .results-table .accreditation-status-heading-content[b-tzj8v13qkz] {
        position: relative;
        display: inline;
        max-width: 100%;
    }

    .results-table .accreditation-status-help-button[b-tzj8v13qkz] {
        position: static;
        top: auto;
        transform: none;
        padding-right: 0;
    }

.tableSection[b-tzj8v13qkz]  .results-table {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
    overflow: visible !important;
}

    .tableSection[b-tzj8v13qkz]  .results-table th,
    .tableSection[b-tzj8v13qkz]  .results-table td {
        min-width: 0 !important;
        white-space: normal !important;
        vertical-align: top !important;
    }

    .tableSection[b-tzj8v13qkz]  .results-table th {
        max-width: none !important;
        padding: 1.5rem 0.75rem !important;
        line-height: 1.2 !important;
        text-align: center !important;
        vertical-align: middle !important;
        overflow-wrap: normal !important;
        word-break: keep-all !important;
        hyphens: none !important;
    }

    .tableSection[b-tzj8v13qkz]  .results-table td {
        max-width: none !important;
        overflow-wrap: normal !important;
        word-break: keep-all !important;
        hyphens: none !important;
    }

    .tableSection[b-tzj8v13qkz]  .results-table th:nth-child(1),
    .tableSection[b-tzj8v13qkz]  .results-table td:nth-child(1),
    .tableSection[b-tzj8v13qkz]  .results-table th:nth-child(2),
    .tableSection[b-tzj8v13qkz]  .results-table td:nth-child(2),
    .tableSection[b-tzj8v13qkz]  .results-table td:nth-child(3),
    .tableSection[b-tzj8v13qkz]  .results-table td:nth-child(3) span,
    .tableSection[b-tzj8v13qkz]  .results-table td:nth-child(3) .contact-link,
    .tableSection[b-tzj8v13qkz]  .results-table td:nth-child(3) .directions-inline {
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .tableSection[b-tzj8v13qkz]  .results-table th:nth-child(5),
    .tableSection[b-tzj8v13qkz]  .results-table td:nth-child(5),
    .tableSection[b-tzj8v13qkz]  .results-table th:nth-child(6),
    .tableSection[b-tzj8v13qkz]  .results-table td:nth-child(6) {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

.result-field-label.accreditation-status-label[b-tzj8v13qkz] {
    display: inline-flex;
    align-items: center;
    align-self: start;
    gap: 0.35rem;
    margin-top: 5px;
    position: relative;
    line-height: 1.2;
}

.result-body-section.kv .accreditation-status-help-button[b-tzj8v13qkz] {
    position: static;
    flex: 0 0 auto;
    margin-left: 0;
}

.accreditation-status-help-button[b-tzj8v13qkz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    margin-left: 5px;
    padding: 0;
    border: 2px solid #674584;
    border-radius: 50%;
    background: #f1edf5;
    color: #674584;
    font-size: 18px;
    cursor: pointer;
}

.accreditation-status-help-button i[b-tzj8v13qkz] {
    transform: translateY(-1px);
}

.accreditation-status-help-button:hover[b-tzj8v13qkz],
.accreditation-status-help-button:focus-visible[b-tzj8v13qkz] {
    background: #e4d9ed;
    border-color: #4d3263;
    color: #4d3263;
}

.results-table .accreditation-status-heading .accreditation-status-help-button[b-tzj8v13qkz] {
    border-color: #d0c0dc;
    background: #f1edf5;
    color: #674584;
    margin-left: 0.25rem;
    vertical-align: middle;
}

.results-table .accreditation-status-heading .accreditation-status-help-button:hover[b-tzj8v13qkz],
.results-table .accreditation-status-heading .accreditation-status-help-button:focus-visible[b-tzj8v13qkz] {
    border-color: #e4d9ed;
    background: #e4d9ed;
    color: #4d3263;
}

.table.basic.no-row-hover tbody tr[b-tzj8v13qkz],
.table.basic.no-row-hover tbody tr:hover[b-tzj8v13qkz],
.table.basic.no-row-hover tbody tr:focus-within[b-tzj8v13qkz],
.table.basic.no-row-hover tbody tr:hover > td[b-tzj8v13qkz],
.table.basic.no-row-hover tbody tr:hover > th[b-tzj8v13qkz],
.table.basic.no-row-hover tbody td:hover[b-tzj8v13qkz],
.table.basic.no-row-hover tbody th:hover[b-tzj8v13qkz] {
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
    color: inherit !important;
}

    .table.basic.no-row-hover tbody tr:hover a[b-tzj8v13qkz],
    .table.basic.no-row-hover tbody tr:hover .contact-link[b-tzj8v13qkz] {
        color: #00788f !important;
    }

/* some libs add a subtle transition—turn it off */
.table.basic.no-row-hover tbody tr > *[b-tzj8v13qkz] {
    transition: none !important;
}

td.col-loc[b-tzj8v13qkz] {
    padding-right: 28px;
}

.results-table td.col-loc[b-tzj8v13qkz] {
    padding-right: 12px;
}

.results-table td.col-loc .directions-inline-desktop[b-tzj8v13qkz] {
    margin-top: 12px;
}

.directions-inline[b-tzj8v13qkz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 0;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 8px;
    background: #eef7f9;
    color: #0b7285;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
}

    .directions-inline:hover[b-tzj8v13qkz] {
        background: #e3f2f5;
    }

    .directions-inline i[b-tzj8v13qkz] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 16px;
        width: 16px;
        height: 16px;
        font-size: 14px;
        line-height: 1;
        text-align: center;
    }

    .directions-inline span[b-tzj8v13qkz] {
        line-height: 1.25;
        margin-top: 2px;
    }

.page-empty[b-tzj8v13qkz] {
    width: 100%;
}

.empty-card[b-tzj8v13qkz] {
    max-width: 100%;
    width: 100%;
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 22px;
    text-align: left;
    box-shadow: 0 1px 0 rgba(2,8,23,.04);
}

.empty-icon[b-tzj8v13qkz] {
    color: #0b7285;
    font-size: 22px;
}

.empty-sub[b-tzj8v13qkz] {
    margin: 0 0 12px;
    color: #6b7280;
}

.empty-filters[b-tzj8v13qkz] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 14px;
}

.chip[b-tzj8v13qkz] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef7f9;
    border: 1px solid #cbd5e1;
    color: #0b7285;
    font-weight: 600;
    cursor: pointer;
}

    .chip i[b-tzj8v13qkz] {
        font-size: 14px;
        width: 16px;
        text-align: center;
    }

    .chip:hover[b-tzj8v13qkz] {
        background: #e3f2f5;
    }

.empty-actions[b-tzj8v13qkz] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px 0 12px;
}

.empty-suggest[b-tzj8v13qkz] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.suggest-label[b-tzj8v13qkz] {
    color: #6b7280;
    margin-right: 4px;
}

.sugg[b-tzj8v13qkz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #0b7285;
    font-weight: 700;
    cursor: pointer;
}

    .sugg:hover[b-tzj8v13qkz] {
        background: #eef7f9;
    }

.card-description .heavy-text[b-tzj8v13qkz] {
    margin-top: 16px;
    font-weight: 600;
}

.card-description[b-tzj8v13qkz] {
    padding: 2rem 3.5rem 0 3.5rem;
}

.card-description a[b-tzj8v13qkz] {
    font-weight: 700;
}

.card-description .footnote-reference[b-tzj8v13qkz] {
    margin-left: 0.1rem;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 0;
    vertical-align: super;
}

.card-description .footnote-reference:hover[b-tzj8v13qkz] {
    text-decoration: none !important;
}

.card-description .footnotes[b-tzj8v13qkz] {
    margin: 1.25rem 0 0;
    color: #5f6b72;
    font-size: 0.875rem;
}

.card-description .footnotes .footnote[b-tzj8v13qkz] {
    scroll-margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem !important;
    line-height: 1.2rem !important;
    font-weight: 600;
    font-style: italic;
    color: black;
}

.card-description .footnotes .footnote.is-highlighted[b-tzj8v13qkz] {
    animation: footnote-highlight-b-tzj8v13qkz 2.5s ease-out;
}

@keyframes footnote-highlight-b-tzj8v13qkz {
    0% {
        background-color: #d4e4e7;
    }

    100% {
        background-color: transparent;
    }
}

.card-description .footnotes .footnote a[b-tzj8v13qkz] {
    font-size: inherit;
    font-style: italic;
}

.actions .last-checked[b-tzj8v13qkz] {
    margin: 0;
    color: #6b7280;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin-right: 1rem;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .content > .card[b-tzj8v13qkz] {
        border-radius: 1.25rem !important;
        padding: 1rem !important;
    }

    .card-description[b-tzj8v13qkz] {
        padding: 1rem 0 0;
    }

    .search-input-container[b-tzj8v13qkz] {
        padding: 1rem 0 0;
    }

    .field-label-row[b-tzj8v13qkz] {
        align-items: flex-start;
    }

    .actions[b-tzj8v13qkz] {
        justify-content: stretch;
        align-items: stretch;
    }

    .action-buttons[b-tzj8v13qkz] {
        width: 100%;
    }

    .actions .btn[b-tzj8v13qkz] {
        flex: 1 1 0;
        width: auto !important;
    }

    .view-toggle-icons[b-tzj8v13qkz] {
        justify-content: stretch;
    }

    .view-toggle-icons .icon-btn[b-tzj8v13qkz] {
        flex: 1 1 0;
        width: auto;
    }

    .result-card[b-tzj8v13qkz] {
        border-radius: 1.25rem;
        padding: 12px;
    }

    .result-head[b-tzj8v13qkz] {
        align-items: stretch;
    }

    .name-wrap[b-tzj8v13qkz],
    .result-body-section.kv[b-tzj8v13qkz],
    .result-body-section.address[b-tzj8v13qkz],
    .result-body-section.contacts-col[b-tzj8v13qkz] {
        min-width: 0;
    }

    .result-head .directions-inline[b-tzj8v13qkz] {
        justify-content: center;
        margin-left: 0 !important;
        width: 100%;
    }

    .directions-inline[b-tzj8v13qkz],
    .contact[b-tzj8v13qkz] {
        white-space: normal;
    }

    .contact-link[b-tzj8v13qkz] {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 560px) {
    .result-body-section.kv[b-tzj8v13qkz] {
        grid-template-columns: 1fr;
    }

    .result-field-label.accreditation-status-label[b-tzj8v13qkz] {
        margin-top: 0;
    }
}
/* /Components/ReconnectOverlay.razor.rz.scp.css */
.reconnect-sleep-overlay[b-uek4zh6vob] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: background-color 0.3s ease;
    animation: fadeIn-b-uek4zh6vob 0.3s ease-out;
    z-index: 99999998;
}

.sleep-box[b-uek4zh6vob] {
    background: rgba(255, 255, 255, 0.95);
    padding: 18rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.zzz-trail[b-uek4zh6vob] {
    margin-top: 1rem;
    font-size: 4rem;
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 4rem;
}

    .zzz-trail span[b-uek4zh6vob] {
        opacity: 0;
        animation: floatZzz-b-uek4zh6vob 3s ease-in-out infinite;
        color: #0078d7;
    }

        .zzz-trail span:nth-child(1)[b-uek4zh6vob] {
            animation-delay: 0s;
        }

        .zzz-trail span:nth-child(2)[b-uek4zh6vob] {
            animation-delay: 0.5s;
        }

        .zzz-trail span:nth-child(3)[b-uek4zh6vob] {
            animation-delay: 1s;
        }

@keyframes floatZzz-b-uek4zh6vob {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: translateY(-15px);
        opacity: 0;
    }
}

@keyframes fadeIn-b-uek4zh6vob {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.wake-btn[b-uek4zh6vob] {
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: #01788f;
    border: none;
    font-size: 3rem;
    font-weight: 600;
    padding: 2rem 2rem;
    border-radius: 999px;
    cursor: pointer;
    animation: pulse-b-uek4zh6vob 2s infinite;
    box-shadow: 0 0 0 rgba(1, 120, 143, 0.4);
    transition: background-color 0.3s ease;
    font-family: inherit;
    margin-top: 2rem;
}

    .wake-btn:hover[b-uek4zh6vob] {
        background-color: #016a7f;
    }

    .wake-btn:visited[b-uek4zh6vob] {
        color: white;
    }

@keyframes pulse-b-uek4zh6vob {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(1, 120, 143, 0.6);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(1, 120, 143, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(1, 120, 143, 0);
    }
}
