/* ========== height s ========== */

.height-10px {
	height: 10px !important;
}

.height-20px {
	height: 20px !important;
}

.height-30px {
	height: 30px !important;
}

.height-36px {
	height: 36px !important;
}

.height-45px {
	height: 45px !important;
}

.height-50px {
	height: 50px !important;
}

.height-60px {
	height: 60px !important;
}

.height-70px {
	height: 70px !important;
}

.height-80px {
	height: 80px !important;
}

.height-90px {
	height: 90px !important;
}

.height-100px {
	height: 100px !important;
}

.height-100p {
	height: 100% !important;
}

.height-auto {
	height: auto !important;
}

.height-screen {
	height: 100vh !important;
}

.min-h-0 {
	min-height: 0 !important;
}

.min-h-full {
	min-height: 100% !important;
}

.min-h-screen {
	min-height: 100vh !important;
}

.max-h-full {
	max-height: 100% !important;
}

.max-h-screen {
	max-height: 100vh !important;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.height-10px-md {
		height: 10px !important;
	}
	.height-20px-md {
		height: 20px !important;
	}
	.height-30px-md {
		height: 30px !important;
	}
	.height-36px-md {
		height: 36px !important;
	}
	.height-45px-md {
		height: 45px !important;
	}
	.height-50px-md {
		height: 50px !important;
	}
	.height-60px-md {
		height: 60px !important;
	}
	.height-70px-md {
		height: 70px !important;
	}
	.height-80px-md {
		height: 80px !important;
	}
	.height-90px-md {
		height: 90px !important;
	}
	.height-100px-md {
		height: 100px !important;
	}
	.height-100p-md {
		height: 100% !important;
	}
	.height-auto-md {
		height: auto !important;
	}
	.height-screen-md {
		height: 100vh !important;
	}
	.min-h-0-md {
		min-height: 0 !important;
	}
	.min-h-full-md {
		min-height: 100% !important;
	}
	.min-h-screen-md {
		min-height: 100vh !important;
	}
	.max-h-full-md {
		max-height: 100% !important;
	}
	.max-h-screen-md {
		max-height: 100vh !important;
	}
}

@media (max-width: 767px) {
	.height-10px-sm {
		height: 10px !important;
	}
	.height-20px-sm {
		height: 20px !important;
	}
	.height-30px-sm {
		height: 30px !important;
	}
	.height-36px-sm {
		height: 36px !important;
	}
	.height-45px-sm {
		height: 45px !important;
	}
	.height-50px-sm {
		height: 50px !important;
	}
	.height-60px-sm {
		height: 60px !important;
	}
	.height-70px-sm {
		height: 70px !important;
	}
	.height-80px-sm {
		height: 80px !important;
	}
	.height-90px-sm {
		height: 90px !important;
	}
	.height-100px-sm {
		height: 100px !important;
	}
	.height-100p-sm {
		height: 100% !important;
	}
	.height-auto-sm {
		height: auto !important;
	}
	.height-screen-sm {
		height: 100vh !important;
	}
	.min-h-0-sm {
		min-height: 0 !important;
	}
	.min-h-full-sm {
		min-height: 100% !important;
	}
	.min-h-screen-sm {
		min-height: 100vh !important;
	}
	.max-h-full-sm {
		max-height: 100% !important;
	}
	.max-h-screen-sm {
		max-height: 100vh !important;
	}
}

@media (max-width: 479px) {
	.height-10px-xs {
		height: 10px !important;
	}
	.height-20px-xs {
		height: 20px !important;
	}
	.height-30px-xs {
		height: 30px !important;
	}
	.height-36px-xs {
		height: 36px !important;
	}
	.height-45px-xs {
		height: 45px !important;
	}
	.height-50px-xs {
		height: 50px !important;
	}
	.height-60px-xs {
		height: 60px !important;
	}
	.height-70px-xs {
		height: 70px !important;
	}
	.height-80px-xs {
		height: 80px !important;
	}
	.height-90px-xs {
		height: 90px !important;
	}
	.height-100px-xs {
		height: 100px !important;
	}
	.height-100p-xs {
		height: 100% !important;
	}
	.height-auto-xs {
		height: auto !important;
	}
	.height-screen-xs {
		height: 100vh !important;
	}
	.min-h-0-xs {
		min-height: 0 !important;
	}
	.min-h-full-xs {
		min-height: 100% !important;
	}
	.min-h-screen-xs {
		min-height: 100vh !important;
	}
	.max-h-full-xs {
		max-height: 100% !important;
	}
	.max-h-screen-xs {
		max-height: 100vh !important;
	}
}

@media (max-width: 319px) {}


/* ========== height e ========== */