#chart_result {
    position: relative;
    white-space: nowrap;
}

@media only screen and (max-width: 1680px)
body #result_chart {
    font-size: 0.9rem;
}

.primary-div {
    background-color: #a84fa9;
}


.topbar {
    background: #a84fa9;
    color: #fff;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s;
    text-align: right;
}

.position-decade {
    z-index: -1000;
    position: absolute;
    width: 100%;
    bottom: 60px;
}

.position-fix {
    z-index: -1000;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.box-height {
    height: 190px;
    /* width: 200px; */
}

.mid-box-height{
  height: 400px;
  width: 400px;

}


.arrow{
  stroke-width:5;
  stroke:#000;
  stroke-dasharray:5, 5;
}

#turtle-icon, #arrow{
  stroke-width:1;
  stroke-dasharray:0;
}

.svg-arrow{
  z-index: 900;
  position: absolute;
}
.svg-arrow1{
  z-index: -900;
  position: absolute;
}


.container {
    width: 1140px;
}


@media (min-width: 1200px)
.container {
    max-width: unset;
}



@media (min-width: 576px)
.container {
    max-width: unset;
}


@media (min-width: 768px)
.container {
    max-width: unset;
}


@media (min-width: 992px)
.container {
    max-width: unset;
}



#line1{
  position:absolute;
  width:3px;
  background-color:red;
}

.ShowHide{
  display: none;

}


#footer {
    background: #eeeeee;
    padding: 0 0 10px 0;
    color: #555555;
    font-size: 14px;
}
