body .menu-container {
  height: 100vh;
  padding-left: 42px;
  border: #eeeeee;
  border-width: 2px;
  border-right-style: solid;
  width: 212px;
  position: fixed;
  transition: all 0.5s;
  background: #061c34 !important;
  z-index: 2;
}
@media screen and (max-width: 1430px) and (min-width: 300px) {
  body .menu-container {
    display: none;
    padding-left: 30px;
  }
}
body .menu-container.active {
  display: block;
  z-index: 13;
}
body .menu-container .menu {
  padding: 0;
  height: 100%;
}
body .menu-container .menu .menu-header h1.header-title {
  padding-top: 20px;
  margin: 0;
  font-size: 36px;
  color: #4b6df5;
}
body .menu-container .menu .menu-header img.header-title-image {
  margin-top: 23px;
  width: 160px;
  margin-left: 5px;
}
body .menu-container .menu .items-with-icons {
  padding-top: 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 85.7%;
}
body .menu-container .menu .items-with-icons .item-with-icons {
  display: flex;
  margin: 15px 0 30px 0px;
  padding: 3px 0px;
}
body .menu-container .menu .items-with-icons .item-with-icons .icon {
  width: 16px;
  height: 16px;
  padding-left: 7px;
  align-self: center;
}
body .menu-container .menu .items-with-icons .item-with-icons:hover > .icon {
  filter: invert(39%) sepia(86%) saturate(3637%) hue-rotate(219deg) brightness(101%) contrast(92%);
}
body .menu-container .menu .items-with-icons .item-with-icons:hover > p {
  color: #a5b6fa !important;
}
body .menu-container .menu .items-with-icons .item-with-icons p {
  font-size: 14px;
  margin: 0 0 0 25px;
  color: #ffff;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
}
body .menu-container .menu .items-with-icons .upgradeToProA .upgradeToPro {
  background-color: #4C6EF5;
  border-radius: 12px;
  padding: 15px 10px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-right: 10px;
}
body .menu-container .menu .items-with-icons .promo-card {
  padding: 10px;
  border-radius: 12px;
  background: #4C6EF5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-right: 10px;
  color: white;
}
body .menu-container .menu .items-with-icons .promo-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body .menu-container .menu .items-with-icons .promo-icon {
  font-size: 24px;
  margin-right: 8px;
}
body .menu-container .menu .items-with-icons .promo-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
body .menu-container .menu .items-with-icons .promo-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
}
body .menu-container .menu .items-with-icons .promo-content div {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2rem;
}
body .menu-container .menu .items-with-icons .promo-arrow {
  font-size: 18px;
}
body .menu-container .menu .items-with-icons .activeLink {
  border-right: 3px solid #4C6EF5;
}
body .menu-container .menu .items-with-icons .activeLink img {
  filter: invert(39%) sepia(86%) saturate(3637%) hue-rotate(219deg) brightness(101%) contrast(92%);
}
body .menu-container .menu .items-with-icons .activeLink p {
  color: #4C6EF5;
}

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