.book-tasks-crud-table{
	padding: 0 2rem;
	background-color: var(--demo-white);
	border-radius: 0.75rem;
}
.book-tasks-crud-table-body .card{
	padding: 0;
	border: 0;
	--bs-card-border-radius: 0;
	box-shadow: none;
	margin: 0;
	border-bottom: 1px solid var(--bs-card-border-color);
}
.book-tasks-crud-table-body .card-body{
	padding: 2rem 0;
	border: 0;
}
.book-tasks-crud-table-body .crud-table-row{
	display: flex;
	flex-direction: row;
	gap: 2rem;
}
.crud-table-row-img{
	width: 128px;
	overflow: hidden;
	border-radius: 1.25rem 1.25rem;
	height: 128px;
	max-height: 128px;
	min-width: 128px;
}
.hr-project-invitation-interview-crud-headered-frame .book-tasks-crud-table-body .crud-table-row{
	flex-direction: column;
	gap: 0;
}