@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium'), local('Roboto-Medium'),
  url('/clientRequire/@unitybase/adminui-vue/dist/fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
.ub-logo-h {
  font-size: 2em;
}
.ub-logo-h::after {
  content: "Loading...";
  font-family: Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #344054;
}
.ub-spinner-h {
  display: block;
  width: 66px;
  height: 66px;
  background-image: url('/models/app/assets/images/main-loader.svg');
  animation: fa-spin 4s linear infinite;
}
.ub-spinner-h::before {
  content: "";
}
