.light-border-container {
	border: 1px solid #edeef1;
}

.s-back-button {
	display: inline-block;
	padding: 5px;
	font-weight: bold;
}

.s-back-button i {
	position: relative;
	bottom: -1px;
}

.--bg-green .s-back-button {
	color: #10121e;
}

.s-btn {
	border-radius: 20px;
	font-size: 16px;
	padding: 0.3125rem 1.25rem;
    line-height: unset;
	font-weight: bold;
	text-decoration: none!important;
}

.addeventatc.s-btn {
	border-radius: 20px!important;
	font-size: 16px!important;
	padding: 0.3125rem 1.25rem!important;
    line-height: unset!important;
	font-weight: bold!important;
	text-decoration: none!important;
	background: transparent!important;
	font-family: "DM Sans",sans-serif!important;
	box-shadow: none!important;
	text-shadow: none!important;
}

.--outline {
	border: 1px solid #10121e;
	color: #10121e;
}

.addeventatc.--outline {
	border: 1px solid #10121e!important;
	color: #10121e!important;
}

.s-btn.addeventatc .addeventatc_icon {
	display: none!important;
}

.s-btn-xs {
	font-size: 13px;
	padding: .2rem .8rem;
}

.addeventatc.s-btn-xs {
	font-size: 13px!important;
	padding: .15rem .8rem!important;
}


#page-individual-chat .select2-container .select2-selection--single {
	height: 40px;
}

#page-individual-chat .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

#page-individual-chat .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px 14px!important;
}

#directMessageFrm textarea.form-control, #page-group-chat textarea.form-control{
	border: 1px solid #fff;
}

#page-profile .attendee-fact {
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.text-decoration-none {
	text-decoration: none;
}

.text-decoration-none.with-hover:hover {
	text-decoration: underline!important;
}

.--fw-700 {
	font-weight: 700;
}

.line-clamp {
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s-speaker {
	position: relative;
	padding-left: 40px;
	min-height: 30px;
	font-size: 13px;
}

.s-speaker img, .s-speaker span {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.s-speaker p {
	line-height: 100%;
}

.s-speaker span {
	background: #10121e;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: .8rem;
}

::-webkit-scrollbar-thumb {
    border: 4px solid #85DDB5;
    background-clip: padding-box;
    background: #85DDB5;
}

::-webkit-scrollbar-track {
    background: #000;
}

.nav-tabs .nav-link {
	text-decoration: none;
}

.page-contents .list-group-item {
	text-decoration: none;
}

.list-group-item.list-group-item-with-link .list-group-item-link {
	background: transparent;
	margin-left: 0;
}

.list-group-item a {
	text-decoration: none;
}
.f-mono {
	font-family: "DM Mono",sans-serif!important;
}

#page-scavenger-hunt .list-item-img {
	width: 50px;
	margin-right: 20px;
}
@media screen and (max-width: 1140px) {
	#page-agenda .page-contents {
		padding: 0 0 0 0;
	}

	.view-nav {
		white-space: nowrap;
		overflow-x: scroll;
	}
}
