/* NEED TO FIX ACTIVE CROPPED BULLET - OVERFLOW HIDDEN ISSUE */


.timeline-bar::before {
  background: #dfdfdf;
  height: 3px;
  border-radius: 100px;
  justify-content: space-around;
  content: "";
  display: block;
  border: 1px solid #dfdfdf;
  width: 100%;
  cursor: pointer;
  position: relative;
  top: 25px;
}
.timeline-bar-bullet::before {
  content: "";
  display: block;
  background: #fff;
  border: 9px solid #dfdfdf;
  height: 16px;
  width: 16px;
  border-radius: 100px;
  z-index: 1000;
  margin-top: 34px;
  cursor: pointer;
}
.timeline .slick-current.timeline-bar-bullet::before {
  height: 25px;
  width: 25px;
  border: 10px solid #2F80ED;
  margin-top: 30px;
}
.timeline__events-content {
  margin-top: 60px;
}

/* Arrows */


.timeline .previous-time-line:hover:before,
.timeline .previous-time-line:focus:before,
.timeline .next-time-line:hover:before,
.timeline .next-time-line:focus:before {
  opacity: 1;
}
.timeline .previous-time-line.slick-disabled:before,
.timeline .next-time-line.slick-disabled:before {
  opacity: 0.25;
}
.timeline .slick-prev:before,
.timeline .slick-next:before {
/*   font-size: 32px;
  line-height: 1;
  opacity: 0.75;
  color: #000000;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}
/* .timeline .slick-prev {
  left: -40px;
} */
/* .timeline .slick-prev:before {
  content: "\f104";
} */
/* .timeline .slick-next {
  right: -40px;
} */
/* .timeline .slick-next:before {
  content: "\f105";
} */

.timeline .timeline-bar__string-date {
  position: relative;
  top: 10px;
  font-size: 1.4rem!important;
  width: auto;
}

.timeline-bar-bullet.slick-slide {
  top: -20px;
  position: relative;
  z-index: 1000;
  width: 200px;
}

.timeline__events-wrapper{
  padding-top: 20px;
  padding-bottom: 30px;
}

.previous-time-line {position: relative;text-align: left; left:-28px;}
.next-time-line{left: 95%; text-align: right;position: relative;}
.timeline_arrows-wrap button{
  background:transparent;
  border:none;
  font-size:30px;
  color: #2f80ed;
  top:-61px;
}

.timeline .slick-slide:not(.slick-active){
  visibility: visible !important;
}

@media (max-width: 800px) {
  .timeline{
    margin-right:25px;
  }
  .timeline-bar__string-date{
    display: none;
  }
  .previous-time-line{
    left:-20px;
  }
  .timeline_arrows-wrap button{
    top:-48px;
  }
  .next-time-line {
    left: 73vw;
  }
}
