/**
 * PrestaShop module created by bahman.rostampoor
 *
 * @author mypresta.ir
 * @license EULA: This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.ir
 * support@mypresta.ir
 */
 .bg-staff{
	 background: #45a462 !important;
	 color:#fff;
 }

 .border-success {
  border-color: #45a462 !Important
}

 .border-info {
  border-color: #45a462  !Important;
  
}
.bg-staff .time-part{
	color:#fff
}
.ticket-conversation .reply-message .card-header{
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticket-conversation img{
border: 2px solid #e0e0e6;
  padding: 1px;
  border-radius: 100px;
  width: 32px;
  display:inline-block;
  vertical-align:middle;
  margin-left:10px;
}

#private_data{
	background: #333;
  color: #fff;
  padding: 10px;
  border: 0;
  box-shadow: 1px 2px 5px 0px #000 inset;
}

#private_data::placeholder{
	  color: #ccc;
}