header {
    background : #3c8dbc;
}
header ul {
    margin : 0;
    padding : 0;
}
header ul li {
    list-style-type: none;
    display : inline-block;
}

header ul li a {
    color : #fff;
    display : block;
    padding : 10px 10px;
}

header ul li.active {
    background : #367fa9;
}

header ul li a:hover {
    color : #fff;
}

footer {
    background : #3c8dbc;
    padding : 5px;
    color : #fff;
}
.top-login-btn {
	display: none;
	position: absolute;
	z-index: 100;
	border-radius: 0px;
	top: 5px;
	left: 50%; /* Align horizontally to the center */
	transform: translateX(-50%); /* Corrects alignment to center horizontally */
}
@media(max-width: 768px) {
	.top-login-btn {
		display: block;
	}

	.seach-textfield {
		padding-top: 20px;
	}
}
@media (max-width: 576px) {
	#banners {
		display: none;
	}

	#mbanners {
		display: block !important;
	}
}
.scrollable-cont {
	height: calc(100vh - 220px);
	overflow-y: auto;
}
.login-col1 {
	background : #edf7ff;
	overflow-y: auto;
	scrollbar-width: none;
}
.login-container {
	width : 100%;
}
.login-content {
	width : calc(100% - 350px);
	float : left;
	height : 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.login-content-text {
	padding : 20px;
}
.login-top-container {
	background-color: #fff;
	height: 70px;
}
.login-top-container .login-form {
	max-width: 600px;
}
.login-top-container .login-table {
	vertical-align: middle;
}
.login-top-container .login-table td{
	vertical-align: top;
	padding : 0px 5px;
}
.login-footer {
	display: flex;             /* Use Flexbox */
	height: 50px;
	align-items: center;       /* Center vertically */
	padding : 0px 15px;
	width:100%;
	overflow-x: hidden;
}
.vacancy-row .apply-btn {
	display: none;
}
.vacancy-row:hover .apply-btn{
	display: block;
}
.text-white {
	color : #fff;
}

.box.box-item .logo-cont {
	padding : 5px 0px;
	text-align: center;
}
.text-lg {
    font-size : 22px;
}
.pt-7 {
    padding-top : 7px
}
.pl-7 {
    padding-left : 7px;
}
.mb-5 {
    margin-bottom : 5px;
}
.clear  {
    clear: both;
}
.no-resize {
    resize : none;
}
.no-margin-bottom {
    margin-bottom : 0;
}
.no-border-bottom {
    border-bottom : 0;
}
.vertical-middle {
    vertical-align: middle !important;
}
.custom-table input[type="radio"], .custom-table input[type="checkbox"] {
    vertical-align: middle;
    margin-top : 0px !important;
}
.pointer {
	cursor : pointer;
}
.announcements {
	background : #474747;
	color : #fff;
	vertical-align: middle;
	padding : 5px 0;
}
.marquee-cont {
	min-height: 100px;
	max-height: 150px;
	overflow: hidden;
	margin-bottom : 15px;
}
.marquee {
	font-style: normal;
	vertical-align: middle;
	animation: moveLeft 60s linear infinite;
	overflow-x: unset;
	display: inline-block;
	white-space: nowrap; /* Keep all content in a single line */
}
.login-footer:hover .marquee {
	animation-play-state: paused;
}
@keyframes moveLeft {
	0% {
		transform: translateX(0); /* Start fully visible */
	}
	10% {
		transform: translateX(0); /* Pause briefly */
	}
	100% {
		transform: translateX(-100%); /* Move completely to the left */
	}
}
#job-vacancy-marquee {
	max-height: 150px;
}
.pl-15 {
	padding-left: 15px;
}
.pt-10 {
	padding-top: 10px;
}
.padding {
	padding : 15px;
}
.padding-sm {
	padding : 5px;
}
.no-margin {
	margin : 0px;
}
.no-border-top {
	border-top : 0px;
}
.border-bottom {
	border-bottom : 1px solid #f4f4f4;
}
.no-radius {
	border-radius: 0;
}
.post-container {
	position : relative;	
	margin-bottom : 15px;
}
.post-container .image {
	background : #fff;
	position: absolute;
	top : 0px;
	left : 0px;
	border : 2px solid #3c8dbc;
	padding : 3px;
}

.post-container .video {
	margin-top : -70px;
	text-align: center;
}
.post-container .video .cropped {
	height : 120px;
	overflow: hidden;
}
.post-container video {
	margin-top : -15px;
}
.post-container .text-container {
	padding : 30px 30px;

}
.post-container .text-container .text{
	font-size: 10px;
	border : 2px solid #3c8dbc;
	padding : 20px 5px 40px;
}
h3 {
	margin : 10px 0;
}
.poster-title {
	background : #3c8dbc;
	color : #fff;
	padding : 5px;
	margin-top : 7px;
}
.login-content video {
	border : 10px solid #367fa9;
	border-radius: 5px;
}
.post-container-minor {
	text-align: center;
}
.post-container-minor .image{
	text-align: center;
	padding : 5px 10px;
	border : 2px solid #3c8dbc;
	display : inline-block;
	margin : 0 auto;
	background : #fff;
}
.post-container-minor .text {
	border : 2px solid #3c8dbc;
	font-size : 10px;
	padding : 20px 5px 5px;
	margin-top : -15px;
}
ul.exhibitor-logos {
	padding : 0px;
}
.exhibitor-logos li {
	list-style: none;
	display: inline-block;
	padding : 5px;
}
.newsfeed-item {
	margin-bottom : 5px;
}
.newsfeed-item .newsfeed-body {
	background : #fff;
	padding : 10px;
}
.newsfeed-item .newsfeed-subtitle {
	color : #878787;
	font-size : 12px;
	margin-top : 10px;
}
.newsfeed-item .newsfeed-footer {
	padding : 5px;
	border-top : 1px solid #cccccc;
	background : #fff;
}
.ad-container {
	background : #474747;
	padding : 0 5px;
	margin-bottom : 5px;
}
.bg-dark {
	background : #474747;
}
.h-padding-sm {
	padding : 0px 5px;
}
.register-box {
	margin : 30px auto  !important;
}
.login-logo, .register-logo {
	font-size : 30px;
}
.login-box, .register-box {
	width : 385px !important;
}
.login-banner {
	height : 100px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: #170C51 !important;
}

#mbanners {
	display:none;
}

.v-padding {
	padding : 10px 0;
}
.featured-section {
	border-bottom : 1px solid #f4f4f4;
}
.featured-section .table {
	margin-top : 10px;
}
.featured-section:last-child {
	border-bottom: 0px;
}
.row-sm {
	margin-right : -10px;
	margin-left : -10px;
}
.box {
	border-radius: 0;
}
.post {
	border-bottom : 1px solid #cccccc;
}
.post .media-container .img-cont {
	overflow: hidden;
}
.comments {
	padding-left : 0px;
}
.comment-cont {
	padding : 5px 0px;
}
.comments .avatar {
	width: 40px;
	height : 40px;
	border-radius : 50%;
	float : left;
	border : 1px solid #cccccc;
	overflow: hidden;
	margin-right : 8px;
}
.comments .user-info {
	float : left;
	width : calc(100% - 50px);
}
.comments .user-info .name {
	font-weight: bold;
}
.comments .user-info .date {
	color : #757575;
	font-size : 12px;
}
.comments li{
	list-style-type: none;
}
.top-banner {
	padding : 5px 0px;
	background : #000;
}
.virtual-event .sidebar {
	width : 200px;
	float : left;
}
.virtual-event .main-content {
	width : calc(100% - 400px);
	float : left;
}
.marquee-sm {
	padding : 5px 0px;
	color : #fff;
	background : #000;
	width:100%;
	overflow: hidden;
}
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.bg-white {
	background : #fff;
}
.sponsor .header{
	background : #474747;
	color : #fff;
	padding : 5px 0px;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

.row.has-gutter [class*='col-']:not(:first-child),
.row.has-gutter [class*='col-']:not(:last-child) {
	padding-right: 15px;
	padding-left: 15px;
}
.event-details {
	position: relative;
	margin-bottom : 10px;
}
.event-details .event-img {
	padding : 5px;
	border : 1px solid #cccccc;
	position: absolute;
	top : -15px;
	left : 10px;
	background : #fff;

}

.event-details-img {
	height : 480px;
	overflow: hidden;
	display: flex;
    align-items: center; /* vertical */
    justify-content: center; /* horizontal */
}
.event-details .content {
	padding-top : 65px;
	margin-top : 15px;
	border : 1px solid #cccccc;
}
.sponsor .body {
	padding : 5px 0px;
}

.pl-10 {
	padding-left : 10px;
}
.pr-10 {
	padding-right : 10px;
}
.pt-10 {
	padding-top : 10px;
}
.pb-10 {
	padding-bottom : 10px;
}
.ml-10 {
	margin-left : 10px;
}
.mr-10 {
	margin-right : 10px;
}
.mt-10 {
	margin-top : 10px;
}
.mb-10 {
	margin-bottom : 10px;
}

.virtual-room .main {
	width : calc(100% - 300px);
	float : left;
	overflow-y : auto;
	overflow-x : hidden;
}

.virtual-room .chatbox {
	display:block;
	width : 299px;
	border-left : 1px solid #cccccc;
	float : left;
	overflow-y : auto;
	position: relative;
}

@media only screen and (max-width: 600px) {
	.virtual-room .main {
		width : 100%;
		float : left;
		overflow-y : auto;
		overflow-x : hidden;
	}
	
	.virtual-room .chatbox {
		border-left : 1px solid #cccccc;
		float : left;
		overflow-y : auto;
		position: relative;
		width: 100%;
	}
}

.virtual-room .chatbox img.recruiter {
	border-radius: 50%;
	border : 1px solid #cccccc;
	float : left;
	width : 50px;
}
.virtual-room .chatbox .info {
	width : calc(100% - 50px);
	float : left;
}
.virtual-room .main .company .company-logo {
	width : 150px;
	float : left;
}

.virtual-room .main .company .company-name {
	width : calc(100% - 150px);
	float : left;
}
.direct-chat-messages {
	height : calc(100% - 275px);
}
.vertical-top {
	vertical-align: top;
}
.event-logo {
	margin: 5px;
	display: inline-block;
}
#scrollable-container {
	overflow-y : auto;
}
.direct-chat-text {
	word-wrap: break-word;
}
.users-list>li{
	width: 28%;

}
.exhibit-room-title {
	padding : 10px;
	background : #fff;
	border : 1px solid #f4f4f4;

}
.exhibit-room-title h4 {
	margin : 0px;
}

.exhibitor-logo-cont {
	display: inline-block;
	padding : 5px 10px;
}
section.sponsor {
	margin-top : 15px;
}
.body-background {
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}


#conversations {
	width: 349px;
	float : left;
	border-right : 1px solid #eee;
	overflow-y : auto;
	background : #fff;
	height : 100%;
}

#conversation-details {
	width: calc(100% - 350px);
	float : left;
	height : 100%;
	background : #fff;
	position: relative;
}

.textfield-container {
	padding : 10px;
}
#conversation-details .trail {
	height : calc(100% - 147px);
}
#conversation-details .application-details {
	padding : 10px;
	border-bottom : 1px solid #efefef;
}

#conversation-details .comp-details {
	padding : 10px;
	border-bottom : 1px solid #eee;
}
.item.padding {
	padding : 5px;
}
h4.conversation-title {
	margin : 0;
	font-weight: bold;
	padding : 10px;
	text-transform: uppercase;
	background : #eee;
	border-bottom : 1px solid #d2d6de;
}
.direct-chat-messages {
	height: calc(100% - 85px);
}
.products-list .active {
	background : #f0f0f0;
}

.dashboard-scrollable-section {
	height: calc(100vh - 140px);
	overflow-y: auto;
}