@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/fontawesome.min.css');
/* CSS Document for FHIR */
.default-container, .layout-styleguide, .site-sidenav.usa-sidenav .usa-sidenav__item.is-current {
  background-color: #fcfcfc;
}
.site-sidenav.usa-sidenav {
  font-family: Public Sans Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: .94rem;
  line-height: 1.4;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 0.25rem;
  padding: 0;
}
.usa-sidenav {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
}
.site-sidenav.usa-sidenav .usa-sidenav__item:first-child .usa-current::after {
  border-top-left-radius: 0.25rem;
  top: -2px;
}
.site-sidenav.usa-sidenav .usa-current::after {
  border-radius: 0;
  background-color: #2672de;
  bottom: -1px;
  left: -2px;
  top: 0;
  z-index: 100;
}
.sidenav {
  margin-top: 2rem;
}
.styleguide-content header > h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.site-prose {
  font-size: 1rem;
  line-height: 1.6;
}
.styleguide-content {
  margin-bottom: 3rem;
  max-width: 87.5rem;
  position: relative;
}
.main-content {
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-top: 2.5rem;
  position: relative;
}
.tab {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
}
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 20px;
  clear: both;
}
.tabcontent h2 {
  margin-top: 0;
}