



body {
	font-family: 'Barlow', sans-serif;
}
.wrapper {
	padding-top: 0;
}

.bg-primary {
	background-color: black !important;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.navbar {
	height: 85px;
	border-bottom: 0px solid #2D72B9;
}
.nav-tabs {
	border-bottom: 0px solid white;
}
.nav-tabs .nav-item {
	margin: 0;
}
.nav-justified {
   border-collapse:separate;
   border-spacing:5px;
}
.navbar-brand {
	color: #EF4A24 !important;
	margin-left: 10px;
	font-family: 'Barlow';
	font-weight: 700;
}

.send-message {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-content {
	padding: 30px 10px;
}
.nav-tabs .nav-item:not(:first-child):not(:last-child) {
	margin-left: 0px;	
	margin-right: 0px;	
}
div.chat {
	//width: 100%;
	position: relative;
	height:100% !important;
	//min-height: 500px;
	//max-height: 500px;
	overflow: scroll;
	background-color:#EFEFEF;
	color: #000;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.chat::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chat {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.chat-height::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chat-height {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.tab-content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tab-content {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

}

.tab-pane::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tab-pane {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

}

.tab-pane {
	border-left: 1px solid #272525;
	border-right: 1px solid #272525;
	border-bottom: 1px solid #272525;
	border-radius: 0px;
	padding: 10px;
	background-color: #272525;
	position: relative;
}

.navbar-brand img {
	max-height: 45px; 
	width: auto;
}
.tab-pane.slido, .tab-pane.speakers {
	overflow: scroll;
	
}

.entry-title {
	color: white;
	font-size: 30px;
	margin-bottom: 20px;
	font-family: 'Barlow';
	font-weight: 700;
	visibility: hidden;
}
.nav-tabs .nav-link.active {
	font-family: 'Barlow';
	font-weight: 700;
	color: white;
	background-color: black;
	border: 0;
}   
.nav-tabs .nav-link {
	border: 2px solid black;
	background-color: black;
	color: white;
	height: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	margin: auto;
	justify-content: center;
}
.nav-tabs .nav-link:hover {
	border-color: #414042;
}
.live-gradient {
	padding: 25px 10px 15px 10px;
	background: transparent;
	position: relative
}
.nav-tabs {
	margin-bottom: 0;
}
.vimeo-video-container {

	overflow: hidden;
}

.speakers-content {
	padding: 20px;
	color: white;
}
input#chat-input {
	display:block;
	height:52px;
	width:90%;
	margin:10px auto;
	outline:none;
	background-color:white;
	border:1px solid #ccc;
	border-radius: 0px;
	padding:10px 20px;
	font-size:20px;
	color:black;
	
}
.message-container span em {
	color: #818181;
}
.message-container span.message{
	color: black;
}
#messages {
	background-color:#EFEFEF;
	padding:10px;
	height:100%;
	width:100%;
	margin:0 auto;
	overflow-y:hidden;
}

#messages p {
	margin:5px 0;
	padding:0;
}

.info {
	margin:5px 0;
	font-style: normal;
}

.message-container {
	margin: 10px 0;
	color: #2C2A27;
	line-height: 125%;
}

.message-container .username {
	display:inline-block;
	margin-right:5px;
	font-weight:bold;
	color:#849091;
}

.me, .username.me {
	font-weight:bold;
	color:#064CFA;
}

.message-container .username.me {
	display:inline-block;
	margin-right:5px;
}