input, textarea {
  background: none;
  outline: none;
  border: none;
  -webkit-appearance:none;
  -webkit-appearance:none !important;
}
::-webkit-scrollbar {
	background-color: transparent;
	width: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #4F4F4F;
}

::scrollbar {
	background-color: transparent;
	width: 5px;
}

::scrollbar-thumb {
	background-color: #4F4F4F;
}



@media screen and (max-width:1000px) {

	
}

