.active .bs-stepper-circle {
    background-color: #007bff;
}
.event_type{
    background: #007bff;
    color: white;
    font-weight: bold;
    padding: 3px;
    width: fit-content;
    border-radius: 5px 0 0 0;
}
.event_img{
    min-height: 125px;
    height: 150px;
    max-height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 0px 0;
}
.event_img_detail {
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.event_detail{
    border-top: 3px solid #c1c1c1;
}
.roboto_normal{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}
.event_day_time{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #877457;
}
.event_title{
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    text-transform: capitalize;
}
.event_price{
    font-size: 22.4808px;
    line-height: 34px;
    color: #757575;
}
.event_speaker{
    font-size: 14px;
    line-height: 21px;
    color: #757575;
    white-space: normal;
}
.speaker_img{
    border-radius:50%; width:30px; height:30px
}
.speaker_img_lg{
    border-radius:50%; width:50px; height:50px
}
.speaker_img_bg{
  width:70px;
  height:70px;
  background-size:cover;
  background-position:center;
  border-radius:50%;
}
.speaker_img_bg_md{
  width:50px;
  height:50px;
  background-size:cover;
  background-position:center;
  border-radius:50%;
}
.event_footer{
    font-size: 14px;
    line-height: 21px;
    color: #757575;
}
.no_data_container{
    width: 100%; font-weight: bold; font-size: xxx-large; font-family: 'Font Awesome 5 Brands';
}