
.profiles-notice[data-v-e434a065] {
		font-size: 14px;
		opacity: 0.5;
		font-style: italic;
		padding-top: 10px;
}
div.notes[data-v-e434a065] {
}
	


	/* Placeholder */
.collection.placeholder[data-v-e434a065] {
		border: 2px dashed #ccc;
		display: flex;
		justify-content: center;
		align-items: center;
		background: none;
}
.collection.placeholder:not(:hover) svg[data-v-e434a065] {
		opacity: .3;
}
.collection.placeholder[data-v-e434a065]:hover {
		border: 2px dashed #aaa;
		cursor: pointer;
}

	/* Profile */
.profile[data-v-e434a065] {
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		padding-top: 7px;
}
.profile .top[data-v-e434a065] {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: -5px;
}
.profile a[data-v-e434a065] {
		position: relative;
		font-weight: bold;
		color: var(--dark-red) !important;
		text-underline-offset: 2px;
}
.profile .actions[data-v-e434a065] {
		position: relative;
		top: 3px;
}
.profile .actions svg[data-v-e434a065]:not(:hover) {
		opacity: .5;
}
textarea[data-v-e434a065], .notes[data-v-e434a065] {
		border: none;
		font-family: inherit;
		font-size: 14px;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
}
textarea[data-v-e434a065]::placeholder {
		opacity: .5;
}
.notities-container label[data-v-e434a065] {
		font-size: 14px;
		color: var(--e-global-color-241bc76);
}
.collections[data-v-e434a065] {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
		gap: 25px;
}
.profile a[data-v-e434a065] {
		color: inherit;
}
.profile a[data-v-e434a065]:hover {
		text-decoration: underline !important;
}
.edit-title[data-v-e434a065] {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
}
button[data-v-e434a065] {
		margin: 0;
		width: max-content;
}
.collection[data-v-e434a065] {
		background: white;
		padding: 20px;
		border-radius: 5px;
		display: flex;
		flex-direction: column;
}
.collection .naam[data-v-e434a065] {
		display: flex;
		justify-content: space-between;
		font-weight: bold;
		border-bottom: 1px solid #dddd;
		padding-bottom: 10px;
		font-size: 20px;
}
