html,
body {
  background-color: var(--bs-body-bg);
}

.wrapper {
  width: 100%;
  height: 100%;
}

.gm-font {
  font-style: normal;
  font-family: var(--font-family);
  font-size: var(--font-size-large);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: var(--font-weight-small);
}

#cs-layout {
  padding-bottom: 160px;
}

#header.navbar {
  height: 60px;
}

#cs-nav {
  height: 100%;
  overflow: hidden;
}

.user-profile {
  height: 100%;
}

.user-profile li {
  margin-top: 6px;
  margin-left: 6px;
}

.user-profile li a {
  color: var(--cs-color);
  text-decoration: none;
}

.user-profile li a:hover {
  color: var(--cs-color-hover);
  text-decoration: underline;
}
