/**
 * @name Custom Home Icon
 * @version auto
 * @description Snippet stolen from Nier theme
 * @website https://github.com/AccraZed/YoRHA-UI-BetterDiscord
 * @author Accrazed#2710
 * @authorId 153562159161278473
 */



/*  HIDES ORIGINAL ICON */
.wrapper-1BJsBx.selected-bZ3Lue .childWrapper-anI2G9,
.wrapper-1BJsBx:hover .childWrapper-anI2G9,
.childWrapper-anI2G9 {
  background-color: transparent;
  color: transparent;
}


.tutorialContainer-11ICd5 .svg-1X37T1 {
  animation-name: y-spin;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes y-spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.homeIcon-AaowEC {
    height: 64px;
    width: 64px;
    background: url(https://cdn.discordapp.com/attachments/458715629839450126/827625220696703016/outline.png) center/contain no-repeat;
}
