.hide {
  display: none !important;
}
.loader {
  display: flex;
  width: 100%;
  height: calc(100vh - 91px);
  align-items: center;
  justify-content: center;
}
