.banner {
font-style: normal;
text-transform: uppercase;
font-weight: 600;
padding: 3px 5px 3px 3px;
border: none;
border-radius: 20px;
text-align: center;
display: inline-flex;
justify-content: space-between;
align-items: center;
align-content: center;
position: relative;
font-size: 75%;
color: #fff;
&:before {
content: '';
display: inline-flex;
width: 12px;
height: 12px;
background: url(https://forum.crmp.online/styles/svg/banner/logo_crmponline.png) no-repeat center / 18px, linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.2) 100%);
filter: opacity(100%);
padding: 2px;
border-radius: 100%;
}
&.admin {
background-image: linear-gradient(to right, #66b6c9 0%, #008000 100%);
}
&.lider {
background-image: linear-gradient(to right, #fff500 0%, #ff8c00 100%);
}
}
.userBanner strong {
font-size: 70%;
font-weight: 700;
padding-left: 3px;
line-height: .95;
text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.5), -1px 0 1px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.5);
}