.nudge-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}

.nudge-actions {
	display: flex;
	gap: 10px;
}

.cross-button{
	background-color: unset;
}
button#cross-button1 {
	background-color: unset;
}
h1 {
	color: #2c3e50;
	margin-bottom: 20px;
}
h2 {
	color: #34495e;
	margin-bottom: 10px;
}
.flow-selection {
	margin-bottom: 20px;
}
.flow-selection button {
	padding: 10px 15px;
	margin-right: 10px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
.flow-selection button.active {
	color: white;
}
.flow-selection button:not(.active) {
	background-color: #ecf0f1;
	color: #7f8c8d;
}
.card {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}
.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info-icon {
	color: #7f8c8d;
	cursor: pointer;
}
label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

button {
	background-color: rgb(31 41 55 / var(--tw-bg-opacity));
	color: white;
	padding: 10px 15px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.nudge-list {
	margin-left: 20px;
	border-left: 2px solid #ddd;
	padding-left: 20px;
}