/*styles.css:959*/
.card.secondary-bg {
  background-color: #3f1833;
  color: #fff;
}

.btn.btn-tag {
  border: none !important;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 5px 20px;
  text-transform: none;
}

.magenta {
  background-color: rgba(180, 0, 124, 0.2705882353);
}

.tangerine {
  background-color: rgba(241, 131, 76, 0.4196078431);
}

.green {
  background-color: rgba(0, 132, 71, 0.3607843137);
}

.turquoise {
  background-color: rgba(62, 152, 158, 0.4509803922);
}

.avixaRed {
  background-color: rgba(238, 51, 83, 0.3294117647);
}

.avixaBlue {
  background-color: rgba(64, 98, 161, 0.6509803922);
}

.avixaBlue.active, .avixaBlue:active, .Industry-Training {
  background-color: rgba(0, 45, 129, 0.7490196078);
}

.btn.btn-tag .close {
  display: block;
  font-size: 12px;
  margin-left: 8px;
  opacity: -1;
}

.btn-filter {
  background-color: #EE3353;
}

.btn-tag input[type=checkbox] {
  display: none;
}

.magenta.active, .magenta:active, .Industry-Events {
  background-color: #b4007c;
}

.tangerine.active, .tangerine:active, .Networking-and-Community {
  background-color: #f1834c;
}

.infocommPurple {
  width: 220px;
}

.infocommPurple, .InfoComm-Training {
  background-color: rgba(52, 30, 102, 0.51);
}

.infocommPurple.active, .infocommPurple:active, .InfoComm-Training {
  background-color: rgba(52, 30, 102, 0.7490196078);
}

.green.active, .green:active, .Tradeshow-or-Conference {
  background-color: #008447;
}

.Tradeshow-or-Conference {
  margin-top: 0.6rem;
  background-color: #008447;
}

.turquoise.active, .turquoise:active, .AVIXA-Training {
  background-color: #3e989e;
}

.avixaRed.active, .avixaRed:active, .Webinar {
  background-color: #EE3353;
}

.btn-tag.active .close, .btn-tag:active .close {
  display: block;
  color: white;
  font-size: 12px;
  opacity: 1;
}

.btn-filter {
  background-color: #EE3353;
}

.eventTypeTag {
  width: 140px;
  float: left;
  text-align: center;
  color: white;
}

.ru-symbol {
  color: white;
}

.events-list .card:hover {
  background: #F6CA15;
  color: #3F1833;
}

.date-box:hover {
  border: 1px solid #3F1833 !important;
}

.companyLogo {
  margin-top: 10px;
  margin-left: -7px !important;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  float: right;
  padding-bottom: 30px;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -100px;
  padding: 5px;
  width: 200px;
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  background-color: #E5E5E5;
  border: 1px solid rgba(112, 112, 112, 0.2196078431);
}

[data-tooltip]:after {
  display: none;
}

@media (max-width: 768px) {
  #events .card.secondary-bg, .default-page .card.secondary-bg.upcoming-event {
    min-height: 300px !important;
  }
  .companyLogo {
    margin-top: -50px;
    /* margin-left: -7px !important; */
    float: right;
  }
  .btn.btn-tag {
    min-width: 140px;
  }
  .green {
    margin-left: -8px;
  }
}
@media (max-width: 420px) {
  .btn.btn-tag {
    max-width: none;
  }
  .tangerine {
    margin-left: 0;
  }
  .green {
    margin-left: 0;
  }
  .turquoise {
    margin-left: 0;
    padding-left: 5px !important;
  }
  .avixaRed {
    padding-left: 0 !important;
    margin-top: -3px;
  }
}

/*# sourceMappingURL=List.EventsList.css.map */
