.custom-background {
  background: #2b3054;
}

.gradient-background {
  background: linear-gradient(45deg, #f54266, #3858f9);
}

.content-header {
  height: 150px;
}

.content-background {
  background: #e9e6f7;
}

.aside-menu-active-item {
  font-weight: 500;
  border-top: 0;
  background: linear-gradient(45deg, #f54266, #3858f9);
  box-shadow: 0 6px 14px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 100px 100px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: ">";
}

.user-panel img {
  height: auto;
  width: 3.5rem;
}
/* Sidebar repliée  */
.sidebar-collapse .user-panel img {
  height: auto;
  width: 2rem;
}

.sidebar-collapse .user-info {
  display: none;
}
.sidebar-collapse .user-menu {
  display: none;
}

aside:hover .user-info {
  display: block;
}

aside:hover .user-menu {
  display: block;
}

aside:hover .user-panel img {
  height: auto;
  width: 3.5rem;
}

.card-product {
  line-height: 0.9;
}

.categories-product-card {
  color: #7987a1;
}

.top-cards {
  top: -50px;
  position: relative;
}

.top-card-title {
  font-weight: bolder;
}

.top-card-designation {
  color: grey;
  font-size: 0.8rem;
}

.top-card-value {
  font-weight: bold;
  font-size: 0.9rem;
}
