.multiselect {
	.dropdown-sheet {
		padding: calc(2 * var(--spacing));
	}

	.search-container {
		margin-bottom: calc(2 * var(--spacing));
		position: relative;

		button.clear {
			position: absolute;
			top: 50%;
			right: calc(2 * var(--spacing));
			transform: translateY(-50%);
		}

		svg {
			width: calc(4 * var(--spacing));
			height: calc(4 * var(--spacing));
		}
	}

	.field-container {
		max-height: calc(32 * var(--spacing));
		overflow-y: scroll;
	}

	.button-container {
		display: flex;
		justify-content: end;
	}
}
