.bs-main-menu:not(.mobile-menu).fixed {
	height: 112px !important;
}

.bs-main-menu:not(.mobile-menu).fixed .item.logo .logo.bs-image {
	height: 102px;
	max-height: 102px;
}

.bs-main-menu:not(.mobile-menu).fixed .item.logo {
	max-width: 252px;
	min-width: 252px;
}

.bs-section.community-section-agendaLayout .bs-agenda-tab .left-item .agenda-days .bs-tab-menu .nav-item:nth-of-type(1) .agenda-day:after {
	content: 'Homestay Preconf, AGM,Reception';
	top: 8px;
	font-size: 11px;
}
.bs-section.community-section-agendaLayout .bs-agenda-tab .left-item .agenda-days .bs-tab-menu .nav-item:nth-of-type(2) .agenda-day:after {
	content: 'Day 1';
	top: 11px;
	font-size: 16px;
}
.bs-section.community-section-agendaLayout .bs-agenda-tab .left-item .agenda-days .bs-tab-menu .nav-item:nth-of-type(3) .agenda-day:after {
	content: 'Day 2';
	top: 11px;
	font-size: 16px;
}

.bs-section.community-section-agendaLayout .bs-agenda-tab .left-item .agenda-days .bs-tab-menu .nav-item:not(.active) .agenda-day:hover::after {
	color: #fff;
}

.bs-section.community-section-agendaLayout .bs-agenda-tab .left-item .agenda-days .bs-tab-menu .nav-item .agenda-day:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: start;
	justify-content: center;
	color: #000;
	line-height: 15px;
}

.bs-section.community-section-agendaLayout .bs-agenda-tab .left-item .agenda-days .bs-tab-menu .nav-item .agenda-day {
	color: transparent;
}

.bs-section.community-section-agendaLayout .bs-agenda-tab .left-item .agenda-days .bs-tab-menu .nav-item:nth-of-type(1) .agenda-day .extra-text {
	top: 8px;
}

.bs-section.community-section-agendaLayout .bs-agenda-tab .left-item .agenda-days .bs-tab-menu .nav-item .agenda-day .extra-text {
	top: 0;
	position: relative;
}
.bs-agenda-tab .right-item > button {
	visibility: hidden !important;
}

button.btn-widget.primary[data-a11y="focus link"] {
    display: none !important;
}