

div.tooltip {	
    position: absolute;
    text-align: center;
    width: auto;
    height: auto;
    padding: 7px;
    background: white;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    z-index: 99999999;
    letter-spacing: .5px;
    font-size: 12px;
    font-family: "SF Pro Text";		
}





g#player
{
    position: absolute;
    top: 34px;
    left: 15px;
    background: transparent;
    padding: 0px;
    border-radius: 2px;
    border: none;
    color: white;
    margin: 0;
    cursor: pointer;
    height: 30px;
    font: 13px sans-serif;
}

.section ul {
    list-style: none;
    margin: 20px 0px 0px 550px;
    position: absolute;
    z-index: 99999;
}
a.active svg polygon {
    fill: #dd1768;
}
a svg polygon {
    fill: #1A1E23;
}
.right_text {
    position: fixed;
    right: 0%;
    top: 3%;
    z-index: 9999999;
    width: 22%
}
.back_to_home {
    position: fixed;
    right: 10px;
    top: 3.5%;
    opacity: .9;
    cursor: pointer;
    z-index: 999999999;
}
text.rcAxisLabel {
    fill: #fff;
}
.chart-container1 {
    width: 40%;
    float: left;
    height: 80vh;
}
.chart-container2 {
    width: 60%;
    float: left;
    height: 80vh;
    margin-top:-4%;
}
g.highcharts-legend g text, g.highcharts-legend g tspan {
    font-size: 12px;
    font-weight: normal;
}
text.rcAxisLegend tspan {
    fill: #fff;
}
.col-3{
    width: 11%;
    float:left
}
.right_text > img{
  height:45vh;
}
.chart-container {
    width: 97vw;
    height: 60vh;
    position: absolute;
    z-index: 999999;
    background-color: #fff;
    margin: 10px 0;
}
/* ---- particles.js container ---- */
div#section1 {
   background-image: url(../images/wall-b.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100vw;
    height: 100vh;
    position: initial;
    z-index: 9;
}
.col-3 > span + span {
    color: #000;
    text-shadow: unset !important;
    font-style: unset !important;
    margin-left: 15%;
    font-size: 10px;
    letter-spacing: 1px;
}
.legend1{
    background: #dd1367;
    height:15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
}
.legend2{
    background: #ffff67;
    height:15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
}
.legend3{
    background: #d65bf4;
    height:15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
}
.legend4{
    background: #00adef;
    height:15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
}
.legend5{
    background: #ff8500;
    height:15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
}
.legend6{
    background: #138953;
    height:15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
}
.legend7{
    background: #e06955;
    height:15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
}
.legend8{
    background: #3dd335;
    height:15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
}

.handle{
    fill: #fff;
    stroke: #000;
    stroke-opacity: 0.5;
    stroke-width: 1.25px;
}






  