/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2026 | 06:07:40 */
/* Default JetForm file upload area সম্পূর্ণ hide */
.jet-form-builder-row.field-type-media-field {
  display: none !important;
}

/* Textarea wrapper relative করা */
.jet-form-builder-row.field-type-textarea-field .jet-form-builder__field-wrap {
  position: relative !important;
}

/* Textarea নিচে padding যাতে button বসে */
[name="message"] {
  padding-bottom: 50px !important;
  box-sizing: border-box !important;
}

/* Attach button */
#jfb-attach-btn {
  position: absolute;
  bottom: 10px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 6px 12px;
  background: transparent;
  color: inherit;
  z-index: 10;
}

/* File preview box */
#jfb-file-preview {
  display: none;
  align-items: center;
  gap: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 8px;
}

#jfb-fp-name {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
  color: inherit;
}

#jfb-fp-size {
  margin: 0;
  font-size: 11px;
  opacity: 0.6;
  color: inherit;
}

#jfb-delete-btn {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  padding: 4px;
  display: flex;
  align-items: center;
  color: inherit;
}
#jfb-delete-btn:hover {
  opacity: 1;
}