#filter-all {
  background: #f9f8f8;
  color: #1c1c1b;
}
#filter-all.active {
  background: #1c1c1c;
  color: white;
}
#filter-online {
  background: #fdf2ee;
  color: #1c1c1b;
}
#filter-online.active {
  background: #f37f5a;
  color: white;
}
#filter-course {
  background: #e5f3f3;
  color: #1c1c1b;
}
#filter-course.active {
  background: #009687;
  color: white;
}
#filter-third {
  background: #edf7f9;
  color: #1c1c1b;
}
#filter-third.active {
  background: #55b6d6;
  color: white;
}

#filter-events .singleFilter.active > span:after {
  display: none;
}

span.month-filter {
  border: 1px solid #b8bbbf80;
  text-align: center;
  display: inline-block;
}

#filters-wrapper .search-container {
  height: 50px;
}
#filters-wrapper .search-container img {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5rem;
}
#filters-wrapper .dd-selected-image {
  max-width: 3rem;
}

.month-filter.active {
  background: #1c1c1b;
  color: white;
}

@media screen and (max-width: 1400px) {
  .container-select-year-months {
    flex-direction: column;
  }
  .container-select-year-months .container-select-year {
    width: 100% !important;
    margin-bottom: 2rem;
  }
  .container-select-year-months > div.w-full .selectize-control {
    margin-right: 0;
  }
  .container-select-year-months > div.justify-start {
    flex-wrap: wrap;
  }
  .container-select-year-months .month-filter {
    width: 25%;
    margin: 0;
  }
}

.card-event {
  margin-bottom: 2rem;
  background: #f9f7f8;
  min-height: 25rem;
}
.card-event.in_evidence {
  border: 3px solid #c8102e;
}

.container-header-card.online {
  background: #fdf2ee;
}
.container-header-card.online .category {
  background: #f37f5a;
}
.container-header-card.course {
  background: #e5f3f3;
}
.container-header-card.course .category {
  background: #009788;
}
.container-header-card.third {
  background: #edf9f9;
}
.container-header-card.third .category {
  background: #55b6d6;
}
.container-header-card span.live {
  background: #e30514;
}
.container-header-card span.live i {
  display: inline-block;
  background: white;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.container-header-card a.save-calendar {
  top: 1rem;
  right: 2rem;
}

.speakers-list {
  margin-left: 0.8rem;
}
.speakers-list > span {
  width: 2rem;
  height: 2rem;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-left: -0.8rem;
}
.speakers-list > span img {
  display: block;
}
