/* 
body[data-active-category="Music"] .top-bar {
    background-color: rgba(30, 45, 59, 0.85);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

body[data-active-category="Music"] .left-bar,
body[data-active-category="Music"] .right-bar {
    background-color: rgba(20, 25, 30, 0.7);
    backdrop-filter: blur(10px);
    border-color: rgba(100, 150, 200, 0.3);
}

body[data-active-category="Music"] .node-label {
    color: rgb(226, 242, 255);
    background-color: rgba(60, 160, 255, 0.15);
}
body[data-active-category="Music"] .node-label:hover {
    color: rgb(180, 220, 255);
    background-color: rgba(60, 160, 255, 0.15);
}

body[data-active-category="Music"] .main-content {
    background: radial-gradient(circle at center, #1a2a3a 0%, #000000 100%);
    outline: 1px solid rgba(60, 160, 255, 0.3);
}

 */

body[data-active-category="Music"] {
    box-shadow: none;
    background-image: url("https://images.unsplash.com/photo-1544565870-6ab6f1668f28?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: 100%;
    background-position: 0% 0%;
}
body[data-active-category="Music"] .top-bar {
    background-color: rgba(124, 129, 151, 0.179);
    box-shadow: none;
    outline: none;
}
body[data-active-category="Music"] .left-bar, body[data-active-category="Music"] .right-bar {
    background-color: rgba(253, 255, 254, 0.391);
}
body[data-active-category="Music"] .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="Music"] .right-bar .tree-node-switch{
    color: rgb(101, 109, 122);
}