@charset "UTF-8"; /***** Base *****/
@font-face {
    font-family: Aktiv Grotesk;
    src: url(//theme.zdassets.com/theme_assets/13408135/d81237ba8b49c483de72efc1d5f98967bd4687cf.otf);
}

* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    max-width: 1500px;
    margin: auto;
}
::-webkit-scrollbar {
display:none;
}

main > :not(.visit-other-helpcenters){
position:relative;
top: -22px;  
}


body {
    background: var(--MB-White, #FFF);
    color: #37434e;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
    body > main {
        /* min-height: 65vh; */
    }
}

/***** Typography *****/
html, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins'!important;
}

.article-body *:not(h2,h3) {
    font-family: 'Aktiv Grotesk';
  	font-size:16px;
}

.article-body:lang(vi) * {
	font-family: 'Noto Sans', sans-serif!important;
}

h2, h3, h4, h5, h6, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
    font-family: 'Poppins'!important;
}

h1:not(.header_search) {
  font-size:36px!important;
}

h2, h2 strong, h2 span {
  font-size:28px!important;
}

h3,  h3 strong, h3 span  {
  font-size:24px!important;
}

html:lang(vi), body:lang(vi), h1:lang(vi), h2:lang(vi), h3:lang(vi), h4:lang(vi), h5:lang(vi), h6:lang(vi), p:lang(vi), a:lang(vi), ul:lang(vi), li:lang(vi) {
font-family: 'Noto Sans', sans-serif!important;
}

html:lang(ar), body:lang(ar), h1:lang(ar), h2:lang(ar), h3:lang(ar), h4:lang(ar), h5:lang(ar), h6:lang(ar), p:lang(ar), a:lang(ar), ul:lang(ar), li:lang(ar) {
font-family: 'Noto Kufi Arabic', sans-serif!important;
}

html:lang(ur), body:lang(ur), h1:lang(ur), h2:lang(ur), h3:lang(ur), h4:lang(ur), h5:lang(ur), h6:lang(ur), p:lang(ur), a:lang(ur), ul:lang(ur), li:lang(ur) {
font-family: 'Noto Kufi Arabic', sans-serif!important;
}

html:lang(bn), body:lang(bn), h1:lang(bn), h2:lang(bn), h3:lang(bn), h5:lang(bn), h6:lang(bn), p:lang(bn), a:lang(bn), ul:lang(bn), li:lang(bn) {
font-family: 'Noto Sans Bengali', sans-serif!important;
}

/* html:lang(fa), body:lang(fa), h1:lang(fa), h2:lang(fa), h3:lang(fa), h4:lang(fa), h5:lang(fa), h6:lang(fa), p:lang(fa), a:lang(fa), ul:lang(fa), li:lang(fa) {
    font-family: 'Segoe UI', 'Roboto', 'Droid Sans', Tahoma, Helvetica, Arial, sans-serif
}
 */
html:lang(th), body:lang(th), h1:lang(th), h2:lang(th), h3:lang(th), h4:lang(th), h5:lang(th), h6:lang(th), p:lang(th), a:lang(th), ul:lang(th), li:lang(th) {
font-family: 'Noto Sans Thai', sans-serif!important;
}

html:lang(zh), body:lang(zh), h1:lang(zh), h2:lang(zh), h3:lang(zh), h4:lang(zh), h5:lang(zh), h6:lang(zh), p:lang(zh), a:lang(zh), ul:lang(zh), li:lang(zh) {
font-family: 'Noto Sans SC', sans-serif!important;
}

html:lang(ko), body:lang(ko), h1:lang(ko), h2:lang(ko), h3:lang(ko), h4:lang(ko), h5:lang(ko), h6:lang(ko), p:lang(ko), a:lang(ko), ul:lang(ko), li:lang(ko) {
font-family: 'Noto Sans KR', sans-serif!important;
}

html:lang(ja), body:lang(ja), h1:lang(ja), h2:lang(ja), h3:lang(ja), h4:lang(ja), h5:lang(ja), h6:lang(ja), p:lang(ja), a:lang(ja), ul:lang(ja), li:lang(ja) {
font-family: 'Noto Sans JP', sans-serif!important;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
    font-weight: 600;
    margin-top: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    transition: .3s;
}

input, textarea {
    color: #000;
    font-size: 14px;
}

input {
    font-weight: 300;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border .12s ease-in-out;
}

input:focus {
    border: 1px solid rgba(0, 0, 0, 1);
    transition: .3s;
}

input[disabled] {
    background-color: #ddd;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(//theme.zdassets.com/theme_assets/2304147/27f536d448438fdd88b4004a3223bcc153fb621d.svg) no-repeat #fff;
    background-position: right 10px center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 30px 8px 10px;
    outline: none;
    color: #555;
    width: 100%;
}

select:focus {
    border: 1px solid rgba(0, 0, 0, 1);
    transition: .3s;
}

select::-ms-expand {
    display: none;
}

textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

textarea:focus {
    border: 1px solid rgba(0, 0, 0, 1);
    transition: .3s;
}

.container {
    width: 100%;
  	padding:0 48px;
}

.container-divider {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

.other_pages{
  padding-top:96px;
}

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

.error-page {
    max-width: 1160px;
    margin: 0 auto;
    /* padding: 0 5%; */
}

@media (min-width: 1160px) {
    .error-page {
        padding: 0;
        width: 90%;
    }
}

.dropdown-toggle::after {
    color: inherit;
}

/***** Buttons *****/
.button, [role="button"] {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 4px;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none;
}

@media (min-width: 768px) {
    .button, [role="button"] {
        width: auto;
    }
}

.button::after, [role="button"]::after {
    color: rgba(0, 0, 0, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
    background-color: #F3F3F3;
    border-color: #808080;
    /* color: rgba(255, 207, 1, 1); */
    text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
    background-color: #808080;
    border-color: #808080;
}

.button[data-disabled], [role="button"][data-disabled] {
    cursor: default;
}

.button-large, input[type="submit"] {
    background-color: rgba(0, 0, 0, 1);
    border: 0;
    border-radius: 4px;
    color: rgba(255, 207, 1, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}

@media (min-width: 768px) {
    .button-large, input[type="submit"] {
        width: auto;
    }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    background-color: #000;
}

.button-large[disabled], input[type="submit"][disabled] {
    background-color: #ddd;
}

.button-secondary {
    color: #5b646a;
    border: 1px solid #ddd;
    background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
    color: rgba(44, 48, 51, 1);
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

/***** Tables *****/
/* .table {
  width: 100%;
  table-layout: fixed;
} */
table {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    overflow-x: scroll!important;
    border-collapse: collapse;
    height: max-content!important;
}

@media (min-width: 768px) {
    .table {
        table-layout: auto;
    }
}

.table th, .table th a {
    color: #5b646a;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"] .table th a {
    text-align: right;
}

.table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .table tr {
        display: table-row;
    }
}

.table td {
    display: block;
}

@media (min-width: 768px) {
    .table td {
        display: table-cell;
    }
}

@media (min-width: 1024px) {
    .table td, .table th {
        padding: 20px 30px;
    }
}

@media (min-width: 768px) {
    .table td, .table th {
        padding: 10px 20px;
        height: 60px;
    }
}

/***** Forms *****/
.form {
    max-width: 650px;
}

.form-field ~ .form-field {
    margin-top: 25px;
}

.form-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.form-field input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}

.form-field input:focus {
    border: 1px solid rgba(0, 0, 0, 1);
}

.form-field input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-field input[type="text"]:focus {
    border: 1px solid rgba(0, 0, 0, 1);
}

.form-field input[type="checkbox"] {
    width: auto;
}

.form-field .nesty-input {
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    outline: none;
    vertical-align: middle;
}

.form-field .nesty-input:focus {
    border: 1px solid rgba(0, 0, 0, 1);
    text-decoration: none;
}

.form-field textarea {
    vertical-align: middle;
}

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

.form-field.required > label::after {
    content: "*";
    color: #f00;
    margin-left: 2px;
}

.form-field p {
    color: #5b646a;
    font-size: 12px;
    margin: 5px 0;
}

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

.form footer {
    margin-top: 40px;
    padding-top: 30px;
}

.form footer a {
    color: #5b646a;
    cursor: pointer;
    margin-right: 15px;
}

.form .suggestion-list {
    font-size: 13px;
    margin-top: 30px;
}

.form .suggestion-list label {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px;
}

.form .suggestion-list li {
    padding: 10px 0;
}

.form .suggestion-list li a:visited {
    color: #013758;
}

/***** Header *****/
.header {
    position: absolute;
    padding: var(--2x, 16px) 0;
    width: 95%;
    max-width: 1400px;
    height: var(--10x, 80px);
    flex-shrink: 0;
    top: 12px;
    display: flex;
    z-index: 5;
    justify-content: space-between;
    margin:0 48px;
    display: flex;
    flex-flow: row nowrap;
    align-items:center;
}

.header-side {
    display: flex;
    flex-flow: row nowrap;
    gap: 24px;
    flex-shrink: 0;
    /* align-items: center; */
}

.other-helpcenters-banner {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.logo {
    width: 220px;
    height:60px;
    flex-shrink: 0;
    /* margin-left:48px; */
    content: "";
    background-image: url(/hc/theming_assets/01HZYAF2D5ZQMRBQ7E46KQMSXK);
    background-position: left;
    background-repeat: no-repeat;
    /* width: 30%; */
    flex-direction: flex-start;
    flex-shrink: 0;
    /* margin-left:48px; */
}

.logo:hover {
    cursor: pointer;
}

.user-nav {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}

.user-nav[aria-expanded="true"] {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ddd;
    right: 0;
    left: 0;
    top: 71px;
}

.user-nav[aria-expanded="true"] > a {
    display: block;
    margin: 20px;
}

.nav-wrapper a {
    border: 0;
    color: rgba(3, 118, 188, 1);
    display: none;
    font-size: 14px;
    padding: 0 20px 0 0;
    width: auto;
}

@media (min-width: 768px) {
    .nav-wrapper a {
        display: inline-block;
    }
}

[dir="rtl"] .nav-wrapper a {
    padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
    text-decoration: none;
    cursor: pointer;
}

.nav-wrapper a.login {
    display: none;
}

.nav-wrapper .icon-menu {
    display: inline-block;
    margin-right: 10px;
    color: rgba(3, 118, 188, 1);
}

@media (min-width: 768px) {
    .nav-wrapper .icon-menu {
        display: none;
    }
}

[dir="rtl"] .nav-wrapper .icon-menu {
    margin-left: 10px;
    margin-right: 0;
}

/***** User info in header *****/
.user-info {
    display: inline-block;
}

.user-info .dropdown-toggle::after {
    display: none;
}

@media (min-width: 768px) {
    .user-info .dropdown-toggle::after {
        display: inline-block;
    }
}

.user-info > [role="button"] {
    border: 0;
    color: rgba(3, 118, 188, 1);
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.user-info > [role="button"]:hover {
    color: rgba(3, 118, 188, 1);
    background-color: transparent;
}

.user-info > [role="button"]::after {
    color: rgba(3, 118, 188, 1);
    padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
    padding-left: 15px;
    padding-right: 0;
}

#user #user-name {
    display: none;
    font-size: 14px;
}

@media (min-width: 768px) {
    #user #user-name {
        display: inline-block;
    }
}

#user #user-name:hover {
    text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.avatar {
    display: inline-block;
    position: relative;
}

.avatar img {
    height: 40px;
    width: 40px;
}

.avatar .icon-agent::before {
    background-color: rgba(0, 0, 0, 1);
/*     border: 2px solid #fff; */
    border-radius: 50%;
    bottom: -4px;
    color: rgba(255, 207, 1, 1);
    content: "\1F464";
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 14px;
}

/***** Footer *****/
.footer {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding: 30px 0;
}

.footer a {
    color: #5b646a;
}

.footer-inner {
    /* max-width: 1160px; */
    width: 100%;
    text-align: justify;
    height-align: 0;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    color: gray;
    /* justify-content: space-between; */
    color: var(--Light-Text-Secondary, #8D9194);
    /* Desktop/Body/$b--xs */
    font-family: Aktiv Grotesk;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    letter-spacing: 0.18px;
}

.security {
    padding: 30px 0;
    margin-left: 16px;
    margin-right: 16px;
}

.footer-security {
    max-width: 1160px;
    height: fit-content;
    padding-left: 380px;
    padding-right: 380px;
    top: 516px;
    margin: 0 auto;
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    background: #EEEEEE;
    border: 0px solid #EEEEEE;
    border-radius: 8px;
}

@media (min-width: 1160px) {
    .footer-inner {
        padding: 0;
        width: 90%;
    }
}

.footer-language-selector {
    color: #5b646a;
    display: inline-block;
    font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
    margin: 0 0 15px 0;
    padding: 0;
}

@media (min-width: 768px) {
    .breadcrumbs {
        margin: 0;
    }
}

.breadcrumbs li, .breadcrumbs a {
    color: var(--Light-Text-Secondary, #8D9194);
    /* Desktop/Heading/$h--xs */
    font-family: Poppins;
    font-size: small;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.09px;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
    content: "/";
    margin: 0 4px;
}

/* .breadcrumbs li a:visited {
  color: rgba(3, 118, 188, 1);
} */
/***** Search field *****/
.search-container {
    position: relative;
}

.search {
    border-color: white;
    border-radius: 0px;
    /* border-style: solid;
  border-width: 1px;  */
    background: white;
    display: flex;
    position: relative;
    /* transition: border 0.12s ease-in-out; */
    /* padding: 3em 3em 1.5em; */
    /*   margin:20px; */
    /* left:50px; */
    flex-basis: 100%;
}

.search:focus-within {
    border-color: #17494D;
}

.search input[type=search], .search .clear-button {
    background-color: #fff;
    border-radius: 3px;
    border: none;
}

.search-full input[type=search], .search-full .clear-button {
    border-color: #fff;
}

.search input[type=search] {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    color: #666;
    flex: 1 1 auto;
    height: 40px;
    width: 100%;
    border: 1px solid #969a9d;
}

.search input[type=search]:focus {
    color: #555;
}

.search input[type=search]::-webkit-search-decoration, .search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-results-button, .search input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.search input[type=search]:-webkit-autofill, .search input[type=search]:-webkit-autofill:hover, .search input[type=search]:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search .clear-button {
    align-items: center;
    box-sizing: border-box;
    color: #777;
    cursor: pointer;
    display: none;
    flex: none;
    justify-content: center;
    padding: 0 15px;
}

.search .clear-button:hover {
    background-color: #17494D;
    color: #fff;
}

.search .clear-button:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #17494D;
}

.search-has-value .clear-button {
    display: flex;
}

[dir=ltr] .search input[type=search] {
    border-radius: var(----br-sm, 4px);
    border: var(--Icon-12, 1px) solid var(--Light-Text-Secondary, #8D9194);
    background: var(--MB-White, #FFF);
    padding-left: 40px;
    padding-right: 20px;
}

[dir=ltr] .search-has-value input[type=search] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right-color: transparent;
    border-radius: var(----br-sm, 4px);
    border: var(--Icon-12, 1px) solid var(--Light-Text-Secondary, #8D9194);
    background: var(--MB-White, #FFF);
}

[dir=ltr] .search-has-value input[type=search]:focus {
    border-right-color: #17494D;
}

[dir=ltr] .search .clear-button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-color: transparent;
}

[dir=ltr] .search .clear-button:focus {
    border-left-color: #17494D;
}

[dir=rtl] .search input[type=search] {
    padding-left: 20px;
    padding-right: 40px;
}

[dir=rtl] .search-has-value input[type=search] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-color: transparent;
}

[dir=rtl] .search-has-value input[type=search]:focus {
    border-left-color: #17494D;
}

[dir=rtl] .search .clear-button {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right-color: transparent;
}

[dir=rtl] .search .clear-button:focus {
    border-right-color: #17494D;
}

.search-icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 110px;
    z-index: 1;
    width: 18px;
    height: 18px;
    color: #777;
    pointer-events: none;
}

[dir=rtl] .search-icon {
    left: auto;
    right: 15px;
}

.search::before {
    position: relative;
    top: 10px;
    /*   background-color: #fff; */
    background-color: transparent;
    /* color: #ddd; */
    content: "\1F50D";
    font-size: 18px;
    position: absolute;
    left: 10px;
}

[dir="rtl"] .search::before {
    right: 10px;
    left: auto;
}

/***** Hero component *****/
.hero {
    text-align: center;
    width: 100%;
    text-align: center;
    width: 100%;
    position: relative;
    /* max-height: 515px; */
}

.hero img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 500px;
    display:flex;
    vertical-align:middle;
    align-items:center;
    justify-content:center;
}

.category-page.hero {
    max-height: none;
}

.page-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin: 10px 0; */
}

@media (min-width: 768px) {
    .page-header {
        align-items: baseline;
        flex-direction: row;
        margin: 0;
    }
}

.page-header .section-subscribe {
    flex-shrink: 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .page-header .section-subscribe {
        margin-bottom: 0;
    }
}

.page-header h1 {
    flex-grow: 1;
    margin-bottom: 10px;
}

.page-header-description {
    font-style: italic;
    font-weight: 300;
    /* margin: 0 0 30px 0; */
    word-break: break-word;
}

@media (min-width: 1024px) {
    .page-header-description {
        flex-basis: 100%;
    }
}

.page-header .icon-lock::before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.sub-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* margin-bottom: 30px; */
    min-height: 50px;
    /* padding-bottom: 15px; */
    /* padding-top: 15px; */
    color: var(--Light-Text-Secondary, #8D9194);
}

.sub-nav .search {
    flex-basis: 25%;
}

@media (min-width: 768px) {
    .sub-nav {
        align-items: baseline;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .sub-nav input[type="search"] {
        min-width: 300px;
    }
}

.sub-nav input[type="search"]::after {
    font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    /* padding-top: 96px; */
}

/* .blocks-item {
    flex-shrink: 0;
    flex-grow: 0;
}
 */
.blocks-list.category-page {
    padding-top: 0px;
}

@media (min-width: 1001px) {
    .blocks-list {
        margin: 0 -15px;
    }
}

.blocks-item {
    /* border-right: 1px solid #7D8184;
  border-bottom: 1px solid #7D8184; */
    /* border-radius: 4px;
  box-sizing: border-box;  */
    /* border-bottom: 1px solid lightgray;
    color: #37434E; */
    display: flex;
    flex: 1 0 50%;
    flex-direction: column;
    justify-content: center;
    /* margin: 0 0 30px;
  max-width: 100%; */
    text-align: left;
    transition: .3s;
    /* padding:1em; */
}

.blocks-item:not(:nth-of-type(2n)) {
    border-right: 1px solid lightgray;
}

.blocks-item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid lightgray;
}
.blocks-item:hover, .blocks-item:focus, .blocks-item:active, .other-helpcenter a:hover, .other-helpcenter a:active, .other-helpcenter a:focus {
    background-color: #d3d3d345;
    /* border: 1px solid #E5E5E5;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.10); */
    /* transition: all .3s ease-out;
  transform: translateY(-5px); */
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
    text-decoration: none;
    transition: .3s;
}

.blocks-item a img {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

.blocks-item-internal {
    background-color: transparent;
    border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
    content: "\1F512";
    font-size: 15px;
    bottom: 5px;
    position: relative;
}

.blocks-item-internal a {
    color: rgba(44, 48, 51, 1);
}

.blocks-item-link {
    color: rgba(0, 0, 0, 1);
    padding: 20px 20px 20px 50px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
    text-decoration: none;
}

.blocks-item-title {
    color: #070E20;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: medium;
    line-height: normal;
    letter-spacing: -0.22px;
}

.blocks-item-title:lang(ar), .blocks-item-title:lang(ur){
    text-align:right;
}

.blocks-item-description {
    font-weight: 300;
    margin: 0;
}

.blocks-item-description:not(:empty) {
    margin-top: 10px;
    display: none;
}

/***** Homepage *****/
/* .section {
  padding:90px 6px;
} */
@media (min-width: 769px) {
    .section {
        /* margin-bottom: 100px; */
    }
}

.section h2 {
    margin-bottom: 10px;
    text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .promoted-articles {
        flex-direction: row;
    }
}

.promoted-articles-item {
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .promoted-articles-item {
        align-self: flex-end;
        flex: 0 0 auto;
        padding-right: 30px;
        width: 33%;
        /* Three columns on desktop */
    }

    [dir="rtl"] .promoted-articles-item {
        padding: 0 0 0 30px;
    }
}

.promoted-articles-item:nth-child(3n) {
    padding-right: 0;
}

.promoted-articles-item a {
    border-bottom: 1px solid #ddd;
    color: rgba(44, 48, 51, 1);
    display: block;
    padding: 15px 0;
}

.promoted-articles-item:last-child a {
    border: 0;
}

@media (min-width: 1024px) {
    .promoted-articles-item:last-child a {
        border-bottom: 1px solid #ddd;
    }
}

/***** Community section in homepage *****/
.community {
    text-align: center;
}

.community-image {
    min-height: 300px;
    background-image: url(//theme.zdassets.com/theme_assets/2304147/e58c5e8c3ebf94cbbc4d3669def0adbd7d0ff479.svg);
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}

.community, .activity {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
    margin-bottom: 10px;
    text-align: center;
}

.recent-activity-list {
    padding: 0;
}

.recent-activity-item {
    border-bottom: 1px solid #ddd;
    overflow: auto;
    padding: 20px 0;
}

.recent-activity-item-parent {
    font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
    margin: 6px 0;
    color: rgba(44, 48, 51, 1);
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .recent-activity-item-parent, .recent-activity-item-link {
        width: 70%;
        margin: 0;
    }
}

.recent-activity-item-link {
    font-size: 14px;
    font-weight: 300;
}

.recent-activity-item-meta {
    margin: 15px 0 0 0;
    float: none;
}

@media (min-width: 768px) {
    .recent-activity-item-meta {
        margin: 0;
        float: right;
    }

    [dir="rtl"] .recent-activity-item-meta {
        float: left;
    }
}

.recent-activity-item-time, .recent-activity-item-comment {
    color: #5b646a;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.recent-activity-item-comment {
    padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
    padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
    display: inline-block;
}

.recent-activity-item-comment span::before {
    color: rgba(0, 0, 0, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 15px;
    padding-right: 3px;
    vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
    padding-left: 3px;
}

.recent-activity-controls {
    padding-top: 15px;
}

/***** Category pages *****/
.category-container {
    display: flex;
    justify-content: flex-end;
}

.category-content {
    flex: 1;
}

@media (min-width: 1024px) {
    .category-content {
        flex: 0 0 80%;
    }
}

@media (min-width: 768px) {
    .section-tree {
        flex-direction: row;
    }
}

.section-tree .section {
    flex: initial;
}

@media (min-width: 768px) {
    .section-tree .section {
        flex: 0 0 45%;
        /* Two columns for tablet and desktop. Leaving 5% separation between columns */
    }
}

.section-tree .icon-lock::before {
    vertical-align: baseline;
}

.section-tree-title {
    margin-bottom: 0;
}

.section-tree .see-all-articles {
    display: block;
    padding: 15px 0;
}

.article-list-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 0;
}

.article-list-item > span {
    color: rgba(44, 48, 51, 1);
}

.icon-star::before {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
}

/***** Section pages *****/
.section-container {
    display: flex;
    justify-content: flex-end;
}

.section-content {
    flex: 1;
}

@media (min-width: 1024px) {
    .section-content {
        flex: 0 0 80%;
    }
}

.section-subscribe .dropdown-toggle::after {
    display: none;
}

/***** Article *****/
.article {
    /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .article {
        flex: 1 0 66%;
   max-width: 66%; 
        min-width: 640px;
        padding: 0 30px;
    }
}

.article-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .article-container {
        flex-direction: row;
    }
}

.article-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .article-header {
        flex-direction: row;
        margin-top: 0;
    }
}

.article-author {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .article-title {
        flex-basis: 100%;
        /* Take entire row */
    }
}

.article-title .icon-lock::before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.article [role="button"] {
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
    width: 100%;
}

@media (min-width: 768px) {
    .article [role="button"] {
        width: auto;
    }
}

.article-info {
    max-width: 100%;
}

.article-meta {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.article-body img {
    height: auto;
    max-width: 100%;
}

.article-body ul, .article-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
    margin: 0;
}

.article-body ul {
    list-style-type: disc;
}

.article-body a:visited {
    color: #01426B;
}

.article-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.article-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.article-body blockquote {
    /*   border-left: 1px solid #ddd; */
    color: #5b646a;
    /*   font-style: italic; */
    padding: 16px;
}

.article-body > p:last-child {
    margin-bottom: 0;
}

.article-content {
    line-height: 1.6;
    margin: 40px 0;
    word-wrap: break-word;
}

.article-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.article-comment-count {
    color: #5b646a;
    font-weight: 300;
}

.article-comment-count:hover {
    text-decoration: none;
}

.article-comment-count .icon-comments {
    color: rgba(0, 0, 0, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}

.article-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 1024px) {
    .article-sidebar {
        border: 0;
        flex: 0 0 17%;
        height: auto;
    }
}

.article-relatives {
    /* border-top: 1px solid #ddd; */
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .article-relatives {
        flex-direction: row;
    }
}

.article-relatives > * {
    flex: 1 0 auto;
    margin-right: 0;
}

.article-relatives > *:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .article-relatives > * {
        margin-right: 20px;
    }
}

.article-votes {
    border-top: 1px solid #7D8184;
    padding: 30px 0;
    text-align: center;
}

.article-vote {
    background: transparent;
    border: 1px solid #37434E;
    color: #37434E;
    margin: 10px 5px;
    min-width: 90px;
    width: auto;
}

.article-vote::before {
    font-size: 8px;
    margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
    margin-right: 0;
    margin-left: 10px;
}

.article-vote::after {
    content: attr(title);
    /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
    background-color: transparent;
    color: rgba(0, 0, 0, 1);
    border-color: lightgray;
}

.article-more-questions {
    display: none;
    margin: 10px 0 20px;
    text-align: center;
}

.article-return-to-top {
    border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
    .article-return-to-top {
        display: none;
    }
}

.article-return-to-top a {
    color: rgba(44, 48, 51, 1);
    display: block;
    padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
    text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
    font-size: 16px;
    margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
    margin-right: 10px;
}

.article-unsubscribe {
    background-color: rgba(0, 0, 0, 1);
    /* color: rgba(255, 207, 1, 1); */
    text-decoration: none;
}

.article-unsubscribe:hover {
    background-color: #000;
    border-color: #000;
}

.sidenav-title {
    font-size: 15px;
    position: relative;
}

.sidenav-item {
    border-left: 0px solid #ffcf01;
    color: rgba(44, 48, 51, 1);
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    transition: .3s;
}

.sidenav-item.current-article, .sidenav-item:hover {
    /* border-left: 4px solid #ffcf01;
  text-decoration: none;
  transition: .3s; */
}

/* .sidenav-item:lang(ar) {
  border-left: none;
  border-right: 0px solid #ffcf01;
}
.sidenav-item.current-article:lang(ar), .sidenav-item:hover:lang(ar) {
  border-left: none;
  border-right: 4px solid #ffcf01;
  text-decoration: none;
  transition: .3s;
} */
.recent-articles h3, .related-articles h3 {
    font-size: 15px;
    margin: 20px 0;
}

.recent-articles li, .related-articles li {
    margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
    margin-bottom: 0;
}

.attachments .attachment-item::before {
    color: rgba(44, 48, 51, 1);
    content: "\1F4CE";
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
    padding-left: 0;
    padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
    left: auto;
    right: 0;
}

.upload-dropzone span {
    color: #5b646a;
}

/***** Social share links *****/
.share {
    padding: 0;
    white-space: nowrap;
}

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

.share a {
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    width: 25px;
}

.share a::before {
    color: #5b646a;
    display: block;
    font-size: 23px;
    text-align: center;
    width: 100%;
}

.share a:hover {
    text-decoration: none;
}

.share a:hover::before {
    color: rgba(0, 0, 0, 1);
}

.share-twitter::before {
    content: url(//theme.zdassets.com/theme_assets/13408135/e8a174d15b89b2e87f6391c30c88aaf6a9d6b4cc.svg);
}

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

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

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.comment-heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.comment-overview {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.comment-overview p {
    margin-top: 0;
}

.comment-callout {
    color: #5b646a;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

.comment-callout a {
    color: rgba(0, 0, 0, 1);
}

.comment-sorter {
    display: inline-block;
    float: right;
}

.comment-sorter a {
    color: #5b646a;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
}

[dir="rtl"] .comment-sorter {
    float: left;
}

.comment-wrapper {
    display: flex;
    position: relative;
}

.comment-wrapper.comment-official {
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 40px 20px 20px;
}

@media (min-width: 768px) {
    .comment-wrapper.comment-official {
        padding-top: 20px;
    }
}

.comment-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

[dir="rtl"] .comment-info {
    padding-right: 0;
    padding-left: 20px;
}

.comment-author {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .comment-author {
        justify-content: space-between;
    }
}

.comment-avatar {
    margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.comment-meta {
    flex: 1 0 auto;
}

.comment-labels {
    flex-basis: 100%;
}

@media (min-width: 768px) {
    .comment-labels {
        flex-basis: auto;
    }
}

.comment .status-label:not(.status-label-official) {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .comment .status-label:not(.status-label-official) {
        margin-top: 0;
    }
}

.comment-form {
    display: flex;
    padding-top: 30px;
    word-wrap: break-word;
}

.comment-container {
    width: 100%;
}

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

@media (min-width: 768px) {
    [dir="ltr"] .comment-form-controls {
        text-align: right;
    }
}

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

@media (min-width: 1024px) {
    .comment-form-controls input[type="submit"] {
        margin-left: 15px;
    }

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

.comment-form-controls input[type="checkbox"] {
    margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
    margin-left: 5px;
}

.comment-ccs {
    display: none;
}

.comment-ccs + textarea {
    margin-top: 10px;
}

.comment-attachments {
    margin-top: 10px;
}

.comment-attachments a {
    color: rgba(0, 0, 0, 1);
}

.comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

.comment-body img {
    height: auto;
    max-width: 100%;
}

.comment-body ul, .comment-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
    margin: 0;
}

.comment-body ul {
    list-style-type: disc;
}

.comment-body a:visited {
    color: #013758;
}

.comment-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.comment-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.comment-body blockquote {
    border-left: 1px solid #ddd;
    color: #5b646a;
    font-style: italic;
    padding: 0 15px;
}

.comment-mark-as-solved {
    display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
    display: inline-block;
    text-align: center;
    width: 35px;
}

.vote a {
    outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
    text-decoration: none;
}

.vote-sum {
    color: #5b646a;
    display: block;
    margin: 3px 0;
}

[dir="rtl"] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.vote-up:hover::before, .vote-down:hover::before {
    color: rgba(0, 0, 0, 1);
}

.vote-up::before, .vote-down::before {
    color: #5b646a;
    font-size: 24px;
}

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

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

.vote-voted::before {
    color: rgba(0, 0, 0, 1);
}

.vote-voted:hover::before {
    color: #000;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
    text-align: center;
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
    font-size: 0;
    margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
    background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
    background-color: transparent;
    border-radius: 50%;
    color: #5b646a;
    content: "\2699";
    display: block;
    font-size: 13px;
    margin: auto;
    padding: 5px;
}

/***** Community *****/
.community-hero {
    background-image: url(//theme.zdassets.com/theme_assets/2304147/ea0fc49e94c74884940bd530924916ea87035a5f.svg);
    margin-bottom: 10px;
}

.community-footer {
    padding-top: 50px;
    text-align: center;
}

.community-featured-posts, .community-activity {
    padding-top: 40px;
    width: 100%;
}

.community-header {
    margin-bottom: 30px;
}

.community-header h4 {
    margin-bottom: 0;
}

.post-to-community {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .post-to-community {
        margin: 0;
    }
}

/* Community topics grid */
.topics {
    max-width: none;
    width: 100%;
}

.topics-item .meta-group {
    justify-content: center;
    margin-top: 20px;
}

/* Community topic page */
.topic-header {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

@media (min-width: 768px) {
    .topic-header {
        padding-bottom: 10px;
    }
}

.topic-header .dropdown {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .topic-header .dropdown {
        border-top: 0;
        display: inline-block;
        margin-right: 20px;
        padding: 0;
    }
}

.no-posts-with-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow {
        margin-bottom: 0;
        width: auto;
    }
}

.community-follow .dropdown {
    width: 100%;
}

.community-follow [role="button"] {
    line-height: 30px;
    padding: 0 10px 0 15px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow [role="button"] {
        width: auto;
    }
}

.community-follow [role="button"]:hover {
    background-color: rgba(0, 0, 0, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
    border-color: rgba(255, 207, 1, 1);
    color: rgba(255, 207, 1, 1);
}

.community-follow [role="button"][aria-selected="true"] {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 207, 1, 1);
}

.community-follow [role="button"][aria-selected="true"]::after {
    border-left: 1px solid rgba(255, 207, 1, 1);
    color: rgba(255, 207, 1, 1);
}

.community-follow [role="button"][aria-selected="true"]:hover {
    background-color: #000;
    border-color: #000;
}

.community-follow [role="button"]::after {
    border-left: 1px solid rgba(0, 0, 0, 1);
    content: attr(data-follower-count);
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    margin-left: 15px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
}

@media (min-width: 768px) {
    .community-follow [role="button"]::after {
        position: static;
    }
}

[dir="rtl"] .community-follow [role="button"]::after {
    border-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 1);
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
    padding: 0;
}

.striped-list-item {
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .striped-list-item {
        align-items: center;
        flex-direction: row;
    }
}

.striped-list-info {
    flex: 2;
}

.striped-list-title {
    color: rgba(3, 118, 188, 1);
    margin-bottom: 10px;
    margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
    text-decoration: underline;
}

.striped-list-title:visited {
    color: #013758;
}

.striped-list .meta-group {
    margin: 5px 0;
}

.striped-list-count {
    color: #5b646a;
    font-weight: 300;
    font-size: 13px;
    justify-content: flex-start;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .striped-list-count {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }
}

.striped-list-count-item::after {
    content: "·";
    display: inline-block;
    padding: 0 5px;
}

@media (min-width: 768px) {
    .striped-list-count-item::after {
        display: none;
    }
}

.striped-list-count-item:last-child::after {
    display: none;
}

.striped-list-number {
    font-weight: 300;
    text-align: center;
}

@media (min-width: 768px) {
    .striped-list-number {
        color: rgba(44, 48, 51, 1);
        display: block;
        font-weight: 400;
    }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
    background-color: #1eb848;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin-right: 2px;
    padding: 3px 10px;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
    text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
    background-color: rgba(0, 0, 0, 1);
}

.status-label-official {
    border-radius: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .status-label-official {
        border-radius: 0 0 4px 4px;
        right: 30px;
        width: auto;
    }
}

[dir="rtl"] .status-label-official {
    left: 30px;
    right: auto;
}

.status-label-pending, .status-label-not-planned {
    background-color: #eee;
    color: #5b646a;
}

.status-label-pending {
    text-align: center;
}

.status-label-open {
    background-color: #e03b30;
}

.status-label-closed {
    background-color: #ddd;
}

.status-label-solved {
    background-color: #999;
}

.status-label-new {
    background-color: #ffd12a;
}

.status-label-hold {
    background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
    text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
    flex: 1;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .post {
        flex: 1 0 70%;
        max-width: 70%;
    }
}

.post-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .post-container {
        flex-direction: row;
    }
}

.post-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .post-header {
        align-items: baseline;
        flex-direction: row;
    }
}

.post-header .status-label {
    vertical-align: super;
}

.post-title {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .post-title {
        margin-bottom: 0;
        padding-right: 10px;
    }
}

.post-title h1 {
    display: inline;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .post-title h1 {
        margin-right: 5px;
    }
}

.post-author {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.post-avatar {
    margin-bottom: 30px;
}

.post-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    word-break: break-word;
}

.post-info-container {
    display: flex;
    margin-bottom: 40px;
}

.post-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

[dir="rtl"] .post-info {
    padding-right: 0;
    padding-left: 20px;
}

.post-meta {
    display: inline-block;
    flex: 1;
    margin-left: 10px;
    vertical-align: middle;
}

[dir="rtl"] .post-meta {
    margin-left: 0;
    margin-right: 10px;
}

.post-body img {
    height: auto;
    max-width: 100%;
}

.post-body ul, .post-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
    margin: 0;
}

.post-body ul {
    list-style-type: disc;
}

.post-body a:visited {
    color: #013758;
}

.post-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.post-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.post-body blockquote {
    border-left: 1px solid #ddd;
    color: #5b646a;
    font-style: italic;
    padding: 0 15px;
}

.post-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.post-comment-count {
    color: #5b646a;
    font-weight: 300;
}

.post-comment-count:hover {
    text-decoration: none;
}

.post-comment-count .icon-comments {
    color: rgba(0, 0, 0, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}

.post-sidebar {
    border-top: 1px solid #ddd;
    flex: 1;
    padding: 30px 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .post-sidebar {
        border: 0;
        flex: 1 0 30%;
        padding: 0 0 0 50px;
        text-align: initial;
    }

    [dir="rtl"] .post-sidebar {
        padding: 0 50px 0 0;
    }
}

.post-sidebar h5 {
    font-weight: 600;
}

@media (min-width: 1024px) {
    .post-sidebar h5 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
}

.post-comments {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .post-comments {
        margin-bottom: 0;
    }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex-direction: column;
    max-height: 45px;
    overflow: hidden;
    font-size: 14px;
}

@media (min-width: 768px) {
    .collapsible-nav {
        border: 0;
        height: auto;
        flex-direction: row;
        max-height: none;
    }
}

.collapsible-nav-list {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .collapsible-nav-list {
        flex-direction: row;
    }
}

.collapsible-nav-list li {
    color: rgba(44, 48, 51, 1);
    line-height: 45px;
    order: 1;
}

@media (min-width: 768px) {
    .collapsible-nav-list li {
        line-height: normal;
        margin-right: 30px;
    }

    [dir="rtl"] .collapsible-nav-list li {
        margin-left: 30px;
        margin-right: 0;
    }

    .collapsible-nav-list li a {
        text-decoration: none;
        padding: 15px 0;
    }
}

.collapsible-nav-list li a {
    color: rgba(44, 48, 51, 1);
    display: block;
}

@media (min-width: 768px) {
    .collapsible-nav-list li:hover {
        border-bottom: 4px solid #ddd;
    }

    .collapsible-nav-list li:hover a {
        padding: 15px 0 11px 0;
        text-decoration: none;
    }
}

.collapsible-nav-list li[aria-selected="true"] {
    order: 0;
    position: relative;
}

@media (min-width: 768px) {
    .collapsible-nav-list li[aria-selected="true"] {
        border-bottom: 4px solid rgba(0, 0, 0, 1);
        order: 1;
        padding: 15px 0 11px 0;
    }
}

.collapsible-nav-list li[aria-selected="true"] a {
    color: rgba(44, 48, 51, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    content: "\25BE";
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .collapsible-nav-list li[aria-selected="true"]::after {
        display: none;
    }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
    left: 0;
    right: auto;
}

.collapsible-nav[aria-expanded="true"] {
    max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
    content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
    flex: 1;
    max-height: 60px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

@media (min-width: 768px) {
    .section-title{
        margin-right:auto;
    }
    .collapsible-sidebar {
        max-height: none;
        padding: 0;
    }
      .section-title:lang(ar), .section-title:lang(ur){
        text-align:right;
        margin-right:0;
    }
}

.collapsible-sidebar[aria-expanded="true"] {
    max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    content: "\2715";
}

@media (min-width: 1024px) {
    .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
        display: none;
    }
}

.collapsible-sidebar-title {
    margin-top: 0;
}

.collapsible-sidebar-title::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    content: "\25BE";
    position: absolute;
    right: 10px;
}

@media (min-width: 768px) {
    .collapsible-sidebar-title::after {
        display: none;
    }
}

[dir="rtl"] .collapsible-sidebar-title::after {
    left: 10px;
    right: auto;
}

/***** My activities *****/
.my-activities-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 20px;
}

.my-activities-sub-nav {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .my-activities-sub-nav li:hover {
        border-bottom: 4px solid #ddd;
    }
}

.my-activities-sub-nav li[aria-selected="true"] {
    border-color: rgba(0, 0, 0, 1);
}

.my-activities-table .striped-list-title {
    /* My activities tables */
    display: block;
    margin-bottom: 10px;
    max-width: 350px;
    white-space: normal;
}

@media (min-width: 1024px) {
    .my-activities-table .striped-list-title {
        margin-bottom: 0;
        max-width: 500px;
        min-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.my-activities-table thead {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table thead {
        display: table-header-group;
    }
}

.my-activities-table th:first-child, .my-activities-table td:first-child {
    padding-left: 0;
}

@media (min-width: 1024px) {
    .my-activities-table th:first-child, .my-activities-table td:first-child {
        width: 500px;
    }
}

.my-activities-table th:last-child, .my-activities-table td:last-child {
    padding-right: 0;
}

.my-activities-table td:not(:first-child) {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table td:not(:first-child) {
        display: table-cell;
    }
}

/* Requests table */
.requests-search {
    width: 100%;
}

.requests-table-toolbar {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .requests-table-toolbar {
        flex-direction: row;
    }
}

.requests-table-toolbar .search {
    flex: 1;
    width: 100%;
}

.requests-table-toolbar .request-table-filter {
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-table-filter {
        width: auto;
    }
}

.requests-table-toolbar .request-filter {
    display: block;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter {
        margin: 0 0 0 30px;
    }

    [dir="rtl"] .requests-table-toolbar .request-filter {
        margin: 0 30px 0 0;
    }
}

.requests-table-toolbar .request-filter-label {
    font-size: 13px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter-label {
        margin-top: 0;
    }
}

.requests-table-toolbar select {
    max-height: 40px;
    margin-bottom: 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar select {
        margin-bottom: 0;
        max-width: 300px;
        width: auto;
    }
}

.requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
    line-height: 40px;
    max-height: 40px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
        margin-left: 10px;
    }

    [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
        margin: 0 10px 0 0;
    }
}

.requests-table-toolbar .organization-unsubscribe {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 207, 1, 1);
}

.requests-table-toolbar + .requests-search-info {
    margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
    content: "";
    margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
    margin-top: 20px;
}

.requests-table-toolbar + .requests {
    margin-top: 40px;
}

.requests .requests-table-meta {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-meta {
        display: none;
    }
}

.requests .requests-table thead {
    display: none;
}

@media (min-width: 768px) {
    .requests .requests-table thead {
        display: table-header-group;
    }
}

.requests .requests-table-info {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-info {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
}

.requests .requests-table .requests-link {
    position: relative;
}

.requests .requests-table .requests-sort-symbol {
    position: absolute;
    left: calc(100% + 3px);
    bottom: 0;
    font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
    background: rgba(0, 0, 0, 1);
    border-radius: 4px;
    color: rgba(255, 207, 1, 1);
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .subscriptions-unsubscribe a {
        width: auto;
    }
}

.subscriptions-unsubscribe a:hover {
    background-color: #000;
    text-decoration: none;
}

.subscriptions-table td:last-child {
    display: block;
}

@media (min-width: 768px) {
    .subscriptions-table td:last-child {
        display: table-cell;
    }
}

.subscriptions-table td:first-child {
    display: flex;
    align-items: center;
}

.subscriptions-table .user-avatar {
    margin-right: 10px;
}

.subscriptions .striped-list-title {
    display: inline-block;
    vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
    color: #5b646a;
    font-size: 13px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .contributions-table td:last-child {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
    }
}

.no-activities {
    color: #5b646a;
}

/***** Request *****/
.request-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .request-container {
        align-items: flex-start;
        flex-direction: row;
    }
}

.request-container .comment-container {
    min-width: 0;
}

.request-breadcrumbs {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .request-breadcrumbs {
        margin-bottom: 60px;
    }
}

.request-main {
    flex: 1 0 auto;
    order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
    display: none;
}

.request-main .comment-fields.shown {
    display: block;
}

.request-main .request-submit-comment.shown {
    display: inline;
}

@media (min-width: 1024px) {
    .request-main {
        flex: 0 0 66%;
        order: 0;
        min-width: 0;
    }
}

.request-main .comment-form-controls {
    display: block;
}

.request-main .comment-ccs {
    display: block;
}

.request-main .comment-show-container {
    border-radius: 2px;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    padding: 8px 15px;
    width: 100%;
}

.request-main .comment-show-container.hidden {
    display: none;
}

.request-main .comment-show-container-content {
    align-self: center;
    color: #5b646a;
    margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
    border: 1px solid rgba(0, 0, 0, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.request-main .comment-ccs + textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
    border-top: 1px solid rgba(0, 0, 0, 1);
}

.request-main input#mark_as_solved {
    display: none;
}

.request-title {
    width: 100%;
}

@media (min-width: 1024px) {
    .request-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        max-width: 66%;
        padding-bottom: 20px;
    }
}

.request-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    order: 0;
}

@media (min-width: 1024px) {
    .request-sidebar {
        background-color: #f7f7f7;
        border: 0;
        font-size: 13px;
        flex: 0 0 auto;
        padding: 0 20px;
        width: 30%;
    }
}

.request-sidebar h5 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

@media (min-width: 1024px) {
    .request-sidebar h5 {
        display: none;
    }
}

.request-details {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin: 0;
    padding-bottom: 20px;
}

.request-details:last-child {
    border: 0;
}

.request-details dt, .request-details dd {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 20px 0 0 0;
}

.request-details dd {
    padding: 0 10px;
    width: 60%;
}

.request-details dd::after {
    content: "\A";
    white-space: pre;
}

.request-details dt {
    color: #5b646a;
    font-weight: 300;
    width: 40%;
}

.request-details .request-collaborators {
    display: inline-block;
}

.request-attachments dt, .request-attachments dd {
    width: 100%;
}

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

.request-form textarea {
    min-height: 120px;
}

.request-follow-up {
    padding-top: 20px;
}

/***** Pagination *****/
.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination * {
    display: inline-block;
}

.pagination li {
    border-radius: 50%;
    height: 40px;
    float: left;
    margin-left: 5px;
    width: 40px;
}

@media (min-width: 768px) {
    .pagination li {
        height: 30px;
        width: 30px;
    }
}

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

.pagination li:hover:not(.pagination-current) {
    background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
    color: rgba(44, 48, 51, 1);
    text-decoration: none;
}

.pagination a, .pagination span {
    font-size: 15px;
    color: #5b646a;
    padding: 10px 12px;
}

@media (min-width: 768px) {
    .pagination a, .pagination span {
        font-size: 13px;
        padding: 5px 12px;
    }
}

.pagination-current {
    background-color: rgba(0, 0, 0, 1);
}

.pagination-current a, .pagination-current span {
    border-radius: 72px;
    background: var(--Light-Exness-Main, #FFCF01);
    flex-shrink: 0;
    color: var(--Light-Text-Primary, #0F171C);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.28px;
}

.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;
}

/***** Metadata *****/
.meta-group {
    display: block;
}

.meta-group * {
    display: inline;
}

.meta-data {
    color: #5b646a;
    font-size: 13px;
    font-weight: 300;
}

.meta-data:not(:last-child)::after {
    content: "\00B7";
    margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before, [class*=" icon-"]::before, .icon, .search::before, .recent-activity-item-comment span::before, .article-vote::before, .attachments .attachment-item::before, .share a::before, .vote-up::before, .vote-down::before, .actions .dropdown-toggle::before, .collapsible-nav-list li[aria-selected="true"]::after, .collapsible-sidebar-title::after, .search-result-votes::before, .search-result-meta-count::before {
    font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
    content: "\1F512";
}

.icon-star::before {
    content: "\2605";
}

.icon-linkedin::before {
    content: "\e900";
}

.icon-twitter::before {
    content: "\e901";
}

.icon-googleplus-::before {
    content: "\e902";
}

.icon-facebook::before {
    content: "\e903";
}

.icon-agent::before {
    content: "\1F464";
}

.icon-close::before {
    content: "\2715";
}

.icon-arrow-up::before {
    content: "\2B06";
}

.icon-arrow-down::before {
    content: "\2B07";
}

.icon-attachments::before {
    content: "\1F4CE";
}

.icon-comments::before {
    content: "\1F4AC";
}

.icon-search::before {
    content: "\1F50D";
}

.icon-vote::before {
    content: "\1F44D";
}

.icon-handle::before {
    content: "\25BE";
}

.icon-check::before {
    content: "\2713";
}

.icon-gear::before {
    content: "\2699";
}

.icon-menu::before {
    content: "\2630";
}

.icon-article::before {
    content: "\1F4C4";
}

.icon-post::before {
    content: "\1F4D4";
}

.icon-notification-alert::before {
    content: "\26A0";
}

.icon-notification-error::before {
    content: "\00D7";
}

.icon-notification-info::before {
    content: "\2139";
}

.icon-notification-success::before {
    content: "\2714";
}

/* User Profiles */
.profile-header {
    padding: 30px 0;
    background-color: #f7f7f7;
}

.profile-header .container {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .container {
        flex-wrap: nowrap;
    }
}

.profile-header .profile-info {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}

.profile-avatar {
    position: relative;
    line-height: 0;
    align-self: center;
    margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-avatar .user-avatar {
    width: 65px;
    height: 65px;
}

.profile-avatar .icon-agent::before {
    bottom: 0;
    right: 0;
}

.profile-header .basic-info {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.profile-header .basic-info .name {
    margin: 0;
}

.profile-header .options {
    display: flex;
    flex-basis: 100%;
    margin-top: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .options {
        flex-wrap: nowrap;
        flex-basis: auto;
        margin-top: 0;
        margin-left: 10px;
    }

    [dir="rtl"] .profile-header .options {
        margin-left: 0;
        margin-right: 10px;
    }

    .profile-header .options > :not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }

    [dir="rtl"] .profile-header .options > :not(:last-child) {
        margin-left: 10px;
        margin-right: 0;
    }
}

.profile-header .options [data-action="edit-profile"] {
    background-color: rgba(0, 0, 0, 1);
    border: 0;
    color: rgba(255, 207, 1, 1);
    line-height: normal;
    padding: 8px 20px;
}

.profile-header .description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    margin: 15px 0;
    flex-basis: 100%;
}

.profile-stats {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.profile-stats .stat {
    display: flex;
    margin-bottom: 10px;
}

.profile-stats .stat-label {
    color: #5b646a;
    font-weight: 300;
    flex: 0 0 100px;
    margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
}

.profile-stats-activity {
    border-top: solid 1px #ddd;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .profile-stats-activity {
        border-top: 0;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat {
        flex-direction: column;
    }
}

.profile-stats-activity .stat:first-child {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:first-child {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:not(:last-child) {
        margin-right: 40px;
    }

    [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
        margin-left: 40px;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }
}

.profile-stats-counters {
    border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
    .profile-stats-counters {
        flex: 0 0 200px;
        border-bottom: 0;
        margin-left: 40px;
    }

    [dir="rtl"] .profile-stats-counters {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters {
        flex: 0 0 270px;
        margin-left: 60px;
    }

    [dir="rtl"] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat-label {
        flex: 0 1 auto;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
        flex: 0 0 100px;
    }
}

.profile-private-badge {
    flex-basis: 100%;
    border: solid 1px rgba(0, 0, 0, 1);
    border-radius: 4px;
    color: rgba(0, 0, 0, 1);
    padding: 5px 20px;
    font-size: 12px;
    text-align: center;
}

.profile-private-badge::after {
    content: "\1f512";
    margin-left: 5px;
    font-family: "copenhagen-icons";
    vertical-align: middle;
    line-height: 15px;
}

@media (min-width: 768px) {
    .profile-private-badge {
        flex-basis: auto;
    }
}

.profile-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 37px;
}

.profile-section {
    width: 100%;
}

@media (min-width: 1024px) {
    .profile-section {
        width: calc(100% - 330px);
    }
}

.profile-section-header {
    display: flex;
    flex-wrap: wrap;
}

.profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
}

.profile-section-description {
    flex-basis: 100%;
    padding: 10px 0;
    color: #5b646a;
    font-weight: 300;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .profile-section-description {
        flex: 1 0 50%;
        padding-bottom: 0;
    }
}

.profile-section-sorter {
    flex-basis: 100%;
    border-top: solid 1px #eee;
    font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
    padding: 10px 0;
    width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
    position: absolute;
    right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
    left: 0;
    right: initial;
}

@media (min-width: 768px) {
    .profile-section-sorter .dropdown-toggle::after {
        position: relative;
    }
}

@media (min-width: 768px) {
    .profile-section-sorter {
        flex: 0 1 auto;
        padding-top: 0;
        border-top: 0;
        margin-left: 20px;
    }

    [dir="rtl"] .profile-section-sorter {
        margin-left: 0;
        margin-right: 20px;
    }
}

.profile-contribution {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    padding: 20px 0;
    position: relative;
}

.profile-contribution-header {
    margin-bottom: 5px;
}

.profile-contribution-title {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 21px;
    font-size: 15px;
    vertical-align: middle;
}

.profile-contribution-body {
    margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
    border-top: 1px solid #eee;
}

@media (min-width: 768px) {
    .profile-contribution-list > .profile-contribution {
        padding-left: 30px;
    }

    [dir="rtl"] .profile-contribution-list > .profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }
}

.profile-contribution-list > .profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
    line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
    right: 0;
}

.profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }

    [dir="rtl"] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }
}

.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }

    [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }
}

.profile-section .no-activity, .profile-section .private-activity {
    display: block;
    margin-top: 40px;
    color: #999;
}

.profile-section .private-activity::before {
    content: "\1f512";
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
    margin-right: 0;
    margin-left: 10px;
}

.profile-activity-list {
    margin-top: 25px;
}

.profile-activity {
    position: relative;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .profile-activity {
        padding-left: 20px;
    }

    [dir="rtl"] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-activity:not(:last-child) {
        border-left: 1px solid #ddd;
    }

    [dir="rtl"] .profile-activity:not(:last-child) {
        border-left: 0;
        border-right: 1px solid #ddd;
    }
}

.profile-activity-header {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
    margin-left: 0;
    margin-right: 35px;
}

@media (min-width: 768px) {
    .profile-activity-header {
        margin-left: 0;
    }

    [dir="rtl"] .profile-activity-header {
        margin-right: 0;
    }
}

.profile-activity-header .user-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
    align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-activity-description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.profile-activity-description span:first-child {
    font-weight: 600;
    display: inline;
}

.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }

    [dir="rtl"] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }
}

.profile-activity::before {
    position: absolute;
    left: 0;
    width: 28px;
    border-radius: 50%;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
    background-position: 50% 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
    right: 0;
}

@media (min-width: 768px) {
    .profile-activity::before {
        left: -14px;
    }

    [dir="rtl"] .profile-activity::before {
        right: -14px;
    }
}

.profile-articles > .profile-contribution::before, .profile-activity-list > li[class$="-article"]::before {
    content: "\1f4c4";
}

.profile-posts > .profile-contribution::before, .profile-activity-list > li[class$="-post"]::before {
    content: "\1f4d4";
}

.profile-comments > .profile-contribution::before, .profile-activity-list > li[class$="-comment"]::before {
    content: "\1f4ac";
    line-height: 35px;
}

/***** Search results *****/
.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .search-results {
        /*     flex-direction: row; */
    }
}

.search-results-column {
    flex: 1;
}

@media (min-width: 1024px) {
    .search-results-column {
        flex: 0 0 45%;
    }
}

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

.search-results-list > li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.search-results-list > li:first-child {
    border-top: 1px solid #ddd;
}

.search-result-description {
    margin-top: 15px;
}

.search-result-votes, .search-result-meta-count {
    color: #5b646a;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 5px;
    position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
    color: rgba(0, 0, 0, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
    margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
    margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
    margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
    margin-left: 3px;
}

.search-result-votes::before {
    content: "\1F44D";
}

.search-result-meta-count::before {
    content: "\1F4AC";
}

.search-result .meta-group {
    align-items: center;
}

.search-result-breadcrumbs {
    margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
    content: "·";
    display: inline-block;
    margin: 0 5px;
}

/***** Custom Tables *****/
thead {
    border-bottom: 1px solid black;
    font-weight: bold;
    text-align: left;
}

thead th {
    padding-bottom: 8px;
}

td {
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 40px 8px 0;
    vertical-align: text-top;
    width: auto;
}

tr.solid_bottom {
    border-bottom: 1.3px solid black;
}

/**** Custom Blockquotes ****/
blockquote {
    margin-left: 0;
    margin-right: 0;
}

.quote__warning {
    background: #FFE9E6;
    border: 1px solid #E4D0CD;
    border-radius: 5px;
}

.quote__tip {
    background: #E6FFEC;
    border: 1px solid #CEE5D3;
    border-radius: 5px;
}

.quote__info {
    background: #E6F5FF;
    border: 1px solid #CEDCE5;
    border-radius: 5px;
}

.quote__note {
    background: #FFF5CC;
    border: 1px solid #E5DCB7;
    border-radius: 5px;
}

/**** iFrame Resize ****/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**** CTA ****/
.btn-block {
    display: block;
    margin: 32px 0;
}

.btn-block a {
    min-height: 56px;
    height: auto;
    width: auto;
    color: black;
    background: #ffcf00;
    border-radius: 4px;
    -moz-appearance: none;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 32px;
    text-decoration: none;
    transition: .15s ease;
}

.btn-block a:hover {
    color: black;
    background: #FFDA33;
    transition: .3s;
}

.btn-block a:active {
    color: black;
    background: #E6BB00;
    transition: .3s;
}

/**** Home Page Header ****/
.hero-inner {
    position: relative;
    display: block;
    /* height:200px; */
    /* width: 100%; */
    padding: 48px;
    margin: 0 48px;
    text-align: left;
    background: white;
    white-space:wrap;
    /* margin: auto; */
}

.hero-inner:lang(ar),.hero-inner:lang(ur){
    text-align: right;
    
}
.hero-inner h3 {
    color: var(--Light-Text-Primary, #141D22);
    font-family: "Aktiv Grotesk";
    font-size: xx-large;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: -0.14px;
}

.hero-inner p {
    font-family: Aktiv Grotesk;
		white-space: wrap;
    	text-align:left;
}


@media all and (max-width:432px){
  .hero-inner p {
    display:grid;
    grid-template-columns:1fr 1fr;
}
}

.hero-inner a {
    color: #020202;
    padding: 8px;
    margin: 5px;
    border: 1px transparent solid;
    background: var(--Light-Neutral-UltraLight, rgba(108, 133, 149, 0.08));
    border-radius: var(----br-round, 1000px);
    white-space: nowrap;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Aktiv Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.common-searches p:hover, .common-searches p:active, .common-searches p:focus {
    text-decoration: none;
    background: #e2e4e6;
    transition: .3s;
}
}

@media (min-width: 801px) {
    .hero-inner h1 {
        white-space: nowrap;
    }
}

.hero-inner h2 {
    margin-bottom: 2rem;
}

/**** Shortcuts ****/
.shortcuts {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 340px;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 30px;
    max-width: 100%;
    transition: .3s;
    padding: 0 15px;
}

.shortcuts h3 {
    border-bottom: 1px solid #b8babb;
    margin: 0;
    padding: 0 0 15px 0;
}

.shortcuts ul li {
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;
}

[data-test-id="ChatWidgetMobileButton"] {
    position: fixed !important;
    left: calc(100% - 100px) !important;
    top: calc(100% - 50px) !important;
    z-index: 9999999 !important;
}

/**** Zopim ****/
.zopim {
    right: 130px !important;
    bottom: 35px !important;
}

[data-test-id="ChatWidgetMobileButton"] {
    position: fixed !important;
    left: calc(100% - 100px) !important;
    top: calc(100% - 50px) !important;
    z-index: 9999999 !important;
}

//Live chat css /*help button*/
.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
    border: 0px !important;
    background-color: transparent !important;
    padding: 0px !important;
    font-weight: bold !important;
    margin: 0 !important;
    font-size: 0.8rem !important;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    width: 192px !important;
    background-color: #FFC804 !important;
    box-shadow: none !important;
    color: #333333 !important;
}

.cChat_MinimizedCmp {
    border-color: transparent !important;
    text-decoration: none !important;
    box-shadow: none !important;
    font-size: 0.95rem !important;
    display: table-cell;
    vertical-align: middle;
}

/*client chat dialog text color*/
.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.chasitor.plaintextContent {
    color: #000000 !important;
}

/*minimized button*/
.embeddedServiceSidebarMinimizedFabDefaultUI button.fab {
    background-color: #FFC804 !important;
    background: #FFC804 !important;
}

.embeddedServiceSidebarMinimizedFabDefaultUI .notification.show {
    border-radius: 10px !important;
    background-color: #FFC804 !important;
    background: #FFC804 !important;
    box-shadow: none !important;
}

.embeddedServiceSidebarMinimizedFabDefaultUI button.dismiss-button {
    display: none !important;
}

.embeddedServiceSidebarMinimizedFabDefaultUI .content {
    min-width: 125px !important;
    min-height: 0px !important;
}

.embeddedServiceSidebarMinimizedDefaultUI .minimizedImage {
    display: none !important;
}

/*unread messsage banner*/
.embeddedServiceLiveAgentStateChatUnreadMessageBanner {
    background-color: #FFC804 !important;
}

.embeddedServiceLiveAgentStateChatUnreadMessageBanner .message {
    border: 0px !important;
    color: #333333 !important;
    padding: 0px !important;
    background: #FFC804 !important;
    background-color: #FFC804 !important;
    margin: 0px !important;
}

/*button background*/
.embeddedServiceLiveAgentStateChatItem.chatMessage button {
    background: none !important;
}

/*Maintenance page */
.offline_page img {
    max-height: 600px;
}

.notification-page {
    /*   border: 3px double black; */
    padding: 1em;
    width: 60%;
    margin: 3em auto;
    text-align: center;
    font-size: 1.5em;
    font-family: "Roboto";
    display: none;
}

@media(max-width: 1280px) and (max-height:1368px) {
    .offline_page img {
        max-height:280px;
    }

    .notification-page {
        width: 90%;
        font-size: 1em;
    }

    .notification-page h1 {
        font-size: 1.5em;
    }

    /*  Side nav */
}

.sidenav-title {
    font-size: 15px;
    position: relative;
}

.sidenav-item {
    border: 1px solid transparent;
    border-radius: 4px;
    color: rgba(28, 31, 30, 1);
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    transition: .3s;
}

.sidenav-item.current-article, .sidenav-item:hover {
    background-color: #F3F3F3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: black;
    text-decoration: none;
    /* transition: .3s; */
}

/*  RTL and LTR Texts */
span.ar-ltr, ar-ltr {
    direction: ltr;
    unicode-bidi: bidi-override;
}

/* Hide Options List */
.option_desc {
    display: none;
}

.option_desc.active {
    display: block;
    color: #37434e;
}

.option_select {
    color: #0376BC;
    cursor: pointer;
}

/*  Localize Voting*/
.article-vote-count,.article-vote-sum, .article-vote-label-translated, .article-vote-label-translated-rtl {
    display: none;
}

/*  Kenya Footer*/
.footer-inner-kenya {
    max-width: 1160px;
    margin: 0 auto;
    /*   padding: 0 5%; */
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1160px) {
    .footer-inner-kenya {
        padding: 0;
        width: 90%;
    }
}

.footer-inner, .footer-inner-kenya {
    display: none;
}

/*  Hide Attachment download*/
.article-attachments {
    display: none;
}

/*  Accordion Category Page*/
.category-content {
    margin: auto;
}

.section-tree {
    overflow: auto;
    width: 100%;
    display: flex;
    color: black;
    background-color: white;
    /* padding: 2vmin 2vmin; */
    /* background: #d8dcde2b;
  margin-top: 2vmin; */
    margin-bottom: 2vmin;
    /*   border-radius: 4px; */
    /* box-shadow: 0 8px 10px rgba(0, 0, 0, .1); */
    /* width: 100%; */
}

.section-tree .section {
    position: relative;
    margin-bottom: 0.5vmin;
}

.section-tree .section:last-of-type {
    position: relative;
    margin-bottom: 0;
}

h3.section-tree-title.promoted, .section-tree-title a {
    font-size:large;
    line-height: 30px;
    font-weight: 500;
    color: rgba(44, 48, 51, 1);
    min-height: auto;
  word-break:normal;
}

.section-tree-title a:hover {
    text-decoration: none;
}

/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */
@media (min-width: 1441px) {
    .section-tree .section-tree-title {
        /* padding: 40px; */
    }
}

.article-list {
    /* padding: 0 2vmin; */
    /* padding-bottom: 2vmin; */
    /*   display:none; */
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */
.section-tree .articles-list {
    margin: 0 1vmin;
    ; background: #EEEEEE;
    height: 0;
    font-size: 3vw;
    text-align: justify;
    overflow: hidden;
    font-weight: bolder;
}

/* Unhides the content part when active. Sets the height */
.section-tree .section.active .articles-list {
    margin: 0 1em;
    ; cursor: pointer;
    background: #EEEEEE;
    border-left: 15px solid #68738447;
    height: 100%;
    font-weight: lighter;
    margin: auto;
}

/* .section-tree .section.active .section-tree-title{
  font-weight: bolder
} */
.section.active > .article-list {
    display: block;
}

ul.articles-list {
    padding-right: 5vmin;
    width: 100%;
    list-style-type: circle;
    list-style-position: inside;
    //this is important addition }

@media screen and (min-width: 800px) {
    ul.articles-list {
        columns: 2;
    }

    /* .section-tree .section-tree-title {
  font-size: 16px;
} */
    .section-tree .articles-list {
        font-size: 1vw;
    }
}

.section-tree-title + .article-list {
    display: none;
}

/***** Section pages *****/
.section-container {
    display: flex;
    justify-content: flex-end;
}

.section-content {
    flex: 1;
}

@media (min-width: 1024px) {
    .section-content {
        flex: 0 0 80%;
    }
}

.section-subscribe .dropdown-toggle::after {
    display: none;
}

.section-content .article-list {
    border-left: none;
    background: none;
}

.section-content .article-list .article-list-item {
    border-left: none;
    background: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 0;
}

.section-container .article-list .article-list-item > span {
    color: rgb(55 67 78);
    font-weight: 400;
}

.section-tree .see-all-articles {
    display: none;
}

/* .section.active:not(.promoted) > .section-tree-title::after{
  display: block;
  content: "";
  background-image:url("//theme.zdassets.com/theme_assets/2304147/545404dc246d05c3dd3a3b8cbefcc9a0a4292bee.png");
  background-size: cover;
  width: 1em;
  height: 1em;
  float:right;
  margin-right: 5px;
} */
.section-tree {
    flex-direction: column;
}

.article-list-item {
    border-bottom: none;
    font-size: 16px;
    padding: 0;
}

.icon-star {
    display: none;
}

.category-content > .search {
    margin-bottom: 30px
}

/*  Offline Page Related Articles*/
section.related-articles {
    margin-top: 100px;
}

.related-articles li {
    margin-bottom: 0px;
}

/*  Align Left */
.nowrap span:not(.long_line) {
    white-space: nowrap
}

.nopadding td, .nowrap td {
    padding: 8px;
}

tr.nowrap td, td.nowrap {
    white-space: nowrap
}

ul.nopadding {
    margin: 0px;
}

/*  Dividends Indices table*/
.indexValue {
    /*   display:none; */
    font-weight: bolder;
    font-style: italic;
    text-align: center
}

.indices_table tr:nth-child(n+2):nth-last-child(n+11) {
    display: none;
}

.indices_table2 > tbody > tr:nth-child(n):nth-last-child(n+11) {
    display: none;
}

.indices_tableTest > tbody > tr:nth-child(n):nth-last-child(n+31) {
    display: none;
}

/* .indices_table2 > tbody > tr:nth-child(n+3):nth-last-child(n+11)	{
  display:none;
} */
.indices_table2 {
    text-align: center;
}

/*  Korean Sidenav */
.sidenav-item:lang(ko) {
    font-weight: normal
}

/*  Vertical Align*/
.vertical_align > tbody > tr > td {
    vertical-align: middle;
}

/*  New Tables */

table.new_tables {
    width: 90%;
    table-layout: fixed;
    font-size: .8em!important;
    word-wrap: normal;
}

table.new_tables.long_table {
    width: 140%;
    table-layout: fixed;
    font-size: .8em!important;
    word-wrap: normal;
}

table.new_tables.long_table td:nth-child(2) {
    width: 10%;
    text-align: left;
    font-style: italic;
}

table.new_tables.long_table td {
    text-align: center;
}

@media (max-width: 767px) {
    table.new_tables.long_table {
        width: 100%;
        font-size: .35em!important;
    }
}

table.article_360013027199 > thead > tr:nth-child(1) > td:nth-child(1) {
    width: 40%;
}

table.article_360013027199 > thead > tr:nth-child(1) > td:nth-child(2) {
    width: 25%;
}

table.new_tables td {
    padding: 8px 20px 8px 0;
}

table:lang(ar).new_tables td,table:lang(ur).new_tables td {
    padding: 8px 0 8px 20px;
}

/*  Chinese Videos  */
.zhVideoContainer {
    position: relative;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
    height: 0;
    width: 100%;
}

.zhVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*  Centralized Search */
/***** Search results *****/
.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .search-results {
        flex-direction: row;
    }
}

.search-results-column {
    flex: 1;
}

@media (min-width: 1024px) {
    .search-results-column {
        flex: 0 0 75%;
    }
}

.search-results-sidebar {
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 1024px) {
    .search-results-sidebar {
        border: 0;
        flex: 0 0 20%;
        height: auto;
    }
}

/* .search-results-subheading {
  font-size: 18px;
  font-weight: 600;
} */
.search-results-list {
    margin-bottom: 25px;
}

.search-results-list > li {
    padding: 20px 0;
}

.search-results-list > li:first-child {
    border-top: 1px solid #ddd;
}

.search-results-list > li h2 {
    margin-bottom: 0;
}

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

.search-result-description {
    margin-top: 15px;
    word-break: break-word;
}

.search-result-votes, .search-result-meta-count {
    color: #5b646a;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 5px;
    position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
    color: rgba(0, 0, 0, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
    margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
    margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
    margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
    margin-left: 3px;
}

.search-result-votes::before {
    content: "\1F44D";
}

.search-result-meta-count::before {
    content: "\1F4AC";
}

.search-result .meta-group {
    align-items: center;
}

.search-result-breadcrumbs {
    margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
    content: "·";
    display: inline-block;
    margin: 0 5px;
}

/* Non-latin search results highlight */
/* Add a yellow background for Chinese */
html[lang|="zh"] .search-result-description em {
    font-style: normal;
    background: yellow;
}

/* Use bold to highlight for the rest of supported non-latin languages */
html[lang|="ar"] .search-result-description em, html[lang|="bg"] .search-result-description em, html[lang|="el"] .search-result-description em, html[lang|="he"] .search-result-description em, html[lang|="hi"] .search-result-description em, html[lang|="ko"] .search-result-description em, html[lang|="ja"] .search-result-description em, html[lang|="ru"] .search-result-description em, html[lang|="th"] .search-result-description em {
    font-style: bold;
}

/*  Hide article comments */
div#article-comments {
    display: none;
}

/*  Set Gif Size */
img.fixedGif {
    width: 250px;
    height: 490px;
}

.zoom_gif {
    margin: 0;
    transform: scale(1.5);
    /*   transform: scale(1.7) rotate(90deg); */
}

/*  Hide-Show Template */
.pullDown {
    display: none;
}

.subjects li.active {
    font-weight: 400;
    color: black;
}

.pullDown.active {
    display: block;
}

.subjects > ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
}

.subjects > ul li.active {
    background: #ffcf01;
}

.subjects > ul li {
    display: flex;
    list-style: none;
    padding: .5em;
    flex: 25%;
    margin: auto;
    background: #0000001a;
    text-align: center;
    color: black;
    margin: .1em;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pullDown h2, .pullDown h3 {
    margin-top: 10px;
}

.allPullDown {
/*     background: #80808014; */
    border: 2em solid transparent;
/*     overflow: scroll; */
}

.subjects {
/*     background: #80808014; */
    padding: .2em;
}

select#tab-names {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(//theme.zdassets.com/theme_assets/2304147/19154f355d4385675df0934181cfe48d796dd8cf.svg) no-repeat #ffcf01;
    background-size: 1em;
    background-position: right 10px center;
    border: 1px solid #ffcf01;
    border-radius: 4px;
    padding: 8px 30px 8px 10px;
    outline: none;
    width: 100%;
    font-weight: bolder;
}

/* .subjects ul {
    padding:0;
    display:flex;
    margin:0;
}

.pullDown h2 {
  margin-top:10px;
}

.subjects ul li {
    display: flex;
    width:auto;
    padding:1%;
    background: #ffcf01;
    text-align:center;
    color:gray;
    border: 2px solid #ffcf01;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom:0;
    margin:0;
    margin-right:1px;
	min-width: 0;
    white-space: normal;
    font-size:.9em;
    line-height:1.2em;
    justify-content: center;
    flex: 1;
    align-items: center;
} */
/* @media (max-width: 767px) {
  .subjects {
    display:block;
    justify-content:center
	}

.subjects ul{
  flex-flow: column wrap;
}

.subjects ul li{
    margin:1px;
}
} */
/* Dropdown container */
.dropdown.other_hc {
    position: absolute;
    /*   top: 20px; */
    right: 10rem;
    /* Adjust this value to set the distance from the right edge */
}

/* Dropdown container */
[dir="rtl"] .dropdown.other_hc {
    position: absolute;
    right: 50rem;
    /* Adjust this value to set the distance from the right edge */
}

/*  from PA Articles*/
/* .articles_ps {
  margin:2em 5em;
} */
.articles_ps, .articles_ps > .article {
    /* min-width:70%; */
    max-width: 980px;
    margin: auto;
    padding-top:24px;
}

@media all and (max-width: 1200px) {
    .articles_ps, .articles_ps > .article {
        margin: 10px;
    }
}

/*  Hide Japan */
.section:has(a[href*="6564436394770"]) {
    display: none;
}

/*  New Indices Page design	*/
#dates {
    width: max-content;
}

ul.dates::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    margin-right: 5px;
}

ul.dates::-webkit-scrollbar-thumb {
    height: 30px;
    border-radius: 4px;
    background-color: #b3b3b3;
    margin-right: 5px;
}

ul.dates {
    list-style-type: none!important;
    border: 1px solid #b3b3b3;
    width: auto;
    height: 14em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 0;
    margin-top: .5em;
    display: none;
}

ul.dates.active {
    display: block
}

input.date {
    margin: .4em;
    margin-bottom: 0;
    accent-color: #b3b3b3;
    border: 1px solid #b3b3b3;
}

#dates p {
    border: 2px solid #b3b3b3;
    width: max-content;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 0;
}

#dates p::before {
    content: "\f133";
    color: white;
    font-family: "Font Awesome 5 free";
    display: inline-flex;
    background: #b3b3b3;
    padding: .1em .3em;
    margin-right: .3em;
}

#dates p::after {
    content: "\f0d7";
    color: #808080;
    font-family: "Font Awesome 5 free";
    font-weight: bold;
    padding: .3em;
}

#dates:lang(ar) p::before, #dates:lang(ur) p::before {
    margin-right: 0
}

.indicesNew_table2 tbody {
    text-align: center;
}

/*  Clock CSS */
@media (max-width: 768px) {
    .clocks {
        display:table-cell!important;
    }
}

.clocks {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5em 0 1em 0;
}

.timezone {
    margin: 0 1em;
}

#date,#utc_date {
    background: #ffcf01;
    color: black;
    font-size: 1em;
    padding: 0.5em;
    text-align: center;
}

#clock, #utc_clock {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
    height: 4.2em;
    justify-content: center;
    -webkit-justify-content: center;
    width: 300px;
}

.unit {
    background: linear-gradient(black, #777);
    border-radius: 15px;
    box-shadow: 0 2px 2px #444;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    height: auto;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 .1em;
    text-align: center;
    text-shadow: 0 2px 2px #666;
    width: 70%;
}

.toolTip {
    margin-left: .3em;
    color: gray;
    font-style: italic;
    cursor: pointer;
}

/*  Calculator CSS	*/
.calculator {
    position: relative;
    margin: 1em auto;
    padding: 1em 0;
    display: block-inline;
    width: 350px;
    background-color: #444;
    border-radius: 25px;
    box-shadow: 5px 5px 15px 3px #111;
    font-family: 'Oxygen';
}

.calc-row {
    text-align: center;
}

.calc-row div.screen {
    font-family: Droid Sans Mono;
    display: table;
    width: 85%;
    background-color: #aaa;
    text-align: right;
    font-size: 2em;
    min-height: 1.2em;
    margin-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid #888;
    color: #333;
}

.calc-row div {
    text-align: center;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #555;
    background-color: #eee;
    padding: 10px 0;
    margin: 7px 5px;
    border-radius: 15px;
    box-shadow: 2px 2px 1px 1px #222;
    width: 50px;
}

.calc-row div.zero {
    width: 112px;
}

.calc-row div.zero {
    margin-right: 5px;
}

/*  Accordion Instrument Select	*/
/* Hide Instrument List */
.option_desc, .instrument_list_old , .instrument_list {
    display: none;
}

.option_desc.active, .instrument_list_old.active, .instrument_list.active {
    display: block;
}

.option_select, .instrument_select_old, .instrument_select {
    color: #0376BC;
    cursor: pointer;
}

.option_select, .instrument_select {
    list-style: none;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 10px;
}

.option_select.active, .option_select:hover, .instrument_select.active, .instrument_select:hover {
    background-color: #ccc;
}

.option_select span:after,.instrument_select:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.option_select.active span {
    font-weight: bold;
}

.option_select.active span:after , .instrument_select.active:after {
    content: "\2212";
}

p.option_desc {
    margin-left: 20px;
}

.instrument_list {
    text-align: center;
}

.instrument_list table {
    margin-left: auto;
    margin-right: auto;
}

/* SYSAD Customizations  */
/* Banner Search */
.section-homepage {
    padding: 96px 0;
}

.banner-search {
    /* width: 40%; */
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    padding-left: 48px;
    padding-top:40px;

}

.banner-search:lang(ar), .banner-search:lang(ur){
    justify-content: right;
    padding-right: 48px;

}

h1.header_search {
    /* padding-top: 15%; */
    /* padding-bottom: 10%; */
    margin-bottom: 0;
}

@media all and (min-width:1368px){
    h1.header_search{
    width:60%;
    }
}

/* h1.category_name_banner {
    padding-top: 25%;
} */
h1.header_search, h1.category_name_banner {
    text-align: left;
    color: black;
    font-family: Poppins;
    font-size: 96px;
    font-style: normal;
    font-weight: bold;
    line-height: 96px;
    /* 92.308% */
    letter-spacing: -1.04px;
    white-space:wrap;
    /*     word-break:break-all; */
}

/**** Search topics ****/
.search_topics {
    /*   position: absolute; 
  top:70%; */
    min-width: 90%;
    line-height: 2;
    padding: 3em;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    background: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.search_topics h3 {
    color: var(--Light-Text-Primary, #141D22);
    font-family: Aktiv Grotesk;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: -0.14px;
    text-align: left;
    margin: 0;
    width: 50rem;
}

h3 + .search {
    padding: 1.5em 0;
}

h3 + .search::before {
    top: 32px;
    left: 15px;
}

.common-searches {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 0;
    color: #020202;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Aktiv Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    /* padding: 3em; */
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.common-searches p {
    width: 100%;
    text-align: left;
    font-family: Aktiv Grotesk;
    text-align: left;
}

.common-searches a {
    color: #020202;
    padding: 12px;
    margin: 5px;
    border: 1px transparent solid;
    background: var(--Light-Neutral-UltraLight, rgba(108, 133, 149, 0.08));
    border-radius: var(----br-round, 1000px);
    white-space: nowrap;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Aktiv Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.common-searches a:hover, .common-searches a:active, .common-searches a:focus {
    text-decoration: none;
    background: #e2e4e6;
    transition: .3s;
}

/* .common-searches span{
  padding:10px 20px 0px 40px;
  font-size:15px;
  white-space:nowrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;

} */
/* Category Icons  */
.blocks-item::before {
    /* -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /* filter: grayscale(100%);  */
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: var(--3x, 24px);
    flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    margin: 40px 10px 10px 50px;
    flex-shrink: 0;
}

.blocks-item:first-of-type::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/7d90ad40fe8b9d1cb6aac4adea1012f44083cbb7.svg);
    width: 35px;

}

.blocks-item:nth-of-type(2)::before {
    content: '';
    background-image: url(/hc/theming_assets/01J1KCXD4S1V45BB6P2ZP2GESS);
      width: 28px;
    height:28px;
}

.blocks-item:nth-of-type(3)::before {
    content: '';
    background-image: url(/hc/theming_assets/01J1KCXDKESCHWKC1PEG97PMCW);
      width: var(--3x, 24px);

}

.blocks-item:nth-of-type(4)::before {
    content: '';
    background-image: url(/hc/theming_assets/01J1KCXCD023F0W1SNF6JBMDEC);
    width: 28px;
    height: 28px;
}

.blocks-item:nth-of-type(5)::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/c4f126e3a86e87282a27f24c58c8d14d7885af3a.svg);
    width: var(--3x, 24px);
}

.blocks-item:nth-of-type(6)::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/6a00854524764bd654497aba39c57240b37a15b7.svg);
    width: var(--3x, 24px);
    height: 22px;
}

.blocks-item:nth-of-type(7)::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/57ba82aab79cd63bca4356daa0cd2fd80b160950.svg);
    width: var(--3x, 24px);
}

.blocks-item:nth-of-type(8)::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/f5145d78b78880f023932565b40a6a311bce887c.svg);
    width: var(--3x, 24px);
}

.blocks-item:nth-of-type(9)::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/fff2bb2a73adbae0dab45fc053b19d97d977ceb7.svg);
    width: var(--3x, 24px);
    height: var(--15-x, 12px);
}

.blocks-item:nth-of-type(10)::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/b7bdacb739b402121060cfab3e688b1f628449d5.svg);
    width: 22px;
}

.blocks-item:nth-of-type(11)::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/9a218bae980b2dff421ce22d9ffbb28287dc6853.svg);
    width: var(--3x, 24px);
}

.blocks-item:nth-of-type(12)::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/0ec6108ebc75599beea2232d0a70ab6ff33b8203.svg);
    width: 22px;
}

/* Popular Videos  */
.popular-videos h1, .top-articles h1, .other-helpcenter h1, .categories h1 {
    color: var(--Light-Text-Primary, #0F171C);
    text-align: center;
    /* Desktop/Heading/$h--l */
    font-family: Poppins;
    font-size: 52px;
    font-style: normal;
    font-weight: bold;
    line-height: 56px;
    /* 107.692% */
    letter-spacing: -1.04px;
}

.popular-videos ul, .top-articles ul {
    display: flex;
    flex-wrap: wrap;
    height: max-content;
}

.popular-videos li, .top-articles li, .other-helpcenter a {
    flex: 1 0 25%;
    flex-direction: column;
    justify-content: center;
    margin: 1em;
    position: relative;
}

.popular-videos li, .other-helpcenter a {
    border: 1px solid lightgrey;
    border-radius: 10px;
}

.video-description li > span, .top-articles span:first-of-type {
    font-size: small;
    border: 1px transparent solid;
    border-radius: 20px;
    padding: 8px;
    background: var(--Light-Neutral-UltraLight, rgba(108, 133, 149, 0.08));
    color: var(--Light-Neutral-Branded-Content, #141D22);
    text-align: center;
    /* UI/UI3_Regular */
    font-family: Aktiv Grotesk;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 0.5px;
}

.video-description li {
    border-radius: 30px;
}

.video-description li > span {
    margin: 0 24px;
    padding: 8px;
    border-radius: 1000px;
    background: var(--Light-Neutral-UltraLight, rgba(108, 133, 149, 0.08));
}

.video-description {
    direction: flex;
    flex-flow: row wrap;
}

.popular-videos li {
    border-radius: var(--0x, 0px) var(--0x, 0px) var(--15-x, 12px) var(--15-x, 12px);
}

.popular-videos p {
    font-size: x-large;
    font-weight: 500;
    color: #0e171b;
    /* width: 250px; */
    /* height: 105px; */
    margin: 24px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.video-description p {
    width: 90%;
}

.popular-videos p > span {
    font-family: Poppins;
    margin: 0;
    font-size: large;
    /* flex: 1; */
    justify-content: space-between;
    height: max-content;
    font-weight: bold;
    margin-bottom: 12px;
}

.popular-videos li {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.popular-videos img {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: var(--0x, 0px);
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    flex-shrink: 0;
    padding-bottom: 24px;
}

.popular-videos li:first-of-type::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/adce6546875538201b3ed1d3fa0c741da90d1a23.png)
}

.popular-videos li:nth-of-type(2)::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/8fd9715e6ee23e02a0f7dda57e1af2cc35e4aad7.png)
}

.popular-videos li:nth-of-type(3)::before {
    content: '';
    background-image: url(//theme.zdassets.com/theme_assets/13408135/c4b146dcd7b531362ea90866ed4bd7a678571833.png)
}


/* Top Articles  */
.top-articles li {
    margin-bottom: 2em;
    position: relative;
}

.top-articles h3 {
    color: var(--Light-Text-Primary, #0F171C);
    font-family: Poppins;
    font-size: x-large;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* height: 150px; */
}

.top-articles p {
    text-align: justify;
    margin: 24px 0;
/*     height: 72px; */
    color: rgba(20, 29, 34, 0.60);
    font-family: Aktiv Grotesk;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    word-break: normal;
}

.top-articles span:nth-of-type(2) {
    margin-left: 1em;
    color: rgba(20, 29, 34, 0.60);
    leading-trim: both;
    text-edge: cap;
    font-family: Aktiv Grotesk;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 200% */
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.top-articles li i {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    fill: #FFDE02;
    stroke-width: 1.734px;
    stroke: #070E20;
    width: var(--2x, 16px);
    height: 0px;
    flex-shrink: 0;
    position: absolute;
    right: 0px;
    color: #070E20;
    padding-top: 6px;
}

.popular-videos i:hover, .top-articles i:hover {
    cursor: pointer;
}

/*  FAQ  */
.faq {
    display: flex;
    color: #0e171b;
    margin-bottom: 0;
  	justify-content:center;
}

.faq ul {
    width: 850px;
}

.faq h1 {
    width: 456px;
    flex-shrink: 0;
    color: var(--Light-Text-Primary, #0F171C);
    /* Desktop/Heading/$h--l */
    font-family: Poppins;
    font-size: 52px;
    font-style: normal;
    font-weight: bold;
    line-height: 56px;
    /* 107.692% */
    letter-spacing: -1.04px;
}

.faq > ul > li {
    margin-left: 5em;
}

.faq > ul > li {
    /* min-width: 100%; */
    font-size: 20px;
    border-bottom: 1px solid lightgrey;
}

.faq .answer {
    display: none;
    font-size: small;
    color: var(--Light-Text-Primary, #0F171C);
/*     font-family: Aktiv Grotesk; */
}

.question {
    color: var(--Light-Text-Primary, #0F171C);
    font-family: Aktiv Grotesk;
    font-size: large;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.05px;
  	padding:10px 0;
}

.answer{
    margin-bottom:18px;
}

.answer *:not(li) {
    text-align: justify;
    font-family: Aktiv Grotesk;
}

.answer ul li {
    list-style: disc;
    margin-left: 3em;
}

.question {
display:grid;
grid-template-columns:95% 5%;
}

.faq i {
    font-weight: 600;
    font-size: 18px;
    color: gray;
    float: right;
    margin-bottom:auto;
    margin-left:auto;
}

.faq i.rotate {
    transform: rotate(180deg) scaleX(-1);
}

.faq .question:hover {
    cursor: pointer;
}

.faq .answer.active {
    display: block;
}

/*  Other Help centers  */
.other-helpcenter ul {
    display: flex;
    flex-flow: row;
    position: relative;
}

.other-helpcenter li {
    display: block;
    vertical-align: bottom;
    margin-top: 0;
    vertical-align: bottom;
    margin: auto;
}

.other-helpcenter p:first-of-type {
    margin: 20px 20px 0px;
    color: var(--Light-Text-Primary, #0F171C);
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    /* 114.286% */
    letter-spacing: -0.28px;
    align-self: stretch;
    word-break:normal;
}

.other-helpcenter p:nth-of-type(2) {
    font-size: 15px;
    color: #0e171b;
    width: 260px;
    margin: 4px 20px 20px;
    font-family: Aktiv Grotesk;
    	text-tranform:lowercase;

}

.other-helpcenter p:first-of-type::before {
    /* -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /* filter: grayscale(100%);  */
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    display: flex;
    margin-left: auto;
    margin-bottom: 50px;
}

.other-helpcenter:lang(ar) p:first-of-type::before, .other-helpcenter:lang(ur) p:first-of-type::before  {
        margin-left: 0;
    margin-right:auto;
}

.other-helpcenter a:first-of-type p:first-of-type::before {
    content: "";
    background-image: url(//theme.zdassets.com/theme_assets/13408135/0152ace25150a6cd89f59d8336e0c98b2570cb01.svg);
}

.other-helpcenter a:nth-of-type(2) p:first-of-type::before {
    content: "";
    background-image: url(//theme.zdassets.com/theme_assets/13408135/e50a724efb055cdfad2bbdd8d67ca84fdfb25420.png);
}

.other-helpcenter a:nth-of-type(3) p:first-of-type::before {
    content: "";
    background-image: url(//theme.zdassets.com/theme_assets/13408135/d780725d2caa1013d4c364727bb7baaae2f84d3e.svg);
}
}

.other-helpcenter a:hover {
    cursor: pointer;
    /* background-color: #d3d3d345;
    text-decoration: none; */
}

/* Language Selector  */
.language-dropdown-toggle::after {
    content: "";
}

.language-dropdown-toggle img {
    width:16px;
    height:16px;
    flex-shrink: 0;
    vertical-align: middle;
    /* margin-bottom:5px; */
    /* margin-right: 6px; */
}

a.language-dropdown-toggle {
    flex-shrink: 0;
    color: #070E20;
    /* Desktop/Body/$b--s */
    font-family: "Aktiv Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.105px;
}

.language-selector .dropdown-menu {
    margin-right: 6px;
    vertical-align: middle;
}

.other-helpcenters-banner {
    flex-shrink: 0;
}

.other-helpcenters-banner a {
    color: black;
    /* Desktop/Body/$b--s */
    font-family: Aktiv Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.105px;
    /* white-space:nowrap; */
    text-align: left;
}

.other-helpcenters-banner a:hover {
    cursor: pointer;
    text-decoration: none;
}

.other-helpcenters-banner i {
    position: absolute;
    font-size: 6px;
    transform: rotate(45deg);
}

/*  Hide Carousel Dots	*/
.carousel-dots {
    display: none;
}

/* Article Votes */
.article-votes {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--0x, 0px);
    background: var(--Light-Neutral-UltraLight, rgba(141, 145, 148, 0.08));
    border: none;
    width: 100%;
    padding: 2em;
    margin: 3em 0;
}

.article-votes p:first-of-type {
    margin: 0;
    width: 100%;
}

.article-votes p:nth-of-type(2) {
    width: 70%;
}

.article-votes-controls {
    display: flex;
    flex-flow: row nowrap;
}

.vote-text p:first-of-type {
    color: var(--Light-Exness-Contrast, #0F171C);
    font-family: Poppins;
    font-size: xx-large;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 111.111% */
    letter-spacing: -0.54px;
}

.vote-text p:nth-of-type(2) {
    width: 696px;
    color: var(--Light-Exness-Contrast, #0F171C);
    font-family: Aktiv Grotesk;
    font-size: large;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.article-vote {
    width: 100px;
    border-radius: var(----br-sm, 4px);
    background: var(--Dark-Neutral-UltraLight, rgba(108, 133, 149, 0.16));
    padding: 0;
    border: 0;
}

.article-vote::after {
    background: var(--Dark-Neutral-UltraLight, rgba(108, 133, 149, 0.16));
    text-align: center;
    font-family: Aktiv Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.3px;
    display: block;
    margin: auto;
    padding: 10px;
}

.article-vote:hover, .article-vote:hover::after, .article-vote:active, .article-vote:active::after, .article-vote:focus, .article-vote:focus::after {
    border-radius: var(--0x, 0px);
    background: #9e9e9e;
    color: black;
}

.article-vote.button[aria-selected="true"] {
    background: gray;
    color: black;
}

@media all and (max-width: 1368px) {
    .hero-inner h3 {
        font-size:large;
    }

    .container {
        padding: 0 12px;
        /* padding-top: 96px; */
    }


    .header {
        margin-left: 24px;
      width:95%;
    } 
  
      .header:lang(ar), .header:lang(ur){
        margin-right:24px;
      }

    .logo {
        content: "";
        background-image: url(/hc/theming_assets/01HZYAF1YABHMNJRQ1MQRN36WZ);
        background-position: left;
        background-repeat: no-repeat;
        width: 120px;
        height: 100%;
        flex-shrink: 0;
        /* margin-left: 0; */
    }

    .other_pages{
        padding-top:96px;
    }


    .hero img{
        min-height:400px;
    }

    h1.header_search{
        font-size:xxx-large;
        line-height:50px;
    }

    .banner-search {
/*         height: 320px; */
        padding-left: 24px;
              padding-right: 24px

    }

    .hero-inner {
        margin: 0 24px;
        padding:2em;
    }

    .category-page.hero {
        max-height: 500px;
    }

    .hero {
        /* max-height:250px; */
        padding: 0;
    }

    /* .hero img {
        height: 20%;
        min-height: 180px;
        flex-shrink: 0;
    } */
    .search_topics {
        padding: 24px;
    }

    .search {
        width: 100%;
        padding: 0;
    }

    .search::before {
        top: 10px;
        left: 15px;
    }

    .section-homepage {
        padding: 48px 0;
    }

    .popular-videos h1, .categories h1 {
        color: var(--Light-Text-Primary, #141D22);
        text-align: center;
        /* Mobile/Heading/$h--l */
        font-size: 28px;
        line-height: 36px;
        /* 128.571% */
        letter-spacing: -0.56px;
        align-self: stretch;
        /* margin: 0 0 3px 0; */
    }

    .popular-videos ul {
        flex-wrap: nowrap;
    }

    .popular-videos li::before {
        background-size: 100%;
        /* max-height: 200px; */
        max-height: 300px;
        /* margin-bottom:24px; */
    }

    .popular-videos li {
        align-items: left;
        margin: .5em;
    }

    .video-description li > span {
        width: fit-content;
        /* UI/UI3_Regular */
        font-family: Aktiv Grotesk;
        font-size: small;
        line-height: 16px;
        /* 133.333% */
        letter-spacing: 0.5px;
        margin: 10px;
        display: block;
    }

    .video-description {
        position: relative;
        /* display: flex; */
        flex-wrap: wrap;
        height: 100%;
    }

    .popular-videos p {
        display: flex;
        /* flex-wrap: wrap; */
        font-size: large;
        margin: 10px;
        /* min-width:290px; */
        /* height:100px; */
    }



    /* .popular-videos li:first-of-type.active {
        transform: translateX(-12%)
    }

    .popular-videos li:last-of-type.active {
        transform: translateX(10%)
    } */



    .top-articles p {
        margin: 24px 0;
        height: auto;
    }

    .faq {
        display: flex;
        width: 100%;
        /* padding: var(--3x, 24px) var(--3x, 24px) var(--6x, 48px) var(--3x, 24px); */
        flex-direction: column;
        align-items: center;
        gap: var(--3x, 24px);
    }

    .faq h1, .other-helpcenter h1 {
        color: var(--Light-Text-Primary, #141D22);
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        /* 128.571% */
    }

    .faq > ul {
        width: 700px;
    }

    .faq > ul > li {
        margin: 0;
        padding: var(--sp-3, 10px) var(--sp-0, 0px);
    }

    .faq > ul > li:first-of-type {
        margin: 0;
        padding-top: 0;
    }

    p.question {
        /* UI/UI1_Regular */
        font-family: Aktiv Grotesk;
        font-size: 16px;
        line-height: 24px;
        /* 150% */
        letter-spacing: 0.3px;
        padding-right: 15px;
        position: relative;
        /* width:92%; */
    }

    .question:lang(ar), .question:lang(ur){
        padding-right:0;
        padding-left:15px;
    }

    .faq i {
        display: inline-flex;
        position: absolute;
        right: 0;
        top: 3px;
        vertical-align: middle;
    }

    .faq:lang(ar) i,        .faq:lang(ur) i  {

        right: unset;
    }

    .footer {
        display: flex;
        width: 100%;
        /* padding: 24px; */
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    /*  Slider Test		*/
    .carousel-container {
        position: relative;
    }

    .popular-videos ul {
        display: flex;
        transition: transform 0.1s ease-in-out;
    }

    .popular-videos li {
        /* min-width: 100%; */
        box-sizing: border-box;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        /* text-align: center; */
    }

    .carousel-dots {
        position: absolute;
        bottom: -40px;
        left: 45%;
        display: flex;
        /* transform: translateX(50%); */
        /* align-items:center; */
    }

    .dot {
        height: 10px;
        width: 10px;
        background-color: #8D9194;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }

    .dot.active {
        background-color: #030D24;
    }

    .article-votes {
        padding: 1em;
    }

    .vote-text p:first-of-type {
        font-size: large;
        line-height: 1;
        /* margin-bottom: 5px; */
    }

    .vote-text p:nth-of-type(2){
        font-size: small;
        width:500px;
    }

    .article-vote{
        width:5em;
    }
    .article-vote::after{
        padding: 5px 0;
    }

    .top-articles h3 {
        min-height: auto;
    }

    .other-helpcenter ul {
        flex-flow: column;
        width: 500px;
        justify-content: center;
        margin: auto
    }
}

@media all and (max-width: 1280px) and (orientation:portrait) {
    .popular-videos li::before {
        max-height: 15vh;
    }
    .top-articles h3 {
        height: auto;
    }
        .top-articles {
        display: flex;
        width:700px;
        margin:auto;
        /* padding: var(--3x, 24px); */
        flex-direction: column;
        align-items: center;
        /* gap: var(--3x, 24px); */
    }

    .top-articles li {
        margin: 24px 0 32px;
        flex: 1 0 100%;
    }

    .top-articles h1 {
        font-size: 28px;
        line-height: 36px;
        /* 128.571% */
        letter-spacing: -0.56px;
        margin-top: 48px;
    }

    .top-articles h3 {
        color: var(--Light-Text-Primary, #0F171C);
        font-size: 24px;
        line-height: 30px;
        /* 125% */
        margin: 0;
    }
}

.security {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-dots {
        display:none;
    }

    .dot:nth-of-type(2) {
        display: none;
    }

    .faq {
        padding-top: 48px;
    }
}

@media all and (max-width: 1002px) {
    .blocks-list {
        display: flex;
        justify-content: space-around;
        /* width: 95%; */
        padding: 0;
/*         gap: 24px; */
        flex-wrap: wrap;
        margin: 24px 0;
    }

    .blocks-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40%;
        min-height:120px;
        height: auto;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
      	margin-right:12px;
        padding:8px;'
        gap:24px;
    }

    .blocks-item::before {
        margin: 15px 0 0 0;
    }

    .blocks-item:not(:nth-of-type(4n)) {
        border-right: none
    }

    .blocks-item {
        border-bottom: 1px solid lightgray;
    }

    .blocks-item-link {
        padding: 0;
    }

    .blocks-item-title {
        font-family: Poppins;
        font-size: 16px;
        letter-spacing: -0.16px;
    }
    
}

@media all and (max-width: 912px) {
    .popular-videos li::before {
        max-height: 200px;
    }
}
    /* .popular-videos ul li.third {
        transform: translateX(530%)
    } */
    


/* @media all and (max-width: 820px) {
    .popular-videos ul li.third {
        transform:translateX(450%)
    }
} */

@media all and (max-width: 768px) {

    .popular-videos img {
        padding-bottom: 12px;
    }


    .popular-videos li {
        min-width: 15rem;
        margin: 6px;
        position: relative;
    }

    .popular-videos p {
        display: flex;
        flex-wrap: wrap;
        margin: 12px;
        /* min-width:290px; */
        /* height:100px; */
    }

    .popular-videos i {
        flex-basis: 1;
        /* margin-top:10px; */
    }

    .popular-videos li::before {
        background-size: 100%;
        max-height: 150px;
    }

    /* .popular-videos ul li.second {
        transform: translateX(200%)
    }

    .popular-videos ul li.third {
        transform: translateX(390%)
    } */
}


@media all and (max-width: 540px) {
    .other-helpcenter ul {
        width:100%;
    } 


    .faq {
        padding-top: 48px;
    }
        /* .popular-videos ul li.second {
        transform: translateX(100%)
    }

    .popular-videos ul li.third {
        transform: translateX(300%)
    } */

    .top-articles li{
        flex-basis:100%;
    }

    .video-description ul {
        width:100%;
        overflow:scroll;
    }
}

@media all and (max-width: 480px) {
    .hero-inner {
        padding:1em;
    }
}
    /* .popular-videos ul li.second {
        transform:translateX(20%)
    }

    .popular-videos ul li.third {
        transform: translateX(30%)
    }
} */

/* @media all and (max-width: 430px) {
    .popular-videos ul li.second {
        transform:translateX(80%)
    }

    .popular-videos ul li.third {
        transform: translateX(160%)
    }
} */

/* @media all and (max-width: 414px) {
    .popular-videos ul li.second {
        transform:translateX(70%)
    }

    .popular-videos ul li.third {
        transform: translateX(125%)
    }
}

@media all and (max-width: 390px) {

    .popular-videos ul li.second {
        transform: translateX(60%)
    }

    .popular-videos ul li.third {
        transform: translateX(110%)
    }
} */

@media all and (max-width: 375px) {
    .banner-search h1 {
        font-size: 2em;
        line-height: 1em;
    }
}
/* 
    .popular-videos ul li.second {
        transform: translateX(50%)
    }

    .popular-videos ul li.third {
        transform: translateX(95%)
    } */


/* @media all and (max-width: 360px) {
    .popular-videos ul li.second {
        transform:translateX(40%)
    }

    .popular-videos ul li.third {
        transform: translateX(75%)
    }
} */

/* Category Page  */
.section-homepage.section-tree {
    background-color: #ffffff;
}

.section-tree {
    display: grid;
    grid-template-columns: 1fr 3fr;
		grid-gap: 130px; 
    width: :100%;
}
/* 
.section-tree-title ul {
    display: grid; */
/*     grid-template-columns: 47% 47%; */
/*     grid-gap: 20px;
    overflow:hidden;
    width: :100%;
} */

.section-tree-title.section-tree-title-article > a {
    display: none;
}

.section-title h1 {
    color: var(--Light-Text-Primary, #0F171C);
    font-family: Poppins;
    font-size: xxx-large;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    /* 107.692% */
    letter-spacing: -0.78px;
}

.section-titles li {
    padding: 12px 0;
    border-top: 1px solid #0F171C1F;
    border-bottom: 1px solid #0F171C1F;
}

.section-titles a {
    /* width: 336px; */
    /* height: var(--10x, 80px); */
    color: var(--Light-Text-Disabled, rgba(15, 23, 28, 0.40));
    /* Desktop/Body/$b--l */
    font-family: Aktiv Grotesk;
    font-size: x-large;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.05px;
    margin-bottom: 0;
}

.section-titles a.active,.section-titles a:hover,.section-titles a:active,.section-titles a:focus {
    color: var(--Light-Text-Primary, #0F171C);
}

.section-tree .article-list-item {
    display: inline-flex;
    /* width: 456px; */
    /* height: 304px; */
    /* padding: 24px; */
    flex-direction: column;
    align-items: flex-start;
    /* gap: 24px; */
    flex-wrap: nowrap;
    /* min-height: 300px; */
/*     justify-content: space-between; */
    width: 100%;
}

.article-list-item > span {
    color: var(--Light-Text-Primary, #0F171C);
    /* font-family: Poppins!important; */
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* min-height: 130px; */
    /* 125% */
}

.article-list-item a{
  word-break:normal;
}


.article-list-item p {
    color: rgba(20, 29, 34, 0.60);
    font-family: Aktiv Grotesk;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    text-align: left;
    /* vertical-align: text-top; */
}

.reading-time {
    color: rgba(20, 29, 34, 0.60);
    leading-trim: both;
    text-edge: cap;
    font-family: Aktiv Grotesk;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 200% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

p.reading-time, p.article-description {
    margin: 0;
    white-space:normal;
    word-break: normal;
    text-align:justify;
    /* align-items: center; */
}

.reading-time {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.reading-time span {
    color: rgba(20, 29, 34, 0.60);
    font-size: small;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    text-align: left;
    border: 1px transparent solid;
    border-radius: 10px;
}

.reading-time i {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    fill: #FFDE02;
    stroke-width: 1.734px;
    stroke: #070E20;
    width: var(--2x, 16px);
    height: 0px;
}
}

.section-tree-title-article ul {
    display: none;
}

.section-tree-title a:hover,.section-tree-title a:focus,.section-tree-title a:active {
    text-decoration: none;
}

.section-tree-title-article {
    display: none;
}

.section-tree-title-article.active {
    display: block;
}

@media all and (max-width: 1280px) {
   .article-list-item > span {
       font-size: large;
       line-height:24px;
       min-height: 50px;
}
}

@media all and (max-width: 540px) {
    .search_topics h3 {
        padding:1em;
        font-size: large;
        width: 100%;
        line-height: 1;
    }

    .section-title h1 {
        font-size: x-large;
    }

    .section-titles li {
        /* padding: 1rem 0; */
    }

    .section-titles a {
        font-size: large;
        /* line-height: .5rem; */
    }


    .article-list-item > span {
        font-size: large;
        line-height: 1.5rem;
        /* 125% */
    }

    .article-list-item p {
        font-size: small;
        line-height: 1rem;
        /* 160% */
    }

    .reading-time {
        font-size: smaller;
        text-transform: uppercase;
    }
  
      h3.section-tree-title.promoted, .section-tree-title a {
        font-size: large;
        line-height: normal;
    }

    .section-tree .article-list-item {
        /* gap:12px; */
    }

      h1.header_search{
        font-size:40px;
    }
    
}

@media all and (max-width: 480px) {
    .section-tree {
        display: flex;
    }

    .section-titles {
        padding-bottom: 1em;
    }
}

@media all and (max-width: 390px) {
    .article-list-item p {
        font-size: smaller;
        line-height: 1rem;
        /* 160% */
    }

    .reading-time {
        font-size: x-small;
        text-transform: uppercase;
    }
}

@media all and (max-width: 360px) {
    .section-titles li {
        padding:.5rem 0;
    }

    .section-titles a {
        font-size: small;
        /* line-height: 0; */
    }

    .article-list-item {
        gap: .5rem;
    }

    .article-list-item > span {
        font-size: small;
        line-height: 1rem;
        /* 125% */
    }

    .article-list-item p {
        font-size: x-small;
        line-height: 1rem;
        /* 160% */
    }

    .reading-time {
        font-size: xx-small;
        text-transform: uppercase;
    }
}

@media all and (max-width: 280px) {
    .section-title h1 {
        font-size: large;
    }

    .section-tree-title ul {
        grid-gap: .5rem;
    }

    .section-titles li {
        font-size: large;
        line-height: 1;
        padding: 5px;
    }

    .section-titles a {
        /* font-size: small; */
    }

    .article-list-item {
        /* gap: 0; */
    }

    .article-list-item > span {
        font-size: smaller;
        line-height: 1.2rem;
        /* 125% */
    }

    .article-list-item p {
        font-size: xx-small;
        /* line-height: .8rem; */
        /* 160% */
    }

    .reading-time span {
        padding: 0;
        font-size: xx-small;
        text-transform: uppercase;
    }

    .reading-time i {
        padding-bottom: 0;
    }
  
    h1.header_search{
    font-size:xx-large;
    }
}

    @media all and (max-width: 1368px) {
        .section-tree {

    grid-gap: 50px;
}
        
    }

@media all and (max-width: 767px) {
    .section-tree {
        display:flex;
        grid-gap: 30px;
    }

    .section-tree > .collapsible-sidebar {
        padding: 0;
    }

    .section-title h1 {
        width: 100%;
        font-size: x-large;
    }

    .section-titles {
        padding: 0;
        height: auto;
    }
}
  
  @media all and (max-width: 767px) {
    .other_helpcenter ul {
        display: flex;
        flex-flow: column;
    }
}

@media all and (max-width: 280px) {
    /* .hero img, h1.header_search, .search_topics h3 {
        display:none;
    } */h3 + .search {
        margin-left:1em;
        margin-right: 1em;
    }

    .common-searches a {
        /* line-height:1; */
    }

    h1.header_search {
        font-size: x-large;
    }

    a.language-dropdown-toggle {
        font-size: 0px;
    }

    .category-page .search_topics {
        padding: 0;
    }

    .hero-inner {
        margin: 0;
        padding: 1em;
    }

    .blocks-list {
        margin-top: 50px;
    }

    .popular-videos li {
        min-width: 230px;
    }

    .popular-videos p {
        min-width: 100px;
        width: 180px;
        /* height:50px; */
        font-size: small;
        margin: 3px0;
    }


    /* .popular-videos ul li.second {
        transform: translateX(-4%);
    }

    .popular-videos ul li.third {
        transform: translateX(-8%);
    } */

    .other-helpcenter p:first-of-type {
        white-space: wrap;
    }

    .other-helpcenter p:nth-of-type(2) {
        width: 150px;
    }


    .faq h1 {
        text-align: center;
        white-space: wrap;
        width: 100%;
    }

    .section-homepage h1 {
        margin: 0
    }

    .top-articles h1 {
        padding-top: 24px;
    }
}

@media all and (min-width: 1400px) {
    .popular-videos p {
        font-size:xx-large;
    }

    .container {
        padding: 0 48px;
    }

    .other_pages{
        padding-top:96px;
    }
}

@media all and (max-width: 1280px) {
    .article-votes p:nth-of-type(2) {
     font-size:x-small;
     line-height:15px;
     white-space:wrap;
     width: 300px;
    }
}

@media all and (max-width: 580px) {
    .article-votes {
        display:flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .article-votes p {
    text-align:center;
    }
        .article-votes p:nth-of-type(2) {
    width:auto
        }
}

/*  Article Page  */
.related-articles {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

/* Search Results  */
/* .search-results-sidebar .filters-in-section:first-of-type {
    display: none;
}  */

.filters-in-section li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: start;
    color: var(--Light-Text-Primary, #0F171C);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: large;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.22px;
}

.filters-in-section a {
    padding: 8px 0 0 8px;
}

.search-results-subheading {
    display: none;
}

.search-results-list > li h2 {
    color: var(--Light-Text-Primary, #0F171C);
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: x-large;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    /* 125% */
}

.search-results-description {
    color: var(--Light-Text-Primary, #0F171C);
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: large;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 125% */
}

.search-results-description:first-letter {
    text-transform: lowercase;
}

.search-results-column > ul > li {
    padding-top: 0;
    border: none;
}

body > main > div.container > div > section.search-results-column > ul > li:first-of-type {
    border: none;
}

.search-result-breadcrumbs li {
    display: none;
}

.search-result-breadcrumbs li:nth-of-type(2) {
    display: block;
    background: #f4f6f7;
    width: fit-content;
    color: #020202;
    padding: 8px;
    margin-right: 5px;
    border: 1px transparent solid;
    background: var(--Light-Neutral-UltraLight, rgba(108, 133, 149, 0.08));
    border-radius: 20px;
    white-space: nowrap;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search-result-breadcrumbs li:nth-of-type(2) a {
    font-size: small;
    color: var(--Light-Neutral-Branded-Content, #141D22);
    text-align: center;
    /* UI/UI3_Regular */
    font-family: Aktiv Grotesk;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 0.5px;
}

.search-result-breadcrumbs li:nth-of-type(2)::before {
    display: none;
}

.page-header {
    margin-top: 2em;
    display: flex;
    flex-flow: row nowrap;
}

p.page-header-description {
    margin: 0;
}

.page-header-description {
    font-style: normal;
    color: var(--Light-Text-Secondary, #8D9194);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    /* 150% */
    letter-spacing: 0.24px;
}

.page-header h6 {
    margin-bottom: 0;
      white-space: nowrap;

}

nav.search-result-page.sub-nav {
    display: block;
}

.search-results-sidebar .sidenav-item.current-article, .sidenav-item:hover, .search-results-sidebar .sidenav-item.current-article, .sidenav-item:focus, .search-results-sidebar .sidenav-item.current-article, .sidenav-item:active {
    border-color: #fff;
    background: #fff;
}

.article-sidebar .sidenav-item:hover {
    background-color: #F3F3F3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: black;
    text-decoration: none;
    /* transition: .3s; */
}

a.sidenav-item > input[type="checkbox"] {
    margin-right: 10px;
}

a.sidenav-item > input[type="checkbox"]:checked {
    accent-color: black;
}

.search-empty {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.search-empty p:first-of-type {
    color: var(--Light-Text-Primary, #0F171C);
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: xx-large;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 125% */
    margin-bottom: 5px;
}

.search-empty p:nth-of-type(2) {
    color: var(--Light-Text-Primary, #0F171C);
    leading-trim: both;
    text-edge: cap;
    font-family: Aktiv Grotesk;
    font-size: large;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    margin-top: 0;
}

@media all and (max-width: 768px) {
    .top-articles {
        width:100%;
    }
    .faq > ul {
        width:100%;
    }

    .container-divider {
        display: none;
    }

    .section-tree {
        grid-gap: 40px;
    }

    .search-results-list > li h2 {
        font-size: large;
        line-height: 1.5;
    }

    .search-results-description {
        font-size: small;
        line-height: 1.5;
    }

    section.search-results-column > ul > li {
        border: none;
    }

    .search-empty {
        gap: 10px;
    }

    .search-empty p:first-of-type {
        font-size: large;
        line-height: 2;
    }

    .search-empty p:nth-of-type(2) {
        font-size: small;
        line-height: 1.5;
    }

    .section-homepage.faq {
        /* padding-top:48px; */
    }
}

/*  Error Page  */
.error-page-new.hero {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    height: 100vh;
    max-height: 750px;
    /* width: auto; */
}

.error-page-new p:first-of-type {
    color: var(--Light-Text-Primary, #0F171C);
    text-align: center;
    /* Desktop/Heading/$h--xl */
    font-family: Poppins;
    font-size: xxx-large;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    /* 100% */
    letter-spacing: -1.44px;
    margin: 0;
}

.error-page-new p:nth-of-type(2) {
    color: var(--Light-Text-Primary, #141D22);
    text-align: center;
    /* Desktop/Body/$b--l */
    font-family: Aktiv Grotesk;
    font-size: xx-large;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    /* 140% */
    width: 80%;
    max-width:500px;
    letter-spacing: -0.05px;
}

.error-page-new a {
    color: var(--Light-Exness-Contrast, #000);
    text-align: center;
    font-family: Aktiv Grotesk;
    font-size: small;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.3px;
    padding: 1em 2em;
    border-radius: var(----br-sm, 4px);
    background: var(--Light-Exness-Main, #FFDE02);
}

/* RTL Languages  */
.reading-time:lang(ar) i, .reading-time:lang(ur) i {
    transform: rotate(180deg)
}

.other-helpcenters-banner:lang(ar) i, .other-helpcenters-banner:lang(ur) i {
    transform: rotate(315deg)
}

/* .sub-nav:lang(ar){
  padding-top:2vh;
} */
h1:lang(ar).header_search, h1:lang(ar).category_name_banner, h1:lang(ur).header_search, h1:lang(ur).category_name_banner {
    text-align: right;
}

/* .common-searches:lang(ar) {
    margin-top: 14px;
} */
.top-articles:lang(ar) li i, .top-articles:lang(ur) li i {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    fill: #FFDE02;
    stroke-width: 1.734px;
    stroke: #070E20;
    width: var(--2x, 16px);
    height: 0px;
    flex-shrink: 0;
    position: absolute;
    left: 0px;
}

.faq:lang(ar) i, .faq:lang(ur) i {
    font-weight: 600;
    font-size: 18px;
    color: gray;
    float: left;
    left: 0;
    padding: 0;
    vertical-align: middle;
}

.faq:lang(ar) > ul > li, .faq:lang(ur) > ul > li {
    margin:auto;
}

}

.blocks-item:lang(ar):not(:nth-of-type(4n)), .blocks-item:lang(ur):not(:nth-of-type(4n)) {
    border-left: 1px solid lightgray;
}

.blocks-item:lang(ar)::before, 
.blocks-item:lang(ur)::before {
    margin-right: 20px;
}

a:lang(ar).sidenav-item > input[type="checkbox"], a:lang(ur).sidenav-item > input[type="checkbox"]  {
    margin-right: 0px;
    margin-left: 10px;
}

@media all and (min-width: 1002px) {
    .blocks-item:lang(ar):not(:nth-of-type(4n)), .blocks-item:lang(ur):not(:nth-of-type(4n)) {
        border-right: none;
    }
    .blocks-item:lang(ar):not(:nth-of-type(4n)), .blocks-item:lang(ur):not(:nth-of-type(4n)) {
        border-left: 1px solid lightgray;
    }
}

@media all and (min-width: 768px) and (max-width:1368px) {
    .category-page.hero {
        max-height:450px;
    }
}

/* Popular Videos New  */
.popular_videos {
    display: inline-flex;
    padding: var(--12x, 96px) var(--6x, 48px);
    flex-direction: column;
    align-items: flex-start;
    gap: 76px;
}

.popular_videos h1 {
    display: flex;
    padding: 0px 240px;
    flex-direction: column;
    align-items: center;
    gap: var(--2x, 16px);
}

.popular_video_img {
    width: 479px;
    height: 319px;
    flex-shrink: 0;
    border-radius: var(--0x, 0px);
}

.popular_video_img:first-of-type {
    background: url(//theme.zdassets.com/theme_assets/13408135/ed063cb4aaf4be2cdb3c39a070fc86b27d6f83b6.png), lightgray 50% / cover no-repeat;
}

.popular_video_img:nth-of-type(2) {
    background: url(//theme.zdassets.com/theme_assets/13408135/694d91bc25a4c51298710e163afde913e8c98056.png), lightgray 50% / cover no-repeat;
}

.popular_video_img:nth-of-type(3) {
    background: url(//theme.zdassets.com/theme_assets/13408135/694d91bc25a4c51298710e163afde913e8c98056.png), lightgray 50% / cover no-repeat;
}

.popular_video_title {
    display: flex;
    width: 456px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: var(--0x, 0px) var(--0x, 0px) var(--15-x, 12px) var(--15-x, 12px);
    border: var(--0x, 1px) solid var(--Light-Other-Divider-Light, rgba(20, 29, 34, 0.12));
}

.popular_video_description {
    padding: var(--sp-0-5, 4px) var(--sp-1, 8px);
    align-items: center;
    display: flex;
    height: 149px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: var(--0x, 0px);
}

.popular_video_description a > span {
    display: flex;
    padding: var(--sp-0-5, 4px) var(--sp-1, 8px);
    align-items: center;
}

.popular_video_description p {
    width: 250px;
    height: 105px;
    flex-shrink: 0;
    display: flex;
    width: 408px;
    height: 105px;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
}

.popular_video_description p:first-child {
    width: 250px;
    height: 105px;
    flex-shrink: 0;
    color: var(--Light-Text-Primary, #0F171C);
    /* XL/Headings/Heading-3 */
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 128.571% */
}

.popular_video_description i {
    display: flex;
    padding: 18px;
    align-items: flex-start;
    gap: 9px;
    border-radius: 57.6px;
    background: #FFDE02;
}


  
/* 
@media all and (max-width: 480px) {
    .popular-videos li {
        width: 90%!important;
    }

    .popular-videos ul li.second:first-of-type,.popular-videos ul li.second:nth-of-type(3), .popular-videos ul li.third:nth-last-of-type(2), .popular-videos ul li:not(.second):not(.third):nth-of-type(2) {
        margin-top: 40px;
        height: 330px;
    }

    .popular-videos ul li.second:first-of-type span,.popular-videos ul li.second:nth-of-type(3) span, .popular-videos ul li.third:nth-last-of-type(2) span, .popular-videos ul li:not(.second):not(.third):nth-of-type(2) span {
        font-size: 12px!important;
    }
} */


    
.popular-videos i {
    font-weight: bold;
    font-size: 30px;
    border: 1px transparent solid;
    background: #FFDE02;
    border-radius: 50px;
    display: flex;
    padding: 15px 18px 0px 21px;
    align-items: flex-start;
    gap: 9px;
}
  .play_button::before {
    content: url("//theme.zdassets.com/theme_assets/13408135/3aae623c3447d6e555b5523918cd792e2d72a5dc.png");
    width: 24px;
    height: 47px;
}

@media all and (min-width:680px){
    .carousel-dots{
        display:none;
    }
}


/* Mobile scroll */
@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}




.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
  /* padding-top: 0; */
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 0px 7px 8px 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
text-align:center;
  border-radius: 50%;
}

/* .nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  background: #f3f3f3;
} */

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] {
    right:45px;
    left:auto;
    top:55px;
    width:fit-content;
}


.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
  display:flex;
  justify-content:flex-start;
  /* min-width: 200px; */
  white-space: wrap;
}

.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #2F3941;
  cursor: pointer;
  text-align: start;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: inline-flex;
  padding: 8px 0px 8px 24px;
  /* width: 100%; */
  height: 100%;
  color: #2F3941;
  white-space: wrap;
}

.nav-wrapper-mobile:lang(ar) .menu-list-mobile-items a, .nav-wrapper-mobile:lang(ur) .menu-list-mobile-items a  {
  display: block;
  padding: 8px 24px 8px 0;
  width: 100%;
  height: 100%;
  color: #2F3941;
  word-wrap: normal;
  white-space: wrap;
}


.nav-wrapper-mobile .menu-list-mobile-items i{
    transform:rotate(45deg);
    margin-left: 20px;
    padding-top:15px;
    height:7px;
}


.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

[dir="rtl"] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}


@media all and (width:768px) and (height:1024px){
    .popular-videos li{
        min-width: 14rem;
    }
}

@media all and  (max-width: 1024px){
        .icon-menu{
            display:block!important;
        }

    .header-side{
        display:flex;
        justify-content:space-around;
        gap:0px;
    }

    .other-helpcenters-banner {
       display: none;
    }
}

/* .faq:lang(ar) i, .faq:lang(ur)  {    
    } */

[dir="rtl"] .nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] {
    left:45px;
    right:auto;
    top:55px;
    min-width: 300px;
}

.item:lang(ar) i, .item:lang(ur) i{
    padding-top:12px;
    transform:rotate(315deg);
    margin-right:5px;
    margin-left:0;
}

@media all and (max-width:1002px){ 
    .blocks-item:lang(ar)::before {
        margin-right:0;
    }
  .blocks-item:lang(ar){
    margin-left:12px;
    padding-right:12px; 
        padding-left:0;
    margin-right:0
  }
}

#user-nav-mobile:lang(ar) i, #user-nav-mobile:lang(ur) i   {
     transform:rotate(315deg);
}

/* @media (max-width: 540px) {

    .popular-videos:lang(ar) ul li.second, .popular-videos:lang(ur) ul li.second {
        transform: translateX(260%)
    }

    .popular-videos:lang(ar) ul li.third, .popular-videos:lang(ur) ul li.third {
        transform: translateX(520%)
    }

}

@media (max-width: 430px) {

    .popular-videos:lang(ar) ul li.second, .popular-videos:lang(ur) ul li.second {
        transform: translateX(240%)
    }

    .popular-videos:lang(ar) ul li.third, .popular-videos:lang(ur) ul li.third {
        transform: translateX(470%)
    }

} */


/* @media all and (max-width: 280px) {
    .popular-videos:lang(ar) ul li.second,     .popular-videos:lang(ur) ul li.second {
        transform:translateX(210%)
    }
    
    .popular-videos:lang(ar) ul li.third, .popular-videos:lang(ur) ul li.third {
        transform: translateX(410%)
    }
} */

@media all and (max-width:540px){

.video-description li:not(.mvisible){
  	transition:transform .3s;
    transform:scaleY(.8);
}

.video-description li:first-of-type.mvisible .dot{
        background-color: #030D24;
}

.video-description ul {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.video-description ul::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
}

@media all and (max-width: 1368px) {
    .hero-inner{
        margin:0;
    }
    .hero img{
        height:300px;
    }
}

@media all and (min-width:768px){
  .section-tree-title ul {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 20px;
    overflow:hidden;
    width: :100%;
}
}


@media all and (min-width:1368px){
.hero img{
    min-height:620px
  }
  
.banner-search.home{
    height:520px;
    padding-top:80px;
  }
}

.article-body{
  width:100%;
}

@media all and (max-width:768px){
  .hero-inner a{
    line-height:normal;
    text-align:center;
      display:inline-block;
}
}

li.item{
list-style:none;
}

.hero-inner:lang(ar) p, .hero-inner:lang(ur) p{
text-align:right
}


.banner_mobile{
  display:none!important;
 }

@media all and (max-width: 640px) {
  .banner{
  display:none!important;
  }

  .banner_mobile{
  display:flex!important;
  }
}

.top-articles span:nth-of-type(2){
display:none;
}


.banner-search{
display:block;
justify-content:center;
}

.banner-search:lang(ar) h6, .banner-search:lang(ur) h6{
text-align:right;
}

.banner-search h6{
text-align:left;
color: black;
font-family: Poppins;
font-size: x-large;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 62.5% */
letter-spacing: -0.4px;
margin:0;
padding-top:100px;
  padding-bottom:24px;

}

h1.category_name_banner{
    padding-top:100px;
}

@media all and (max-width: 640px) {
.banner-search h6{
padding-top:200px;
}
  
.banner-search h6{
padding-bottom:12px;
}
}

@media all and (max-width: 1368px) {
h1.category_name_banner{
    padding-top:200px;
}
}

.other-helpcenter ul {
justify-content:center
}

@media all and (min-width:1369px){
.other-helpcenter a {
    max-width:30%;
}
}

html:lang(vi) *:not(i){ font-family: 'Noto Sans'!important; }



/*  New CSAT Options	*/
.csat_section{
    width:100%;
    background: var(--Background-Default, #F8F9F9);
}

.csat_new, .thankyou_form {width:100%;max-width: 450px;/* height: 369.78px; */gap: 0px;border-radius: 8px;background: var(--Background-Default, #F8F9F9);padding:0 25px 10px;margin:auto;}

.csat_header{
    display: flex;
    justify-content:center
    /* grid-template-columns: auto auto; */
}

.csat_header img{
    margin-left:auto;
    padding-top:15px;
    width:35px;

    
  	/* visibility:hidden; */
}

.csat_question, .thankyou_message  {
width: Fill (400px)px;
height: Hug (112px)px;
padding: var(--PaddingdialogInnerPadding) var(--PaddingdialogOuterPadding) var(--PaddingdialogInnerPadding) var(--PaddingdialogOuterPadding);
gap: var(--sp-100);
opacity: 0px;
font-family: Aktiv Grotesk;
font-size: 24px;
font-weight: bold;
line-height: 1.2;
letter-spacing: 0.6px;
text-align: left;
color:black;
}

.csat_options ul {
    display:flex;
    justify-content:space-between;
    white-space:nowrap;
    /* margin: 0; */
}

.csat_option{
    width:35px;
  	height:35px;
   cursor:pointer;
}

.csat_option:first-of-type:not(.active){
    background: url(/hc/theming_assets/01HZKZKHCFG0CQ42E0GGPJMAGS) no-repeat;
}

.csat_option:nth-of-type(2):not(.active) {
    background: url(/hc/theming_assets/01HZKZKEY7RY8D3FQJHH23V46Q) no-repeat;
}

.csat_option:nth-of-type(3):not(.active) {
    background: url(/hc/theming_assets/01HZYAGGATV8Y45VTV2RDGNK0E) no-repeat;
}

.csat_option:nth-of-type(4):not(.active) {
    background: url(/hc/theming_assets/01HZKZKJ7SHQJ5RBKT91ENN0KG) no-repeat;
}

.csat_option:nth-of-type(5):not(.active) {
    background: url(/hc/theming_assets/01HZKZKFQ4ANE1DNNCP1QNJP2G) no-repeat;
}

.csat_option:first-of-type, .csat_option.initial:first-of-type {
    background: url(/hc/theming_assets/01HZYAGE4DMTTGT9WTMVHCR9A0) no-repeat;
}

.csat_option:nth-of-type(2), .csat_option.initial:nth-of-type(2) {
    background: url(/hc/theming_assets/01HZYAGFJ2XDXKHVT5NMMETKT4) no-repeat;
}

.csat_option:nth-of-type(3), .csat_option.initial:nth-of-type(3) {
    background: url(/hc/theming_assets/01HZKZKGJW0V0XVKE2HJAYE7HK) no-repeat;
}

.csat_option:nth-of-type(4), .csat_option.initial:nth-of-type(4) {
    background: url(/hc/theming_assets/01HZYAGJJJXV5KWTTP4MS11VXN) no-repeat;
}

.csat_option:nth-of-type(5), .csat_option.initial:nth-of-type(5) {
    background: url(/hc/theming_assets/01HZYAGME9Z630PF218FWXBYWA) no-repeat;
}

.csat_labels{
    display:flex;
    justify-content:space-between;
    margin-top: 10px;
}

.csat_labels p{
    margin:0;
    font-size:10px;
}



/* The container */
.csat_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}

/* Hide the browser's default checkbox */
.csat_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #E3E4E4;
  border-radius:3px
}

/* On mouse-over, add a grey background color */
.csat_checkbox:hover input ~ .checkmark {
  background-color: #6C8595;
}

/* When the checkbox is checked, add a blue background */
.csat_checkbox input:checked ~ .checkmark {
  background-color: #6C8595;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.csat_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.csat_checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea.csat_feedback {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-size: 12px;
  text-align:left;
  color:black;
  margin:15px 0;
}

.csat_feedback {
  display:none;
}

.csat_submit,.csat_submit_positive{
    display:flex;
    justify-content:right;
}

p.csat_submit{
  margin:0;
}

.positive_message, .negative_message, .neutral_message{
  display:none;
}

.positive_message.active, .negative_message.active, .neutral_message.active{
  font-size:14px;
  display:block;
}
.negative_reasons input[type="submit"], .positive_reasons input[type="submit"]{
    background:transparent;
    border:1px solid #d7d8d9;
    color:#80808099;
    min-width:20px;
    padding:0 20px;
}

.csat_submit.active input[type="submit"],.csat_submit_positive.active input[type="submit"]{
    background:#FFDE02;
    color:black;
    border-color:#FFDE02;
}

.negative_reasons, .positive_reasons{
  display:none;
}

.negative_reasons.active, .positive_reasons.active {
  display:block;
  /* margin:0 50px; */
}


.thankyou_form{
    padding:20px;
    display:none;
}

.thankyou_form.active{
    display:block;
}

.thankyou_check{
    display:grid;
    grid-template-columns:40% auto;
    justify-content:right;
}

.thankyou_message{
    margin-top:0px;
    font-size:24px;
    text-align:center
}
.case_management{
    font-size:14px;
    text-align:center
}
.case_management a{
    color:#1172CC;
}

.csat_new.popout, .thankyou_form.popout{
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border:1px solid #E3E4E4;
    width:90%;
    max-width:450px;
    z-index:16000;
}

.csat_new.popout .csat_question{
    font-size:15px;
}


.csat_popout{
    display:none;
}

.csat_new.popout .csat_popout{
    display:block;
}
.csat_popout p:first-of-type{
    font-size:24px;
    font-weight:bold;
    text-align:center;
    color:black;
    margin-bottom:0;
}

.csat_popout p:nth-of-type(2){
    font-size:14px;
    text-align:center;
}

.csat_popout img {
    position:absolute;
    top:0;
    right:0;
    width:30px;
    cursor:pointer;
}

.article-votes{
  display:none;
}

.csat_checkbox:lang(ar), .csat_checkbox:lang(ur) {
padding-left:0;
padding-right:35px;
}

.checkmark:lang(ar), .checkmark:lang(ur)  {
right:0;
}

.csat_feedback.active{
    display:block
}

p.csat_feedback{
    margin-top:30px;
}

@media (max-width:470px){
label.csat_checkbox{
margin-bottom:5px;
}

.csat_section *{
font-size:small;
}

p.csat_feedback{
    margin-top:13px;
}
}


/* End of New CSAT CSS */
body:has(.popout){
      background: var(--Other-Backdrop-Overlay, rgba(0, 0, 0, 0.06));
}

.hidden_content{
  display:none;
}

.video-js .vjs-tech{
    background-color:white;
}