/* Base table styles */
table.sortable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    font-family: sans-serif;
    border: 1px solid #243060;
}

/* Header styling */
table.sortable th {
	background-color: #1A3163;
	color: #fff;
	padding: 0.75rem 1rem;
	position: relative; /* for sort arrows */
	user-select: none;
}

/* Zebra striping */
table.sortable tbody tr:nth-child(odd) {
	background-color: #f9f9f9;
}
table.sortable tbody tr:nth-child(even) {
	background-color: #fff;
}

/* Cell padding & borders */
table.sortable td {
	padding: 0.6rem 1rem;
	border-bottom: 1px solid #ddd;
}

/* Hover highlight */
table.sortable tbody tr:hover {
	background-color: #e6f7ff; /* light blue tint */
}

/* Sort arrow indicators */
table.sortable th::after {
	content: '';
	position: absolute;
	right: 0.8rem;
	top: 50%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	transform: translateY(-50%);
	opacity: 0.4;
	transition: opacity 0.2s ease;
}

/* Ascending */
table.sortable th.sort-asc::after {
	border-bottom-color: #6CD9FF;
	opacity: 1;
}

/* Descending */
table.sortable th.sort-desc::after {
	border-top-color: #6CD9FF;
	opacity: 1;
}




table.sortable th:nth-child(1),
table.sortable th:nth-child(3) {
    width: 15%;
	min-width: 90px;
}



.page-id-3305 .e-n-tabs-heading {
    display: flex !important;
}

.page-id-3305 .e-n-tabs-heading button {
    display: block !important;
    margin: 0px !important;
}

.page-id-3305 .e-n-tabs-heading {
    display: flex !important;
}

.page-id-3305 .e-n-tabs-heading button {
    display: block !important;
    margin: 0px !important;
}

 
.page-id-3305 .e-active, 
.page-id-3305 .e-active > div {
    padding: 0px;
}

.page-id-3305  .e-active .e-con-inner {
    padding: 0px !important;
}










