/* custom panel CSS */

.k-registration {
  display: none;
}

.k-textarea-input-native {
  /* disable auto-resize height for textarea */
  max-height: 560px !important;
}
