<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.multiple_data_table {
	width: 100%;
	border-collapse: separate;
}

.multiple_data_table td {
	padding: 10px;
	border: 1px solid #eee;
	background: #fff;
}

.multiple_data_table tr td:first-child {
	padding: 5px;
	border-right: 0;
	width: 10px;
	background: #f8f8f8;
	vertical-align: top;
	border-radius: 3px 0 0 3px;
	white-space: nowrap;
	cursor: move;
}

.multiple_data_table:lang(ar) tr td:first-child {
	border: 1px solid #eee;
	border-left: 0;
	border-radius: 0 3px 3px 0;
}

.multiple_data_table tr td:last-child {
	border-radius: 0 3px 3px 0;
}

.multiple_data_table:lang(ar) tr td:last-child {
	border-radius: 3px 0 0 3px;
}

.multiple_data_table .btn {
	display: block;
	font-size: 10px;
	margin: 0 0 5px 0;
	line-height: 1;
	padding: 8px 9px 8px 9px;
}

.multiple_data_table .btn i {
	margin: 0;
}

ul[multiple-sortable] {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul[multiple-sortable] li {
	margin-top: 10px;
}

ul[multiple-sortable] li[data-template] {
	display: none;
}


/* Compact */

.multiple_data_table.compact tr td:first-child {
	width: 60px;
	vertical-align: middle;
	
}

.multiple_data_table.compact tr td:first-child a {
	display: inline-block;
}

.multiple_data_table.compact tr td:last-child {
	display: flex;
	align-items: center;
}

.multiple_data_table.compact tr td:last-child .form-item {
	display: flex;
	align-items: center;
	margin-left: 10px;
	margin-bottom: 0;
}

.multiple_data_table.compact tr td:last-child .form-item:last-child {
	margin-left: 0;
}

.multiple_data_table.compact tr td:last-child .form-item b {
	width: auto;
}

/* Rafed Style */

.multiple_data_table_rafed {
	width: 100%;
	border-collapse: separate;
}

.multiple_data_table_rafed td {
	padding: 10px;
	background: #f8f8f8;
}

.multiple_data_table_rafed tr td:last-child {
	padding: 0 10px 0 0;
	width: 10px;
	background: #fff;
	vertical-align: top;
	white-space: nowrap;
}

.multiple_data_table_rafed tr td:first-child {
	border-radius: 3px;
	border: 1px solid #c8c8c8;
	border-top: 5px solid #808080;
	cursor: move;
}

.multiple_data_table_rafed .btn {
	display: block;
	font-size: 10px;
	margin: 0 0 5px 0;
	line-height: 1;
	padding: 8px 9px 8px 9px;
}

.multiple_data_table_rafed .btn i {
	margin: 0;
}</pre></body></html>