.u-update-text{
  position:relative;
}
.u-update-text:before{
  position:absolute;
  top:0;
  left:0;
  width:5px;
  height:100%;
  content:'';
}
.mimgSwatch {
  width: 50px;
  height: 50px;
  padding: 2px !important;
  border-radius: 50%;
  position: relative;
}
.mimgSwatch img{
  width:100%;
  heigth:100%;
  object-fit:cover;
  border-radius:50%
}
