.bg-dark {background-image: url("https://diamyndwallet.com/source/img/gradient_dark.jpg");}
.imgGlow {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(181, 54, 134, 0.5));
    filter: drop-shadow(12px 12px 7px rgba(181, 54, 134, 0.5)) /*filter: drop-shadow(12px 12px 7px rgba(111, 57, 205, 0.5));*/;
}
.max-h-14 {
    max-height: 2.75rem;
}
.icon-style {
    color: #7947fc !important;
}
.img-opacity {
  opacity: 0.8;
}
.img-opacity:hover {
  opacity: 1.0;
}
.text-sm {
  font-size: 1.125rem !important;
}
.bg-divider-light {
  color: white !important;
  background-color: #504d82 !important;
}
.bg-divider-dark {
  color: white !important;
  background-color: #322c87 !important;
}
.bg-blue-light {
  color: white !important;
  background-color: #6aaff8 !important;
}
.bg-blue-dark {
  color: white !important;
  background-color: #3472f5 !important;
}
.bg-green-light {
  color: white !important;
  background-color: #61d499 !important;
}
.bg-green-dark {
  color: white !important;
  background-color: #27ae6f !important;
}
.bg-pink-light {
  color: white !important;
  background-color: #a586fc !important;
}
.bg-pink-dark {
  color: white !important;
  background-color: #6d38ff !important;
}
.bg-red-light {
  color: white !important;
  background-color: #db6579 !important;
}
.bg-red-dark {
  color: white !important;
  background-color: #e72c35 !important;
}
.grad-border {
  background-image: 
  -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%, hsla(0,0%, 100%,0) 9%),		-webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%, hsla(0,0%,  0%,0) 6%),		-webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%, hsla(0,0%,100%,0) 4%),
	-webkit-linear-gradient(-90deg, hsl(0,0%,78%)  0%, hsl(0,0%,90%) 47%, hsl(0,0%,78%) 53%, hsl(0,0%,70%)100%);
}
.fill-accent2 {
    fill: #fca60a;
}