.carousel-image {
  height: 50vh;
}

@media (min-width: 1100px) {
  .carousel-image {
    height: 60vh;
  }
}

@media (min-width: 1200px) {
  .carousel-image {
    height: 75vh;
  }
}
/* .dropzone_box {
  background-color: gray;
  color: black;
  background: gray;

} */

.dropzone {
  /* background-color: gray; */
  color: black;
  width: 80%;
  margin: auto;
  /* padding-bottom: 1em; */
  margin-bottom: 2em;
  padding: 2em 4em;
  font-size: 1.5em; 
  /* background: gray !important; */

}

/* #my-slide-dropzone{
  background: gray !important;

} */

.btn-secondary {
  color: black !important;
  background-color: white !important;
  border: 1px solid black !important;
  /* border: none !important; */
  font-size: 1rem;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus {
  color: white !important;
  background-color:rgb(79, 48, 109) !important;
  /* background-color: #01273c !important; */
  /* background-color: #1a445d !important; */
  /* border: none !important; */
  border: 1px solid transparent !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

/* NEWCELLLIST.js required CSS classes */
.cell-anchor {
  height: 0;
  overflow: hidden;
}

.header-flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cell-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cell-list-header {
  font-weight: bold;
}

.total-count {
  font-size: 0.8em;
  color: #666;
}

.cell-type-count {
  font-size: 0.8em;
  color: #666;
}

.other-cell-notes {
  margin-top: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 2rem;
}

.other-cell-notes[contenteditable="true"] {
  background-color: #f8f9fa;
  border-color: #007bff;
}

.inline_cells {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.other-notes-btn {
  margin-left: auto;
}

.load_cells_btn {
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
}