html {
    position: relative;
    min-height: 100%
}

body {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: rgb(4, 4, 4) !important;
    color: rgb(231, 228, 226) !important;
    overflow-y: scroll !important;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.featurette {
    padding: 40px;
}

.featurette-divider {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
}

.a {
    outline: 0 !important;
}

#sidebar-wrapper {
    z-index: 1;
    position: fixed;
    width: 0;
    height: 100%;
    overflow-y: hidden;
    display: flex;
}

#page-content {
    /* background-color: #303030; */
    background-color: rgb(24, 26, 27) !important;
    padding-bottom: 1em !important;
    margin-bottom: 1em !important;
}

#page-content-wrapper {
    width: 100%;
}

#menu-toggle {
    z-index: 100;
    position: relative;
    float: left;
    font-size: 2em;
    box-shadow: none;
    border: none !important;
}

#wrapper.sidebar-visible #sidebar-wrapper {
    width: 250px;
}

#wrapper.sidebar-visible #page-content-wrapper {
    padding-left: 250px;
}

.sidebar-nav {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow-y: auto;
}

.sidebar-nav li {
    padding: 0;
    line-height: 40px;
    width: 100%;
    padding-left: 1em
}

.sidebar-nav li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #ddd;
}

.sidebar-nav li a i {
    margin-right: .4rem !important
}

.sidebar-nav .active {
    background-color: #303030
}

.sidebar-nav li:hover {
    background-color: #303030
}

.sidebar-divider {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
}

.nav-pills .nav-link.active {
    background-color: #303030
}

.nav-pills {
    --bs-nav-pills-border-radius: 0 !important
}

.nav-pills li:hover {
    background: rgb(68, 68, 68)
}

.footer-block {
    height: 220px;
    bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    color: rgba(255, 255, 255, .6);
    background-color: rgba(41, 41, 41, .95)
}

.footer-block .container {
    min-height: 150px;
}

.footer-block .container h3 {
    color: #999
}

.footer-block .container p {
    color: rgba(255, 255, 255, .6)
}

.footer-block .container a {
    color: inherit;
}

.footer-block .heading {
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: .3px;
}

#forumitem {
    font-size: 12px;
}

#forumitem img {
    width: 16px;
    height: 16px;
}

.footer {
    color: silver
}

#author {
    color: #A00
}

.panel-index {
    padding: 0;
}

.well-sm {
    padding: 9px 0;
}

#page-padding {
    margin: 20px 0 0 0;
}

.navigation>li>a {
    padding: 0 10px;
}

#content a.button {
    border: 1px solid #FFFFFF;
    display: inline-block;
    font-family: Segoe UI;
    font-size: 24px;
    line-height: 46px;
    padding: 0 15px 3px;
}

#content a.button img {
    float: right;
    padding: 10px 0 0 15px;
}

.box {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid #eee;
}

@media (max-width:768px) {
    .box {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
    }
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 100px 0;
}

.info dt {
    float: left;
    font-weight: bold;
    padding: 3px 6px;
    clear: both;
    width: 30%;
}

.download-button {
    width: 280px
}

.download-rowborder {
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #eee
}

.textboxinfo {
    padding: 12px;
    line-height: 24px;
    word-break: break-word
}

.textboxinfo .last {
    margin: 0 0 5px;
    font-size: .875em
}

.textboxinfo-title {
    font-weight: bold;
    display: block;
    color: #fff;
    background: rgb(68, 68, 68);
    margin: -12px;
    padding: 2px 12px;
    margin-bottom: 12px
}

.textboxinfo-title .glyphicon {
    top: 2px
}

.warning .textboxinfo-title {
    background: #f0b37e
}

.tip .textboxinfo-title {
    background: #1abc9c
}

.note .textboxinfo-title {
    background: #6ab0de
}

.warning p:last-child {
    margin-bottom: 0
}

.tip p:last-child {
    margin-bottom: 0
}

.note p:last-child {
    margin-bottom: 0
}

::-webkit-scrollbar {
    background-color: #121212;
    color: #c5c1b9
}

::-webkit-scrollbar-corner {
    background-color: #181a1b
}

::-webkit-scrollbar-thumb {
    background-color: #2a2c2e
}

section {
    margin-bottom: 60px;
    border: 0;
    border-top: 1px solid #eee
}

.border-top {
    border-top: 1px solid #e5e5e5
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05)
}

.flex-equal>* {
    -ms-flex: 1;
    flex: 1
}

@media (min-width:768px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        flex: 1
    }
}

.overflow-hidden {
    overflow: hidden
}

.content-divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.table {
    --bs-table-bg: inherit !important
}

.table th,
.table td {
    padding: 0.1rem;
    vertical-align: middle;
    border-top: unset
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: hidden
}

.card-custom {
    width: 150px
}

.card-title {
    margin: 5px
}

.card {
    background-color: transparent;
    border: 0px
}

.btn {
    transition: unset !important
}

.nav-link {
    transition: unset !important
}

.sidebar-header {
    margin-left: 0.5em;
    padding: 4.1px !important;
}

.sidebar-header-text {
    margin-bottom: -4px;
}

.action-links {
    width: 15em;
}

.issues {
    min-height: 3070px !important;
}

.issues-button {
    width: 10em;
}

.github-avatar {
    width: 72px;
    height: 72px;
}

.github-activity {
    width: 32px;
    height: 32px;
}
.github-text {
    padding-left:5px;
}

.blog-post {
    width:100px;
    color:#3498db !important;
}
.blog-title {
    white-space:nowrap;
    overflow:hidden !important;
    text-overflow:ellipsis;
}
.blog-link {
    text-decoration:none;
}
.blog-author {
    float:left;
}
.blog-date {
    width:100px;
}
.readme-content {
    margin:10px;
}
.btn-custom {
    display: flex;
    align-items: center;
}
.btn-custom img {
    margin-right: 10px;
}
.btn-custom .text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.btn-custom .small-text {
    font-size: 0.8em;
}
.btn-custom .large-text {
    font-size: 1.2em;
}