* {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

html {
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
}

img.img-fluid {
    max-width: 805px;
    margin: 16px 0;
}

a {
    color: #286FBD;
    font-weight: 400;
}

main {
    max-width: 985px;
}

li.breadcrumb-item,
li.breadcrumb-item > a {
    font-size: 12px;
    color: #9B9B9B !important;
    text-decoration: none !important;
}

/******************
* TITLES
******************/
h1 {
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    margin: 38px 0 19px 0;
}

h1.page-title {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin: 28px 0 14px 0;
}

/******************
* NAVBAR
******************/
img.logo {
    height: 30px;
    margin: 0 52px 0 24px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar .nav-item .nav-link {
    color: #000000;
}

/******************
* NAV MENU
******************/
.nav-menu {
    width: 370px;
}

.content {
    width: calc(100% - 370px);
}

ul.nav-level-0 {
    list-style: none;
    padding: 0;
}

ul.nav-level-0 li span {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

ul.nav-level-0 li {
    margin-bottom: 32px;
}

ul.nav-level-1 {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 0 0 0;
}

ul.nav-level-1 li {
    margin-bottom: 12px;
}

ul.nav-level-1 li a {
    font-size: 14px;
    font-weight: 400 !important;
}

ul.nav-level-1 li  a.nav-link:has(+ ul)::after {
    display: inline-block;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-left: 8px;
}

ul.nav-level-2 {
    list-style: none;
    padding: 12px 0 0 12px;
}

ul.nav-level-2 li {
    margin-bottom: 12px;
}

/******************
* NAV LINKS
******************/
li.nav-item {
    margin-right: 24px;
}

li.nav-item a.nav-link {
    padding: 0;
    color: #333;
    font-weight: 500;
}

li.nav-item a.nav-link.active {
    font-weight: 700 !important;
    color: #286FBD !important;
}

a.parent-link {
    font-size: 12px;
    color: #9B9B9B !important;
    text-decoration: none !important;
}

/******************
* NAV BUTTONS
******************/
.nav-buttons .nav-button-prev,
.nav-buttons .nav-button-next {
    display: block;
    height: 40px;
    padding: 7px 16px;

    border: solid 1px #286FBD;

    text-decoration: none;
}

.nav-buttons .nav-button-prev {
    color: #286FBD;
    background-color: #ffffff;
    margin-right: 16px;
}

.nav-buttons .nav-button-next {
    color: #ffffff;
    background-color: #286FBD;
}

/******************
* ALERTS
******************/
div.alert {
    max-width: 805px;
    margin: 16px 0;

    background-color: #E2F0FF;
    border-left: solid 6px #286FBD;
    border-radius: 4px;

    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

div.alert li {
    margin: 8px 0;
}

/******************
* CODE BLOCKS
******************/
h1:has(+ div.json) {
    display: inline-block;
    background-color: #333333;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 24px;
    margin-bottom: 0px;
}

pre {
    background-color: #333333;
    color: #ffffff;
    padding: 16px;
}

pre,
pre span {
    font-size: 14px;
    font-family: Consolas, monospace;
}

pre span.jsonString {
    color: #00cfcf;
}

/******************
* TABLES
******************/
table thead th {
    font-weight: 600;
    color: #333333;
}

table tbody td {
    font-size: 14px;
    font-weight: 400;
}

table tbody tr:nth-child(odd) {
    background-color: #F7F8F9;
}

/******************
* TABLES
******************/
.search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search input {
    padding: 7px 3px 7px 30px;
    border: solid 1px #757575;
    border-radius: 0;
}

.search i {
    position: absolute;
    left: 8px;
    top: 12px;
    color: #757575;
}

.search button {
    display: block;
    height: 40px;
    padding: 7px 16px;

    border: solid 1px #286FBD;
    border-radius: 0;

    color: #ffffff;
    background-color: #286FBD;
}
