#header .module_title,
#header .welcome_title {
  z-index: 2;
  position: absolute;
  left: calc(14rem + 1rem);
  color: #ffffff;
  line-height: 80px;
  font-size: 1.2rem;
  font-family: "Readex Pro", Arial, Helvetica, sans-serif;
  font-weight: 200;
  align-items: center;
  display: flex;
  height: 0;
  transition: transform 0.2s ease-out, opacity 0.1s ease-out, height 0.1s ease-out;
  transform: translateY(80px);
  overflow: hidden;
}
#header .module_title i,
#header .welcome_title i {
  font-size: 2rem;
  margin-right: 1rem;
}
#header .module_title.vis,
#header .welcome_title.vis {
  height: 80px;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in;
  transform: translateY(0);
  opacity: 1;
}
#header .module_title.fade,
#header .welcome_title.fade {
  transition: opacity 1s ease-in-out, opacity 1s ease-in;
  opacity: 0 !important;
}
#header .welcome_title {
  left: calc(50vw - 10rem) !important;
  width: 20rem;
  display: flex;
  justify-content: center;
}
#header .welcome_title img {
  border-radius: 50%;
  margin-right: 1rem;
  height: 2rem;
  width: 2rem;
}

#sitemenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 0 2rem;
}
#sitemenu .actions {
  display: flex;
  flex-direction: row;
}
#sitemenu .account_image {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  border: 0.125rem solid #fff;
  margin-right: 0.5rem;
}
#sitemenu a {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 2rem;
  height: 3rem;
  cursor: pointer;
  text-decoration: none;
}
#sitemenu a > i {
  font-size: 1.5rem;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.7;
}
#sitemenu a span.counter {
  width: 1.2rem;
  height: 1.2rem;
  background: #ee0000;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: -0.2rem;
  right: -0.7rem;
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sitemenu a span.counter:empty {
  display: none;
}
#sitemenu a span.counter[data-count="0"] {
  display: none;
}
#sitemenu a:hover > i {
  color: #ffffff;
  opacity: 1;
}

/*# sourceMappingURL=modules-layout-scss-header.css.map */
