.font-bold {
    font-weight: 700;
}
.project__view__menu {
    background: transparent;
    border-bottom: 1px solid rgba(251, 251, 251, 0.2);
}
.top_bar {
    box-shadow: none;
    border-bottom: 0px solid rgba(255, 255, 255, .1607843137);
}
.main-menu .menu-item.active .menu-name {
    color: #6366f1;
    font-weight: 700;
}
.project__view__menu {
  background: transparent !important;
}
.project__view__menu {
  border-bottom: 0px solid rgba(251, 251, 251, 0.2) !important;
}
.top_bar {
  border-bottom: 0px solid rgba(255,255,255,.1607843137) !Important;
}
.sidebar {
  background: #00000029;
  border-right: 0rem solid rgba(255,255,255,.1607843137) !important;
}
.button {
  text-align: center;
  justify-content: center;
}
.main-menu .menu-item.active .menu-description {
    color: #6366f1 !important;
}
.main-menu .menu-item.active .menu-icon-wrapper {
    background: linear-gradient(to bottom, #6366f1, #8b5cf6) !important;
    fill: #fff;
}
.main-menu .menu-item.active:before {
    width: 0px !important;
}
.top_bar .top_bar__menu .t__l__wrapper .__creation {
    border-radius: 100px !important;
    background: linear-gradient(to bottom, #6366f1, #8b5cf6) !important;
    color: #fff;
}
button {
  text-align: center  !important;
  justify-content: center  !important;
}