
.ny_cf_item, .ny_cf_submit {
	padding: 0 2rem;
}
.ny_cf_input-default{
	width: 100%;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding: 0.75rem 1rem;
	border-color: rgb(240 241 243);
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 1rem;
	height: 2.5rem;
}
textarea.ny_cf_input-default{
	height: auto;
	min-height: 140px;
}
.ny_cf_input-default:focus{
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(186, 230, 253, 0.5) 0px 0px 0px 3px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-color: rgb(125, 211, 252)
}
/** TODO Provera 2025 -- Srediti boje*/
button.ny_cf_submit_button {
	display: block;
	width: 100%;
	text-align: center;
	background-color: var(--main-color, #0f172a);
	color: #ffffff ;
	font-size: 1rem;
	line-height: 1.25rem;
	padding: 0.75rem 1rem;
	border-radius: 1rem;
}


.ny_cf_item_error{
	color: #dc3545;
	font-size: 0.875rem;
	display: none;
}