.gx-card .gx-card-header {
    padding: 5px 24px;
    background-color: #1d2531 !important;
    color: #9ba2ad;
}
.gx-card .gx-card-header .gx-card-title {
    color: #9ba2ad !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 1.5rem;
}

.gx-card ul{
    margin: 0px 0px 16px !important;
    padding: 0px 0px 0px 32px !important;
}

.gx-card ul li {
    list-style-type: inherit !important;
}

.gx-card .intro ul li {
    padding: 5px 0 !important;
    line-height: 28px;
}

.gx-card .topic-list {
    margin: 0 !important;
    padding: 0 !important;
}

.gx-card .topic-list li {
    list-style: none!important;
    list-style-type: none!important;
}

.gx-topic-list ul li a {
    margin-bottom: 5px;
    padding: 5px 15px;
}
.gx-card .gx-card-header .gx-card-title {
    text-transform: none !important;
}

code[class*="language-"] {
    font-size: .875em !important;
}

[data-mode=dark] .gx-sb-wrapper .gx-sb-list .gx-sb-item a {
    padding: 5px 0 !important;
}

b, strong {
    font-weight: 600;
    color: #484d54 !important;
}
pre[class*=language-] {
    padding: 5px !important;
}

p {
    margin-top: 0;
    margin-bottom: 6px;
}

.gx-card .intro ul li {
    padding: 5px 0 !important;
    line-height: 20px;
}
h5, h6 {
    font-family: "Poppins, sans-serif" !important;
    margin-bottom: 1rem !important;
}

ul li strong {
    font-weight: 600;
    color: #777 !important;
}

.gx-topic .gx-card {
    overflow-y: auto !important;
}

.gx-card .gx-card-header {
    border-radius: 5px 5px 0px 0px !important;
}