.speaker-filter-loader-post {
  opacity: 0;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  visibility: hidden;
  position: fixed;
  inset: 0;
  background-color: rgb(228 228 231 / 85%);
}
body.opcity-low .speaker-filter-loader-post{
  z-index: 9999998;
  opacity: 1;
  visibility: visible;
}
.loaderl-spinner {
  -webkit-animation: spin .3s linear infinite;
  animation: spin 2s linear infinite;
  background-color: transparent;
  border: 4px solid transparent;
  border-left: 4px solid #021A4B;
  border-radius: 50%;
  border-top: 4px solid #021A4B;
  height: 40px;
  left: 50%;
  position: absolute; 
  top: 50%;
  transform: translate(-50% , -50%);
  width: 40px;
  z-index: 9999999;
}
.loaderl-spinner-l {
  border: 4px solid transparent;
  border-bottom: 4px solid #e4e4e7;
  border-right: 4px solid #e4e4e7;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
} 
.agenda{
  margin: 0 auto;
  border-radius: 5px;
  max-width: 1372px;
} 
.agenda.hideAgenda .stream-filter{
  opacity:0;
  height:78px;
  overflow:hidden;
}
.agenda svg,
.agenda img{
  display: block;
}
.agenda .stream-time .selectoption div:not(.activeOption){
  display:none;
}
.agenda .section-heading{
  margin-bottom:36px;
}
.agenda .filterser {
  gap: 20px;
  position: relative;
  padding-right:120px;
  margin-bottom:32px;
}
.agenda .card_dropdown {
  position: relative;
}
.agenda .mod-details{
  margin-bottom:24px;
}
.agenda .card_dropdown .opendropdown:not(.stream-fil){
  display:none;
  list-style: none;
  position: absolute;
  left: 0;
  padding:4px 0;
  margin: 0;
  width: 100%;
  top: 100%;
  margin-top: 7px;
  border-radius: 8px;
  border: 1px solid #E9EAEB;
  background-color: #fff;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  z-index: 15;
  min-width: 289px;
}
.agenda .card_dropdown .opendropdown:not(.stream-fil) li {
  cursor: pointer;
  padding: 8px;
  margin: 0 6px;
  font-size: 16px;
  line-height: 1.5;
  transition:all .3s ease-in-out;
  background-color: transparent;
  color: #021A4B;
}
.agenda .card_dropdown .opendropdown:not(.stream-fil) li:hover,
.agenda .card_dropdown .opendropdown:not(.stream-fil) li.activeli{
  border-radius: 6px;
  background-color:  #FAFAFA
}
.agenda .filterser .speak-session {
  flex-basis: 289px;
}
.agenda .filterser .speak-time{
  flex-basis: 180px;
}
.agenda .filterser .tag-img {
  height: 20px;
}
/* .agenda .session-img-filter .divided-heading {
  padding: 20px 24px;
  margin-bottom: 32px;
  border-radius:5px;
} */
.agenda .session-img-filter .divided-heading h4 {
  margin: 0;
}
.agenda .session-img-filter .divided-heading h4 :is(p,h2,h2,h4,h5,p,h6){
  all: inherit;
}
.agenda .filterser .flex-cmn-sec {
  gap: 8px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e4e4e7;
  background-color: #fff;
  padding: 9px 12px;
  padding-right: 40px;
  cursor: pointer;
  align-items: center;
}
.agenda .filterser .drop-down-img {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.agenda .filterser .selectoption {
  font-size:16px;
}
.agenda .filterser .selectoption {
  font-size: 16px;
  line-height: 1.5;
  color: #021A4B;
  text-overflow: ellipsis;
  flex: 1;
  height: 24px;
  overflow: hidden;
}
.agenda .poolclear {
  position: absolute;
  right: 0;
}
.agenda .poolclear a {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  padding: 9px 14px;
  border-radius: 5px;
  color: #021a4b;
  border: 1px solid #e4e4e7;
  background-color: #fff;
  transition:all .3s ease-in-out;
}
.agenda a:hover {
  text-decoration: unset !important;!i;!;
}
.agenda .session-img-filter {
  margin-top: 64px;
}
.agenda .opendropdown.stream-fil {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.agenda .opendropdown.stream-fil li {
  color: #021a4b;
  font-size: 14px;
  line-height: 1.7;
  padding: 3.5px 12px;
  border-radius: 5px;
  border: 1px solid #e4e4e7;
  background-color: #fff;
  cursor:pointer;
  transition:all .3s ease-in-out;
  position:relative;
}

.agenda .opendropdown.stream-fil li span.day-spa{
  font-weight:700;
}
.agenda .opendropdown.stream-fil li.activeli,
.agenda .opendropdown.stream-fil li:hover,
.agenda .poolclear a:hover{
  border-color: #021A4B;
  background-color: #DFE4F0;
}
.agenda .filter-container{
  display:flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 2.75%;
  row-gap: 34px;
}
.agenda .filter-container .aganda-cards {
  flex-basis: 31.5%;
  border-radius: 5px;
  border: 1px solid #e4e4e7;
  background-color: #fff;
  padding: 24px;
  min-height: 586px;
  position: relative;
  padding-bottom: 95px;
  transition:all .3s ease-in-out;
}

.agenda .filter-container .aganda-cards:hover .card-btn a.cta_button{
  background-color: #fafafa;
  border-color: #fafafa;
  color: #021a4b;
  transition: all .3s ease-out;
}
.agenda .card-btn-main {
  position: absolute;
  bottom: 24px;
  width: 100%;
  left: 0;
  padding: 0 24px;
}
.agenda .card-btn a.cta_button{
  width: 100%;
}
.agenda .nocardsection{
  text-align:center;
  font-weight:700;
  font-size:18px;
}
.agenda .day-stream-txt {
  color: #021A4B;
  font-size: 14px;
  line-height: 1.71;
  height: 24px;
  overflow: hidden;
}
.agenda .day-stream {
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e4e7;
}
.agenda .session-tag-txt {
  font-size: 14px;
  line-height: 1.71;
  display: inline-block;
  border-radius: 5px;
  padding: 4px 12px;
}

.agenda .session-tag {
  margin-top: 24px;
}
.agenda .aganda-cards .aganda-card-pop{
  position:absolute;
  inset:0;
  z-index:10;
  cursor: pointer;
}

.agenda .date-time {
  margin-top: 32px;
  gap: 11px;
}

.agenda .date-time .date-time-img {
  width: 20px;
}
.speaker-names.dis-flex {
  gap: 3px;
}
.agenda .date-time .date-time-txt {
  font-size: 14px;
  color: #021A4B;
  font-weight: 700;
  line-height: 24px;
}
.agenda .aganda-high .avanda-card-tittle {
  margin-top: 18px;
  margin-bottom: 32px;
}
.agenda .speaker-image,
.agenda .avatat-img{
  position: relative;
  width: 53px;
  height:53px;
  border-radius: 50%;
  overflow: hidden;
}
.agenda .speaker-image img,
.agenda .avatat-img img{
  border-radius: 50%;
}
.agenda .speaker-heading.more-speaker span:nth-child(1){
  display:none;
}
.agenda .speaker-heading:not(.more-speaker) span:nth-child(2){
  display:none;
}
.agenda .impr-content .speaker-image{
  border: 2px solid #fff;
}
.agenda .speak-info {
  flex: 1;
}
.agenda .speaker-image.speaker-one {
  z-index: 1;
}

.agenda .aganda-high .speaker-image:nth-child(2) {
  z-index: 2;
  left: -15px;
}
.agenda .aganda-high .speaker-image:nth-child(3) {
  z-index: 3;
  left: -30px;
}
.agenda .aganda-high .speaker-image:nth-child(4) {
  z-index: 4;
  left: -45px;
}
.agenda .aganda-high .speaker-image:nth-child(5) {
  z-index: 5;
  left: -60px;
}
.agenda .aganda-high .speaker-image:nth-child(6) {
  z-index: 6;
  left: -75px;
}
.agenda .aganda-high .speaker-image:nth-child(7) {
  z-index: 7;
  left: -90px;
}
.agenda .aganda-high .speaker-image:nth-child(8) {
  z-index: 8;
  left: -105px;
}
.agenda .aganda-high .speaker-image:nth-child(9) {
  z-index: 8;
  left: -120px;
}
.agenda .aganda-high .speaker-heading {
  margin-top: 25px;
  margin-bottom: 8px;
}
.agenda .speaker-heading:not(.more-speaker) span:nth-child(2),
.agenda .speaker-heading.more-speaker span:nth-child(1){
  display:none;
}
.agenda .session-tag .session-tag-txt {
  background-color: #e0e98b;
}
.agenda .aganda-cards .speaker-heading span.h7 {
  font-size: 18px;
}
.agenda .speaker-name {
  font-size: 16px;
  line-height: 24px;
}
.agenda .speaker-name:last-child span.name-next {
  display: none;
}
/* navigation */
.agenda .navpagination {
  margin-top: 64px;
  padding-top: 20px;
  border-top: 1px solid #e4e4e7;
}
.agenda .pagenum-ele {
  gap: 2px;
}
.agenda .pagenum-ele .pagenumber.activenav{
  display:block !important;
}
.agenda .pagenum-ele .mobile-ele{
  display: none;
}
.agenda .pagenum-ele .pagenumber.hideEle {
  display: none !important;
}
.agenda .pagenum-ele .pagenumber a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #535862;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.agenda .pagenav-text .pagenumber a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #535862;
}

/* aganda details */

.agenda .aganda-details {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgb(228 228 231 / 85%);
  z-index: 100;
}
.agenda .agenda-wrap {
  max-width: 572px;
  margin-left: auto;
  background-color: #fff;
  padding: 40px 55px;
  min-height: calc(100vh - 100px);
  overflow-y: scroll;
  height:100%;
  width:100%;
  transition: all .2s ease-in-out;
  transform: translateX(100%);
}
.agenda .active-popup .agenda-wrap{
  transform:translateX(0)
}
body.overflow {
  overflow: hidden;
}
.agenda .aganda-details .agenda-wrap::-webkit-scrollbar {    
  /*   display: none; */
}
.agenda .aganda-details .close-abs-btn {
  border-radius: 8px;
  background: #fafafa;
  padding: 9px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 32px;
  margin-left: auto;
}
.agenda .aganda-details .avanda-card-tittle {
  margin-top: 36px;
  margin-bottom: 74px;
}

.agenda .aganda-details .date-time {
  padding-bottom: 48px;
  border-bottom: 1px solid #e4e4e7;
}
.agenda .ad-day-stream {
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e4e7;
}
.agenda .aganda-row-details {
  margin-top: 40px;
  margin-bottom: 57px;
  font-size:16px;
}
.agenda .aganda-row-details ul{
  padding:0;
  margin:0;
  padding-left: 17px;
}
.agenda .aganda-row-details ul li:not(:last-child){
  margin-bottom:16px;
}
.agenda .aganda-row-details,
.agenda .aganda-row-details :is(p,li){
  font-size: 16px;
  line-height: 1.5;
}
.agenda .aganda-row-details p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.agenda .mod-heading {
  margin-bottom: 19px;
}
.agenda .mod-heading span.h7 {
  font-size: 18px;
}
.agenda .mod-details, .speak-detail {
  gap: 15px;
  max-width: 307px;
  width: 100%;
}
.agenda .speak-detail:not(:last-child) {
  margin-bottom: 24px;
}
.agenda .moderator-details .mod-image {
  flex-basis: 53px;
  border-radius:50%;
  overflow:hidden;
}
.agenda .mod-name, .spe-name, .mod-details-pos, .spe-position {
  font-size: 14px;
  line-height: 1.7;
}
.agenda .aganda-details .speaker-heading {
  margin-top: 34px;
  margin-bottom: 19px;
}
.agenda .card-image {
  margin-top: 30px;
}
.agenda .mod-name, 
.agenda .spe-name {
  font-weight: 700;
  color: #021A4B;
}
.agenda .dotpage {
  width: 40px;
  text-align: center;
  position: relative;
  top: 5px;
}
.agenda .aganda-high .speaker-details {
  margin-top: 20px;
}
.ghost-button a, .ghost-button a.cta_button, .ghost-button button.cta_button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(10, 13, 18, .18), 0 -2px 0 0 rgba(10, 13, 18, .05), 0 1px 2px 0 rgba(10, 13, 18, .05);
  color: #021a4b;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none !important;
  transition: all .3s ease-in;
}
.ghost-button a:hover, .ghost-button a.cta_button:hover, .ghost-button button.cta_button:hover{
  background-color: #fafafa;
  border-color: #fafafa;
  color: #021a4b;
}
@media(min-width:768px){
  .agenda .stream-time.card_dropdown {
    display:none;
  }
  .agenda .pagenum-ele .pagenumber {
    width: 40px;
    height: 40px;
    transition:all .3s ease-in-out;
    border-radius: 5px;
    border: 1px solid transparent;
  }
  .agenda .pagenum-ele .pagenumber.activenav,
  .agenda .pagenum-ele .pagenumber:hover{
    border-color:#e4e4e7;
    background-color: #fff;
  }
  .agenda .filter-container .aganda-cards:hover{
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  }
}
@media(max-width:1024px){
  .agenda .filter-container .aganda-cards {
    flex-basis: 48%;
  }
  .agenda .filter-container {
    column-gap: 4%;
  }
}
@media(max-width:767px){
/*   .agenda .session-img-filter .divided-heading {
    padding: 20px 24px;
    margin-bottom: 40px;
  } */
  .agenda .session-img-filter .divided-heading h4 {
    font-size: 24px;
    line-height: 1.25;
  }
  .agenda .stream-filter {
    display: none;
  }
  .agenda .section-heading, 
  .agenda .filterser {
    margin-bottom: 16px;
  }
  .agenda .pagenum-ele .mobile-ele{
    display: inline-block !important;
    color: #021A4B;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
  }
  .agenda .filterser {
    gap: 12px;
    padding-right: 0;
    flex-direction: column;
  }
  .agenda .filterser .speak-time {
    flex-basis: 100%;
  }
  .agenda .filterser .speak-session {
    flex-basis: 100%;
  }
  .agenda .filter-container .aganda-cards {
    flex-basis: 100%;
  }
  .agenda .poolclear {
    position: unset;
    margin-top: 20px;
  }
  .agenda .filter-container {
    gap: 24px;
  }
  .agenda .agenda-wrap {
    max-width: 100%;
    padding: 40px 20px;
  }
  .agenda .aganda-details .close-abs-btn {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    z-index:5;
  }
  .agenda .aganda-details .avanda-card-tittle {
    margin-top:16px;
    margin-bottom: 36px;
  }
  .agenda .aganda-details .date-time {
    padding-bottom: 16px;
  }
  .agenda .aganda-row-details {
    margin-top: 16px;
    margin-bottom: 36px;
  }
  .agenda .session-img-filter {
    margin-top: 48px;
  }
  .agenda .navpagination {
    margin-top: 48px;
    padding-top: 16px;
  }
  .agenda .pagenav-text .pagenumber a {
    border-radius: 5px;
    border: 1px solid #fafafa;
    background-color: #fff;
    padding: 7px;
  }
  .agenda .pagenum-ele .pagenumber,
  .agenda .pagenum-ele .pagenumber:not(.activenav) a,
  .agenda .pagenav-text .pagenumber a span.pagenum-txt,
  .agenda .dotpage{
    display: none !important;
  }
  .agenda .pagenum-ele .pagenumber.lastnumber{
    display: block !important;
  }
  .agenda .pagenum-ele .pagenumber a{
    display: inline-block;
    width:auto;
    height:auto;
  }

  .agenda .day-stream-txt {
    display: flex;
    flex-wrap: wrap;
  }
  .agenda span.day-spa {
    margin-right: 3px;
    font-weight:700;
  }
  .agenda .day-stream-txt span.stream-spa {
    overflow: hidden;
    position: relative;
    word-break: break-all;
    height: 24px;
    flex: 1;
    margin-left: 3px;
  }
  .agenda .card_dropdown .opendropdown:not(.stream-fil){
    min-width: 100%;
  }
  .agenda .card_dropdown .opendropdown:not(.stream-fil) li {
    /*     display: flex;
    flex-wrap: wrap; */
    height: 40px;
    overflow: hidden;
    line-height: 1.7;
  }
  .agenda .stream-time.card_dropdown .opendropdown li span.stream-spa {
    word-break: break-word;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    flex:1;
  }
  .agenda .filterser .selectoption,
  .agenda .poolclear a{
    color:var(--primary_color4);
  }
  .agenda .poolclear a{
    font-weight:500;
  }
  .agenda .navpagination .pagenav-text {
    width: 35px;
  }
}