.wpc-box {
	direction: rtl;
	margin-top: 20px;
	overflow-x: auto;
	padding: 5px;
}

.wpc-title {
	font-weight: bold;
	color: rgb(9, 169, 157);
	margin-bottom: 20px;
}

.wpc-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	font-size: 14px;
	border: 1px solid rgb(191, 203, 202);
	border-radius: 8px;
	overflow: hidden;
}

.wpc-table thead {
	background-color: #39616a;
	color: #fff;
}

.wpc-table thead th {
	padding: 12px;
}

.wpc-table tbody tr:nth-child(even) {
	background-color: #e9f4f3;
}

.wpc-table tbody tr:nth-child(odd) {
	background-color: #fff;
}

.wpc-table tbody td {
	padding: 12px;
	border-top: 1px solid rgb(9, 169, 157);
}
