*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

form {
  padding: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: metropolisregular, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

/* admin area link */

.adminreturndiv {
	position: absolute;
	top: 0 !important;
	right: 0 !important;
	padding: 5px 10px !important;
	background-color: #B4B4B4 !important;
	font-family: Tahoma !important;
	font-size: 11px !important;
	color: #000 !important;
	z-index:999 !important;
}
.adminreturndiv a {
	color: #fff !important;
	text-decoration: underline !important;
}
