small{
  color: #000;
    font-size: 12px;
    font-weight: 600;
}
#topic{
background: #FFE0ED;
margin-left: 1rem;
}

#new{
top: 0.4rem;
width: 22%;
height:15px;
background: url(/assets/icons/listing_atlas.svg#svg_ls_bage_new) center/22px 15px no-repeat;
}


#hd{
top: 0.4rem;
width: 22%;
margin-left: 3rem;
height:15px;
background: url(/assets/icons/listing_atlas.svg#svg_ls_bage_hd) center/22px 15px no-repeat;
}
#hdplus{
top: 0.4rem;
width: 4%;
height:15px;
background: url(/assets/icons/listing_atlas.svg#svg_ls_bage_hd_plus) center/28px 15px no-repeat;
}
#toys{
  right: 0;
    bottom: 32px;
    flex-direction: row-reverse;
    text-align: right;
  width: 19px;
  height: 30px;
  background: url(/assets/icons/listing_atlas.svg#svg_ls_bage_vibe) center/25px 25px no-repeat;
}
#names{
  content: "";
    display: inline-block;
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin: 2px 3px -2px 0;
    font-size: 0;
    background: url(/assets/icons/listing_atlas.svg#svg_ls_info_blue) center/14px 14px no-repeat;
}
#lst_nick {
  overflow: hidden;
  color: #fff;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  font-size: 12px;
margin-left: 24px;
}
#ffanclubButton {
    background-color: #fff;
    color: #ff9000;
    border: 0.0625rem solid #ff9000;
    position: relative;
    z-index: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*
.status{
  background-color: #E58D21;
    box-shadow: 0 3px 10px -5px #000;
    color: var(--cs-primary-text,#fff);
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: 142px;
    border-radius: 4px;
    transform: rotate(360deg);
    width: 55px
}*/

.status {
    border-left: 3px solid #11c337;
    background-color: #E58D21;
    box-shadow: 0 3px 10px -5px #000;
    color: var(--cs-primary-text,#fff);
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: 139px;
    margin-left: 4px;
    /* border-radius: 4px; */
    transform: rotate(360deg);
    width: 55px;
}




.statusp{
  border-left: 3px solid #ff3a3a;
  background-color: #E58D21;
  box-shadow: 0 3px 10px -5px #000;
  color: var(--cs-primary-text,#fff);
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  position: absolute;
  text-align: center;
  top: 139px;
  margin-left: 4px;
  /* border-radius: 4px; */
  transform: rotate(360deg);
  width: 55px;
}
/*
.statusp{
  background-color: var(--cs-primary,rebeccapurple);
    box-shadow: 0 3px 10px -5px #000;
    color: var(--cs-primary-text,#fff);
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: 142px;
    transform: rotate(360deg);
    width: 55px
}*/
