@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/CompanySwitcher.razor.rz.scp.css */
.company-switcher[b-cxgcpqk3xt] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.company-select[b-cxgcpqk3xt] {
    min-width: 200px;
    max-width: 300px;
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.8rem;
    cursor: pointer;
    border: 1px solid #dee2e6;
    background-color: white;
    padding-right: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 12px 10px;
    appearance: none;
}

.company-select:hover[b-cxgcpqk3xt] {
    border-color: #86b7fe;
}

.company-select:focus[b-cxgcpqk3xt] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.company-select:disabled[b-cxgcpqk3xt] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kb85k05g7z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kb85k05g7z] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-kb85k05g7z] {
    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-kb85k05g7z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Top Navigation Layout Styles - Single Line */
.page-topnav[b-kb85k05g7z] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.topnav-header-single[b-kb85k05g7z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.75rem;
    background: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 40px;
}

.topnav-brand[b-kb85k05g7z] {
    flex-shrink: 0;
}

.brand-link[b-kb85k05g7z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #333;
}

.brand-link:hover[b-kb85k05g7z] {
    text-decoration: none;
    color: #333;
}

.brand-icon[b-kb85k05g7z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #333;
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
    border-radius: 3px;
}

.topnav-company[b-kb85k05g7z] {
    flex: 0 0 auto;
    margin-left: auto;
}

/* Inline navigation menu */
.topnav-menu-inline[b-kb85k05g7z] {
    display: flex;
    align-items: center;
    gap: 0;
}

.nav-link-inline[b-kb85k05g7z] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.6rem;
    color: #333;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.8rem;
    white-space: nowrap;
}

.nav-link-inline:hover[b-kb85k05g7z] {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333;
    text-decoration: none;
}

.nav-link-inline i[b-kb85k05g7z] {
    font-size: 0.9rem;
    color: #666;
}

.topnav-menu-inline .dropdown-menu[b-kb85k05g7z] {
    z-index: 1050 !important;
}

/* Drop zone for file upload - must fit in header */
.topnav-dropzone[b-kb85k05g7z] {
    flex: 0 0 auto;
    height: 28px;
    max-height: 28px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.topnav-dropzone[b-kb85k05g7z]  .header-upload-container,
.topnav-dropzone[b-kb85k05g7z]  .header-drop-area,
.topnav-dropzone[b-kb85k05g7z]  .header-upload-btn {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    box-sizing: border-box !important;
}

.topnav-search[b-kb85k05g7z] {
    flex: 0 0 auto;
    width: 180px;
}

.topnav-search input[b-kb85k05g7z] {
    height: 28px;
    font-size: 0.8rem;
}

.topnav-search button[b-kb85k05g7z] {
    height: 28px;
    padding: 0 8px;
    font-size: 0.8rem;
}

.topnav-actions[b-kb85k05g7z] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.topnav-main-single[b-kb85k05g7z] {
    flex: 1;
    background: white;
    position: relative;
    z-index: 1;
}

.topnav-main-single .content[b-kb85k05g7z] {
    padding: 1rem 1.5rem;
    min-height: calc(100vh - 60px);
}

/* Hamburger menu button */
.topnav-hamburger[b-kb85k05g7z] {
    display: none;
    background: transparent;
    border: none;
    padding: 0.5rem;
    font-size: 1.25rem;
    color: #333;
    cursor: pointer;
}

.topnav-hamburger:hover[b-kb85k05g7z] {
    background: rgba(0,0,0,0.05);
    border-radius: 4px;
}

/* Mobile menu */
.topnav-mobile-menu[b-kb85k05g7z] {
    background: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    padding: 0.5rem 0;
}

.mobile-nav-item[b-kb85k05g7z] {
    display: block;
    padding: 0.75rem 1rem;
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
}

.mobile-nav-item:hover[b-kb85k05g7z] {
    background: rgba(0,0,0,0.05);
    color: #333;
    text-decoration: none;
}

.mobile-nav-item i[b-kb85k05g7z] {
    margin-right: 0.5rem;
    color: #666;
}

/* Responsive - show hamburger on smaller screens */
@media (max-width: 991.98px) {
    .topnav-hamburger[b-kb85k05g7z] {
        display: block;
    }

    .topnav-search[b-kb85k05g7z] {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vlykuxi1bo] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-vlykuxi1bo] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vlykuxi1bo] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vlykuxi1bo] {
    font-size: 1.1rem;
}

.navbar-brand-logo[b-vlykuxi1bo] {
    height: 24px;
    width: auto;
    vertical-align: middle;
    margin-right: 0.25rem;
}

.bi[b-vlykuxi1bo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vlykuxi1bo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-vlykuxi1bo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-vlykuxi1bo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-vlykuxi1bo] {
    font-size: 0.875rem;
    padding-bottom: 0;
}

    .nav-item:first-of-type[b-vlykuxi1bo] {
        padding-top: 0;
    }

    .nav-item:last-of-type[b-vlykuxi1bo] {
        padding-bottom: 0.25rem;
    }

/* Remove extra padding from nav-items inside sections */
.nav-section-items .nav-item:first-of-type[b-vlykuxi1bo] {
    padding-top: 0;
}

.nav-section-items .nav-item:last-of-type[b-vlykuxi1bo] {
    padding-bottom: 0;
}

    .nav-item[b-vlykuxi1bo]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
        width: 100%;
        padding: 0.125rem 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.nav-item[b-vlykuxi1bo]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vlykuxi1bo]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-vlykuxi1bo] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vlykuxi1bo] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vlykuxi1bo] {
        display: none;
    }

    .nav-scrollable[b-vlykuxi1bo] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;

        /* Hide scrollbar but keep scroll functionality */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }

    .nav-scrollable[b-vlykuxi1bo]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/Opera */
    }
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zifezxt9ls],
.components-reconnect-repeated-attempt-visible[b-zifezxt9ls],
.components-reconnect-failed-visible[b-zifezxt9ls],
.components-pause-visible[b-zifezxt9ls],
.components-resume-failed-visible[b-zifezxt9ls],
.components-rejoining-animation[b-zifezxt9ls] {
    display: none;
}

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


#components-reconnect-modal[b-zifezxt9ls] {
    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-zifezxt9ls 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zifezxt9ls 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zifezxt9ls 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zifezxt9ls]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zifezxt9ls 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zifezxt9ls {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zifezxt9ls {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zifezxt9ls {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zifezxt9ls] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zifezxt9ls] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zifezxt9ls] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zifezxt9ls] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zifezxt9ls] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zifezxt9ls] {
    position: relative;
    width: 80px;
    height: 80px;
}

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

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

@keyframes components-rejoining-animation-b-zifezxt9ls {
    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/TopNavMenu.razor.rz.scp.css */
.top-nav-menu[b-fy6p4op45t] {
    background: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1030;
}

.top-nav-container[b-fy6p4op45t] {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 1rem;
    max-width: 100%;
    overflow: visible;
}

.top-nav-item[b-fy6p4op45t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    color: #333;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s;
}

.top-nav-item:hover[b-fy6p4op45t] {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333;
    text-decoration: none;
}

.top-nav-item.active[b-fy6p4op45t] {
    background-color: rgba(0, 0, 0, 0.08);
    color: #333;
    font-weight: 500;
}

.top-nav-item i[b-fy6p4op45t] {
    font-size: 1rem;
    color: #666;
}

.top-nav-dropdown[b-fy6p4op45t] {
    position: relative;
}

/* Override Bootstrap dropdown z-index to ensure it's above content */
[b-fy6p4op45t] .dropdown-menu {
    z-index: 1050 !important;
}

.top-nav-dropdown-menu[b-fy6p4op45t] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 1050;
}

.dropdown-item[b-fy6p4op45t] {
    display: block;
    padding: 0.5rem 1rem;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;
}

.dropdown-item:hover[b-fy6p4op45t] {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333;
    text-decoration: none;
}

.dropdown-item.active[b-fy6p4op45t] {
    background-color: rgba(0, 0, 0, 0.08);
    color: #333;
    font-weight: 500;
}

/* Responsive: icons only on smaller screens */
@media (max-width: 1200px) {
    .top-nav-item[b-fy6p4op45t] {
        padding: 0.75rem 0.75rem;
    }

    .nav-text[b-fy6p4op45t] {
        display: none;
    }

    .top-nav-item i[b-fy6p4op45t] {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .top-nav-container[b-fy6p4op45t] {
        padding: 0 0.5rem;
    }

    .top-nav-item[b-fy6p4op45t] {
        padding: 0.75rem 0.5rem;
    }
}
/* /Components/Pages/Documents.razor.rz.scp.css */
/* Workflow Filter Tabs */
.workflow-tabs[b-3go03qrotj] {
    display: flex;
    align-items: center;
    gap: 2px;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 2px;
}

.workflow-tab[b-3go03qrotj] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
    background: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.workflow-tab:hover[b-3go03qrotj] {
    background: rgba(0, 0, 0, 0.06);
    color: #333;
}

.workflow-tab.active[b-3go03qrotj] {
    background: white;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.workflow-tab i[b-3go03qrotj] {
    font-size: 0.85rem;
    opacity: 0.7;
}

.workflow-tab.active i[b-3go03qrotj] {
    opacity: 1;
}

.workflow-tab span[b-3go03qrotj] {
    line-height: 1;
}

.tab-count[b-3go03qrotj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #666;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 9px;
}

.workflow-tab.active .tab-count[b-3go03qrotj] {
    background: #e8e8e8;
    color: #333;
}

.tab-count.highlight[b-3go03qrotj] {
    background: #fff3cd;
    color: #856404;
}

.workflow-tab.active .tab-count.highlight[b-3go03qrotj] {
    background: #ffc107;
    color: #000;
}

/* Compact date filters */
.date-filter[b-3go03qrotj] {
    width: 95px;
    height: 28px;
    font-size: 0.75rem;
    padding: 0.2rem 0.4rem;
}

/* Document Viewer */
.document-viewer[b-3go03qrotj] {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    background: #fff;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.document-image[b-3go03qrotj] {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: transform 0.2s ease;
}

/* Hide scrollbars for the document viewer and its parents if needed */
.document-viewer[b-3go03qrotj]::-webkit-scrollbar {
    display: none;
}
.document-viewer[b-3go03qrotj] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Full-bleed override for the Documents page layout */
:host[b-3go03qrotj]  .content {
    padding: 0 !important;
}

.preview-pane[b-3go03qrotj] {
    margin-right: -1.5rem; /* Offset the layout padding if deep selector fails */
    background: #fff;
}

/* Registration Panel */
.registration-panel[b-3go03qrotj] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.registration-panel .card-body[b-3go03qrotj] {
    background-color: #fcfcfc;
}

.registration-panel .form-control-sm[b-3go03qrotj] {
    font-size: 0.8rem;
}

.registration-panel .form-label[b-3go03qrotj] {
    color: #666;
    font-weight: 500;
}
