.log-details-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(17, 24, 39, 0.4); /* Gray-900 with opacity */
}

.log-details-modal-content {
	background-color: var(--color-gray-50);
	margin: 10% auto;
	padding: 20px;
	border: 1px solid var(--color-gray-900);
	width: 50%;
	border-radius: 5px;
}

.log-details-modal-close {
	color: var(--color-gray-900);
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.log-details-modal-close:hover,
.log-details-modal-close:focus {
	color: var(--color-primary);
	text-decoration: none;
	cursor: pointer;
}

.x4email-table-scrollbar {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	height: 16px;
	margin-bottom: 4px;
}
.x4email-table-scrollbar-top {
	/* Optional: add border or background for visibility */
}
.x4email-table-responsive {
	overflow-x: auto;
	width: 100%;
}
.x4email-table-responsive table {
	min-width: 900px;
}