.sff-session-row{
    justify-items: center;
}
.session-card{
    cursor: pointer;
    border-radius: 10px;
    border: 0;
    color: #005EB8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.session-card *{
    pointer-events: none
}
.session-card .session-teaser{
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    transition: all ease-in-out 300ms;
}
.session-card:hover .session-teaser{
    background: #A1DCED;
}
.session-card .scard-image{
    display: block;
    border-bottom: 1px solid #dee2e6;
    transition: border-color ease-in-out 300ms;
}
.session-card:hover .scard-image{
    border-color: #A1DCED;
}
.session-card .scard-image img{
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.session-card .scard-excerpt{
    padding: 1.25rem;
}
.session-card .scard-excerpt>*:last-child{
    margin-bottom: 0;
}
.session-card .scard-action{
    padding: 0 1.25rem 1.25rem;
}
.session-card .more{
    display: block;
    font-size: 12px;
    font-weight: 700;
    font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 18px;
    border-radius: 10px;
    border: 2px solid #A9A8A9;
    color: #A9A8A9;
    width: 68px;
    text-align: center;
    text-transform: uppercase;
    transition: all ease-in-out 300ms;
}
.session-card:hover .more{
    background: #ffffff;
    color: #0084FF;
    border-color: transparent;
}

.sff-session-filter{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}
.sff-session-filter .toggle-filter-nav{
    display: block;
    width: 100%;
    border: 2px solid #004585;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    color: #004585;
}
.sff-session-filter ul{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 1.5rem 0 0;
    margin: 0;
    gap: 15px;
}
.sff-session-filter button{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    color: #0084FF;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    line-height: 1.1;
    border-radius: 10px;
    background: transparent;
    transition: all ease-in-out 300ms;
}
.sff-session-filter button.active{
    color: #ffffff;
    background-color: #FB002C;
    border-color: #FB002C;
}
.sff-session-filter button.all.active{
    color: #0084FF;
    background-color: transparent;
    border-color: #ccc;
}

.sff-session-row .session-popup{
    display: none;
}
.session-popup .speaker{
    margin-bottom: 1.5rem;
}
.session-popup .speaker.active .profile-box-more{
    display: block;
}
.session-popup .expand-speaker-details{
    display: inline-block;
    padding: 2px 5px 0;
    margin: 0;
    border: 2px solid #A9A8A9;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    color: #A9A8A9;
    background: none;
}
.session-popup .expand-speaker-details:hover{
    border-color: #0084FF;
    background: #0084FF;
    color: #fff;
}
.session-popup .speaker.active .expand-speaker-details{
    border-color: #0084FF;
    background: #0084FF;
    color: #fff;
}
.session-popup .profile-box{
    align-items: center;
}

.active-mobile-slider-container .slick-arrow {
    font-size: 0;
    line-height: 0;
    width: 48px;
    height: 48px;
    position: absolute;
    top: unset;
    bottom: -30px;
    z-index: 9;
    border: 0;
    transform: unset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent;
}
.active-mobile-slider-container .slick-arrow.slick-prev {
    background-image: url(../img/left-arrow-carousel.svg);
    left: 50px;
}
.active-mobile-slider-container .slick-arrow.slick-next {
    background-image: url(../img/right-arrow-carousel.svg);
    right: 50px;
}

@media(min-width: 992px){
    .toggle-filter-nav{
        display: none !important;
    }
}
@media(max-width: 991px){
    .sff-session-filter ul{
        display: none;
    }
    .sff-session-filter.active ul{
        display: flex;
    }
    .sff-session-filter ul li.fw{
        width: 100%;
    }
    .sff-session-filter.active .navbar-toggler-m-arrow {
        transform: rotate(180deg);
        transition: all ease-in-out 300ms;
    }
}
@media(max-width: 767px){
    .active-mobile-slider-container{
        max-width: 100%;
        padding: 0;
    }
    .active-mobile-slider-container .slick-list{
        padding-left: 12%;
        padding-right: 12%;
    }

    .active-mobile-slider-container .col-lg-4{
        padding-left: 10px;
        padding-right: 10px;
    }

}
