.my-habits {
  width: 100%;
  padding: 5%;
  display: grid;
  overflow-x: auto;
  column-gap: 15px;
  grid-auto-flow: column;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.my-habits .habit {
  width: 132.4px;
  height: 157.617px;
}
.my-habits .habit .btn-habit.tracked {
  box-shadow: inset 2px 1px 1px 1px rgb(230, 230, 230);
  background-color: rgb(248, 248, 248);
}
.my-habits .add-habit {
  border: 2px dotted #cccccc;
  border-radius: 20px;
  width: 132.4px;
  height: 157.617px;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.my-habits .add-habit img {
  width: 48px;
}
.my-habits #trackHabit.tracked {
  cursor: auto;
}
.my-habits #trackHabit img {
  width: 24px;
  height: 24px;
}
.my-habits::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.m1vm-b.x-row {
  z-index: unset !important;
}
