.taghvim { 
  background-image: url('../img/date.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right; 
}
.c-pill {
  align-items: center;
	font-size: 11px;
  display: inline-block;
  height: 100%;
  white-space: nowrap;
  width: auto;

  position: relative;
  border-radius: 100px;
  line-height: 1;
  overflow: hidden;
  padding: 0px 12px 0px 20px;
  text-overflow: ellipsis;
	line-height: 1.25rem;
	color: #595959;
	
    word-break: break-word;

  &:before {
    border-radius: 50%;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
  }
  
 
}


  .c-pill--success {
    background: #b4eda0; }
    .c-pill--success:before {
      background: #6BC167; }