@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Italic.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  margin: 0px;
}

.router-link-active.router-link-active img {
  background: #894360;
  border-radius: 5px;
  box-shadow: -6px 6px 3px -1px rgba(140, 137, 137, 0.75);
}
.router-link-active.router-link-active span {
  color: white;
  padding: 5px;
  border: 1px solid white;
  border-radius: 0.3rem;
}
.router-link-active.router-link-active .nvbar__menuimg--main {
  display: none;
}
.router-link-active.router-link-active .nvbar__menuimg--hover {
  display: block;
}

.nvbar {
  display: flex;
  align-items: center;
  color: white;
  padding: 0 24px 0px 0px;
  height: 4rem;
  font-family: "Roboto";
}
.nvbar--fixed {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 83;
  background-color: #894360;
}
.nvbar__logo {
  display: flex;
  padding: 0;
  box-sizing: border-box;
  width: 60px;
  text-align: center;
  margin: auto;
  position: absolute;
  z-index: 3;
  margin-left: 1rem;
}
.nvbar__img {
  display: block;
  height: 3rem;
  align-items: center;
  border-style: none;
}
.nvbar__divider {
  border: 0;
  opacity: 0;
  display: block;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0;
  max-height: 0;
  border: solid;
  border-width: thin 0 0;
  transition: inherit;
}
.nvbar__title {
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: "Roboto";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.nvbar__header__menu {
  margin-left: 6rem;
  cursor: pointer;
  display: flex;
}
.nvbar__header__menu a {
  margin-left: 1rem;
  font-family: "Roboto";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration-line: none;
  z-index: 99;
}
.nvbar__title-content {
  left: 60px;
  opacity: 0.9;
  top: 10px;
  z-index: 999999999;
  background: #616161;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 5px 8px;
  position: absolute;
  text-transform: none;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.nvbar__userInfo {
  display: flex;
  margin-right: 0;
  align-items: center;
  font-size: 14px;
  font-family: "Roboto";
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
.nvbar__userInfo__email {
  font-family: "Roboto";
  line-height: 1.5;
  margin-right: 8px;
  font-size: 13px;
  box-sizing: inherit;
}
.nvbar__userInfo__company {
  width: auto;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 0px 8px;
}
.nvbar__userInfo__companyicon {
  height: 1.5rem;
  margin: 0px 4px;
  font-size: 18px;
  align-items: center;
  display: inline-flex;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  justify-content: center;
  line-height: 1;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  vertical-align: text-bottom;
}
.nvbar__userInfo__logout {
  cursor: pointer;
}
.nvbar__userInfo__logoutimg {
  cursor: pointer;
  padding-right: 24px;
  width: 1.3rem;
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  font-size: 24px;
  justify-content: center;
  line-height: 1;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  vertical-align: text-bottom;
}
.nvbar__aside {
  padding: 0;
  margin: 0;
  height: 100%;
  margin-top: 48px;
  max-height: calc(100% - 48px);
  transform: translateX(0px);
  width: 80px;
  background-color: #894360;
  color: #737373;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
  position: fixed;
  display: block;
  left: 0;
  max-width: 100%;
  pointer-events: auto;
  top: 0;
  will-change: transform;
  z-index: 81;
}
.nvbar__version {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.nvbar__version .copyrigth {
  font-size: 10px;
}
.nvbar__version .copyrigth a {
  color: #fff;
}
.nvbar__list {
  padding-bottom: 4px;
  list-style-type: none;
  padding: 8px 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.nvbar__menu {
  padding-top: 16px;
  overflow: visible;
}
.nvbar__menuitems {
  padding-top: 4px;
  margin: 0;
  align-items: center;
}
.nvbar__menuitem {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: center;
  align-items: center;
}
.nvbar__menuitem:hover img {
  background: #894360;
  border-radius: 5px;
  box-shadow: -6px 6px 3px -1px rgba(140, 137, 137, 0.75);
}
.nvbar__menuitem:hover .nvbar__menuimg--main {
  display: none;
}
.nvbar__menuitem:hover .nvbar__menuimg--hover {
  display: block;
}
.nvbar__menulink {
  cursor: pointer;
  transition: none;
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  margin-right: 0.7rem;
  margin-left: 0.7rem;
  padding: 5px;
}
.nvbar__menulink span {
  color: white;
  padding: 5px;
  border: 1px solid #894360;
}
.nvbar__menuimg {
  display: block;
  height: 35px;
  border-style: none;
  padding: 5px 5px;
}
.nvbar__menuimg--main {
  display: block;
}
.nvbar__menuimg--hover {
  display: none;
}
.nvbar__tile__content:hover {
  width: 0;
  height: 100%;
  opacity: 0;
  text-align: left;
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.nvbar__tile__title:hover {
  font-weight: 500;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

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