body{
	height: 100vh;
	width: 100vw;
	margin: 0;
}

.btn-disabled{
	cursor: initial !important;
}

::placeholder{
	color: #a4a7a9;
}

html, body, .scrollbar-hidden{
	overflow: scroll !important;
	scrollbar-width: none !important;
}

.scrollbar-thin{
	overflow: auto;
	scrollbar-width: thin !important;
}

.perfect-rounded{
	aspect-ratio: 1;
	border-radius: 50% !important;
}