
.padding-0{
    padding-right:0;
    padding-left:0;
}

.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
}

.stacked-bar-graph {
  width: 100%;
  height: 38px;
  color: #414042;
	color:rgba(54, 162, 235, 0.6);
  padding: 5px;
}
.stacked-bar-graph span {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  float: left;
  font-family: arial, sans-serif;
  padding: 0px;
}
.stacked-bar-graph .bar-1 {
  background: #2AB27B;
	background: red;
	background:rgba(255, 0, 0, 0.8);
}

.stacked-bar-graph .bar-1:hover {
  background: #2AB27B;
	background: red;	
}


.stacked-bar-graph .bar-1 + .tooltip > .tooltip-inner {
	background-color: #f00; }
	
.stacked-bar-graph .bar-1:hover + .tooltip > .tooltip-arrow { 
	border-bottom-color:#f00; }

.stacked-bar-graph .bar-2 {
  background: #8EB4CB;
  background: rgba(54, 162, 235, 0.5);

	
}

.stacked-bar-graph .bar-2:hover {
  background: #8EB4CB;
  background: rgba(54, 162, 235, 1);
	
}

.stacked-bar-graph .bar-3 {
  background: #DDDDDD;
	background:rgba(75, 192, 192, 0.2);
	background:rgba(153, 102, 255, 0.2);
    background:rgba(227,228,230,0.4);
                
}





.skills {
  width: 100%;
  height: 200px;	
  max-width: auto;
  
  margin: auto;
  position: relative;
}

.lines {
  height: 100%;
  position: relative;
}

.line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgba(238, 238, 238, 0.6);
}
.line.l--0 {
  left: 0;
}
.line.l--1 {
  left: 4.16%;
}
.line.l--2 {
  left: 8.32%;
}
.line.l--3 {
  left: 12.48%;
}
.line.l--4 {
  left: 16.64%;
}
.line.l--5 {
  left: 20.8%;
}
.line.l--6 {
  left: 25%;
}
.line.l--7 {
  left: 29.16%;
}
.line.l--8 {
  left: 33.32%;
}
.line.l--9 {
  left: 37.48%;
}
.line.l--10 {
  left: 41.64%;
}
.line.l--11 {
  left: 45.8%;
}
.line.l--12 {
  left: 50%;
}
.line.l--13 {
  left: 54.16%;
}
.line.l--14 {
  left: 58.32%;
}
.line.l--15 {
  left: 62.48%;
}
.line.l--16 {
  left: 66.64%;
}
.line.l--17 {
  left: 70.8%;
}
.line.l--18 {
  left: 75%;
}
.line.l--19 {
  left: 79.16%;
}
.line.l--20 {
  left: 83.32%;
}
.line.l--21 {
  left: 87.48%;
}
.line.l--22 {
  left: 91.64%;
}
.line.l--23 {
  left: 95.8%;
}
.line.l--24 {
  left: calc(100% - 1px);
}

.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
}
.line__label.title {
  text-transform: uppercase;
  font-weight: bold;
}

.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart {
  margin: 30px 0 0;
}
.chart:first-child {
  margin: 0;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--prod .chart__title {
  animation-delay: 3.3s;
}
.chart--design .chart__title {
  animation-delay: 4.5s;
}

.chart--horiz {
  overflow: hidden;
}

.chart__bar {
  height: 30px;
  margin-bottom: 10px;
  background: linear-gradient(to left, #4cb8c4, #3cd3ad);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--dev .chart__bar:nth-of-type(11) {
  animation-delay: 2.7s;
}
.chart--dev .chart__bar:nth-of-type(10) {
  animation-delay: 2.5s;
}
.chart--dev .chart__bar:nth-of-type(9) {
  animation-delay: 2.3s;
}
.chart--dev .chart__bar:nth-of-type(8) {
  animation-delay: 2.1s;
}
.chart--dev .chart__bar:nth-of-type(7) {
  animation-delay: 1.9s;
}
.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
}
.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
}
.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
}
.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
}
.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
}
.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;
}
.chart--prod .chart__bar:nth-of-type(2) {
  animation-delay: 4.2s;
}
.chart--prod .chart__bar:nth-of-type(1) {
  animation-delay: 4s;
}
.chart--design .chart__bar:nth-of-type(3) {
  animation-delay: 5.6s;
}
.chart--design .chart__bar:nth-of-type(2) {
  animation-delay: 5.4s;
}
.chart--design .chart__bar:nth-of-type(1) {
  animation-delay: 5.2s;
}

.chart__label {
  padding-left: 10px;
  line-height: 30px;
  color: white;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

