.userBannerLight.admin,.userBanner--staff.admin {
background: linear-gradient(90deg, #cb2d3e, #ef473a);
width: 101px
}
.userBannerLight.banned,.userBanner--staff.banned {
background: linear-gradient(90deg, #99958c 25%, #99958c 100%, #000);
width: 115px
}
.userBannerLight.user,.userBanner--staff.user {
background: linear-gradient(90deg, #789 25%, #789 100%, #000);
width: 93px
}
.userBannerLight.moder,.userBanner--staff.moder {
background: linear-gradient(90deg, #4b6cb7, #182848);
width: 77px
}
.userBannerLight.editor,.userBanner--staff.editor {
background-color: #5F72BE;
background-image: linear-gradient(315deg, #5f72be 0%, #9921e8 74%);
width: 67px
}
.userBannerLight.active,.userBanner--staff.active {
background-color: #3333ff;
background-image: linear-gradient(315deg, #00f 0%, #33f 74%);
width: 67.5px
}
.userBannerLight.professional,.userBanner--staff.professional {
background-color: #00b300;
background-image: linear-gradient(315deg, #008000 0%, #00b300 74%);
width: 100px
}
.userBannerLight:before,.userBanner--staff:before {
content: "";
position: absolute;
background: linear-gradient(135deg, transparent 0%, transparent 30%, rgba(250,250,250,0.7) 50%, transparent 70%, transparent 100%);
background-repeat: no-repeat;
top: 0px;
left: -80%;
width: 100%;
height: 100%;
animation: light 2.5s infinite
}