.media-chat .media-body {
    -webkit-box-flex: initial;
    flex: initial;
    display: table
}

.media-body {
    min-width: 0
}

.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #f5f6f7;
    border-radius: 3px;
    font-weight: 100;
    color: #9b9b9b
}

.media>* {
    margin: 0 8px
}

.media-chat .media-body p.meta {
    background-color: transparent !important;
    padding: 0;
    opacity: .8
}

.media-chat.media-chat-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    position: relative;
    left: -100px;
}

.media-chat {
    padding-right: 64px;
    margin-bottom: 0
}

.media {
    /* padding: 16px 0; */
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.media-chat.media-chat-reverse .media-body p {
    /* float: right;
    clear: right; */
    background-color: #D1D2DD;
    color: #1D1E27;
    position: relative;
    left: 80px;
}

.user-primary{
    float: left;
    text-align: start;
}

.text-wrap{
    width: 8rem;
}

.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #37394A;
    border-radius: 3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   font-weight: 400;
   color: #D1D2DD;
   font-size: 0.9rem;
}

.nome-chat{
    font-family: Roboto, "Helvetica Neue";
    font-weight: 600;
    font-size: 1rem;
    color: #1D1E27!important;
}
.nome-chat-user{
    font-family: Roboto, "Helvetica Neue";
    font-weight: 600!important;
    font-size: 1rem!important;
    background-color: transparent!important;
    color: #1D1E27!important;
}


.border-light {
    border-color: #f1f2f3 !important
}

.bt-1 {
    border-top: 1px solid #ebebeb !important
}

.publisher .fa{
    color: #626684;
}

.publisher {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 5px;
    background-color: #f9fafb
}

.publisher>*:first-child {
    margin-left: 0
}

.publisher>* {
    margin: 0 5px
}

.publisher-input {
    width: 80px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    border: none;
    outline: none !important;
    background-color: transparent
}
.caixa-chat{
    width: 100%!important;
    padding: 0!important;
}

button,
input,
optgroup,
select,
textarea {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.publisher-btn {
    background-color: transparent;
    border: none;
    color: #8b95a5;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.file-group {
    position: relative;
    overflow: hidden
}

.publisher-btn {
    background-color: transparent;
    border: none;
    color: #cac7c7;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px
}

.text-info {
    color: #48b0f7 !important
}
@media only screen and (max-width: 768px) {
.text-wrap{
    width: 80%;
}
}

@media (max-width: 699px) {
  .publisher {
    position: fixed;
      bottom: 0%;
      width: 250px;
  }
}

@media (max-width: 620px) {
    .publisher {
      position: fixed;
      bottom: 0%;
      width: 250px;
    }
}

@media (max-width: 576px) {
    .publisher {
      position: fixed;
      bottom: 0%;
      width: 250px;
    }
}

@media (max-width: 495px) {
    .publisher {
        position: fixed;
      bottom: 0%;
      width: 250px;
    }
}



