/*Overview CSS*/
.event-info-icon i{
  width:60px;
  height:60px;
  line-height:60px;
  font-size: 30px;
  transition: all .4s ease-in-out;
}

.overview-event-info a:hover i{
  background-color: #3A4CB4;
  transition: all .5s ease-in-out;
}


@media (max-width: 1100px){
  .event-info-icon i{
    width:40px;
    height:40px;
    line-height:40px;
    font-size: 20px;
  }
}

@media (max-width: 992px){
  .event-info-icon i{
    width:60px;
    height:60px;
    line-height:60px;
    font-size: 30px;
  }

  .overview-event-info{
    position: relative !important;
  }

}
thead.tblhedlbg tr th {
    color: #fff;
    border-color: #7389ef;
}
thead.tblhedlbg {
    background: #4f60ac;
}
tbody tr:nth-child(even) {
    background: #eaedf9;
}

.schedule-wrapper li.nav-item button {
    background: #b7479e;
    color: #fff;
}
.schedule-wrapper li.nav-item button.active {
    color: #b7479e;
}