.bg-shobizz{
  /* background-color: #111111;     */
  /* background-image: linear-gradient(rgba(12, 2, 2, 0.95), rgba(13, 11, 11, 0.95)), url('../img/bg.png'); */
  background-repeat: repeat; 
  background-size: auto;
  background-position: center;
}

.bg-login-signup-shobizz{
  background-color: #111111;
  background-image: linear-gradient(rgba(12, 2, 2, 0.95), rgba(13, 11, 11, 0.95)), url('../img/bg.png');
  background-repeat: repeat; 
  background-size: auto;
  background-position: center;
}

.bronze-gradient{
  background: linear-gradient(135.96deg, rgba(255, 210, 157, 0.3) 0%, rgba(255, 158, 45, 0.3) 101.74%);
}

.active {
  color: rgba(139,120,255,.7);
}

.smallCatBg{
  background: linear-gradient(135.96deg, rgba(139, 120, 255, 0.3) 0%, rgba(84, 81, 214, 0.3) 101.74%);
}

.slotBg{
  background: linear-gradient(180deg, rgba(118, 37, 207, 0.4) 0%, rgba(146, 69, 232, 0.797) 100%);
}

.profileBg{
  background: linear-gradient(135.96deg, rgba(177, 238, 255, 0.3) 0%, rgba(41, 186, 226, 0.3) 101.74%);
}

