:root {
	--app-bg: #f2f6fb;
	--app-surface: #ffffff;
	--app-border: #dbe6f0;
	--app-heading: #11294a;
	--app-text: #324763;
	--app-primary: #1d5fa8;
	--app-primary-soft: #e8f0fb;
	--app-secondary: #18a7a0;
	--app-accent: #f3b236;
	--app-accent-dark: #d88316;
	--app-accent-soft: #fff4de;
	--app-menu-bg: #0f2743;
}

html {
	min-height: 100vh;
}

body {
	position: relative !important;
	overflow-x: hidden;
	background: var(--app-bg);
	color: var(--app-text);
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	color: var(--app-heading);
}

a {
	color: inherit;
	text-decoration: none;
}

.bg-bmblue {
	background-color: var(--app-primary);
	color: #fff;
}

.bg-bmgreen {
	background-color: var(--app-secondary);
	color: #fff;
}

.bg-bmlightblue {
	background-color: var(--app-primary-soft) !important;
	color: var(--app-heading);
}

.clickable {
	cursor: pointer;
}

.iconHolder {
	display: inline-block;
	width: 30px;
	text-align: center !important;
}

.list-group-light .list-group-item {
	padding-top: .45rem;
	padding-bottom: .45rem;
}

.eventHomeIcons {
	margin: .75rem;
	padding: .65rem;
	border: 1px solid var(--app-border);
	border-top: 4px solid var(--app-accent);
	border-radius: .9rem;
	background-color: var(--app-surface);
	box-shadow: 0 6px 18px #143b6314;
}

.event-shortcut {
	line-height: 1.2;
}

.event-shortcut a {
	display: block;
	padding: .45rem .2rem;
	border-radius: .65rem;
	color: var(--app-heading);
	font-size: .72rem;
	font-weight: 500;
	transition: background-color .2s ease;
}

.event-shortcut a:active,
.event-shortcut a:hover {
	background-color: var(--app-primary-soft);
}

.dayheader {
	margin: .75rem .75rem 0;
	border: 1px solid var(--app-border);
	border-radius: .65rem;
	box-shadow: 0 4px 10px #143b630d;
}

.daysessions {
	margin: 0 .75rem .85rem;
	border: 1px solid var(--app-border);
	border-top: 0;
	border-radius: 0 0 .65rem .65rem;
	overflow: hidden;
}

.bg-bmlightblue[data-conferenceday] {
	margin: 0 .75rem;
	border-left: 1px solid var(--app-border) !important;
	border-right: 1px solid var(--app-border) !important;
}

.daysessions .list-group-item {
	background-color: var(--app-surface);
	border-color: var(--app-border);
}

.daysessions .list-group-item:active,
.daysessions .list-group-item:hover {
	background-color: #f6f9fd;
}

.dayheader i.fa-chevron-down, .selectable-dayheader i.fa-chevron-down {
	transform: rotate(0deg);
	transition: transform .2s ease;
}

.dayheader.dayHidden i.fa-chevron-down, .selectable-dayheader.dayHidden i.fa-chevron-down {
	transform: rotate(-90deg);
}

.parentwithchild i.fa-chevron-down, .selectable-parentwithchild i.fa-chevron-down {
	transform: rotate(0deg);
	transition: transform .2s ease;
}

.parentwithchild.childHidden i.fa-chevron-down, .selectable-parentwithchild.childHidden i.fa-chevron-down {
	transform: rotate(-90deg);
}

.sessionListing-Name {
	color: var(--app-primary);
}

#maincontent {
	min-height: 100vh;
}

#main-navbar {
	border-bottom: 1px solid var(--app-border);
	background: var(--app-surface);
	box-shadow: 0 2px 8px #143b630f;
}

#main-navbar .navbar-text,
#main-navbar .nav-link,
#main-navbar .pageTitle {
	color: var(--app-heading) !important;
}

#sidenav-1.offcanvas {
	background: #f5f7fb;
	color: var(--app-primary);
	border-left: 1px solid var(--app-border);
	box-shadow: -6px 0 24px #143b6324;
}

#sidenav-1 .offcanvas-header {
	background: #fff;
	border-bottom: 2px solid var(--app-primary);
	color: var(--app-primary);
	box-shadow: 0 2px 8px #143b6312;
}

#sidenav-1 .offcanvas-title {
	font-weight: 700;
	letter-spacing: .01em;
}

#sidenav-1 .btn-close {
	opacity: .85;
}

#sidenav-1 .btn-close:hover {
	opacity: 1;
}

#sidenav-1 hr {
	border-color: #c8d6e6;
	opacity: 1;
}

.sidenav-section-divider {
	border-top-width: 3px;
}

.sidenav-section-divider-accent {
	border-color: var(--app-accent) !important;
}

.sidenav-section-divider-secondary {
	border-color: var(--app-secondary) !important;
}

.sidenav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidenav-item {
	border-bottom: 1px solid #d6e2ef;
}

.sidenav-link {
	display: block;
	padding: .72rem 1rem;
	color: var(--app-primary);
	font-size: .9rem;
	font-weight: 500;
	transition: background-color .18s ease, color .18s ease, border-left-color .18s ease;
	border-left: 3px solid transparent;
}

.sidenav-link:hover,
.sidenav-link:focus {
	background: var(--app-primary);
	color: #fff;
	border-left-color: var(--app-accent);
}

.sidenav-link .iconHolder,
.sidenav-link .iconHolder i {
	color: inherit;
}

.sidenav-avatar {
	border: 2px solid #ffffff;
}

.sidenav-profile-item {
	background: #dde5ef;
}

.event-banner {
	margin: .75rem .75rem .2rem;
	border-radius: .9rem;
	border: 1px solid var(--app-border);
	overflow: hidden;
	box-shadow: 0 8px 24px #143b6314;
}

.event-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.event-banner.event-home-banner {
	margin: .65rem .55rem .25rem;
}

.select2-selection.is-invalid, .select2-selection:invalid {
	border-color: #dc3545 !important;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(1.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid {
	margin-bottom: 0;
}

.overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	background: #22222226;
	display: none;
}

.overlay__inner {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.overlay__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.overlay__spinner {
	width: 75px;
	height: 75px;
	display: inline-block;
	border-width: 3px;
	border-color: var(--app-primary);
	border-top-color: #fff;
	animation: spin 1s infinite linear;
	border-radius: 100%;
	border-style: solid;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

.session-layout {
	padding: .75rem;
}

.session-tabs {
	padding: .35rem;
	border: 1px solid var(--app-border);
	border-radius: .8rem;
	background: var(--app-surface);
	box-shadow: 0 6px 18px #143b6310;
}

.session-tabs .nav-link {
	padding: .45rem .85rem;
	border: 0;
	border-radius: .6rem;
	color: #405a7a;
	font-size: .86rem;
	font-weight: 600;
}

.session-tabs .nav-link.active {
	color: #fff;
	background: linear-gradient(135deg, var(--app-primary), #2d78c8);
	box-shadow: 0 4px 10px #1d5fa840;
}

.session-pane-card {
	margin-top: .75rem;
	border: 1px solid var(--app-border);
	border-top: 3px solid var(--app-accent);
	border-radius: .85rem;
	background: var(--app-surface);
	box-shadow: 0 8px 22px #143b6312;
	overflow: hidden;
}

.session-pane-card .card-body {
	padding: .9rem;
}

.session-meta {
	line-height: 1.45;
	color: #3b5371;
}

.attendee-search-wrap {
	margin: .25rem 0 .75rem;
}

.discussion-list {
	/*max-height: 500px;*/
	overflow: auto;
}

ul.rating.session-feedback-rating {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	gap: .35rem;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

ul.rating.session-feedback-rating li {
	display: inline-flex !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.sessionFeedbackRating {
	cursor: pointer;
	transition: transform .15s ease, opacity .15s ease;
}

.sessionFeedbackRating:hover {
	transform: scale(1.08);
}

.avatar-45 {
	width: 45px;
	height: 45px;
}

.speaker-group-header {
	margin-bottom: .15rem;
	box-shadow: 0 4px 10px #1d5fa826;
}

.speaker-list-group {
	border: 1px solid var(--app-border);
	border-radius: .55rem;
	overflow: hidden;
}

.speaker-list-item {
	background-color: var(--app-surface);
	border-color: var(--app-border);
}

.speaker-list-item:active,
.speaker-list-item:hover {
	background-color: #f6f9fd;
}

.group-header {
	margin-bottom: .15rem;
	padding: .5rem .65rem;
	border-radius: .5rem;
	box-shadow: 0 4px 10px #1d5fa826;
}

.group-list {
	margin-bottom: .6rem;
	border: 1px solid var(--app-border);
	border-radius: .55rem;
	overflow: hidden;
}

.group-list-item {
	background-color: var(--app-surface);
	border-color: var(--app-border);
}

.group-list-item:active,
.group-list-item:hover {
	background-color: #f6f9fd;
}

.partner-booth-badge {
	background: var(--app-accent);
	color: #1b2e4a;
	font-weight: 600;
}

.notification-list {
	border: 1px solid var(--app-border);
	border-radius: .55rem;
	overflow: hidden;
}

.notification-item {
	background-color: var(--app-surface);
	border-color: var(--app-border);
}

.floorplan-pane {
	padding: .35rem;
}

.floorplan-zoom-container {
	overflow: hidden;
	width: 100%;
	min-height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--app-border);
	border-radius: .65rem;
	background: #f8fbff;
}

.floorplan-zoomable-image {
	max-width: 100%;
	height: auto;
	transform-origin: center center;
	transition: transform .1s ease-out;
	will-change: transform;
}

.gradient-custom {
	background: #3081b9;
	background: linear-gradient(145deg, #7ec2eb, #1d5fa8);
}

.user-profile-card {
	border-radius: .6rem;
	overflow: hidden;
}

.user-profile-panel {
	padding: .9rem .75rem;
	border-top-left-radius: .6rem;
	border-bottom-left-radius: .6rem;
	background: linear-gradient(160deg, #7ec2eb 0%, #2a72bd 45%, #1f4f8a 100%) !important;
	box-shadow: inset 0 -40px 60px #0f274338;
}

.user-profile-avatar {
	width: 80px;
	border: 3px solid #ffffffb8;
	box-shadow: 0 4px 14px #0f274340;
}

.profile-detail-section {
	margin-bottom: .9rem;
	padding: .75rem .8rem .35rem;
	border: 1px solid var(--app-border);
	border-left: 3px solid var(--app-accent);
	border-radius: .55rem;
	background: #fbfdff;
}

.profile-detail-title {
	color: var(--app-heading);
}

.profile-action-stack {
	width: 100%;
}

.profile-action-row .btn-profile-action {
	flex: 1 1 0;
}

.btn-profile-action {
	border: 0;
	font-weight: 600;
	color: #fff;
}

.btn-profile-action:hover,
.btn-profile-action:focus {
	color: #fff;
}

.btn-profile-note {
	background: linear-gradient(135deg, #f2f5f9, #dde5ef);
	color: var(--app-primary);
	box-shadow: 0 4px 10px #0f274326;
}

.btn-profile-note:hover,
.btn-profile-note:focus {
	background: linear-gradient(135deg, #e6edf6, #d2dde9);
	color: #174f8b;
}

.btn-profile-message {
	background: linear-gradient(135deg, #18a7a0, #107d83);
	box-shadow: 0 4px 10px #107d8340;
}

.btn-profile-message:hover,
.btn-profile-message:focus {
	background: linear-gradient(135deg, #149491, #0f6f76);
}

.btn-profile-edit {
	background: linear-gradient(135deg, #2a72bd, #1d5fa8);
	box-shadow: 0 4px 10px #1d5fa840;
}

.edit-profile-form {
	max-width: 760px;
	margin: 0 auto;
}

.profile-select[multiple] {
	min-height: 110px;
}

.breakout-topic-check.form-check-input {
	border: 2px solid #8a97a8;
	background-color: #fff;
	box-shadow: none;
}

.breakout-topic-check.form-check-input:checked {
	border-color: #1d5fa8;
	background-color: #1d5fa8;
}

.breakout-topic-check.form-check-input:focus {
	border-color: #1d5fa8;
	box-shadow: 0 0 0 0.1rem rgba(29, 95, 168, 0.2);
}