@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/AdminConnectedUsers.razor.rz.scp.css */
.admin-presence-page[b-1jb5gjrxbj] {
    max-width: 1080px;
    margin: 1.25rem auto 3rem;
    color: #24384a;
}

.admin-presence-header[b-1jb5gjrxbj] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-presence-eyebrow[b-1jb5gjrxbj] {
    margin: 0 0 0.25rem;
    color: #5f7183;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-presence-header h1[b-1jb5gjrxbj] {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: 0;
}

.admin-presence-refresh[b-1jb5gjrxbj] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.45rem 0.8rem;
    color: #173a5e;
    background: #ffffff;
    border: 1px solid #cfdce8;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 800;
}

.admin-presence-refresh:hover:not(:disabled)[b-1jb5gjrxbj] {
    background: #edf4f8;
    border-color: #b9cbdc;
}

.admin-presence-refresh:disabled[b-1jb5gjrxbj] {
    opacity: 0.68;
}

.admin-presence-alert[b-1jb5gjrxbj] {
    margin-bottom: 1rem;
    padding: 0.8rem 0.95rem;
    color: #8a1f1f;
    background: #fff5f5;
    border: 1px solid #efc0c0;
    border-radius: 8px;
    font-weight: 700;
}

.admin-presence-summary[b-1jb5gjrxbj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.admin-presence-metric[b-1jb5gjrxbj],
.admin-presence-panel[b-1jb5gjrxbj] {
    background: #ffffff;
    border: 1px solid #d7e1eb;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.admin-presence-metric[b-1jb5gjrxbj] {
    padding: 0.85rem 1rem;
}

.admin-presence-metric span[b-1jb5gjrxbj] {
    display: block;
    color: #617486;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.admin-presence-metric strong[b-1jb5gjrxbj] {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.25rem;
    font-weight: 850;
}

.admin-presence-panel[b-1jb5gjrxbj] {
    overflow: hidden;
}

.admin-presence-table-wrap[b-1jb5gjrxbj] {
    overflow-x: auto;
}

.admin-presence-table[b-1jb5gjrxbj] {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.admin-presence-table th[b-1jb5gjrxbj],
.admin-presence-table td[b-1jb5gjrxbj] {
    padding: 0.75rem 0.9rem;
    border-bottom: 1px solid #edf1f5;
    text-align: left;
    vertical-align: middle;
}

.admin-presence-table th[b-1jb5gjrxbj] {
    color: #53687c;
    background: #f7fafc;
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
    white-space: nowrap;
}

.admin-presence-table tr:last-child td[b-1jb5gjrxbj] {
    border-bottom: 0;
}

.admin-presence-user[b-1jb5gjrxbj] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 800;
}

.admin-presence-dot[b-1jb5gjrxbj] {
    width: 0.55rem;
    height: 0.55rem;
    flex: 0 0 auto;
    background: #18a058;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(24, 160, 88, 0.12);
}

.admin-presence-id[b-1jb5gjrxbj] {
    max-width: 420px;
    color: #5b6f82;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.84rem;
    overflow-wrap: anywhere;
}

.admin-presence-empty[b-1jb5gjrxbj] {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1.5rem;
    color: #617486;
    font-weight: 750;
}

.admin-presence-loader[b-1jb5gjrxbj] {
    width: 1rem;
    height: 1rem;
    border: 2px solid #b9cbdc;
    border-top-color: #1c66b1;
    border-radius: 999px;
    animation: admin-presence-spin-b-1jb5gjrxbj 700ms linear infinite;
}

@keyframes admin-presence-spin-b-1jb5gjrxbj {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 700px) {
    .admin-presence-header[b-1jb5gjrxbj] {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-presence-summary[b-1jb5gjrxbj] {
        grid-template-columns: 1fr;
    }

    .admin-presence-refresh[b-1jb5gjrxbj] {
        width: 100%;
    }
}
/* /Pages/AdminStatus.razor.rz.scp.css */
.admin-status-page[b-vroviypb18] {
    max-width: 1080px;
    margin: 1.25rem auto 3rem;
    color: #24384a;
}

.admin-status-header[b-vroviypb18] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-status-eyebrow[b-vroviypb18] {
    margin: 0 0 0.25rem;
    color: #5f7183;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-status-header h1[b-vroviypb18] {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: 0;
}

.admin-status-refresh[b-vroviypb18] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.45rem 0.8rem;
    color: #173a5e;
    background: #ffffff;
    border: 1px solid #cfdce8;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 800;
}

.admin-status-refresh:hover:not(:disabled)[b-vroviypb18] {
    background: #edf4f8;
    border-color: #b9cbdc;
}

.admin-status-refresh:disabled[b-vroviypb18] {
    opacity: 0.68;
}

.admin-status-alert[b-vroviypb18] {
    margin-bottom: 1rem;
    padding: 0.8rem 0.95rem;
    color: #8a1f1f;
    background: #fff5f5;
    border: 1px solid #efc0c0;
    border-radius: 8px;
    font-weight: 700;
}

.admin-status-meta[b-vroviypb18],
.admin-status-card[b-vroviypb18],
.admin-status-empty[b-vroviypb18] {
    background: #ffffff;
    border: 1px solid #d7e1eb;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.admin-status-meta[b-vroviypb18] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
    padding: 0.65rem 0.85rem;
}

.admin-status-meta span[b-vroviypb18] {
    color: #617486;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.admin-status-meta strong[b-vroviypb18] {
    font-size: 0.95rem;
    font-weight: 850;
}

.admin-status-grid[b-vroviypb18] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.admin-status-card[b-vroviypb18] {
    padding: 1rem;
}

.admin-status-card-header[b-vroviypb18] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.admin-status-icon[b-vroviypb18] {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #174f88;
    background: #edf5fd;
    border: 1px solid #cfe0ef;
    border-radius: 8px;
}

.admin-status-card h2[b-vroviypb18] {
    margin: 0;
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: 0;
}

.admin-status-card p[b-vroviypb18] {
    margin: 0.12rem 0 0;
    color: #617486;
    font-size: 0.82rem;
    font-weight: 700;
}

.admin-status-estimate[b-vroviypb18] {
    color: #142f4a;
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: 0;
}

.admin-status-footnote[b-vroviypb18] {
    margin-top: 0.35rem;
    color: #617486;
    font-size: 0.84rem;
    font-weight: 700;
}

.admin-status-empty[b-vroviypb18] {
    grid-column: 1 / -1;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1.5rem;
    color: #617486;
    font-weight: 750;
}

.admin-status-loader[b-vroviypb18] {
    width: 1rem;
    height: 1rem;
    border: 2px solid #b9cbdc;
    border-top-color: #1c66b1;
    border-radius: 999px;
    animation: admin-status-spin-b-vroviypb18 700ms linear infinite;
}

@keyframes admin-status-spin-b-vroviypb18 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 700px) {
    .admin-status-header[b-vroviypb18] {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-status-grid[b-vroviypb18] {
        grid-template-columns: 1fr;
    }

    .admin-status-refresh[b-vroviypb18] {
        width: 100%;
    }
}
/* /Pages/TextRecognition.razor.rz.scp.css */
.no-select[b-yhlfr3ft2d] {
        user-select: none;
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    .paragraph-container[b-yhlfr3ft2d] {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0px;
    }


.container[b-yhlfr3ft2d] {
    min-height: 100vh; /* Ensure container takes at least full viewport height */
}

.page-delimiter[b-yhlfr3ft2d] {
    color: black;
    font-weight: bold;
    width: 30px; /* Fixed width for consistent spacing */
    text-align: center; /* Center text within the box */
    flex-shrink: 0; /* Prevent the box from shrinking */
}
.preview-selector[b-yhlfr3ft2d] {
    display: flex;
    justify-content: center;
    background-color: #f8f9fa; /* Same background as Bootstrap navbar-light bg-light */
    z-index: var(--z-page-sticky);
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 25px;
}
.paragraph[b-yhlfr3ft2d] {
    color: red;
    padding: 1px;
    border-radius: 1px;
    margin-left: 10px;
    flex-grow: 1;
    text-indent: 0px; /* Indent the first line */
    word-wrap: break-word; /* Ensure long words break */
    max-width: 100%; /* Ensure it does not exceed the container's width */
    white-space: normal; /* Allow the paragraph to wrap normally */
}
.click-element[b-yhlfr3ft2d]
{
    cursor: pointer;
}
.word[b-yhlfr3ft2d] {
    cursor: text;
    color: red;
    display: inline-block; /* Ensure each word can wrap within its container */
    max-width: 100%; /* Ensure it does not exceed the container's width */
}

        .paragraph.selected[b-yhlfr3ft2d], .word.selected[b-yhlfr3ft2d] {
            color: darkgreen;
        }

        .paragraph.highlighted[b-yhlfr3ft2d], .word.highlighted[b-yhlfr3ft2d] {
            background-color: lightblue;
        }

.sticky-top[b-yhlfr3ft2d] {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    z-index: var(--z-page-sticky);
    background-color: white;
}

.lds-roller[b-yhlfr3ft2d],
.lds-roller div[b-yhlfr3ft2d],
.lds-roller div[b-yhlfr3ft2d]:after {
    box-sizing: border-box;
}

.lds-roller[b-yhlfr3ft2d] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    color: #2f80c4;
}

    .lds-roller div[b-yhlfr3ft2d] {
        animation: lds-roller-b-yhlfr3ft2d 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div[b-yhlfr3ft2d]:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7.2px;
            height: 7.2px;
            border-radius: 50%;
            background: currentColor;
            margin: -3.6px 0 0 -3.6px;
        }

        .lds-roller div:nth-child(1)[b-yhlfr3ft2d] {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1)[b-yhlfr3ft2d]:after {
                top: 62.62742px;
                left: 62.62742px;
            }

        .lds-roller div:nth-child(2)[b-yhlfr3ft2d] {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2)[b-yhlfr3ft2d]:after {
                top: 67.71281px;
                left: 56px;
            }

        .lds-roller div:nth-child(3)[b-yhlfr3ft2d] {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3)[b-yhlfr3ft2d]:after {
                top: 70.90963px;
                left: 48.28221px;
            }

        .lds-roller div:nth-child(4)[b-yhlfr3ft2d] {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4)[b-yhlfr3ft2d]:after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5)[b-yhlfr3ft2d] {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5)[b-yhlfr3ft2d]:after {
                top: 70.90963px;
                left: 31.71779px;
            }

        .lds-roller div:nth-child(6)[b-yhlfr3ft2d] {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6)[b-yhlfr3ft2d]:after {
                top: 67.71281px;
                left: 24px;
            }

        .lds-roller div:nth-child(7)[b-yhlfr3ft2d] {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7)[b-yhlfr3ft2d]:after {
                top: 62.62742px;
                left: 17.37258px;
            }

        .lds-roller div:nth-child(8)[b-yhlfr3ft2d] {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8)[b-yhlfr3ft2d]:after {
                top: 56px;
                left: 12.28719px;
            }

@keyframes lds-roller-b-yhlfr3ft2d {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-container[b-yhlfr3ft2d] {
    position: fixed;
    z-index: var(--z-loading-overlay);
    top: 50%;
    left: 50%;
    width: min(92vw, 430px);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    text-align: center;
}

.loading-status-card[b-yhlfr3ft2d] {
    width: 100%;
    padding: 0.9rem 1rem;
    color: #24384a;
    background: #ffffff;
    border: 1px solid #d7e1eb;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.loading-message[b-yhlfr3ft2d] {
    margin: 0;
    color: #142f4a;
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: 0;
}

.loading-status-meta[b-yhlfr3ft2d] {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    margin-top: 0.65rem;
}

.loading-status-meta span[b-yhlfr3ft2d] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.8rem;
    padding: 0.3rem 0.55rem;
    color: #174f88;
    background: #edf5fd;
    border: 1px solid #cfe0ef;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}
.floating-text[b-yhlfr3ft2d] {
    position: fixed; /* Fixed position relative to the viewport */
    top: 60px; /* Position 30px from the top */
    left: 50%; /* Position centered horizontally */
    transform: translateX(-50%); /* Adjust to truly center the element */
    z-index: var(--z-step-instruction);
    text-align: center; /* Center the text */
    background-color: rgba(255, 255, 255, 0.8); /* White background with 80% opacity */
    padding: 10px; /* Add some padding for better appearance */
    border-radius: 5px; /* Optional: rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow for better visibility */
    border: 1px solid gray; /* Gray border */
}

.floating-menu[b-yhlfr3ft2d] {
    position: fixed;
    top: 78px;
    left: 0.75rem;
    z-index: var(--z-side-panel);
}

.annotation-toolbar[b-yhlfr3ft2d] {
    width: 184px;
    max-width: calc(100vw - 1.5rem);
    max-height: calc(100vh - 5.75rem);
    padding: 0.55rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d8e1ea;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    scrollbar-width: thin;
}

@supports (height: 100dvh) {
    .annotation-toolbar[b-yhlfr3ft2d] {
        max-height: calc(100dvh - 5.75rem);
    }
}

.annotation-toolbar[b-yhlfr3ft2d]::-webkit-scrollbar {
    width: 8px;
}

.annotation-toolbar[b-yhlfr3ft2d]::-webkit-scrollbar-thumb {
    background: #c4d1dc;
    border: 2px solid rgba(255, 255, 255, 0.96);
    border-radius: 999px;
}

.annotation-sections[b-yhlfr3ft2d] {
    display: grid;
    gap: 0.35rem;
    margin: 0.45rem 0 0.55rem;
    padding: 0;
    border: 0;
}

.annotation-back-button[b-yhlfr3ft2d],
.annotation-section-button[b-yhlfr3ft2d],
.annotation-ai-button[b-yhlfr3ft2d],
.annotation-action-button[b-yhlfr3ft2d] {
    width: 100%;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
}

.annotation-back-button[b-yhlfr3ft2d] {
    color: #34495e;
    background: #f5f8fb;
    border-color: #d7e1ea;
}

.annotation-section-button[b-yhlfr3ft2d] {
    color: #334155;
    background: #ffffff;
    border-color: #d3dde7;
    padding: 0.38rem 0.45rem;
    text-align: center;
}

.annotation-section-button:hover[b-yhlfr3ft2d],
.annotation-back-button:hover[b-yhlfr3ft2d] {
    color: #16324a;
    background: #edf4f8;
    border-color: #b8cad9;
}

.annotation-section-button.active[b-yhlfr3ft2d] {
    color: #ffffff;
    background: #246b5f;
    border-color: #246b5f;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.annotation-ai-panel[b-yhlfr3ft2d] {
    margin: 0.35rem 0 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid #e1e8ef;
}

.annotation-ai-title[b-yhlfr3ft2d] {
    margin-bottom: 0.35rem;
    color: #536779;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.annotation-ai-actions[b-yhlfr3ft2d] {
    display: grid;
    gap: 0.35rem;
}

.annotation-ai-button[b-yhlfr3ft2d] {
    color: #24594f;
    background: #eef8f4;
    border-color: #bfddd3;
    padding: 0.38rem 0.45rem;
}

.annotation-ai-button:hover[b-yhlfr3ft2d] {
    background: #dff1eb;
    border-color: #94c7b6;
}

.annotation-progress-card[b-yhlfr3ft2d] {
    display: grid;
    gap: 0.42rem;
    margin: 0.35rem 0 0.55rem;
    padding: 0.55rem;
    color: #17415f;
    background: #edf7ff;
    border: 1px solid #b8d9f2;
    border-radius: 8px;
    box-shadow: inset 3px 0 0 #2f80c4;
    text-align: left;
}

.annotation-progress-main[b-yhlfr3ft2d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.annotation-progress-spinner[b-yhlfr3ft2d] {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    border: 2px solid rgba(47, 128, 196, 0.25);
    border-top-color: #2f80c4;
    border-radius: 50%;
    animation: annotation-progress-spin-b-yhlfr3ft2d 850ms linear infinite;
}

.annotation-progress-title[b-yhlfr3ft2d] {
    color: #123750;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.1;
}

.annotation-progress-status[b-yhlfr3ft2d] {
    margin-top: 0.1rem;
    color: #47687d;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
}

.annotation-progress-estimate[b-yhlfr3ft2d] {
    padding: 0.3rem 0.4rem;
    color: #123750;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(184, 217, 242, 0.85);
    border-radius: 6px;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.annotation-progress-timestamp[b-yhlfr3ft2d] {
    padding-top: 0.35rem;
    color: #5f7e93;
    border-top: 1px solid rgba(184, 217, 242, 0.85);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.text-editor-summary-bar[b-yhlfr3ft2d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-width: 0;
    margin-top: 0.5rem;
    padding: 0.55rem 0.65rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
    border: 1px solid #d7e4ee;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(25, 58, 85, 0.08);
}

.summary-ai-action[b-yhlfr3ft2d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.summary-ai-action[b-yhlfr3ft2d]  .btn,
.summary-ai-action > .btn[b-yhlfr3ft2d] {
    color: #123750;
    background: #eef6fb;
    border-color: #b8d9f2;
    border-radius: 7px;
    box-shadow: none;
    font-weight: 800;
    white-space: nowrap;
}

.summary-ai-action[b-yhlfr3ft2d]  .btn:hover,
.summary-ai-action > .btn:hover[b-yhlfr3ft2d] {
    color: #0f2e43;
    background: #e3f0f8;
    border-color: #91c4e8;
}

.summarization-inline-progress[b-yhlfr3ft2d] {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    max-width: 160px;
    padding: 0.3rem 0.45rem;
    color: #123750;
    background: #ffffff;
    border: 1px solid #cbe0ef;
    border-radius: 7px;
}

.summary-progress-copy[b-yhlfr3ft2d] {
    min-width: 0;
    line-height: 1.05;
}

.summary-progress-estimate[b-yhlfr3ft2d] {
    overflow: hidden;
    color: #123750;
    font-size: 0.76rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summary-progress-timestamp[b-yhlfr3ft2d] {
    margin-top: 0.12rem;
    color: #6a8295;
    font-size: 0.64rem;
    font-weight: 700;
    white-space: nowrap;
}

.summary-ai-unavailable[b-yhlfr3ft2d] {
    color: #5d7384;
    font-size: 0.78rem;
    line-height: 1.2;
}

.summary-engine-badge[b-yhlfr3ft2d] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
    padding: 0.32rem 0.5rem;
    color: #1e5a3e;
    background: #edf8f2;
    border: 1px solid #b8dec8;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1;
}

@keyframes annotation-progress-spin-b-yhlfr3ft2d {
    to {
        transform: rotate(360deg);
    }
}

.annotation-primary-actions[b-yhlfr3ft2d] {
    display: grid;
    gap: 0.35rem;
    padding-top: 0.55rem;
    border-top: 1px solid #e1e8ef;
}

.editing-actions[b-yhlfr3ft2d] {
    padding-top: 0;
    border-top: 0;
}

.annotation-action-button[b-yhlfr3ft2d] {
    color: #214236;
    background: #eef7f1;
    border-color: #bdd8c7;
    padding: 0.42rem 0.45rem;
}

.annotation-action-button:hover[b-yhlfr3ft2d] {
    background: #dcefe4;
    border-color: #9bc4ac;
}

.annotation-action-primary[b-yhlfr3ft2d] {
    color: #ffffff;
    background: #1f6f58;
    border-color: #1f6f58;
}

.annotation-action-primary:hover[b-yhlfr3ft2d] {
    background: #185d49;
    border-color: #185d49;
}

.annotation-action-button:disabled[b-yhlfr3ft2d],
.annotation-section-button:disabled[b-yhlfr3ft2d],
.annotation-ai-button:disabled[b-yhlfr3ft2d] {
    cursor: not-allowed;
    opacity: 0.62;
}

.annotation-save-status[b-yhlfr3ft2d] {
    min-height: 1rem;
    margin-top: 0.45rem;
    color: #1f6f58;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}



#split-container[b-yhlfr3ft2d] {
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
}

.split[b-yhlfr3ft2d] {
    overflow-y: auto;
}

.split-left[b-yhlfr3ft2d] {
    background: #f0f0f0;
}

.split-right[b-yhlfr3ft2d] {
    background: #ffffff;
}

.case-search-shell[b-yhlfr3ft2d] {
    display: flex;
    justify-content: center;
    padding: 1.25rem 1rem 1rem;
}

.case-search-panel[b-yhlfr3ft2d] {
    width: min(920px, 100%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    text-align: center;
}

.case-search-kicker[b-yhlfr3ft2d] {
    margin-bottom: 0.35rem;
    color: #4d6478;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.case-search-copy h1[b-yhlfr3ft2d] {
    margin: 0;
    color: #17212b;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.25;
}

.case-search-copy p[b-yhlfr3ft2d] {
    margin: 0.45rem 0 0;
    color: #5f6f7e;
    font-size: 0.95rem;
}

.case-search-control[b-yhlfr3ft2d] {
    display: flex;
    width: min(520px, 100%);
    min-height: 46px;
    border: 1px solid #b8c6d4;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.case-search-prefix[b-yhlfr3ft2d] {
    display: inline-flex;
    align-items: center;
    padding: 0 0.85rem;
    background: #f3f6f9;
    color: #405365;
    border-right: 1px solid #d3dde7;
    font-weight: 600;
    white-space: nowrap;
}

.case-search-control .form-control[b-yhlfr3ft2d] {
    min-width: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.case-search-control .form-control:focus[b-yhlfr3ft2d] {
    box-shadow: inset 0 0 0 2px rgba(13, 110, 253, 0.18);
}

.case-search-control .btn[b-yhlfr3ft2d] {
    border-radius: 0;
    padding-inline: 1.15rem;
    font-weight: 600;
}

.case-context-header[b-yhlfr3ft2d] {
    display: flex;
    justify-content: center;
    padding: 1rem 1rem 0.75rem;
}

.case-context-header h1[b-yhlfr3ft2d] {
    margin: 0;
    color: #17212b;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
}

.case-empty-state[b-yhlfr3ft2d] {
    width: min(620px, calc(100% - 2rem));
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 0.75rem auto 1.5rem;
    padding: 1rem 1.1rem;
    color: #334155;
    background: #ffffff;
    border: 1px solid #d8e1ea;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    text-align: left;
}

.case-empty-icon[b-yhlfr3ft2d] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #5b6f82;
    background: #f2f6f9;
    border: 1px solid #d7e1ea;
    border-radius: 8px;
}

.case-empty-state h2[b-yhlfr3ft2d] {
    margin: 0;
    color: #17212b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.case-empty-state p[b-yhlfr3ft2d] {
    margin: 0.25rem 0 0;
    color: #617486;
    font-size: 0.9rem;
    line-height: 1.35;
}

@media (max-width: 767.98px) {
    .text-editor-summary-bar[b-yhlfr3ft2d] {
        align-items: stretch;
        flex-wrap: wrap;
        overflow-x: auto;
    }

    .summary-ai-action[b-yhlfr3ft2d] {
        flex: 1 1 100%;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .summarization-inline-progress[b-yhlfr3ft2d] {
        flex: 1 1 auto;
        max-width: none;
    }

    .summary-engine-badge[b-yhlfr3ft2d] {
        margin-left: 0;
    }

    .case-search-panel[b-yhlfr3ft2d] {
        padding: 1rem;
    }

    .case-search-control[b-yhlfr3ft2d] {
        flex-wrap: wrap;
    }

    .case-search-prefix[b-yhlfr3ft2d],
    .case-search-control .form-control[b-yhlfr3ft2d],
    .case-search-control .btn[b-yhlfr3ft2d] {
        min-height: 44px;
    }

    .case-search-prefix[b-yhlfr3ft2d] {
        flex: 0 0 auto;
    }

    .case-search-control .form-control[b-yhlfr3ft2d] {
        flex: 1 1 160px;
    }

    .case-search-control .btn[b-yhlfr3ft2d] {
        flex: 1 0 100%;
    }

    .case-empty-state[b-yhlfr3ft2d] {
        align-items: flex-start;
        padding: 0.9rem;
    }
}
/* /Shared/AdnotareText.razor.rz.scp.css */
.floating-text[b-ioz6py9k1b] {
    position: fixed; /* Fixed position relative to the viewport */
    top: 60px; /* Position 30px from the top */
    left: 50%; /* Position centered horizontally */
    transform: translateX(-50%); /* Adjust to truly center the element */
    z-index: var(--z-step-instruction);
    text-align: center; /* Center the text */
    background-color: rgba(255, 255, 255, 0.8); /* White background with 80% opacity */
    padding: 10px; /* Add some padding for better appearance */
    border-radius: 5px; /* Optional: rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow for better visibility */
    border: 1px solid gray; /* Gray border */
}

.floating-menu[b-ioz6py9k1b] {
    position: fixed;
    top: 78px;
    left: 0.75rem;
    z-index: var(--z-side-panel);
}

.annotation-toolbar[b-ioz6py9k1b] {
    width: 184px;
    max-width: calc(100vw - 1.5rem);
    max-height: calc(100vh - 5.75rem);
    padding: 0.55rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d8e1ea;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    scrollbar-width: thin;
}

@supports (height: 100dvh) {
    .annotation-toolbar[b-ioz6py9k1b] {
        max-height: calc(100dvh - 5.75rem);
    }
}

.annotation-toolbar[b-ioz6py9k1b]::-webkit-scrollbar {
    width: 8px;
}

.annotation-toolbar[b-ioz6py9k1b]::-webkit-scrollbar-thumb {
    background: #c4d1dc;
    border: 2px solid rgba(255, 255, 255, 0.96);
    border-radius: 999px;
}

.annotation-sections[b-ioz6py9k1b] {
    display: grid;
    gap: 0.35rem;
    margin: 0 0 0.55rem;
    padding: 0;
    border: 0;
}

.annotation-section-button[b-ioz6py9k1b],
.annotation-action-button[b-ioz6py9k1b] {
    width: 100%;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
}

.annotation-section-button[b-ioz6py9k1b] {
    color: #334155;
    background: #ffffff;
    border-color: #d3dde7;
    padding: 0.38rem 0.45rem;
    text-align: center;
}

.annotation-section-button:hover[b-ioz6py9k1b] {
    color: #16324a;
    background: #edf4f8;
    border-color: #b8cad9;
}

.annotation-section-button.active[b-ioz6py9k1b] {
    color: #ffffff;
    background: #246b5f;
    border-color: #246b5f;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.annotation-progress-card[b-ioz6py9k1b] {
    display: grid;
    gap: 0.42rem;
    margin: 0.35rem 0 0.55rem;
    padding: 0.55rem;
    color: #17415f;
    background: #edf7ff;
    border: 1px solid #b8d9f2;
    border-radius: 8px;
    box-shadow: inset 3px 0 0 #2f80c4;
    text-align: left;
}

.annotation-progress-main[b-ioz6py9k1b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.annotation-progress-spinner[b-ioz6py9k1b] {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    border: 2px solid rgba(47, 128, 196, 0.25);
    border-top-color: #2f80c4;
    border-radius: 50%;
    animation: annotation-progress-spin-b-ioz6py9k1b 850ms linear infinite;
}

.annotation-progress-title[b-ioz6py9k1b] {
    color: #123750;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.1;
}

.annotation-progress-status[b-ioz6py9k1b] {
    margin-top: 0.1rem;
    color: #47687d;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
}

.annotation-progress-timestamp[b-ioz6py9k1b] {
    padding-top: 0.35rem;
    color: #5f7e93;
    border-top: 1px solid rgba(184, 217, 242, 0.85);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

@keyframes annotation-progress-spin-b-ioz6py9k1b {
    to {
        transform: rotate(360deg);
    }
}

.annotation-primary-actions[b-ioz6py9k1b] {
    display: grid;
    gap: 0.35rem;
    padding-top: 0.55rem;
    border-top: 1px solid #e1e8ef;
}

.annotation-action-button[b-ioz6py9k1b] {
    color: #214236;
    background: #eef7f1;
    border-color: #bdd8c7;
    padding: 0.42rem 0.45rem;
}

.annotation-action-button:hover[b-ioz6py9k1b] {
    background: #dcefe4;
    border-color: #9bc4ac;
}

.annotation-action-primary[b-ioz6py9k1b] {
    color: #ffffff;
    background: #1f6f58;
    border-color: #1f6f58;
}

.annotation-action-primary:hover[b-ioz6py9k1b] {
    background: #185d49;
    border-color: #185d49;
}

.annotation-action-button:disabled[b-ioz6py9k1b],
.annotation-section-button:disabled[b-ioz6py9k1b] {
    cursor: not-allowed;
    opacity: 0.62;
}

.annotation-save-status[b-ioz6py9k1b] {
    min-height: 1rem;
    margin-top: 0.45rem;
    color: #1f6f58;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}


.document-container[b-ioz6py9k1b] {
    max-width: 250mm; /* A4 width */
    min-height: 297mm; /* A4 height */
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-container[b-ioz6py9k1b] {
    max-width: 210mm; /* A4 width */
    margin: 20px auto;
    padding: 20px;
}

.document-content[b-ioz6py9k1b] {
    padding: 10mm; /* Padding inside the A4 content */
}

body[b-ioz6py9k1b] {
    background-color: #f0f0f0; /* Light gray background for the outer area */
}
/* /Shared/LoadingButton.razor.rz.scp.css */
.loading-button[b-i0l0ckdl7a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
}

.loading-button-spinner[b-i0l0ckdl7a] {
    width: 0.9rem;
    height: 0.9rem;
    flex: 0 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: loading-button-spin-b-i0l0ckdl7a 850ms linear infinite;
}

.btn-outline-primary .loading-button-spinner[b-i0l0ckdl7a] {
    border-color: rgba(47, 128, 196, 0.25);
    border-top-color: currentColor;
}

@keyframes loading-button-spin-b-i0l0ckdl7a {
    to {
        transform: rotate(360deg);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-b29v13aq0q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

.floating-container[b-b29v13aq0q] {
    display: flex;
}

.bottom[b-b29v13aq0q] {
    align-self: flex-end;
}

.connected-users-card[b-b29v13aq0q] {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: var(--z-presence-card);
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 172px;
    padding: 0.65rem 0.75rem;
    color: #243240;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d8e1ea;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}

.connected-users-header[b-b29v13aq0q] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.86rem;
    font-weight: 700;
}

.connected-users-dot[b-b29v13aq0q] {
    width: 0.55rem;
    height: 0.55rem;
    background: #2fb344;
    border-radius: 999px;
    box-shadow: 0 0 0 3px rgba(47, 179, 68, 0.16);
}

.connected-users-meta[b-b29v13aq0q] {
    color: #5a6876;
    font-size: 0.78rem;
    line-height: 1.2;
}

@media (max-width: 640.98px) {
    .connected-users-card[b-b29v13aq0q] {
        right: 10px;
        min-width: 0;
    }
}





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

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

 
 

}

/* /Shared/NavMenu.razor.rz.scp.css */
.app-navbar[b-mfzj97kvyf] {
    position: relative;
    z-index: var(--z-navbar);
    min-height: 64px;
    padding: 0.55rem 0.85rem;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #d8e1ea;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.app-navbar .container-fluid[b-mfzj97kvyf] {
    gap: 0.85rem;
}

.app-navbar-brand[b-mfzj97kvyf] {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    margin-right: 1rem;
    padding: 0;
}

.app-navbar-logo[b-mfzj97kvyf] {
    width: auto;
    height: 40px;
    max-width: min(190px, 42vw);
    object-fit: contain;
}

.app-navbar-toggler[b-mfzj97kvyf] {
    padding: 0.4rem 0.55rem;
    border: 1px solid #d3dde7;
    border-radius: 8px;
    box-shadow: none;
}

.app-navbar-toggler:focus[b-mfzj97kvyf] {
    box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.16);
}

.app-navbar-links[b-mfzj97kvyf] {
    align-items: center;
    gap: 0.35rem;
}

.app-nav-link[b-mfzj97kvyf],
.app-login-link[b-mfzj97kvyf] {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    padding: 0.42rem 0.7rem;
    color: #34495e;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
}

.app-nav-link:hover[b-mfzj97kvyf],
.app-login-link:hover[b-mfzj97kvyf] {
    color: #16324a;
    background: #edf4f8;
    border-color: #c8d6e2;
}

.app-navbar-session[b-mfzj97kvyf] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0.75rem;
}

.app-user-chip[b-mfzj97kvyf] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.18rem 0.22rem 0.18rem 0.75rem;
    color: #25384a;
    background: #f5f8fb;
    border: 1px solid #d8e1ea;
    border-radius: 8px;
}

.app-user-name[b-mfzj97kvyf] {
    max-width: min(280px, 28vw);
    overflow: hidden;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-logout-button[b-mfzj97kvyf] {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5b6f82;
    background: #ffffff;
    border: 1px solid #d3dde7;
    border-radius: 7px;
    text-decoration: none;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.app-logout-button:hover[b-mfzj97kvyf] {
    color: #9b2c2c;
    background: #fff5f5;
    border-color: #efb8b8;
}

.app-login-link[b-mfzj97kvyf] {
    border-color: #d3dde7;
}

.app-login-link:hover[b-mfzj97kvyf] {
    color: #16324a;
    background: #edf4f8;
    border-color: #c8d6e2;
}

@media (max-width: 991.98px) {
    .app-navbar[b-mfzj97kvyf] {
        z-index: var(--z-navbar);
        padding: 0.5rem 0.65rem;
    }

    .app-navbar-logo[b-mfzj97kvyf] {
        height: 36px;
    }

    .app-navbar-links[b-mfzj97kvyf] {
        align-items: stretch;
        gap: 0.4rem;
        padding-top: 0.85rem;
    }

    .app-nav-link[b-mfzj97kvyf],
    .app-login-link[b-mfzj97kvyf] {
        justify-content: flex-start;
        width: 100%;
    }

    .app-navbar-session[b-mfzj97kvyf] {
        justify-content: stretch;
        margin: 0.7rem 0 0;
    }

    .app-user-chip[b-mfzj97kvyf] {
        width: 100%;
    }

    .app-user-name[b-mfzj97kvyf] {
        max-width: none;
        flex: 1 1 auto;
    }
}

@media (max-width: 420px) {
    .app-navbar-logo[b-mfzj97kvyf] {
        height: 32px;
        max-width: 150px;
    }
}
/* /Shared/OCR.razor.rz.scp.css */
:global(body, div, h1, h2, h3, h4, h5, h6, p, a, ul, li, table, tr, th, td, span)[b-c1l6bnn7j0] {
    all: unset;
    font-family: initial;
    font-size: initial;
    color: initial;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.no-select[b-c1l6bnn7j0] {
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}
/* Ensure no bs- classes affect this component */
[class*="bs-"][b-c1l6bnn7j0] {
    all: unset;
}

.image-overlay-container[b-c1l6bnn7j0] {
    position: relative; /* Container relative to position the overlay */
    display: block; /* Ensures the container size matches its content */
    width: 100%; /* Optional: Adjust based on parent container or specific needs */
    max-width: 794px; /* Responsive image scaling */
    margin: 0 auto; /* Center the container */
}

.img-fluid[b-c1l6bnn7j0] {
    width:100%;
    display: block; /* Removes extra space below the image */
    height: auto; /* Maintain aspect ratio */
}

.overlay[b-c1l6bnn7j0] {
    position: absolute; /* Overlay positioned relative to the nearest positioned ancestor */
    top: 0;
    left: 0;
    width: 100%; /* Cover the entire area of the image */
    height: 100%; /* Cover the entire area of the image */
}

.word-overlay[b-c1l6bnn7j0] {
    display: block;
}

.word[b-c1l6bnn7j0] {
    fill: rgba(255, 154, 0, 0.2);
    stroke: rgba(255, 154, 0, 0.45);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
    pointer-events: all;
    cursor: text;
}
.paragraph[b-c1l6bnn7j0] {
}
    .paragraph.selected[b-c1l6bnn7j0], .word.selected[b-c1l6bnn7j0] {
        fill: rgba(0, 255, 0, 0.5); /* Green background with opacity */
        stroke: rgba(0, 128, 0, 0.75);
    }

    .paragraph.highlighted[b-c1l6bnn7j0], .word.highlighted[b-c1l6bnn7j0] {
        fill: rgba(173, 216, 230, 0.5); /* Light blue background with 50% opacity */
        stroke: rgba(47, 128, 196, 0.75);
    }
