.deck-tooltip {
  z-index: 10;
}

.modal {
  max-width: none;
  width: 90%;
}

.modal-dialog {
  width: 100vw !important;
  height: 200px;
  margin: auto;
}

.modal-backdrop {
  opacity: 0.85 !important;
}

.body {
  margin-left: 300px;
  height: 100hv;
  width: calc(100vw - 300px);
  padding: 0;
}

.input-overlay {
  position: absolute;
  width: 300px;
  top: 30px;
  left: 320px;
  z-index: 10;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  border-radius: 4px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  padding: 2rem 1rem;
  background-color: #f8f9fa;
  overflow-y: auto;
}

.logo-container {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.logo-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #212529;
}

/* Make inputs take full width of their containers */
.sidebar input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* Optional: Add hover and focus states for better UX */
.sidebar input:hover {
  border-color: #a8aeb4;
}

.sidebar input:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

.vertical-spacer {
  margin-top: 1rem;
}

.alert {
  display: inline-block;
  max-width: 90%;
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
