/* Attributes list area */
#attributes-container {
	max-height: 340px;
	overflow: auto;
	padding: 0.75rem;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: color-mix(in srgb, var(--primary-main-color) 4%, #fff);
}

#attributes-container > .checkbox-wrapper--master {
	margin-bottom: 0.5rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-weight: 600;
}

#attributes-container > .checkbox-wrapper--master label {
	font-size: 1rem;
}

#attributes-container > .checkbox-wrapper--master label::before {
	border-color: rgba(0, 0, 0, 0.5);
}

#attributes-container > .checkbox-wrapper--master:hover {
	background: rgba(0, 0, 0, 0.02);
}

#attributes-container > .checkbox-wrapper:not(.checkbox-wrapper--master) {
	margin-top: 0.2rem;
}

/* Submit */
.request-qr {
	width: 100%;
}

.request-qr:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
	#attributes-container {
		max-height: 300px;
	}
}
