/* Agenda 2026 */

/*  Disable Sticky Header of Website */
header#main-header {
    position: relative !important;
    top: 0 !important;
}

body #page-container{
	padding-top: 0px !important;
/* 	overflow-x: auto !important; */
	overflow-y: unset !important;
}

.mob-menu-header-holder{
	 position: absolute;
}

.board-container{
	margin: 50px 20px;
}

.agneda-table-wrapper{
	padding: 0;
  	overflow: hidden;
}

.agenda-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;  /* required */
  	border-spacing: 20px 0px;   /* horizontal | vertical */
	margin-bottom: 25px;
}

.agenda-table thead th{
	width: calc(24.5% - 25px);
}

.agenda-table thead th:first-child{
	width: 3.5%;
}

.agenda-table thead th h2{
	font-size: 24px;
    line-height: 1em;
	padding-top: 33px;
	padding-bottom: 13px;
	font-weight: 700;
	text-transform: capitalize;
}

.agenda-table th,
.agenda-table td {
  	vertical-align: top;
	position:relative;
	z-index: 1;
	padding: 0px;
	padding-bottom: 25px;
	
}

.agenda-table thead th:after{
	content: '';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height:100vh;
	z-index:-1;
	border-radius: 12px;
	height: var(--after-height, 100%);
}

.agenda-table thead th:nth-child(2):after{
	background-color:#EBF9F9;
}

.agenda-table thead th:nth-child(2) h2{
	color:#33B7B7;
}

.agenda-table thead th:nth-child(3):after{
	background-color:#F0EEF5;
}

.agenda-table thead th:nth-child(3) h2{
	color:#56428E;
}

.agenda-table thead th:nth-child(4):after{
	background-color:#F5FBF3;
}

.agenda-table thead th:nth-child(4) h2{
	color:#94BF86;
}

.agenda-table thead th:nth-child(5):after, .agenda-table thead th.masterclassCol:after {
	background-color:#FDF6EB;
}

.agenda-table thead th:nth-child(5) h2, .agenda-table thead th.masterclassCol h2{
	color:#F7A941;
}

.agenda-table tbody tr, 
.agenda-table tbody td{
	height: 100%;
}

.agenda-table tbody td .talk{
	padding:10px;
	cursor:pointer;
	transition: 0.4s;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
	border-radius:12px;
	height: 140px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
	pointer-events: auto;
}

td.mutlimasterclasss .talk:not(:last-child) {
    margin-bottom: 26px;
}

.agenda-table tbody td .talk .speaker-con{
	display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.agenda-table tbody td .talk .talk-speaker{
	display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
	width: 100%;
}

.agenda-table tbody td .talk .speaker-img{
	flex: 1;
    overflow: hidden;
	display: flex;
	max-width: 60px;
    max-height: 60px;
}

.agenda-table tbody td .talk .multiple-speakers .speaker-img{
	max-width: 30px;
}

.agenda-table tbody td .talk .speaker-img img{
	width: 100%;
    height: 100%;
}

.agenda-table tbody td .talk.single-row .speaker-img img{
	width: 60px;
}

.agenda-table tbody td .talk .speaker{
	flex: 4;
}

.agenda-table tbody td .talk h3{
	color: #1e3657;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.agenda-table tbody td .talk .sp-name{
	color: #1e3657;
    font-size: 14px;
    font-weight: 400;
	padding-bottom:0px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
}

.agenda-table tbody td .talk .multiple-speakers .sp-name{
	font-size: 12px;
}

.agenda-table tbody td .talk .sp-profession{
	color: #767676;
    font-weight: 400;
    font-size: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
}

.agenda-table tbody td .talk .multiple-speakers .sp-profession{
	font-size: 10px;
}

.agenda-table tbody td:nth-child(2) .talk{
	background-color: #CDE4E4;
	border: 3px solid #CDE4E4
}

.agenda-table tbody td:nth-child(3) .talk{
	border: 3px solid #D5CCEF;
	background-color: #D5CCEF;
}

.agenda-table tbody td:nth-child(4) .talk{
	border: 3px solid #D7EFCF;
	background-color: #D7EFCF;
}

.agenda-table tbody td:nth-child(5) .talk, .agenda-table tbody td.mutlimasterclasss .talk, #slide-2.Wed table tbody tr:nth-child(3) td:last-child .talk
{
	border: 3px solid #FFE2BB;
	background-color: #FFE2BB;
}

.agenda-table tbody td:nth-child(2) .talk:hover{
	border-color: #33B7B7;
}

.agenda-table tbody td:nth-child(3) .talk:hover{
	border-color: #56428E;
}

.agenda-table tbody td:nth-child(4) .talk:hover{
	border-color: #94BF86;
}

.agenda-table tbody td:nth-child(5) .talk:hover, .agenda-table tbody td.mutlimasterclasss .talk:hover, #slide-2.Wed table tbody tr:nth-child(3) td:last-child .talk:hover
 {
	border-color: #F7A941;
}

.slider-menu-con{
	background-color: white;
    z-index: 99;
    position: sticky;
    top: 0;
	padding-top: 10px;
}

.slider-menu{
	width: 96%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 50px;
	position:relative;
}

.slider-menu::after{
	content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #1E3657;
    bottom: 0px;
}

.slider-menu button{
	border: 0;
    background-color: unset;
    cursor: pointer;
    border-bottom: 0;
    padding: 10px 14px;
	bottom: 0px;
	border: 1px solid white;
	position: relative;
	background-color: white;
}

.slider-menu button.active-day{
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	border-color: #1E3657;
	border-bottom-color:white;
	z-index: 1;
	
}

.slider-menu button.active-day span{
	color:#0090AC;
}

.slider-menu button.active-day::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    bottom: -1px;
    z-index: 1;
    border-left: 1px solid #1E3657;
    border-bottom: 1px solid #1E3657;
    border-bottom-left-radius: 10px;
    left: 100%;
    box-shadow: -10px 0px #ffffff;
}

.slider-menu button.active-day::before
 {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    bottom: -1px;
    z-index: 1;
    border-right: 1px solid #1E3657;
    border-bottom: 1px solid #1E3657;
    border-bottom-right-radius: 10px;
    right: 100%;
    box-shadow: 10px 0px #ffffff;
}

.slider-menu button span{
	color: #1E3657;
	font-size: 22px;
	font-weight: 600;
}

.slider-menu button:hover span{
	color: #58C1D6;
}

.slider-viewport {
  overflow: hidden;
  position: relative;
/*   touch-action: pan-y; */
}

.slider-track{
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
	gap:20px;
	align-items: start; 
	touch-action: pan-y;
  user-select: none;
}

.slide{
	flex-shrink: 0;
	width: calc(100% + 40px);
	margin-left: -20px;
	box-sizing: border-box;
	min-height: 100vh;
}

.time-label{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
    height: 140px;
	position: relative;
    align-items: center;
}

.time-label::after {
    content: '';
    position: absolute;
    border-left: 1px solid #d1d1d1;
    width: 0;
    height: 60%;
    vertical-align: middle;
    display: block;
    top: 19%;
}

.time-label span {
    font-size: 16px;
    font-weight: 300;
	letter-spacing:0px;
}

.tool-tip{
	position: absolute;
    right: 2px;
    top: -18px;
    z-index: 10;
    justify-content: end;
    display: flex;
    gap: 6px;
}

.tool-tip span{
	color: #F0EEF5;
    font-weight: 400;
	font-size:14px;
	letter-spacing:0px;
	border-radius: 6px;
    padding: 0 6px;
	display: block;
    width: 100% !important;
	white-space: nowrap;
}

.tool-tip span:last-child{
	background-color:#1E3657;
}

.agenda-table tbody td:nth-child(2) .tool-tip span:first-child{
	background-color: #33B7B7;
}

.agenda-table tbody td:nth-child(3) .tool-tip span:first-child{
	background-color: #56428E;
}

.agenda-table tbody td:nth-child(4) .tool-tip span:first-child{
	background-color: #94BF86;
}

.agenda-table tbody td:nth-child(5) .tool-tip span:first-child, .agenda-table tbody td.mutlimasterclasss .tool-tip span:first-child, #slide-2.Wed table tbody tr:nth-child(3) td:last-child .tool-tip span:first-child
{
	background-color: #F7A941;
}

.back-btn{
	background-color: #0090ac;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.pre-heading{
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.pre-heading span{
	color: #767676;
    font-size: 18px;
    font-weight: 300;
	text-transform: capitalize;
}

.talk-title{
	font-size: 60px;
    font-weight: 700;
}

.talk-schedule{
	font-size: 20px;
	letter-spacing: 0px;
	margin-bottom:10px;
}

.location-topic{
	display:flex;
	align-items:center;
	justify-content: start;
	gap: 10px;
}

.location-topic .location{
	border: 0;
    font-size: 18px;
    padding: 4px 8px;
	color: white;
	font-weight: 400;
	line-height: normal;
	background-color: var(--talk-color, #52b5d1);
}

.location-topic .topic{
	font-size: 22px;
    font-weight: 700;
	text-transform: capitalize;
	color: var(--talk-color, #52b5d1);
}

.talk-page-container .key-learnings, .talk-page-container .speaker, .talk-page-container .description{
	margin-top: 15px;
}

.talk-page-container .key-learnings h2, .talk-page-container .speaker h2, .talk-page-container .description h2{
	font-size: 40px;
    font-weight: 200;
    line-height: 1.2em;
	letter-spacing: 0;
	margin-left: -3px;
}

.key-learnings ul li{
	display: block;
    margin-bottom: 18px;
    padding-left: 12px;
    border-left: 2px solid var(--talk-color, #52b5d1);
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
	max-width: 50%;
	letter-spacing: 1px;
}

.img-con{
	width: 300px;
    position: relative;
	aspect-ratio: 1 / 1;
    display: flex;
	
}

.img-con img {
	border-radius: 6px;
	width: 100%;
    height: 100%;
    object-fit: cover;
	background-color: white;
	object-position: top;
}

.img-con::after {
	content: '';
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: var(--talk-color, #52b5d1);
    left: -11px;
    top: -11px;
    z-index: -1;
    border-radius: 6px;
}

.single-speaker h3{
	font-size: 25px;
    margin-top: 10px;
	padding: 0px;
}

.single-speaker .speaker-title{
	padding: 0px;
	font-size: 18px;
	font-weight: 500;
}

.single-speaker .speaker-workplace{
	padding: 0px;
	font-size: 18px;
}

.speaker-container{
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.description p{
	font-size: 17px;
    line-height: 25px;
    width: 80%;
}

.back-button{
	background: #0090ac !important;
    color: white;
    padding: 5px 12px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    margin-top: 20px;
    border: 1px solid #0090ac;
    cursor: pointer;
}

.talk-page-container{
	padding-bottom: 58px;
}

.agenda-table tbody td .talk.networking, .agenda-table tbody td .talk.lunch, .agenda-table tbody td .talk.break {
	background-color: #ECECEC;
    border: 2px solid #ECECEC !important;
}

.agenda-table tbody td .talk.networking h3, .agenda-table tbody td .talk.lunch h3, .agenda-table tbody td .talk.break h3{
	font-weight: 600;
    font-size: 18px;
}

.time-sperator, .date-short{
	display:none;
}


@media screen and (min-width: 769px) {
	.pre-heading img{
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.talk-title{
		font-size: 30px;
	}
	
	.talk-page-container .key-learnings h2, .talk-page-container .speaker h2, .talk-page-container .description h2{
		font-size: 30px;
	}
	
	.key-learnings ul li{
		max-width: 100%;
	}
	
	.description p{
		width: 100%;
	}
}


@media screen and (min-width: 951px){
	#slide-2.Wed table tbody tr:nth-child(3) td:last-child{
		height: 140px;
	}

	#slide-2.Wed table tbody tr:nth-child(3) td:last-child .talk{
		height: 100%;
	}
}

@media screen and (max-width: 950px) {
	
	.time-label span{
		display: inline;
		font-weight: 500;
		letter-spacing: 0.6px;
	}
	
	.agenda-table thead{
		display:none;
	}
	
	 .agenda-table tbody .time-label::after{
		display:none;
	}
	
	.agenda-table tbody tr{
		display:flex;
		justify-content: start;
		justify-items: start;
		flex-direction: column;
		margin-right: 10px;
        margin-left: 10px;
	}
	
	.agenda-table tbody tr td:first-child{
		padding-bottom: 15px;
	}
	
	.agenda-table tbody .time-label{
		height: unset;
		display:block;
	}
	
	.agenda-table tbody td .talk .speaker-img{
		max-width: 40px;
	}
	
	.agenda-table tbody td .talk{
		min-height: 140px;
		height: auto;
	}
	
	.slider-menu{
		 width: 100%;
		margin-bottom: 20px;
	}
	
	.board-container{
		margin-left:0px;
		margin-right:0px;
	}
	
}

@media screen and (max-width: 812px) {
	.speaker-container{
		gap: 30px;
	}
}

@media screen and (max-width: 660px) {
	.date-short{
		display:inline;
	}
	
	.date-full{
		display:none;
	}
}

@media screen and (max-width: 620px) {
	.location-topic{
    	flex-wrap: wrap;
	}
}

@media screen and (max-width: 500px) {
	.slider-menu{
		gap: 20px;
	}
}

@media screen and (max-width: 400px) {
	.slider-menu{
		gap: 10px;
	}
	
	.slider-menu button span{
		font-size: 16px;
	}
}

@media screen and (max-width: 375px) {
	.talk-schedule{
		font-size: 16px;
	}
}

@media (min-width: 950px) and (max-width: 1120px) {
	.agenda-table thead th:first-child{
		width: 4.5%;
	}
	
	.slider-menu{
		 width: 94%;
	}
}