body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geist", "Arial", Helvetica, sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-logo {
  height: 40px;
  margin-right: 15px;
}

.footer-logo {
  height: 100px;
}

.card {
  border-radius: 16px;
}

.card .card-header h4 {
  font-size: 24px;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dashboard-header img.avatar {
  width: 32px;
  height: 32px;
}

.dashboard-header .card {
  height: 60px;
}

.menu-list ul {
  width: 100%;
  text-align: center;
}

.menu-list li {
  display: inline-block;
  margin: 0px 10px;
}

.menu-list li a {
  color: inherit;
}

.menu-list li.active a {
  color: blue;
}

.Loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.Loader .content {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.app-name {
  display: block;
  margin-top: -5px;
  font-size: 95%;
  font-weight: bold;
  line-height: 1;
  margin-top: 1px;
}

.AuthLayout {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  background-image: url("/images/background/bg-section-1.jpg");
  background-position: bottom;
  background-size: cover;
}

.DashboardLayout {
  background-image: url("/images/background/bg-section-2.png");
  background-position: top;
  min-height: 100vh;
}