@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
body {
  margin: 0;
  padding: auto;
  font-family: "Montserrat", sans-serif;
}

.link {
  color: #2679b8;
}

.link:hover {
  color: #2679b8;
}

.user {
  margin-bottom: 60px;
}

.user-name {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */
  color: #4f4f4f;
  mix-blend-mode: normal;
  margin-bottom: 0;
  text-align: baseline;
}

.navbar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 246, 240, 0.38)), color-stop(57.44%, rgba(251, 232, 233, 0.31)), to(rgba(252, 252, 255, 0.57)));
  background: linear-gradient(180deg, rgba(255, 246, 240, 0.38) 0%, rgba(251, 232, 233, 0.31) 57.44%, rgba(252, 252, 255, 0.57) 100%);
  border: 1px solid #e2e2e8;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.navbar-logo {
  margin-bottom: 100px;
}

.navbar-nav {
  padding: 38px 60px;
}

.navbar .nav-link {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #1a1a1a;
  margin-bottom: 15px;
  padding-left: 30px;
}

.navbar .nav-link img {
  position: absolute;
  left: 0px;
  width: 13px;
}

.navbar .active {
  color: #2679b8;
  position: relative;
}

.navbar .active::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  width: 34px;
  height: 34px;
  background: rgba(38, 121, 184, 0.4);
  border-radius: 50%;
  background: radial-gradient(43.97% 43.97% at 50% 51.18%, rgba(0, 112, 146, 0.0001) 0%, rgba(0, 149, 201, 0.264719) 35.94%, rgba(38, 121, 184, 0.0001) 100%);
}

.navbar .disabled {
  opacity: 0.5;
}

.mb-20 {
  margin-bottom: 20px;
}

@-webkit-keyframes Shine {
  to {
    background-position-x: -20%;
  }
}

@keyframes Shine {
  to {
    background-position-x: -20%;
  }
}
/*# sourceMappingURL=global.css.map */