.ddt-frontend-wrap {
	width: 100%;
	margin: 20px 0;
	font-family: inherit;
}

.ddt-search-row {
	margin-bottom: 14px;
}

.ddt-search-input {
	width: 100%;
	max-width: 420px;
	padding: 10px 14px;
	font-size: 15px;
	border: 1px solid #ccd0d4;
	border-radius: 6px;
	box-sizing: border-box;
}

.ddt-search-input:focus {
	outline: none;
	border-color: #1b2559;
	box-shadow: 0 0 0 1px #1b2559;
}

.ddt-table-scroll {
	width: 100%;
	overflow-x: auto;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.ddt-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.ddt-table th,
.ddt-table td {
	padding: 16px 20px;
	text-align: left;
	font-size: 15px;
	border-bottom: 2px solid #2e8b47;
}

.ddt-table thead th {
	background: #1b2559;
	color: #ffffff;
	font-weight: 700;
	border-bottom: none;
	white-space: nowrap;
}

.ddt-table tbody td {
	color: #4a3f2f;
}

.ddt-table tbody tr:nth-child(even) {
	background: #f4f6fb;
}

.ddt-table tbody tr:last-child td {
	border-bottom: none;
}

.ddt-srno-col {
	width: 70px;
}

.ddt-table tbody td.ddt-srno-col {
	font-weight: 600;
	color: #1b2559;
}

.ddt-no-results {
	padding: 14px 20px;
	color: #666;
}
