.app-comments-list,
.app-comments-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

app-cmf-comment {
  width: 100%;
}

.app-comments-loading {
  padding: 20px 0;
}

.app-chat-wrapper {
  position: relative;

  overflow-y: hidden;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;

  .comment-channel-wrap {
    position: absolute;

    display: flex;

    width: 200px;
    margin-bottom: 5px;
    margin-left: 50px;

    font-size: 12px;

    span {
      margin-right: 5px;
    }

    .comment-channel {
      & ::ng-deep .mat-select-value {
        width: auto;
        max-width: none;
      }
    }
  }
}

.cmf-feed-chat-dialog {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.app-comments-list {
  overflow-y: auto;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.chat-history {
  margin-bottom: 10px;
}

#chat-history-label {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-bottom: 10px;

  color: #999;
}

.comment-placeholder {
  overflow: hidden;
  margin-bottom: 5px;
  padding-right: 78px;

  .state {
    float: right;
    clear: both;
    font-size: 12px;
    color: #a0a0a0;
  }

  .text {
    float: right;
    clear: both;

    padding: 10px;

    background-color: #eaf5f9;
    border-radius: 10px 10px 0;
  }
}

.hidden_chat {
  opacity: 0;
}

:host ::ng-deep {
  #app-scroll-list {
    .simplebar-content-wrapper {
      display: flex;
    }

    .simplebar-content {
      width: 100%;
      margin-top: auto;
    }
  }
}

.audit {
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}

.offline-warning {
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}
