/* BEGIN THEME CSS */

:root {
	--themePrimaryFontFamily: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	--themeSecondaryFontFamily: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	--themePrimaryColor: #FFFFFF;
	--themeRedColor: #FF4D4F;
	--themeSecondaryColor: #E6F7FF;
	--themeCardColor: #323D4A;
	--themeContainerBackgroundColor: #4A5568;
	--themeDarkColor: #2d3848 ;
	--themeTextColor: #000000;
	--themeWhiteColor: #FFFFFF;
	--themeBlackColor: #000000;
	--themeBorderColor: #EDEDED;
	--accent-colour: #026BE3;
	--boothFontColor: #B6B6B6;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #183347, #31aedb);
    border-radius: 10px;
}

body[data-gevme-experience="2-Day Forum"] ::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #0e3e40, #306240);
    border-radius: 10px;
}

gevme-content-block::-webkit-scrollbar {
    width: 0;
    height: 6px;
    background: transparent;
}

.gevme-imagelist-block-flex-container::-webkit-scrollbar-thumb {
    background: #474747;
    border-radius: 10px;
}

/* Adding this cause this is not present in the venue-base.css in prod - only in dev */
.gevme-modal .gevme-modal-container .gevme-modal-content gevme-content-block .gevme-content-blocks-row .gevme-content-blocks-column .gevme-template-showcase-block {
    padding: 12px;
}
/* Adding this cause this is not present in the venue-base.css in prod - only in dev */

.dark {
    --accent-colour: #026BE3 !important;
}

html,
body,
.gevme-template-container {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: var(--themeTextColor);
	background-color: var(--themeWhiteColor);
	font-family: var(--themePrimaryFontFamily);
	font-size: 14px;
}

/* start - component css */

.fz18 {
	font-size: 18px;
}

.fz20 {
	font-size: 20px;
}

.fz25 {
	font-size: 25px;
}

.fz28 {
	font-size: 28px;
}

.fz30 {
	font-size: 30px;
}

/* end - component css */

ul {
	list-style: none;
}

body.venue-ultron .gevme-modal.visible {
    width: inherit;
	height: inherit;
	z-index: 9999999 !important;
}

/* start - specific content block css */
.gevme-agenda-block .gevme-agenda-block-title {
    margin-bottom: 16px;
}

.gevme-agenda-block {
	overflow: hidden;
}

.gevme-speakers-block .gevme-speakers-block-row .gevme-speakers-block-column .gevme-speakers-block-card .gevme-speakers-block-card-image {
    border-bottom: 0;
}

.gevme-resources-block .gevme-resources-block-card .gevme-resources-block-card-body .gevme-resources-block-row .gevme-resources-block-column.gevme-resources-block-button .gevme-resources-block-download-button .gevme-resources-block-download-link {
	font-size: 13px;
	line-height: 1.3;
}

.gevme-resources-block .gevme-resources-block-card .gevme-resources-block-card-body .gevme-resources-block-row:last-child {
	padding-bottom: 12px;
    border-bottom: 1px solid var(--venueBorderColor);
}
/* end - specific content block css */

.gevme-block-title {
	font-family: var(--themePrimaryFontFamily);
	color: var(--themeWhiteColor);
	font-size: 25px;
	white-space:pre-wrap;
}

.gevme-template-showcase-block p, .gevme-content-blocks-column p {
    line-height: 1.3;
}

.gevme-content-blocks-column[data-content-block-container-name*="-sub-ttl-"] .gevme-richtext-block-content {
	font-family:var(--themePrimaryFontFamily);
	font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.gevme-content-blocks-column[data-content-block-container-name*="title-"] .gevme-richtext-block-content {
	font-size:40px;
	font-weight:700;
	text-align: center;
	font-family:var(--themePrimaryFontFamily);
	color: var(--themeWhiteColor);
	line-height: 1.2;
}

.gevme-with-shadow,
.gevme-content-blocks-column.gevme-column.Resources .gevme-card,
.gevme-template-showcase-block {
	background-color: var(--themeContainerBackgroundColor);
	color: var(--themeWhiteColor);
}

.gevme-button {
	font-family: var(--themeSecondaryFontFamily);
}

.gevme-button-primary,
.gevme-button-primary:hover,
.gevme-button-primary:focus,
.gevme-button-primary:active {
	color: var(--themeWhiteColor);
	background-color: var(--accent-colour);
	border-color: var(--accent-colour);
	outline: none;
}

.gevme-template-main {
	height: 100%;
	width: 100%;
	padding: 0px;
	display: flex;
	background-color: var(--themeContainerBackgroundColor);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.gevme-template-main .gevme-template-content,
.gevme-template-main .gevme-template-chat {
	height: 100%;
	margin-top: 0;
}

.gevme-template-main .gevme-template-content {
	flex: 1 1 auto;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.gevme-template-main .gevme-template-chat {
		flex: 0 0 60px;
		border-left: transparent;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0px;
	}
    .gevme-template-main .gevme-template-chat {
        height: 100% !important;
    }
}

.gevme-content-blocks-banner .gevme-content-blocks-banner-image {
	height: 100%;
	width: 100%;
}

.gevme-404-container {
	height: 100%;
	width: 100%;
	max-width: 992px;
	margin: 0px auto;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.gevme-404-container .gevme-404-logo {
	height: 72px;
	width: 60px;
	object-fit: contain;
}

.gevme-404-container .gevme-404-title {
	margin-top: 12px;
	margin-bottom: -12px;
	font-size: 96px;
	font-weight: 700;
	font-family: var(--themeSecondaryFontFamily);
}

.gevme-404-container .gevme-404-description {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--themeSecondaryFontFamily);
}

.gevme-content-blocks-container {
	position: relative;
	padding: 0px;
	max-width: 100%;
	margin: 0px auto;
	height: calc(100% - 62px);
	overflow: auto;
	margin-top: 62px;
}

.gevme-content-blocks-container.with-vertical-banner {
	margin-top: 0;
}

.gevme-content-blocks-container.with-vertical-banner {
	display: flex;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
}

gevme-content-block[name="vertical-banner"] {
	height: auto;
}

gevme-content-block[name="vertical-banner"] .gevme-template-showcase-block {
    border-radius: 0;
}

.gevme-content-blocks-container.with-vertical-banner .content-block-container {
	height: auto;
    overflow: hidden;
	width: calc(100% - 200px);
}

.gevme-content-blocks-container gevme-content-block.all-block-container,
.gevme-content-blocks-container.with-vertical-banner gevme-content-block.all-block-container[exclude="vertical-banner"] {
	height: auto;
	margin: 0 auto;
    padding-top: 30px;
}

.gevme-content-blocks-container .booth-content-wrapper gevme-content-block.all-block-container {
	margin-top: 30px;
 }

.gevme-content-blocks-container.with-vertical-banner .vertical-banner-container {
	flex: 0 0 200px;
}

[data-content-fallback] {
    object-fit: contain;
}

.gevme-content-blocks-container.with-vertical-banner .vertical-banner-container gevme-content-block[name="vertical-banner"] .gevme-content-blocks-row,
.gevme-content-blocks-container.with-vertical-banner .vertical-banner-container gevme-content-block[name="vertical-banner"] .gevme-content-blocks-row .gevme-content-blocks-column {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.gevme-content-blocks-container.with-vertical-banner .vertical-banner-container gevme-content-block[name="vertical-banner"] .gevme-content-blocks-row .gevme-content-blocks-column .gevme-image-block {
	border-radius: 0px;
}

.gevme-content-blocks-container.with-vertical-banner .vertical-banner-container gevme-content-block[name="vertical-banner"] .gevme-image-block .gevme-image-block-flex-container .gevme-image-block-flex-image,
.gevme-content-blocks-container.with-vertical-banner .vertical-banner-container gevme-content-block[name="vertical-banner"] .gevme-imagelist-block .gevme-imagelist-block-flex-container .gevme-imagelist-block-flex-image,
.gevme-content-blocks-container.with-vertical-banner .vertical-banner-container gevme-content-block[name="vertical-banner"] .gevme-imageslideshow-block .gevme-imageslideshow-block-flex-container .gevme-imageslideshow-block-flex-image {
	object-fit: fill;
	border-radius: 0px;
}

.gevme-content-blocks-container.with-vertical-banner gevme-content-block.all-block-container[exclude="vertical-banner"] {
	flex: 1 1 auto;
	height: calc(100% - 62px);
    overflow: auto;
}

.gevme-content-blocks-container.booth {
	padding-top: 15px;
	max-width: 100%;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container {
    height: 340px;
    width: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container gevme-content-block[name="horizontal-cover-image"] {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container gevme-content-block[name="horizontal-cover-image"] .gevme-content-blocks-row,
.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container gevme-content-block[name="horizontal-cover-image"] .gevme-content-blocks-row .gevme-content-blocks-column {
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container gevme-content-block[name="horizontal-cover-image"] .gevme-content-blocks-row .gevme-content-blocks-column:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35.87%, rgba(24, 24, 24, 0.22) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0.43) 0%, rgba(196, 196, 196, 0) 100%);
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container gevme-content-block[name="horizontal-cover-image"] .gevme-image-block .gevme-image-block-flex-container .gevme-image-block-flex-image,
.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container gevme-content-block[name="horizontal-cover-image"] .gevme-imagelist-block .gevme-imagelist-block-flex-container .gevme-imagelist-block-flex-image,
.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container gevme-content-block[name="horizontal-cover-image"] .gevme-imageslideshow-block .gevme-imageslideshow-block-flex-container .gevme-imageslideshow-block-flex-image {
	object-fit: cover;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group {
	width: 100%;
	max-width: calc(100% - 72px);
	position: absolute;
	bottom: -32px;
	left: 36px;
	z-index: 1;
	display: grid;
	gap: 16px;
	grid-template-columns: 178px 1fr;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group gevme-content-block[name="horizontal-logo-image"] {
	height: 128px;
	width: 178px;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group gevme-content-block[name="horizontal-logo-image"] .gevme-content-blocks-row {
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group gevme-content-block[name="horizontal-logo-image"] .gevme-content-blocks-row .gevme-content-blocks-column {
	height: 100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group gevme-content-block[name="horizontal-logo-image"] .gevme-image-block .gevme-image-block-flex-container .gevme-image-block-flex-image,
.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group gevme-content-block[name="horizontal-logo-image"] .gevme-imagelist-block .gevme-imagelist-block-flex-container .gevme-imagelist-block-flex-image,
.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group gevme-content-block[name="horizontal-logo-image"] .gevme-imageslideshow-block .gevme-imageslideshow-block-flex-container .gevme-imageslideshow-block-flex-image {
	object-fit: cover;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group gevme-content-block[name="horizontal-logo-text"] {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group gevme-content-block[name="horizontal-logo-text"] .gevme-content-blocks-row,
.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group gevme-content-block[name="horizontal-logo-text"] .gevme-content-blocks-row .gevme-content-blocks-column {
	width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

.gevme-content-blocks-container.with-horizontal-cover-image .horizontal-cover-image-container .horizontal-logo-image-group gevme-content-block[name="horizontal-logo-text"] .gevme-richtext-block .gevme-richtext-block-content p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

gevme-content-block .gevme-content-blocks-row {
	height: fit-content;
	max-width: 1200px;
	padding: 0px 8px 16px 8px;
	margin: 0px auto;
}

gevme-content-block .gevme-content-blocks-row .gevme-content-blocks-column {
	height: auto;
	max-height: 100%;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 16px;
}

.gevme-template-showcase-block.agenda.gevme-with-shadow {
	background-color: var(--themeDarkColor);
}

.gevme-resources-block .gevme-resources-block-card .gevme-resources-block-card-body .gevme-resources-block-row .gevme-resources-block-column.gevme-resources-block-button .gevme-resources-block-download-button {
    width: auto;
}

.gevme-card {
	background-color: var(--themeCardColor);
	color: var(--themeWhiteColor);
}

/* start - override product level css */
.gevme-livestream-block .gevme-livestream-block-title {
	margin-bottom: 10px;
}

.gevme-imageslideshow-block .gevme-imageslideshow-block-title {
    margin-bottom: 16px;
}

.gevme-speakers-block .gevme-speakers-block-row .gevme-speakers-block-card .gevme-card-body .gevme-card-company {
	color: #ABAFB6;
	font-family: var(--themeSecondaryFontFamily);
}

.gevme-resources-block .gevme-resources-block-card .gevme-resources-block-card-body .gevme-resources-block-row .gevme-resources-block-column.gevme-resources-block-name {
    color: #EAEBED;
}
/* end - override product level css */

@media screen and (max-width: 991px) {
	gevme-content-block .gevme-content-blocks-row .gevme-content-blocks-column .gevme-template-showcase-block.agenda.gevme-with-shadow {
		background-color: var(--themeDarkColor) !important;
	}
	gevme-content-block .gevme-content-blocks-row .gevme-content-blocks-column .gevme-template-showcase-block.gevme-with-shadow {
		background-color: var(--themeContainerBackgroundColor) !important;
	}
	.gevme-content-blocks-container.with-vertical-banner .vertical-banner-container {
		display: none;
	}
	.gevme-content-blocks-container.with-vertical-banner gevme-content-block {
		max-width: 1200px;
	}
	.gevme-content-blocks-container.with-vertical-banner .content-block-container {
		width: 100%;
	}
}
	
@media screen and (max-width: 767px) {
	.gevme-template-main {
		flex-direction: column;
	}
	.gevme-template-main.livebar-left {
		flex-direction: column-reverse;
	}
	.gevme-template-main .gevme-template-chat {
		height: 60px;
		width: 100%;
		display: block;
		flex: 0 0 60px !important;
	}
	.gevme-template-chat ~ .gevme-template-content {
		height: calc(100% - 60px);
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 575px) {
/* start - component css */
	.fz28 {
		font-size: 25px;
	}
/* end - component css */
}

/* END THEME CSS */