/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout chrome is provided by the ARMNAB design (assets/css/main.css).
   This file is intentionally minimal. */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fo11helmh5],
.components-reconnect-repeated-attempt-visible[b-fo11helmh5],
.components-reconnect-failed-visible[b-fo11helmh5],
.components-pause-visible[b-fo11helmh5],
.components-resume-failed-visible[b-fo11helmh5],
.components-rejoining-animation[b-fo11helmh5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fo11helmh5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fo11helmh5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fo11helmh5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fo11helmh5],
#components-reconnect-modal.components-reconnect-retrying[b-fo11helmh5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fo11helmh5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fo11helmh5],
#components-reconnect-modal.components-reconnect-failed[b-fo11helmh5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fo11helmh5] {
    display: block;
}


#components-reconnect-modal[b-fo11helmh5] {
    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-fo11helmh5 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fo11helmh5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fo11helmh5 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fo11helmh5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fo11helmh5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fo11helmh5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fo11helmh5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fo11helmh5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fo11helmh5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fo11helmh5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fo11helmh5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fo11helmh5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fo11helmh5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fo11helmh5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fo11helmh5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fo11helmh5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fo11helmh5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fo11helmh5 {
    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/Layout/SearchBox.razor.rz.scp.css */
.site-search[b-zk44loqvko] {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 4px 0 12px;
    border: 1px solid var(--black-300, #dcdcdc);
    border-radius: 20px;
    background: var(--white, #fff);
}

.site-search__input[b-zk44loqvko] {
    border: 0;
    outline: none;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    width: 160px;
    color: var(--black-800, #1a1a1a);
}

.site-search__btn[b-zk44loqvko] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.site-search__btn img[b-zk44loqvko] {
    width: 18px;
    height: 18px;
}

.site-search__btn:hover[b-zk44loqvko] {
    background: var(--blue-100, #f0f4f9);
}
/* /Components/Pages/AuditLog.razor.rz.scp.css */
.audit-table[b-p4v8juyfzr] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.audit-table th[b-p4v8juyfzr],
.audit-table td[b-p4v8juyfzr] {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid var(--black-300, #dcdcdc);
    vertical-align: top;
}

.audit-table th[b-p4v8juyfzr] {
    font-weight: 700;
    color: var(--black-800, #1a1a1a);
    background: var(--blue-100, #f0f4f9);
    white-space: nowrap;
}

.audit-table tbody tr:nth-child(even)[b-p4v8juyfzr] {
    background: var(--black-200, #f5f5f5);
}

.audit-pager[b-p4v8juyfzr] {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 20px;
}
/* /Components/Pages/CertificationBodyList.razor.rz.scp.css */
/* Overlay is rendered always; show only when open (original used [hidden]). */
.drawer-overlay[b-4d4xtsuly9] {
    display: none;
}

    .drawer-overlay.is-shown[b-4d4xtsuly9] {
        display: block;
    }

/* Sort dropdown (replaces the Bootstrap dropdown from the legacy page). */
.cbl-sort[b-4d4xtsuly9] {
    position: relative;
}

.cbl-sort__menu[b-4d4xtsuly9] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 50;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    background: var(--white, #fff);
    border: 1px solid var(--black-300, #dcdcdc);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

    .cbl-sort__menu button[b-4d4xtsuly9] {
        text-align: left;
        padding: 8px 16px;
        border: 0;
        background: transparent;
        font-family: inherit;
        font-size: 14px;
        cursor: pointer;
        color: var(--black-800, #1a1a1a);
    }

    .cbl-sort__menu button:hover[b-4d4xtsuly9] {
        background: var(--blue-100, #f0f4f9);
    }

.cbl-legend[b-4d4xtsuly9] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

/* Disabled "open" arrow when there is no external detail link. */
.reg-table__go-disabled[b-4d4xtsuly9] {
    opacity: 0.3;
}

/* Disabled pagination controls. */
.pagination__prev.is-disabled[b-4d4xtsuly9],
.pagination__next.is-disabled[b-4d4xtsuly9] {
    opacity: 0.4;
    pointer-events: none;
}

/* Pagination controls are <button>s; reset native button chrome so they keep
   the design's look (the .page-btn border/colours come from main.css). */
.pagination__prev[b-4d4xtsuly9],
.pagination__next[b-4d4xtsuly9] {
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.page-btn[b-4d4xtsuly9] {
    font: inherit;
    cursor: pointer;
}

    .page-btn:not(.is-active)[b-4d4xtsuly9] {
        background: transparent;
    }

.pagination__prev:disabled[b-4d4xtsuly9],
.pagination__next:disabled[b-4d4xtsuly9] {
    cursor: default;
}
/* /Components/Pages/Search.razor.rz.scp.css */
.searchpage__bar[b-yrpy5fnjji] {
    display: flex;
    gap: 12px;
    max-width: 640px;
    margin-bottom: 24px;
}

.searchpage__input[b-yrpy5fnjji] {
    flex: 1;
    height: 44px;
    padding: 0 16px;
    border: 1px solid var(--black-300, #dcdcdc);
    border-radius: 8px;
    font-family: inherit;
    font-size: 16px;
}

.searchpage__count[b-yrpy5fnjji] {
    color: var(--black-600, #747474);
    margin-bottom: 16px;
}

.searchpage__results[b-yrpy5fnjji] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.searchpage__item[b-yrpy5fnjji] {
    padding: 16px 20px;
    border: 1px solid var(--black-300, #dcdcdc);
    border-radius: 8px;
    box-shadow: var(--shadow-card, 0 2px 4px rgba(0, 0, 0, 0.05));
}

.searchpage__item-title[b-yrpy5fnjji] {
    font-size: 16px;
    font-weight: 700;
    color: var(--link, #004d99);
}

.searchpage__badge[b-yrpy5fnjji] {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 10px;
    background: var(--blue-100, #f0f4f9);
    color: var(--blue-800, #355c8c);
    vertical-align: middle;
}

.searchpage__snippet[b-yrpy5fnjji] {
    margin-top: 6px;
    color: var(--black-700, #454545);
}

.searchpage__source[b-yrpy5fnjji] {
    margin-top: 2px;
    font-size: 13px;
    color: var(--black-600, #747474);
}
/* /Components/Shared/ConformityDocList.razor.rz.scp.css */
/* Overlay is rendered always; show only when open (original used [hidden]). */
.drawer-overlay[b-h9qympau22] {
    display: none;
}

    .drawer-overlay.is-shown[b-h9qympau22] {
        display: block;
    }

/* Sort dropdown (replaces the Bootstrap dropdown from the legacy page). */
.cbl-sort[b-h9qympau22] {
    position: relative;
}

.cbl-sort__menu[b-h9qympau22] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 50;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    background: var(--white, #fff);
    border: 1px solid var(--black-300, #dcdcdc);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

    .cbl-sort__menu button[b-h9qympau22] {
        text-align: left;
        padding: 8px 16px;
        border: 0;
        background: transparent;
        font-family: inherit;
        font-size: 14px;
        cursor: pointer;
        color: var(--black-800, #1a1a1a);
    }

    .cbl-sort__menu button:hover[b-h9qympau22] {
        background: var(--blue-100, #f0f4f9);
    }

.cbl-legend[b-h9qympau22] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

/* Disabled "open" arrow when there is no external detail link. */
.reg-table__go-disabled[b-h9qympau22] {
    opacity: 0.3;
}

/* Disabled pagination controls. */
.pagination__prev.is-disabled[b-h9qympau22],
.pagination__next.is-disabled[b-h9qympau22] {
    opacity: 0.4;
    pointer-events: none;
}

/* Pagination controls are <button>s; reset native button chrome so they keep
   the design's look (the .page-btn border/colours come from main.css). */
.pagination__prev[b-h9qympau22],
.pagination__next[b-h9qympau22] {
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.page-btn[b-h9qympau22] {
    font: inherit;
    cursor: pointer;
}

    .page-btn:not(.is-active)[b-h9qympau22] {
        background: transparent;
    }

.pagination__prev:disabled[b-h9qympau22],
.pagination__next:disabled[b-h9qympau22] {
    cursor: default;
}
/* /Components/Shared/EaeuDocList.razor.rz.scp.css */
/* Overlay is rendered always; show only when open (original used [hidden]). */
.drawer-overlay[b-ifhc55ppj0] {
    display: none;
}

    .drawer-overlay.is-shown[b-ifhc55ppj0] {
        display: block;
    }

/* Sort dropdown (replaces the Bootstrap dropdown from the legacy page). */
.cbl-sort[b-ifhc55ppj0] {
    position: relative;
}

.cbl-sort__menu[b-ifhc55ppj0] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 50;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    background: var(--white, #fff);
    border: 1px solid var(--black-300, #dcdcdc);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

    .cbl-sort__menu button[b-ifhc55ppj0] {
        text-align: left;
        padding: 8px 16px;
        border: 0;
        background: transparent;
        font-family: inherit;
        font-size: 14px;
        cursor: pointer;
        color: var(--black-800, #1a1a1a);
    }

    .cbl-sort__menu button:hover[b-ifhc55ppj0] {
        background: var(--blue-100, #f0f4f9);
    }

.cbl-legend[b-ifhc55ppj0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

/* Centered "use the filter" prompt shown before any search is run. */
.eaeu-prompt[b-ifhc55ppj0] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    min-height: 340px;
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 20px;
}

.eaeu-prompt__text[b-ifhc55ppj0] {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-700, #3a3a3a);
}

.eaeu-prompt__btn[b-ifhc55ppj0] {
    flex: none;
    cursor: pointer;
}

/* Disabled "open" arrow when there is no external detail link. */
.reg-table__go-disabled[b-ifhc55ppj0] {
    opacity: 0.3;
}

/* Disabled pagination controls. */
.pagination__prev.is-disabled[b-ifhc55ppj0],
.pagination__next.is-disabled[b-ifhc55ppj0] {
    opacity: 0.4;
    pointer-events: none;
}

/* Pagination controls are <button>s; reset native button chrome so they keep
   the design's look (the .page-btn border/colours come from main.css). */
.pagination__prev[b-ifhc55ppj0],
.pagination__next[b-ifhc55ppj0] {
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.page-btn[b-ifhc55ppj0] {
    font: inherit;
    cursor: pointer;
}

    .page-btn:not(.is-active)[b-ifhc55ppj0] {
        background: transparent;
    }

.pagination__prev:disabled[b-ifhc55ppj0],
.pagination__next:disabled[b-ifhc55ppj0] {
    cursor: default;
}
/* /Components/Shared/ExpertList.razor.rz.scp.css */
/* Overlay is rendered always; show only when open (original used [hidden]). */
.drawer-overlay[b-91itekoy8i] {
    display: none;
}

    .drawer-overlay.is-shown[b-91itekoy8i] {
        display: block;
    }

/* Sort dropdown (replaces the Bootstrap dropdown from the legacy page). */
.cbl-sort[b-91itekoy8i] {
    position: relative;
}

.cbl-sort__menu[b-91itekoy8i] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 50;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    background: var(--white, #fff);
    border: 1px solid var(--black-300, #dcdcdc);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

    .cbl-sort__menu button[b-91itekoy8i] {
        text-align: left;
        padding: 8px 16px;
        border: 0;
        background: transparent;
        font-family: inherit;
        font-size: 14px;
        cursor: pointer;
        color: var(--black-800, #1a1a1a);
    }

    .cbl-sort__menu button:hover[b-91itekoy8i] {
        background: var(--blue-100, #f0f4f9);
    }

.cbl-legend[b-91itekoy8i] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

/* Disabled "open" arrow when there is no external detail link. */
.reg-table__go-disabled[b-91itekoy8i] {
    opacity: 0.3;
}

/* Disabled pagination controls. */
.pagination__prev.is-disabled[b-91itekoy8i],
.pagination__next.is-disabled[b-91itekoy8i] {
    opacity: 0.4;
    pointer-events: none;
}

/* Pagination controls are <button>s; reset native button chrome so they keep
   the design's look (the .page-btn border/colours come from main.css). */
.pagination__prev[b-91itekoy8i],
.pagination__next[b-91itekoy8i] {
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.page-btn[b-91itekoy8i] {
    font: inherit;
    cursor: pointer;
}

    .page-btn:not(.is-active)[b-91itekoy8i] {
        background: transparent;
    }

.pagination__prev:disabled[b-91itekoy8i],
.pagination__next:disabled[b-91itekoy8i] {
    cursor: default;
}
/* /Components/Shared/RegistryBodyList.razor.rz.scp.css */
/* Overlay is rendered always; show only when open (original used [hidden]). */
.drawer-overlay[b-xy12gtp9d3] {
    display: none;
}

    .drawer-overlay.is-shown[b-xy12gtp9d3] {
        display: block;
    }

/* Sort dropdown (replaces the Bootstrap dropdown from the legacy page). */
.cbl-sort[b-xy12gtp9d3] {
    position: relative;
}

.cbl-sort__menu[b-xy12gtp9d3] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 50;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    background: var(--white, #fff);
    border: 1px solid var(--black-300, #dcdcdc);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

    .cbl-sort__menu button[b-xy12gtp9d3] {
        text-align: left;
        padding: 8px 16px;
        border: 0;
        background: transparent;
        font-family: inherit;
        font-size: 14px;
        cursor: pointer;
        color: var(--black-800, #1a1a1a);
    }

    .cbl-sort__menu button:hover[b-xy12gtp9d3] {
        background: var(--blue-100, #f0f4f9);
    }

.cbl-legend[b-xy12gtp9d3] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

/* Disabled "open" arrow when there is no external detail link. */
.reg-table__go-disabled[b-xy12gtp9d3] {
    opacity: 0.3;
}

/* Disabled pagination controls. */
.pagination__prev.is-disabled[b-xy12gtp9d3],
.pagination__next.is-disabled[b-xy12gtp9d3] {
    opacity: 0.4;
    pointer-events: none;
}

/* Pagination controls are <button>s; reset native button chrome so they keep
   the design's look (the .page-btn border/colours come from main.css). */
.pagination__prev[b-xy12gtp9d3],
.pagination__next[b-xy12gtp9d3] {
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.page-btn[b-xy12gtp9d3] {
    font: inherit;
    cursor: pointer;
}

    .page-btn:not(.is-active)[b-xy12gtp9d3] {
        background: transparent;
    }

.pagination__prev:disabled[b-xy12gtp9d3],
.pagination__next:disabled[b-xy12gtp9d3] {
    cursor: default;
}
