textarea:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input:not ([type] ):disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="color" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="date" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="datetime" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="datetime-local" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="email" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="month" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="password" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="number" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="search" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="tel" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="text" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="time" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="url" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}

input[type="week" i]:disabled {
	background-color: rgba(231, 231, 231, 0.75);
	border-color: rgb(191, 194, 195);
}