/**
 * @license Copyright 2021 Lahuen Health SPA. All Rights Reserved.
 */
.c-form-section__body .c-quick-table__table.c-table {
	width: -webkit-fill-available;
	font: 400 1.2rem / normal 'Open Sans', sans-serif;
	color: var(--gray-a);
	border-collapse: collapse;
}

.c-form-section__body .c-quick-table .c-table-cell.c-table-cell--header.c-table-header__cell {
	font: 600 1.2rem / normal 'Lato', sans-serif;
	color: var(--primary-d-normal);
	border-bottom: 0.2rem solid var(--primary-e-normal);
	text-align: left;
}

.c-form-section__body .c-quick-table .c-table-body__cell {
	padding: 0.5rem;
	border-bottom: 0.1rem solid var(--primary-e-light);
}

.c-form-section__body .c-quick-table .c-empty__body {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin: 2rem auto 2rem auto;
}

.c-form-section__body .c-quick-table .c-empty__title {
	color: #7f819a;
	font: 600 1.5rem/1.5rem 'Lato', sans-serif;
	margin-bottom: 0.5rem;
}

.c-form-section__body .c-quick-table .c-empty__subtitle {
	color: #7f819a;
	font: 400 1.2rem/1.2rem 'Open Sans', sans-serif;
}

.c-form-section__body .c-quick-table .c-table-body__cell--actions .c-table-cell__content {
	overflow: visible;
}
