

.my-italic {
  font-style: italic;
  color: #777;
}
.my-bg {
  background-color: #f2f2f2;
}
.pre-wrap {
  overflow-x: auto;
  max-width: 100%;
  white-space: pre-wrap;
  font-family: "Roboto", sans-serif;
}
.activeBtn1 {
  border-bottom: 5px solid green;
}
.activeBtn2 {
  border-bottom: 5px solid green;
}
.activeBtn3 {
  border-bottom: 5px solid green;
}
.activeBtn4 {
  border-bottom: 5px solid green;
}
.patient-results {
  margin-bottom: 1rem;
}
.result-header {
  background-color: #f2f2f2;
  font-weight: bold;
  padding: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.result-item {
  padding: 0.25rem;
}
.resultBorder {
  border-bottom: 1px solid #e0e0e0;
}
.normal-ranges {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fontSize {
  font-size: 10px;
}
.hov {
  transition: width 0.3s, height 0.3s, transform 0.3s;
}
.hov:hover {
  transform: scale(1.1, 1.1);
  transition-timing-function: ease;
  z-index: 1;
}
.layoutBg {
  background-color: #008080;
}
.layoutMenuQItem {
  color: white;
  font-weight: bold;
}
.qItem-Active-link {
  background-color: white;
  color: #008080;
}
.logo {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}
.login-card {
  max-width: 400px;
  border-radius: 12px;
  background-color: #ffffff;
}

