/*
    Created on : 24 Sep, 2020, 4:05:52 PM
    Author     : TataSky
*/
.current_status_wrapper label{
    display: inline-block;
    padding: 2px 5px;
    color: #FFF;
    border-radius: 5px;
    margin-top: 8px;
}
.current_status_wrapper label.published{
  background: #1e5c90;
  cursor: auto;
}
.current_status_wrapper label.unpublish{
  background: #a5457a;
  cursor: auto;
}