.home-main {
  margin-bottom: 60px;
}
.home-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background-color: var(--primary);
  z-index: -1;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.home-user {
  margin: 64px 24px 0;
  border-radius: 24px;
  background-color: #FFFFFF;
  padding: 16px;
}
.home-user img {
  width: 32px;
}
.home-user .avatar {
  width: 60px;
  max-width: 60px;
  max-height: 60px;
  border-radius: 30px;
}
.home-actions img {
  width: 20px; 
  margin-right: 16px; 
  display: block;
}
[data-toggle="notice"], [data-toggle="order-statu-0"], [data-toggle="order-statu-1"] {
  position: relative;
}
[data-toggle="notice"] .badge, 
[data-toggle="order-statu-0"] .badge, 
[data-toggle="order-statu-1"] .badge {
  position: absolute;
  top: -8px;
  right: 0;
}