@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* Var created for scheduler */
.nav-link {
  display: flex;
  align-items: center;
  padding: 10px;
}
.nav-link i {
  min-width: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.nav-link.active {
  background-color: #fff !important;
  color: #000 !important;
}
.nav-link.active i {
  background-color: #000;
  color: white !important;
}

.sidebar {
  width: 100px;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  white-space: nowrap;
  position: fixed;
  height: 100vh;
}
.sidebar .sidebar-brand-container {
  height: 10vh;
}
.sidebar:hover {
  width: 250px;
}
.sidebar:hover .sidebar-help-btn {
  opacity: 1;
  visibility: visible;
}
.sidebar .sidebar-help-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.sidebar .nav-link .nav-text {
  display: none;
  transition: opacity 0.3s ease-in-out;
}
.sidebar:hover .nav-text {
  display: inline-block;
  opacity: 1;
}

.mover-footer {
  height: 110px;
}

.user-navbar {
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
}
.user-navbar.show {
  background-color: #F5F5F5;
}
.user-navbar .icons-user-navbar {
  position: relative;
  width: 3rem;
}
.user-navbar .icons-user-navbar .initials-icon {
  color: white;
  background-color: #000;
  border-radius: 50%;
  width: 2.9rem;
  height: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-navbar .icons-user-navbar .initials-icon span {
  font-size: 20px;
}
.user-navbar .icons-user-navbar .person-icon {
  background-color: #e20026;
  color: white;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 72%;
  left: 12%;
}
.user-navbar .icons-user-navbar .person-icon i {
  font-size: 0.7rem;
}
.user-navbar .organization-name i {
  font-size: 12px;
}

/*# sourceMappingURL=mover-sidebar-demeco.output.css.map */
