
.main-container {
  width: 100%;
  /* background-color: white; */
  padding: 20px;
  margin-top: 10px;
}

.bionic-bold {
  font-weight: 800;
  color: black !important;
}

#output {
  height: 300px;
  overflow-y: auto;
  font-size: 1.2rem;
  line-height: 1.6;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

.text-black {
  opacity: 0.7;
}

.control-panel {
  background: white;
  padding: 20px;
  border-radius: 8px;
  /* position: sticky; */
  top: 0;
  z-index: 1000;
  /* box-shadow: 0 4px 6px rgba(0,0,0,0.05); */
}

.export-buttons {
  margin: 15px 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.resizable-textarea {
  min-height: 150px;
  resize: vertical;
}

.accent {
  accent-color: #0d6efd;
}

.sticky-header {
  /* background: white; */
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 15px 0;
  /* box-shadow: 0 4px 6px rgba(0,0,0,0.05); */
}


  .bionic-container {
    min-height: 200px; /* ~6 rows */
    max-height: 400px;
    height: 100%;
    overflow-y: auto;
    resize: none;
  }

  @media (max-width: 767px) {
    .bionic-container {
      height: 250px;
    }
  }

  .label-inside {
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 0.85rem;
    color: #4e4c4c;
    z-index: 1;
  }

  .position-relative .form-control,
  .position-relative .output {
    padding-top: 2rem !important;
  }

  .output {
    background-color: #f8f9fa;
    border: 2px solid #ced4da;
    border-radius: 0.375rem;
    padding: 1rem;
    white-space: pre-wrap;
  }

  .control-panel , .header1{
     border: 1px solid #dee2e6;

  }
