@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /RazorSource/Components/ImpersonateUserControl.razor.rz.scp.css */

.button-link-jrc[b-83vtlrqgtb] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    //background-color: #003166;
	background-color: var(--color-turquoise);
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding: 10px 20px;
    /* Rounds the corners */
    border-radius: 5px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
}
.button-link-jrc:hover[b-83vtlrqgtb] {
    //background-color: #0056b3;
	//background-color: var(--color-turqoiseBlueMidpoint);
	background-color: var(--color-sand);
    }
/* /RazorSource/Components/PatentsCard.razor.rz.scp.css */
.patents-card[b-prrw6f8huv] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.card-header[b-prrw6f8huv] {
    background: var(--gradient-primary);
    color: var(--text-light);
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h3[b-prrw6f8huv] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.header-buttons[b-prrw6f8huv] {
    display: flex;
    gap: 0.5rem;
}

.toggle-btn[b-prrw6f8huv],
.download-btn[b-prrw6f8huv] {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.toggle-btn:hover[b-prrw6f8huv],
.download-btn:hover[b-prrw6f8huv] {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
}

.toggle-btn.active[b-prrw6f8huv] {
    background: var(--text-light);
    color: var(--primary-color);
    border-color: var(--text-light);
}

.card-body[b-prrw6f8huv] {
    padding: 1.25rem;
}

.stats-grid[b-prrw6f8huv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat-box[b-prrw6f8huv] {
    padding: 1.25rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.2s ease;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.stat-box:hover[b-prrw6f8huv] {
    transform: translateY(-3px);
}

.stat-box:nth-child(1)[b-prrw6f8huv] {
    background: var(--stat-gradient-1);
    color: var(--text-light);
}

.stat-box:nth-child(2)[b-prrw6f8huv] {
    background: var(--stat-gradient-2);
    color: var(--text-light);
}

.stat-value[b-prrw6f8huv] {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label[b-prrw6f8huv] {
    font-size: 0.90rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.expandable-content[b-prrw6f8huv] {
    margin-top: 1rem;
    padding-top: 0;
    border-top: 2px solid #e0e0e0;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 5px;
}

.expandable-content[b-prrw6f8huv]::-webkit-scrollbar {
    width: 8px;
}

.expandable-content[b-prrw6f8huv]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.expandable-content[b-prrw6f8huv]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.expandable-content[b-prrw6f8huv]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.chart-section h4[b-prrw6f8huv] {
    margin: 0 0 15px 0;
    color: #34495e;
    font-size: 16px;
}

.recent-section h4[b-prrw6f8huv] {
    margin: 7px 0 7px 0;
    color: #34495e;
    font-size: 16px;
}

.recent-list[b-prrw6f8huv] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.recent-item[b-prrw6f8huv] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.2s ease;
}

.recent-item:hover[b-prrw6f8huv] {
    background: #e9ecef;
    transform: translateX(3px);
}

.new-badge[b-prrw6f8huv] {
    background: var(--gradient-secondary);
    color: var(--text-light);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
}
.authorButton[b-prrw6f8huv] {
	background: var(--gradient-primary);
    color: var(--text-light);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
}
.authorButton:hover[b-prrw6f8huv] {
	background: var(--gradient-secondary);
}
.attachmentButton[b-prrw6f8huv] {
	background: var(--color-crimson);
    color: var(--text-light);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
}
.attachmentButton:hover[b-prrw6f8huv] {
	background: var(--gradient-secondary);
}

.recent-content[b-prrw6f8huv] {
    flex: 1;
}

.recent-content h5[b-prrw6f8huv] {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}

.recent-meta[b-prrw6f8huv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    /*font-size: 0.7rem;*/
	font-size: 0.8rem; 
    color: #7f8c8d;
}

.recent-meta .authors[b-prrw6f8huv] {
    font-weight: 500;
    color: #34495e;
}

.recent-meta .date[b-prrw6f8huv] {
    color: var(--primary-color);
    font-weight: 500;
}

.recent-meta .journal[b-prrw6f8huv] {
    font-style: italic;
    /*color: #95a5a6;*/   /*AI propsoed this to start with, but it's too bright*/
	/*color: #7a898a;*/ /*described by AI as cool muted sage*/ /*stil too bright*/
	color: #515e5e; /*described by AI as deep teal gray*/
}

@media (max-width: 768px) {
    .card-header[b-prrw6f8huv] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .header-buttons[b-prrw6f8huv] {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (prefers-color-scheme: dark) {
    .patents-card[b-prrw6f8huv] {
        background: #1e1e1e;
        border-color: #333;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .card-body[b-prrw6f8huv] {
        background: #1e1e1e;
    }

    .expandable-content[b-prrw6f8huv] {
        border-top-color: #333;
    }

    .expandable-content[b-prrw6f8huv]::-webkit-scrollbar-track {
        background: #2a2a2a;
    }

    .expandable-content[b-prrw6f8huv]::-webkit-scrollbar-thumb {
        background: #555;
    }

    .expandable-content[b-prrw6f8huv]::-webkit-scrollbar-thumb:hover {
        background: #777;
    }

    .chart-section h4[b-prrw6f8huv],
    .recent-section h4[b-prrw6f8huv] {
        color: #e0e0e0;
    }

    .recent-item[b-prrw6f8huv] {
        background: #2a2a2a;
    }

    .recent-item:hover[b-prrw6f8huv] {
        background: #333;
    }

    .recent-content h5[b-prrw6f8huv] {
        color: #e0e0e0;
    }

    .recent-meta .authors[b-prrw6f8huv] {
        color: #aaa;
    }

    .recent-meta[b-prrw6f8huv] {
        color: #888;
    }
}




*.jrc-button-link[b-prrw6f8huv] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    /*background-color: #003166;*/
	background-color: #9e1e33; 
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin: 2.5px 2.5px; 
    /* Rounds the corners */
    border-radius: 3px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
	font-size:13px; 
}
*.jrc-button-link:hover[b-prrw6f8huv] {
    /*background-color: #0056b3;*/
	background-color: #ca2643; 
    }
/* /RazorSource/Components/ProjectsCard.razor.rz.scp.css */
.projects-card[b-yh1gpenyzx] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.card-header[b-yh1gpenyzx] {
    background: var(--gradient-primary);
    color: var(--text-light);
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h3[b-yh1gpenyzx] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.header-buttons[b-yh1gpenyzx] {
    display: flex;
    gap: 0.5rem;
}

.toggle-btn[b-yh1gpenyzx],
.download-btn[b-yh1gpenyzx] {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.toggle-btn:hover[b-yh1gpenyzx],
.download-btn:hover[b-yh1gpenyzx] {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
}

.toggle-btn.active[b-yh1gpenyzx] {
    background: var(--text-light);
    color: var(--primary-color);
    border-color: var(--text-light);
}

.card-body[b-yh1gpenyzx] {
    padding: 1.25rem;
}

.stats-grid[b-yh1gpenyzx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat-box[b-yh1gpenyzx] {
    padding: 1.25rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.2s ease;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.stat-box:hover[b-yh1gpenyzx] {
    transform: translateY(-3px);
}

.stat-box:nth-child(1)[b-yh1gpenyzx] {
    background: var(--stat-gradient-1);
    color: var(--text-light);
}

.stat-box:nth-child(2)[b-yh1gpenyzx] {
    background: var(--stat-gradient-2);
    color: var(--text-light);
}

.stat-value[b-yh1gpenyzx] {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label[b-yh1gpenyzx] {
    font-size: 0.90rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.expandable-content[b-yh1gpenyzx] {
    margin-top: 1rem;
    padding-top: 0;
    border-top: 2px solid #e0e0e0;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 5px;
}

.expandable-content[b-yh1gpenyzx]::-webkit-scrollbar {
    width: 8px;
}

.expandable-content[b-yh1gpenyzx]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.expandable-content[b-yh1gpenyzx]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.expandable-content[b-yh1gpenyzx]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.chart-section h4[b-yh1gpenyzx] {
    margin: 0 0 15px 0;
    color: #34495e;
    font-size: 16px;
}

.recent-section h4[b-yh1gpenyzx] {
    margin: 7px 0 7px 0;
    color: #34495e;
    font-size: 16px;
}

.recent-list[b-yh1gpenyzx] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.recent-item[b-yh1gpenyzx] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.2s ease;
}

.recent-item:hover[b-yh1gpenyzx] {
    background: #e9ecef;
    transform: translateX(3px);
}

.new-badge[b-yh1gpenyzx] {
    background: var(--gradient-secondary);
    color: var(--text-light);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
}
.authorButton[b-yh1gpenyzx] {
	background: var(--gradient-primary);
    color: var(--text-light);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
}
.authorButton:hover[b-yh1gpenyzx] {
	background: var(--gradient-secondary);
}

.recent-content[b-yh1gpenyzx] {
    flex: 1;
}

.recent-content h5[b-yh1gpenyzx] {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}

.recent-meta[b-yh1gpenyzx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.7rem;
    color: #7f8c8d;
}

.recent-meta .authors[b-yh1gpenyzx] {
    font-weight: 500;
    color: #34495e;
}

.recent-meta .date[b-yh1gpenyzx] {
    color: var(--primary-color);
    font-weight: 500;
}

.recent-meta .journal[b-yh1gpenyzx] {
    font-style: italic;
    color: #95a5a6;
}

@media (max-width: 768px) {
    .card-header[b-yh1gpenyzx] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .header-buttons[b-yh1gpenyzx] {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (prefers-color-scheme: dark) {
    .projects-card[b-yh1gpenyzx] {
        background: #1e1e1e;
        border-color: #333;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .card-body[b-yh1gpenyzx] {
        background: #1e1e1e;
    }

    .expandable-content[b-yh1gpenyzx] {
        border-top-color: #333;
    }

    .expandable-content[b-yh1gpenyzx]::-webkit-scrollbar-track {
        background: #2a2a2a;
    }

    .expandable-content[b-yh1gpenyzx]::-webkit-scrollbar-thumb {
        background: #555;
    }

    .expandable-content[b-yh1gpenyzx]::-webkit-scrollbar-thumb:hover {
        background: #777;
    }

    .chart-section h4[b-yh1gpenyzx],
    .recent-section h4[b-yh1gpenyzx] {
        color: #e0e0e0;
    }

    .recent-item[b-yh1gpenyzx] {
        background: #2a2a2a;
    }

    .recent-item:hover[b-yh1gpenyzx] {
        background: #333;
    }

    .recent-content h5[b-yh1gpenyzx] {
        color: #e0e0e0;
    }

    .recent-meta .authors[b-yh1gpenyzx] {
        color: #aaa;
    }

    .recent-meta[b-yh1gpenyzx] {
        color: #888;
    }
}




*.jrc-button-link[b-yh1gpenyzx] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    /*background-color: #003166;*/
	background-color: #9e1e33; 
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin: 2.5px 2.5px; 
    /* Rounds the corners */
    border-radius: 3px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
	font-size:13px; 
}
*.jrc-button-link:hover[b-yh1gpenyzx] {
    /*background-color: #0056b3;*/
	background-color: #ca2643; 
    }
/* /RazorSource/Components/PublicationsCard.razor.rz.scp.css */
.publications-card[b-dw8nlw5waa] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.card-header[b-dw8nlw5waa] {
    background: var(--gradient-primary);
    color: var(--text-light);
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h3[b-dw8nlw5waa] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.header-buttons[b-dw8nlw5waa] {
    display: flex;
    gap: 0.5rem;
}

.toggle-btn[b-dw8nlw5waa],
.download-btn[b-dw8nlw5waa] {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

/* Explore link styled identically to the toggle buttons */
a.toggle-btn[b-dw8nlw5waa] {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.toggle-btn:hover[b-dw8nlw5waa],
.download-btn:hover[b-dw8nlw5waa] {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
}

.toggle-btn.active[b-dw8nlw5waa] {
    background: var(--text-light);
    color: var(--primary-color);
    border-color: var(--text-light);
}

.card-body[b-dw8nlw5waa] {
    padding: 1.25rem;
}

.stats-grid[b-dw8nlw5waa] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat-box[b-dw8nlw5waa] {
    padding: 1.25rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.2s ease;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.stat-box:hover[b-dw8nlw5waa] {
    transform: translateY(-3px);
}

.stat-box:nth-child(1)[b-dw8nlw5waa] {
    background: var(--stat-gradient-1);
    color: var(--text-light);
}

.stat-box:nth-child(2)[b-dw8nlw5waa] {
    background: var(--stat-gradient-2);
    color: var(--text-light);
}

.stat-value[b-dw8nlw5waa] {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label[b-dw8nlw5waa] {
    font-size: 0.90rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.expandable-content[b-dw8nlw5waa] {
    margin-top: 1rem;
    padding-top: 0;
    border-top: 2px solid #e0e0e0;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 5px;
}

.expandable-content[b-dw8nlw5waa]::-webkit-scrollbar {
    width: 8px;
}

.expandable-content[b-dw8nlw5waa]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.expandable-content[b-dw8nlw5waa]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.expandable-content[b-dw8nlw5waa]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.chart-section h4[b-dw8nlw5waa] {
    margin: 0 0 15px 0;
    color: #34495e;
    font-size: 16px;
}

.recent-section h4[b-dw8nlw5waa] {
    margin: 7px 0 7px 0;
    color: #34495e;
    font-size: 16px;
}

.recent-list[b-dw8nlw5waa] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.recent-item[b-dw8nlw5waa] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.2s ease;
}

.recent-item:hover[b-dw8nlw5waa] {
    background: #e9ecef;
    transform: translateX(3px);
}

.new-badge[b-dw8nlw5waa] {
    background: var(--gradient-secondary);
    color: var(--text-light);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
}


.recent-content[b-dw8nlw5waa] {
    flex: 1;
}

.recent-content h5[b-dw8nlw5waa] {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}

.authorButton[b-dw8nlw5waa] {
	background: var(--gradient-primary);
    color: var(--text-light);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
}
.authorButton:hover[b-dw8nlw5waa] {
	background: var(--gradient-secondary);
}
.attachmentButton[b-dw8nlw5waa] {
	background: var(--color-crimson);
    color: var(--text-light);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
}
.attachmentButton:hover[b-dw8nlw5waa] {
	background: var(--gradient-secondary);
}

.recent-meta[b-dw8nlw5waa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    /*font-size: 0.7rem;*/
	font-size: 0.8rem; 
    color: #7f8c8d;
}

.recent-meta .authors[b-dw8nlw5waa] {
    font-weight: 500;
    color: #34495e;
}

.recent-meta .date[b-dw8nlw5waa] {
    color: var(--primary-color);
    font-weight: 500;
}

.recent-meta .journal[b-dw8nlw5waa] {
    font-style: italic;
    /*color: #95a5a6;*/   /*AI propsoed this to start with, but it's too bright*/
	/*color: #7a898a;*/ /*described by AI as cool muted sage*/ /*stil too bright*/
	color: #515e5e; /*described by AI as deep teal gray*/
}

@media (max-width: 768px) {
    .card-header[b-dw8nlw5waa] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .header-buttons[b-dw8nlw5waa] {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (prefers-color-scheme: dark) {
    .publications-card[b-dw8nlw5waa] {
        background: #1e1e1e;
        border-color: #333;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .card-body[b-dw8nlw5waa] {
        background: #1e1e1e;
    }

    .expandable-content[b-dw8nlw5waa] {
        border-top-color: #333;
    }

    .expandable-content[b-dw8nlw5waa]::-webkit-scrollbar-track {
        background: #2a2a2a;
    }

    .expandable-content[b-dw8nlw5waa]::-webkit-scrollbar-thumb {
        background: #555;
    }

    .expandable-content[b-dw8nlw5waa]::-webkit-scrollbar-thumb:hover {
        background: #777;
    }

    .chart-section h4[b-dw8nlw5waa],
    .recent-section h4[b-dw8nlw5waa] {
        color: #e0e0e0;
    }

    .recent-item[b-dw8nlw5waa] {
        background: #2a2a2a;
    }

    .recent-item:hover[b-dw8nlw5waa] {
        background: #333;
    }

    .recent-content h5[b-dw8nlw5waa] {
        color: #e0e0e0;
    }

    .recent-meta .authors[b-dw8nlw5waa] {
        color: #aaa;
    }

    .recent-meta[b-dw8nlw5waa] {
        color: #888;
    }
}




*.jrc-button-link[b-dw8nlw5waa] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    /*background-color: #003166;*/
	background-color: #9e1e33; 
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin: 2.5px 2.5px; 
    /* Rounds the corners */
    border-radius: 3px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
	font-size:13px; 
}
*.jrc-button-link:hover[b-dw8nlw5waa] {
    /*background-color: #0056b3;*/
	background-color: #ca2643; 
    }
/* /RazorSource/Components/TechnologyCard.razor.rz.scp.css */
.technologys-card[b-c3qz9od8ry] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.card-header[b-c3qz9od8ry] {
    background: var(--gradient-primary);
    color: var(--text-light);
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h3[b-c3qz9od8ry] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.header-buttons[b-c3qz9od8ry] {
    display: flex;
    gap: 0.5rem;
}

.toggle-btn[b-c3qz9od8ry],
.download-btn[b-c3qz9od8ry] {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.toggle-btn:hover[b-c3qz9od8ry],
.download-btn:hover[b-c3qz9od8ry] {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
}

.toggle-btn.active[b-c3qz9od8ry] {
    background: var(--text-light);
    color: var(--primary-color);
    border-color: var(--text-light);
}

.card-body[b-c3qz9od8ry] {
    padding: 1.25rem;
}

.stats-grid[b-c3qz9od8ry] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat-box[b-c3qz9od8ry] {
    padding: 1.25rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.2s ease;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.stat-box:hover[b-c3qz9od8ry] {
    transform: translateY(-3px);
}

.stat-box:nth-child(1)[b-c3qz9od8ry] {
    background: var(--stat-gradient-1);
    color: var(--text-light);
}

.stat-box:nth-child(2)[b-c3qz9od8ry] {
    background: var(--stat-gradient-2);
    color: var(--text-light);
}

.stat-box-primary[b-c3qz9od8ry] {
	padding: 1.25rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.2s ease;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	background: var(--stat-gradient-1);
    color: var(--text-light);
}
.stat-box-secondary[b-c3qz9od8ry] {
	padding: 1.25rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.2s ease;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	background: var(--stat-gradient-2);
    color: var(--text-light);
}


.stat-value[b-c3qz9od8ry] {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label[b-c3qz9od8ry] {
    font-size: 0.90rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.expandable-content[b-c3qz9od8ry] {
    margin-top: 1rem;
    padding-top: 0;
    border-top: 2px solid #e0e0e0;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 5px;
}

.expandable-content[b-c3qz9od8ry]::-webkit-scrollbar {
    width: 8px;
}

.expandable-content[b-c3qz9od8ry]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.expandable-content[b-c3qz9od8ry]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.expandable-content[b-c3qz9od8ry]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.chart-section h4[b-c3qz9od8ry] {
    margin: 0 0 15px 0;
    color: #34495e;
    font-size: 16px;
}

.recent-section h4[b-c3qz9od8ry] {
    margin: 7px 0 7px 0;
    color: #34495e;
    font-size: 16px;
}

.recent-list[b-c3qz9od8ry] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.recent-item[b-c3qz9od8ry] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.2s ease;
}

.recent-item:hover[b-c3qz9od8ry] {
    background: #e9ecef;
    transform: translateX(3px);
}

.new-badge[b-c3qz9od8ry] {
    background: var(--gradient-secondary);
    color: var(--text-light);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
}
.authorButton[b-c3qz9od8ry] {
	background: var(--gradient-primary);
    color: var(--text-light);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
}
.authorButton:hover[b-c3qz9od8ry] {
	background: var(--gradient-secondary);
}

.recent-content[b-c3qz9od8ry] {
    flex: 1;
}

.recent-content h5[b-c3qz9od8ry] {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}

.recent-meta[b-c3qz9od8ry] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.7rem;
    color: #7f8c8d;
}

.recent-meta .authors[b-c3qz9od8ry] {
    font-weight: 500;
    color: #34495e;
}

.recent-meta .date[b-c3qz9od8ry] {
    color: var(--primary-color);
    font-weight: 500;
}

.recent-meta .journal[b-c3qz9od8ry] {
    font-style: italic;
    color: #95a5a6;
}

@media (max-width: 768px) {
    .card-header[b-c3qz9od8ry] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .header-buttons[b-c3qz9od8ry] {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (prefers-color-scheme: dark) {
    .projects-card[b-c3qz9od8ry] {
        background: #1e1e1e;
        border-color: #333;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .card-body[b-c3qz9od8ry] {
        background: #1e1e1e;
    }

    .expandable-content[b-c3qz9od8ry] {
        border-top-color: #333;
    }

    .expandable-content[b-c3qz9od8ry]::-webkit-scrollbar-track {
        background: #2a2a2a;
    }

    .expandable-content[b-c3qz9od8ry]::-webkit-scrollbar-thumb {
        background: #555;
    }

    .expandable-content[b-c3qz9od8ry]::-webkit-scrollbar-thumb:hover {
        background: #777;
    }

    .chart-section h4[b-c3qz9od8ry],
    .recent-section h4[b-c3qz9od8ry] {
        color: #e0e0e0;
    }

    .recent-item[b-c3qz9od8ry] {
        background: #2a2a2a;
    }

    .recent-item:hover[b-c3qz9od8ry] {
        background: #333;
    }

    .recent-content h5[b-c3qz9od8ry] {
        color: #e0e0e0;
    }

    .recent-meta .authors[b-c3qz9od8ry] {
        color: #aaa;
    }

    .recent-meta[b-c3qz9od8ry] {
        color: #888;
    }
}




*.jrc-button-link[b-c3qz9od8ry] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    /*background-color: #003166;*/
	background-color: #9e1e33; 
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin: 2.5px 2.5px; 
    /* Rounds the corners */
    border-radius: 3px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
	font-size:13px; 
}
*.jrc-button-link:hover[b-c3qz9od8ry] {
    /*background-color: #0056b3;*/
	background-color: #ca2643; 
    }
/* /RazorSource/Components/TopControlMenu.razor.rz.scp.css */
/*.navbar::-webkit-scrollbar {
  width: 20px; /* For vertical scrollbar */
}*/

:root[b-5ng5aag04b] {
  scrollbar-width: auto; /* auto (default) keeps buttons, thin removes them */
  scrollbar-color: #888 #f1f1f1; /* thumb color then track color */
}



.button-link-jrc[b-5ng5aag04b] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    background-color: #003166;
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding: 10px 20px;
    /* Rounds the corners */
    border-radius: 5px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
}
.button-link-jrc:hover[b-5ng5aag04b] {
    background-color: #0056b3;
    }



/*{Google AI, adapted:  working in blazor but a javascript solution is also fine, how do I add a drop-down menu to an image?*/

.dropdown-menu[b-5ng5aag04b] {
    font-size:20px; 
    position: absolute; /* Positions the menu relative to the container */
    /*top: 75%;*/ /* 100% Places the top of the menu exactly at the bottom of the image */
    /*left: 50%;*/
    background-color: #f7314c;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
	overflow: visible; 
}

.dropdown-menu a[b-5ng5aag04b] {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
	overflow: visible; 
}

.dropdown-menu a:hover[b-5ng5aag04b] {
    background-color: #f1f1f1;
}
/*}Google AI, adapted:  working in blazor but a javascript solution is also fine, how do I add a drop-down menu to an image?*/
/* /RazorSource/Components/WorkflowControl.razor.rz.scp.css */
/* ── Card shell ──────────────────────────────────────────── */
.workflow-card[b-xkcal369nw] {
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-width: 420px;
}

/* ── Header ──────────────────────────────────────────────── */
.card-header[b-xkcal369nw] {
	background: var(--gradient-primary, linear-gradient(135deg, rgb(17,95,102) 0%, rgb(113,184,212) 100%));
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.card-title[b-xkcal369nw] {
	color: var(--text-light, white);
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	flex: 1;
}
.item-count-badge[b-xkcal369nw] {
	background: rgba(255,255,255,0.25);
	color: white;
	border-radius: 12px;
	padding: 2px 9px;
	font-size: 12px;
	font-weight: 700;
	min-width: 22px;
	text-align: center;
}

/* ── Body ────────────────────────────────────────────────── */
.card-body[b-xkcal369nw] {
	padding: 12px;
	overflow-y: auto;
}
.empty-message[b-xkcal369nw] {
	color: #888;
	font-size: 13px;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}
.workflow-list[b-xkcal369nw] {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

/* ── Individual workflow item ────────────────────────────── */
.workflow-item[b-xkcal369nw] {
	border: 1px solid #e0e0e0;
	border-left: 4px solid var(--primary-color, rgb(17,95,102));
	border-radius: 6px;
	background: #f8f9fa;
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}
.workflow-item:hover[b-xkcal369nw] {
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.workflow-item.expanded[b-xkcal369nw] {
	border-left-color: var(--color-crimson, rgb(163,31,52));
}

/* ── Summary row (always visible) ───────────────────────── */
.item-summary[b-xkcal369nw] {
	padding: 8px 10px;
	cursor: pointer;
	user-select: none;
}
.item-summary-main[b-xkcal369nw] {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

/* Col 1 — expand toggle + type badge */
.summary-col-type[b-xkcal369nw] {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	padding-top: 2px;
}
.expand-toggle[b-xkcal369nw] {
	font-size: 10px;
	color: #666;
	width: 12px;
	flex-shrink: 0;
}
.type-badge[b-xkcal369nw] {
	background: var(--gradient-secondary, linear-gradient(135deg, rgb(113,184,212) 0%, rgb(17,95,102) 100%));
	color: white;
	border-radius: 4px;
	padding: 1px 6px;
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
}

/* Col 2 — title + journal / country */
.summary-col-title[b-xkcal369nw] {
	flex: 1.5;
	min-width: 0;
}
.item-title[b-xkcal369nw] {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	line-height: 1.35;
	word-break: break-word;
	overflow-wrap: break-word;
}
.item-subdetail[b-xkcal369nw] {
	font-size: 11px;
	color: #666;
	font-style: italic;
	margin-top: 2px;
}

/* Col 3 — submitter · time · pending  (right-aligned stack) */
.summary-col-status[b-xkcal369nw] {
	flex: 2;
	min-width: 120px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}
/* Submitter name and submitted time share one line */
.submitter-time-row[b-xkcal369nw] {
	display: flex;
	align-items: baseline;
	gap: 5px;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.submitter-info[b-xkcal369nw] {
	font-size: 11px;
	color: #666;
}
.submitted-time[b-xkcal369nw] {
	font-size: 11px;
	color: #888;
}
.pending-chip[b-xkcal369nw] {
	background: #fff3cd;
	color: #856404;
	border: 1px solid #ffc107;
	border-radius: 4px;
	padding: 1px 6px;
	font-size: 11px;
	text-align: right;
	max-width: 100%;
	word-break: break-word;
}

/* Col 4 — Review button */
.summary-col-action[b-xkcal369nw] {
	flex-shrink: 0;
	align-self: center;
}

/* ── Expanded detail area ────────────────────────────────── */
.item-detail[b-xkcal369nw] {
	border-top: 1px solid #e0e0e0;
	background: white;
	padding: 8px 10px;
}

/* ── Approval steps table ────────────────────────────────── */
.approval-steps-table[b-xkcal369nw] {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}
.approval-steps-table th[b-xkcal369nw] {
	background: #f0f0f0;
	color: #555;
	font-weight: 600;
	padding: 4px 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.approval-steps-table td[b-xkcal369nw] {
	padding: 4px 8px;
	vertical-align: middle;
}
.step-approved td[b-xkcal369nw] {
	color: #3a7a3a;
}
.step-pending td[b-xkcal369nw] {
	color: #555;
}
.role-cell[b-xkcal369nw] {
	font-weight: 500;
	white-space: nowrap;
}
.approved-cell[b-xkcal369nw] {
	color: #3a7a3a;
}
.pending-cell[b-xkcal369nw] {
	color: #856404;
}
.action-cell[b-xkcal369nw] {
	text-align: right;
	white-space: nowrap;
}

/* ── Header display selector ─────────────────────────────── */
.header-display-selector[b-xkcal369nw] {
	display: flex;
	align-items: center;
	gap: 5px;
}
.header-display-label[b-xkcal369nw] {
	color: rgba(255,255,255,0.85);
	font-size: 13px;
	white-space: nowrap;
}
.header-display-select[b-xkcal369nw] {
	background: rgba(255,255,255,0.18);
	border: 1px solid rgba(255,255,255,0.4);
	color: white;
	border-radius: 4px;
	padding: 2px 6px;
	font-size: 13px;
	cursor: pointer;
}
.header-display-select option[b-xkcal369nw] {
	color: #333;
	background: white;
}

/* ── Title-bar action button variants ────────────────────── */
*.jrc-button-link.btn-approve-action[b-xkcal369nw] {
	background-color: var(--primary-color, rgb(17,95,102));
}
*.jrc-button-link.btn-approve-action:hover[b-xkcal369nw] {
	background-color: rgb(23,130,140);
}
/* btn-review-action uses the base jrc-button-link crimson — no extra CSS needed */

/* ── Button link (shared with other components) ──────────── */
*.jrc-button-link[b-xkcal369nw] {
	color: white;
	background-color: #9e1e33;
	display: inline-block;
	padding: 3px 5px;
	margin: 2.5px 2.5px;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	font-size: 13px;
}
*.jrc-button-link:hover[b-xkcal369nw] {
	background-color: #ca2643;
}
/* /RazorSource/Forms/SubmitOrReviewPatentDialog.razor.rz.scp.css */



.cpgDigital-authorSelectCombo[b-xjls2w6e19]{

}
.cpgDigital-authorSelectCombo + .select2-container[b-xjls2w6e19]{ /*select2 creates a next-sibling of the select element with class select2-container, which is where we need to specify the width*/
	width: 100% !important; 
	min-width: 100% !important;
	max-width: 100% !important; 
	display: table; 
	table-layout: fixed; 
}



.add-patent-form[b-xjls2w6e19] {
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.form-subtitle[b-xjls2w6e19] {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
}

.form-title[b-xjls2w6e19] {
    margin: 0 0 1.25rem 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary-color, #115F66);
}

/* Two-column default, three when PDF is attached */

.form-columns[b-xjls2w6e19] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.form-columns.with-attachments-preview[b-xjls2w6e19] {
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 1250px;
}

.column-right[b-xjls2w6e19] {
    position: relative;
}

.column-right-scroll[b-xjls2w6e19] {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.section-label[b-xjls2w6e19] {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    color: #34495e;
    margin-bottom: 0.5rem;
}

/* Author tabs */

.author-tabs[b-xjls2w6e19] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.author-tab[b-xjls2w6e19] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.15s ease;
    user-select: none;
}

.author-tab:hover[b-xjls2w6e19] {
    border-color: var(--primary-color, #115F66);
    background: #eef7f7;
}

.author-tab.selected[b-xjls2w6e19] {
    background: var(--primary-color, #115F66);
    color: white;
    border-color: var(--primary-color, #115F66);
}

.author-tab-number[b-xjls2w6e19] {
    font-weight: 700;
    font-size: 0.7rem;
    opacity: 0.7;
}

.author-tab-name[b-xjls2w6e19] {
    font-weight: 500;
    /*max-width: 80px;*/
	max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-tab[b-xjls2w6e19] {
    border-style: dashed;
    color: var(--primary-color, #115F66);
    background: transparent;
    font-weight: 500;
}

.add-tab:hover[b-xjls2w6e19] {
    background: #eef7f7;
}

/* Section card (General Info + Author details) */

.section-card[b-xjls2w6e19] {
    padding: 1rem;
    background: #f2f8f8;
    border-radius: 8px;
    border: 1px solid rgba(17, 95, 102, 0.15);
}

.form-group-vertLabels.last[b-xjls2w6e19] {
    margin-bottom: 0;
}

/* Hidden file input for Change button */

.hidden-file-input[b-xjls2w6e19] {
    display: none;
}

.author-actions[b-xjls2w6e19] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e0e0e0;
}

.btn-author-action[b-xjls2w6e19] {
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: white;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.15s ease;
    color: #555;
}

.btn-author-action:hover:not(:disabled)[b-xjls2w6e19] {
    background: #eee;
    border-color: #ccc;
}

.btn-author-action:disabled[b-xjls2w6e19] {
    opacity: 0.4;
    cursor: not-allowed;
}

.btn-remove[b-xjls2w6e19] {
    margin-left: auto;
    color: #c0392b;
    border-color: #e8c4c0;
}

.btn-remove:hover:not(:disabled)[b-xjls2w6e19] {
    background: #fdf0ef;
    border-color: #c0392b;
}

.checkbox-group label[b-xjls2w6e19] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"][b-xjls2w6e19] {
    width: auto;
    margin: 0;
}

/* Inline attach zone in footer row */

.attach-zone[b-xjls2w6e19] {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border: 1.5px dashed #ccc;
    border-radius: 6px;
    transition: all 0.2s ease;
    margin-right: auto;
}

.attach-zone-label[b-xjls2w6e19] {
    /*max-width: 320px;*/
    pointer-events: none;
}

.attach-zone:hover[b-xjls2w6e19],
.attach-zone.drag-over[b-xjls2w6e19] {
    border-color: var(--primary-color, #115F66);
    background: rgba(17, 95, 102, 0.04);
}

.attach-zone-text[b-xjls2w6e19] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #34495e;
}

.attach-zone-hint[b-xjls2w6e19] {
    font-size: 0.8rem;
    color: #95a5a6;
}

.attach-zone-uploading[b-xjls2w6e19] {
    display: block;
    font-size: 0.8rem;
    color: var(--primary-color, #115F66);
    font-weight: 500;
    margin-top: 0.25rem;
}

.attach-zone-input[b-xjls2w6e19] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Attachment list */

.attachment-list[b-xjls2w6e19] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
    flex-shrink: 0;
}

.pdf-file-info[b-xjls2w6e19] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #f0f7f7;
    border: 1px solid #d0e0e0;
    border-radius: 6px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.15s ease;
}

.pdf-file-info:hover[b-xjls2w6e19] {
    border-color: var(--primary-color, #115F66);
    background: #e8f3f3;
}

.pdf-file-info.selected[b-xjls2w6e19] {
    border-color: var(--primary-color, #115F66);
    background: rgba(17, 95, 102, 0.1);
    box-shadow: 0 0 0 1px var(--primary-color, #115F66);
}

.pdf-filename[b-xjls2w6e19] {
    font-weight: 500;
    color: #2c3e50;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.pdf-filesize[b-xjls2w6e19] {
    color: #7f8c8d;
    white-space: nowrap;
}

/* PDF preview embed */

.pdf-preview[b-xjls2w6e19] {
    flex: 1;
    min-height: 367px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.pdf-preview embed[b-xjls2w6e19] {
    width: 100%;
    height: 100%;
    min-height: 367px;
    display: block;
}

/* Shared form styles */

.form-group-vertLabels[b-xjls2w6e19] {
    margin-bottom: 1rem;
}

.form-group-vertLabels label[b-xjls2w6e19] {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    color: #34495e;
    margin-bottom: 0.35rem;
}

.required[b-xjls2w6e19] {
    color: #e74c3c;
}

.optional[b-xjls2w6e19] {
    color: #95a5a6;
    font-weight: 400;
    font-size: 0.75rem;
}

.form-group-vertLabels input[b-xjls2w6e19],
.form-group-vertLabels textarea[b-xjls2w6e19],
.form-group-horzLabels input[b-xjls2w6e19] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    font-family: inherit;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.form-group-vertLabels input[b-xjls2w6e19]::placeholder,
.form-group-vertLabels textarea[b-xjls2w6e19]::placeholder,
.form-group-horzLabels input[b-xjls2w6e19]::placeholder {
    color: #bbb;
}

.form-group-vertLabels input:focus[b-xjls2w6e19],
.form-group-vertLabels textarea:focus[b-xjls2w6e19],
.form-group-horzLabels input:focus[b-xjls2w6e19] {
    outline: none;
    border-color: var(--primary-color, #115F66);
    box-shadow: 0 0 0 2px rgba(17, 95, 102, 0.15);
}

/* Grouped horizontal layout for General Info */

.field-group[b-xjls2w6e19] {
    display: grid;
    /*grid-template-columns: auto 1fr;*/
	grid-template-columns: auto minmax(0,1fr);
    align-items: center;
    gap: 0.65rem 0.75rem;
    margin-bottom: 0.65rem;
}

.form-group-horzLabels[b-xjls2w6e19] {
    display: contents; /*Claude AI explains this is the trick to accomplish horizontal alignment of editboxes relative to grid-template-columns layout -jrc20260221*/
}

.form-group-horzLabels label[b-xjls2w6e19] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #34495e;
    white-space: nowrap;
}

.form-actions[b-xjls2w6e19] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.btn-cancel[b-xjls2w6e19],
.btn-save[b-xjls2w6e19] {
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}

.btn-cancel[b-xjls2w6e19] {
    background: #f0f0f0;
    color: #555;
    border-color: #ddd;
}

.btn-cancel:hover[b-xjls2w6e19] {
    background: #e0e0e0;
}

.btn-save[b-xjls2w6e19] {
    background: var(--primary-color, #115F66);
    color: white;
}

.btn-save:hover:not(:disabled)[b-xjls2w6e19] {
    opacity: 0.9;
}

.btn-save:disabled[b-xjls2w6e19] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Readonly field styling */

input[readonly][b-xjls2w6e19],
textarea[readonly][b-xjls2w6e19] {
    background: #f5f5f5;
    color: #666;
    cursor: default;
}

/* Disabled Radzen date picker — darken text for readability */

[b-xjls2w6e19] .rz-state-disabled {
    --rz-input-disabled-color: #666;
    opacity: 1;
}

/* Approver comments inline in footer */

.approver-comments-label[b-xjls2w6e19] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #34495e;
    white-space: nowrap;
}

.approver-comments[b-xjls2w6e19] {
    flex: 1;
    min-width: 120px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.85rem;
    font-family: inherit;
    resize: vertical;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.approver-comments:focus[b-xjls2w6e19] {
    outline: none;
    border-color: var(--primary-color, #115F66);
    box-shadow: 0 0 0 2px rgba(17, 95, 102, 0.15);
}

.approver-comments[b-xjls2w6e19]::placeholder {
    color: #bbb;
}

/* Review action buttons */

.btn-return[b-xjls2w6e19],
.btn-reject[b-xjls2w6e19],
.btn-approve[b-xjls2w6e19] {
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    white-space: nowrap;
    color: white;
}

.btn-return[b-xjls2w6e19] {
    background: #e67e22;
    border-color: #d35400;
}

.btn-return:hover[b-xjls2w6e19] {
    opacity: 0.9;
}

.btn-reject[b-xjls2w6e19] {
    background: #e74c3c;
    border-color: #c0392b;
}

.btn-reject:hover[b-xjls2w6e19] {
    opacity: 0.9;
}

.btn-approve[b-xjls2w6e19] {
    background: #27ae60;
    border-color: #1e8449;
}

.btn-approve:hover[b-xjls2w6e19] {
    opacity: 0.9;
}

/* Workflow history */

.workflow-history[b-xjls2w6e19] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.workflow-item[b-xjls2w6e19] {
    padding: 0.6rem 0.75rem;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.8rem;
}

.workflow-item-header[b-xjls2w6e19] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.25rem;
}

.workflow-reviewer[b-xjls2w6e19] {
    font-weight: 600;
    color: #2c3e50;
}

.workflow-role[b-xjls2w6e19] {
    font-size: 0.7rem;
    font-weight: 500;
    color: #6c757d;
    padding: 0.1rem 0.45rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    margin-right: auto;
}

.workflow-action[b-xjls2w6e19] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    white-space: nowrap;
}

.workflow-action-approve[b-xjls2w6e19] {
    background: #d4edda;
    color: #1e7e34;
}

.workflow-action-reject[b-xjls2w6e19] {
    background: #f8d7da;
    color: #c0392b;
}

.workflow-action-return-with-comments[b-xjls2w6e19] {
    background: #fff3cd;
    color: #856404;
}

.workflow-time[b-xjls2w6e19] {
    font-size: 0.75rem;
    color: #7f8c8d;
    margin-bottom: 0.25rem;
}

.workflow-comment[b-xjls2w6e19] {
    font-size: 0.8rem;
    color: #555;
    padding-top: 0.35rem;
    border-top: 1px solid #eee;
    line-height: 1.4;
}

@media (prefers-color-scheme: dark) {
    .section-label[b-xjls2w6e19] {
        color: #ccc;
    }

    .form-group-vertLabels label[b-xjls2w6e19],
    .form-group-horzLabels label[b-xjls2w6e19] {
        color: #ccc;
    }

    .form-group-vertLabels input[b-xjls2w6e19],
    .form-group-vertLabels textarea[b-xjls2w6e19],
    .form-group-horzLabels input[b-xjls2w6e19] {
        background: #2a2a2a;
        border-color: #444;
        color: #e0e0e0;
    }

    .author-tab[b-xjls2w6e19] {
        background: #2a2a2a;
        border-color: #444;
        color: #ccc;
    }

    .author-tab:hover[b-xjls2w6e19] {
        background: #333;
    }

    .author-tab.selected[b-xjls2w6e19] {
        background: var(--primary-color, #115F66);
        color: white;
    }

    .add-tab[b-xjls2w6e19] {
        background: transparent;
        color: var(--primary-color, #4db8bf);
    }

    .section-card[b-xjls2w6e19] {
        background: #252525;
        border-color: #444;
    }

    .author-actions[b-xjls2w6e19] {
        border-top-color: #444;
    }

    .btn-author-action[b-xjls2w6e19] {
        background: #333;
        border-color: #555;
        color: #ccc;
    }

    .btn-author-action:hover:not(:disabled)[b-xjls2w6e19] {
        background: #444;
    }

    .btn-remove[b-xjls2w6e19] {
        color: #e74c3c;
        border-color: #553;
    }

    .attach-zone[b-xjls2w6e19] {
        border-color: #555;
    }

    .attach-zone:hover[b-xjls2w6e19],
    .attach-zone.drag-over[b-xjls2w6e19] {
        border-color: var(--primary-color, #4db8bf);
        background: rgba(17, 95, 102, 0.1);
    }

    .attach-zone-text[b-xjls2w6e19] {
        color: #ccc;
    }

    .attach-zone-hint[b-xjls2w6e19] {
        color: #777;
    }

    .pdf-file-info[b-xjls2w6e19] {
        background: #252525;
        border-color: #444;
    }

    .pdf-file-info:hover[b-xjls2w6e19] {
        border-color: var(--primary-color, #4db8bf);
        background: #2a3535;
    }

    .pdf-file-info.selected[b-xjls2w6e19] {
        border-color: var(--primary-color, #4db8bf);
        background: rgba(17, 95, 102, 0.2);
        box-shadow: 0 0 0 1px var(--primary-color, #4db8bf);
    }

    .pdf-filename[b-xjls2w6e19] {
        color: #e0e0e0;
    }

    .pdf-preview[b-xjls2w6e19] {
        border-color: #444;
    }

    .form-actions[b-xjls2w6e19] {
        border-top-color: #444;
    }

    .btn-cancel[b-xjls2w6e19] {
        background: #333;
        color: #ccc;
        border-color: #555;
    }

    .btn-cancel:hover[b-xjls2w6e19] {
        background: #444;
    }

    input[readonly][b-xjls2w6e19],
    textarea[readonly][b-xjls2w6e19] {
        background: #1e1e1e;
        color: #999;
    }

    .approver-comments[b-xjls2w6e19] {
        background: #2a2a2a;
        border-color: #444;
        color: #e0e0e0;
    }

    .approver-comments-label[b-xjls2w6e19] {
        color: #ccc;
    }

    [b-xjls2w6e19] .rz-state-disabled {
        --rz-input-disabled-color: #999;
    }

    .workflow-item[b-xjls2w6e19] {
        background: #252525;
        border-color: #444;
    }

    .workflow-reviewer[b-xjls2w6e19] {
        color: #e0e0e0;
    }

    .workflow-role[b-xjls2w6e19] {
        color: #aaa;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }

    .workflow-action-approve[b-xjls2w6e19] {
        background: #1e3a1e;
        color: #6fcf97;
    }

    .workflow-action-reject[b-xjls2w6e19] {
        background: #3a1e1e;
        color: #eb8c8c;
    }

    .workflow-action-return-with-comments[b-xjls2w6e19] {
        background: #3a3520;
        color: #f0d58c;
    }

    .workflow-time[b-xjls2w6e19] {
        color: #888;
    }

    .workflow-comment[b-xjls2w6e19] {
        color: #bbb;
        border-top-color: #444;
    }
}
/* /RazorSource/Forms/SubmitOrReviewPublicationDialog.razor.rz.scp.css */



.cpgDigital-authorSelectCombo[b-0m3c0wx38h]{

}
.cpgDigital-authorSelectCombo + .select2-container[b-0m3c0wx38h]{ /*select2 creates a next-sibling of the select element with class select2-container, which is where we need to specify the width*/
	width: 100% !important; 
	min-width: 100% !important;
	max-width: 100% !important; 
	display: table; 
	table-layout: fixed; 
}



.add-pub-form[b-0m3c0wx38h] {
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.form-subtitle[b-0m3c0wx38h] {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
}

.form-title[b-0m3c0wx38h] {
    margin: 0 0 1.25rem 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary-color, #115F66);
}

/* Two-column default, three when PDF is attached */

.form-columns[b-0m3c0wx38h] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.form-columns.with-attachments-preview[b-0m3c0wx38h] {
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 1250px;
}

.column-right[b-0m3c0wx38h] {
    position: relative;
}

.column-right-scroll[b-0m3c0wx38h] {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.section-label[b-0m3c0wx38h] {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    color: #34495e;
    margin-bottom: 0.5rem;
}

/* Author tabs */

.author-tabs[b-0m3c0wx38h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.author-tab[b-0m3c0wx38h] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.15s ease;
    user-select: none;
}

.author-tab:hover[b-0m3c0wx38h] {
    border-color: var(--primary-color, #115F66);
    background: #eef7f7;
}

.author-tab.selected[b-0m3c0wx38h] {
    background: var(--primary-color, #115F66);
    color: white;
    border-color: var(--primary-color, #115F66);
}

.author-tab-number[b-0m3c0wx38h] {
    font-weight: 700;
    font-size: 0.7rem;
    opacity: 0.7;
}

.author-tab-name[b-0m3c0wx38h] {
    font-weight: 500;
    /*max-width: 80px;*/
	max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-tab[b-0m3c0wx38h] {
    border-style: dashed;
    color: var(--primary-color, #115F66);
    background: transparent;
    font-weight: 500;
}

.add-tab:hover[b-0m3c0wx38h] {
    background: #eef7f7;
}

/* Section card (General Info + Author details) */

.section-card[b-0m3c0wx38h] {
    padding: 1rem;
    background: #f2f8f8;
    border-radius: 8px;
    border: 1px solid rgba(17, 95, 102, 0.15);
}

.form-group-vertLabels.last[b-0m3c0wx38h] {
    margin-bottom: 0;
}

/* Hidden file input for Change button */

.hidden-file-input[b-0m3c0wx38h] {
    display: none;
}

.author-actions[b-0m3c0wx38h] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e0e0e0;
}

.btn-author-action[b-0m3c0wx38h] {
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: white;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.15s ease;
    color: #555;
}

.btn-author-action:hover:not(:disabled)[b-0m3c0wx38h] {
    background: #eee;
    border-color: #ccc;
}

.btn-author-action:disabled[b-0m3c0wx38h] {
    opacity: 0.4;
    cursor: not-allowed;
}

.btn-remove[b-0m3c0wx38h] {
    margin-left: auto;
    color: #c0392b;
    border-color: #e8c4c0;
}

.btn-remove:hover:not(:disabled)[b-0m3c0wx38h] {
    background: #fdf0ef;
    border-color: #c0392b;
}

.checkbox-group label[b-0m3c0wx38h] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"][b-0m3c0wx38h] {
    width: auto;
    margin: 0;
}

/* Inline attach zone in footer row */

.attach-zone[b-0m3c0wx38h] {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border: 1.5px dashed #ccc;
    border-radius: 6px;
    transition: all 0.2s ease;
    margin-right: auto;
}

.attach-zone-label[b-0m3c0wx38h] {
    /*max-width: 320px;*/
    pointer-events: none;
}

.attach-zone:hover[b-0m3c0wx38h],
.attach-zone.drag-over[b-0m3c0wx38h] {
    border-color: var(--primary-color, #115F66);
    background: rgba(17, 95, 102, 0.04);
}

.attach-zone-text[b-0m3c0wx38h] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #34495e;
}

.attach-zone-hint[b-0m3c0wx38h] {
    font-size: 0.8rem;
    color: #95a5a6;
}

.attach-zone-uploading[b-0m3c0wx38h] {
    display: block;
    font-size: 0.8rem;
    color: var(--primary-color, #115F66);
    font-weight: 500;
    margin-top: 0.25rem;
}

.attach-zone-input[b-0m3c0wx38h] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Attachment list */

.attachment-list[b-0m3c0wx38h] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
    flex-shrink: 0;
}

.pdf-file-info[b-0m3c0wx38h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #f0f7f7;
    border: 1px solid #d0e0e0;
    border-radius: 6px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.15s ease;
}

.pdf-file-info:hover[b-0m3c0wx38h] {
    border-color: var(--primary-color, #115F66);
    background: #e8f3f3;
}

.pdf-file-info.selected[b-0m3c0wx38h] {
    border-color: var(--primary-color, #115F66);
    background: rgba(17, 95, 102, 0.1);
    box-shadow: 0 0 0 1px var(--primary-color, #115F66);
}

.pdf-filename[b-0m3c0wx38h] {
    font-weight: 500;
    color: #2c3e50;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.pdf-filesize[b-0m3c0wx38h] {
    color: #7f8c8d;
    white-space: nowrap;
}

/* PDF preview embed */

.pdf-preview[b-0m3c0wx38h] {
    flex: 1;
    min-height: 367px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.pdf-preview embed[b-0m3c0wx38h] {
    width: 100%;
    height: 100%;
    min-height: 367px;
    display: block;
}

/* Shared form styles */

.form-group-vertLabels[b-0m3c0wx38h] {
    margin-bottom: 1rem;
}

.form-group-vertLabels label[b-0m3c0wx38h] {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    color: #34495e;
    margin-bottom: 0.35rem;
}

.required[b-0m3c0wx38h] {
    color: #e74c3c;
}

.optional[b-0m3c0wx38h] {
    color: #95a5a6;
    font-weight: 400;
    font-size: 0.75rem;
}

.form-group-vertLabels input[b-0m3c0wx38h],
.form-group-vertLabels textarea[b-0m3c0wx38h],
.form-group-horzLabels input[b-0m3c0wx38h] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    font-family: inherit;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.form-group-vertLabels input[b-0m3c0wx38h]::placeholder,
.form-group-vertLabels textarea[b-0m3c0wx38h]::placeholder,
.form-group-horzLabels input[b-0m3c0wx38h]::placeholder {
    color: #bbb;
}

.form-group-vertLabels input:focus[b-0m3c0wx38h],
.form-group-vertLabels textarea:focus[b-0m3c0wx38h],
.form-group-horzLabels input:focus[b-0m3c0wx38h] {
    outline: none;
    border-color: var(--primary-color, #115F66);
    box-shadow: 0 0 0 2px rgba(17, 95, 102, 0.15);
}

/* Grouped horizontal layout for General Info */

.field-group[b-0m3c0wx38h] {
    display: grid;
    /*grid-template-columns: auto 1fr;*/
	grid-template-columns: auto minmax(0,1fr);
    align-items: center;
    gap: 0.65rem 0.75rem;
    margin-bottom: 0.65rem;
}

.form-group-horzLabels[b-0m3c0wx38h] {
    display: contents; /*Claude AI explains this is the trick to accomplish horizontal alignment of editboxes relative to grid-template-columns layout -jrc20260221*/
}

.form-group-horzLabels label[b-0m3c0wx38h] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #34495e;
    white-space: nowrap;
}

.form-actions[b-0m3c0wx38h] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.btn-cancel[b-0m3c0wx38h],
.btn-save[b-0m3c0wx38h] {
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}

.btn-cancel[b-0m3c0wx38h] {
    background: #f0f0f0;
    color: #555;
    border-color: #ddd;
}

.btn-cancel:hover[b-0m3c0wx38h] {
    background: #e0e0e0;
}

.btn-save[b-0m3c0wx38h] {
    background: var(--primary-color, #115F66);
    color: white;
}

.btn-save:hover:not(:disabled)[b-0m3c0wx38h] {
    opacity: 0.9;
}

.btn-save:disabled[b-0m3c0wx38h] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Readonly field styling */

input[readonly][b-0m3c0wx38h],
textarea[readonly][b-0m3c0wx38h] {
    background: #f5f5f5;
    color: #666;
    cursor: default;
}

/* Disabled Radzen date picker — darken text for readability */

[b-0m3c0wx38h] .rz-state-disabled {
    --rz-input-disabled-color: #666;
    opacity: 1;
}

/* Approver comments inline in footer */

.approver-comments-label[b-0m3c0wx38h] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #34495e;
    white-space: nowrap;
}

.approver-comments[b-0m3c0wx38h] {
    flex: 1;
    min-width: 120px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.85rem;
    font-family: inherit;
    resize: vertical;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.approver-comments:focus[b-0m3c0wx38h] {
    outline: none;
    border-color: var(--primary-color, #115F66);
    box-shadow: 0 0 0 2px rgba(17, 95, 102, 0.15);
}

.approver-comments[b-0m3c0wx38h]::placeholder {
    color: #bbb;
}

/* Review action buttons */

.btn-return[b-0m3c0wx38h],
.btn-reject[b-0m3c0wx38h],
.btn-approve[b-0m3c0wx38h] {
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    white-space: nowrap;
    color: white;
}

.btn-return[b-0m3c0wx38h] {
    background: #e67e22;
    border-color: #d35400;
}

.btn-return:hover[b-0m3c0wx38h] {
    opacity: 0.9;
}

.btn-reject[b-0m3c0wx38h] {
    background: #e74c3c;
    border-color: #c0392b;
}

.btn-reject:hover[b-0m3c0wx38h] {
    opacity: 0.9;
}

.btn-approve[b-0m3c0wx38h] {
    background: #27ae60;
    border-color: #1e8449;
}

.btn-approve:hover[b-0m3c0wx38h] {
    opacity: 0.9;
}

/* Workflow history */

.workflow-history[b-0m3c0wx38h] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.workflow-item[b-0m3c0wx38h] {
    padding: 0.6rem 0.75rem;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.8rem;
}

.workflow-item-header[b-0m3c0wx38h] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.25rem;
}

.workflow-reviewer[b-0m3c0wx38h] {
    font-weight: 600;
    color: #2c3e50;
}

.workflow-role[b-0m3c0wx38h] {
    font-size: 0.7rem;
    font-weight: 500;
    color: #6c757d;
    padding: 0.1rem 0.45rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    margin-right: auto;
}

.workflow-action[b-0m3c0wx38h] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    white-space: nowrap;
}

.workflow-action-approve[b-0m3c0wx38h] {
    background: #d4edda;
    color: #1e7e34;
}

.workflow-action-reject[b-0m3c0wx38h] {
    background: #f8d7da;
    color: #c0392b;
}

.workflow-action-return-with-comments[b-0m3c0wx38h] {
    background: #fff3cd;
    color: #856404;
}

.workflow-time[b-0m3c0wx38h] {
    font-size: 0.75rem;
    color: #7f8c8d;
    margin-bottom: 0.25rem;
}

.workflow-comment[b-0m3c0wx38h] {
    font-size: 0.8rem;
    color: #555;
    padding-top: 0.35rem;
    border-top: 1px solid #eee;
    line-height: 1.4;
}

@media (prefers-color-scheme: dark) {
    .section-label[b-0m3c0wx38h] {
        color: #ccc;
    }

    .form-group-vertLabels label[b-0m3c0wx38h],
    .form-group-horzLabels label[b-0m3c0wx38h] {
        color: #ccc;
    }

    .form-group-vertLabels input[b-0m3c0wx38h],
    .form-group-vertLabels textarea[b-0m3c0wx38h],
    .form-group-horzLabels input[b-0m3c0wx38h] {
        background: #2a2a2a;
        border-color: #444;
        color: #e0e0e0;
    }

    .author-tab[b-0m3c0wx38h] {
        background: #2a2a2a;
        border-color: #444;
        color: #ccc;
    }

    .author-tab:hover[b-0m3c0wx38h] {
        background: #333;
    }

    .author-tab.selected[b-0m3c0wx38h] {
        background: var(--primary-color, #115F66);
        color: white;
    }

    .add-tab[b-0m3c0wx38h] {
        background: transparent;
        color: var(--primary-color, #4db8bf);
    }

    .section-card[b-0m3c0wx38h] {
        background: #252525;
        border-color: #444;
    }

    .author-actions[b-0m3c0wx38h] {
        border-top-color: #444;
    }

    .btn-author-action[b-0m3c0wx38h] {
        background: #333;
        border-color: #555;
        color: #ccc;
    }

    .btn-author-action:hover:not(:disabled)[b-0m3c0wx38h] {
        background: #444;
    }

    .btn-remove[b-0m3c0wx38h] {
        color: #e74c3c;
        border-color: #553;
    }

    .attach-zone[b-0m3c0wx38h] {
        border-color: #555;
    }

    .attach-zone:hover[b-0m3c0wx38h],
    .attach-zone.drag-over[b-0m3c0wx38h] {
        border-color: var(--primary-color, #4db8bf);
        background: rgba(17, 95, 102, 0.1);
    }

    .attach-zone-text[b-0m3c0wx38h] {
        color: #ccc;
    }

    .attach-zone-hint[b-0m3c0wx38h] {
        color: #777;
    }

    .pdf-file-info[b-0m3c0wx38h] {
        background: #252525;
        border-color: #444;
    }

    .pdf-file-info:hover[b-0m3c0wx38h] {
        border-color: var(--primary-color, #4db8bf);
        background: #2a3535;
    }

    .pdf-file-info.selected[b-0m3c0wx38h] {
        border-color: var(--primary-color, #4db8bf);
        background: rgba(17, 95, 102, 0.2);
        box-shadow: 0 0 0 1px var(--primary-color, #4db8bf);
    }

    .pdf-filename[b-0m3c0wx38h] {
        color: #e0e0e0;
    }

    .pdf-preview[b-0m3c0wx38h] {
        border-color: #444;
    }

    .form-actions[b-0m3c0wx38h] {
        border-top-color: #444;
    }

    .btn-cancel[b-0m3c0wx38h] {
        background: #333;
        color: #ccc;
        border-color: #555;
    }

    .btn-cancel:hover[b-0m3c0wx38h] {
        background: #444;
    }

    input[readonly][b-0m3c0wx38h],
    textarea[readonly][b-0m3c0wx38h] {
        background: #1e1e1e;
        color: #999;
    }

    .approver-comments[b-0m3c0wx38h] {
        background: #2a2a2a;
        border-color: #444;
        color: #e0e0e0;
    }

    .approver-comments-label[b-0m3c0wx38h] {
        color: #ccc;
    }

    [b-0m3c0wx38h] .rz-state-disabled {
        --rz-input-disabled-color: #999;
    }

    .workflow-item[b-0m3c0wx38h] {
        background: #252525;
        border-color: #444;
    }

    .workflow-reviewer[b-0m3c0wx38h] {
        color: #e0e0e0;
    }

    .workflow-role[b-0m3c0wx38h] {
        color: #aaa;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }

    .workflow-action-approve[b-0m3c0wx38h] {
        background: #1e3a1e;
        color: #6fcf97;
    }

    .workflow-action-reject[b-0m3c0wx38h] {
        background: #3a1e1e;
        color: #eb8c8c;
    }

    .workflow-action-return-with-comments[b-0m3c0wx38h] {
        background: #3a3520;
        color: #f0d58c;
    }

    .workflow-time[b-0m3c0wx38h] {
        color: #888;
    }

    .workflow-comment[b-0m3c0wx38h] {
        color: #bbb;
        border-top-color: #444;
    }
}
/* /RazorSource/Layout/MainLayout-Original.razor.rz.scp.css */
.page[b-ldaf8a67cn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ldaf8a67cn] {
    flex: 1;
}

.sidebar[b-ldaf8a67cn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ldaf8a67cn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ldaf8a67cn]  a, .top-row[b-ldaf8a67cn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ldaf8a67cn]  a:hover, .top-row[b-ldaf8a67cn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ldaf8a67cn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ldaf8a67cn] {
        justify-content: space-between;
    }

    .top-row[b-ldaf8a67cn]  a, .top-row[b-ldaf8a67cn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ldaf8a67cn] {
        flex-direction: row;
    }

    .sidebar[b-ldaf8a67cn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ldaf8a67cn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ldaf8a67cn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ldaf8a67cn], article[b-ldaf8a67cn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ldaf8a67cn] {
    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-ldaf8a67cn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /RazorSource/Layout/MinimalLayout.razor.rz.scp.css */
/* ── Full-page shell ─────────────────────────────────────── */
.ml-chrome[b-xranmjp5zi] {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* ── Navigation strip ────────────────────────────────────── */
.ml-bar[b-xranmjp5zi] {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 14px;
	height: 48px;
	background: var(--gradient-primaryHalf, linear-gradient(90deg, rgb(17,95,102) 0%, rgb(113,184,212) 100%));
	flex-shrink: 0;
	position: sticky;
	top: 0;
	z-index: 100;
	overflow: hidden;
}

/* CPG home link */
.ml-home-link[b-xranmjp5zi] {
	color: white;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-decoration: none;
	white-space: nowrap;
	padding: 4px 10px 4px 4px;
	flex-shrink: 0;
	border-right: 1px solid rgba(255,255,255,0.3);
	margin-right: 4px;
}

/* Nav links row */
.ml-nav[b-xranmjp5zi] {
	display: flex;
	align-items: center;
	gap: 2px;
	flex-shrink: 0;
}

/* ::deep lets the scope attribute propagate to NavLink's rendered <a> elements */
[b-xranmjp5zi] .ml-nav-link {
	color: rgba(255,255,255,0.82);
	font-size: 12.5px;
	font-weight: 500;
	text-decoration: none;
	padding: 5px 9px;
	border-radius: 4px;
	white-space: nowrap;
	transition: background 0.15s, color 0.15s;
}
[b-xranmjp5zi] .ml-nav-link:hover {
	background: rgba(255,255,255,0.15);
	color: white;
}
/* Blazor sets "active" class on the matching NavLink */
[b-xranmjp5zi] .ml-nav-link.active {
	background: rgba(255,255,255,0.22);
	color: white;
	font-weight: 600;
}

/* Drilldown links — slightly smaller and separated from main nav with a faint divider */
[b-xranmjp5zi] .ml-nav-link-drilldown {
	font-size: 11.5px;
	color: rgba(255,255,255,0.68);
}
[b-xranmjp5zi] .ml-nav-link-drilldown:first-of-type {
	border-left: 1px solid rgba(255,255,255,0.25);
	padding-left: 11px;
	margin-left: 4px;
}
[b-xranmjp5zi] .ml-nav-link-drilldown:hover {
	background: rgba(255,255,255,0.12);
	color: rgba(255,255,255,0.92);
}
[b-xranmjp5zi] .ml-nav-link-drilldown.active {
	color: white;
	background: rgba(255,255,255,0.18);
}

/* SysAdmin link gets a subtle highlight */
[b-xranmjp5zi] .ml-nav-link-admin {
	color: rgba(255,220,150,0.9);
}
[b-xranmjp5zi] .ml-nav-link-admin:hover,
[b-xranmjp5zi] .ml-nav-link-admin.active {
	color: rgb(255,220,150);
}

/* Impersonation control — grows to fill remaining space */
.ml-impersonate[b-xranmjp5zi] {
	flex: 1;
	display: flex;
	align-items: center;
	min-width: 0;
	padding-left: 10px;
	border-left: 1px solid rgba(255,255,255,0.3);
	margin-left: 4px;
}

/* Username link — far right */
.ml-username[b-xranmjp5zi] {
	color: rgba(255,255,255,0.82);
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	padding-left: 10px;
	border-left: 1px solid rgba(255,255,255,0.3);
	margin-left: 4px;
}
.ml-username:hover[b-xranmjp5zi] {
	color: white;
	text-decoration: underline;
}

/* ── Page content area ───────────────────────────────────── */
.ml-main[b-xranmjp5zi] {
	flex: 1;
	/* No padding — pages using this layout manage their own spacing */
}

/* ── Error banner ────────────────────────────────────────── */
#blazor-error-ui[b-xranmjp5zi] {
	color-scheme: light only;
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
#blazor-error-ui .dismiss[b-xranmjp5zi] {
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}
/* /RazorSource/Layout/NavMenu-Original.razor.rz.scp.css */
.navbar-toggler[b-lefqpd866r] {
    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-lefqpd866r] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lefqpd866r] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lefqpd866r] {
    font-size: 1.1rem;
}

.bi[b-lefqpd866r] {
    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-lefqpd866r] {
    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-lefqpd866r] {
    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-lefqpd866r] {
    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");
}

.bi-lock-nav-menu[b-lefqpd866r] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-lefqpd866r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-lefqpd866r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-lefqpd866r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-lefqpd866r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-lefqpd866r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lefqpd866r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lefqpd866r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lefqpd866r]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lefqpd866r]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lefqpd866r]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lefqpd866r] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lefqpd866r] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lefqpd866r] {
        display: none;
    }

    .nav-scrollable[b-lefqpd866r] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /RazorSource/Layout/NavMenuHorizontal.razor.rz.scp.css */
/* Removed all the navbar-toggler stuff;  jrc20251230 
.navbar-toggler {
    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);
}*/

.button-link-jrc[b-8si5t8gi1f] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    background-color: #003166;
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding: 10px 20px;
    /* Rounds the corners */
    border-radius: 5px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
}
.button-link-jrc:hover[b-8si5t8gi1f] {
    background-color: #0056b3;
    }


.top-row[b-8si5t8gi1f] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8si5t8gi1f] {
    font-size: 1.1rem;
}

.bi[b-8si5t8gi1f] {
    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-8si5t8gi1f] {
    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-8si5t8gi1f] {
    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-8si5t8gi1f] {
    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");
}

.bi-lock-nav-menu[b-8si5t8gi1f] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-8si5t8gi1f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-8si5t8gi1f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-8si5t8gi1f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-8si5t8gi1f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-8si5t8gi1f] {
    /*font-size: 0.9rem; --jrc20251212*/
	font-size: 20px; 
    padding-bottom: 0.25rem; /*changed from 0.5 to 0.25*/
}

    .nav-item:first-of-type[b-8si5t8gi1f] {
        /*padding-top: 1rem; -- jrc20251211 ... */
    }

    .nav-item:last-of-type[b-8si5t8gi1f] {
        /*padding-bottom: 1rem;*/ /* commanted jrc20251230 */
		padding-bottom: 0.25rem;
    }

    .nav-item[b-8si5t8gi1f]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-8si5t8gi1f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-8si5t8gi1f]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-8si5t8gi1f] {
    /*display: none;
	min-height:7vh; 
	max-height:14vh; 
	overflow-y:auto !important;*/
	display: block;
	min-height:7vh; 
	max-height:14vh; 
    overflow-y: auto !important;;
}


@media (min-width: 641px) {
    
    .nav-scrollable[b-8si5t8gi1f] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        /*height:7vh; /*jrc20251230 from 15vh to 10vh*/
		min-height:7vh; 
		max-height:14vh; 
        overflow-y: auto !important;;
    }
}




.dropdown-menu[b-8si5t8gi1f] {
    font-size:20px; 
    position: absolute; /*changed from absolute to fixed jrc20251230 */ /* absolute - Positions the menu relative to the container */
    /*top: 75%;*/ /* 100% Places the top of the menu exactly at the bottom of the image */
    /*left: 50%;*/
    background-color: #f7314c;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
	overflow: visible; 
}
.dropdown-menu a[b-8si5t8gi1f] {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
	overflow: visible; 
}

.dropdown-menu a:hover[b-8si5t8gi1f] {
    background-color: #f1f1f1;
}
/* /RazorSource/Layout/PrimaryLayout.razor.rz.scp.css */
.page[b-h8s07a2wd4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h8s07a2wd4] {
    flex: 1;
}

.sidebar[b-h8s07a2wd4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.jrc-topbar[b-h8s07a2wd4] {
    //background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
	//background: var(--gradient-primary);
	//background: var(--color-turquoise); 
	background: var(--gradient-primaryHalf);
}

.top-row[b-h8s07a2wd4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h8s07a2wd4]  a, .top-row[b-h8s07a2wd4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-h8s07a2wd4]  a:hover, .top-row[b-h8s07a2wd4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-h8s07a2wd4]  a:first-child {
        overflow: visible; /*jrc20251224*/
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-h8s07a2wd4] {
        justify-content: space-between;
    }

    .top-row[b-h8s07a2wd4]  a, .top-row[b-h8s07a2wd4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h8s07a2wd4] {
        flex-direction: row;
    }

    .sidebar[b-h8s07a2wd4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    jrc-topbar[b-h8s07a2wd4] {
        width: 100vw;
        height: 150px;
        position: sticky;
        top: 0;
    }

    .top-row[b-h8s07a2wd4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h8s07a2wd4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h8s07a2wd4], article[b-h8s07a2wd4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-h8s07a2wd4] {
    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-h8s07a2wd4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /RazorSource/Pages/AcademicDrilldown.razor.rz.scp.css */
/* AcademicDrilldown — entity-specific styles only.
   Shared drilldown chrome lives in wwwroot/css/drilldown-shared.css. */

/* ── Filter header total count badge ── */
.total-count-badge[b-ah41kz39a8] {
	font-size: 0.78rem;
	font-weight: 400;
	background: rgba(255,255,255,0.18);
	padding: 1px 8px;
	border-radius: 10px;
	margin-left: 0.5rem;
	vertical-align: middle;
	letter-spacing: 0.2px;
}

/* ── Table wrapper: remove the chart-body default padding so the table
   touches the card edges, giving a native-table feel ── */
.acad-table-body[b-ah41kz39a8] {
	padding: 0 !important;
	overflow-x: auto;
	overflow-y: auto;
	max-height: 380px;  /* ~8 rows; user can scroll to see the rest */
}

.acad-table-body[b-ah41kz39a8]::-webkit-scrollbar       { width: 8px; height: 8px; }
.acad-table-body[b-ah41kz39a8]::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 4px; }
.acad-table-body[b-ah41kz39a8]::-webkit-scrollbar-thumb { background: #bbb;    border-radius: 4px; }
.acad-table-body[b-ah41kz39a8]::-webkit-scrollbar-thumb:hover { background: #888; }

/* ── Tab navigation ── */
.acad-tab-nav[b-ah41kz39a8] {
	display: flex;
	gap: 0;
	margin-bottom: 1.25rem;
	background: white;
	border-radius: 10px;
	border: 1px solid #dde5e6;
	box-shadow: 0 2px 6px rgba(0,0,0,0.07);
	overflow: hidden;
}

.acad-tab-btn[b-ah41kz39a8] {
	flex: 1;
	padding: 0.7rem 1.25rem;
	background: none;
	border: none;
	border-right: 1px solid #dde5e6;
	cursor: pointer;
	font-size: 0.92rem;
	font-weight: 500;
	color: #555;
	transition: background 0.15s, color 0.15s;
	text-align: center;
}

.acad-tab-btn:last-child[b-ah41kz39a8] { border-right: none; }

.acad-tab-btn:hover:not(.acad-tab-active)[b-ah41kz39a8] {
	background: #f0f7f8;
	color: var(--primary-color, #115f66);
}

.acad-tab-active[b-ah41kz39a8] {
	background: var(--gradient-primary, linear-gradient(135deg,#115f66,#1a8a94));
	color: white !important;
	font-weight: 600;
}

/* ── Granularity toggle bar ── */
.acad-granularity-bar[b-ah41kz39a8] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
}

.acad-gran-label[b-ah41kz39a8] {
	font-size: 0.82rem;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.acad-gran-btn[b-ah41kz39a8] {
	padding: 0.3rem 0.85rem;
	border: 1.5px solid #c8d8da;
	border-radius: 6px;
	background: white;
	color: #555;
	font-size: 0.83rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.15s;
}

.acad-gran-btn:hover:not(.acad-gran-active)[b-ah41kz39a8] {
	border-color: var(--primary-color, #115f66);
	color: var(--primary-color, #115f66);
}

.acad-gran-active[b-ah41kz39a8] {
	background: var(--primary-color, #115f66);
	border-color: var(--primary-color, #115f66);
	color: white !important;
	font-weight: 600;
}

.acad-totals-toggle[b-ah41kz39a8] {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.83rem;
	font-weight: 500;
	color: #555;
	cursor: pointer;
	user-select: none;
}

/* ── Tab info bar (shown when a filter is overridden by the tab) ── */
.acad-tab-info-bar[b-ah41kz39a8] {
	font-size: 0.8rem;
	color: #7a6000;
	background: #fffbea;
	border: 1px solid #f0d060;
	border-radius: 7px;
	padding: 0.45rem 0.9rem;
	margin-bottom: 1rem;
}

/* ── Semester breakdown table ── */
.acad-semester-table[b-ah41kz39a8] {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
}

.acad-semester-table thead tr[b-ah41kz39a8] {
	background: var(--primary-color, #115f66);
	position: sticky;
	top: 0;
	z-index: 1;   /* sit above scrolling tbody rows */
}

.acad-semester-table th[b-ah41kz39a8] {
	color: white;
	padding: 0.6rem 1rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.77rem;
	text-transform: uppercase;
	letter-spacing: 0.35px;
	white-space: nowrap;
}

.acad-semester-table th:first-child[b-ah41kz39a8] { border-radius: 0; }

.acad-semester-table tbody tr:nth-child(even)[b-ah41kz39a8] { background: #f7fafa; }
.acad-semester-table tbody tr:hover[b-ah41kz39a8] { background: #eef6f7; }

.acad-semester-table td[b-ah41kz39a8] {
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #eee;
	color: #444;
}

.acad-term-cell[b-ah41kz39a8] {
	font-weight: 600;
	color: #2c3e50;
	white-space: nowrap;
	min-width: 120px;
}

.acad-num-cell[b-ah41kz39a8] {
	text-align: right;
	font-variant-numeric: tabular-nums;
	min-width: 80px;
}

/* Colour-coded metric columns */
.acad-new[b-ah41kz39a8]  { color: #27ae60; font-weight: 600; }
.acad-grad[b-ah41kz39a8] { color: #e67e22; font-weight: 600; }
.acad-drop[b-ah41kz39a8] { color: #c0392b; font-weight: 600; }

/* ── Dark mode ── */
@media (prefers-color-scheme: dark) {
	.acad-tab-nav[b-ah41kz39a8] {
		background: #1e1e1e;
		border-color: #333;
	}
	.acad-tab-btn[b-ah41kz39a8] {
		color: #ccc;
		border-right-color: #333;
	}
	.acad-tab-btn:hover:not(.acad-tab-active)[b-ah41kz39a8] { background: #2a2a2a; }

	.acad-gran-btn[b-ah41kz39a8] {
		background: #1e1e1e;
		border-color: #444;
		color: #ccc;
	}

	.acad-tab-info-bar[b-ah41kz39a8] {
		background: #2a2600;
		border-color: #665500;
		color: #d4b800;
	}

	.acad-semester-table tbody tr:nth-child(even)[b-ah41kz39a8] { background: #1a2530; }
	.acad-semester-table tbody tr:hover[b-ah41kz39a8]           { background: #1c2d40; }
	.acad-semester-table td[b-ah41kz39a8]      { color: #ccc; border-bottom-color: #333; }
	.acad-term-cell[b-ah41kz39a8]              { color: #dde; }
}
/* /RazorSource/Pages/CpgPublications.razor.rz.scp.css */
.div-overflow[b-3zio81ogoy]{
	display:block;
	overflow-y:auto;
}

[b-3zio81ogoy] .TableColumnOrCellBorder{
	border: 1px solid black; 
	border-collapse:collapse; 
}

[b-3zio81ogoy] .UsersTableRowCss{
	position: relative; /*for the absolute div hack*/
}

[b-3zio81ogoy] .UsersTableRowCss:hover{
	background-color:darkblue;
	color:white;
	cursor:pointer;
	font-weight:400;

}

[b-3zio81ogoy] .width-50px{
	max-width:50px; 
}
[b-3zio81ogoy] .width-100px{
	max-width:100px; 
}
[b-3zio81ogoy] .width-150px{
	max-width:150px; 
}
[b-3zio81ogoy] .width-200px{
	max-width:200px; 
}

[b-3zio81ogoy] .width-5p{
	width:5%; 
}
[b-3zio81ogoy] .width-10p{
	width:10%; 
}
[b-3zio81ogoy] .width-15p{
	width:15%; 
}
[b-3zio81ogoy] .width-20p{
	width:20%; 
}


.click-area[b-3zio81ogoy] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}



/*didn't work jrc20251215 */
/*.div-overflow::-webkit-scrollbar {
  width: 20px; 
  height: 20px;
}
*/



.jrc-button-link2[b-3zio81ogoy] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    /*background-color: #003166;*/
	/*background-color: #B2C5C7; */
	background-color: #2C5E65; 
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding: 3px 3px;
	margin: 5px 3px; 
    /* Rounds the corners */
    border-radius: 5px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
}
.jrc-button-link2:hover[b-3zio81ogoy] {
	/*background-color: #0056b3;*/
	background-color: #87C0CB; 
 }



.jrc-settings-menubtn[b-3zio81ogoy] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
	font-weight:700; 
    /* Adds background color */
    /*background-color: #003166;*/
	background-color: #2d1b76; 
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: flex;
    /* Adds space between the text and the border */
    padding: 5px 10px;
	margin: 5px 5px; 
    /* Rounds the corners */
    border-radius: 5px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
	overflow: visible; 
}
.jrc-settings-menubtn:hover[b-3zio81ogoy]{
	background-color: #423284; 
	cursor:crosshair; 
}
.jrc-settings-menu[b-3zio81ogoy] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    position:absolute; 
	color: black;
	font-weight:700; 
    /* Adds background color */
    /*background-color: #003166;*/
	background-color: #93e0e0; 
    /* Gives the "button" a size and allows padding/margin to work correctly */
    /*display: flow-root;*/
	display:flex; 
	flex-direction: column;
    cursor: pointer;
	overflow:visible; 
}
.jrc-settings-menu-item:hover[b-3zio81ogoy]{
	background-color: #9fe3e3; 
	cursor:crosshair; 
}


.jrc-button-link[b-3zio81ogoy] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    /*background-color: #003166;*/
	background-color: #9e1e33; 
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding: 10px 20px;
	margin: 5px 5px; 
    /* Rounds the corners */
    border-radius: 5px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
}
.jrc-button-link:hover[b-3zio81ogoy] {
    /*background-color: #0056b3;*/
	background-color: #ca2643; 
    }

/* /RazorSource/Pages/Dashboard-Cipr.razor.rz.scp.css */
.dashboard h2[b-6cruymtay7] {
    margin: 0 0 1.5rem 0;
    font-size: 1.75rem;
    color: #2c3e50;
}

.dashboard-grid[b-6cruymtay7] {
    display: flex;
    gap: 1.5rem;
}

.dashboard-column[b-6cruymtay7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .dashboard-grid[b-6cruymtay7] {
        flex-direction: column;
    }
}

@media (prefers-color-scheme: dark) {
    .dashboard h2[b-6cruymtay7] {
        color: #e0e0e0;
    }
}
/* /RazorSource/Pages/Dashboard-CPG-Old.razor.rz.scp.css */
.div-overflow[b-3ldzmjwo4k]{
	display:block;
	overflow-y:auto;
}

[b-3ldzmjwo4k] .TableColumnOrCellBorder{
	border: 1px solid black; 
	border-collapse:collapse; 
}

[b-3ldzmjwo4k] .UsersTableRowCss{
	position: relative; /*for the absolute div hack*/
}

[b-3ldzmjwo4k] .UsersTableRowCss:hover{
	background-color:darkblue;
	color:white;
	cursor:pointer;
	font-weight:400;

}

[b-3ldzmjwo4k] .width-50px{
	max-width:50px; 
}
[b-3ldzmjwo4k] .width-100px{
	max-width:100px; 
}
[b-3ldzmjwo4k] .width-150px{
	max-width:150px; 
}
[b-3ldzmjwo4k] .width-200px{
	max-width:200px; 
}

[b-3ldzmjwo4k] .width-5p{
	width:5%; 
}
[b-3ldzmjwo4k] .width-10p{
	width:10%; 
}
[b-3ldzmjwo4k] .width-15p{
	width:15%; 
}
[b-3ldzmjwo4k] .width-20p{
	width:20%; 
}


.click-area[b-3ldzmjwo4k] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
/* /RazorSource/Pages/Dashboard-Geo.razor.rz.scp.css */
.dashboard h2[b-rmhx8p4s13] {
    margin: 0 0 1.5rem 0;
    font-size: 1.75rem;
    color: #2c3e50;
}

.dashboard-grid[b-rmhx8p4s13] {
    display: flex;
    gap: 1.5rem;
}

.dashboard-column[b-rmhx8p4s13] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .dashboard-grid[b-rmhx8p4s13] {
        flex-direction: column;
    }
}

@media (prefers-color-scheme: dark) {
    .dashboard h2[b-rmhx8p4s13] {
        color: #e0e0e0;
    }
}
/* /RazorSource/Pages/Dashboard-Overview.razor.rz.scp.css */
/* ===== Page shell ===== */
.dov-page[b-xfhrxtqx73] {
	background: white;
	width: 100%;
	max-width: 1700px;
	min-width: 860px;
	margin: 0 auto;
	border: 1px solid #aaa;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	font-family: Arial, sans-serif;
	scroll-behavior: smooth;
}

/* ===== Header ===== */
.dov-header[b-xfhrxtqx73] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}
.dov-header-left[b-xfhrxtqx73] {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.dov-kfupm-logo-img[b-xfhrxtqx73] {
	height: 72px;
	width: auto;
}
.dov-dash-title[b-xfhrxtqx73] {
	font-size: 50px;
	font-weight: 900;
	color: var(--primary-color, rgb(17,95,102));
	line-height: 1;
	white-space: nowrap;
}
.dov-since[b-xfhrxtqx73] {
	font-size: 37px;
	font-weight: 400;
	color: #555;
}
.dov-aramco-logo[b-xfhrxtqx73] {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.dov-aramco-logo-img[b-xfhrxtqx73] {
	height: 60px;
	width: auto;
}

/* ===== Section nav (anchor links styled as tabs) ===== */
.dov-tab-nav[b-xfhrxtqx73] {
	display: flex;
	background: #f0f4f4;
	border-bottom: 2px solid var(--primary-color, rgb(17,95,102));
	padding: 0 20px;
}
.dov-tab-btn[b-xfhrxtqx73] {
	display: inline-block;
	padding: 10px 24px;
	border: none;
	background: transparent;
	font-size: 17px;
	font-weight: bold;
	color: #666;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	letter-spacing: 0.3px;
	text-decoration: none;
	transition: color 0.15s, border-color 0.15s;
}
.dov-tab-btn:hover[b-xfhrxtqx73] {
	color: var(--primary-color, rgb(17,95,102));
	border-bottom-color: var(--primary-color, rgb(17,95,102));
}

/* ===== Divider between the two scrollable sections ===== */
.dov-section-divider[b-xfhrxtqx73] {
	border: none;
	border-top: 3px dashed #aaa;
	margin: 14px 0 10px;
}

/* ===== KPI value drilldown links ===== */
.dov-kpi-link[b-xfhrxtqx73] {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.15s;
}
.dov-kpi-link:hover[b-xfhrxtqx73] {
	opacity: 0.7;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ===== Category sidebar drilldown links ===== */
.dov-cat-link[b-xfhrxtqx73] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.15s;
}
.dov-cat-link:hover[b-xfhrxtqx73] {
	opacity: 0.75;
}
.dov-cat-link:hover .dov-cat-text[b-xfhrxtqx73] {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ===== Body layout ===== */
.dov-body-wrap[b-xfhrxtqx73] {
	display: flex;
	scroll-margin-top: 54px; /* offset for the 48px sticky nav bar */
}

/* "Metrics/KPIs" rotated sidebar */
.dov-sidebar[b-xfhrxtqx73] {
	width: 46px;
	background: rgb(10,60,65);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.dov-sidebar-label[b-xfhrxtqx73] {
	display: block;
	transform: rotate(-90deg);
	white-space: nowrap;
	color: white;
	font-family: 'Calibri', 'Gill Sans MT', 'Gill Sans', sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}

/* Sections container */
.dov-sections[b-xfhrxtqx73] {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 6px 8px;
}

/* Horizontal dashed divider between sections */
.dov-h-divider[b-xfhrxtqx73] {
	border: none;
	border-top: 2px dashed #999;
	margin: 5px 0;
}

/* ===== Section row ===== */
.dov-section-row[b-xfhrxtqx73] {
	display: flex;
	align-items: stretch;
}

/* Rotated category label column */
.dov-cat-col[b-xfhrxtqx73] {
	width: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border: 1px solid #d0d0d0;
	background: #f5f5f5;
	margin-right: 4px;
}
.dov-cat-text[b-xfhrxtqx73] {
	display: block;
	transform: rotate(-90deg);
	white-space: nowrap;
	font-size: 17px;
	font-weight: bold;
	color: var(--primary-color, rgb(17,95,102));
	letter-spacing: 1px;
}

/* Section inner body */
.dov-section-body[b-xfhrxtqx73] {
	flex: 1;
	display: flex;
	align-items: stretch;
	border: 1px solid #d0d0d0;
}

/* Left panel */
.dov-panel-left[b-xfhrxtqx73] {
	flex: 2.4;
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Vertical dashed divider */
.dov-v-divider[b-xfhrxtqx73] {
	width: 0;
	border-left: 2px dashed #999;
	margin: 6px 0;
	flex-shrink: 0;
	align-self: stretch;
}

/* Right panel */
.dov-panel-right[b-xfhrxtqx73] {
	flex: 1;
	min-width: 200px;
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dov-panel-right-bottom[b-xfhrxtqx73] {
	justify-content: flex-end;
}

/* ===== KPI table ===== */
.dov-kpi-tbl[b-xfhrxtqx73] {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
.dov-kpi-tbl th[b-xfhrxtqx73] {
	background: var(--primary-color, rgb(17,95,102));
	color: white;
	padding: 6px 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid rgb(10,72,78);
	line-height: 1.3;
}
.dov-kpi-tbl .dov-th-alt[b-xfhrxtqx73] {
	background: rgb(23,118,132);
}
.dov-kpi-tbl .dov-th-empty[b-xfhrxtqx73] {
	background: transparent;
	border: none;
	width: 20%;
}
.dov-kpi-tbl td[b-xfhrxtqx73] {
	padding: 7px 9px;
	text-align: center;
	border: 1px solid #e0e0e0;
	vertical-align: middle;
}

/* Row label cells */
.dov-row-lbl[b-xfhrxtqx73] {
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: center !important;
	line-height: 1.3;
	border: 1px solid #2a2a2a !important;
}
.dov-row-lbl-a[b-xfhrxtqx73] { background: #3d3d3d; }
.dov-row-lbl-b[b-xfhrxtqx73] { background: #525252; }
.dov-proj-lbl[b-xfhrxtqx73]  { width: 20%; }

/* Data cell backgrounds */
.dov-c-light[b-xfhrxtqx73]   { background: #f0f0f0; }
.dov-c-white[b-xfhrxtqx73]   { background: white; }
.dov-c-total-a[b-xfhrxtqx73] { background: #c8c8c8; }
.dov-c-total-b[b-xfhrxtqx73] { background: #b5b5b5; }

/* ===== Value numbers ===== */
/* kpi-val is the shared animation class (targets countup-animation.js).
   Styling is scoped to this page via the parent selector. */
.dov-page .kpi-val[b-xfhrxtqx73] {
	display: block;
	color: var(--color-crimson, rgb(163,31,52));
	font-weight: bold;
	font-size: 27px;
	line-height: 1.2;
}

/* ===== Academic — rotated sidebar labels ===== */
.dov-academic-wrap[b-xfhrxtqx73] {
	display: flex;
	align-items: stretch;
	gap: 4px;
}
.dov-rot-label[b-xfhrxtqx73] {
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 2px;
}
.dov-rot-label span[b-xfhrxtqx73] {
	display: block;
	transform: rotate(-90deg);
	white-space: nowrap;
	color: white;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
.dov-dark-label[b-xfhrxtqx73] { background: #3d3d3d; }
.dov-teal-label[b-xfhrxtqx73] {
	background: var(--primary-color, rgb(17,95,102));
}
.dov-teal-label span[b-xfhrxtqx73] {
	font-size: 16px;
	letter-spacing: 0;
}

/* ===== Right panel blocks ===== */
.dov-rp-block[b-xfhrxtqx73] {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.dov-rp-headers[b-xfhrxtqx73] {
	display: flex;
	gap: 4px;
}
.dov-rph[b-xfhrxtqx73] {
	flex: 1;
	color: white;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 4px;
	line-height: 1.3;
}
.dov-rph-teal[b-xfhrxtqx73]  { background: var(--primary-color, rgb(17,95,102)); }
.dov-rph-green[b-xfhrxtqx73] { background: #27ae60; }
.dov-rp-vals[b-xfhrxtqx73] {
	display: flex;
	gap: 4px;
}
.dov-rpv[b-xfhrxtqx73] {
	flex: 1;
	background: #f0f0f0;
	text-align: center;
	padding: 7px 4px;
	border: 1px solid #ddd;
}
.dov-total-bar[b-xfhrxtqx73] {
	background: #27ae60;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	letter-spacing: 2px;
}
.dov-total-val[b-xfhrxtqx73] {
	background: #f0f0f0;
	text-align: center;
	padding: 7px;
	border: 1px solid #ddd;
}

/* ===== Chart section ===== */
.dov-chart-panel-left[b-xfhrxtqx73] {
	flex: 2.4;
	padding: 14px 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.dov-chart-panel-title[b-xfhrxtqx73] {
	font-size: 17px;
	font-weight: bold;
	color: var(--primary-color, rgb(17,95,102));
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	align-self: flex-start;
}
.dov-tp-block[b-xfhrxtqx73] {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: stretch;
}
.dov-tp-header[b-xfhrxtqx73] {
	background: var(--primary-color, rgb(17,95,102));
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 7px 8px;
	line-height: 1.35;
}
.dov-tp-value[b-xfhrxtqx73] {
	background: #f0f0f0;
	text-align: center;
	padding: 18px 8px;
	border: 1px solid #ddd;
}
.dov-chart-desc-row[b-xfhrxtqx73] {
	padding: 14px 22px 16px;
	border-top: 1px solid #e0e0e0;
	background: #fafafa;
}
.dov-chart-desc-row p[b-xfhrxtqx73] {
	font-size: 16px;
	color: #444;
	line-height: 1.65;
}
/* /RazorSource/Pages/Dashboard-Pete.razor.rz.scp.css */
.dashboard h2[b-mgfzo26o4z] {
    margin: 0 0 1.5rem 0;
    font-size: 1.75rem;
    color: #2c3e50;
}

.dashboard-grid[b-mgfzo26o4z] {
    display: flex;
    gap: 1.5rem;
}

.dashboard-column[b-mgfzo26o4z] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .dashboard-grid[b-mgfzo26o4z] {
        flex-direction: column;
    }
}

@media (prefers-color-scheme: dark) {
    .dashboard h2[b-mgfzo26o4z] {
        color: #e0e0e0;
    }
}
/* /RazorSource/Pages/Dashboard-Researcher.razor.rz.scp.css */
.dashboard h2[b-4lt5y014q6] {
    margin: 0 0 1.5rem 0;
    font-size: 1.75rem;
    color: #2c3e50;
}

.dashboard-grid[b-4lt5y014q6] {
    display: flex;
    gap: 1.5rem;
}

.dashboard-column[b-4lt5y014q6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}


.div-overflow[b-4lt5y014q6]{
	display:block;
	overflow-y:auto;
}

[b-4lt5y014q6] .TableColumnOrCellBorder{
	border: 1px solid black; 
	border-collapse:collapse; 
}

[b-4lt5y014q6] .UsersTableRowCss{
	position: relative; /*for the absolute div hack*/
}

[b-4lt5y014q6] .UsersTableRowCss:hover{
	background-color:darkblue;
	color:white;
	cursor:pointer;
	font-weight:400;

}

[b-4lt5y014q6] .width-50px{
	max-width:50px; 
}
[b-4lt5y014q6] .width-100px{
	max-width:100px; 
}
[b-4lt5y014q6] .width-150px{
	max-width:150px; 
}
[b-4lt5y014q6] .width-200px{
	max-width:200px; 
}

[b-4lt5y014q6] .width-5p{
	width:5%; 
}
[b-4lt5y014q6] .width-10p{
	width:10%; 
}
[b-4lt5y014q6] .width-15p{
	width:15%; 
}
[b-4lt5y014q6] .width-20p{
	width:20%; 
}


.click-area[b-4lt5y014q6] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}





/*didn't work jrc20251215 */
/*.div-overflow::-webkit-scrollbar {
  width: 20px; 
  height: 20px;
}
*/




.ProfileGridContainer[b-4lt5y014q6]{
  container-type: inline-size;
}

.ProfileGrid[b-4lt5y014q6]{
  grid-template-columns: 1fr; 
  background-color:DeepPink;  
  overflow-y:auto;  
  display:grid;
}

@container (min-width: 680px) {
  .ProfileGrid[b-4lt5y014q6]{
    grid-template-columns: 1fr 1fr; 
    background-color:orange; 
  }
}

.ProfileGridElement[b-4lt5y014q6]{
  /*background-color:red;*/
  display:grid; 
  grid-template-columns:  165px 1fr; 
  padding: 2px; 
  margin: 2px; 
}

.ProfileGridSubElement_Label[b-4lt5y014q6]{
  background-color:linen;
  /*justify-content:center;  not needed*/
  /*margin:0;                also not needed*/
  text-align:center; 
  /*font-size:26px; */
}
.ProfileGridSubElement_Editbox[b-4lt5y014q6]{
  /*font-size:26px; */
}







/* /RazorSource/Pages/Dashboard.razor.rz.scp.css */
.dashboard h2[b-hz4mcetw9e] {
    margin: 0 0 1.5rem 0;
    font-size: 1.75rem;
    color: #2c3e50;
}

.dashboard-grid[b-hz4mcetw9e] {
    display: flex;
    gap: 1.5rem;
}

.dashboard-column[b-hz4mcetw9e] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .dashboard-grid[b-hz4mcetw9e] {
        flex-direction: column;
    }
}

@media (prefers-color-scheme: dark) {
    .dashboard h2[b-hz4mcetw9e] {
        color: #e0e0e0;
    }
}
/* /RazorSource/Pages/DashboardPopupMenu.razor.rz.scp.css */
.jrc-button-link2[b-a51mpwgcg1] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    /*background-color: #003166;*/
	/*background-color: #B2C5C7; */
	background-color: #2C5E65; /*teal*/
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding: 3px 3px;
	margin: 5px 3px; 
    /* Rounds the corners */
    border-radius: 5px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
}
.jrc-button-link2:hover[b-a51mpwgcg1] {
	/*background-color: #0056b3;*/
	background-color: #87C0CB; 
 }

.jrc-button-link[b-a51mpwgcg1] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    /*background-color: #003166;*/
	background-color: #9e1e33; /*red*/
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding: 10px 20px;
	margin: 5px 5px; 
    /* Rounds the corners */
    border-radius: 5px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
}
.jrc-button-link:hover[b-a51mpwgcg1] {
    /*background-color: #0056b3;*/
	background-color: #ca2643; 
    }


/*{Google AI, adapted:  working in blazor but a javascript solution is also fine, how do I add a drop-down menu to an image?*/
.jrc-menuButtonContainer[b-a51mpwgcg1] {
    position: relative; /* Crucial: Establishes a positioning context for the menu */
    display: inline-block; /* Keeps container width tight to the content*/
    cursor: pointer;
	overflow:visible !important; 
}



.jrc-popup-menu-crimson[b-a51mpwgcg1]{
	font-size:20px;
	background-color: #f7314c;
}

.jrc-popup-menu[b-a51mpwgcg1] {
    
    position: absolute; /*changed from absolute to fixed jrc20251230 */ /* absolute - Positions the menu relative to the container */
    /*top: 75%;*/ /* 100% Places the top of the menu exactly at the bottom of the image */
    /*left: 50%;*/
    
    /*min-width: 200px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /*z-index: 1;*/
    /*display: flex;
    flex-direction: column;*/
	display: flow-root; 
    border-radius: 4px;
	overflow: visible !important; 
	pointer-events: auto; 
	cursor:crosshair; 

	/*opacity: 0;*/  /*jrc20260111 commented out;  start at 0 opacity for animation, but sometimes we disable animation.*/
	/*transition: opacity 0.5s ease !important; */  /*moved to the fade-in and fade-out classes jrc20260111*/
}
.jrc-popup-menu a[b-a51mpwgcg1] {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
	overflow: visible; 
}
.jrc-popup-menu a:hover[b-a51mpwgcg1] {
    background-color: #f1f1f1;
}


.jrc-fade-in[b-a51mpwgcg1] {
    animation: keyframedFadeIn-b-a51mpwgcg1 0.5s forwards;
	transition: opacity 0.5s ease !important;
}

.jrc-fade-out[b-a51mpwgcg1] {
    animation: keyframedFadeOut-b-a51mpwgcg1 0.5s forwards;
	transition: opacity 0.5s ease !important;
}

@keyframes keyframedFadeIn-b-a51mpwgcg1 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes keyframedFadeOut-b-a51mpwgcg1 {
    from { opacity: 1; }
    to { opacity: 0; }
}




/*}Google AI, adapted:  working in blazor but a javascript solution is also fine, how do I add a drop-down menu to an image?*/




-------------------------------




.button-link-jrc[b-a51mpwgcg1] {
    /* Removes default link underlining */
    /*text-decoration: none;*/
    /* Sets text color */
    color: white;
    /* Adds background color */
    background-color: #003166;
    /* Gives the "button" a size and allows padding/margin to work correctly */
    display: inline-block;
    /* Adds space between the text and the border */
    padding: 10px 20px;
    /* Rounds the corners */
    border-radius: 5px;
    /* Changes the cursor on hover to a pointer, reinforcing clickability */
    cursor: pointer;
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease;
}
.button-link-jrc:hover[b-a51mpwgcg1] {
    background-color: #0056b3;
    }
/* /RazorSource/Pages/PatentsDrilldown.razor.rz.scp.css */
/* PatentsDrilldown — entity-specific styles only. */

.filter-note[b-bjybtth0ug] {
    font-size: 0.68rem;
    font-weight: 400;
    text-transform: none;
    color: #999;
    letter-spacing: 0;
}

/* ── Patent item card ── */
.patent-item[b-bjybtth0ug] {
    padding: 0.8rem 1rem;
    border-left: 4px solid #e67e22;
    background: #fdf8f3;
    border-radius: 0 8px 8px 0;
    margin-bottom: 0.7rem;
    transition: all 0.18s;
}

.patent-item:hover[b-bjybtth0ug] {
    background: #faf0e6;
    transform: translateX(3px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
}

.patent-title[b-bjybtth0ug] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0.3rem;
}

.patent-meta[b-bjybtth0ug] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: #7f8c8d;
    align-items: center;
    margin-bottom: 0.25rem;
}

.patent-inventors[b-bjybtth0ug] {
    font-weight: 500;
    color: #555;
}

.patent-country[b-bjybtth0ug] {
    background: #e67e22;
    color: white;
    padding: 1px 7px;
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 600;
}

.patent-number[b-bjybtth0ug] {
    font-family: 'Courier New', monospace;
    font-size: 0.74rem;
    color: #888;
    background: #f0f0f0;
    padding: 1px 6px;
    border-radius: 3px;
}

.patent-dates[b-bjybtth0ug] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    font-size: 0.76rem;
}

.patent-date-filed[b-bjybtth0ug]   { color: #2980b9; font-weight: 500; }
.patent-date-granted[b-bjybtth0ug] { color: #27ae60; font-weight: 600; }
.patent-date-na[b-bjybtth0ug]      { color: #bbb; font-style: italic; }

/* ── Dark mode ── */
@media (prefers-color-scheme: dark) {
    .patent-item[b-bjybtth0ug]        { background: #2d2618; }
    .patent-item:hover[b-bjybtth0ug]  { background: #38300e; }
    .patent-title[b-bjybtth0ug]       { color: #e0e0e0; }
    .patent-inventors[b-bjybtth0ug]   { color: #bbb; }
    .patent-meta[b-bjybtth0ug]        { color: #888; }
    .patent-number[b-bjybtth0ug]      { background: #333; color: #aaa; }
}
/* /RazorSource/Pages/ProjectsDrilldown.razor.rz.scp.css */
/* ProjectsDrilldown — entity-specific styles only. */

/* ── Project item card ── */
.project-item[b-6z9wp0gx2e] {
    padding: 0.8rem 1rem;
    border-left: 4px solid #27ae60;
    background: #f4fbf6;
    border-radius: 0 8px 8px 0;
    margin-bottom: 0.7rem;
    transition: all 0.18s;
}

.project-item:hover[b-6z9wp0gx2e] {
    background: #e8f7ee;
    transform: translateX(3px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
}

.project-header-row[b-6z9wp0gx2e] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.35rem;
}

.project-title[b-6z9wp0gx2e] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    line-height: 1.4;
    flex: 1;
}

.project-badges[b-6z9wp0gx2e] {
    display: flex;
    gap: 0.3rem;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.project-meta[b-6z9wp0gx2e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: #7f8c8d;
    align-items: center;
}

.project-pi[b-6z9wp0gx2e] {
    font-weight: 500;
    color: #555;
}

.project-budget[b-6z9wp0gx2e] {
    color: #27ae60;
    font-weight: 600;
}

.project-dates[b-6z9wp0gx2e] {
    color: #95a5a6;
    font-style: italic;
}

/* ── Dark mode ── */
@media (prefers-color-scheme: dark) {
    .project-item[b-6z9wp0gx2e]        { background: #182418; }
    .project-item:hover[b-6z9wp0gx2e]  { background: #223022; }
    .project-title[b-6z9wp0gx2e]       { color: #e0e0e0; }
    .project-pi[b-6z9wp0gx2e]          { color: #bbb; }
    .project-meta[b-6z9wp0gx2e]        { color: #888; }
}
/* /RazorSource/Pages/PublicationsDrilldown.razor.rz.scp.css */
/* PublicationsDrilldown — entity-specific styles only.
   Structural / shared styles live in wwwroot/css/drilldown-shared.css */

/* (Select2 container width is handled globally in drilldown-shared.css) */

/* ── Filter header: total count badge ── */
.total-count-badge[b-o83ibc9zvq] {
    font-size: 0.78rem;
    font-weight: 400;
    background: rgba(255,255,255,0.18);
    padding: 1px 8px;
    border-radius: 10px;
    margin-left: 0.5rem;
    vertical-align: middle;
    letter-spacing: 0.2px;
}

/* ── Filter header: tenure toggle checkbox ── */
.tenure-checkbox-label[b-o83ibc9zvq] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255,255,255,0.92);
    cursor: pointer;
    user-select: none;
    margin-left: auto;   /* pushes to the right, before Clear All */
    margin-right: 0.75rem;
}

.tenure-checkbox-label input[type="checkbox"][b-o83ibc9zvq] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    accent-color: white;
}

/* ── Publication entry ── */
.pub-entry[b-o83ibc9zvq] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color, #115f66);
    margin-bottom: 0.7rem;
    transition: all 0.18s ease;
}

.pub-entry:hover[b-o83ibc9zvq] {
    background: #e9ecef;
    transform: translateX(3px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
}

.pub-new-badge[b-o83ibc9zvq] {
    background: var(--gradient-secondary, #27ae60);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: fit-content;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 2px;
}

.pub-entry-body[b-o83ibc9zvq] {
    flex: 1;
    min-width: 0;
}

.pub-entry-title[b-o83ibc9zvq] {
    margin-bottom: 0.35rem;
}

.pub-entry-title a[b-o83ibc9zvq] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    line-height: 1.4;
    text-decoration: none;
}

.pub-entry-title a:hover[b-o83ibc9zvq] {
    color: var(--primary-color, #115f66);
    text-decoration: underline;
}

.pub-entry-meta[b-o83ibc9zvq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #7f8c8d;
    align-items: center;
}

.pub-entry-meta .pub-date[b-o83ibc9zvq] {
    color: var(--primary-color, #115f66);
    font-weight: 500;
}

.pub-entry-meta .pub-authors[b-o83ibc9zvq] {
    font-weight: 500;
    color: #34495e;
}

.pub-entry-meta .pub-journal[b-o83ibc9zvq] {
    font-style: italic;
    color: #515e5e;
}

.pub-entry-meta .pub-doi[b-o83ibc9zvq] {
    color: #7f8c8d;
    font-size: 0.75rem;
}

.author-tag[b-o83ibc9zvq] {
    background: var(--gradient-primary, #115f66);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.author-tag:hover[b-o83ibc9zvq] {
    background: var(--gradient-secondary, #27ae60);
}

.attachment-tag[b-o83ibc9zvq] {
    background: var(--color-crimson, #9e1e33);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.attachment-tag:hover[b-o83ibc9zvq] {
    background: var(--gradient-secondary, #27ae60);
}

/* ── Dark mode overrides ── */
@media (prefers-color-scheme: dark) {
    .pub-entry[b-o83ibc9zvq]                   { background: #2a2a2a; }
    .pub-entry:hover[b-o83ibc9zvq]             { background: #333; }
    .pub-entry-title a[b-o83ibc9zvq]           { color: #e0e0e0; }
    .pub-entry-meta[b-o83ibc9zvq]              { color: #888; }
    .pub-entry-meta .pub-authors[b-o83ibc9zvq] { color: #aaa; }
    .pub-entry-meta .pub-journal[b-o83ibc9zvq] { color: #7a898a; }
}
/* /RazorSource/Pages/SysAdmin-JavascriptTableApproach.razor.rz.scp.css */
.div-overflow[b-8tnn3pxxs9]{
	display:block;
	height:20vh;
	overflow-y:auto;
}

[b-8tnn3pxxs9] .TableColumnOrCellBorder{
	border: 1px solid black; 
	border-collapse:collapse; 
}

[b-8tnn3pxxs9] .UsersTableRowCss:hover{
	background-color:darkblue;
	color:white;
	cursor:pointer;
	font-weight:400;

}

[b-8tnn3pxxs9] .JobTitleCss{
	width: 300px; 
}

/* didn't work jrc20251215 
.div-overflow::-webkit-scrollbar {
  width: 20px; 
  height: 20px;
}
*/
/* /RazorSource/Pages/SysAdmin.razor.rz.scp.css */
.div-overflow[b-g6k055rhvd]{
	display:block;
	overflow-y:auto;
}

[b-g6k055rhvd] .TableColumnOrCellBorder{
	border: 1px solid black; 
	border-collapse:collapse; 
}

[b-g6k055rhvd] .UsersTableRowCss{
	position: relative; /*for the absolute div hack*/
}

[b-g6k055rhvd] .UsersTableRowCss:hover{
	background-color:darkblue;
	color:white;
	cursor:pointer;
	font-weight:400;

}

[b-g6k055rhvd] .width-50px{
	max-width:50px; 
}
[b-g6k055rhvd] .width-100px{
	max-width:100px; 
}
[b-g6k055rhvd] .width-150px{
	max-width:150px; 
}
[b-g6k055rhvd] .width-200px{
	max-width:200px; 
}

[b-g6k055rhvd] .width-5p{
	width:5%; 
}
[b-g6k055rhvd] .width-10p{
	width:10%; 
}
[b-g6k055rhvd] .width-15p{
	width:15%; 
}
[b-g6k055rhvd] .width-20p{
	width:20%; 
}


.click-area[b-g6k055rhvd] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}



/*didn't work jrc20251215 */
/*.div-overflow::-webkit-scrollbar {
  width: 20px; 
  height: 20px;
}
*/
/* /RazorSource/Pages/TechnologiesDrilldown.razor.rz.scp.css */
/* TechnologiesDrilldown — entity-specific styles only. */

/* ── Filter header: total count badge ── */
.total-count-badge[b-q0ih8e8p7r] {
    font-size: 0.78rem;
    font-weight: 400;
    background: rgba(255,255,255,0.18);
    padding: 1px 8px;
    border-radius: 10px;
    margin-left: 0.5rem;
    vertical-align: middle;
    letter-spacing: 0.2px;
}

/* ── Donut chart cards: less horizontal padding so the chart fills the card ── */
.chart-card--donut .chart-body[b-q0ih8e8p7r] {
    padding: 0.75rem 0.25rem 0.5rem;
}

/* ── Charts row: TRL bar + two donuts side by side ── */
.charts-row[b-q0ih8e8p7r] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.charts-row .chart-card[b-q0ih8e8p7r] {
    margin-bottom: 0;   /* override shared bottom-margin; gap handles spacing */
}

@media (max-width: 1100px) {
    .charts-row[b-q0ih8e8p7r] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
    .charts-row[b-q0ih8e8p7r] { grid-template-columns: 1fr; }
}

/* ── Technology item card ── */
.tech-item[b-q0ih8e8p7r] {
    padding: 0.85rem 1rem;
    border-left: 4px solid #2980b9;
    background: #f4f8fc;
    border-radius: 0 8px 8px 0;
    margin-bottom: 0.75rem;
    transition: all 0.18s;
}

.tech-item:hover[b-q0ih8e8p7r] {
    background: #e8f0f9;
    transform: translateX(3px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
}

.tech-header-row[b-q0ih8e8p7r] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.3rem;
}

.tech-title[b-q0ih8e8p7r] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    line-height: 1.4;
    flex: 1;
}

.tech-badges[b-q0ih8e8p7r] {
    display: flex;
    gap: 0.3rem;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tech-meta[b-q0ih8e8p7r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: #7f8c8d;
    align-items: center;
    margin-bottom: 0.3rem;
}

.tech-pi[b-q0ih8e8p7r]      { font-weight: 600; color: #555; }
.tech-members[b-q0ih8e8p7r] { color: #7f8c8d; }

.tech-status[b-q0ih8e8p7r] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #2980b9;
    background: #d6e9f8;
    padding: 1px 7px;
    border-radius: 4px;
}

.tech-domain[b-q0ih8e8p7r] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #515e5e;
    font-style: italic;
}

.tech-desc[b-q0ih8e8p7r] {
    font-size: 0.78rem;
    color: #7f8c8d;
    line-height: 1.5;
    margin-top: 0.15rem;
}

/* ── Dark mode ── */
@media (prefers-color-scheme: dark) {
    .tech-item[b-q0ih8e8p7r]        { background: #141c28; }
    .tech-item:hover[b-q0ih8e8p7r]  { background: #1c2d40; }
    .tech-title[b-q0ih8e8p7r]       { color: #e0e0e0; }
    .tech-pi[b-q0ih8e8p7r]          { color: #bbb; }
    .tech-meta[b-q0ih8e8p7r]        { color: #888; }
    .tech-desc[b-q0ih8e8p7r]        { color: #777; }
    .tech-status[b-q0ih8e8p7r]      { background: #1c3550; color: #6ab3e8; }
}
