.logo {
  padding: 0;
}

.introduction-section {
  font-size: 16px;
  margin: 2%;
  text-align: justify;
}

.introduction-section ol {
  margin-top: 0.5%;
}

.help-section {
  font-size: 16px;
  margin: 2%;
  text-align: justify;
}

.introduction-section ol {
  margin-top: 0.5%;
}

.titles {
  margin: 2%;
  color: #004488;
  font: small-caps bold 24px/1 sans-serif;
  font-size: 50px;
}

.titles-description {
  margin: 2%;
  color: black;
  font-size: 20px;
}

.nav-tabs > li > a {
  font-size: 20px;
}

.div-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 2%;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* Estilo para la pestaña activa */
.nav-link.active {
  color: #1e80e3 !important;
  font-weight: bold;
  font-size: 18px;
  /* Color para la pestaña activa */
}

.container-1 {
  display: flex;
  flex-direction: row;
  margin-left: 0%;
  margin-bottom: 0;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column {
  padding: 15px;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #006eff2f;
  border-radius: 12px;
}

.column-header {
  margin-top: 2%;
  margin-bottom: 5%;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  background: inherit;
}

.genes {
  gap: 6px;
}

.checkbox-grid {
  display: flex;
  padding-right: 0;
  flex-direction: column;
  gap: 8px;
}

.input-container {
  overflow-x: auto;
}

.clinical-data {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.2;
}

.form-group {
  margin-bottom: 0.75rem;
}

.extra-info {
  font-size: 12px;
  margin: 0.5;
  width: 75%;
}

.main-page {
  width: 100%;
}

.risk-class-text {
  display: flex;
  text-align: center;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-size: calc(1vh + 1vw);
  border: none;
  padding: 20px;
  margin: 10px auto;
  width: 50%;
  height: 10%;
  border-radius: 8px;
  background-color: #f8f8f8;
  box-sizing: border-box;
}

.risk-class-text p {
  margin: 0;
  width: 100%;
}

.low-risk {
  color: green;
}

.moderate-risk {
  color: yellow;
}

.high-risk {
  color: orange;
}

.very-high-risk {
  color: red;
}

.double-graph-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.survival-graph-container {
  width: 50%;
  overflow: hidden;
}

.risk-bar-container {
  width: 50%;
  max-height: 150px;
  overflow: hidden;
}

.survival-table {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
