.bd-sidebar-primary div#rtd-footer-container {
    bottom:-1rem;
    margin:-1rem;
    position:fixed;
}

.sidebar-tree {
    margin-top: 0pt !important;
}

.sidebar-drawer {
    background-color: #00274C !important;
}

.sidebar-tree .current>.reference {
    background-color: #FFCB05 !important;
}

.sidebar-tree .current-page>.reference {
    color: #00274C !important;
}

.sidebar-tree .toctree-l1>.reference, .sidebar-tree .toctree-l1>label .icon {
    color: #FFFFFF;
}

.sidebar-brand-text {
    display: none !important;
}

.sidebar-search-container {
    margin-top: 0;
}

body {
    --color-background-hover: transparent !important;
}

.content-icon-container {
    display: none !important;
}

.theme-toggle-container {
    display: none !important;
}

.related-pages {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    border-radius: 0;
    color: light-dark(#00274C, #989C97);
}

:target>h1:first-of-type, :target>h2:first-of-type, :target>h3:first-of-type, :target>h4:first-of-type, :target>h5:first-of-type, :target>h6:first-of-type, span:target~h1:first-of-type, span:target~h2:first-of-type, span:target~h3:first-of-type, span:target~h4:first-of-type, span:target~h5:first-of-type, span:target~h6:first-of-type {
    background-color: #655A52;
}

[role=main] .highlighted {
    background-color: #655A52;
}

hr.docutils {
    background-color: #00274C;
    margin-top: 20px;
    margin-bottom: 10px;
}

.toc-tree li {
    font-size: 10pt !important;
}
