body {
  font-family: sans-serif;
}

.folder-besar{
	font-size: 130px !important;
	color: #1dd0efba;
}

#mynetwork {
  width: 100%;
  height: 1000px;
  border: 1px solid lightgray;
}

.menur{
    /*This style is not written, the right-click popup will always be displayed in the lower left corner of the canvas*/
    position: absolute;
    background: rgb(249, 244, 244);
    border-radius: 5px;
    left: -99999px;
    top: -999999px;
}
.menur ul{
	list-style: none;
	padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 9px;
}
.menur ul li{
    padding: 5px;
    color: #131212;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    cursor: pointer;
    list-style: none;
}
.menur ul li:hover{
    color: #659bc5;
}
.menur ul li:last-child{
    border-bottom: none;
    padding: 5px 5px 0 5px;
}