/* body[data-active-category="Astronomy"] .top-bar {
    background-color: rgba(15, 10, 25, 0.9);
    background-image: url('../../../../../../../Assets/Graphics/Pictures/Astro/noao-ngc7023.jpg');
    background-size: cover;
    background-position: center;
}

body[data-active-category="Astronomy"] .franxx-standby {
    border-left: 2px solid rgba(255, 200, 60, 0.5); 
    border-right: 2px solid rgba(200, 60, 255, 0.5);
}

body[data-active-category="Astronomy"] .franxx-thread-red {
    background: linear-gradient(180deg, transparent, rgba(255, 200, 60, 0.8), transparent);
} */


body[data-active-category="Chess"] {
    box-shadow: none;
    background-image: url("https://images.unsplash.com/photo-1759436739989-987d4c21b329?q=80&w=1171&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    /* background-size: 100%;
    background-position: 0% 30%; */
}
body[data-active-category="Chess"] .top-bar {
    background-color: rgba(124, 129, 151, 0.179);
    box-shadow: none;
    outline: none;
}
body[data-active-category="Chess"] .left-bar, body[data-active-category="Chess"] .right-bar {
    background-color: rgba(253, 255, 254, 0.391);
}
body[data-active-category="Chess"] .node-label:hover { 
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 3px white;
    background-color: rgba(184, 184, 184, 0.1);
    /* background-color: rgba(109, 175, 133, 0.1); */
 }
body[data-active-category="Chess"] .right-bar .tree-node-switch{
    color: rgb(122, 101, 114);
}