.add-or-scan-weekly-planting .hidden {
  display: none;
}
.add-or-scan-weekly-planting .add-weekly-planting-button {
  height: 3rem;
  text-align: start;
}
.present-data-field {
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 4px;
}
.wider-dropdown .dropdown {
  min-width: 400px;
}
.item-aka-disabled {
  color: black;
}
.item-po-section-error-message {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ef4444;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.item-po-section-error-message .item-po-section-error-close {
  color: white;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.25rem;
  margin-left: 0.5rem;
  border-radius: 2px;
  transition: background-color 0.2s;
}
.item-po-section-error-message .item-po-section-error-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.item-po-section-error-message .item-po-section-error-close i {
  font-size: 0.875rem;
}
