.zk-product-chat {
    &-scroll {
      background-color: #f8f8f8;
    }
    &-cont {
      height: 400px;
      width: 100px;
      background-color: #00c5dc;
    }
    &-ul {
      padding: 10px;	
    }
    &-list {
      margin-bottom: 10px;
      flex-direction: row;
      &-left {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 10px;        
      }
    }
  }