.color {
  width: 30px;
  cursor: pointer;
}
.color > input {
	cursor: pointer;
}

.color-container {
  display: flex;
  align-items: center;
  center; gap: 2px;
}

.color-transparent {
	font-size: 20px;
	color: red;
	cursor: pointer;
}

.transparent {
	opacity: 5%;
}
