/* FORME */


/* Export sekcija */
textarea.export-field {
  width: 600px;
  min-height: 200px;
  max-height: 600px;
}

textarea.export-field.testiraj-paste {
  background-color: rgb(177, 223, 177);
}

textarea.textarea-popuni-putem-json {
  width: 360px;
  min-width: 280px;
  max-width: 560px;
  resize: both;
  height: 200px;
  min-height: 50px;
  max-height: 360px;
}


/* NOVO 2021 */

.modal-file-upload-field {
  margin-bottom: 10px;
}