.modern-table {
	color: black;
	border:1px solid #E0E0E0;
	border-radius: 11px 11px 0px 0px !important;
	border-collapse: unset !important;
    border-spacing: unset;
}
.modern-table thead {
	background-color:#F7F6FB;
}
.modern-table th, .modern-table td {
	vertical-align: middle !important;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.modern-table tr {
	height: 60px;
}
.modern-table tbody tr td:first-child{
	padding-left: 20px !important;
}
.modern-table thead tr th:first-child{
	border-top-left-radius: 11px !important;
	padding-left: 20px !important;
}
.modern-table thead tr th:last-child{
	border-top-right-radius: 11px !important;
}