a {
    color: #202020;
}
a:hover {
    color: #202020;
}
.docs-nav .nav-item.active .nav-link {
    color: #282828;
}
.docs-nav .nav-item.active .nav-link .theme-icon-holder {
    background: #282828;
}
.docs-nav .nav-item.active .nav-link:before {
    background-color: #282828;
}
.nav-item {
    scroll-margin-top: 100px;
}
.nav-subitem {
    margin-left: 5rem !important;
}
.theme-bg-dark {
    background: #282828;
}
.theme-icon-holder {
    background: #f4f4f4;
    color: #282828;
}
.social-list li {
    background: #f4f4f4;
}
.social-list li a {
    color: #3d3d3d;
    filter: invert(0%);
    transition: all 0.2s ease-in-out;
}
.social-list li a:hover {
    color: #282828;
    filter: invert(50%);
}
.form-control {
    border-color: #e0e0e0;
}
#docs-sidebar {
    background: none;
}
.doc-alert {
    padding: 0.1rem 0.3rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.doc-callout-block {
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.col {
    text-align: center;
}
code {
    background: #f4f4f4;
}
mark {
    background: orange;
    color: black;
}
#yt-vids {
    max-height: 300px;
    overflow: scroll;
}
.cmd-list li > div {
    margin-top: 0.5rem;
}
.cmd-list li > div > code {
    display: block;
    margin-top: 0.5rem;
}
.cmd-list h5 {
    margin-top: 1rem;
    text-decoration: underline;
}
.plugin-list li {
    margin-top: 2rem;
}
.plugin-list li ul > li {
    margin-top: 0;
}
.plug-cmds {
    display: inline-block;
    margin-left: 2rem;
    margin-top: 2rem;
}
.figure-caption {
    color: unset;
}
.image-popup {
    margin-left: 10px;
    color: #9ab8c8;
    font-size: 20px;
}
.image-popup:hover {
    color: #7896a6;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.form-switch {
    user-select: none;
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.mx-lg-5 {
    margin-right: 10px !important;
}
#official-links {
    color: #777;
}
.modal-title {
    color: #333;
}
#outdated-alert {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    filter: drop-shadow(0px 5px 5px #333);
    text-align: center;
    margin: 1rem;
    z-index: 100;
}
.hidden {
    display: none;
}
@media (max-width: 1200px) {
    #docs-darkSwitch { display: none !important; }
}