/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

* {
   user-select: none !important;
   -webkit-user-drag: none !important;
}

html {scroll-behavior: smooth !important;}

body::-webkit-scrollbar {display: none;}

img {pointer-events: none !important;}

#content, #content > div {
   min-height: calc(100vh - 142px) !important;
}