html,
body {
  height: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #F4F6F8;
  font-family: 'Avenir Next', sans-serif !important;
}

.gm-ui-hover-effect {
  display: none !important;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #808080;
}

::-webkit-scrollbar-thumb {
  background: #627793;
}
