/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

a[disabled], a[disabled]:hover {
	pointer-events: none;
	opacity: 0.5;
}

button[disabled],
input[disabled]{
	opacity: 0.5;
}