.sict-woo-annuleren {
	max-width: 640px;
	padding: 24px;
	border: 1px solid #d9dee5;
	border-radius: 8px;
	background: #ffffff;
}

.sict-woo-annuleren__field {
	margin: 0 0 18px;
}

.sict-woo-annuleren label {
	display: block;
	margin: 0 0 7px;
	font-weight: 700;
	color: #172033;
}

.sict-woo-annuleren input,
.sict-woo-annuleren textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #b9c2cf;
	border-radius: 6px;
	padding: 12px 14px;
	font: inherit;
	color: #172033;
	background: #ffffff;
}

.sict-woo-annuleren input:focus,
.sict-woo-annuleren textarea:focus {
	outline: 2px solid #1f6feb;
	outline-offset: 2px;
	border-color: #1f6feb;
}

.sict-woo-annuleren__actions {
	margin: 22px 0 0;
}

.sict-woo-annuleren button {
	border: 0;
	border-radius: 6px;
	padding: 13px 18px;
	font: inherit;
	font-weight: 700;
	color: #ffffff;
	background: #183a59;
	cursor: pointer;
}

.sict-woo-annuleren button:hover,
.sict-woo-annuleren button:focus {
	background: #102a42;
}

.sict-woo-annuleren__notice {
	max-width: 640px;
	box-sizing: border-box;
	margin: 0 0 16px;
	padding: 13px 15px;
	border-radius: 6px;
	font-weight: 700;
}

.sict-woo-annuleren__notice--success {
	border: 1px solid #88c69a;
	color: #14532d;
	background: #edf9f0;
}

.sict-woo-annuleren__notice--error {
	border: 1px solid #e1a1a1;
	color: #7f1d1d;
	background: #fff1f1;
}
