.loading {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loading {
  background-image: linear-gradient(
    rgba(22, 124, 128, 0.3),
    rgba(255, 255, 255, 0)
  );
}

.amministro-loading {
  object-fit: contain;
  width: 65px;
  height: 65px;
}

html {
  overflow: hidden !important;
}

html,
body,
#app {
  padding: 0;
  margin: 0;
}
