#speakers-header {
    display: flex;
    gap: 10rem;
}

#speakers-header p {
    flex-grow: 1;
}


#speakers-text {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 1.6rem;
    column-gap: 1.6rem;
}


.profile_box {
    width: 20.625rem;
    height: 18.5rem;
    border-radius: 0.625rem;
    overflow: hidden;
}

#speakers-text .filterTarget:not([data-filter="ignore"]):not(.filterIgnore) {
    cursor: pointer;
}

.profile_box img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}


.profile_sub_info {
    background-color: rgba(0, 158, 226, 0.30);
    position: relative;
    top: -5.1rem;
    border-radius: 0.625rem 0.625rem 0 0;
    display: flex;
}

.profile_sub_info > .filterIcon {
    width: 1.25rem;
    height: 4.5rem;
    border-radius: 0.625rem;
}

.profile_sub_info .texts {
    display: flex;
    margin-top: 0;
    flex-flow: row;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.2rem;
}

.profile_sub_info .texts h2 {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-family: var(--secondary-font), sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; /* 100% */
}

.profile_sub_info .texts h3 {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-family: var(--secondary-font), sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}


.overlay_box {
    width: 975px;
    height: 320px;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: 120px;
}

.profile_box h2, .overlay_box h2 {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 26px;
    font-weight: 300;
}

.profile_box h3, .overlay_box h3 {
    color: #FFFFFF;
    padding-top: 5px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 300;
}





.filterTarget[data-filter="ignore"] .profile_sub_info {
    display: none;
}

#overlayCenter .profile_sub_info > .filterIcon {
    margin-bottom: -25px;
}


#schedule-header {
    display: flex;
    gap: 10rem;
}

#schedule-header p {
    flex-grow: 1;
}


.carouselOuter {
    margin-left: 5rem;
}


#speakers-text .flickity-button {
    background: #333;
}

#speakers-text .flickity-button:hover {
    background:var(--primary-color);
}

#speakers-text .flickity-prev-next-button {
    border-radius: 6.25rem;
    background: var(--secondary-color-sat50);
}

/* icon color */
#speakers-text .flickity-button-icon {
    fill: white;
}

#speakers-text .flickity-prev-next-button.previous {
    left: -5rem;
}

#speakers-text .flickity-prev-next-button.next {
    right: -5rem;
}

.carousel {
    margin-bottom: 40px;
}

.carousel-cell {
    width: 25rem;
}

/* cell number */

.carousel-nav {
    border-radius: 3.125rem;
    background: #F6F6F6;
    overflow: clip;
}

.carousel-nav .carousel-cell {
    height: 2.625rem;
    width: 25rem;
    color: var(--primary-color);
    text-align: center;
    font-family: var(--secondary-font), sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem; /* 162.5% */
    text-transform: capitalize;
    background-image: url("/img/CalendarLine.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25rem 2rem;
    background-color: #F6F6F6;
}

.carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
    background-color: var(--secondary-color-sat25);
    border-radius: 3.125rem;
    background-size: 25.1rem 2rem;
}


.carousel-nav .carousel-cell span {
    margin: 0.5rem auto;
    display: inline-block;

}

.carousel.flickity-enabled.is-fullscreen {
    z-index: 100000;
}

.carousel.is-fullscreen .flickity-viewport {
    width: 90%;
    margin: 2rem auto;
}

.carousel.is-fullscreen .carousel-cell {
}


.hallDefinitions {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 0;
    left: -5rem;
}

.hallName {
    width: 3.125rem;
    min-height: 15rem;
    display: flex;
}

.hallNameCell {
    margin: 0.5rem;
    width: 100%;
    border-radius: 0.625rem;
    background: var(--primary-color);
    padding: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}


.hallName .hallNameContent {
    transform: rotate(-90deg);
    color: #FFF;
    text-align: center;
    font-family: var(--secondary-font), sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem; /* 130% */
    text-transform: capitalize;
    height: 3.125rem;
    width: 15rem;
}

.hallCell {
    height: 15rem;
    border: 1px dashed #d5d5d5;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.lectureCell {
    height: 100%
}

.lectureCellBig {
    height: 100%;
    display: flex;
    align-self: center;
}

.talkNameBig {
    color: var(--primary-color);
    text-align: center;
    font-family: var(--secondary-font), sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    align-self: center;
}

.lectureCell .talkName {
    color: #000;
    font-family: var(--secondary-font), sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem; /* 162.5% */
}

.lectureCell .talkAuthor {
    color: #000;
    font-family: var(--secondary-font), sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 185.714% */
}

.lectureCell .talkTime {
    color: #000;
    font-family: var(--secondary-font), sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 185.714% */
}

.lectureCell .talkLang {
    color: var(--primary-color);
    font-family: var(--secondary-font), sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem; /* 185.714% */
}

.lectureCell:not(.filterIgnore) .talkName .openDetail {
    text-decoration: underline;
    cursor: pointer;
}

.filterIconParent .filterTime {
    padding-left: 1rem;
}

.filterIconParent .filterIcon {
    height: 1.5rem;
    color: white;
    line-height: 24px;
}

div.scheduleContent h2 {
    text-transform: capitalize;
}


/* Changes applied on tablet and desktop */
@media screen and (min-width: 1035px) {
    div.speakersFilter {
/*        justify-content: space-evenly;*/
    }
}