#infovis-canvaswidget {
  margin:25px 0 0 25px;
}

#center-container {
    position: relative;
    width: 600px;
    height: 600px;
}

.node {
    font-family: Vazir, sans-serif,Tahoma, "Lucida Grande", Verdana;
    direction: rtl;
    position: absolute;
    /*font-size: 10px;*/
    font-weight:bold;rg;
  /*  color: rgb(221, 221, 221);*/
    /* backgrou
    /* background-color: rgba(0, 0, 0, 0.7);  Semi-transparent background */
    padding: 10px; /* Add padding for better readability */
    border-radius: 15px; /* Rounded corners for better aesthetics */
    z-index: 1; /* Default z-index */
    /*margin:-35px;*/
}

/*#infovis-label div.node:before {
    content: url(../images/bullet-orange.png);
    padding-left: 2px;
   
}*/

#infovis-label div.node:hover {
 
    /*visibility:visible;*/
    padding-left: 2px;
    font-size: 1.0em !important;
    color: yellow !important;
    z-index: 100 !important;
    background-color: rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 1px rgb(51, 51, 51);
    animation: 0.05s ease 0s normal none 1 running shine;
    color: #f5ff12;
    background-position: 0 0, 0 0;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}