.ws-dialog {
  .v-card__title {
    .ws-dialog__title {
      margin-bottom: 0;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.23;
    }
  }
  .v-card__text {
    max-height: calc(100vh - 300px);
  }
  .v-card__actions{
    padding: 20px;
  }
}
