.chat {
  height: 100%;
  max-height: calc(100vh - 80px);

  .back {
    cursor: pointer;
    display: flex;
    padding: 10px;
  }

  .comments-list {
    height: calc(100% - 39px);
  }

  .comments-list {
    background-repeat: repeat;
    background-size: 70%;
  }

  .contact-name {
    position: absolute;
    top: 5px;
    left: 165px;

    .name {
      font-size: 16px;
      font-weight: 500;
    }

    .phone-number {
      font-size: 12px;
      color: #8c8c8c;
    }
  }
}

::ng-deep .chat-widget-messages {
  .app-comment-form-field {
    font-size: 12px;
  }

  .deal-body.cmf-company-comments-list {
    height: 100%;

    .app-deal-form {
      align-items: flex-start;
    }

    .app-comment-form-field.company-form-field {
      margin-top: 5px;
    }

    .form-input-wrapper {
      align-items: flex-start;
      padding-right: 0;

      .comment-channel {
        margin-top: 10px;
        padding-left: 10px;
      }
    }
  }
}
