.crf-form {
	max-width: 760px;
}

.crf-success {
	margin-bottom: 16px;
	color: #147a34;
	font-weight: 600;
}

.crf-error {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid #d93025;
	border-radius: 6px;
	background: #fff;
	color: #b00020;
	font-weight: 700;
}

.crf-error.crf-error-highlight {
	animation: crf-error-pulse 1.8s ease-in-out;
}

@keyframes crf-error-pulse {
	0% {
		background: #fff;
		box-shadow: 0 0 0 rgba(217, 48, 37, 0);
	}

	20% {
		background: #ffe1df;
		box-shadow: 0 0 0 4px rgba(217, 48, 37, 0.18);
	}

	70% {
		background: #ffe1df;
		box-shadow: 0 0 0 8px rgba(217, 48, 37, 0.08);
	}

	100% {
		background: #fff;
		box-shadow: 0 0 0 rgba(217, 48, 37, 0);
	}
}

.crf-collections {
	display: block;
	margin-bottom: 20px;
}

.crf-collection-row {
	display: block;
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
}

.crf-collection-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	cursor: pointer;
}

.crf-collection-description {
	margin: 5px 0 0 26px;
	color: #666;
	font-size: 14px;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.crf-product-group {
	margin-top: 12px;
	padding-left: 26px;
}

.crf-select-all {
	margin: 0 0 10px;
	padding: 7px 10px;
	cursor: pointer;
}

.crf-product-list {
	display: block;
}

.crf-product-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 8px 0;
}

.dealers_request input[type="checkbox"] {
	margin-bottom: 0px;
}

.crf-select-all {
	text-transform: none!important;
	letter-spacing: normal!important;
}

.crf-product-item .crf-product-qty {
	width: 40px;
	text-align: center;
	margin-bottom: 0!important;
}

.crf-product-name {
	display: flex;
	align-items: center;
	gap: 7px;
	cursor: pointer;
}

.crf-product-qty {
	width: 72px;
	padding: 5px 7px;
}

.crf-counter {
	margin: 18px 0 12px;
	font-weight: 700;
}

.crf-field {
	margin-bottom: 14px;
}

.crf-field input,
.crf-field textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
}

.crf-field textarea {
	min-height: 120px;
}

.crf-submit {
	cursor: pointer;
}
