body[data-active-category="Painting"] {
    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-image: url(https://images.unsplash.com/photo-1483564657949-9da90c3d5f84?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3DD); */
    /* background-image: url(https://images.unsplash.com/photo-1516041774595-cc1b7969480c?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
    background-image: url(../../../../../../../Assets/Graphics/Pictures/Background/adriann-meyer-H7nBvfAJnwk-unsplash.jpg);
    /* background-size: 100%;
    background-position: 0% 0%; */
}
body[data-active-category="Painting"] .top-bar {
    background-color: rgba(205, 205, 205, 0.33);
    box-shadow: none;
}
body[data-active-category="Painting"] .left-bar, body[data-active-category="Painting"] .right-bar {
    background-color: rgba(252, 253, 255, 0.452);
}
body[data-active-category="Painting"] .node-label:hover { 
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 3px white;
    background-color: rgba(109, 175, 133, 0.1);
 }