body::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
}
body {
	-ms-overflow-style: none;
}
.peer:checked~.peer-checked\:bg-green-600,
.bg-emerald {
	background-color: #33c369;
}
.peer:checked~.peer-checked\:border-green-600 {
	border-color: #33c369;
}
.checkbox-mark {
	border: 1px solid #33c369;
	background-color: white;
}
.border-green-600 {
	border-color: #33c369;
}
.border-b-green-600 {
	border-bottom-color: #33c369;
}
.text-green-600,
.text-emerald,
.ss-main .ss-content .ss-list .ss-option.ss-disabled {
	color: #33c369;
}

#anketa-form .benefits li:before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' fill='none'%3E%3Cpath stroke='%2333c369' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m11.537 1.615-6.981 6.77-3.173-3.077'/%3E%3C/svg%3E");
}
body .ring-credeo-warning {
	--tw-ring-color: red;
}
body .text-credeo-warning {
	color: red;
}