#_inlinePostInputContainer {
    position: absolute;
bottom: 14px;
    left: 20px;
    right: 20px;
}


.autoExpand { 
  max-height: 128px;
    overflow-y: auto !important;
}

.inlinepostinput .newPostContainer {
  overflow: auto;
  background-color: white;
}

.inlinepostinput .line-separator {
  border-top: 2px solid #f0f0f0;
}

.flex-container {
  display: flex;
  align-items: center;
    padding: 10px 10px;
}

.inlinepostinput .user-image {
  width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: 45px 45px;
}
  
.inlinepostinput .lock img{
    width: 37%;
    margin: auto;
    margin-top: 10px;
}

.inlinepostinput .lock .lock-img, .inlinepostinput .lock.active .unlock {
  display: block;
}

.inlinepostinput .lock.active .lock-img, .inlinepostinput .lock .unlock {
  display: none;
}


.inlinepostinput textarea{  
  display: block;
  box-sizing: padding-box;
  overflow: hidden;
  bottom:0;
  overflow-wrap: break-word;
  padding: 10px;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(black, .3);
  border: 0;
  outline: none;
  margin-left: 44px;
  width: 62%;
}

.inlinepostinput .textarea-container {
  align-items: center;
  display: flex;
  border: 1px solid #797979;
  border-radius:25px;
  margin-left: 10px;
  background-color: white;
  position: relative;
  width: 80%;
}

.inlinepostinput .lock {
  display: inline-block;
    width: 41px;
    height: 41px;
    background-color: #f0f0f0;
    border-radius: 50%;
    position: absolute;
    left: 4px;
}


.inlinepostinput .send {
  display: inline-block;
    width: 41px;
    height: 41px;
    background-size: 41px 41px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/send_s_v1.png);
    position: absolute;
    right: 3px;
}

.privateMessageSelection.show, .privateReceiver.show {
  display: block;
}

.privateMessageSelection, .privateReceiver  {
    display: none;
    width: 100%;
    border: 1px solid #f0f0f0;
    background-color: white;
    -webkit-animation: up 0.5s 1; /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
    -moz-animation-fill-mode: forwards;    /* FF 5+ */
    -o-animation-fill-mode: forwards;      /* Not implemented yet */
    -ms-animation-fill-mode: forwards;     /* IE 10+ */
    animation-fill-mode: forwards;   
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes up {
  100% {bottom: 69px}
}

@keyframes up {
  100% {bottom: 69px}
}

.flex-container.hide {
  display: none;
}


.privateReceiver {
  background-color: #e9e9e9;
  width: 100%;
    left: 0;
    text-align: center;
    border: none;
    border-top: 1px solid #797979;
}

.receiverScreenname {
  margin-left: 5px;
  font-weight: bold;
}

.searchPrivateUser {
  width: 100%
}

.privateMessageUsersList {
  border-top: 1px solid #f0f0f0;

}

.receiverScreenname, .receiver-message {
  display: inline-block;
}

.privateScreenname {
  margin-left: 12px;
  text-align: center;
}

.privateImage {
  width: 30px;
  height: 30px;
  background-color: #f0f0f0;
  border-radius: 50%;
  background-size: 30px;
}

.privateMessageUsersList.secondary-list {
  max-height: 500px;
  overflow: scroll;
}