/* fix elevated text in ios browsers */  
@supports (-webkit-touch-callout: none) {
	input:not([type="password"]) {
		padding-top: 10px !important;
		/* color: red !important; */
	}
	input .c {
		padding-top: 20px !important;
		/* color: red !important; */
	}
	.btn:not(.rounded-circle)	{
		padding-top: 10px !important;
		/* color: red !important; */
	}
	/* button:not(.mini) { */
	button {
		/* padding-top: 100px !important; */
		/* color: red !important; */
	}
	h1, h2, h3, h4, h5, h6, .card-title, .text-title {
			padding-top: 5px !important;
	}
}

