.thalia-tabs {
  background: rgba(238, 241, 245, 0.3294117647);
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  padding: 0.65rem 0.75rem 0;
  margin-bottom: 1.25rem;
}
.thalia-tabs .nav-tabs {
  border-bottom: 1px solid #ced4da;
  gap: 0.35rem;
  margin-bottom: 0;
}
.thalia-tabs .nav-link {
  color: #495057;
  font-weight: 500;
  font-size: 0.9375rem;
  background: color-mix(in srgb, rgba(4, 25, 20, 0.2705882353) 55%, rgba(238, 241, 245, 0.3294117647));
  border-color: transparent;
  margin-bottom: -1px;
}
.thalia-tabs .nav-link:hover, .thalia-tabs .nav-link:focus {
  color: #212529;
  background: color-mix(in srgb, rgba(4, 25, 20, 0.2705882353) 90%, rgba(238, 241, 245, 0.3294117647));
  border-color: #dee2e6 #dee2e6 transparent;
}
.thalia-tabs .nav-link.active, .nav-item.show .thalia-tabs .nav-link {
  color: #212529;
  font-weight: 600;
  background: rgba(4, 25, 20, 0.2705882353);
  border-color: #dee2e6 #dee2e6 rgba(4, 25, 20, 0.2705882353);
}
.thalia-tabs .tab-content {
  background: rgba(4, 25, 20, 0.2705882353);
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  margin: 0 -0.75rem;
  padding: 1rem 1.25rem 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.thalia-tabs .tab-pane {
  color: #212529;
}