body {
    background-color: black;
    /* font-family: "Nunito"; */
}

/* --- Chart specific --- */
#chart-container {
      position: relative;
      top:-4px; left:-10px;
}

canvas, #svg-hover {
   position: absolute;
   top: 0;
   left: 25%;
}

#svg-hover text {
    font-family: "Nunito";
    fill: white;
    text-anchor: middle;
    font-size: 12px;
}

#svg-hover .center-text {
    font-family: "Nunito";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.04em;
}
#svg-hover .center-text-small {
    font-size: 9px;
    font-weight: 300;
}

#svg-hover .center-text-medium {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.04em;
}

#svg-hover .center-text-big {
    font-family: "Nunito";
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

/* --- Tooltip --- */

#chart-tooltip {
    pointer-events: none;
    z-index: 4;
    font-size: 14px;
    background: rgba(255,255,255,0.93);
    padding: 10px 30px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 5px #c1c1c1;
    font-family: 'Nunito', sans-serif;
    max-width: 600px;
}

#chart-tooltip .tooltip-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

#chart-tooltip .tooltip-domain {
    text-align: center;
    font-size: 12px;
    color: #696969;
    font-weight: 300;
}
.yd{
    color: white;
    display: inline-block;
}
.time-circle-container {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50%;
    border:2px solid white;
    width:20px;

  }

  .time-circle-inner {
    background-color: white;
    width: 8px;
    height: 8px;
    border-radius:50%;

  }
#timeline-container{
    position: absolute;
    width:20%;
}

.text-all{
    height:60px;
    vertical-align: middle;
    padding-left:15px;

  }

.border-left-glow{
    border-right:2px solid white;
    height:60px;
    width:11px;
    background: transparent ;
}

.text-glow{
    text-shadow: 0px 0px 1px #fff;
    font-weight:bold;
}
.circle-glow{
    box-shadow: 0 0 50px white;
}
.timec{
    cursor: pointer;
}

.fa {
  padding: 0px;
  font-size: 0px;
  width: 20px;
  text-align: center;
  margin: 10px 0px;
  float: center;
}
.fa:hover {
  opacity: 0.7;
}
.fa-linkedin {
  background: #000000;
  color: white;
}
