.qr-code-arrow {
	width: 20px;
}

.qr_types .grid-item > * {
	width: 100% !important;
}

.qr_types .grid-item {
	background-color: #fff;
}

.qr_types .grid-item:not(.new-item):hover {
	cursor: pointer;
	border: 1px solid #1c78ff;
}

.qr_types .grid-item {
	text-decoration: none;
}

.qr_types .new-item > * {
	width: 100% !important;
	border-radius: 18px;
	padding: 15px !important;
	box-sizing: border-box;
}

.qr_types .new-item > *:hover {
	cursor: pointer;
	border: 1px solid #1c78ff;
}

.qr_types .new-item {
	background-color: unset;
}

.accordion.qr_types {
	gap: 0;
}
