@charset "UTF-8";
/* CSS Document */

.eye-slash {
	content: url("../img/eye-slash.svg");
}

.eye {
	content: url("../img/eye.svg");
}

.green-tick {
	content: url("../img/tick-icon.svg");
}

.icon-question {
	content: url("../img/question-icon.svg");
}

.icon-delete {
	content: url("../img/delete-icon.svg");
}
.icon-edit {
	content: url("../img/edit-icon.svg");
}


