p,
li {
	font-size: 18px;
}

iframe {
	border: none;
}

.avatarContainer {
	padding-top: 10px;
}

.avatar {
	width: 40px;
	height: 40px;
	line-height: normal;
	background-color: #eb5f59;
	border-radius: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-transform: uppercase;
}

li.fle {
}

.be-left-sidebar .sidebar-elements > li.fle > a {
	padding: 2px 20px 2px 20px;
	font-size: 1.2rem;
	font-weight: normal;
}

li.fle a {
	height: 43px;
}

li.fle span {
	display: block;
	margin-top: -30px;
	margin-left: 30px;
}

li.fle .time {
	display: block;
	margin-left: 30px;
	margin-top: -6px;
	font-size: 10px;
	text-transform: uppercase;
	color: #838383; /* We don't use opacity here as it causes a weird drawing bug in Safari */
}

li.fle .checker {
	width: 20px;
	height: 20px;
	margin-top: 4px;
}

li.fle-dismiss {
	margin-top: 10px;
	padding-left: 20px;
}

li.fle a.done {
	pointer-events: none;
}

li.fle a.done span {
	text-decoration: line-through;
	margin-top: -26px;
}

li.fle a.done .time {
	display: none;
}

.be-left-sidebar .sidebar-elements > li ul.fle-container {
	display: block;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}

.be-left-sidebar .sidebar-elements > li ul.fle-container li > a,
.be-left-sidebar .sidebar-elements > li ul.fle-container .divider {
	padding-left: 20px;
	padding-top: 0;
}

.be-left-sidebar .sidebar-elements > li ul.fle-container .divider {
	margin-bottom: 5px;
}

.be-left-sidebar .sidebar-elements > li ul.fle-container li > a:hover {
	background-color: transparent;
}
.be-left-sidebar .sidebar-elements > li > a {
	background: #f9f0ea;
}
.be-left-sidebar .sidebar-elements > li ul {
	border: none;
	padding: 0px;
}

.list-group-item .icon {
	width: 20px;
	height: 20px;
}

.be-left-sidebar .list-group-item .icon {
	margin-top: 4px;
}
.be-left-sidebar .sidebar-elements > li ul li > a {
	color: #37246a;
}
.active-sub-menu-item {
	background: #fff !important;
}
.active-sub-menu-item a {
	font-weight: bold;
}

.list-group-item-action,
.list-group-item-action:hover,
.list-group-item-action:focus {
	color: #3b3363;
}

@media (max-width: 767.98px) {
	.avatarContainer {
		padding-top: 0;
	}
}

.follow-up-builder {
	display: block;
	border: 0px;
}

.follow-up-builder .questions-section {
	max-height: 300px;
	margin-top: 10px;
}

.follow-up-builder .section-filtering-button {
	display: flex;
	margin-top: 8px;
	text-align: justify;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
	width: 100%;
}

.follow-up-builder .button-filtering-follow-up {
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 4px;
	min-width: 90px;
	max-width: 90px;
	font-size: 15px;
	border: 2px solid #3b3363;
	outline: none !important;
	cursor: pointer;
}

.follow-up-builder .button-filtering-follow-up-focus {
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	background-color: #3b3363;
	border-radius: 6px;
	padding: 4px;
	min-width: 90px;
	max-width: 90px;
	font-size: 15px;
	border: 2px solid #3b3363;
	outline: none !important;
	color: white;
}

/* Customize the label (the container) */
.follow-up-builder .followup-checkbox-container {
	width: 100%;
	padding-left: 15px;
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 16px;
	margin-left: 0px;
	color: #3b3363;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.follow-up-builder .checkboxLabel {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 30px;
	font-weight: 0;
	margin-left: 10px;
	padding-bottom: 7px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.follow-up-builder .checkboxLabel input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.follow-up-builder .followup-checkbox {
	position: absolute;
	top: 2px;
	left: 0;
	height: 19px;
	width: 19px;
	background-color: #ffffff;
	border-radius: 4px;
	border: 2px solid #3b3363;
}

/* When the checkbox is checked, add a blue background */
.follow-up-builder .checkboxLabel input:checked ~ .followup-checkbox {
	background-color: #3b3363;
}

.follow-up-builder .checkboxLabel input:disabled ~ .followup-checkbox {
	border: 0px;
	background-color: #ffffff;
}

.follow-up-builder table.conflicting-question {
	opacity: 0.75;
}

.follow-up-builder
	table.conflicting-question
	.checkboxLabel
	input:disabled
	~ .followup-checkbox {
	border: 2px solid #3b3363;
}

/* Create the checkmark/indicator (hidden when not checked) */
.follow-up-builder .followup-checkbox:after {
	content: '';
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.follow-up-builder
	.checkboxLabel
	input[type='checkbox']:checked
	~ .followup-checkbox:after {
	display: block;
}

/* Style the checkmark/indicator */
.follow-up-builder .checkboxLabel .followup-checkbox:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Style the checkmark/indicator */
.follow-up-builder .checkboxLabel input:disabled ~ .followup-checkbox:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #3b3363;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.follow-up-builder .title-message-preview {
	color: #3b3363;
	font-weight: bold;
	font-size: 18px;
	padding: 8px;
	display: inline-block;
}

.follow-up-builder .chatbox {
	overflow: auto;
	margin-top: 10px;
}

.follow-up-builder .speech-bubble {
	background-color: #ebeff6;
	border: 0px solid #c8c8c8;
	border-radius: 5px;
	margin-top: 10px;
	width: 95%;
	text-align: left;
	font-size: 14px;
	margin-left: 8px;
	padding: 10px;
	line-height: 1.3;
	color: #3b3363;
}

.follow-up-builder .speech-bubble.no-dynamic {
	margin-right: 0px;
	width: 95%;
}

.follow-up-builder .bubble-icon {
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.follow-up-builder .card-no-shadow {
	margin-top: 10px;
	margin-right: 10px;
	box-shadow: 0px 0px 0px 0px;
	width: 100%;
	background-color: #ffffff;
	padding: 5px 0px 0px 0px;
	border-radius: 4px;
}

.follow-up-builder .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.follow-up-builder .hr-in-card {
	margin-top: 0rem;
	border-top: 0 px;
}

.follow-up-builder .hr-in-card .border-bottom {
	margin-top: 0rem;
	border-top: 0 px;
	border-bottom: 1px solid #3b3363;
}

.follow-up-builder .card-active {
	border: none;
	background-color: white;
}

.follow-up-builder .card-active:after {
	border: none;
	background-color: white;
}

.follow-up-builder .page-head-title {
	background-color: white;
}

.follow-up-builder .custom-questions-link {
	margin-left: 10px;
	margin-top: 10px;
	color: #3b3363;
	font-size: 14px;
	font-weight: bold;
}

.follow-up-builder .section-footer {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #3b3363;
}

.follow-up-builder .section-footer button {
	min-width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 40px;
}

.follow-up-builder .section-columns {
	display: flex;
	justify-content: space-between;
}

.follow-up-builder .section-columns .column-header {
	border-bottom: 1px solid #dee2e6;
	min-height: 60px;
	align-items: center;
	display: flex;
}

.follow-up-builder .section-columns .column-body {
	overflow-y: scroll;
}

.follow-up-builder .left-column {
	width: 65%;
	flex-grow: 1;
}

.follow-up-builder .right-column {
	width: 35%;
	flex-shrink: 0;
	border-left: 1px solid #dee2e6;
}

.follow-up-builder .right-column .column-header {
	justify-content: center;
}

.follow-up-builder .a-href {
	font-style: normal;
	font-weight: 100;
	text-decoration: underline;
}

.follow-up-builder .card-container {
	margin-left: 8px;
	margin-right: 8px;
}

.follow-up-builder .card-body-collapse {
	display: none;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

.follow-up-builder .page-head-title-card-collapse {
	text-align: left;
	width: 100%;
	border: none;
	padding-left: 10px;
	font-size: 1.5rem;
	margin-bottom: 0px;
	line-height: 25px;
	padding-top: 10px;
	cursor: pointer;
}

.follow-up-builder .page-head-title-card-collapse:after {
	content: url('../img/disclosure-arrow-down.svg');
	font-size: 1.8rem;
	float: right;
	font-weight: bold;
	margin-top: 0px;
	border: none;
	padding-bottom: 10px;
	height: 34px;
	width: 20px;
}

.follow-up-builder .page-head-title-card-collapse.card-active:after {
	content: url('../img/disclosure-arrow-up.svg');
	height: 34px;
	width: 20px;
}

.follow-up-builder .page-head-title-card-collapse:hover {
	border: none;
}

.follow-up-builder .follow-up-footer {
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	background-color: #f9f0ea;
	padding: 15px 0px 7px 20px;
}

.follow-up-builder .follow-up-footer p {
	margin-bottom: 8px;
	font-size: 1em;
}

.loginHistoryItem {
	margin-bottom: 20px;
}

.loginHistoryItem:last-child {
	margin-bottom: 0;
}

.loginHistoryItem:last-child hr {
	display: none;
}

.loginHistoryItemTitle {
	font-weight: bold;
	position: relative;
}

.loginHistoryItem.active .loginHistoryItemTitle {
	padding-left: 17px;
}

.loginHistoryItem.active .loginHistoryItemTitle::before {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	top: 6px;
	left: 0;
	background-color: #eb5f59;
	display: inline-block;
}

.opaque-loading.be-loading-active {
	height: 130px;
}

.opaque-loading .be-spinner {
	text-align: center;
	width: 220px;
	position: static;
	margin: 40px auto 0 auto;
}

.opaque-loading.be-loading:after {
	background: none;
}

.login-history {
	max-height: 360px;
	overflow-y: scroll;
}

.list-group a,
.sidebar-elements a,
.nav-item a {
	text-decoration: none;
}

.be-left-sidebar .sidebar-elements > li > a .icon {
	vertical-align: top;
}

.be-left-sidebar .sidebar-elements > li > a,
.be-left-sidebar .sidebar-elements > li.active > a > span {
	color: #3b3363;
}

.card {
	border-radius: 8px;
}

.card-sub-header {
	background-color: #f9f0ea;
	margin: -8px 20px 0px 20px;
	padding: 26px 30px;
	font-size: 1.15em;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.card-sub-header button {
	width: 20px;
	height: 20px;
	margin-left: 8px;
	border: 0px;
	background-color: transparent;
	padding: 0px;
	outline: none;
	cursor: pointer;
}

.card-sub-header button img {
	width: 20px;
	height: 20px;
	margin-top: -7px;
}

.popover {
	max-width: 400px;
	border: 0px;
	margin-top: 10px;
}

.popover .arrow::before {
	border: 0px;
}

.popover .popover-header {
	font-size: 1.1em;
	background: transparent;
	border: 0px;
	line-height: 1.21;
	font-weight: bold;
	color: #38246a;
	margin: 10px 5px 0px 5px;
}

.popover .popover-body {
	font-size: 1.1em;
	color: #38246a;
	line-height: 1.21;
	margin: 0px 5px 10px 5px;
}

.clear {
	clear: both;
}

.form-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: top;
	margin: 0px;
	padding: 5px 0px 20px 0px;
}

.form-submit {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.form-row label {
	font-size: 1em;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-top: 6px;
	width: 15%;
}

.form-input {
	width: 100%;
}

.form-row input[type='text'],
.form-row select {
	border-radius: 4px;
	border: 1px solid #d5d8de;
	padding: 6px;
	width: 100%;
}

.form-error {
	margin: 0px;
	color: red;
	display: none;
}

.banner {
	width: 100%;
	padding: 20px 20px 20px 51px;
	background-color: #f9f0ea;
	position: relative;
	margin-top: -20px;
	margin-bottom: 30px;
}

.banner img {
	position: absolute;
	left: 21px;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
}

.dz-success-mark,
.dz-error-mark {
	display: none;
}

.dz-message span,
form.dropzone {
	cursor: pointer;
}

.vl {
	width: 1px;
	height: 100%;
	background-color: #dad9d9;
	position: absolute;
	top: calc(50% - 72px);
	right: 0px;
	height: 144px;
}

.plan-container {
	background-color: #e1ecf4;
	width: 100%;
	height: 90px;
	border-radius: 6px;
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
}

.plan-container p.title {
	font-size: 23px;
	font-weight: bold;
	display: inline-block;
	margin-top: 22px;
	margin-bottom: 5px;
	line-height: 23px;
}

.cta-button {
	background-color: #eb5f59;
	height: 48px;
	border-radius: 4px;
	border-style: none;
	color: white;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.5px;
	padding: 0px 24px 0px 24px;
	cursor: pointer;
}

.cta-button:active,
.cta-button:focus,
.cta-button:active:focus,
.cta-button:hover {
	background-color: #c24d53;
	color: white;
	outline: 0;
}

.cta-button:disabled {
	background-color: #9d9ab1;
	cursor: not-allowed;
}

.cta-button-outline {
	background-color: transparent;
	border: solid 2px #3b3363;
	color: #3b3363;
}

.cta-button-outline:active,
.cta-button-outline:focus,
.cta-button-outline:active:focus,
.cta-button-outline:hover {
	background-color: #3b3363;
	color: #fff;
}

.cta-button-outline:disabled {
	color: #9d9ab1;
	border-color: #9d9ab1;
	background-color: transparent;
}

.not-in-plan-container > img {
	display: block;
	margin: auto;
	margin-top: 40px;
}

hr.thick {
	margin: 0px 10px;
	border-top: 2px solid #3b3363;
}

a.icon {
	text-decoration: none;
}

.content-new {
	background-color: #fff;
	padding: 0px 25px;
	position: relative;
}
.btn {
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.35s ease;
}
.btn .btn-icon {
	margin: 0px 5px;
	width: 14px;
	height: 14px;
}

.btn-primary {
	background: #eb5f59;
}
.btn-secondary {
	border-color: #37246a;
	color: #37246a;
}
.btn-fill {
	background: #37246a;
	color: #fff;
}
.btn-secondary:hover {
	border-color: #37246a;
	color: #37246a;
	background-color: rgba(56, 36, 106, 0.18);
}
.btn-secondary.disabled {
	border-color: #37246a;
	color: #37246a;
	background-color: rgba(56, 36, 106, 0.18);
	opacity: 0.5;
	cursor: forbidden;
}
.btn-secondary.disabled:hover {
	border-color: #37246a;
	color: #37246a;
	background-color: rgba(56, 36, 106, 0.18);
	opacity: 0.6;
}

.btn-tertiary {
	background: transparent;
	color: #37246a;
	text-decoration: underline;
}

.form-control,
.form-control:focus,
.form-control:active {
	color: #37246a;
	border: 1px solid #38246a;
}
.form-control::placeholder {
	color: rgba(55, 36, 106, 0.5);
}
.form-group label {
	font-size: 18px;
	color: #37246a;
	font-weight: 500;
}
.form-check label {
	font-size: 18px;
	color: #37246a;
	font-weight: 500;
}
.input-group-sm,
.form-control {
	height: 40px;
	border-radius: 4px;
}
.input-group > .form-control:not(:first-child) {
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.form-control {
	border-radius: 4px;
}
.dropdown-menu {
	border-radius: 8px;
}

.page-item a {
	transition: background 0.35s ease;
	border-radius: 4px;
	border: 1px solid #38246a;
	text-decoration: none;
}
.page-item :hover {
	border-color: #37246a;
	color: #37246a;
	background-color: rgba(56, 36, 106, 0.18);
}
.page-item a.disabled {
	border-radius: 4px;
	border: 1px solid #38246a;
}
.page-item.active a {
	border: 1px solid transparent;
	background-color: #37246a;
}
.page-item.active .page-link {
	background-color: #37246a;
	color: #fff;
}
.alert {
	padding: 0.75rem 1.25rem;
}
.alert-info {
	color: #37246a;
	background-color: #f9f0ea;
}
.alert-success {
	background: #e2f5f3;
	color: #37246a;
}
.alert-with-icon {
	display: flex;
	align-items: center;
}
.alert-with-icon img {
	margin-right: 1.25rem;
	min-width: 22px;
	min-height: 22px;
}
.page-subheader {
	margin-top: 0px;
	font-weight: 500;
	font-size: 1.769rem;
}

.centered-content {
	display: flex;
	align-items: center;
}

.right-aligned-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.right-aligned-content button,
.right-aligned-content a {
	margin-right: 5px;
}
.form-control,
.custom-select {
	border-radius: 4px;
	border: 1px solid #38246a;
	color: #38246a;
}
.bg-content {
	min-height: calc(100vh - 60px);
}

.block {
	width: 100%;
}

.import-contacts-options {
	padding: 20px 25px 10px;
}
.import-contacts-options #nextButton {
	margin-top: 2rem;
	min-width: 140px;
}

.import-contacts-options .form-check {
	display: flex;
}
.import-contacts-options .form-check h3 {
	margin-top: 0px;
	margin-left: 10px;
	color: #37246a;
}
.import-contacts-options .form-check p {
	margin-left: 10px;
	color: #37246a;
}
.import-contacts-options .form-check input {
	margin-top: 10px;
	margin-right: 10px;
}
.faded-text {
	opacity: 0.8;
	font-size: 16px;
}

.custom-input-wrapper {
	border: 1px solid #37246a;
	border-radius: 4px;
	display: flex;
	padding: 10px 12px;
}
.custom-input-wrapper input {
	background: transparent;
	border: none;
	width: 100%;
	outline: none;
}
.custom-input-wrapper button {
	height: 25px;
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
	background: #3b6bb4;
	border-radius: 50%;
}
input[type='checkbox'] {
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
}

.font-weight-medium {
	font-weight: 500;
}

.thick-border {
	border-width: 2px;
}

.inbox-row-unread td:first-child {
	box-shadow: inset 10px 0px 0px 0px #eb5f59;
}
.inbox-row-open td:first-child {
	box-shadow: inset 10px 0px 0px 0px #eb5f59;
}
.inbox-row-read td:first-child {
	box-shadow: inset 10px 0px 0px 0px #3b6bb4;
}
.inbox-row-confirmation-sent td:first-child {
	box-shadow: inset 10px 0px 0px 0px #3b6bb4;
}
.inbox-row-follow-up-received td:first-child {
	box-shadow: inset 10px 0px 0px 0px #62c5a1;
}
.inbox-row-follow-up-sent td:first-child {
	box-shadow: inset 10px 0px 0px 0px #37246a;
}
.inbox-row-resolved td:first-child {
	box-shadow: inset 10px 0px 0px 0px rgba(55, 36, 106, 0.5);
}
.inbox-row-answered td:first-child {
	box-shadow: inset 10px 0px 0px 0px rgba(55, 36, 106, 0.5);
}

.inbox-row-unread {
	background-color: #eb5f59;
}
.inbox-row-open {
	background-color: #eb5f59;
}

.badge-read {
	background-color: #3b6bb4;
	color: #fff;
}
.badge-confirmation-sent {
	background-color: #3b6bb4;
	color: #fff;
}
.badge-follow-up-received {
	background-color: #62c5a1;
	color: #fff;
}
.badge-follow-up-sent {
	background-color: #37246a;
	color: #fff;
}
.badge-resolved {
	background-color: rgba(55, 36, 106, 0.5);
	color: #fff;
}
.badge-answered {
	background-color: rgba(55, 36, 106, 0.5);
	color: #fff;
}
.badge {
	border: none;
}
.new-badge {
	background: #eb5f59;
	color: #fff !important;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-content: center;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50%;
	line-height: 0em;
	width: 1em;
	padding: 0.7em 0.75em 0.9em 0.85em;
	height: 1em;
	margin-right: 0px !important;
}
.be-left-sidebar {
	border: none;
}
.left-bordered {
	border-left: 2px solid #38246a;
}
.warning-text-wrapper :first-child {
	color: #eb5f59;
	font-weight: 500;
}

@media (max-width: 991px) {
	.vl {
		height: 1px;
		width: 144px;
		top: auto;
		right: auto;
		bottom: -10px;
		left: calc(50% - 72px);
	}
}

#confirm-modal #confirm-modal-textarea {
	width: 80%;
	height: 150px;
	resize: none;
	border: 1px solid #37246a;
	border-radius: 4px;
	padding: 8px;
}

#confirm-modal #confirm-modal-input {
	width: 50%;
	border: 1px solid #37246a;
	border-radius: 4px;
	padding: 8px;
}

.card-body.no-title {
	padding-top: 20px;
}

.grabbable {
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.referral-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	-webkit-box-shadow: 0px -2px 20px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px -2px 20px 5px rgba(0, 0, 0, 0.05);
	background-color: #f9f0ea;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.referral-banner .mdi-open-in-new {
	font-size: 18px;
}

@media screen and (max-height: 500px) {
	.referral-banner {
		display: none;
	}
}

.btn-trial:hover {
	background-color: #ffffff;
}

.alert a {
	font-weight: normal;
	text-decoration: underline;
}

.alert-icon.alert-icon-colored {
	display: flex;
	align-items: center;
	background-color: #c7e1e4;
	border: none;
	border-radius: 8px;
	margin-top: 0px;
	margin-bottom: 40px;
}

.alert .close,
.alert-icon.alert-dismissible .close,
.video-banner .close {
	position: relative;
	margin-left: auto;
	outline: none;
}

.video-banner {
	width: 100%;
	background: #c7e1e4;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 25px;
	display: flex;
	color: #404040;
}

.video-banner .thumbnail-container {
	width: 220px;
	height: 100px;
	background-size: 100%;
	background-position: center center;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.video-banner .thumbnail-container .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.video-banner .thumbnail-container .overlay:hover {
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(2px);
}

.video-banner .play-container {
	color: white;
	display: flex;
}

.video-banner .play-container div {
	text-align: right;
	margin-right: 7px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.video-banner .play-container .play {
	margin-left: 7px;
}

.video-banner .clock {
	margin-left: 4px;
	margin-top: -3px;
}

.video-banner .play-container div span {
	display: block;
}

.video-banner .time {
	font-size: 10px;
	margin-top: 0px;
}

.video-banner .content {
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.video-banner .content span {
	display: block;
}

.video-banner .content .title {
	font-size: 18px;
	font-weight: bold;
}

a.glightbox {
	text-decoration: none;
	font-weight: normal;
}

.be-top-header .page-title {
	display: flex;
}

.page-title .reporting-link {
	display: flex;
	line-height: normal;
	align-items: center;
	margin-left: 60px;
}

.page-title .reporting-link > div {
	display: flex;
	flex-direction: column;
}

.page-title .reporting-link > img {
	margin-left: 10px;
	cursor: pointer;
}

/* partners */
.be-top-header .be-navbar-header .navbar-brand.navbar-brand-zerohr {
	background-image: url('/img/zerohr-white.png');
	background-size: 72px 30px;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently */
}
