.listItemBackgrd_odd{
	background-color: #B0ADB0 !important;
}

.listItemBackgrd_even{
	background-color: #C9C9C9 !important;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.div_rightIndent7{
	width: 7%;
	float: left;
}

.errorMsg{
	color: red;	
	text-shadow: none;
}

.resultMsg{
	color: green;
	font-weight: bold;
}

.divContent_CenterAlignment{
	text-align: center;
	width: 100%;
}

.notesDiv {
  width: 100%; height: 100px; overflow: scroll; text-align: left; background-color:wheat; white-space: nowrap;
}

.log-viewer {
	width: 100%;
	overflow: scroll;
	text-align: left;
	white-space: nowrap;
	background-color: #0b1f16;
	color: #d7ffe4;
	font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
	font-size: 0.85rem;
	border: 1px solid #1f4a33;
	border-radius: var(--pico-border-radius, 0.25rem);
	padding: 0.75rem;
}

.file-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.file-chip {
	position: relative;
	max-width: 160px;
	border: 1px solid var(--pico-muted-border-color);
	border-radius: var(--pico-border-radius, 0.25rem);
	padding: 0.5rem 0.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.file-chip-remove {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #dc2626;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.file-chip-remove:hover {
	background: #b91c1c;
}