#home {
    
}

#topics .postTitle {
    font-size: 24px;
}

#blog_c1 {
    display: none !important;
}

#cnblogs_post_body h2  {
    background: #555555;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 2px 0px 2px 5px;
    margin: 30px 0 10px;
    line-height: 1.8;
    font-size: 20px;
}

#cnblogs_post_body h1  {
    margin: 30px 0 10px;
    line-height: 1.8;
    font-size: 20px;
}

#cnblogs_post_body h3 {
    font-size: 18px;
    margin: 25px 0 10px;
}

#cnblogs_post_body h4 {
    font-size: 16px;
    margin: 25px 0 10px;
}

#cnblogs_post_body li {
    font-size: 16px;
    margin-bottom: 0px;
}

#cnblogs_post_body ul {
    margin-left: 18px !important;
}

#cnblogs_post_body ol {
    padding-left: 0px !important;
    margin-left: 18px !important;
}

.postBody blockquote {
    padding: 10px;
    background-color: #fafafa;
    border-left: 6px solid #e6e6e6;
    word-break: break-word;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: unset !important;
}

.postBody img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.postBody p {
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
}

#sideBar {
    font-size: 14px;
}

#sideBar a:hover {
    text-decoration: none;
}

#sideBar h3 {
    font-size: 18px;
}

.scroller-offset1 {
    padding-left: 5px;
}

.scroller-offset2 {
    text-indent: 1.5em;
}

.scroller-offset3 {
    text-indent: 3em;
}

.scroller-offset4 {
    text-indent: 4.5em;
}

.scroller-offset5 {
    text-indent: 6em;
}

.scroller-offset6 {
    text-indent: 7.5em;
}

#green_channel {
    width: 99.5%;
    font-size: 14px;
    margin-top: 40px !important;
}

.cnblogs-markdown pre {
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 20px;
}

.cnblogs-markdown pre code {
    font-size: 14px;
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    display: inline;
    padding: 3px 6px;
    color: rgb(60, 60, 67);
    background-color: rgba(142, 150, 170, .14);
}

#author_profile {
    display: none;
}

#topics .postDesc {
    font-size: 14px;
}

#post_next_prev {
    font-size: 14px;
}

#post_next_prev a {
    text-decoration: none;
}

#post_next_prev a:hover {
    text-decoration: none;
}

#EntryTag {
    font-size: 14px;
}

#comment_nav {
    font-size: 14px;
}

.top-down {
    position: fixed;
    right: 0px;
    bottom: 50%;
    display: flex;
    flex-flow: column;
}

.comment_textarea {
    width: 100%;
}

.custom-code-area {
    padding: 8px 12px !important;
    margin: 20px auto !important;
    background-color:rgb(45, 45, 45);
    font-size: 13px !important;
    border-radius: 4px !important;
}

.custom-code-area>pre {
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; 
    color:rgb(225, 225, 225)
}

.custom-highlight-white {
    color: rgb(225, 225, 225);
}

.custom-highlight-comment {
    color: rgb(88, 143, 74);
}

.custom-highlight-what {
    color: rgb(204, 153, 0);
}

.custom-highlight-where {
    color: rgb(99, 166, 239);
}

.custom-highlight-when {
    color: rgb(102, 170, 85);
}

.custom-highlight-how {
    color: rgb(204, 0, 0);
}

.custom-highlight-background {
    background-color: rgb(255, 255, 0);
}

.img-title {
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 25px;
}

.code-example {
    margin-top: 20px;
    margin-bottom: -15px;
}

.desc_img {
    height: 180px;
    width: auto;
    margin-left: 20px !important;
}

.c_b_p_desc {
    text-align: justify !important;
}

#cnblogs_c1 {
    display: none;
}

#cnblogs_c2 {
    display: none;
}

#cnblogs_c3 {
    display: none;
}

#cnblogs_ch {
    display: none;
}

#under_post_card1 {
    display: none;
}

#under_post_card2 {
    display: none;
}

.highlight-green {
    color: rgb(36, 176, 121);
    background-color: rgb(241, 241, 241);
    padding: 0.15em 0.5em;
    border-radius: 4px;
}

.highlight-orange {
    color: orange;
    background-color: rgb(241, 241, 241);
    padding: 0.15em 0.5em;
    border-radius: 4px;
}

.postTitle a:hover {
    margin-left: unset !important;
}

blockquote {
    margin: 1rem 0;
    padding: .5rem 1rem .5rem .75rem;
    border-inline-start: .25rem solid var(--gray-200);
    border-radius: .25rem;
}

.book-hint.info {
    border-color: #6bf;
    background-color: rgba(102, 187, 255, .1);
}

.book-hint.warning {
    border-color: #fd6;
    background-color: rgba(255, 221, 102, .1);
}

.mylink {
    text-decoration: none !important;
    color: #05b !important;
}

.mylink:hover {
    text-decoration: underline !important;
}

.token.comment, .token.block-comment, .token.prolog, .token.doctype, .token.cdata {
    color: mediumseagreen !important;
}

li.nav-item::marker {
    content: none !important;
}

a.nav-link {
    text-decoration: none !important;
}

.nav-active {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

table > thead.thead-dark > tr > th {
    background-color: white !important;
    font-size: 1.02rem !important;
    color: black !important;
}

table > tbody > tr {
    font-size: 1rem !important;
}

table.table th {
    padding: 8px 14px !important;
}

table.table td.align-middle {
    padding: 8px 14px !important;
}

.fake-h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.5;
}

.nav-tabs {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: -4px;
    margin-top: 10px;
    font-size: 16px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    /* Override the default margin */
}

.nav-tabs a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-tabs a:hover,
.nav-tabs a:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs a.active {
    color: #555;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content {
    border: 1px solid #dee2e6;
    padding: 20px;
    border-top: none;
    border-radius: 5px;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

#mainContent {
    margin-left: 0px !important;
}

#mainContent .forFlow {
    margin-left: 0px !important;
}

#sideBar {
    display: none !important;
}

.post-cover-1 {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(135deg, rgb(226, 84, 142) 0%, rgb(182, 52, 225) 50%, rgb(96, 38, 234) 100%); 
    height: 400px;
    border-radius: 10px; 
    padding: 20px;
    -webkit-animation: animated_text 30s ease-in-out infinite;
    background-size: 300%;
}

@keyframes animated_text {
    0% {
        background-position: 0px 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0px 50%;
    }
}

.flex-center {
    display: flex;
    align-items: center;
}

a.reference-link {
    text-decoration: none !important;
    color: #206592 !important;
}

a.reference-link:hover {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

a.reference-link img {
    vertical-align: middle;
    height: 16px !important;
    margin: 0px !important;
}

.header3 {
    font-size: 18px;
    margin: 25px 0 10px;
    font-weight: bold;
    line-height: 1.5;
}