body .display-none {
	display: none !important;
}

.content-forum-page {
	flex: 1;
	padding-top: 0;
	padding-right: 48px;
	padding-left: 48px;
	max-width: 100%;
	margin: 0 auto;
}

.tpl-title-section {
	margin-bottom: 48px;
	text-align: center;
}
.bbp-search-form {
	margin-right: 48px;
}

.top-forum-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 48px;
}
.page-template-tpl-community-top .top-forum-block {
	margin-bottom: 10px;
}
.right-side-block {
	margin-left: auto;
}

button.create-new-topic {
	border-radius: 3px;
	background: #0e6aed;
	border: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	padding: 8px 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	transition: 0.3s;
}
button.create-new-topic:hover {
	background: #1a5ade;
}
.tab-forum {
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	border-radius: 3px;
	line-height: normal;
	padding: 8px 16px;
	border: 1px solid transparent;
	transition: 0.3s;
}

.tab-forum.active {
	color: #ffffff;
	background-color: #0e6aed;
}
.tab-forum:hover {
	border-color: #1a5ade;
}
.left-side-block {
	display: flex;
	align-items: center;
	gap: 0 24px;
}

.tab-content:not(.active) {
	display: none;
}
.forum-title {
	margin-bottom: 48px;
	overflow-wrap: break-word;
	word-break: keep-all;
	hyphens: auto;
}
ul.forum-titles li {
	color: #8495a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

#bbpress-forums li.bbp-header {
	background: transparent;
	border-top: unset;
	padding-bottom: 24px;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #e6e9ec;
}

#bbpress-forums ul,
#bbpress-forums.bbpress-wrapper ul {
	border: none;
}

li.bbp-forum-topic-count {
	text-align: right;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	padding: 24px 0;
	border-bottom: 1px solid #e6e9ec;
	border-top: none;
	background: none;
	display: flex;
	gap: 0 28px;
}

a.bbp-forum-title {
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	display: block;
	overflow-wrap: break-word;
	word-break: keep-all;
	hyphens: auto;
}

.new_topics {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	width: fit-content;
	line-height: 18px;
	border-radius: 4px;
	height: 18px;
	padding: 0 8px;
	margin-top: 5px;
	margin-left: auto;
}

li.bbp-forum-topic-count {
	color: #8495a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

li.bbp-forum-topic-count span {
	color: #8495a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 10px 0 0 0;
}
.bbp-forum-content {
	overflow: hidden;
	word-wrap: break-word;
}
li.bbp-forum-info {
	padding-left: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

ul.forum-titles li {
	color: #8495a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

ul.forum-titles li.bbp-forum-info {
	padding-left: 0;
}

.topics-tags-wrapper {
	display: flex;
	align-items: center;
	gap: 0 8px;
	margin-top: 10px;
}

.bbp-forum-content a {
	color: #0e6aed;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

.topics-tags-wrapper span {
	border-radius: 35px;
	background: #e6e9ec;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
}

#bbpress-forums {
	margin-bottom: 0;
}

.main-forum-wrapper {
	margin-bottom: 120px;
}

li.bbp-forum-topic-count {
	width: 6.4%;
}

li.bbp-forum-info,
li.bbp-topic-title {
	width: calc(100% - 6.4%);
}

.top-headers {
	display: flex;
	justify-content: space-between;
	padding-bottom: 24px;
	margin-bottom: 24px;
	padding-top: 8px;
	border-bottom: 1px solid #e6e9ec;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.top-headers .other-parametrs {
	display: flex;
	gap: 0 23px;
	width: 185px;
	min-width: fit-content;
}

.top-headers span {
	color: #8495a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

.topic-loop-item {
	padding: 24px 0;
	display: grid;
	grid-column-gap: 5%;
	grid-template-columns: auto clamp(150px, 164px, 170px) clamp(
			150px,
			185px,
			200px
		);
	border-bottom: 1px solid #e6e9ec;
}

.topic-loop-item .left-item-block {
	max-width: 550px;
	min-width: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.topic-loop-item .center-item-block .comments-authors {
	display: flex;
	gap: 0 4px;
}

.topic-loop-item .center-item-block .comments-authors .author-avatar {
	border-radius: 50%;
	overflow: hidden;
	width: 38px;
	height: 38px;
}

.topic-loop-item
	.center-item-block
	.comments-authors
	.author-avatar.last-avatar {
	position: relative;
}

/* .topic-loop-item
	.center-item-block
	.comments-authors
	.author-avatar.last-avatar::before {
	content: '';
	border: 3px solid #1a5ade;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
} */

.topic-loop-item .center-item-block .comments-authors .author-avatar img {
	height: 100%;
	object-fit: cover;
}

.top-headers .other-parametrs > div {
	width: 33.33%;
	min-width: fit-content;
}

.topic-loop-item .right-item-block {
	display: flex;
	width: 185px;
	gap: 0 23px;
}

.topic-loop-item .right-item-block > div {
	width: 33.33%;
	color: #092c47;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topic-loop-item .center-item-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.topic-loop-item .left-item-block .excerpt-topic {
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.left-item-block .title-topic span,
.new-label {
	color: #0e6aed;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	gap: 0 4px;
	display: flex;
	align-items: center;
	width: fit-content;
	position: relative;
}
.new-label {
	padding-left: 10px;
}
.new-label::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	border-radius: 50%;
	background: var(--dynamic-color);
}
.left-item-block .title-topic {
	display: flex;
	align-items: center;
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	overflow-wrap: break-word;
	word-break: keep-all;
	hyphens: auto;
}
.left-item-block .title-topic svg {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.title-topic > .new-label {
	margin-left: 10px;
}
.left-item-block .title-topic:hover,
.title-topic_custom:hover {
	color: #1d6aed;
}

.topic-loop-item .left-item-block .topic-tags {
	display: flex;
	align-items: center;
	gap: 0 4px;
}

.topic-loop-item .left-item-block .topic-tags span {
	color: #ffffff;
	border-radius: 35px;
	padding: 0 8px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.topic-loop-item .left-item-block .topic-tags span a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.tab-dropdown-mobile {
	display: none;
}

/*single topic-start*/
.single-topic .bottom-big-block {
	margin: 84px 0;
}

.single-topic .content-forum-page .tpl-title-section h1 {
	text-align: left;
	margin-bottom: 10px;
}

.single-topic .single-topic-tags {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 32px;
}

.single-topic .single-topic-tags a {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 0 8px;
	border-radius: 35px;
}

.single-topic .topic-description {
	display: grid;
	grid-template-columns: 52px auto;
	grid-column-gap: 14px;
	margin-bottom: 32px;
}

.single-topic .avatar-wrapper {
	display: flex;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 52px;
	width: 52px;
}

.single-topic .avatar-wrapper img {
	height: 100%;
	object-fit: cover;
}

.single-topic .top-big-block .left-wrapper {
	flex: 1;
}

.single-topic .top-big-block {
	display: flex;
	gap: 0 133px;
	/* position: relative; */
}

.single-topic .right-sticky-wrapper {
	position: sticky;
	top: 40px;
	margin-bottom: 100px;
	display: flex;
	height: 300px;
	padding: 0 104.47px 250px 0;
	flex-direction: column;
	align-items: center;
	border-left: 1px solid #c1cad1;
}

.single-topic .forum-message-scroll__slider {
	position: absolute;
	left: -3px;
	display: flex;
}
.single-topic .forum-message-scroll__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 23px;
}
.single-topic .forum-message-scroll__slider::before {
	content: '';
	display: block;
	height: 50px;
	width: 5px;
	background: #c3dafb;
	border-radius: 15px;
}

.single-topic .description-wrapper {
	min-width: 0;
	/* display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto;
	gap: 34px 0;
	grid-template-areas:
		'author-area created-time-area'
		'description-area description-area'
		'. buttons-area'; */
}
.description-wrapper__name {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}
.single-topic .author-name {
	grid-area: author-area;
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}
.description-wrapper__user-tag {
	display: inline-flex;
}
.description-wrapper__name-wrapper .description-wrapper__user-tag {
	margin-top: 6px;
	margin-bottom: 0;
}
.single-topic .created-time {
	grid-area: created-time-area;
	color: #8495a3;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.single-topic .description-wrapper .description {
	grid-area: description-area;
	color: #2b2b2b;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 16px 0;
	word-wrap: break-word;
	overflow: hidden;
}
.bbp-reply-content {
	word-wrap: break-word;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.bbp-reply-content img {
	object-fit: contain;
	height: auto;
}
.single-topic .description-wrapper .description p {
	font-size: 15px !important;
}

.bbp-reply-content,
.bbp-reply-content p {
	font-size: 16px !important;
}

.single-topic .buttons-area {
	grid-area: buttons-area;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 16px;
	flex-wrap: wrap;
}

.single-topic .buttons-area a:not(.pld-like-trigger) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 4px;
	padding: 8px;
	position: relative;
	min-width: 32px;
	height: 32px;
	border-radius: 3px;
}

.single-topic span.bbp-admin-links a {
	border-radius: 3px;
}
.single-topic span.bbp-admin-links a:hover,
.single-topic .buttons-area a:hover {
	background-color: #f5f7f8;
}
.single-topic .buttons-area a span,
.single-topic span.bbp-admin-links a {
	color: #476175;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
}
.single-topic .buttons-area a:hover span {
	color: #0e6aed;
}
.single-topic span.bbp-admin-links a:not(.pld-like-trigger) {
	text-transform: none;
	padding: 8px;
}

.single-topic span.bbp-admin-links a:hover {
	color: #106aed;
}
.single-topic .suggested-topics {
	margin-bottom: 24px;
}

.single-topic section.article-share-block {
	padding: 0;
	margin-top: 24px;
}

.single-topic .bbp-replies li.bbp-body > ul > li:first-of-type {
	display: none;
}

.single-topic .bbp-author-avatar,
.bbp-author-avatar_custom {
	min-width: 52px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 20px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
}

.single-topic .bbp-author-avatar img,
.bbp-author-avatar_custom img {
	height: auto;
	object-fit: cover;
	width: 52px;
	height: 52px;
	border-radius: 50%;
}

.single-topic .reply-date {
	display: flex;
	color: #8495a3;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.single-topic a.bbp-author-link {
	display: flex;
}

.single-topic .bbp-reply-revision-log {
	display: none;
}

.single-topic span.bbp-author-name,
span.bbp-author-name_custom {
	color: #092c47;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}
.author-reply-wrapper_custom {
	display: flex;
	justify-content: space-between;
}
.single-topic .reply-loop-item,
.reply-loop-item_custom {
	display: flex;
	/* border-radius: 2px;
	border: 1px solid #c1cad1; */
}

.single-topic .bbp-author-name-and-date,
.bbp-author-name-and-date_custom {
	display: flex;
	align-items: center;
	column-gap: 16px;
	flex-wrap: wrap;
}
.single-topic .bbp-author-name-and-date {
	margin-bottom: 6px;
}
.single-topic .bbp-reply-author,
.bbp-reply-author_custom {
	gap: 6px 0;
	display: flex;
	flex-direction: column;
	height: fit-content;
	width: 100%;
	min-width: 0;
}

.single-topic div.bbp-forum-header,
.single-topic div.bbp-reply-header,
.single-topic div.bbp-topic-header {
	border: none;
	padding: 0;
}

.single-topic li.bbp-body > ul {
	display: flex;
	flex-direction: column;
	gap: 52px 0;
}

.single-topic li.bbp-body > ul > li {
	display: flex;
	flex-direction: column;
	gap: 24px 0;
	/* position: relative; */
}

/* .single-topic .bbp-reply-header {
	position: absolute;
	right: 19px;
	top: 13px;
} */

.single-topic ul.bbp-threaded-replies {
	margin-left: 72px;
	display: grid;
	gap: 24px 0;
}

.single-topic ul.bbp-threaded-replies > li {
	display: grid;
	gap: 24px 0;
}
.single-topic ul.bbp-threaded-replies > li div.hentry {
	padding: 13px 19px;
	border: 1px solid #c1cad1;
	border-radius: 2px;
}
/* .single-topic .bbp-threaded-replies li{
	position: relative;
} */
.single-topic li.bbp-body div.hentry {
	padding: 0;
}
.single-topic li.bbp-body div.hentry .bbp-reply-to-link,
.single-topic li.bbp-body div.hentry .bbp-reply-edit-link,
.single-topic li.bbp-body div.hentry .bbp-reply-trash-link,
.single-topic .bbp-topic-edit-link,
.single-topic .buttons-area #favorite-toggle .favorite-toggle {
	display: inline-flex;
	align-items: center;
	column-gap: 4px;
}
.btn_reply {
	display: inline-flex;
	align-items: center;
	column-gap: 5px;
}
.pld-like-wrap a.pld-like-trigger::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pld-like-wrap a.pld-like-trigger svg {
	width: 16px;
	height: 16px;
}
.pld-like-wrap a.pld-like-trigger:hover svg {
	stroke: none !important;
}
.pld-like-wrap a.pld-like-trigger svg path:nth-child(2) {
	fill: #476175;
	fill-opacity: 1;
}
.pld-like-wrap a.pld-like-trigger.pld-prevent svg {
	stroke: #0e6aed;
	stroke-width: 0.5;
}
.pld-like-wrap a.pld-like-trigger.pld-prevent svg path {
	fill: #0e6aed;
}
.pld-like-wrap a.pld-like-trigger:hover svg path:nth-child(2) {
	fill: #0e6aed;
	fill-opacity: 1;
	stroke: none !important;
}
.pld-like-wrap a.pld-like-trigger:hover svg path {
	fill-opacity: 0;
	stroke: none !important;
}

.pld-like-wrap a.pld-like-trigger.pld-prevent:hover path {
	fill: #0e6aed;
}
.bbp-reply-to-link {
	order: 1;
}
#favorite-toggle > span {
	display: flex;
}
.single-topic .bbp-topic-trash-link::before,
.single-topic li.bbp-body div.hentry .bbp-reply-trash-link::before,
.single-topic .bbp-topic-edit-link::before,
.single-topic li.bbp-body div.hentry .bbp-reply-edit-link::before,
.single-topic .buttons-area #favorite-toggle .favorite-toggle::before,
.single-topic li.bbp-body div.hentry .bbp-reply-to-link::before,
.btn_reply::before {
	content: '';
	min-width: 16px;
	height: 16px;
	object-fit: contain;
	background-repeat: no-repeat;
	position: absolute;
	background-position: center;
}

.single-topic li.bbp-body div.hentry .bbp-reply-to-link::before,
.btn_reply::before {
	background-image: url('../../assets/forum/img/reply.svg');
	position: relative;
}
.single-topic li.bbp-body div.hentry .bbp-reply-to-link:hover:before,
.btn_reply:hover:before {
	background-image: url('../../assets/forum/img/reply_hover.svg');
}
.btn_blue.btn_reply::before {
	background-image: url('../../assets/forum/img/reply-icon-white.svg');
}
.single-topic .buttons-area #favorite-toggle .favorite-toggle::before {
	background-image: url('../../assets/forum/img/bookmark.svg');
}
.single-topic
	.buttons-area
	#favorite-toggle
	.is-favorite
	.favorite-toggle:before,
.single-topic
	.buttons-area
	#favorite-toggle
	.is-favorite
	.favorite-toggle:hover:before {
	background-image: url('../../assets/forum/img/bookmark_active.svg');
}
.single-topic .buttons-area #favorite-toggle .favorite-toggle:hover:before {
	background-image: url('../../assets/forum/img/bookmark_hover.svg');
}
.single-topic li.bbp-body div.hentry .bbp-reply-edit-link,
.single-topic li.bbp-body div.hentry .bbp-reply-trash-link,
.single-topic .bbp-topic-edit-link,
.single-topic .bbp-topic-trash-link,
.single-topic .buttons-area #favorite-toggle .favorite-toggle {
	max-width: 32px;
	overflow: hidden;
	color: transparent;
}

.single-topic .bbp-topic-edit-link::before,
.single-topic li.bbp-body div.hentry .bbp-reply-edit-link::before {
	background-image: url('../../assets/forum/img/edit.svg');
}
.single-topic .bbp-topic-edit-link:hover:before,
.single-topic li.bbp-body div.hentry .bbp-reply-edit-link:hover:before {
	background-image: url('../../assets/forum/img/edit_hover.svg');
}
.single-topic .bbp-topic-trash-link::before,
.single-topic li.bbp-body div.hentry .bbp-reply-trash-link::before {
	background-image: url('../../assets/forum/img/delete.svg');
}
.single-topic .bbp-topic-trash-link:hover:before,
.single-topic li.bbp-body div.hentry .bbp-reply-trash-link:hover:before {
	background-image: url('../../assets/forum/img/delete_hover.svg');
}
.single-topic form#new-post fieldset {
	margin: 0;
	border: none;
	padding: 0;
}
.single-topic form#new-post fieldset legend {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #0e6aed;
}
.bbp-reply-form__close-button {
	position: absolute;
	right: 7px;
	top: 7px;
	cursor: pointer;
}
.bbp-reply-form__inner {
	background-color: #f6f9ff;
	border-top: 10px solid #0e6aed;
	/* height: 290px; */
	padding: 20px 16px;
	overflow: auto;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.bbp-reply-form {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: none;
	height: 100%;
}

.single-topic form#new-post fieldset p {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-top: 24px;
}
body div.bbp-submit-wrapper {
	float: left;
}

/* div.bbp-submit-wrapper {
	color: #fff;
	background-color: #0e6aed;
	border-radius: 3px;
	padding-left: 8px;
	padding-right: 14px;
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	gap: 0 6px;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #0e6aed;
	position: relative;
	float: none;
	margin-top: 16px;
	width: 85px;
	height: 30px;
} */
button#bbp_reply_submit {
	/* position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding-left: 34px;
	padding-right: 8px; */
}

.bbp-submit-wrapper button#bbp_reply_submit,
body.topic-edit #bbp_topic_submit {
	display: flex;
	align-items: center;
	column-gap: 6px;
	padding: 8px 12px;
	background: #0e6aed;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	border: none;
}
#new-post-close {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.bbp-no-reply button#user-submit {
	color: #fff;
	background-color: #0e6aed;
	border-radius: 3px;
	padding-left: 14px;
	padding-right: 14px;
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #0e6aed;
}

.bbp-no-reply {
	margin-top: 52px;
}

div.bbp-submit-wrapper #bbp-cancel-reply-to-link {
	display: none;
}

textarea#bbp_reply_content {
	resize: both;
	max-height: 141px;
	max-width: 607px;
	padding: 6px 40px 6px 12px;
}
#new-post div.bbp-template-notice {
	max-width: 607px;
	display: none;
}
p.bbp-form-title-reply-topic {
	margin-bottom: 16px;
	margin-right: 5px;
	color: #0e6aed;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}
/*single topic-end*/
body span.bbp-reply-post-date {
	display: none;
}
body span.bbp-admin-links {
	float: unset;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	color: transparent;
}
body div.bbp-meta {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	row-gap: 5px;
	flex-wrap: wrap;
}
.bbp-reply-accordion-button {
	color: #8495a3;
	font-size: 16px;
	line-height: 1.5em;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	column-gap: 4px;
}
.bbp-reply-accordion-button.rotate-180deg::after {
	transform: rotate(180deg);
}
.bbp-reply-accordion-button::after {
	content: '';
	display: block;
	max-width: 24px;
	min-width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_4880_121361)'%3E%3Cpath d='M16.585 15.415L12 10.83L7.415 15.415L6 14L12 8.00004L18 14L16.585 15.415Z' fill='%238495A3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4880_121361'%3E%3Crect width='24' height='24' fill='white' transform='matrix(1 0 0 -1 0 24)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
body .bbp-reply-post-to {
	/* max-width: 130px; */
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 20px;
	color: #8495a3;
	column-gap: 10px;
}
body .bbp-reply-post-to::before {
	content: '';
	display: block;
	min-width: 19px;
	max-width: 19px;
	height: 19px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 19 20' fill='none'%3E%3Cpath d='M0.930069 17.9168C1.18836 17.9168 1.41263 17.7311 1.4558 17.4735C1.84073 15.2385 4.01727 11.3376 9.53827 11.1097V13.9774C9.53827 14.1761 9.64994 14.3581 9.82761 14.449C10.0053 14.5399 10.2192 14.5245 10.3818 14.409L18.3811 8.7273C18.5213 8.62772 18.6045 8.46692 18.6045 8.29563C18.6045 8.12429 18.5213 7.96353 18.3811 7.86398L10.3818 2.18231C10.2192 2.06682 10.0053 2.05136 9.82761 2.14228C9.64994 2.2332 9.53827 2.41525 9.53827 2.61396V5.52488C6.12553 5.86338 0.39616 8.31292 0.39616 17.3863C0.39616 17.6624 0.609005 17.8923 0.885616 17.915C0.900517 17.9162 0.915346 17.9168 0.930069 17.9168Z' fill='%238495A3'/%3E%3C/svg%3E");
}
@media all and (max-width: 992px) {
	.single-topic .right-sticky-wrapper {
		display: none;
	}

	.topic-loop-item
		.center-item-block
		.comments-authors
		.author-avatar:not(.last-avatar),
	.comments-authors .author-avatar.last-avatar:not(:first-child) {
		display: none;
	}

	.topic-loop-item .right-item-block > div {
		width: 50%;
		text-align: right;
		justify-content: flex-end;
	}

	.top-headers .other-parametrs > div {
		width: 50%;
		text-align: right;
	}

	.top-headers .other-parametrs {
		width: 126px;
	}

	.topic-loop-item .right-item-block {
		width: initial;
	}

	.topic-loop-item .right-item-block .replies-topic {
		justify-content: center;
		margin-left: auto;
	}

	.top-headers .other-parametrs > .column-replies {
		text-align: center;
	}

	.topic-loop-item .right-item-block > .views-topic,
	.column-views {
		display: none;
	}

	.topic-loop-item {
		grid-column-gap: 42px;
		grid-template-columns: auto 38px clamp(126px, 126px, 200px);
	}

	.topic-loop-item .left-item-block .topic-tags {
		flex-wrap: wrap;
		gap: 4px;
	}

	.topics-tags-wrapper {
		flex-wrap: wrap;
		gap: 8px;
	}

	.content-forum-page {
		padding-right: 21px;
		padding-left: 36px;
	}

	.content-forum-page section.breadcrumbs {
		padding-top: 36px;
		padding-bottom: 48px;
	}

	li.bbp-forum-info,
	li.bbp-topic-title {
		width: auto;
	}

	#bbpress-forums li.bbp-body ul.forum,
	#bbpress-forums li.bbp-body ul.topic {
		display: grid;
		grid-template-columns: 1fr auto;
	}

	#bbpress-forums li.bbp-header ul.forum-titles {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 0 28px;
	}

	li.bbp-forum-topic-count {
		width: clamp(60px, 70px, 80px);
		white-space: nowrap;
	}

	.tab-dropdown-mobile .nice-select {
		border-radius: 2px;
		border: 1px solid #c1cad1;
		padding-right: 50px;
	}

	.tab-dropdown-mobile .nice-select.open::after {
		transform: rotateX(180deg);
	}

	.tab-dropdown-mobile .nice-select::after {
		background-image: url('../../assets/forum/img/arrow-down.svg');
		border: none;
		transform: rotate(0);
		transform-origin: unset;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 16px;
		width: 24px;
		height: 24px;
	}

	.tab-dropdown-mobile .nice-select > .current {
		color: #092c47;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.bbp-search-form {
		margin-right: 24px;
	}
}

@media all and (max-width: 768px) {
	.single-topic .right-sticky-wrapper {
		display: none;
	}

	.tab-forum {
		display: none;
	}
	.bbp-search-form {
		margin-right: 10px;
	}
	.single-topic ul.bbp-threaded-replies {
		margin-left: 0;
		gap: 52px 0;
	}

	.single-topic li.bbp-body > ul > li {
		gap: 52px 0;
		max-width: calc(100vw - 16px);
	}

	.single-topic ul.bbp-threaded-replies > li {
		gap: 52px 0;
	}

	.content-forum-page {
		padding-right: 0;
		padding-left: 0;
	}
}

@media all and (max-width: 576px) {
	.popup-content {
		max-width: calc(100vw - 24px);
	}

	.two-line-form {
		display: flex;
		flex-direction: column;
		margin-bottom: 24px;
	}

	.two-line-form input[type='text'] {
		margin-bottom: 14px;
	}
	.single-topic ul.bbp-threaded-replies > li div.hentry {
		padding: 0;
		border: none;
	}
}

@media all and (max-width: 425px) {
	.bbp-the-content-wrapper {
		display: flex;
	}

	.single-topic .reply-loop-item {
		border: none;
	}

	.single-topic li.bbp-body div.hentry {
		padding: 0;
	}

	.single-topic .content-forum-page .tpl-title-section h1 {
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
	}

	.single-topic .description-wrapper {
		gap: 24px 0;
	}

	.single-topic .buttons-area {
		margin-top: 10px;
	}

	.single-topic .bottom-big-block {
		margin: 48px 0;
	}

	.topic-loop-item .left-item-block {
		order: 2;
		margin-right: 29px;
	}

	.topic-loop-item .right-item-block {
		order: 3;
	}

	.topic-loop-item .center-item-block {
		order: 1;
		margin-right: 14px;
		align-items: flex-start;
	}

	.topic-loop-item {
		grid-column-gap: 0;
		display: flex;
		max-width: calc(100vw - 30px);
	}

	.topic-loop-item .right-item-block {
		flex-direction: column;
		align-items: flex-end;
		gap: 4px 0;
	}

	.topic-loop-item .right-item-block .replies-topic {
		margin: initial;
		justify-content: flex-end;
	}

	.topic-loop-item .right-item-block > .activity-topic {
		color: #8495a3;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
	}

	.top-headers {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.top-headers .name-of-column,
	.top-headers .other-parametrs {
		display: none;
	}

	.topic-loop-item {
		padding: 14px 0;
	}

	.content-forum-page section.breadcrumbs {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.two-line-form .bbp_dropdown {
		padding-left: 16px;
	}

	.content-forum-page section.breadcrumbs {
		padding-bottom: 24px;
	}

	.tpl-title-section {
		text-align: left;
	}

	.top-forum-block {
		flex-wrap: wrap;
		gap: 24px;
		margin-bottom: 30px;
	}
}
.description a,
.bbp-reply-content a {
	color: #4b91f5;
	text-decoration: underline;
	transition: 0.3s;
}
.description a:hover,
.bbp-reply-content a:hover {
	color: #1a5ade;
}
/* search */
.forum-search #bbpress-forums div.bbp-forum-content {
	margin-left: 0;
}
.forum-search .bbp-header,
.forum-search .bbp-footer,
.forum-search .bbp-pagination-links,
.bbp-search-results + .bbp-pagination .bbp-pagination-count {
	display: none;
}
.bbp-search-results + .bbp-pagination .bbp-pagination-links {
	display: block;
}
.reply-loop-item_custom {
	border-bottom: 1px solid #e6e9ec;
	flex-wrap: wrap;
	padding: 24px 0;
}
.reply-loop-item_custom .bbp-reply-title {
	margin-bottom: 10px;
}
.forum-search #bbpress-forums img.avatar {
	margin-right: 0;
}
.bbp-reply-row {
	width: 100%;
}
.bbp-reply-flex {
	display: flex;
}
.forum-search .bbp-pagination-count {
	font-size: 14px;
	font-weight: 600;
}
#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span.current {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #c1cad1;
}
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums .bbp-pagination-links a:hover {
	background: #f5f7f8;
}
#bbpress-forums .bbp-pagination-links a:hover {
	color: #0e6aed;
}
#bbpress-forums .bbp-pagination-links a:active,
#bbpress-forums .bbp-pagination-links a:focus {
	border-color: #0e6aed;
	color: #0e6aed;
}
.forum-search #bbpress-forums {
	margin-bottom: 120px;
}
.bbp-search-results + .bbp-pagination {
	margin-bottom: 0;
}
.forum-search .top-headers {
	padding-bottom: 0;
	margin-bottom: -14px;
	padding-top: 24px;
	border: none;
}
.reply-text {
	font-size: 14px;
}
@media (max-width: 425px) {
	.reply-loop-item_custom {
		padding: 14px 0;
	}
}
/* search  end*/
.wp-editor-tabs {
	display: none;
}
body.reply-edit .bbp-reply-form {
	display: block;
}
body.reply-edit .bbp-reply-form .bbp-form .bbp-form,
body.reply-edit .bbp-reply-form .bbp-form .form-reply-to,
body.reply-edit .bbp-reply-form .bbp-form label[for='bbp_reply_status'],
body.reply-edit .bbp-reply-form .bbp-form select[name='bbp_reply_status'],
body.reply-edit
	.bbp-reply-form
	.bbp-form
	select[name='bbp_reply_status']
	+ .nice-select {
	display: none !important;
}
.bbp-reply-content blockquote,
.topic-description blockquote {
	padding: 5px 20px !important;
	font-style: italic;
	margin: 10px 0 !important;
	border-left: 3px solid #0e6aed;
}
.stiky-btn_reply {
	position: absolute;
	bottom: -66px;
	left: 0;
	border: 1px solid #c1cad1;
	width: 42px;
	height: 42px;
	background: url('../../assets/forum/img/reply-icon-black.svg') center
		no-repeat;
	border-radius: 3px;
	transition: 0.3s;
}
.stiky-btn_reply:hover {
	background-color: #f5f7f8;
	border: 1px solid #8495a3;
}
.topic-btn_bottom {
	display: flex;
}
.btn_reply span {
	color: inherit;
}
.wrap-topic-btn-bottom {
	display: flex;
	justify-content: flex-end;
	padding-top: 24px;
	border-top: 1px solid #e6e9ec;
	margin-top: 52px;
}
.flex-topic-btn-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.flex-topic-btn-bottom span.cbxwpbkmarktrig-label {
	font-size: 16px !important;
	font-weight: 600;
	line-height: 24px;
	color: #092c47;
}
.flex-topic-btn-bottom .cbxwpbkmarktrig:before,
body .flex-topic-btn-bottom .cbxwpbkmarktrig:hover:before {
	background: no-repeat url('../../assets/images/bookmark_gray.svg') 0 0 !important;
	background-size: contain;
	width: 13px;
	height: 14px;
}
.flex-topic-btn-bottom .cbxwpbkmarktrig {
	align-items: center;
	padding: 0;
}

.flex-topic-btn-bottom .cbxwpbkmarktrig-marked:before,
.flex-topic-btn-bottom .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:before {
	background: no-repeat url('../../assets/images/bookmark_blue.svg') 0 0;
}
.pld-like-dislike-wrap .pld-common-wrap {
	border-radius: 3px;
	padding: 8px;
	position: relative;
}
.pld-like-dislike-wrap .pld-common-wrap:hover {
	background-color: #f5f7f8;
}
.pld-count-wrap {
	color: #476175;
	font-size: 12px;
	margin-left: 4px;
}
.pld-count-wrap.empty {
	margin-left: 0;
}
.pld-like-dislike-wrap {
	display: flex;
	align-items: center;
}
.pld-like-dislike-wrap path {
	fill: #8495a3;
}
.pld-like-count-wrap {
	display: inline-block;
}

/* .pld-like-trigger:not(.pld-prevent)[data-already-liked='0']
	+ .pld-like-count-wrap,
.single-reply .bbp-reply-revision-log {
	display: none;
} */

@keyframes fadeBackgroundColor {
	from {
		background-color: #e6f0fd;
	}
	to {
		background-color: transparent;
	}
}

.new-post-highlight {
	animation: fadeBackgroundColor 3s forwards;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loadingIndicator {
	margin: 20px auto;
	border: 5px solid #e6e9ec;
	border-top: 5px solid #f3f3f3;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	animation: spin 2s linear infinite;
}
.is-loading {
	opacity: 0.5;
	position: relative;
	pointer-events: none;
}
.is-loading::before {
	content: '';
	position: absolute;
	border: 5px solid #e6e9ec;
	border-top: 5px solid #f3f3f3;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	animation: spin 2s linear infinite;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.end-of-posts {
	text-align: center;
	padding: 20px;
}
button#bbp_reply_submit.disabled {
	opacity: 0.8;
	pointer-events: none;
	cursor: not-allowed;
}
button#bbp_reply_submit.disabled img {
	height: 14px;
	width: 14px;
}
body.topic-edit .bbp-topic-form {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	height: 100%;
}
body.topic-edit #new-post {
	background-color: #f6f9ff;
	border-top: 10px solid #0e6aed;
	padding: 20px 16px;
	overflow: auto;
	position: absolute;
	width: 100%;
	bottom: 0;
}
body.topic-edit .bbp-topic-form .bbp-the-content-wrapper ~ p,
body.topic-edit .bbp-topic-form .bbp-the-content-wrapper ~ .bbp-form {
	display: none !important;
}
.copy-link-container {
	display: inline-block;
	position: relative;
}

.copy-link-button:hover path {
	fill: #0e6aed;
}
.copy-link-button.active path {
	fill: #13bf87;
}

.copy-link-button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.copy-link-button svg {
	width: 16px;
	height: 16px;
}
.copy-link-message {
	display: none;
	position: absolute;
	top: 0;
	left: 30px;
	color: #13bf87;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	width: max-content;
	top: 0;
	left: 0;
	transform: translate(-25%, -75%);
}
.copy-link-button.active + .copy-link-message {
	display: block;
}
body .bbp-reply-header {
	overflow: unset;
}
.mark-as-solution-link {
	order: -1;
	display: flex;
	align-items: center;
}
.mark-as-solution-link svg {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.mark-as-solution-link path,
.mark-as-solution-link rect {
	transition: 0.3s;
}
.mark-as-solution-link:hover path,
.mark-as-solution-link.active path {
	fill: #13bf87;
	stroke: #13bf87;
}
.mark-as-solution-link:hover rect,
.mark-as-solution-link.active rect {
	stroke: #13bf87;
}
.single-topic span.bbp-admin-links .mark-as-solution-link:hover {
	background-color: #f5f7f8;
	color: #13bf87;
}
.single-topic span.bbp-admin-links .mark-as-solution-link.active {
	color: #13bf87;
}
.mark-as-solution-link span {
	color: inherit;
	display: inline-block;
	font-size: inherit;
}
@media (max-width: 576px) {
	.bbp-reply-header span.bbp-admin-links {
		gap: 12px;
	}
	.bbp-reply-header span.bbp-admin-links .bbp-reply-to-link,
	.bbp-reply-header span.bbp-admin-links .mark-as-solution-link {
		font-size: 0;
		gap: 0;
	}
	.mark-as-solution-link svg {
		margin-right: 0;
	}
}
.solution-reply-card {
	border-radius: 0px 2px 2px 0px;
	background: #f5f7f8;
	padding: 16px;
	border-left: 4px solid #c4efe1;
	margin-bottom: 24px;
	margin-left: 66px;
}

.solution-reply-card__header {
	display: flex;
	align-items: center;
	color: #476175;
	margin-bottom: 9px;
}
.solution-reply-card__header a {
	font-weight: 700;
	color: #0e6aed;
	padding-left: 4px;
	transition: 0.3s;
}
.solution-reply-card__header a:hover {
	opacity: 0.8;
}
.solution-reply-card__header svg {
	width: 22px;
	height: 22px;
	margin-right: 16px;
}
.solution-reply-card__content {
	padding: 0 38px 0 40px;
}
@media (max-width: 576px) {
	.solution-reply-card {
		margin-left: 0;
	}
}
.counter-comment {
	display: flex;
	align-items: center;
	gap: 8px;
}
.counter-comment svg {
	width: 20px;
	height: 20px;
}
.counter-comment span {
	font-size: 14px;
	color: #8495a3;
}
.translation-notice {
	font-size: 14px;
	line-height: 20px;
	color: #8495a3;
	display: flex;
	flex-wrap: wrap;
	order: -1;
}
.topic-content + .translation-notice {
	margin-top: 12px;
}
.reply-content + .translation-notice {
	margin-bottom: 6px;
}
.btn_see-original {
	color: #0e6aed;
	cursor: pointer;
	padding-left: 5px;
}
.btn_see-original.disabled {
	color: #8495a3;
	cursor: auto;
}

.moderation-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 16px;
	z-index: 100;
	max-width: 450px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	margin: auto;
	height: fit-content;
}
@media (max-width: 576px) {
	.moderation-popup {
		max-width: calc(100% - 32px);
	}
}
.moderation-popup__title {
	color: #092c47;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
}
.moderation-popup__text {
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 18px;
}
.blue_btn.moderation-popup__btn {
	padding: 3px 8px;
	font-size: 14px;
	line-height: 22px;
	min-height: auto;
}

/* top select */
.top-date-range {
	margin-bottom: 24px;
}
@media (max-width: 576px) {
	.top-date-range {
		margin-bottom: 12px;
	}
}
.top-date-range + .nice-select {
	border-radius: 2px;
	height: 40px;
	line-height: 20px;
	padding: 10px 34px 10px 8px;
	min-width: 227px;
}
.top-date-range + .nice-select .current {
	justify-content: space-between;
	font-weight: 700;
}
.top-date-range + .nice-select .option.selected {
	font-weight: 400;
}
.top-date-range + .nice-select .list .bbptop-range,
.top-date-range + .nice-select .bbptop-range {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #8495a3;
	white-space: nowrap;
	margin-left: 8px;
}

.top-date-range + .nice-select .option.focus,
.top-date-range + .nice-select .option.selected,
.top-date-range + .nice-select.open,
.top-date-range + .nice-select .option.selected:not(:hover) {
	background-color: #f6f9ff !important;
}
.top-date-range + .nice-select .option:hover {
	background-color: #f5f7f8;
}
.top-date-range + .nice-select:active,
.top-date-range + .nice-select.open,
.top-date-range + .nice-select:focus {
	border-color: #267af2;
}
.top-date-range + .nice-select:after {
	border-bottom: 2px solid #476175;
	border-right: 2px solid #476175;
	width: 6px;
	height: 6px;
}
.top-date-range + .nice-select .list {
	border-radius: 2px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	width: 100%;
	margin: 1px 0 0;
}
.top-date-range + .nice-select .option {
	min-height: 32px;
	line-height: 22px;
	padding: 5px 12px;
}
.top-date-range.disable + .top-date-range,
.tab-content.active.loading .topic-loop-item {
	pointer-events: none;
	opacity: 0.5;
}
.tab-content.active.loading {
	position: relative;
}
.tab-content.active.loading .loadingIndicator {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
}
.search_btn {
	background: #fff;
	outline: none;
	transition: 0.3s;
}
.bbp-search-form .search_btn:hover {
	border-color: #1a5ade;
}
