html {
  height: 100%;
}

body {
  height: calc(100% - 64px);
  position: relative;
}

#root {
  display: flex;
  width: 100%;
  height: 100%;
}

.loadingBar {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

@font-face {
  font-family: "icomoon";
  src: url("/iiot-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-transition-delay: 99999s;
}
