/* Kill cube / home-bg pattern everywhere */
html, body, #root, .app-shell, .app-shell--home-bg {
  background-image: none !important;
  background-color: #151e34 !important;
}
body {
  background-attachment: scroll !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.tsyl-profile-page {
  background: #151e34 !important;
  background-image: none !important;
}
.tsyl-menu-span,
.tsyl-user-tools {
  background-image: linear-gradient(180deg, rgba(64, 47, 71, 0.22), rgba(252, 245, 255, 0.06)) !important;
  background-color: transparent !important;
}
