
            .bd_toc_container {
                transition: ease-in-out .5s !important;
            }
            .bd_toc_container {
                border-top-left-radius:     4px;
                border-top-right-radius:    4px;
                border-bottom-right-radius: 4px;
                border-bottom-left-radius:  4px;
            }
            .bd_toc_container {
                box-shadow: 0px
                            4px
                            16px
                            0px
            rgba(0, 0, 0, 0.03);
            }
            .bd_toc_container.scroll-to-fixed-fixed {
                margin: 0 !important;
            }
            .bd_toc_wrapper .bd_toc_header .bd_toc_switcher_hide_show_icon .bd_toc_arrow {
                border-color: #2c2f32            }
            .bd_toc_wrapper .bd_toc_header:hover .bd_toc_switcher_hide_show_icon .bd_toc_arrow {
                border-color: #2c2f32            }
            .bd_toc_header {
                border-top-left-radius:     10px;
                border-top-right-radius:    10px;
                border-bottom-right-radius: 10px;
                border-bottom-left-radius:  10px;
            }
            .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul li a {
                border-top-left-radius:     10px;
                border-top-right-radius:    10px;
                border-bottom-right-radius: 10px;
                border-bottom-left-radius:  10px;
            }
            .bd_toc_container .bd_toc_wrapper .bd_toc_content.list-type-disc ul li a:before {
                background-color: #2c2f32;
                top: calc( 0px + 7px );
                left: calc( 0px - 12px );
            }

        