:root {
	--accent: #016edf;
	--accent-light: #b7d3ef;
	--grey: #707578;
	--grey-light: #333;
	--base: #1b1b1b;
	--grey-pale: #e4e4e4;
	--fade:
	rgb(0 0 0 / 4%);
	--border: 1px solid #e0e0e0;
	--border-color: #cdcdcd;
	--attention: #ff0000;
	--bradius: 2px;
	--transition: 0.2s ease-out;
--page-padding: 2rem;
--page-maxw: 1400px;
}

html {
	font-family: -apple-system,BlinkMacSystemFont,"San Francisco","Segoe UI",Roboto,"Helvetica Neue",sans-serif;
}
@media screen and (max-width: 1000px) {
	:root {
		--page-padding: 1rem;
	}
}
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

b, strong {
    font-weight: 600;
  color:var(--base);
}

.wysiwyg-font-size-small {
	font-size: 14px;
	opacity: 0.5;
}

p {
	display: block;
	-webkit-margin-before: 3px;
	-webkit-margin-after: 3px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	font-weight: 400;
	margin: 0;
	line-height: 160%;
}

#user #user-password #password-form {
	color: #fff;
}

#user #user-password #password-form li,
#user #user-password #password-form label,
#user #user-password span {
	font-size: 15px;
	color: #dadada;
}

#user #user-password #password-form strong {
	font-size: 18px;
}

.request-table-toolbar input#quick-search {
	font-size: 17px;
	line-height: 36px;
	border-radius: 106px;
	border: 1px solid rgba(202, 202, 202, 0.45);
	padding: 0 20px 2px 19px;
}

.request-table-toolbar select#request-status-select {
	min-width: 150px;
	border: 1px solid rgba(192, 192, 192, 0.36);
	height: 36px;
	margin-left: 10px;
	font-size: 17px;
	border-radius: 0;
}

.my-activities-table tbody tr:last-child td {
	border: 0;
}

.Request-Page-Active .main-column {
	width: calc(100% - 280px);
}

.wysiwyg-font-size-x-large {
	font-size: 30px;
	line-height: 170%;
	font-weight: 600;
	color: #000;
}

cite {
	display: inline-block;
	color: #242424;
	font-size: 24px;
	padding: 0;
	font-style: initial;
	font-weight: 400;
	line-height: 100%;
	padding-top: 20px;
	border-top: 1px solid #7e7e7e21;
	position: relative;
	margin-bottom: 30px;
	display: flex;
	width: auto;
	align-items: center;
}

span.stepfirst {
	margin-right: 11px;
	font-weight: 600;
	height: 40px;
	padding-bottom: 3px;
	color: #1d1d1d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 100%;
}

.share a:hover {
	transform: scale(1.2);
}

article.articles {
	display: flex;
	align-items: flex-start;
}

.relatedArticles {
	color: #acacac;
	padding: 0 0 25px 9px;
	width: 100%;
	font-weight: 300;
	z-index: 11;
	font-size: 0.9rem;
}

span.question-published time {
	opacity: 0.5;
	float: right;
}

span.question-answers {
	display: none;
}

span.post-answered {
	margin-right: 10px;
	background-color: #00af9f17;
	border: 0;
	padding: 3px 10px 4px 8px;
	line-height: 15px;
	color: #5e918c;
	float: left;
	font-weight: 400;
	border-radius: 3px;
	font-size: 15px;
}

ol.breadcrumbs {
	padding: 14px 5px 13px;
	font-weight: 400;
}

.hheadl {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 41px;
	vertical-align: middle;
}

.hheadl p {
	font-size: 26px;
	margin: 0;
	color: #3d3d3d;
}

.hheadl h1 {
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.4);
	margin: 0;
	font-weight: 300;
}

.bbackh {
	width: 100vw;
	min-height: 531px;
	height: 25vw;
	left: 0;
	z-index: -100;
	top: 0;
	background-repeat: no-repeat;
	background-image: url("//p6.zdassets.com/hc/theme_assets/719934/200089507/Support_back7.jpg ");
	background-position: center;
	background-size: cover;
}

.deschome {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 0;
	padding-bottom: 73px;
}

.deschome a:after {
	content: "";
	height: 8px;
	position: absolute;
	width: 7px;
	top: 10px;
	border-top: 0;
	border-right: 0;
	transition: all 0.25s ease;
	right: -18px;
	background: 0 0;
	display: inline-block;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.deschome a {
	font-size: 17px;
	position: relative;
	border: 2px solid var(--accent);
	padding: 3px 17px 1px 17px;
	color: var(--accent);
	padding-bottom: 3px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 20px;
}

.deschome a:hover {
	opacity: 0.5;
}

.deschome p {
	font-size: 1rem;
	margin: auto;
	color: gray;
	max-width: 320px;
	margin-bottom: 1rem;
}

.deschome img {
	width: 425px;
	margin-bottom: 55px;
}

.deschome h1 {
	font-size: 1.7rem;
	margin: 0;
	letter-spacing: 0;
}

span.question-author a {
	color: #9f9f9f;
}

span.question-votes {
	display: none;
}

main .section {
	background-color: #fff;
	width: auto;
	padding: 0;
	text-align: left;
	width: 100%;
	display: inline-block;
}

main section.section {
	margin: 0;
	border: 0;
	overflow: hidden;
	min-height: 56px;
	position: relative;
}

.desc {
	font-size: 17px;
	width: 100%;
	font-weight: 100;
	margin-bottom: 1px;
	color: #525252;
}

.desc p {
	line-height: 29%;
	width: 350px;
}

.desc a {
	color: #007be2;
	border-bottom: 1px solid #007be2;
	line-height: 260%;
	padding: 4px 0;
}

.desc a:hover {
	color: #004c8b;
}

.header-inner .dropdown-toggle:after {
	margin-top: 2px;
	margin-left: 12px;
	font-size: 0;
	border: 2px solid #edd95b;
	border-left: 0;
	border-right: 0;
	height: 7px;
	width: 15px;
}

.header-inner .dropdown-toggle:before {
	content: "";
	height: 52px;
	top: 0;
	right: 49px;
	width: 3px;
	position: absolute;
}

#user #user-name {
	margin-left: 9px;
	color: #ffffff;
}

html {
	overflow-x: hidden;
}

body {
	color: #444;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	height: initial;
	background-color: rgba(255, 255, 255, 0.73);
	min-width: 770px;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	direction: ltr;
}

body.community-enabled.communityquestionsbody {
	background: #f1f1f1;
}

body.community-enabled.rERepPn {
	background-color: rgba(251, 251, 251, 0.48);
}

body.community-enabled.rEqMnn {
	background: rgba(249, 249, 249, 0.42);
}

.my-activities-nav ul li {
	font-size: 16px;
	font-weight: 200;
}

body.community-enabled.HomePage {
	background: #fff;
	overflow-x: hidden;
}

.ERmsg {
	padding: 372px 10px 12px;
	background-image: url(//theme.zdassets.com/theme_assets/719934/9aa49b9772f1406a5f44df5b960de13157730f22.png);
	background-position: 50% 50%;
	background-size: 474px;
	font-weight: 100;
	background-repeat: no-repeat;
	margin: 0 !important;
	text-align: center;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

img.fpimg {
	width: 420px;
	display: inline-block;
	margin-top: 40px;
}

img[width],
img[height] {
	max-width: none;
}

figure > img {
	display: block;
}

a {
	color: var(--accent);
	text-decoration: none;
	font-weight: 400;
}

.article-body.markdown a {
	color: var(--accent);
	font-size: 16px;
	font-weight: 600;
}

.article-body.markdown a.second {
	font-weight: 400;
	padding-left: 1rem;
}

p.ThisisAnchor:not(.noanchor) {
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 33px;
	border-left: 2px solid #0070e0;
}

li p.ThisisAnchor {
	border: 0;
	padding: 0;
	line-height: inherit;
}

a.ThisisAnchor {
	display: inline-block;
}

.article-body.markdown a:hover {
	color: #1a4b7c;
}

.header-inner .dropdown-menu [role="menuitem"] {
	color: #fff;
	padding: 15px 30px;
	min-width: 300px;
	font-size: 17px;
	border-bottom: 1px solid rgba(61, 61, 61, 0.48);
	font-weight: 200;
}

.dropdown-menu [role="menuitem"]:last-child {
	border: 0;
}

.header-inner .dropdown-menu [role="menuitem"]:hover {
	background: initial;
	color: rgba(255, 255, 255, 0.58);
}

a.search-result-link:first-child {
	font-size: 19px;
	color: #0061bf;
	width: 100%;
}

a.search-result-link {
	padding: 15px 0 0 0;
}

.search-results section:nth-child(3) a.search-result-link:first-child {
	font-size: 21px;
}

.search-results section:nth-child(3) li.search-result {
	padding: 13px 0;
	border-color: rgba(193, 193, 193, 0.24);
}

a.search-result-link:first-child:hover {
	text-decoration: underline;
}

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

ul.article-list li {
	font-size: 19px;
	background: #fff;
	border-bottom: 1px solid rgba(220, 220, 220, 0.24);
	margin-top: 0;
}

ul.article-list li::marker {
    color: rgb(0 0 0 / 23%);
    font-size: 17px;
}

ul.barmenu li {
	position: relative;
	padding: 0;
	height: inherit;
	text-align: left;
	border: 0;
	margin-left: -1px;
	display: flex;
	align-items: center;
	background: 0 0;
	width: 100%;
	transition: all 0.3s;
}

ul.barmenu li.active {
	border-left: 2px solid var(--accent);
}

ul.barmenu li.active:before {
	position: absolute;
	height: 20px;
	width: 1px;
	content: " ";
	left: -11px;
}

ul.article-list.barmenu li.active a {
	color: var(--accent);
	pointer-events: none;
}

ul.article-list li.article-promoted a {
	font-weight: 600;
}

.barmenu .article-promoted span {
	font-size: 15px;
	color: #53535342;
	font-family: sans-serif;
	border-radius: 50px;
	padding: 2px 3px;
	margin: 0 7px 0 0;
	left: 0;
}

ul.article-list.barmenu .article-promoted a {
	font-weight: 600;
	font-size: 16px;
	color: #535353;
}

ul.article-list li:last-child:not(.active), ul.article-list li:last-child a, section.section ul.article-list li:nth-child(6) {
	border: 0 !important;
}

section .see-all-articles {
	padding: 11px 51px 11px 23px;
	position: relative;
	margin: 20px 0;
	border-radius: 3px;
	width: 100%;
	text-align: left;
	color: #2196f3;
	border: 1px solid #2196f329;
	font-weight: 400;
	display: inline-block;
	background-color: rgba(135, 206, 253, 0.11);
	transition: all 0.3s;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0;
}

section .see-all-articles:after {
	content: " ";
	width: 24px;
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left: 0;
	border-color: #2196f3;
	position: absolute;
	right: 24px;
	top: 22px;
	transition: all 0.2s;
}

section .see-all-articles:after {
	transform-origin: center;
	margin-left: 1px;
	margin-top: 1px;
	border-width: 1px;
	border-style: solid;
	border-left: 0;
	border-bottom: 0;
	height: 5px;
	width: 5px;
	margin-top: -4px;
	margin-right: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

section .see-all-articles:hover {
	background-color: #2196f3;
	color: #fff;
	padding-right: 60px;
}

section .see-all-articles:hover:before {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: -2px;
}

section .see-all-articles:hover:after {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-color: #fff;
}

table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.my-activities-table tr a {
	font-size: 20px;
	text-transform: capitalize;
	line-height: 66px;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	color: #000;
	width: 100%;
	padding-right: 30px;
	position: relative;
	text-align: left;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	transition: all 0.2s ease;
}

.my-activities-table tr a:hover {
	color: #3174a0;
	padding-left: 25px;
}

.my-activities-table.actfoll tr a:hover {
	padding-left: 20px;
}

.my-activities-table tr a:hover:after {
	opacity: 1;
	left: 1px;
	border-color: #2196f3;
}

.my-activities-table tr a:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 8px;
	border: 2px solid rgba(255, 255, 255, 0.58);
	border-top: 0;
	border-right: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s cubic-bezier(0.32, 0.29, 0.25, 0.71);
	top: 50%;
	left: -7px;
	background: 0 0;
	display: inline-block;
	-webkit-transform: rotate(-135deg) translateY(50%);
	-moz-transform: rotate(-135deg) translateY(50%);
	-o-transform: rotate(-135deg) translateY(50%);
	-ms-transform: rotate(-135deg) translateY(50%);
	transform: rotate(-135deg) translateY(50%);
	border-radius: 0;
}

.my-activities-table td {
	padding: 0 15px;
	border-color: #eee;
}

.RequestPage .my-activities-table td:nth-child(2) {
	min-width: 450px;
}

.my-activities-table td {
	padding: 0;
	padding-right: 20px;
	border-color: #e6e6e6;
	max-width: 500px;
	text-align: right;
	vertical-align: middle;
}

table#request-table {
	font-size: 17px;
}

[dir="rtl"] table {
	text-align: right;
}

td,
th {
	border-color: #e0e0e066;
	border-style: solid;
	padding: 12px;
}

th {
	border-width: 1px 0;
	color: #bebebe;
	font-size: 11px;
	font-weight: 400;
	white-space: nowrap;
}

table#request-table th {
	border-top-color: transparent;
	border-bottom-color: rgba(182, 182, 182, 0.11);
	font-size: 21px;
	color: rgba(0, 0, 0, 0.38);
	font-weight: 200;
}

table#request-table th:last-child {
	text-align: right;
	padding-right: 30px;
}

td {
	border-width: 0 0 1px;
	vertical-align: top;
}

.my-activities-table tr td:first-child {
	text-align: center;
	font-weight: 400;
	color: gray;
	font-size: 14px;
}

.actfoll.my-activities-table tr td,
.actfoll.my-activities-table tr th {
	display: table-cell;
	text-align: initial;
}

.my-activities-table tr td,
.my-activities-table tr th {
	display: none;
}

.my-activities-table tr td:nth-child(2),
.my-activities-table tr th:nth-child(2),
.my-activities-table tr td:last-child,
.my-activities-table tr th:last-child {
	display: table-cell;
}

.my-activities-table tr td:last-child {
	top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	margin: 48px 0 20px;
}

h4 {
	font-size: 17px;
	margin-top: 0;
}

h3 {
	font-size: 21px;
	margin-top: 0;
	padding-top: 3rem;
}

h3:empty {
    display: none;
}

h1 {
	font-size: 20px;
}

h1.search-results-heading {
	font-size: 20px;
	font-weight: 400;
	border: 1px solid rgba(0, 108, 255, 0.13);
	text-align: center;
	margin: 40px 0;
	padding: 13px;
	background: rgba(0, 81, 255, 0.03);
	color: #577da2;
	border-radius: 5px;
}

h1.wypa_npp {
	font-size: 45px;
	width: 100%;
	font-weight: 100;
	margin-top: 30px;
}

input,
label {
	display: inline-block;
	vertical-align: middle;
}

label {
	font-size: 16px;
}

input[type="checkbox"] + label {
	margin-left: 5px;
}

input,
textarea {
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 10px;
}

textarea {
	height: 100px;
	padding: 7px 10px;
	resize: vertical;
}

textarea,
input[type="text"] {
	height: 122px;
	padding: 1px 23px;
	resize: vertical;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 0;
	min-height: 50px;
	font-size: 1rem;
	font-weight: 400;
}

input,
textarea,
select {
	color: #555;
}

input::-ms-clear {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #646464;
}

:-ms-input-placeholder {
	color: #646464;
}

::-moz-placeholder {
	color: #646464;
}

button,
[role="button"],
[type="button"],
[type="submit"] {
	border-radius: 4px;
	color: #1a74b0;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}

a[role="button"]:hover {
	text-decoration: none;
}

input[type="submit"] {
	background-color: #008eff;
	border-color: transparent;
	color: #fff !important;
	padding: 11px 32px;
	float: left;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 400;
}

input[type="submit"][disabled] {
	-ms-filter: "alpha(opacity=40)";
	filter: "alpha(opacity=40)";
	opacity: 0.4;
}

button img,
[role="button"] img {
	margin: 0 0 0 20px;
	height: 100%;
	position: relative;
	width: auto;
	top: 0;
	float: right;
	vertical-align: middle;
	box-sizing: content-box;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}

#user-avatar {
    border-radius: calc(var(--size)/2);
--size: 2rem;
    width: var(--size);
    height: var(--size);
}

.form footer a:hover {
	background-color: gray;
}

[dir="rtl"] button img,
[dir="rtl"] [role="button"] img {
	margin: 0 0 0 5px;
}

.form {
	max-width: 505px;
}

.requestpage .form {
	max-width: 700px;
}

.form-field + .form-field {
	margin-top: 25px;
	margin-bottom: 10px;
}

.topicform.form-field.required {
	width: 382px;
}

.form-field label {
	display: block;
	font-weight: 400;
	margin-bottom: 3px;
	margin-top: 20px;
	position: relative;
}

.topicform.form-field.required .nesty-input {
	font-size: 17px;
	height: 54px;
	padding-top: 10px;
}

.nesty-input:after {
	color: #000;
}

.form-field input[type="checkbox"] + label {
	margin: 0 0 0 10px;
}

.form-field.required > label:after {
	content: "•";
	font-size: 28px;
	color: red;
	margin-left: 4px;
}

#new_request .form-field.required > label:after {
	display: none;
}

#new_request .form-field.required:after {
	content: "";
	--size: 5px;
	width: var(--size);
	height: var(--size);
	background: var(--attention);
	opacity: 0.5;
	position: absolute;
	border-radius: calc(var(--size) / 2);
	top: 0.5rem;
	right: 0.5rem;
}

#new_request ::-webkit-input-placeholder {
	color: rgba(138, 138, 138, 0.68);
	font-weight: 200;
}

#new_request ::-moz-placeholder {
	color: rgba(51, 51, 51, 0.68);
	font-weight: 200;
}

#new_request :-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.68);
	font-weight: 200;
}

#new_request :-moz-placeholder {
	color: rgba(51, 51, 51, 0.68);
	font-weight: 200;
}

.form-field p {
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0.8rem;
	z-index: 120;
}

.form-field p:hover .hint-text {
	display: flex;
	min-width: 20rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
line-height: 120%;border-radius: var(--bradius);padding: 0.8rem;}

.hint-text {
	margin-top: -3px;
	font-size: 0.88rem;
	color: #fff;

	padding: 0.5rem 0.8rem;

	position: absolute;

	background-color: var(--grey-light);
	display: none;
	z-index: 111;

	pointer-events: none;
}

.hint-trigger {
	--size: 1.4rem;
	width: var(--size);
	height: var(--size);
	background: var(--fade);
	min-width: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: calc(var(--size) / 2);
	font-size: 0.8rem;
}

.form-field input[type="number"],
.form-field input.datepicker {
	width: 150px;
}

.form form + form,
.searchbox {
	margin-top: 25px;
}

.searchbox-suggestions {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 10px 20px;
}

.searchbox-suggestions a {
	font-size: 17px;
}

.searchbox-suggestions li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.searchbox-suggestions li:last-child {
	border: 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
	background: transparent
		url(//theme.zdassets.com/theme_assets/719934/6aae8ce36967837f706ac36deff4b753e43977a4.gif)
		99% 50% no-repeat;
	background-size: 16px 16px;
}

.form footer a {
	color: #ccc;
	cursor: pointer;
	float: left;
	background: #d7d7d7;
	border-color: transparent;
	color: #fff;
	padding: 11px 28px;
	float: left;
	border-radius: 2px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-right: 15px;
}

.nav li,
.nav-bordered li,
.nav-spaced li {
	display: inline-block;
	font-weight: 700;
}

.nav li a,
.nav-bordered li a,
.nav-spaced li a {
	font-weight: 400;
}

.nav-bordered li + li {
	border-color: #eee;
	border-style: solid;
	border-width: 0 0 0 1px;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
	border-width: 0 1px 0 0;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
}

.nav-spaced li + li {
	margin: 0 0 0 40px;
}

[dir="rtl"] .nav-spaced li + li {
	margin: 0 40px 0 0;
}

.breadcrumbs li {
	color: #6f6f6f;
	display: inline-block;
	font-size: 0.88rem;
	position: relative;
	text-align: left;
}

.breadcrumbs li:last-child {
    color: #a2a2a2;
}

.breadcrumbs li span {
	display: none;
}

.breadcrumbs li + li:before {
	margin: 0 8px 0 3px;
	content: "";
	height: 8px;
	width: 8px;
	border: 1px solid #dadbe3;
	border-top: 0;
	border-right: 0;
	transition: all 0.25s ease;
	background: 0 0;
	display: inline-block;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.breadcrumbs li a {
	color: inherit;
	font-size: 0.8rem;
}

.breadcrumbs li a span {
	display: none;
}

.breadcrumbs li:first-child a {
	padding-left: 0;
}

.breadcrumbs li a:hover {
	color: #2196f3;
}

.label,
.request-status {
	border-radius: 20px;
	display: inline-block;
	font-size: 10px;
	padding: 3px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.meta,
.meta-group {
	color: #ccc;
	display: inline-block;
	font-size: 11px;
}

.meta-group * + *:before {
	content: "\2022";
	font-size: 8px;
	margin: 0 10px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.share {
	white-space: nowrap;
}

.share li,
.share a {
	display: inline-block;
}

.share a {
	line-height: 30px;
	overflow: hidden;
	vertical-align: middle;
	width: 51px;
	height: 51px;
	display: flex;
	font-size: 0;
	justify-content: center;
	align-items: center;
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.share a:before {
	border-radius: 50%;
	color: rgba(40, 40, 40, 0.84);
	display: inline-block;
	font-family: entypo;
	text-align: center;
	font-size: 20px;
	width: 100%;
	margin-top: 2px;
}

.share-twitter:before {
	content: "\F309";
}

.share-facebook:before {
	content: "\F30C";
}

.share-linkedin:before {
	content: "\F318";
}

.share-googleplus:before {
	content: "\F30F";
}

.pagination {
	margin: 20px 0;
	text-align: left;
}

.pagination * {
	display: inline-block;
}

.pagination li {
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: -1px;
}

[dir="rtl"] .pagination li {
	float: right;
}

.pagination a,
.pagination span {
	color: inherit;
	font-size: 22px;
	padding: 11px 27px;
	font-weight: 100;
}

.pagination-current {
	background-color: #f9f9f9;
	color: #bebebe;
}

.pagination-first {
	border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
	border-radius: 0 3px 3px 0;
}

.pagination-last {
	border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
	border-radius: 3px 0 0 3px;
}

.markdown {
	word-wrap: break-word;
	line-height: 160%;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI",
		Roboto, "Helvetica Neue", sans-serif;
	margin: 0 0 16px;
	font-size: 16px;
}

iframe.ytb-videoreview {
	width: 100%;
}

.article-body.markdown ol {
	list-style-position: initial;
	margin-top: 28px;
	padding-left: 26px;
	margin-left: 0;
}

.answer-text.markdown,
.question-text.markdown {
	margin-bottom: 0;
	padding: 0 52px 24px 68px;
	position: relative;
}

section.answers {
	padding-top: 8px;
}

.markdown img:not(.simple, .no-border) {
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(21, 21, 21, 0.12);
	border-radius: 4px;
	margin-bottom: 2px;
	margin-left: -3px;
}

.markdown img.simple {
	margin: 1rem 0;
}

.markdown hr {
	border-color: rgba(0, 0, 0, 0.08);
	border-width: 0;
	border-top-width: 1px;
	height: 1px;
}

.markdown ul,
.markdown ol {
	list-style-position: inside;
	padding: 0 11px 0 0;
}

.markdown ul {
	list-style-type: none;
	margin-bottom: 1rem;
	margin-top: 0.4rem;
	/* border-left: 1px solid #5f5f5f36; */
}

.markdown table ul {
	margin: 0;
}

.litInner {
	list-style-position: initial;
}

.markdown ol {
	list-style-type: decimal;
}

.markdown pre {
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px 15px;
	overflow: auto;
	white-space: pre;
}

.markdown blockquote {
	border-left: 1px solid #eee;
	color: #bebebe;
	font-style: italic;
	padding: 0 15px;
}

main,
.header-inner,
.footer-inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 1200px;
}

main {
	padding: 0 var(--page-padding);
	max-width: var(--page-maxw);
	min-height: calc(100vh - 184px);
	width: 100%;
}

.CatQspage main {
    /* max-width: 1200px; */
}

body.community-enabled.communityquestionsbody main {
	padding: 0 20px;
	max-width: 1200px;
}

body.rEqMnn main {
	max-width: 888px;
}

main.RequestPage {
	width: 614px;
	max-width: 100%;
}

.HomePage main {
	background: 0 0;
	padding: 0;
	min-height: initial;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sub-nav .search-small {
	display: none !important;
}

.HeadHome {
	height: 60vh;
	min-height: 440px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	padding-top: 90px;
	background-color: #f7f9fa;
	background-repeat: no-repeat;
	background-image: url("//p14.zdassets.com/hc/theme_assets/719934/200089507/QooQee_Support.jpg ");
	background-position: center bottom;
	background-size: 53%;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.search-unit:not(.HeadHome .search-unit) {
    display: none;
}

.main-column,
.side-column {
	display: inline-block;
	vertical-align: top;
}

.main-column {
	width: 100%;
}

.side-column {
	width: 270px;
	margin-top: 45px;
}

.Request-Page-Active section.side-column {
	width: 235px;
	margin: 0;
}

.Request-Page-Active section.side-column a:last-child {
	display: none;
}

.clearfix.Request-Page-Active .main-column h1 {
	font-size: 29px;
	font-weight: 200;
	margin-bottom: 50px;
}

.clearfix.Request-Page-Active .main-column .comment-body h1 {
	font-weight: 400 !important;
	margin: 0;
	font-size: 33px;
}

.clearfix.Request-Page-Active .main-column .comment-body code {
	border: 1px solid rgba(115, 115, 115, 0.18);
	padding: 2px 8px;
	background: #fbfbfb;
	letter-spacing: 0;
	font-family: inherit;
	font-size: 17px;
	border-radius: 3px;
	color: #424242;
}

.clearfix.Request-Page-Active .main-column .comment-body p {
	margin: 15px 0 5px;
	line-height: 170%;
}

.clearfix.Request-Page-Active .main-column .comment-body blockquote {
	border: 1px solid #ececec;
	padding: 0;
	margin: 40px 0 20px;
	color: rgba(80, 80, 80, 0.73);
	border-radius: 4px 4px 4px 0;
	position: relative;
	background: #f9f9f9;
}

.clearfix.Request-Page-Active .main-column .comment-body blockquote p {
	margin: 0;
	font-size: 15px;
	padding: 10px;
}

.clearfix.Request-Page-Active .main-column .comment-body hr {
	opacity: 0.3;
	display: inline-block;
	width: 100%;
	margin: auto;
}

.Request-Page-Active .comment-avatar img {
	max-width: 45px;
	max-height: 45px;
}

.Request-Page-Active .comment-avatar-agent:after {
	left: -12px;
	top: 31px;
	height: 35px;
	width: 35px;
	background-size: contain;
	background-image: url(/hc/theme_assets/719934/200089507/QooQee_Person.png);
}

.Request-Page-Active .comment-avatar {
	width: 53px;
}

.clearfix.Request-Page-Active .comment-author {
	font-size: 16px;
	font-weight: 400;
	color: gray;
	text-transform: capitalize;
	padding-right: 20px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 11px;
	display: inline-block;
	width: 100%;
}

.clearfix.Request-Page-Active .comment .comment-container {
	padding: 15px 30px;
	background: rgba(255, 255, 255, 0.27);
	border: 1px dashed rgba(81, 81, 81, 0.19);
}

.clearfix.Request-Page-Active .comment {
	padding: 8px;
}

.clearfix.Request-Page-Active
	.comment-list
	.comment:last-child
	.comment-container {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.09);
}

[dir="rtl"] .side-column {
	margin-left: 0;
	margin-right: 45px;
}

.header {
	background: #353535;
	/* margin-bottom: 78px; */
	height: 52px;
	min-width: 100%;
	text-align: center;
	border: 0;
}

.headerhome {
	background-color: transparent;
	position: relative;
	border: 0;
	margin: 0;
	height: 52px;
	background-color: #303030;
	text-align: center;
}

.headerhome .category-list, .headerhome .search  {
	display: none;
}



.header-inner {
	position: relative;
	text-align: center;
}

.logo {
	line-height: 180px;
	width: 100px;
	left: 0;
	right: 0;
	height: 150px;
	position: absolute;
	margin: auto;
}

.logo img {
	width: auto;
	height: 67px;
	left: 0;
	right: 0;
	margin: auto;
}

.user-info:first-child {
	margin-left: 0;
}

.user-nav {
	/* position: absolute; */
	right: 0;
	text-align: left;
	top: 0;
	gap: 0;
	display: flex;
	align-items: center;
}

.user-nav > * {
	display: inline-block;
	font-size: inherit;
	vertical-align: middle;
}

div#user.user-info.dropdown {
    border-left: 1px solid #5a5a5a;
}

a.QQ-SC_Myrequestbutton {
	color: #fff;
	padding: 0 20px;
	line-height: 49px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: auto;
	display: flex;
	margin-right: -2px;
	text-align: center;
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(//p6.zdassets.com/hc/theme_assets/719934/200089507/Ticket.png);
	background-position: 0 15px;
	background-size: 15px;
	justify-content: center;
	padding-left: 1.5rem;
}

.user-info [role="button"],
.login {
	font-size: 13px;
	text-decoration: none;
	height: 52px;
	letter-spacing: 0.5px;
	border-radius: 0;
	display: flex;
	padding: 0;
	align-items: center;
	flex-direction: row-reverse;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
}

.login {
	padding: 7px 10px 8px;
	display: block;
	/* top: 1px; */
	/* right: 140px; */
	/* position: absolute; */
	text-align: center;
	width: auto;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 0;
	font-weight: 100;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	background-repeat: no-repeat;
	/*     background-image: url(//p6.zdassets.com/hc/theme_assets/719934/200089507/Logo_Login_Support.png); */
	background-position: 15px 13.8px;
	background-size: 24px;
}

a.login:hover {
	color: rgba(255, 255, 255, 0.48);
	background-size: 22px;
	background-position: 16px 14.8px;
}

.language-selector {
	margin-left: 20px;
}

.submit-a-request {
	margin-right: -3px;
	margin-top: 0;
	width: auto;
	height: 52px;
	padding: 16px 21px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.5px;
	background-color: RGBA(75, 75, 75, 0.47);
	color: #fff;
}

.search-unit {
	margin: initial;
	z-index: 133;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 54px;
	max-width: 100%;
	background: transparent;
	position: sticky;
	top: 0;
}

.search-unit .search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	display: flex;
	height: 35px;
}

.tmcontner {
	display: flex;
	position: relative;
	border-top: 0;
	width: 100%;
	max-width: var(--page-maxw);
	justify-content: space-between;
	align-items: center;
	text-align: right;
	padding: 0 var(--page-padding);
}

.HomePage .tmcontner {
	text-align: center;
	display: flex;
	justify-content: center;
}

.search-unit-home .search {
	border: 0;
	width: auto;
	position: relative;
	height: 66px;
}

::-moz-selection {
	background: #fedc20;
}

::selection {
	background: #fedc20;
}

.search-unit-home .search input {
	width: 688px;
	line-height: 31px;
	font-size: 1rem;
	padding: 20px 0 20px 70px;
	color: #333;
	border-radius: 100px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.search:after {
	color: #555;
	font-family: entypo;
	font-size: 30px;
	line-height: 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	z-index: 1;
}

.search input {
	border: transparent;
	border-radius: 0;
	color: #454545;
	float: left;
	background: #606060;
	color: #fff;
	border-radius: 0px;
	outline: 0;
	-webkit-appearance: none;
	text-transform: none !important;
	font-size: 15px;
	margin: 0;
	font-weight: 400;
	width: 350px;
	padding: 0px 21px 0px 44px;
}

.user-nav .search input {
    height: 2rem;
    width: 220px;
    position: relative;
    border-radius: 0.3rem;
}

.user-nav .search {
    position: relative;
    width: auto;
}

.search input::-webkit-input-placeholder {
	color: #c9c9c9;
	font-weight: 400;
}

.search-unit-home {
	/* top: 0; */
	/* position: relative; */
	/* margin-top: 0; */
	/* padding: 0; */
	/* border: 0; */
	/* background: 0 0; */
}

.search-unit-home input::-webkit-input-placeholder {
	color: #64646469;
	letter-spacing: 0;
	font-weight: 100;
}

.search input[type="submit"] {
	font-size: 0;
	width: 43px;
	padding: 0;
	border: 0;
	position: absolute;
	left: 0;
	background-color: transparent;
	background-image: url(//theme.zdassets.com/theme_assets/719934/9b5230a1da28daa3af33fd7f39c933a04f2e10ef.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	opacity: 0.8;
	height: 100%;
	;;;;;;opacity: 0.4;;;;;;;background-position: 50%;
}

.search-unit-home .search input[type="submit"] {
	width: 71px;
	background-image: url(//theme.zdassets.com/theme_assets/719934/3f5ec293660066e7cb7bc9019cbd52a921d1f805.svg);
	background-size: 25px;
}

.search input[type="submit"]:hover {
	opacity: 0.2;
}

.sub-nav .search {
	display: none;
}

.category-list a {
	font-size: 15px;
	color: #b9b9b9;
	padding: 0px 15px 2px;
	height: 100%;
	display: flex;
	justify-content: center;
	font-size: 14px;
	align-items: center;
}

.category-list a:hover {
	background: rgba(128, 128, 128, 0.18);
}

.category-list a:hover:after {
	margin-right: -6px;
	border-color: #1a74b0;
}

.knowledge-page-header {
	margin: 34px 0 34px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

.knowledge-page-header p {
	color: #a6a6a6;
	/* font-weight: 100; */
	font-size: 15px;
	max-width: 710px;
	margin: 0;
	/* display: none */
}

.knowledge-page-header h1 {
	font-size: 3rem;
	margin: 0;
	font-weight: 500;
	color: var(--base);
	letter-spacing: 0;
}

article .knowledge-page-header h1:after {
	display: none;
}

.section {
	width: 100%;
	margin-bottom: 30px;
	vertical-align: top;
}

section.section h3 {
	margin-bottom: 0;
	padding: 0;
	margin-top: 0;
	text-align: left;
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 5;
	background: #fff;
}

section.section h3 a {
	font-size: 1.3rem;
	display: inline-block;
	letter-spacing: 0;
	position: relative;
	text-align: left;
	border-top: 1px solid rgb(91 91 91 / 12%);
	width: 100%;
	padding: 2px 0 0 0;
	padding-left: 0;
	text-decoration: none;
	font-weight: 400;
	line-height: 52px;
}

.section-tree section.section h3 a {}

section.section h3.pbaz a {
	color: #1a7cc1;
}

section.section:first-child h3 a {
	border: 0;
}

section.section h3 a:hover {
	color: #2196f3;
}

section.section h3:hover:before {
	opacity: 1;
}

section.section h3 a:hover:after {
	opacity: 1;
	margin-left: 13px;
}

section.section h3 a:after {
	height: 11px;
}

section.section h3:before {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	content: " ";
	opacity: 0.3;
	width: 15px;
	height: 15px;
	top: 21px;
	right: 20px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	background-image: url(//p14.zdassets.com/hc/theme_assets/719934/200089507/plussign.svg);
}

section.section h3.pbaz:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

section.section li a {
	font-size: 17px;
	padding: 14px 0;
	position: relative;
	transition: all 0.25s ease;
}

ul.article-list li a {
	width: calc(100% - 40px);
	padding: 11px 20px 11px 4px;
	display: inline-block;
	color: #5b5b5b;
	font-size: 16px;
	text-decoration: none;
	position: relative;
}

ul.article-list li a .title-badge {
    display: none;
}

ul.article-list {
	list-style-type: decimal;
	list-style-position: inside;
	color: #1a74b0;
	padding: 0;
	background: #fff;
	transition: margin 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

section.section ul.article-list {
	display: none;
	z-index: 1;
}

section.section ul.article-list.thak {
	margin-top: 0 !important;
	margin-bottom: 7px;
}

body.CatQspage section.section ul {
	padding-left: 0;
	padding-left: 0;
	position: relative;
}

section.section li a:after,
.article-list li a:after {
	content: "";
	--size: 6px;
	position: relative;
	width: var(--size);
	height: var(--size);
	border: 1px solid #1a74b0;
	border-top: 0;
	border-right: 0;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
	top: 1px;
	margin-left: 0;
	background: 0 0;
	display: inline-block;
	-webkit-transform: rotate(-135deg) translateY(50%);
	-moz-transform: rotate(-135deg) translateY(50%);
	-o-transform: rotate(-135deg) translateY(50%);
	-ms-transform: rotate(-135deg) translateY(50%);
	transform: rotate(-135deg) translateY(50%);
	border-radius: 0;
}

ul.article-list.barmenu {
	list-style: none;
	width: 280px;
	min-width: 312px;
	margin-right: -1px;
	z-index: 1;
	position: sticky;
	color: var(--grey);
	top: 5rem;
	border-left: var(--border);
}

span.QooQeeCPR {
	padding: 20px;
	margin-top: 50px;
	position: relative;
	display: inline-block;
	color: rgba(0, 0, 0, 0.24);
	letter-spacing: 0.5px;
	font-size: 16px;
}

ul.barmenu li a:after {
	display: none;
}

ul.article-list.barmenu li a {
	color: inherit;
	font-size: 15px;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px 15px 2px;
	width: auto;
	margin: 3px 0;
	background: 0 0;
}

ul.barmenu li:not(.active):hover a {
	color: var(--accent);
}

ul.article-list.barmenu ul li:last-child a {
	display: none;
}

section.section h3 a:after {
	height: 11px;
	width: 11px;
}

section.section li:hover a,
.article-list li:hover a {
	color: #1a74b0;
	opacity: 1;
}

section.section li:hover a:after,
.article-list li:hover a:after {
	opacity: 1;
	margin-left: 5px;
}

.section h3 a {
	color: inherit;
	font-size: 16px;
}

.article-list li {
	font-size: 19px;
	margin-top: 7px;
	line-height: 1.3;
}

section .article-list li {
	margin: 0;
}

 

section .article-list li::marker {}

.article-header {
	margin-bottom: 25px;
}

.article-header h1 {
	font-weight: 700;
	margin: 0 0 10px;
}

.article-info > * {
	display: table-cell;
	vertical-align: middle;
}

.article-avatar {
	min-width: 55px;
}

.article-avatar img {
	border-radius: 3px;
	max-height: 38px;
	max-width: 38px;
}

.article-meta {
	width: 100%;
}

.article-updated {
	display: block;
}

.article-more-questions {
	margin: 15px 0 50px;
}

.article-body table {
	table-layout: auto;
}

.markdown .litInner table {
	width: auto !important;
}

.article-footer {
	margin-top: 100px;
	padding: 11px 0;
	display: flex;
	border-top: 1px solid #00000021;
}

.article-footer .article-vote,
.article-footer .share {
	display: table-cell;
	vertical-align: top;
}

.article-vote {
	width: 100%;
}

.article-vote > * {
	display: inline-block;
}

.article-vote-controls {
	margin: 0 5px;
}

.article-vote-count {
	color: #999;
	min-width: 20%;
}

.article-vote-up,
.article-vote-down {
	color: inherit;
	font-family: entypo;
}

.article-vote-up:before {
	content: "\1f44d";
}

.article-vote-down:before {
	content: "\1f44e";
}

.article-vote-up.article-voted {
	color: #6b9100;
	border-color: #6b9100;
}

.article-vote-down.article-voted {
	color: #999;
	border-color: #999;
}

.community {
	border-radius: 6px;
	padding: 110px 131px;
}

.community .recent-activity {
	padding: 0;
	width: auto;
}

.community .recent-activity h2 {
	font-weight: 400;
	font-size: 20px;
	margin: 0 0 15px;
	letter-spacing: 5px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.community h4 {
	color: #111;
	float: right;
	font-size: 13px;
	margin: 0;
}

.community h4 a {
	font-weight: 400;
	font-size: 11px;
	padding: 7px 20px;
	color: #000;
	margin-left: 20px;
	font-size: 13px;
	border: 3px solid #000;
}

.community h4 a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: inherit;
}

.trending-questions {
	margin-bottom: 40px;
}

.trending-questions h2 {
	border-bottom: 1px solid #e6e6e6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	color: #111;
	font-weight: 400;
	font-size: inherit;
	margin: 0 0 15px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.trending-questions:last-child {
	margin-bottom: 0;
}

.trending-question-list {
	margin-bottom: 15px;
}

.trending-question-list li {
	display: inline-block;
	font-size: 13px;
	padding: 10px 25px 0 0;
	width: 49.5%;
}

.visibility-internal-icon:before {
	content: "\1F512";
	display: inline-block;
	font-family: entypo;
	text-align: center;
	width: 13px;
}

.article-promoted span,
.visibility-internal {
	cursor: default;
	position: relative;
	left: 12px;
	font-size: 14px;
	color: #1e88e5;
}

.article-promoted span:before,
.article-promoted span:after,
.visibility-internal:before,
.visibility-internal:after {
	display: none;
	font-size: 13px;
	font-weight: 400;
	position: absolute;
}

.article-promoted span:before,
.visibility-internal:before {
	background: #222;
	border-radius: 3px;
	color: #fff;
	content: attr(data-title);
	font-family: sans-serif;
	left: -10px;
	margin-top: 5px;
	padding: 3px 10px;
	text-transform: none;
	top: 100%;
	white-space: nowrap;
	z-index: 1;
}

.article-promoted span:after,
.visibility-internal:after {
	border-bottom: 5px solid #222;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -5px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -5px;
	width: 0;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after,
.visibility-internal:hover:before,
.visibility-internal:hover:after {
	display: block;
}

.comment-list {
	margin-bottom: 25px;
}

.comment-list > * {
	padding: 25px 0;
}

.comment-sorter {
	float: right;
}

.comment-sorter a {
	color: #999;
	text-decoration: none;
	padding-left: 20px;
}

.comment-sorter [aria-selected="true"] {
	font-weight: 700;
	color: #333;
}

.comment,
.comment-form {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.comment > *,
.comment-form > * {
	display: table-cell;
	vertical-align: top;
}

.comment-vote,
.comment-bookmark {
	text-align: center;
	width: 50px;
}

.comment-bookmark:before {
	color: #77a500;
	content: "\1F516";
	font-family: entypo;
	font-size: 23px;
	line-height: 1.1;
}

.comment-avatar {
	position: relative;
	width: 85px;
}

.comment-avatar img {
	border-radius: 3px;
	max-width: 65px;
	max-height: 65px;
}

.comment-avatar-agent:after {
	background-color: transparent;
	background-image: url(//theme.zdassets.com/theme_assets/719934/823f3892f5e99cb9eda4a864e6089407e4553d9b.png);
	background-image: url(//theme.zdassets.com/theme_assets/719934/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	content: " ";
	height: 15px;
	left: 55px;
	position: absolute;
	top: 55px;
	width: 15px;
}

[dir="rtl"] .comment-avatar-agent:after {
	left: auto;
	right: 55px;
}

.comment-header {
	margin-bottom: 15px;
}

.comment-published,
.comment-pending,
.comment-official {
	border: 1px solid transparent;
	float: right;
	font-size: 11px;
	padding: 1px 5px;
}

[dir="rtl"] .comment-published,
[dir="rtl"] .comment-pending,
[dir="rtl"] .comment-official {
	float: left;
}

.comment-published {
	color: #bebebe;
}

.comment-published:before {
	content: " ";
	display: inline-block;
	width: 5px;
}

.comment-pending,
.comment-official {
	border-color: currentcolor;
	border-radius: 2px;
}

.comment-pending {
	color: #eec100;
}

.comment-official {
	color: #77a500;
}

.comment-form textarea {
	border-radius: 2px 2px 0 0;
	border-width: 1px;
}

.comment-attachments {
	border: 1px solid #ddd;
	margin-top: -1px;
	padding: 10px;
}

.clearfix.Request-Page-Active .comment-attachments {
	border: 0;
	padding: 20px 0 0;
}

.clearfix.Request-Page-Active .comment-attachments #upload-dropzone {
	max-width: 300px;
	line-height: 70px;
	border: 1px dashed rgba(0, 0, 0, 0.19);
}

.clearfix.Request-Page-Active .comment-attachments #upload-dropzone span {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.42);
}

.clearfix.Request-Page-Active .comment-attachments #upload-dropzone a {
	font-size: 17px;
}

.comment-form-controls {
	display: none;
	margin-top: 15px;
	text-align: right;
}

.comment-form-controls input[type="submit"] {
	margin-left: 15px;
}

.clearfix.Request-Page-Active .comment-form-controls input[type="submit"] {
	margin: 0;
	background: #0091ef !important;
	padding: 17px;
	width: 302px;
	border-radius: 3px;
	font-size: 17px !important;
}

.clearfix.Request-Page-Active
	.comment-form-controls
	input[type="submit"]:hover {
	background: #0583d5 !important;
	color: #fff !important;
}

[dir="rtl"] .comment-form-controls input[type="submit"] {
	margin-left: 0;
	margin-right: 15px;
}

.comment-screencasts,
.comment-mark-as-solved {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

[dir="rtl"] .comment-screencasts,
[dir="rtl"] .comment-mark-as-solved {
	margin-left: 20px;
}

.comment-actions {
	float: right;
	color: #999;
}

.comment-actions .dropdown-toggle:before {
	content: "\2699";
	font-size: 11px;
	font-family: entypo;
}

.attachment-list,
.screencast-list {
	font-size: 11px;
	margin-top: 25px;
}

.attachment-list span,
.screencast-list span {
	color: #999;
}

.attachment-list li,
.screencast-list li {
	margin-bottom: 10px;
}

.attachment-list li:before,
.screencast-list li:before {
	background: #f9f9f9;
	border-radius: 3px;
	color: #bbb;
	font-family: entypo;
	margin-right: 5px;
	padding: 5px;
}

.attachment-list li:before {
	content: "\1F4CE";
}

.screencast-list li:before {
	content: "\1F4BB";
}

.my-activities-header {
	padding: 25px 0;
}

.my-activities-header .breadcrumbs li {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}

.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
	display: none;
}

.my-activities-nav {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 25px;
}

.my-activities-sub-nav {
	margin-bottom: 15px;
}

.my-activities-sub-nav {
	display: none;
}

.request-table-toolbar {
	display: table;
	padding: 21px 0;
	width: 100%;
}

.request-table-filters {
	display: table-cell;
	text-align: right;
}

[dir="rtl"] .request-table-filters {
	text-align: left;
}

.request-table-filters label:before {
	content: " ";
	width: 25px;
	display: inline-block;
}

.requests-search {
	border-radius: 20px;
	outline: 0;
	padding: 6px 15px;
}

.request-id {
	color: rgba(59, 59, 59, 0.71);
	background: rgba(128, 128, 128, 0.06);
	font-size: 16px;
	border: 1px solid rgba(125, 125, 125, 0.14);
	font-weight: 200;
	margin-right: 17px;
	letter-spacing: 0;
	border-radius: 2px;
	padding: 6px 14px 8px;
	vertical-align: middle;
}

.request-details {
	border-radius: 3px;
	font-size: 12px;
	margin: 119px 0 30px;
	padding: 0 0 50px 28px;
}

dl.request-details dt:first-child {
	display: none;
}

dl.request-details dt:nth-child(2) {
	display: none;
}

.request-details dt ~ dt {
	font-weight: 100;
	margin-top: 8px;
	padding: 10px 0 3px;
	font-size: 13px;
	color: gray;
	display: inline-block;
	border-bottom: 1px solid rgba(137, 137, 137, 0.12);
}

.request-details dd {
	margin: 3px 0 0;
	word-wrap: break-word;
	font-size: 15px;
	font-weight: 400;
}

.request-details dd ul {
	margin: 10px 0;
}

.request-details dd li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 3px;
}

.request-details .nested-field-tag:before {
	content: " > ";
}

.request-details .nested-field-tag:first-child:before {
	content: "";
}

.request-status {
	color: #6f6f6f;
	border-radius: 2px;
	border: 2px solid #c7c7c7;
	padding: 1px 8px;
	min-width: 100px;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
}

.request-open {
	color: #949494;
	font-weight: 400;
	border-color: #a9a9a9;
}

.request-answered {
	border: 2px solid #e8e8e8;
	color: #bbb;
}

.request-solved {
	border-color: #8bc34a;
	color: #8bc34a;
}

.community-heading {
	font-size: 0;
	margin: 0;
	width: 100%;
}

.community-nav {
	margin-top: 44px;
	padding: 3px 0;
	height: 50px;
}

nav.community-nav ul {
	text-align: right;
	margin-bottom: 50px;
}

.community-nav li {
	display: inline-block;
	font-weight: 700;
	padding-right: 15px;
	font-size: 17px;
	display: none;
}

.community-nav li a {
	font-weight: 400;
	font-weight: 400;
	color: #000;
}

.community-nav li + li {
	border-left: 1px #eee;
	padding-left: 0;
}

.community-nav li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: right;
	position: relative;
	top: -25px;
}

[dir="rtl"] .community-nav li:last-child {
	float: left;
}

.community-nav li:last-child a {
	color: #fff;
	padding: 8px 20px;
	background-color: #0080e5;
	font-size: 17px;
	border-radius: 3px;
	letter-spacing: 0;
	font-weight: 400;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: bottom;
}

.community-nav li:last-child a:hover {
	background-color: #0091ef;
	color: #fff;
}

.community-nav li:last-child a:hover:before {
	background-image: url(//theme.zdassets.com/theme_assets/719934/9e556d7f35e8b22b5fbffa6fce646ab29ce9c94c.png);
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

[dir="rtl"] .community-nav li:last-child a:before {
	margin-right: 0;
	margin-left: 10px;
}

.community-sub-nav {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	position: relative;
	width: 800px;
	display: none;
}

.community-sub-nav li {
	display: inline-block;
	font-weight: 700;
	padding-right: 15px;
}

.community-sub-nav li a {
	font-weight: 400;
}

.community-sub-nav li + li {
	padding-left: 15px;
}

.community-sub-nav .topic-add {
	position: absolute;
	right: 0;
	top: 10px;
}

.topic {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 9px;
}

.topic-header,
.question-header {
	margin-bottom: -10px;
	display: table;
}

.question-header {
	display: none;
}

header.topic-header a.topic-unsubscribe {
	display: none;
}

.topic-header > *,
.question-header > * {
	display: table-cell;
	vertical-align: middle;
}

.topic-header .topic-meta,
.question-header .question-meta {
	padding: 0 15px 0 0;
	white-space: nowrap;
}

span.topic-meta {
	display: none;
}

.topic-heading,
.question-heading,
.answer-list-heading {
	font-weight: 700;
	font-size: 15px;
	width: 100%;
}

.topic-heading {
	font-size: 29px;
	letter-spacing: 0;
	font-weight: 400;
}

.topic-questions {
	margin-top: 73px;
}

.topic-description {
	word-break: break-word;
	max-width: 680px;
	color: #a3a3a3;
	font-size: 15px;
	margin-top: 20px;
	padding-bottom: 7px;
}

.question,
.answer {
	margin-top: 0;
	position: relative;
}

.question-form .nesty-input {
	max-width: none;
}

.question-avatar,
.answer-avatar {
	width: 25px;
	display: inline-block;
	vertical-align: top;
	margin-right: 17px;
	margin-top: 5px;
	position: relative;
}

.aq-top {
	font-size: 16px;
	display: flex;
	padding: 22px 52px 0 25px;
	align-items: center;
}

.aq-top a {
	font-weight: 600;
}

.question-avatar-agent:after,
.answer-avatar-agent:after {
	background-color: transparent;
	background-image: url(//theme.zdassets.com/theme_assets/719934/823f3892f5e99cb9eda4a864e6089407e4553d9b.png);
	background-image: url(//theme.zdassets.com/theme_assets/719934/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	position: absolute;
	width: 15px;
	height: 15px;
	right: -3px;
	top: 21px;
	content: " ";
}

.question-avatar img,
.answer-avatar img {
	border-radius: 100px;
	width: 100%;
}

span.answer-author {
	color: #404040;
	font-weight: 600;
}

.question-body,
.answer-body,
.answer-official-body {
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	min-width: 100%;
	padding: 0;
	border-radius: 4px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.11);
}

.answer-form .answer-body {
	background: 0 0;
	border: 0;
}

.question-body .answer-official-body {
	vertical-align: top;
	width: 100%;
}

.question-body p,
.answer-body p,
.answer-official-body p {
	margin: 0 0 2px;
}

.question-body .question-meta,
.answer-body .answer-meta,
.answer-official-body .answer-meta {
	float: left;
	padding: 18px 52px 18px 22px;
	width: 100%;
}

.answer-official-body .aq-top {
	padding-top: 75px;
}

.answer-official-body {
	margin-top: -8px;
	border-radius: 0 0 4px 4px;
	border-top-color: #80808017;
}

.question .answer {
	border: 0;
	padding-bottom: 0;
}

.question-topic-list {
	margin: -28px 0 12px;
	padding-bottom: 10px;
	text-align: right;
}

.question-topic-list li {
	display: inline-block;
	margin: 10px 10px 0 0;
}

.question-topic-list a {
	color: #14609d8f;
	display: inline-block;
	font-size: 15px;
	padding: 10px 0;
	background-size: 10px;
	background-position: left center;
	background-repeat: no-repeat;
}

.question-topic-list a:hover {
	color: #2196f3;
}

.question-title,
.topic-title {
	margin: 0;
	font-size: 22px;
}

h3.question-title {
    padding-top: 0;
}

.question-title a,
.topic-title a {
	display: block;
	font-size: 26px;
	color: #000;
	font-weight: 400;
}

.question-meta,
.answer-meta,
.topic-meta {
	color: #adadad;
	font-size: 14px;
	font-weight: 400;
}

.topic-meta span + span:before,
.question-meta span + span:before,
.answer-meta span + span:before {
	content: " ";
	font-size: 10px;
	margin: 0 8px;
}

.post-answered:before {
	display: none;
}

.answer-form {
	margin: 12px 0 32px;
}

.answer-form-controls {
	margin-top: 10px;
	text-align: right;
	display: inline-block;
}

.answer-form-controls .pull-left {
	float: left;
	margin-right: 20px;
}

.answer-official-heading {
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	background: #d4efb3;
	padding: 3px 10px;
	border-radius: 4px;
	color: #65952d;
	position: absolute;
	z-index: 200;
	top: 23px;
	margin: 0;
	left: 25px;
}

.answer-list-heading {
	font-weight: 600;
	font-size: 14px;
	width: auto;
	display: inline-block;
	background: #ebebeb9e;
	padding: 3px 10px;
	border-radius: 4px;
	color: gray;
	margin-bottom: 14px;
}

.pending-moderation-answer-badge {
	clear: both;
	border-style: solid;
	border-width: 1px;
	border-color: #c7aa2b;
	color: #c7aa2b;
	padding: 3px 5px;
	float: left;
	margin-top: 10px;
	font-size: 12px;
}

.question-share,
.answer-share {
	position: relative;
}

.related-questions-header {
	border-bottom: 1px solid #eee;
}

.related-questions-heading {
	margin-top: 3px;
}

.related-questions li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.vote {
	vertical-align: top;
	float: right;
	position: absolute;
	right: 8px;
	bottom: 14px;
	display: flex;
	flex-direction: column;
	width: 30px;
	z-index: 11;
	justify-content: center;
	align-items: center;
}

.vote-sum,
.vote-controls {
	display: inline-block;
	vertical-align: middle;
}

.vote-sum {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #828282;
	line-height: 37px;
	padding-top: 1px;
	background: #fff;
	border-radius: 50%;
	height: 40px;
}

.vote-controls {
	float: left;
	display: flex;
	flex-direction: column;
}

.vote-controls a {
	color: #e3e3e3b0;
	font-family: entypo;
	border-radius: 0;
	text-align: center;
	border-left: 0;
	vertical-align: middle;
	line-height: 22px;
	padding: 0;
}

.vote-up {
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #0000000f;
}

.vote-down {
	border-radius: 0 0 5px 5px;
	border-top: 0;
}

.vote-up:before,
.vote-down:before {
	color: #0000003b;
	font-size: 25px;
}

.vote-up:before {
	content: "\E763";
}

.vote-down:before {
	content: "\E760";
}

.vote-controls a:hover:before {
	color: #2a2a2a;
}

.vote-controls a:hover,
.vote-controls [aria-selected="true"] {
	color: gray;
	box-shadow: none;
}

.vote-controls a:active {
	background: #ccc;
	color: #111;
}

.answer-accept {
	color: #bbb;
	font-size: 15px;
	max-width: 15px;
	overflow: hidden;
	padding-top: 7px;
	position: absolute;
	white-space: nowrap;
}

.answer-accept:hover {
	text-decoration: none;
}

.answer-accept:before {
	content: "\2713";
	font-family: entypo;
	margin-right: 5px;
}

.answer-accepted .answer-accept,
.answer-accepted .vote-sum {
	color: green;
}

.topic-controls,
.question-controls,
.answer-controls {
	line-height: 14px;
	margin-right: 11px;
	font-weight: 400;
	color: gray;
	position: absolute;
	right: 6px;
	top: 13px;
}

.topic-edit:before,
.question-delete:before,
.question-mark-as-spam:before,
.answer-delete:before,
.answer-mark-as-spam:before {
	color: #ccc;
	content: "\2022";
	font-size: 10px;
	margin-left: -16px;
	margin: 0 8px;
	pointer-events: none;
	position: relative;
	display: inline-block;
}

.share-label {
	cursor: pointer;
}

.share-label + .share {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	left: 50%;
	line-height: 70px;
	margin: 10px 0 0 -75px;
	position: absolute;
	text-align: center;
	top: 100%;
	white-space: nowrap;
	width: 175px;
	z-index: 1;
}

.share-label + .share:before,
.share-label + .share:after {
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
}

.share-label + .share:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	margin-left: -6px;
}

.share-label + .share:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	margin-left: -5px;
}

.share-label[aria-selected="true"] {
	color: #111;
}

.share-label[aria-selected="true"] + .share {
	display: block;
}

.share-label[aria-selected="false"] + .share {
	display: none;
}

body.community-enabled .search-results-column {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

section.search-results-column {
	background: #fff;
	border-left: 0;
	border-right: 0;
}

section.search-results-column:nth-child(3) {
	background: rgba(249, 249, 249, 0.59);
	padding: 60px;
}

body.community-enabled .search-results-column + .search-results-column {
	margin-top: 51px;
}

[dir="rtl"]
	body.community-enabled
	.search-results-column
	+ .search-results-column {
	margin-left: 0;
	margin-right: 35px;
}

.search-results-subheading {
	padding: 26px 0 13px;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	text-align: left;
	color: #717171;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	letter-spacing: 5px;
}

.search-results-subheading:after {
	content: "Search Results";
	font-size: 15px;
	opacity: 0.43;
}

.search-results-subheading-link {
	font-size: 13px;
	font-weight: 400;
	margin-left: 5px;
}

.search-results-list {
	margin-bottom: 25px;
	padding: 0 0 0 0;
}

.search-results-list > * {
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	padding: 0px 0 19px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

li.search-result:last-child {
	border: 0;
}

.search-result-link {
	font-size: 16px;
}

.search-result-description,
.search-result-meta {
	padding-top: 0;
	font-size: 0;
}

.search-result-meta a:first-child {
	display: none;
}

.search-result-meta a {
	font-size: 14px;
	color: #525252;
}

.search-result-meta a {
	color: #578145;
}

.search-result-meta a:after {
	content: " ";
	margin: 0 9px;
	content: "";
	height: 5px;
	width: 5px;
	border: 2px solid rgba(0, 0, 0, 0.27);
	border-top: 0;
	border-right: 0;
	transition: all 0.25s ease;
	top: 14px;
	background: 0 0;
	display: inline-block;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.search-result-meta a:last-child:after {
	display: none;
}

.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
	font-size: 15px;
	color: #adadad;
}

span.search-result-meta-count {
	display: none;
}

.search-result-meta-time:before,
.search-result-meta-count:before {
	display: inline-block;
	content: "\2022";
	font-size: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.search-result-votes {
	background: #a8d119;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin-left: 5px;
	padding: 4px 5px;
	position: relative;
	top: -2px;
}

.search-result-votes:before {
	content: "\1F44D";
	font-family: entypo;
	margin-right: 3px;
}

.chat {
	background: #f6f6f6;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	bottom: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	font-size: 13px;
	line-height: 35px;
	padding: 0 15px;
	position: fixed;
	right: 85px;
	-webkit-transition: bottom 0.5s ease-in, color 0.5s ease-in;
	-moz-transition: bottom 0.5s ease-in, color 0.5s ease-in;
	-ms-transition: bottom 0.5s ease-in, color 0.5s ease-in;
	-o-transition: bottom 0.5s ease-in, color 0.5s ease-in;
	transition: bottom 0.5s ease-in, color 0.5s ease-in;
}

.chat:before {
	content: "\E720";
	font-family: entypo;
	font-size: 16px;
	margin-right: 10px;
	vertical-align: middle;
}

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

.chat-available {
	bottom: 0;
}

.chat-unavailable {
	color: gray;
	cursor: default !important;
	bottom: -50px;
}

.error-page {
	margin: 0 auto;
	max-width: 500px;
	padding-top: 5%;
	text-align: center;
}

.error-page h1 {
	font-size: 52px;
	margin-bottom: 0;
}

.error-page h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

.error-page > a {
	display: block;
	margin-top: 25px;
}

.recent-activity {
	margin-top: 50px;
	width: 100%;
	padding-top: 32px;
	border-top: 1px solid #00000012;
}

.recent-activity ul.recent-activity-list {
	padding: 20px 0 40px;
	border-width: 1px 0 0;
}

.recent-activity-header {
	margin: 0;
	font-size: 17px;
	max-width: 250px;
	margin-bottom: 10px;
	line-height: 11px;
	padding: 11px 0;
	color: rgba(0, 0, 0, 0.21);
	text-align: left;
	font-weight: 400;
}

li.recent-activity-item:last-child {
	border: 0;
}

.recent-activity-item-parent {
	color: rgba(17, 17, 17, 0.53);
	font-size: 12px;
	margin-bottom: 6px;
	text-decoration: none;
	display: initial;
	opacity: 0.5;
}

.recent-activity-item-parent:hover {
	text-decoration: underline;
}

.recent-activity-item-link {
	display: inline-block;
	height: 100%;
	font-size: 17px;
	text-decoration: none !important;
	width: 100%;
	background: #fff;
	color: #484747;
	font-weight: 400;
	padding: 10px 0 12px 0;
}

a.recent-activity-item-link:hover {
	color: #2196f3;
}

.recent-activity-item-meta {
	font-size: 15px;
	font-weight: 400;
	color: rgba(33, 150, 243, 0.38);
	margin-top: 0;
	opacity: 1;
	position: absolute;
	left: -5px;
	top: 11px;
}

.recent-activity-item-time {
	display: none;
}

.recent-activity-item-comment {
	display: none;
}

.recent-activity-item-comment:before {
	display: inline-block;
	content: "\2022";
	display: none;
}

.recent-activity-item-comment span:before {
	font-family: entypo;
	content: "\00a0\00a0\e718";
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"]
	.recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"]
	.recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
	display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
	padding-top: 20px;
	font-size: 12px;
}

.recent-activity-loader {
	display: inline-block;
	position: relative;
}

.recent-activity-loader:before {
	display: block;
	position: absolute;
	content: "\0020";
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		#f9f9f9 50%,
		rgba(255, 255, 255, 0) 100%
	);
	animation: recent-activity-loader 0.5s infinite;
	-webkit-animation: recent-activity-loader 0.5s infinite;
}

.header-inner.clearfix {
	width: 100%;
}

a.faqgoQ {
	font-size: 12px;
	display: none;
	text-decoration: none;
	top: 0;
	right: 0;
	height: 52px;
	width: 51px;
	letter-spacing: 0.5px;
	background-image: url(//theme.zdassets.com/theme_assets/719934/3c18c3648c53b23335260307769e15c3fae4b69f.png);
	background-size: 44px;
	background-repeat: no-repeat;
	background-position: 7px 11px;
	position: absolute;
	background-color: #fccf61;
	color: rgba(0, 0, 0, 0.55);
}

a.faqgoQ:hover {
	background-color: #ffde8c;
}

.btn.with-image.dropdown-toggle:hover:after, span.gtp:hover:after {
	height: 10px;
}

a.btfaq {
	font-size: 19px;
	top: -37px;
	letter-spacing: 0.5px;
	border: #3e8ad0 2px solid;
	color: #3e8ad0;
	border-radius: 3px;
	position: relative;
}

a.btfaq:hover {
	opacity: 0.5;
}

a.comgoQ {
	padding: 16px 25px;
	font-size: 12px;
	text-decoration: none;
	top: 7.5px;
	height: 50px;
	right: 90px;
	border-right: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	letter-spacing: 0.5px;
	position: absolute;
	background-color: #fccf61;
	color: #5f5f5f;
}

a.comgoQ:hover {
	background-color: #ffde8c;
}

a.loginQ {
	display: block;
	top: 14px;
	right: 20px;
	position: absolute;
	text-decoration: none;
	padding: 17px 23px;
	font-family: myriad-pro, sans-serif;
	border-radius: 2px;
	letter-spacing: 0.9px;
	font-weight: 100;
	background-color: #414040;
	color: #f1f1f1;
	font-size: 13px;
	line-height: 6px;
}

.MenuQ a {
	padding: 0 20px;
	line-height: 52px;
	font-size: 16px;
	display: inline-block;
	font-weight: 400;
	z-index: 0;
	overflow: hidden;
	letter-spacing: 0.5px;
	text-decoration: blink;
	color: #eaeaea;
	font-family: myriad-pro, sans-serifsans-serif;
}

a.loginQ:hover {
	background-color: #606060 !important;
}

.MenuQ a:hover {
	color: #9e9e9e;
}

.MenuQ {
	display: inline-block;
	left: 75px;
	vertical-align: top;
}

.headerQ {
	position: relative;
	grid-auto-columns: 100%;
	width: 100%;
	max-width: var(--page-maxw);
	padding: 0 var(--page-padding);
	height: 52px;
	top: 0;
	text-align: left;
	z-index: 11111111;
	display: inline-block;
}

a.logoQ {
	cursor: pointer;
	display: inline-block;
	top: 0;
	padding: 14px 13px;
	border-left: 1px solid transparent;
	left: 0;
	width: 67px;
	height: 52px;
	z-index: 1001;
	background-repeat: no-repeat;
	background-image: url(https://www.qooqee.com/image/data/QooQee_Logo.png);
	background-position: center;
	background-size: 25px;
}

.requestpage input {
	margin-left: 0;
	height: 3.4rem;
	border-color: var(--border-color);
	font-size: 1rem;
	border-radius: var(--bradius);

	padding-left: 0.7rem;
	width: 100%;
	-webkit-appearance: none;
	outline: 0;
	font-weight: 400;
	z-index: 110;
	padding-top: 1.1rem;
	position: relative;
	background: transparent;
	transition: border-color var(--transition), box-shadow var(--transition);
}

.requestpage .has_hint input {
	padding-right: 2.4rem;
}

#new_request .form-field input:focus ~ label,
#new_request .form-field input:-webkit-autofill ~ label,
#new_request .form-field input:not(:placeholder-shown) + label,
#new_request .form-field textarea:not(:placeholder-shown) + label,
#new_request .form-field textarea:focus ~ label {
	transform: translateY(-1.5rem) scale(0.88);

	opacity: 0.7;
}
.requestpage input:focus,
.requestpage textarea:focus {
	border-color: var(--grey);
	box-shadow: 0px 0px 0px 1px var(--grey);
}

.requestpage textarea#request_description {
	margin-left: 0;
	margin-bottom: -2px;
	padding: 1rem;
	padding-top: 4.1rem;
	padding-right: 2.6rem;
	border-radius: var(--bradius);

	min-height: 10rem;
	max-height: 17rem;
	border-color: var(--border-color);
	width: 100% !important;
	-webkit-appearance: none;
	outline: 0;
}

.requestpage textarea#request_description ~ p {
	right: 1rem;
top: 1rem;transform: none;}

#new_request textarea#request_description + label {
	width: calc(100% - 2rem);
	background: #fff;
	z-index: 112;
	opacity: 1;
	padding: 1rem 0 0.6rem;
	top: 2px;
	border-bottom: 1px solid var(--fade);
	transform: none;
	left: 2px;
	margin: 0;
	margin-left: 1rem;pointer-events: auto;
}

.requestpage footer {
	width: 100%;
}

.requestpage input[type="submit"]:hover {
	background-color: #000;
}

.form-field.string.required.question_title input#question_title {
	height: auto;
}

.qcopyb,
.qsst {
	width: auto;
	text-align: right;
	color: #7e7e7e;
	padding-left: 20px;
	width: auto;
	display: inline-block;
}

.qsst {
	padding: 0 35px;
	padding-right: 0;
	color: #000;
	font-weight: 400;
	float: left;
	text-align: left;
}

.requestpage h1 {
	font-size: 1.5rem;
	margin-bottom: 0;
	margin-top: 0;
}

.requestpage p.reqNote {
	margin-top: 0;
	font-size: 1rem;
	max-width: 360px;
	color: var(--grey);
	line-height: 120%;
	margin: 0 0 2.2rem;
}

#new_request label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	margin-left: 0.7rem;
	color: var(--grey);
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	transform-origin: left center;
	z-index: 0;
	pointer-events: none;
font-size: 0.88rem;}

#new_request .suggestion-list label {
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 0;
	background: #fff;
	position: relative;
	padding: 10px;
	margin-bottom: -2px;
}

#new_request .form-field {
	margin: 0.7rem 0 0;
	position: relative;
}

#new_request .form-field.string.required.request_subject {
	margin-top: 2rem;
}

.form-field.string.optional.request_custom_fields_55995667 {
	text-align: center;
	display: flex;
	margin-top: 2rem !important;
	border: 1px solid var(--border-color);
	border-radius: var(--bradius);
	align-items: center;
height: 3.3rem;}

#new_request #upload-dropzone {
	max-width: 100%;
	background: rgb(106 106 106 / 3%);
	border: 0;
	line-height: 4rem;
	font-size: 0.88rem;background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23D1D1D1FF' stroke-width='2' stroke-dasharray='9%2c6' stroke-dashoffset='7' stroke-linecap='round'/%3e%3c/svg%3e");
	border-radius: var(--bradius);
}

#new_request #upload-dropzone label {
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

#new_request #upload-dropzone span {
	
	color: dimgrey;
}

#new_request #upload-dropzone span a {
	color: var(--base);
	text-decoration: underline;
	font-size: inherit;
}

#new_request #upload-dropzone span:before {
	padding: 20px 0;
	border-right: 1px solid #dbdbdb;
	padding-right: 23px;
	margin-right: 20px;
}

.form-field.string.optional.request_custom_fields_55995667 a {
	padding: 0 1rem;
	height: 100%;
	max-width: 496px !important;

	font-size: 15px;
	display: flex;
	text-align: left;
	border: 0;
	border-left: 1px solid #e7e7e7;
	vertical-align: middle;
	outline: 0;
	border-radius: var(--bradius);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
align-items: center;}

.form-field.string.optional.request_custom_fields_55995667 a:after {
	top: initial;
	font-size: 1rem;
	right: 14px;
}

#new_request .form-field.string.optional.request_custom_fields_55995667 label {
	font-size: 0.88rem;
	color: var(--grey-light);
	height: auto;display: inline-block;
	vertical-align: middle;

	position: relative;
	
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
	z-index: 11;
	white-space: nowrap;
	background: #fff;
	padding: 0 0.7rem;
	transform: none;
	margin: 0;
	top: 0;
	pointer-events: auto;
}

#new_request footer input[type="submit"] {
	background: var(--accent);
	border: 0;
	
	border-radius: 3px;
	transition: background 0.25s ease;
	width: 100%;
	margin-top: 1.6rem;
	margin-bottom: 1rem;
	padding: 0.7rem 1rem;min-width: 0;
	
	height: auto;
	font-weight: 400;
	min-height: initial;
	display: inline-block;
}

.requestpage footer input[type="submit"]:hover {
	color: #fff !important;
	background: #0074de !important;
}

.requestpage .notification-inline.notification-error {
	margin-bottom: 2px;
	padding: 9px;
	position: relative;
	margin-top: -4px;
	z-index: 1111111;
	border: 1px solid #ffa9a9;
	background: #faf1f1;
	border-radius: 0;
}

li.litInner p {
	display: initial;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 160%;
}

.wysiwyg-font-size-medium {
	color: #747474;
	font-size: 15px;
}

li.litInner {
	margin-top: 2px;
	font-size: 17px;
	color: #000;
	font-weight: 300;
	margin-left: 0;
}

ul > li.litInner {
	font-size: 15px;
	font-weight: 400;
}

ul > li.litInner ul {
	padding-left: 1rem;
	border-left: 1px solid #e9e9e9;
}

ul > li.litInner p {
	color: #4f4f4f;
	font-size: 15px;
}

code {
	--padding: 0.2rem;
	background: var(--fade);
	border: 1px solid var(--grey-pale);
	padding: var(--padding) calc(var(--padding) * 4);
	border-radius: 0.2rem;
	padding-bottom: calc(var(--padding) + 2px);
	color: var(--base);
}

blockquote code {
	--padding: 0.07rem;
	background: #ffffff;
	border-color: #e9c17b;
	color: #5d4011;
	font-weight: 500;
	font-family: inherit;
}

li.litInner.LiDec {
	margin-top: 9px;
	line-height: 110%;
	font-weight: 500;
	padding-left: 4px;
}

li.litInner.LiDec::marker,
ol.numbered-list > li::marker {
	font-size: 1.1rem;
	color: #000;
	font-weight: 600;
}

span.bubble {
	background: rgba(141, 141, 141, 0.07);
	padding: 1px 14px 5px;
	margin: 0 4px;
	border-radius: 12px;
	color: rgb(165, 165, 165);
}

.listindent2.list-bullet2 li.litInner {
	color: rgba(128, 128, 128, 0.36);
	list-style-type: circle;
	font-size: 14px;
	margin-top: -7px;
}

.listindent2.list-bullet2 li.litInner p {
	font-size: 14px;
}

.search-unit.search-unit-home .tmcontner .category-list {
	display: none;
}

body span.visibility-internal {
	position: absolute;
	right: 48px;
	width: 30px !important;
	left: initial;
	background: #8080800a !important;
	border-radius: 50% !important;
	color: #44444454 !important;
	top: 13px;
	display: flex !important;
	width: 30px;
	height: 30px;
	padding: 0 !important;
}

body span.visibility-internal-icon {}

span.visibility-internal,
span.visibility-internal span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.knowledge-page-header h1,
section.section h3 a {
	opacity: 0;
	display: flex;
	align-items: center;
	gap: 4px;
}

.knowledge-page-header h1 > span, section.section h3 a > span, .article-list li > span {
	font-size: 0.9rem;
	letter-spacing: 0.2px;
	background: rgba(228, 228, 228, 0.39);
	padding: 3px 10px 5px;
	font-weight: normal;
	line-height: 120%;
	border-radius: 12px;
	color: #7e7e7e;
	margin-left: 7px;
	vertical-align: middle;
	display: inline-block;
}

.knowledge-page-header h1 span:not(.visibility-internal-icon, .visibility-internal) {
    border-radius: 3px;
    padding: 3px 6px;
    background: #259267;
    color: #ffffff;
    font-size: 0.88rem;
}

.visibility-internal {}

.article-list li span {
	/* display: none */
	font-size: 14px;
	background: whitesmoke;
}

.article-list li span.title-badge-2, .knowledge-page-header h1 span.title-badge-2 {
    background: white;
    border: 1px solid;
    font-weight: 400;
    color: #8d8d8d;
    padding: 1px 7px 2px;
    margin: 0 0 0 5px;
}

.article-list li span.title-badge-2 {border-radius: 13px;}

[data-title="Promoted article"] {
	display: none !important;
}

.barmenu.article-list li span {
	display: none;
}

section.section h3 a span {
	font-size: 13px;
	margin-top: -1px;
}

section.section h3 a:hover span {
	background-color: rgba(33, 150, 243, 0.08);
	color: rgba(33, 150, 243, 0.62);
}

p.ThisisAnchorP {
	margin: 0;
}

.article-column.ar-in-w .markdown blockquote {
	margin: 1.1rem 0;
	border: 0;
	font-style: normal;
	line-height: 141%;
	border-radius: 5px;
	position: relative;
	font-weight: 400;
	color: #363636;
	background-color: #fff7ea;
	font-size: 15px;
	padding: 53px 20px 20px;
	justify-self: flex-start;
	display: inline-block;
}

.article-column.ar-in-w .markdown blockquote.simple {
	background: #f5f5f5;
	border: 0;
	padding: 1rem;
	margin: 0.5rem 0;
}

.article-column.ar-in-w .markdown blockquote.simple::before {
	display: none;
}

.article-column.ar-in-w .markdown blockquote:before {
	content: "Note";
	position: absolute;
	color: #a57b3b;
	top: 17px;
	left: 20px;
}

p.ThisTraget {
	margin: 0;
	line-height: 0;
	padding: 0;
}

.my-activities-table {
	font-size: 17px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 20px 42px;
	border-radius: 7px;
	background-color: #fff;
	margin: auto;
}

.request-follow-up {
	font-size: 17px;
}

.comment-body {
	font-size: 17px;
	font-weight: 400;
}

#user #user-dropdown {
	height: auto;
	z-index: 999999999;
	background: #303030;
	border: 0;
	right: 1px;
	border-radius: 4px;
}

.dropdown-menu [role="menuitem"] {
	color: #9b9b9b;
}

.dropdown-menu-end.dropdown-menu-caret:before {
	border-bottom: 7px solid #303030;
	right: 94px;
}

.dropdown-menu-end.dropdown-menu-caret:after {
	display: none;
}

li.recent-activity-item {
	border-bottom: 1px solid rgba(93, 93, 93, 0.09);
	position: relative;
}

li.recent-activity-item h3 {
    padding: 0;
    margin: 0;
}

.recent-activity-controls a {
	font-size: 13px;
	letter-spacing: 2px;
	padding: 5px 22px 4px;
	margin-top: 0;
	text-align: center;
	color: #979797;
	background: #f2f2f2;
	border-radius: 200px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.recent-activity-controls a:hover {
	background: #f2f2f2;
}

.recent-activity-controls {
	text-align: left;
	padding-top: 0;
}

ul.category-list {
	display: inline-block;
	vertical-align: middle;
}

.tmcontner ul.category-list {
	display: flex;
	align-items: center;
	height: 100%;
}

ul.category-list li {
	/* display: inline-block; */
	height: 100%;
}

.category-list li:last-child {
	border: 0;
}

.tmcontner .category-list li:first-child a {
	/* font-size: 16px; */
	color: #fff;
}

.category-list .active a {
	border-bottom: 3px solid #f3da5c;
	border-top: 2px solid transparent;
}

div#hc-wysiwyg {
	border: 1px solid #bdbdbd;
	width: 100%;
	border-radius: 0;
}

form.new_community_post input#community_post_title {
	min-height: 20px;
	height: 54px;
	padding: 5px 10px;
}

.question-title a {
	font-size: 21px !important;
	text-decoration: none;
	padding: 7px 0;
}

ul.question-list li {
	background: #fff;
	padding: 6px 0 23px;
	margin-bottom: 3px;
	border-bottom: 1px solid #e0e0e0;
}

ul.question-list li:last-child {
	border: 0;
}

ul.question-list li:nth-child(odd) {
	background-color: #fff;
}

ul.question-list li:hover {
	background-color: rgba(255, 255, 255, 0.33);
}

ul.question-list li:hover a {
	color: rgba(0, 0, 0, 0.53);
}

ul.question-list li.question .question-meta {
	opacity: 1;
	margin-top: 0;
	bottom: 26px;
	font-size: 13px;
	width: 100%;
}

.main-column .form:first-child {
	width: 80%;
	max-width: 100%;
}

form.new_community_post input {
	border: 1px solid rgba(173, 173, 173, 0.73);
	background: #fff;
	color: #000;
	font-weight: 400;
	padding: 15px 54px;
	font-size: 20px;
}

textarea#community_post_details {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 200px;
}

.answer {
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 6px;
}

.main-column form:nth-child(4) .answer-body,
.main-column form:nth-child(5) .answer-body {
	background-color: transparent;
	border: 0;
	padding: 0;
}

footer.footer {
	padding-top: 0;
	background: #fff;
	line-height: 54px;
	font-size: 0.88rem;
}

h3.topic-title {
	text-align: center;
	padding-top: 0;
}

.topic-list li:nth-child(odd) {
	margin-right: 11px;
}

.topic-list li:nth-child(2) {
	margin-right: 0;
}

.topic-title a {
	color: #333333;
}

span.topic-meta {
	opacity: 0.5;
}

.article-column.ar-in-w {
	background: #fff;
	padding: 0 0 30px;
	margin-right: 3rem;
	display: inline-block;
	z-index: 2;
	position: relative;
	width: 100%;
}

.article-column.ar-in-w h2 {
	font-size: 2rem;
	width: 100%;
	letter-spacing: 0;
	display: inline-block;
	margin: 10px 0 0px;
	padding-top: 4.3999999999999995rem;
	padding-bottom: 1.5rem;
	border-top: 1px solid rgba(117, 117, 117, 0.13);
}

section.section h3 a span.wfs {
	font-size: 0;
	width: 15px;
	height: 30px;
	border: 0;
	background-image: url(//theme.zdassets.com/theme_assets/719934/a0c84e2814efbc46d5c70efa6c7a1ab16019e708.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
	background-position: center;
}

.main-column .topic-list .topic h3 a {
	width: auto;
	line-height: 24px;
	font-size: 20px;
	border-radius: 5px;
	text-align: left;
	transition: all 0.25s ease;
	position: relative;
	background: #a0a0a00d;
	padding: 17px 15px 15px;
}

.main-column .topic-list {
	margin: auto;
}

.main-column .topic-list .topic .topic-meta span:nth-child(2) {
	display: none;
}

.main-column .topic-list .topic h3 a:after {
	content: " ";
	width: 24px;
	height: 1px;
	border-bottom: 1px solid transparent;
	position: absolute;
	left: -4px;
	top: 50px;
	margin-right: 70px;
	transition: all 0.2s ease;
	opacity: 0;
}

.main-column .topic-list .topic h3 a:before {
	transform-origin: center;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-column .topic-list .topic h3 a:after {
	transform-origin: center;
	margin-left: 23px;
	margin-top: -11px;
	border: 2px solid transparent;
	border-left: 0;
	border-bottom: 0;
	height: 8px;
	width: 8px;
	top: 48px;
	right: -1px;
}

.main-column .topic-list .topic h3 a:hover:after {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-column .topic-list .topic h3 a:hover {
	color: #2196f3;
	border-color: rgba(33, 150, 243, 0.26);
	background-color: rgba(33, 150, 243, 0.08);
}

.clearfix.Request-Page-Active textarea#request_comment_body {
	padding: 7px 14px;
	border-radius: 4px;
	max-width: 743px;
}

.clearfix.Request-Page-Active .comment-container {
	padding-left: 8px;
}

.clearfix.Request-Page-Active textarea#request_comment_body:focus {
	border: 2px solid rgba(30, 30, 30, 0.43);
	outline: 0;
}

.main-column .topic-list .topic h3 a:hover:after {
	border-color: #009bff;
	margin-right: 50px;
}

h1.question-title {
	font-weight: 400;
	font-size: 26px;
	border-bottom: 1px solid #0000000d;
	padding: 26px;
	line-height: 120%;
}

i.section-empty {
	position: absolute;
	width: auto;
	right: 60px;
	padding: 1px 5px 2px;
	left: initial;
	color: #5971f5;
	border-radius: 4px;
	z-index: 2222;
	background: #f3edff;
	top: 17px;
}

i.section-empty a {
	color: #d0b6fb;
}

header.profile-header {
	padding: 20px 0 0 0;
	margin-top: 58px;
}

ul.profile-stats.profile-stats-counters {
	display: flex;
	padding: 10px 0px;
	border-bottom: 1px solid #00000017;
}

ul.profile-stats.profile-stats-counters .stat {
	margin-right: 20px;
}

.profile-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.profile-info .options a {
	padding: 2px 10px;
	margin-top: 12px;
	color: #ffffff;
	background: #008eff;
	border-radius: 0;
}

.profile-info h1 {
	margin: 0 0 0;
}

.profile-info h1 a {
	color: #575757;
	font-size: 35px;
}

header.profile-activity-header img {
	border-radius: 50%;
	width: 24px;
	margin-left: 12px;
}

.profile-avatar.profile-avatar-agent img {
	width: 55px;
	margin: 0;
	border-radius: 50%;
}

header.profile-activity-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row-reverse;
	margin-bottom: 40px;
	padding: 13px 0;
}

.profile-nav ul.collapsible-nav-list {
	margin-top: 16px;
	text-align: right;
}

ul.profile-stats.profile-stats-activity {
	display: flex;
	flex-direction: column-reverse;
	padding: 20px 0;
	border-radius: 4px;
}

span.stat-label {
	font-size: 13px;
	color: gray;
}

span.stat-value {
	color: #adadad;
	font-weight: 400;
}

.profile-avatar.profile-avatar-agent {
	margin: 10px 0;
}

nav.profile-nav.nav-spaced ul li {
	margin: 0 0 0 14px;
	font-weight: 100;
}

header.profile-contribution-header h3 {
	margin: 20px 0 0 0;
}

.profile-activity-contribution.profile-contribution .breadcrumbs {
	padding: 5px 0;
}

p.profile-contribution-body {
	font-size: 16px;
	margin-bottom: 22px;
	margin-top: 11px;
}

ul.profile-contribution-meta {
	display: flex;
	margin-top: 20px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}

ul.profile-contribution-meta li {
	margin-right: 19px;
	color: #b4b4b4;
}

/* Top menu */
.topnav_left {
	display: flex;
	justify-content: center;
	align-items: center;
}

div#qooqee-logo {
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 111111;
	height: 100%;
	width: 34px;
	vertical-align: top;
}

div#qooqee-logo a {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	padding-left: 34px;
	font-weight: 400;
	position: absolute;
	top: 0;
	border: none;
	outline: none;
	left: 0;
	background-image: url(https://www.qooqee.com/image/data/qooqeeLogo.svg);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 26px;
	font-synthesis: none;
	font-feature-settings: kern;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.topNav {
	display: flex;
	width: auto;
	margin-left: 20px;
	height: 100%;
}

.tb_cont {
	position: absolute;
	display: none;
	top: calc(100% - 1px);
	left: 0;
	pointer-events: none;
	opacity: 0;
	background-color: #404042;
	overflow: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale(0.95);
	transform: translateY(-10px);
	-webkit-transition: transform 0.4s ease, opacity 0.4s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.spp .tb_cont {
	margin-left: -175px;
	-webkit-transform-origin: top;
	transform-origin: top;
}

.hovered .tb_cont {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.top_botton {
	color: #cfcfcf;
	height: 100%;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	padding: 0 18px;
}

.hovered .top_botton {
	color: gray;
}

.brw .top_botton {
	padding-right: 13px;
}

.user_out {
	width: 70px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

#pav-mainnav svg {
	stroke: #fff;
	fill: none;
	stroke-width: 12px;
	width: 100%;
	height: 22px;
}

#header {
	text-align: center;
	height: 50px;
	position: relative;
	z-index: 1111111;
	-webkit-transition: border 0.5s ease;
	transition: border 0.5s ease;
	background: #353535;
}

.tm_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	background: transparent;
	-webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.tm_overlay.opened {
	display: inline-block !important;
}

.MenuOpened section#header {
	border-color: transparent !important;
}


.user_in span.gtp {
	-webkit-transform: translateX(-6px) rotate(90deg);
	transform: translateX(-6px) rotate(90deg);
	opacity: 0.6;
}

.hovered .user_in span.gtp {
	-webkit-transform: translateX(-2px) rotate(90deg);
	transform: translate(-6px, 3px) rotate(90deg);
}

a.cat_botton:hover {
	background-position: calc(100% - 60px);
	background-size: 15px;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	opacity: 1 !important;
}

a.cat_botton:hover span {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.spp a.cat_botton {
	font-size: 16px;
	display: flex;
	flex-grow: 1;
	font-weight: 400;
	line-height: 40px;
	flex-direction: column;
	min-width: 200px;
	background-image: none;
	align-items: stretch;
	padding: 50px 20px 64px;
}

.spp a.cat_botton:first-child {
	padding-left: 50px;
	min-width: 230px;
}

.spp a.cat_botton svg {
	width: 24px;
	stroke: #fff;
	stroke-width: 7px;
	margin-bottom: 45px;
}

.spp a.cat_botton span {
	font-weight: 100;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	white-space: initial;
	min-width: 140px;
	line-height: 160%;
}

.spp a.cat_botton:after {
	display: none;
}

.spp a.cat_botton:hover {
	background-color: #383838;
	z-index: 2;
	-webkit-transform: translateX(5px);
	transform: translateX(2px) scale(1.02);
}

span.m_sep {
	width: 1px;
	color: #fff;
	display: inline-block;
	background: rgb(255 255 255 / 12%);
	margin-top: 40px;
}

.top_botton > span.m_sep {
	height: 33px;
	margin: 0 0 0 13px;
}

h3.m_title {
	font-size: 0.8rem;
	font-weight: 400;
	color: #aaaaaa;
	letter-spacing: 0px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-family: inherit;
	margin: 32px 61px 0;
	padding: 0 0 10px;
	letter-spacing: 3px;
}

span.cat_indicator {
	width: 8px;
	height: 8px;
	background: #ffffff00;
	margin-left: 10px;
	border-radius: 30px;
}

.m_wf span.cat_indicator {
	background-color: #4353ff;
}

.m_mu span.cat_indicator {
	background-color: #a2c538;
}

.brw .tb_cont {
	padding: 0 0 55px;
}

.top_drop {
	position: relative;
	perspective: 1000px;
}

a.main_ic img {
	width: 42px;
}

a.main_ic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 250px;
	min-width: 130px;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

a.main_ic span {
	font-size: 15px;
	color: #797979;
	margin-top: 12px;
}

.main_page_icons {
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
	/* margin-bottom: 100px; */
	width: 560px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.main_page_icons:hover a {
	opacity: 0.3;
}

.main_page_icons a:hover {
	opacity: 1;
}

a.cat_botton {
	white-space: nowrap;
	color: rgb(220 220 220);
	min-width: 268px;
	font-size: 1rem;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 44px;
	display: flex;
	flex-direction: column;
	position: relative;
	background-image: url(https://www.qooqee.com/image/data/icon/gotopage_rt_w.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 70px);
	background-size: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0 58px;
}

span.gtp:after {
	margin-left: 7px;
	color: #888;
	content: "  ";
	display: inline-block;
	font-family: "entypo";
	vertical-align: middle;
}

#pav-mainnav .container,
.container {
	height: 100%;
	width: 100%;
	z-index: 0;
	text-align: inherit;
	display: flex;
	justify-content: space-between;
}

.opened .tb_cont,
.topnav_right,
.brw.top_drop.opened bt_cont {
	display: flex;
}

.top_botton:hover,
.top_drop.hovered {
	background-color: #404042;
}

.spp .tb_cont:hover a.cat_botton,
.brw .tb_cont .m_buttons:hover a.cat_botton {
	opacity: 0.6;
}

.m_buttons,
.m_cont {
	display: flex;
	flex-direction: column;
}

.hovered.top_drop > span.m_sep,
.hovered .top_botton > span.m_sep {
	background: transparent;
}

@keyframes recent-activity-loader {
	0% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

@-webkit-keyframes recent-activity-loader {
	0% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

@media screen and (max-width: 1300px) {
	.MenuQ a:nth-child(n + 4) {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	article.articles {
		flex-direction: column;
	}

	ul.article-list.barmenu {
		width: 100%;
		min-width: 100%;
		margin: -3px 0 0;
	}

	main,
	.search,
	.search input {
		width: auto;
	}

	.search-unit .search {
		margin-left: 0;
		-webkit-appearance: none;
	}


	.search-unit {
		padding-left: 0;
	}

	.category-list a {
	}

	.HomePage .category-list a {
		font-size: 20px;
	}

	ul.category-list {
		top: 130px !important;
		right: 0 !important;
		text-align: left !important;
		border-width: 1px 0;
	}

	.search-unit-home .search input {
		width: 620px;
		-webkit-appearance: none;
	}

	.search-unit-home .search input:last-child {
		width: 40px;
		left: 20px;
	}

	.search input {
		width: 288px;
	}

	.markdown {
		padding: 10px 3px;
		box-sizing: border-box;
		font-size: 16px;
	}

	.question-avatar,
	.answer-avatar {
		padding-bottom: 10px;
	}

	.question-avatar {
		padding-bottom: 0;
		padding-top: 0;
	}

	.community-nav li:last-child {
		width: 100%;
	}
}
