.agenda-wrapper {
    background: #ffffff;
        position: relative;
}
.agenda-wrapper .agenda-inner-wrapper {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 2;
}
.agenda-wrapper .bs-agenda-tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    column-gap: 1px;
}
.agenda-wrapper .agenda-days{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.agenda-wrapper .agenda-days li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    flex-flow: wrap;
    font-size: 15px;
    padding: 8px 0;
    cursor: pointer;
    color: #000;
    text-align: center;
    z-index: 1;
    font-weight: 500;
    position: relative;
}
.agenda-wrapper .agenda-days li.agenda-favorite-tab {
    display: none;
}
.agenda-wrapper .agenda-days li.active:hover{
    color: #000;
}
.agenda-wrapper .agenda-days li span.label{
    display: block;
    width: 100%;
    font-size: 11px;
    color: #777777;
    font-weight: 500;
}
.agenda-wrapper .agenda-days li.active:hover span.label{
    color: #777777;
}
.agenda-wrapper .agenda-days li:before{
    content: '';
    position: absolute;
    bottom: 0;
    background: 0 0;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.4, .07, 1, 1.35);
    height: 100%;
    width: 100%;
    z-index: -1;
}
.agenda-wrapper .agenda-days li.active:before {
    background: #5c6bc0;
    height: 4px;
    border-radius: 16px 16px 0 0;
}
.agenda-wrapper .agenda-days li:hover:before {
    background: #5c6bc0;
}
.agenda-wrapper .agenda-days li.active:hover{

}
.agenda-wrapper .agenda-days li:hover, 
.agenda-wrapper .agenda-days li:hover .label {
    color: #fff;
}
.agenda-wrapper .agenda-days li:after {
    content: '';
    height: 50%;
    width: 0;
    background-color: #dadbdd;
    display: block;
    position: absolute;
    right: 0;
    border-left: 1px solid #dadbdd;
}
.agenda-wrapper .agenda-days li.agenda-favorite-tab::after {
    height: 100%;
}
.agenda-wrapper .agenda-filters {
    padding: 10px;
    overflow: hidden;
    overflow-x: auto;
    margin: 0 8px;
}
.agenda-wrapper .agenda-filters::-webkit-scrollbar,
.agenda-inner-wrapper .agenda-active-filters::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.agenda-wrapper .agenda-filters::-webkit-scrollbar-thumb,
.agenda-inner-wrapper .agenda-active-filters::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 12px;
}
.agenda-wrapper .agenda-filters::-webkit-scrollbar-track,
.agenda-inner-wrapper .agenda-active-filters::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
.agenda-wrapper .agenda-filters .agenda-track-filter{
    display: flex;
    align-items: center;
}
.agenda-wrapper .agenda-track-filter button{
    border: 1px solid transparent;
    background: var(--track-bg-color);
    color: #000000;
    cursor: pointer;
    transition: .3s;
    border-radius: 32px;
    padding: 8px 16px;
    margin: 4px;
    cursor: pointer;
    width: max-content;
    font-size: calc(15px * 1);
    line-height: calc(15px * 1);
}

.agenda-wrapper .agenda-track-filter button.active{
    background:var(--track-bg-color);
    color:#000000;
    border:1px solid var(--track-color);
}
.agenda-wrapper .agenda-track-filter button.bg-gray, 
.agenda-wrapper .agenda-track-filter button.bg-gray.active {
    background-color: #e0e5ec;
    border: 1px solid transparent;
}
.agenda-wrapper .agenda-track-filter button.bg-gray.active{
    border-color: var(--track-bg-color, #7e9bbe);
}

.agenda-wrapper #agenda-results{
    display: flex;
    flex-flow: wrap;
    padding: 0 1em 0 .2em;
    border-top: 1px solid #eeeeee;
}
.agenda-wrapper #agenda-results .agenda-time-group {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
}
.agenda-wrapper .agenda-time-group .agenda-time-heading{
    font-weight: 600;
    padding: 1.5em .5em;
    width: 8em;
    min-width: 7em;
}
.agenda-wrapper .agenda-time-group .agenda-time-heading span {
    display: block;
    position: sticky;
    top: 130px;
}
.agenda-wrapper .agenda-group-items{
    flex: 1;
}
.agenda-wrapper .agenda-group-items .agenda-session-card {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    width: 100%;
    padding: 1.5em .5em 1.5em 2em;
    position: relative;
}
.agenda-wrapper .agenda-group-items .agenda-session-card:last-child {
    border-bottom: none;
}
.agenda-wrapper .agenda-group-items .agenda-session-card h4.agenda-title {
    font-size: 17px;
    margin: 0 0 0 0;
    line-height: 25px;
	color:#000;
}
.agenda-wrapper .agenda-group-items .agenda-session-card span.agenda-featured {
    color: #ffa500;
    font-size: 14px;
    margin-right: 4px;
    font-weight: normal;
}
.agenda-wrapper .agenda-group-items .agenda-session-card .agenda-duration-hall {
     display: flex;
    flex-flow: wrap;
    gap: .5em;
}
.agenda-wrapper .agenda-group-items .agenda-session-card  .agenda-duration, 
.agenda-wrapper .agenda-group-items .agenda-session-card  .agenda-hall {
    font-size: 14px;
    line-height: 1.3em;
    font-family: var(--regular-font), Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    gap: 4px;
	color:#000;
}
.agenda-wrapper .agenda-group-items .agenda-session-card .agenda-duration-hall i {
    color: #c1c1c1;
}
.agenda-wrapper .agenda-group-items .agenda-content span.session-tag {
    font-size: 13px;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #3577bc;
    margin-top: 5px;
}
.agenda-wrapper .agenda-group-items .agenda-content {
    display: flex;
    flex-flow: column;
    gap: 6px;
    cursor: pointer;
}
.agenda-wrapper .agenda-group-items .agenda-session-card .agenda-track {
    font-size: 12px;
    padding: .4em .7em;
    border-radius: 32px;
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-columns: max-content;
    align-items: center;
    grid-gap: 4px;
    color: #000;
    width: fit-content;
}
.agenda-wrapper .agenda-group-items .agenda-session-card .agenda-track span {
    width: .8em;
    height: .8em;
    border-radius: 100%;
}
.agenda-wrapper .agenda-group-items .agenda-session-card .agenda-short-detail{
    font-size: .9em;
    line-height: 1.5em;
    margin: 0;
}
.agenda-wrapper .agenda-group-items .agenda-content .agenda-speakers {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.agenda-wrapper .agenda-group-items .agenda-content .agenda-speakers .agenda-speaker-card {
    width: 35px;
    height: 35px;
    font-size: .8em;
    border: 1px solid #dadbdd;
    border-radius: 100%;
    overflow: hidden;
}
.agenda-wrapper .agenda-group-items .agenda-session-card .agenda-icon {
    position: absolute;
    width: .8em;
    height: .8em;
    font-size: .8em;
    padding: 1em;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff;
    border-radius: 100%;
    left: -13px;
    z-index: 1;
}
#agenda-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#agenda-modal.show{
    display:block;
    opacity: 1;
}

.agenda-modal-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
}

.agenda-modal-content{
    background: #fff;
    padding: 20px 0;
    margin: 20px auto;
    border-radius: 6px;
    max-width: 792px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
#agenda-modal .agenda-modal-content .agenda-modal-close {
    border: 2px solid #000;
    padding: 3px;
    width: 30px;
    top: 10px;
    right: 10px;
    position: absolute;
    height: 30px;
    border-radius: 100px;
    z-index: 1;
}
#agenda-modal .agenda-modal-content .agenda-modal-close:hover,
#agenda-modal .agenda-modal-content .agenda-modal-close:focus{
        background: transparent;
}
.agenda-modal-content .agenda-popup-speakers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 25px;
    margin-top: 0px;
    grid-column-gap: 15px;
}
.agenda-modal-content .agenda-popup-speakers .agenda-popup-speaker {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 1fr;
    grid-gap: 8px;
    cursor: pointer;
}
.agenda-modal-content .agenda-popup-speakers .agenda-popup-speaker .speaker-image {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    overflow: hidden;
}
.agenda-modal-content .agenda-popup-speakers .agenda-popup-speaker .speaker-content h4 {
    font-size: 16px;
    margin: 0;
}
.agenda-modal-content .agenda-popup-information {
    padding-right: 20px;
    margin-bottom: 32px;
}
.agenda-modal-content .agenda-popup-speakers .agenda-popup-speaker .speaker-info{
    font-size: 13px;
}
.agenda-modal-content .agenda-popup-speakers .speaker-socials {
    display: flex;
    column-gap: 15px;
    margin-top: 8px;
}
.agenda-modal-content .agenda-popup-speakers .speaker-socials a {
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 100px;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agenda-modal-content .agenda-popup-speakers .speaker-socials a.facebook {
    background-color: #3b589c;
}
.agenda-modal-content .agenda-popup-speakers .speaker-socials a.twitter {
    background: #000;
}
.agenda-modal-content .agenda-popup-speakers .speaker-socials a.linkedin {
    background-color: #007bb6;
}
.agenda-modal-content .agenda-popup-speakers .speaker-socials a.instagram {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.agenda-modal-content #agenda-modal-body {
    padding: 0 20px;
    transition: all .35s ease;
    overflow: hidden;
    max-height: 524px;
    overflow-y: auto;
    overflow-x: hidden;
}

#agenda-modal-body .agenda-popup {
    transition: all .35s ease;
}

#agenda-modal-body .slide-left-out {
    opacity: 0;
    transform: translateX(-60px);
}

#agenda-modal-body .slide-right-out {
    opacity: 0;
    transform: translateX(60px);
}
#agenda-modal-body .slide-left-in {
    opacity: 0;
    transform: translateX(60px);
}
#agenda-modal-body .slide-right-in {
    opacity: 0;
    transform: translateX(-60px);
}

.agenda-modal-content .agenda-popup h2.agenda-popup-title {
    font-size: 24px;
    line-height: normal;
    margin: 0 0 8px 0;
}
.agenda-modal-content .agenda-popup .agenda-track-list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 10px;
    margin-bottom: 8px;
}
.agenda-modal-content .agenda-popup .agenda-track-list span.agenda-track-label {
    border-radius: 32px;
    font-size: 11px;
    padding: 0 .72em;
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.agenda-modal-content .agenda-popup .agenda-track-list span.agenda-track-label span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
	color:#000;
}
.agenda-modal-content .agenda-popup .agenda-popup-date {
    display: flex;
    grid-gap: 15px;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
	color:#000;
}
.agenda-modal-content .agenda-popup .agenda-popup-hall {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.agenda-modal-content .agenda-popup .agenda-popup-hall i {
    color: #c1c1c1;
}
.agenda-modal-content .agenda-popup .agenda-popup-short {
    margin-top: 32px;
	margin-bottom:20px;
}
.agenda-modal-content .agenda-popup .agenda-popup-short h6 {
    margin: 0 0 5px 0;
    line-height: normal;
	font-size:16px;
	font-weight:700;
}
.agenda-modal-content .agenda-popup .agenda-popup-description ul {
	margin-bottom:8px;
	margin-top:-10px;
}
.agenda-inner-wrapper button.agenda-filter-btn {
    height: 60px;
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid transparent;
    border-bottom: 0;
    position: relative;
    z-index: 3;
    border-left: 1px solid #eee;
    border-radius: 0;
    row-gap: 5px;
    flex-flow: column;
    color: #000;
    justify-content: center;
    font-size: 11px;
}
.agenda-inner-wrapper button.agenda-filter-btn:hover,
.agenda-inner-wrapper button.agenda-filter-btn:focus{
    background: transparent;
}
.agenda-wrapper .agenda-empty {
    text-align: center;
    padding: 20px 0;
    max-width: 500px;
    margin: 0 auto;
}
.agenda-wrapper .agenda-empty svg {
    width: 200px;
}
.agenda-wrapper .agenda-empty h5 {
    margin: 0;
    font-size: 18px;
}
.agenda-wrapper .agenda-filter-sidebar.show {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 2px);
}
.agenda-wrapper .agenda-filter-sidebar {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .54);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}
.agenda-wrapper .agenda-filter-sidebar.show .agenda-filter-inner {
    right: 0;
}
.agenda-wrapper .agenda-filter-sidebar .agenda-filter-inner {
    position: fixed;
    width: 500px;
    top: 0;
    height: 100%;
    transition: all .6s;
    z-index: 2000;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 2px);
    background: #fff;
    right: -500px;
}
.agenda-filter-sidebar .agenda-filter-header {
    width: 100%;
    padding: 15px 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 8px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dadbdd;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    color: #000;
}
.agenda-filter-sidebar .agenda-filter-header h4 {
    font-size: 18px;
    margin: 0;
}
.agenda-filter-sidebar button.agenda-filter-close {
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    border: 2px solid #000;
}
.agenda-filter-sidebar button.agenda-filter-close:hover,
.agenda-filter-sidebar button.agenda-filter-close:focus{
    background: transparent;
}
.agenda-filter-sidebar .agenda-filter-body {
    max-height: 100%;
    overflow: auto;
    position: relative;
    padding: 20px;
    scroll-behavior: smooth;
    color: #000;
        height: calc(100% - 130px);
}

.agenda-filter-sidebar .agenda-filter-body .agenda-filter-search {
    position: relative;
}
.agenda-filter-sidebar .agenda-filter-body .agenda-filter-search input#agenda-filter-search {
    border: 1px solid #999;
    padding: 8px 8px 8px 30px;
    transition: all .6s;
    font-size: 15px;
    border-radius: 6px;
    height: 2.4em;
    outline: none;
}
.agenda-filter-sidebar .agenda-filter-body .agenda-filter-search i {
    position: absolute;
    left: 0;
    width: 32px;
    height: 100%;
    top: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agenda-filter-sidebar .agenda-filter-footer {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 16px 20px;
    height: 70px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: end;
    width: 100%;
    border-top: 1px solid #dadbdd;
}
.agenda-filter-sidebar .filter-group {
    border-bottom: 1px solid #dadbdd;
    position: relative;
    padding: 12px 0px;
    display: flex;
    flex-flow: wrap;
}
.agenda-filter-sidebar .filter-group:first-child{
    border-top: 1px solid #dadbdd;
}
.agenda-filter-sidebar .filter-group-body{
    display:none;
    overflow:hidden;
    width: 100%;
}

.agenda-filter-sidebar .filter-group-title {
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}
.agenda-filter-sidebar .filter-group .arrow{
    display: inline-flex;
    transition: transform .35s ease;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 100px;
    font-size: 12px;  
    position: absolute;
    right: 0;
}
.agenda-filter-sidebar .filter-group.active .arrow{
    transform:rotate(90deg);
}
.agenda-filter-sidebar .filter-group-body .filter-group-lists {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    row-gap: 5px;
    padding-top: 10px;
}
.agenda-filter-sidebar .filter-group-body .filter-group-lists .filter-item {
    width: 100%;
    padding: 10px 4px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
}
.agenda-filter-sidebar .filter-group-body .filter-group-lists .filter-item span.category-icon{
    font-size: 14px;
}
.agenda-filter-sidebar .filter-group-body .filter-group-lists .filter-item label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.agenda-filter-sidebar .filter-group-body .filter-group-lists .filter-item:hover{
    background-color: #ecf0f6;
}
.agenda-filter-sidebar .filter-group-body .filter-group-lists .filter-item input {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    position: relative;
}
.agenda-filter-sidebar .filter-group-body .filter-group-lists .filter-item span.track-color {
    width: 8px;
    height: 8px;
    border-radius: 10px;
}
.agenda-filter-footer button.agenda-clear-filter {
    color: #000000;
    background-color: #f6fafe;
    outline-style: none;
    border: 1px solid #000;
    padding: 8px;
    line-height: 1.3em;
    text-transform: uppercase;
    border-radius: 6px
}
.agenda-filter-footer button.agenda-clear-filter:hover{
    background-color: #e0e5ec;
}

.agenda-active-filters .agenda-active-filters-inner {
    display: flex;
    align-items: center;
}
.agenda-inner-wrapper .agenda-active-filters{
    display: none;
    background-color: #fff;
    padding: 12px 0 14px 0;
    margin: 0 8px;
    height: 67px;
    overflow: hidden;
    position: relative;
    overflow-x: auto;
}
.agenda-inner-wrapper .agenda-active-filter-text {
    min-width: 170px;
    display: flex;
    column-gap: 5px;
    align-items: center;
    font-size: 15px;
    line-height: 1.6em;
}
.agenda-inner-wrapper .agenda-active-filter-text a.agenda-clear-filter{
    color: #3577bc;
    text-decoration: underline;
}
.agenda-inner-wrapper .agenda-active-filter-text a.agenda-clear-filter .empty {
    content: '';
    width: 5px;
    height: 5px;
    position: relative;
    display: inline-block;
    background-color: #e0e5ec;
    border-radius: 5px;
    top: -2px;
}
.agenda-inner-wrapper .agenda-active-filter-text label.empty {
    width: 4px;
    height: 4px;
    background-color: #e0e5ec;
    border-radius: 100%;
}
.agenda-inner-wrapper .agenda-active-filters .active-filter-list {
    display: flex;
    align-items: center;
}
.agenda-inner-wrapper .agenda-active-filters .active-filter-list span.filter-chip {
    color: #000000;
    transition: .3s;
    border-radius: 32px;
    padding: 8px 16px;
    margin: 4px;
    cursor: pointer;
    width: max-content;
    font-size: calc(15px * 1);
    line-height: calc(15px * 1);
    background-color: #e3f2fd;
}
.agenda-inner-wrapper .agenda-active-filters .active-filter-list span.remove-filter {
    cursor: pointer;
    font-size: 19px;
}