body {
  background-color: #f5f5f5;
}

.logo {
  max-width: 180px;
}

.global-preloader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 24, 39, 0.45);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  z-index: 2147483647;
}

.global-preloader.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.global-preloader__spinner {
  width: 3rem;
  height: 3rem;
}

.master-dashboard-gear {
  z-index: 1030;
}

h1, .h1 {
  text-transform: uppercase;
  font-weight: 100;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 300;
}

.btn {
  --bs-btn-font-weight: 300;
  --bs-btn-padding-y: 0.2rem;
}

.fs-7 {
  font-size: 0.75rem;
}

/*# sourceMappingURL=custom.css.map */
