.bbps_clickable {
	cursor: pointer;
}

/* Support Reports Formatting */
.bbpress_support_reports {
	display: grid;
	grid-gap: 2.9rem;
	grid-template-columns: 1fr 1fr;
}
.bbpress_support_reports table th,
.bbpress_support_reports table td {
	padding: .9rem 1.45rem;
}
.bbpress_support_report h3:first-child {
	margin-top: 0;
}
.bbpress_support_report .bbps_moderator_notice {
	background: #FAFAFA;
	border: 1px solid #CCC;
	margin: 0 0 2.9rem 0;
	padding: 1.45rem;
}
.bbpress_support_report .bbps_moderator_notice h1,
.bbpress_support_report .bbps_moderator_notice h3 {
	margin: 0;
}
.bbpress_support_report .bbps_moderator_notice h1 {
	font-size: 32px;
	line-height: 46px;
}
.bbpress_support_report .bbps_moderator_notice h3 a,
.bbpress_support_report .bbps_moderator_notice h3 a:hover {
	border: none;
	text-decoration: underline;
}
.bbpress_support_report .bbps_moderator_notice h3.attention_needed,
.bbpress_support_report .bbps_moderator_notice h3.attention_needed a {
	color: #B00000;
	font-weight: 700;
}
.bbpress_support_report .bbps_moderator_notice h3.attention_needed:after {
	content: "\f06a";
	font-family: 'Font Awesome 5 Free';
	padding-left: 5px;
}

/* User Credentials Form */
/* .pmpro_user_pass_form {

} */
.pmpro_user_pass_form p,
.pmpro_user_pass_form textarea {
	margin: 0 0 .9rem 0;
}
.pmpro_user_pass_form p small {
	display: block;
	line-height: 2.4rem;
}

/* Forum/Unassigned CSS */
.bbpst-topic-urgent { background: #FFF8E5 !important; }

/** Customer ticket status labels */
.bbp-topic-meta .ticket-label {
	padding: 1%;
	border-radius: 5px;
}

.bbp-topic-meta .ticket-label-closed {
	background: black;
	color: white;
}

.bbp-topic-meta .ticket-label-resolved {
	background: #2180AA;
	color: white;
}


.bbp-topic-meta .ticket-label-pending {
	background: #FC7B11;
	color: white;
}

.bbp-topic-meta .ticket-label-active,
.bbp-topic-meta .ticket-label-escalated,
.bbp-topic-meta .ticket-label-published {
	background: #678C3C;
	color: white;
}