@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html,body { 
	height:100%;
  -webkit-font-smoothing: antialiased;
}
body{
	background:#fff;
	color:#666;
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-stretch: normal;
	line-height:1.5;
	position:relative;
	cursor:auto;
}
html {
    box-sizing: border-box;
	font-size: 20px;
}
*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
* {
    max-height: 100000px;
}

a:-webkit-any-link {
	text-decoration: none;
}
a:hover {
  cursor: pointer;
 }
 [disable] {
	cursor: default;
	pointer-events: none;
	filter: grayscale(0.9);
	opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
 }
textarea {
  height: auto;
  min-height: 50px;
 }
select {
  width: 100%;
 }
 p {
	 margin:0;
 }
::-webkit-input-placeholder {
  font-family: 'Amiri', sans-serif;
}

:-ms-input-placeholder {
  font-family: 'Amiri', sans-serif;
}

::placeholder {
  font-family: 'Amiri', sans-serif;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
   transition: all 0s 50000s;     
}
