/* Make <code> inside <h3> use the same font size as <h3> */
h3 code {
    font-size: var(--font-size-xl) !important;
}
.app-name-link {
  text-indent: -9999px; /* hide the text */
  display: block;
  width: 230px; /* adjust */
  height: 88px; /* adjust */
  background: url('../images/logo.svg') no-repeat center/contain;
}
.tick {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    display: inline-block;
}
.cross {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    display: inline-block;
}
.badge.bg-primary, .badge.bg-success {
    color: white;
}
.alert pre[style] {
    padding: 0;
    background: transparent !important;
}
.sidebar > h1 {
    --sidebar-name-font-size: 1.4rem;
}
.app-name-link {
    /* color: #d9534f !important; */
    /* font-size: 2rem !important; */
    font-weight: 600;
    text-decoration: none;
    /* Better Font Rendering =========== */
    /* font-family: 'ew_FUTURABC';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}
article .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
pre[class*="language-"], code[class*="language-"] {
    white-space: pre-wrap;
}
.parameters dt,
.xref {
    font-weight: 400;
}
h5[data-uid] {
    margin-top: 5rem;
}
span.term {
    font-weight: 500;
}
span.term:after {
    content: "-";
    margin: 0 0.5em;
}
.content {
    padding-top: 0;
}
b, strong {
    font-weight: 600;
}
.markdown-section {
    --content-max-width: 100%;
    --table-row-alt-bg: transparent;
    --link-underline-thickness: 1px;
    --link-underline-thickness-hover: 1px;
}
.sidebar-nav {
    --link-underline-thickness: 1px;
    --link-underline-thickness-hover: 1px;
}
.markdown-section table {
    display: table;
}
.sidebar-toggle {
    --sidebar-toggle-offset-top: 50px;
}
.sidebar-toggle-button {
    opacity: 0.5;
}
.d-sm-table-cell p {
    margin-top: 0;
    margin-bottom: 0;
}
.d-table-caption h5, td h5, .d-table-caption h4, td h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.affix ul {
    list-style: none;
}
@media (min-width: 768px) {
    .d-table-caption {
        display: table-caption;
    }
}
