/* line */

#scnaw_wrap {
    display: flex;

}

#root_sect {
    display: flex;
    flex-direction: column;
    gap:5px;
    text-transform: uppercase;
    min-width: 245px;
    padding: 0;
}
#scblk_nav{
    background: #EF7F1A;
    color: #fff;
    padding: 1.5rem ;
    min-width: 280px;
    overflow: auto;
}
#root_sect a{
    color: #fff;
    text-shadow: 1px 1px 2px black;
}
#scblk_child {width: 100%;
    overflow-x:hidden ;
    overflow-y:scroll ;
    max-height: 90vh;
    scrollbar-color: #FFB069 yellow;
    scrollbar-width: 8px;
}
.fancybox__backdrop{background: transparent!important;}
#scblk_nav::-webkit-scrollbar,#scblk_child::-webkit-scrollbar {width: 5px;height: 8px;background-color:#FFB069;}
#scblk_nav::-webkit-scrollbar-thumb,#scblk_child::-webkit-scrollbar-thumb {    background: #DE6900;}


.rootsect_item:not(.active) {
    display: none
}
.bx_sitemap_ul{    padding: 10px 0;}
.bx_sitemap_ul, .bx_sitemap_ul ul {
    list-style: none;
    margin: 0;

}

.bx_sitemap_ul a {
    text-decoration: none
}

.seclstroot_item {
    list-style: none
}

.sctrigger{}
.sctrigger.active{font-weight: bold}

.seclstroot_item > a {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #333
}

.seclstroot_item_img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}
.rootsect_item>ul>li>a{color: #EF7F1A}
.rootsect_item>ul>li>ul{    padding-left: 0;margin: 1rem 0}
.rootsect_item > ul {
/*
    display: flex;
    gap: 5px;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 1200px;*/
column-count: 4;
}

.rootsect_item > ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color:#FFB069; /* or add it to the track */
}

/* Add a thumb */
.rootsect_item > ul::-webkit-scrollbar-thumb {
    background: #DE6900;
}
#sectid_539>ul{max-height: 1500px}
.rootsect_item > ul > li {
    /*max-width: 200px;*/
    /*display: inline-flex;*/
    /*flex-direction: column*/
}
.scblk_child__title {
    padding: 0 0 10px 41px;
    display: block;
    color: #EF7F1A;
    font-size: 20px;
}
