
.edgelabel textPath{
        font-size: 18px;
    }
    
    text {
      font-family: sans-serif;
      font-size: 28px;
    }
    
    .social-network-relationship{
        position: relative;
    }
    
    #searchnode, #searchnodegraph{
        display:none;
        
        
    }
    
    #SvgRange{
        background: #D4D4D4;
    }
    
    #SvgRange::-webkit-slider-thumb{
        -webkit-appearance: none;
        position: relative;    /* 設為相對位置，為了前後區塊的絕對位置而設定 */
        width:4px;
        height:15px;
        border-radius:0%;
        background: #A1A1A1;
    }
    
    #SvgRange::-webkit-slider-thumb:before,
    #SvgRange::-webkit-slider-thumb:after
    {
        height:2px !important;
        background: #D4D4D4;
    }
    #relationship_graph
    {
    height: 120vh;
    width: 100%;
    }
.timeline { 
white-space: nowrap; 
overflow-x: hidden; 
} 
.timeline ol { 
font-size: 0; 
width: 100vw; 
transition: all 1s; 
} 
.timeline ol li { 
position: relative; 
display: inline-block; 
list-style-type: none; 
width: 160px; 
height: 3px; 
background: #e1e2e3; 
} 
.timeline ol li:last-child { 
width: 280px; 
} 
.timeline ol li:not(:first-child) { 
 margin-left: 14px; 
} 
.timeline ol li:not(:last-child)::after { 
content: ''; 
position: absolute; 
top: 50%; 
left: calc(100% + 1px); 
bottom: 0; 
width: 12px; 
height: 12px; 
transform: translateY(-50%); 
border-radius: 50%; 
background: #e1e2e3; 
}

.htimeline { list-style: none; padding: 0; margin: 20px 0 0; }

.htimeline .step { float: left; border-top-style: solid; border-top-width: 5px; position: relative; margin-bottom: 15px; text-align: left; padding: 0px 2px 5px; color: #333; vertical-align: middle; transition: all 0.5s ease;}
.htimeline .step:nth-child(odd) { background-color: #eee; }
.htimeline .step:first-child { border-left: solid 1px #bbb; }
.htimeline .step:hover { background-color: #ccc; border-bottom-width: 6px; }

.htimeline .step > div { margin: 0 5px; font-size: 14px; vertical-align: top; padding: 0;}

.htimeline .step.green { border-top-color: #348F50;}
.htimeline .step.orange { border-top-color: #F09819;}
.htimeline .step.red { border-top-color: #C04848;}
.htimeline .step.blue { border-top-color: #49a09d;}

.htimeline .step::before { width: 15px; height: 15px; border-radius: 50px; content: ' '; background-color: white; position: absolute; top: -10px; left: 0px; border-style: solid; border-width: 3px; transition: all 0.5s ease;}
.htimeline .step:hover::before { width: 18px; height: 18px; bottom: -12px; }
.htimeline .step.green::before {border-color: #348F50;}
.htimeline .step.orange::before {border-color: #F09819;}
.htimeline .step.red::before {border-color: #C04848;}
.htimeline .step.blue::before {border-color: #49a09d;}

.htimeline .step::after { content: attr(data-date); position: absolute; top: -20px; left: 17px; font-size: 11px; font-style: italic; color: #888}

/*TASKS*/
.htimeline .step .tasks { margin-top: 10px; }
.htimeline .step .tasks .resource {position: relative; height: 40px;}
.htimeline .step .tasks .resource::before { position: absolute; bottom: 2px; left: -5px; content: attr(data-name); font-size: 10px; font-style: italic; color: #888}
.htimeline .step .tasks .task { overflow: hidden; font-size: 10px; padding: 3px; border: solid 1px white; border-radius: 4px; min-height: 20px;}
.htimeline .step.green .tasks .task { background-color: #348F50; color: white; }
.htimeline .step.orange .tasks .task { background-color: #F09819; color: white; }
.htimeline .step.red .tasks .task { background-color: #C04848; color: white; }
.htimeline .step.blue .tasks .task { background-color: #49a09d; color: white; }
#infoplace {
    right: 0; 
    bottom:0px; 
    top:0px ; 
}
