@import "url(../icons/line-awesome/css/line-awesome.css)";

/* Balloon Tooltips */

[m-data-balloon] {
    overflow: visible;
}

[m-data-balloon] {
    border: 0px none;
    position: relative;
    background: transparent;
}

[m-data-balloon]:before,
[m-data-balloon]:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 99999 !important;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

[m-data-balloon]:after {
    background: rgba(2, 100, 126, 1);
    border-radius: 4px;
    color: #fff;
    content: attr(m-data-balloon);
    font-size: 12px;
    line-height: 1.4;
    padding: .5em 1em;
    white-space: nowrap;
    margin-bottom: 11px;
}

[m-data-balloon]:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(2, 100, 126, 1)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 6px;
    width: 18px;
    content: "";
    margin-bottom: 5px;
}

[m-data-balloon]:hover:before,
[m-data-balloon][m-data-balloon-visible]:before,
[m-data-balloon]:hover:after,
[m-data-balloon][m-data-balloon-visible]:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[m-data-balloon].font-awesome:after {
    font-family: 'FontAwesome';
}

[m-data-balloon][m-data-balloon-break]:after {
    white-space: pre-wrap;
}

[m-data-balloon-pos="down"]:before,
[m-data-balloon-pos="down"]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

[m-data-balloon-pos="down"]:after {
    margin-top: 11px;
}

[m-data-balloon-pos="down"]:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(2, 100, 126, 1)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 6px;
    width: 18px;
    margin-top: 5px;
    margin-bottom: 0;
}

[m-data-balloon-pos="down"]:hover:before,
[m-data-balloon-pos="down"][m-data-balloon-visible]:before,
[m-data-balloon-pos="down"]:hover:after,
[m-data-balloon-pos="down"][m-data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[m-data-balloon-pos="left"]:before,
[m-data-balloon-pos="left"]:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}

[m-data-balloon-pos="left"]:after {
    margin-right: 11px;
}

[m-data-balloon-pos="left"]:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(2, 100, 126, 1)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 18px;
    width: 6px;
    margin-right: 5px;
    margin-bottom: 0;
}

[m-data-balloon-pos="left"]:hover:before,
[m-data-balloon-pos="left"][m-data-balloon-visible]:before,
[m-data-balloon-pos="left"]:hover:after,
[m-data-balloon-pos="left"][m-data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[m-data-balloon-pos="right"]:before,
[m-data-balloon-pos="right"]:after {
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

[m-data-balloon-pos="right"]:after {
    margin-left: 11px;
}

[m-data-balloon-pos="right"]:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(2, 100, 126, 1)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    margin-bottom: 0;
    margin-left: 5px;
}

[m-data-balloon-pos="right"]:hover:before,
[m-data-balloon-pos="right"][m-data-balloon-visible]:before,
[m-data-balloon-pos="right"]:hover:after,
[m-data-balloon-pos="right"][m-data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[m-data-balloon-length]:after {
    white-space: normal;
}

[m-data-balloon-length="auto"]:after {
	width: auto!important;
    max-width: inherit !important;
    text-align: center !important;
}
[m-data-balloon-length="small"]:after {
	width: 120px !important;
    max-width: 120px !important;
    min-width: inherit !important;
    text-align: center !important;
}
[m-data-balloon-length='xs']:after {
    text-align: center !important;
    white-space: nowrap;
}

[m-data-balloon-length="medium"]:after {
	min-width: 225px;
	max-width: 225px;
    text-align: center;
}
[m-data-balloon-length="large"]:after {
	width: 280px;
    text-align: justify;
}
[m-data-balloon-length="xlarge"]:after {
	width: 90vw;
    text-align: left;
}

@media screen and (min-width: 768px) {
	[m-data-balloon-length="xlarge"]:after {
		width: 350px;
	}
}
[m-data-balloon-length="fit"]:after {
	width: 100%;
}

@media (max-width: 767px) {
    /* Right */
    [m-data-balloon-mobile-pos='right']:before,
    [m-data-balloon-mobile-pos='right']:after {
        top: 50%;
        left: 100%;
        bottom: auto;
        transform: translate(-10px, -50%);
    }
    [m-data-balloon-mobile-pos='right']:after {
        margin-left: 11px;
    }
    [m-data-balloon-mobile-pos='right']:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(2, 100, 126, 1)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 18px;
        width: 6px;
        margin-bottom: 0;
        margin-left: 5px;
    }
    [m-data-balloon-mobile-pos='right']:hover:before,
    [m-data-balloon-mobile-pos='right'][m-data-balloon-visible]:before,
    [m-data-balloon-mobile-pos='right']:hover:after,
    [m-data-balloon-mobile-pos='right'][m-data-balloon-visible]:after {
        transform: translate(0px, -50%);
    }

    /* Down */
    [m-data-balloon-mobile-pos='down']:before,
    [m-data-balloon-mobile-pos='down']:after {
        left: 50%;
        top: 100%;
        bottom: auto;
        transform: translate(-50%, -10px);
    }

    [m-data-balloon-mobile-pos='down']:after {
        margin-top: 11px;
    }

    [m-data-balloon-mobile-pos='down']:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(2, 100, 126, 1)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 6px;
        width: 18px;
        margin-top: 5px;
        margin-bottom: 0;
    }

    [m-data-balloon-mobile-pos='down']:hover:before,
    [m-data-balloon-mobile-pos='down'][m-data-balloon-visible]:before,
    [m-data-balloon-mobile-pos='down']:hover:after,
    [m-data-balloon-mobile-pos='down'][m-data-balloon-visible]:after {
        transform: translate(-50%, 0px);
    }

    /* Left */
    [m-data-balloon-mobile-pos='left']:before,
    [m-data-balloon-mobile-pos='left']:after {
        top: 50%;
        left: auto;
        right: 100%;
        bottom: auto;
        transform: translate(10px, -50%);
    }
    [m-data-balloon-mobile-pos='left']:after {
        margin-right: 11px;
    }
    [m-data-balloon-mobile-pos='left']:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(2, 100, 126, 1)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 18px;
        width: 6px;
        margin-right: 5px;
        margin-bottom: 0;
    }
    [m-data-balloon-mobile-pos='left']:hover:before,
    [m-data-balloon-mobile-pos='left'][m-data-balloon-visible]:before,
    [m-data-balloon-mobile-pos='left']:hover:after,
    [m-data-balloon-mobile-pos='left'][m-data-balloon-visible]:after {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    [m-data-balloon-mobile-length='medium']:after {
        width: 185px;
        text-align: center;
    }
}


/* Forum */

.text-gray {
	color: #818894 !important;
}
.text-secondary {
	color: #02647E !important;
}
.text-dark {
	color: #131313 !important;
}

.hover\:text-secondary:hover {
	color: #02647e !important;
}

.mt-15, .my-15 {
	margin-block-start: 15px !important;
}
.mt-30, .my-30 {
	margin-block-start: 30px !important;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.text-ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.border {
	border: 1px solid #ececec !important;
}
.border-left {
	border-left: 1px solid #ececec !important;
}
.bg-white {
	background-color: #ffffff !important;
}

.rounded-circle {
	border-radius: 9999rem;
}
.m-radius-md {
	border-radius: 0.5rem;
}
.m-radius-lg {
	border-radius: 1rem;
}

.img-cover {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-10 {
	padding: 0.625rem !important;
}
.p-15 {
	padding: 0.938rem !important;
}

.m-rounded-lg {
	border-radius: 1rem !important;
}
.m-font-weight-bold, .m-fw-bold {
	font-weight: 700 !important;
}

/* Line Clamp */
.line-clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp-1 {
  	-webkit-line-clamp: 1;
}
.line-clamp-2 {
  	-webkit-line-clamp: 2;
}
.line-clamp-3 {
  	-webkit-line-clamp: 3;
}
.line-clamp-4 {
  	-webkit-line-clamp: 4;
}

/* Font Sizes */
.m-fs-12 {
	font-size: 0.75rem;
	line-height: 1.35;
}
.m-fs-14 {
	font-size: 0.875rem;
	line-height: 1.5;
}
.m-fs-16 {
	font-size: clamp(0.9375rem, 0.9063rem + 0.125vw, 1rem) !important;
	line-height: 1.35;
}
.m-fs-20 {
	font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem) !important;
	line-height: 1.35;
}
.m-fs-22 {
	font-size: clamp(1.1875rem, 1.0938rem + 0.375vw, 1.375rem) !important;
	line-height: 1.35;
}
.m-post-details__title {
	font-size: clamp(1.25rem, 1.0938rem + 0.375vw, 1.75rem) !important;
	line-height: 1.35;
}
.m-fs-30 {
	font-size: clamp(1.5rem, 1.3125rem + 0.75vw, 1.875rem) !important;
	line-height: 1.35;
}

h1, h2, h3, h4, h5, h6 {
	word-break: break-word;
}

.btn-base {
	color: #fff;
	border-radius: 0.5rem !important;
	background-color: var(--secondary);
}
.btn-base:hover, .btn-base:focus {
	color: #fff;
	border-radius: 0.5rem !important;
	background-color: var(--secondary);
}
.btn-gradient {
	color: #fff;
	border: 0 none !important;
	background-color: #042D38;
	background-image: linear-gradient(134deg, #71D4ED, #3A96AF, #042D38) !important;
	border-radius: 0.5rem !important;
}

.m-mr-6px {
	margin-inline-end: 0.375rem;
}

.heading.heading--center {
	width: 100%;
	max-width: 800px;
	margin-inline: auto;
	text-align: center;
	margin-block-end: 2.5rem;
}

.m-forum-stats,
.m-forum-hero-section,
.m-forums-featured-section,
.m-forum-recommended-topics-section,
.m-forum-question-section {
	width: 100%;
}
.m-forum-hero-section {
	padding-block: 150px;
}
.m-forum-hero-section .m-forum-hero-section__container {
	z-index: unset !important;
	position: relative;
}
.m-forum-hero-section_content {
	width: 100%;
	max-width: 600px;
}
.m-forum-hero-section .m-forum-hero-section__image {
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 60%;
	height: 100%;
	max-width: 1098px;
	position: absolute;
}
.m-sidebar-widget__body .m-search-input form {
	margin-bottom: 0;
}
.m-sidebar-widget__body .m-search-input,
.m-forum-hero-section .m-search-input {
	border-radius: 2.5rem;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}
.m-forum-hero-section .form-control.border-0 {
	height: 2.5rem;
	font-size: 0.938rem;
  	padding: 0.5rem 0.75rem;
	line-height: 1.35;
	border: 0 none !important;
	box-shadow: none !important;
	outline: none !important;
}
.m-forum-hero-section .m-search-input .btn {
	padding: 0.75rem 2rem;
}

.m-sidebar-widget__body .m-search-input.p-10 {
	padding: 0.375rem !important;
}
.m-sidebar-widget__body .m-search-input .btn {
	min-width: 90px;
	font-size: 0.875rem !important;
	padding: 0.75rem 1rem !important;
}
.m-sidebar-widget__body .m-search-input .form-control {
	outline: none !important;
	height: auto !important;
	padding: 10px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background-color: transparent !important;
}
.click_capture {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s linear;
	pointer-events: none;
}
.is-search-focused .click_capture {
	opacity: 1;
	visibility: visible;
}
.is-search-focused .m-forum-hero-section {
	z-index: 99999 !important;
	position: relative !important;
}
.is-search-focused .m-forum-hero-section .m-forum-hero-section__image {
	z-index: -1;
	opacity: 0.05;
}
.is-search-focused .m-forum-hero-section_content .text-gray,
.is-search-focused .m-forum-hero-section_content .text-secondary {
	color: #fff !important;
}
.is-search-focused .m-forum-hero-section_content .text-gray {
	opacity: 0.65;
}

/* Stats */
.m-forum-stats, .m-forums-featured-section, .m-forum-recommended-topics-section {
	padding-block: 60px;
}
.m-forum-stats__container {
	display: grid;
	column-gap: 1rem;
	padding: 1.875rem;
	background-color: #ffffff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767.98px) {
	.m-forum-stats__container {
		grid-template-columns: repeat(2, 1fr);
	}
}


/* Featured */
.m-forums-featured-card {
	z-index: 2;
	padding: 1.875rem;
	position: relative;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.075);
}
.m-forums-featured-card .m-forums-featured-card-icon {
	width: 85px;
	min-width: 85px;
	height: 85px;
	min-height: 85px;
}
.m-forums-featured-card-details {
	flex: 1 1 auto;
}
.m-forums-featured-card-users-avatar {
	margin-inline-end: 1rem;
}
.user-avatar-card, .m-topics-count {
	width: 32px;
	min-width: 32px;
	height: 32px;
	margin-inline-start: -8px;
	border: solid 3px #fff;
}
.m-topics-count {
	color: #131313;
	background-color: #f1f1f1;
}
.m-forums-featured-section .m-forums-featured-card-users-avatar .user-avatar-card:first-of-type {
	margin-inline-start: 0;
}
.total-posts {
	margin-inline-start: 0.5rem;
	padding-inline-start: 0.375rem;
}

.m-forums-categories-card:first-of-type {
	margin-block-start: 0 !important;
}
.m-forums-categories-card .m-forums-categories-card__title {
	position: relative;
	line-height: 1.5rem;
}
.m-forums-categories-card .m-forums-categories-card__title::before {
	top: -2px;
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	left: -15px;
	background-color: #02647E;
}
.m-forums-categories-card .m-forums-categories-card__icon {
	width: 3.25rem;
	height: 3.25rem;
	min-width: 3.25rem;
}
.m-forums-categories-card .user-avatar {
	width: 2.5rem;
	height: 2.5rem;
	min-width: 2.5rem;
}

.m-forum-recommended-topics-section .m-forum-recommended-topics__card {
	z-index: 3;
	padding: 30px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.075);
}
.m-forum-recommended-topics-section .m-forum-recommended-topics__card .m-forum-recommended-topics__icon {
	width: 2.75rem;
	height: 2.75rem;
	min-width: 2.75rem;
}
.m-forum-recommended-topics__lists, .m-forum-recommended-topics__item {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-forum-recommended-topics__item {
	line-height: 1;
	margin-block-end: 0.75rem;
}
.m-forum-recommended-topics__item:last-of-type {
	margin-block-end: 0;
}
.m-forum-recommended-topics__link {
	color: #818894;
	position: relative;
	font-size: 0.938rem;
	padding-inline-start: 1.125rem;
}

.m-forum-recommended-topics__link::before {
	top: 0;
	left: 0;
	width: 0.875rem;
	height: 0.875rem;
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302647E'%3E%3Cpath d='M9 19c-.3 0-.5 0-.7-.3-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l6 6c.4.4.4 1 0 1.4l-6 6c-.2.2-.5.3-.7.3Z'/%3E%3C/svg%3E");
	background-size: 0.875rem 0.875rem;
	background-repeat: no-repeat;
	background-position: center;
}

.m-forum-recommended-topics__link:hover, .m-forum-recommended-topics__link:focus {
	color: #02647E;
}

/* Create */
.m-forum-question-section {
	padding-block-start: 130px;
	padding-block-end: 80px;
}
.m-forum-question-section-inner {
	padding: 0;
	background-color: #f7fafd;
}
.m-forum-question-section-content {
	padding: 3.25rem;
}
.m-forum-question-section .m-forum-question-section__img {
	margin-top: -93px;
}

/* Forum Topics */
.m-forum-topic {
	width: 100%;
	padding-block: 60px;
}
.m-sidebar-widget, .m-forum-block {
	overflow: hidden;
	background-color: var(--rgba-primary-1);
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 0.5rem;
	margin-block-end: 1.875rem;
}
.m-sidebar-widget__header, .m-forum-block__header {
	padding: 0.75rem 1.25rem;
	border-bottom: 1px solid #e0e0e0;
	background-color: var(--primary) !important;
}
.m-sidebar-widget__title, .m-forum-block__title {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.m-sidebar-widget__body, .m-forum-block__body {
	padding: 0.9375rem;
}
.m-category-list, .m-discussion-list, .m-topic-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-category-list li, .m-single-discussion {
	padding: 0.5rem 0;
}
.m-category-list li {
	padding: 0;
}
.m-category-list li a {
	color: #565656;
	padding: 0.5rem;
	font-size: 0.9375rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 0.375rem;
	background-color: transparent;
}
.m-category-list li a img {
	width: 1.5rem !important;
	height: 1.5rem !important;
	display: inline-flex;
	object-fit: cover;
	margin-inline-end: 0.375rem;
}
.m-category-list li a i {
	font-size: 1.25rem;
	margin-right: 0.375rem;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.m-category-list li a:hover {
	color: var(--primary);
}
.m-category-list li.active a {
	color: var(--primary);
	background-color: var(--rgba-primary-1);
}

.m-single-discussion, .m-single-contributor, .m-single-topic {
	padding: 0.625rem 0;
	margin-block-end: 0.25rem;
	border-bottom: 1px dashed var(--rgba-primary-4);
}
.m-single-discussion:last-of-type, .m-single-contributor:last-of-type, .m-single-topic:last-of-type {
	margin-block-end: 0;
	padding-block-end: 0;
	border-bottom: 0 none;
}
.m-single-discussion .m-single-discussion__title {
	font-weight: 600;
	font-size: 0.9375rem;
	margin-bottom: 0;
}


.bg-gradient {
	background-color: #042D38;
	background-image: linear-gradient(134deg, #71D4ED, #3A96AF, #042D38) !important;
}


.m-statistics-list, .m-contributor-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-single-post__action-list-left, .m-single-post__action-list-right,
.m-statistics-list, .single-thread__right .latest-topic {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.m-statistics-list .m-statistics-list-item {
	width: 100%;
	max-width: 50%;
	text-align: center;
	padding: 0.9375rem;
	border-right: 1px solid var(--rgba-primary-4);
	border-bottom: 1px solid var(--rgba-primary-4);
}
.m-statistics-list .m-statistics-list-item:nth-of-type(2n+2) {
	border-right: none;
}
.m-statistics-list .m-statistics-list-item:nth-last-child(-n+2) {
	border-bottom: none;
}
.m-statistics-list-number {
	font-size: clamp(1.1875rem, 1.0938rem + 0.375vw, 1.375rem) !important;
}

/* */
.m-contributor-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-contributor-list .m-single-contributor,
.m-contributor-list .m-single-contributor-wrap,
.m-topic-list .m-single-topic {
	display: flex;
	align-items: center;
}
.m-contributor-list .m-single-contributor {
	width: 100%;
	justify-content: space-between;
}
.m-contributor-list .m-single-contributor-wrap {
	justify-content: flex-start;
}
.m-contributor-list .m-single-contributor__thumb,
.m-topic-list .m-single-topic__thumb {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	margin-inline-end: 0.5rem;
	flex-shrink: 0;
}
.m-contributor-list .m-single-contributor__name {
	margin: 0;
	font-size: 1rem;
}
[class*="__thumb"] a {
	width: 100%;
	height: 100%;
	display: block;
}
.m-topic-list .m-single-topic__thumb img,
.m-contributor-list .m-single-contributor__thumb img,
.single-comment__thumb img {
	width: inherit;
	height: inherit;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center;
	-o-object-position: center;
}
.m-contributor-list .single-contributor__comment {
	width: 40px;
	text-align: right;
}

.m-topic-list .m-single-topic {
	align-items: flex-start;
}
.m-topic-list .m-single-topic__content {
	width: calc(100% - 30px);
	padding-left: 0.5rem;
}
.m-discussion-list .m-single-discussion__title a,
.m-topic-list .m-single-topic__title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m-single-discussion .m-single-discussion__title a:hover,
.m-single-discussion .m-single-discussion__title a:focus,

.m-topic-list .m-single-topic__title a:hover,
.m-topic-list .m-single-topic__title a:focus,

.m-single-contributor__name a:hover,
.m-single-contributor__name a:focus {
	color: var(--primary);
}


/* Detail */
.m-post-details {
	width: 100%;
}
.m-post-details__badge {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 0.25rem 1.5625rem 0.25rem 0.625rem;
	-webkit-clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	background-color: var(--primary) !important;
}
.single-post__action-list {
	display: flex;
	justify-content: space-between;
	padding-top: 0.9375rem;
	border-top: 1px solid #e0e0e0;
}
.single-post__action-list .left, .single-post__action-list .right {
	margin: -0.1875rem -0.9375rem;
}
.m-single-post,
.single-comment, .post-author, .m-post-details__tags,
.single-post__action-list .left, .single-post__action-list .right,
.single-thread__right .top__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.m-subcategory-badge,
.m-post-details__tags li span {
	padding: 0.25rem 0.625rem;
	border: 1px solid var(--primary);
	background-color: var(--rgba-primary-2);
	color: var(--primary);
	font-size: 0.75rem;
	line-height: 1.5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.single-post__action-list .left li, .single-post__action-list .right li {
	padding: 0.1875rem 0.9375rem;
}
.single-post__action-list .left li i, .single-post__action-list .right li i {
	line-height: 1;
	margin-right: 0.1875rem;
	font-size: 1.5rem;
	color: #565656;
}
.post-author__thumb {
	margin-top: 6px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
}
.post-author__thumb img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}


.list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	list-style: none;
}
.list--row {
	flex-direction: row;
}
.post-details__social li a {
	font-size: 20px;
}
.m-social-list__icon {
	display: inline-block;
	text-decoration: none;
}
.m-social-list__icon i, .m-social-list__icon span {
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 18px;
	transition: all 0.3s ease;
	font-size: 14px;
}
.m-social-list__icon [class*="facebook"] {
	color: #fff;
	background: #1877f2;
}
.m-social-list__icon [class*="twitter"] {
	color: #fff;
	background: #1da1f2;
}
.m-social-list__icon [class*="linkedin"] {
	color: #fff;
	background: #0077b5;
}

.post-author__content {
	width: calc(100% - 60px);
	padding-left: 1.25rem;
}


.single-comment {
	padding: 1.25rem 0;
	border-bottom: 1px solid #e0e0e0;
}
.single-comment:first-of-type {
	padding-top: 0;
}
.single-comment p {
	font-size: 1rem;
	line-height: 1.5;
}
.single-comment__thumb {
	margin-top: 6px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
}
.single-comment__content {
	width: calc(100% - 40px);
	padding-left: 1.25rem;
}
.single-comment__content h6 {
	font-size: 1rem;
	margin-bottom: 0.125rem;
}

.single-thread {
	padding: 1.5625rem;
	align-items: center;
	background-color: #fff;
}
.single-thread + .single-thread {
	margin-top: 1.25rem;
}
.single-thread__right {
	width: 100%;
	padding-block-start: 1.5rem;
}
.single-thread__right .single-thread-top {
	width: 100%;
	padding-block-end: 0.75rem;
}
.single-thread__right .top__list li {
	width: 100%;
	max-width: calc(100% / 3);
}
.single-thread__right .top__list li h3 {
	font-size: 1.25rem;
}
.single-thread__right .top__list-user {
	display: inline-flex;
	align-items: center;
}
.single-thread__right .top__list-user li {
	width: 35px;
	height: 35px;
	min-width: 35px;
	max-width: 35px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	position: relative;
	z-index: 3;
	flex-shrink: 0;
}
.single-thread__right .top__list-user li:nth-child(2) {
	z-index: 2;
}
.single-thread__right .top__list-user li:not(:first-child) {
	margin-left: -0.75rem;
	z-index: 1;
}
.single-thread__right .top__list-user li a {
	width: 100%;
	height: 100%;
	display: block;
}
.single-thread__right .top__list-user li img,
.single-thread__right .latest-topic__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center;
	-o-object-position: center;
}

.single-thread, .post-filter-area, .d-widget__icon, .user-widget .thumb, .user-menu li.active a, .user-menu li:hover a {
	border-radius: 0.5rem;
}
.single-thread__right .single-thread-bottom {
	padding-block-start: 1.125rem;
	border-top: 1px solid #e0e0e0;
}
.single-thread__right .latest-topic {
	align-items: center;
}
.single-thread__right .latest-topic__thumb {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
}
.single-thread__right .latest-topic__thumb a {
	width: 100%;
	height: 100%;
	display: block;
}
.single-thread__right .latest-topic__content {
	width: 100%;
	max-width: calc(100% - 30px);
	padding-left: 0.9375rem;
}
m-single-post__footer p,
.single-thread__left p {
	font-size: 1rem;
	line-height: 1.5;
}
.sub-forum-list li {
	font-size: 0.875rem;
	line-height: 1.5;
}
.sub-forum-list li a {
	margin-inline: 2px;
	text-decoration: none;
}
.sub-forum-list li a:hover {
	margin-inline: 2px;
	border-bottom: 1px solid currentColor;
}

/* Single Post */
.m-single-post {
	padding: 1.875rem 1.5rem;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	position: relative;
	border-radius: 0.5rem;
	margin-block-end: 1.25rem;
}
.m-single-post .m-forum-badge {
	top: -1px;
	right: -1px;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.5;
	position: absolute;
	padding: 0.125rem 0.625rem 0.125rem 1.5625rem;
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 11% 50%, 0% 0%);
	-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 11% 50%, 0% 0%);
	background-color: var(--primary);
}
.m-single-post__thumb {
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.m-single-post__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center;
	-o-object-position: center;
}
.m-single-post__content {
	width: 100%;
	max-width: calc(100% - 65px);
	padding-left: 1.5625rem;
}
.m-single-post__title {
	font-size: 1.25rem;
}
.m-single-post__meta, .m-single-post__meta li {
	font-size: 0.875rem;
}
.m-single-post__footer {
	width: 100%;
}
.m-single-post__action-list {
	display: flex;
	padding-top: 1rem;
	justify-content: space-between;
	border-top: 1px solid #e0e0e0;
}
.m-single-post__action-list-left li,
.m-single-post__action-list-right li,
.m-single-post__action-list-right li a {
	display: flex;
	font-size: 0.875rem;
	align-items: center;
	padding: 0 0.5rem;
	cursor: pointer;
}
.m-single-post__action-list-right li a {
	padding: 0;
}
.m-single-post__action-list .size-20px {
	top: -2px;
	color: #565656;
	width: 1.25rem;
	height: 1.25rem;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5rem;
}
.m-single-post__action-list-right  .size-20px {
	top: -1px;
}
.text--success {
	color: #28c76f !important;
}


.page-post-tags {
	padding: 0.5rem;
	align-items: center;
	border-radius: 0.375rem;
	background-color: #f8f8f8;
	border: 1px solid rgba(0,0,0,0.1);
}
.page-post-tags .post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	width: 100%;
	max-width: calc(100% - 250px);
}
.page-post-tags .post-tags a {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.25;
	color: var(--primary);
	border-radius: 0.375rem;
	padding: 0.25rem 0.375rem;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: var(--rgba-primary-2);
    -webkit-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
}
.page-post-tags .post-tags a:hover, .page-post-tags .post-tags a:focus {
	color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: var(--primary);
}
.page-post-tags .m-post-details__social {
	width: 100%;
	max-width: 250px;
	justify-content: flex-end;
}


@media (max-width: 991.98px) {
	.m-forum-hero-section {
		padding-block: 3.25rem;
	}
	.m-forum-hero-section .m-forum-hero-section__image {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-top: 25px;
	}
	.m-forum-question-section {
		padding-block: 50px;
	}
	.m-forum-question-section-content {
		padding: 1.875rem;
	}
	.m-forum-question-section .m-forum-question-section__img {
		margin-top: 0;
	}
}



