@mixin prutech-case-notes($theme) {
  .case-notes {
    .prutech-dialog-content {
      padding: 2rem;
      overflow-y: auto;
      max-height: 80vh;

      .new-case-notes {
        margin-bottom: 20px;
      }
    }
  }
}
