body {
 min-height: 100vh;
}

@media screen and (min-width: 3000px) {
  body {
    zoom: 1.4; /* 120% zoom for screens wider than 1200px */
  }
}

#sidebar {
  width: 250px;
  min-height: 100vh;
  border-right: 1px solid var(--bs-border-color);
}

#content_mbs {
  background-color: rgb(245, 245, 245);
  background-image: url('../images/background.png');
}

.rocket-body-left,
.rocket-body-right {
  fill: #ff4444;
}

.rocket-window {
  fill: #ffffff;
}

.rocket-flames {
  fill: #ffa500;
}

.rocket-fin-left,
.rocket-fin-right {
  fill: #ff4444;
}

.line_loader {
 width: 25px;
}

.jax_loader {
 width: 35px;
}

.comp_logos{
 width: 50%;
}

textarea { width: 100%; height: 100px; margin-bottom: 10px; }
#response { 
  border: 1px solid #ddd; 
  padding: 10px; 
  margin-top: 10px; 
  min-height: 50px; 
  background-color: #f9f9f9; 
 }

pre {
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
}

code {
  background: #f5f5f5;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
}

#claudebox {
  background: #f1efe8;
}

#question {
  height: 200px;
}

.tab-content {
  padding: 20px;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
    
.nav-tabs .nav-link {
  margin-bottom: -1px;
}
    
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.date-control {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea {
  height: 120px;
}

input[type="radio"] {
    width: 24px;
    height: 24px;
}
