@font-face {
    font-family: 'Montserrat';
    src: url('../assets/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/Montserrat-Bold.ttf');
    font-weight: bold;
}

body, html {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 12pt;
    line-height: 21.6pt;
    position: relative;
}

header {
    background-color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 0px;
    align-items: stretch;
    font-size: 12pt;
    line-height: 21.6pt;
    position: relative;
    border-bottom: rgba(229, 229, 229, 1) 1px solid;
}

.header-block {
    height: 115px;
}

.header-links {
    position: relative;
    float: right;
    margin: 45px 15px;
}

.header-link {
    display: inline;
    padding: 15px 25px;
    color: #7c7c7c;
    margin: 0;
}

.header-link:hover {
    color: #141414;
    text-decoration: none;
}

table, th, td {
    border: 1px solid gray;
    margin: 10px;
    padding: 5px;
    font-size: 12pt;
}

h1 {
    font-size: 22.5pt;
    line-height: 32.4pt;
    color: #e71b6a;
    padding-top: 10px;
    padding-bottom: 10px;
}

h2 {
    font-size: 15pt;
    color: #7c7c7c;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

a {
    color: #e71b6a;
}

a:hover {
    color: #7c7c7c;
    text-decoration: none;
}

pre {
    background-color: #f0f0f0;
    padding: 10px;
    font-family: 'Montserrat';
    font-size: 12px;
}

img {
    width: 50vw;
    height: auto;
}

svg {
    width: 50vw;
    height: auto;
}

#logo {
    margin: 25px 15px;
    height: 50%;
    width: auto;
}

.left-navigation {
    display: inline-block;
    width: 20%;
    position: fixed;
    left: -10px;
    /* background-color: aqua; */
    font-size: 12pt;
    margin: 2%;
    /* min-height: 60vh; */
    max-height: 60vh;
    box-shadow: rgb(190, 190, 190);
    overflow-y: auto;
    overflow-x: auto;
    border-bottom: rgba(229, 229, 229, 1) 2px solid;
}

.central-div {
    display: inline-block;
    width: 50%;
    position: relative;
    left: 25%;
    /* background-color: blueviolet; */
    margin: 2% 2% 2% 0%;

}

.page-title {
    font-size: 37.8pt;
    line-height: 43.1pt;
    font-weight: bold;
    color: #000;
}

.right-navigation {
    display: inline-block;
    width: 20%;
    position: fixed;
    left: 75%;
    /* background-color: chartreuse; */
    margin: 2% 2% 2% 4%;
    padding-right: 40px;
    font-size: 12pt;
    box-shadow: rgb(190, 190, 190);
}

.right-nav {
    overflow-y: auto;
    overflow-x: auto;
    min-height: 45vh;
    max-height: 45vh;
}

.main-cat::before {
    content: "\003E";
}

.left-toc-a {
    color: #e71b6a;
}

.left-toc-a:hover {
    color: #7c7c7c;
    text-decoration: underline;
}

details summary::marker {
    color: #e71b6a;
}

.right-toc-a {
    color: #e71b6a;
    font-size: 12pt;
}

.right-toc-a:hover {
    color: #7c7c7c;
    text-decoration: none;
}

.current {
    font-weight: 600;
}

footer {
    font-size: 12pt;
    height: 100px;
    margin-top: auto;
    position: relative;
}

#mkdocscredit {
    color: #7c7c7c;
    padding: 15px 25px;
}

#beterna {
    color: #7c7c7c;
    position: relative;
    float: right;
    padding: 15px 25px;
}

#top-button {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 18%;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: white;
}

.top-icon {
    width: 50px;
    height: auto;
    background-color: white;
}

.top-icon:hover {
    opacity: 0.8;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search {
    display: inline-block;
    position: relative;
}

#searchbar {
    width: 300px;
    position: relative;
    left: 30px;
    background-image: url(../assets/icon.png);
    padding-left: 45px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 2px 3px;
}

#list-holder {
    display: block;
    position: absolute;
    background-color: white;
    width: 300px;
    left: 30px;
    z-index: 1000;
    list-style-type: none;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: auto;
    font-size: 10pt;
    border: #7c7c7c solid 1px;
}