.mymessage{
  background-color: transparent;
  font-size: 1rem;
  color: #C8C8C8;
  margin-left: 5px;
  margin-top : 25px;
}

.mymessage .icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  left: 28px;
  top: 50%;
  transition: all 0.3s linear;
  margin-right: 10px ;
}

.mymessage.icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  left: 28px;
  top: 50%;
  transition: all 0.3s linear;
  margin-right: 10px ;
  opacity: 1;
}
.myline {
  margin-left: 32px;
  margin-top : 10px;
  background-color: #C8C8C8;
  opacity: .6 ;
}

.mytextarea {
  width: calc(100% - 32px) !important;
  margin-left: 32px;
  margin-top : 10px;
  background-color: #C8C8C8;
  font-size: 12px ; 
}

.mydiv:hover .mymessage {
    color: #000000;
}

.mydiv:hover .mytext {
    color: #000000;
}
