/* GENERAL */
body {
    --color-brand: #fa4616;
    --color-body: #606060;
    --color-pale-yellow: #f7d394;
    color: var(--color-body);
}

@media only screen and (max-width: 769px) {
    body {
        font-size: 14px;
    }
}

#userPreference {
    display: none;
}

/* HEADER */
.AppContainer__container {
    padding: 16px 0.975rem !important;
    gap: 10px;
}

.Header__header {
    background-color: var(--color-pale-yellow);
}

.Header__header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(183deg, rgb(255 255 255 / 0.45) 80px, transparent 220px);
}

.Header__globalSearch {
    width: 100%;
    max-width: 900px;
}

.Header__menuicon {
    margin-right: 20px;
}

.Header__menu,
.Header__menu:after,
.Header__menu:before {
    background-color: var(--color-body);
    width: 1.4rem;
}

.Header__menuToggle {
    background: transparent;
}

.Header__navbar {
    position: relative;
}

@media only screen and (min-width: 0px) {

    .Header__navbar .Header__name,
    .Header__homeNavbarFixed .Header__navbar .Header__name,
    .Header__name {
        color: var(--color-body);
        font-size: 14px;
        font-weight: 500;
        padding: 0.25em 0 0.25em 1em;
        margin: 0 0 0 0.5em;
        line-height: 1em;
        border-left: 1px solid currentcolor;
    }
}

.Header__homeNavbarFixed .Header__menu,
.Header__homeNavbarFixed .Header__menu::after,
.Header__homeNavbarFixed .Header__menu::before {
    width: 1.4rem;
    background-color: var(--color-body);
}

.Header__homeNavbarFixed .Header__menuToggle {
    background: transparent;
}

.Header__tabsTab,
.LoginDetail__signin,
.LoginDetail__signup {
    letter-spacing: normal;
}

.Header__homeContent .Header__navbar,
.Header__defaultContent .Header__navbar {
    background-color: transparent;
}

@media only screen and (max-width: 1024px) {

    .Header__navopen .Header__navbar,
    .Header__navopen .Header__navbar .Header__menuTab {
        background-color: white;
    }

    .Header__navopen .Header__navbar .Header__menuTab {
        box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15);
    }
}

.Header__searchTitle {
    line-height: 1.2em;
    text-shadow: none;
    font-weight: 600;
    letter-spacing: normal;
}

.Header__subtitle {
    text-align: center;
}

.Header__subtitle h1 {
    margin: 0 auto 10px auto;
    max-width: 85%;
    font-size: 1rem;
    font-weight: 300;
}

@media (max-width: 42em) {
    .Header__searchTitle {
        font-size: 24px;
    }

    .Header__subtitle h1 {
        font-size: 12px;
    }
}

.Header__subtitle strong {
    font-weight: 600;
}

.Header__subtitle p {
    margin: 0;
    padding: 0;
}

.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background: var(--color-white);
    box-shadow: none;
}

.ScrollSticky__type1 {
    box-shadow: none;
}

.Input__searchBox,
.SearchContainer__globalSearch {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
}

.SearchContainer__searchIcon {
    order: -1;
    background: var(--color-white);
    color: var(--color-brand);
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SearchContainer__searchIcon svg {
    color: inherit;
    width: 16px;
    margin-top: 4px;
}

.Input__headerSearch {
    padding-left: 4px;
}

.Input__searchBox:hover,
.Input__searchBox:focus {
    box-shadow: none;
}

portal.kbLanding .Header__defaultContent .Header__searchSection {
    padding: 2.250rem 0 7.250rem 0;
    display: block;
}

.AppContainer__container {
    padding: 16px 0;
}

portal.kbLanding .AppContainer__container {
    display: none;
}

portal.kbLanding .Header__globalSearch input[role="search"] {
    visibility: visible;
}

/* ARTICLE */
.Layout__layout1 img {
    max-width: 100%;
}

.articleDetail .Layout__layout1 {
    font-weight: 300;
}

.Layout__layout1 p {
    line-height: 1.5em
}

[data-id='articleDetail'] .Layout__layout1 h1,
[data-id='articleDetail'] .Layout__layout1 h2,
[data-id='articleDetail'] .Layout__layout1 h3,
[data-id='articleDetail'] .Layout__layout1 h4,
[data-id='articleDetail'] .Layout__layout1 h5,
[data-id='articleDetail'] .Layout__layout1 h6 {
    color: var(--color-black);
    line-height: 1.15em;
    margin: 1.2em 0 0.5em 0;
    max-width: 45ch;
    font-weight: 400;
}

@media only screen and (max-width: 769px) {
    .commonStyle__detailHeader {
        font-size: 26px;
        font-weight: 600;
    }
}

.KbDetailLtContainer__articleTitle {
    margin-right: 7.5em;
}

@media only screen and (max-width: 813px) {
    .KbDetailLtContainer__articleTitle {
        margin-right: 0;
        width: 100%;
    }
}

.Readingprogress__progressBar {
    background: var(--color-brand);
    box-shadow: none;
}

.KbDetailRtContainer__rightPanelDetail {
    padding-top: 20px;
}

.KbDetailRtContainer__widgetSection:has(.KbDetailRtContainer__followOption) {
    display: none;
}

.ContentList__documentIcon {
    display: none;
}

.Menu__menuItem a,
.ContentList__topicContent {
    margin-left: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3em;
}

.TOCContainer__arrowRotClose svg,
.TOCContainer__arrowRotOpen svg {
    width: 12px;
    height: 12px;
    color: inherit;
    margin: 0 !important;
    margin-right: 4px;
}

.TOCContainer__tocHeading {
    font-weight: 400;
    font-size: 16px;
}

.KbDetailLtContainer__backToSearch {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    font-weight: 300;
    font-size: 14px;
    color: var(--color-body);
}

.Menu__menu .Menu__arrow::before {
    width: 6px !important;
    height: 6px !important;
    top: 16px !important;
    transform: translateY(-50%) rotate(225deg) !important;
    font-size: inherit;
}

.Menu__menu .Menu__menuItem[aria-expanded=true]>.Menu__arrow:before {
    transform: translateY(-50%) rotate(315deg) !important;
}

.Menu__menuItem .Menu__menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.KbDetailLtContainer__updateTime {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: normal;
}

.KbDetailLtContainer__review {
    background: none;
    border-color: var(--color-border5);
    border-radius: 8px;
    margin-top: 30px;
    padding: 10px 20px;
}

.KbDetailLtContainer__share {
    font-weight: 300;
    font-size: 13px;
    line-height: 1em;
}

[data-id='vote_enabled'] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 768px) {
    [data-id='vote_enabled'] {
        justify-content: center;
    }

}

.KbDetailLtContainer__likeCount,
.KbDetailLtContainer__dislikeCount {
    font-weight: 300;
    font-size: 12px;
    color: var(--color-grey);
    margin-left: 0.5ch;
}

.KbDetailLtContainer__disLike {
    transform: rotateX(180deg) rotateY(180deg);
}

.ListHeader__header1 {
    font-weight: 400;
    letter-spacing: normal;
}

.commonStyle__zt3LinkActive {
    border-left: 2px solid currentColor;
    padding: 0.1em 0 0.25em 0.75em;
    margin: -0.1em 0;
    display: block;
}

/* FOOTER */
.Footer__nav {
    display: flex;
    padding: 40px 0;
    gap: 20px 120px;
    text-align: left;
}

.Footer__nav__logo {
    width: 100%;
    flex-shrink: 0;
    max-width: 89px;
}

.Footer__nav__logo img {
    width: 100%;
    height: auto;
}

.Footer__nav__list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px 60px;
    flex-wrap: wrap
}

.Footer__nav__list,
.Footer__nav__list__item>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Footer__nav__list__item h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
}

.Footer__nav__list__item>ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Footer__nav__list__item>ul>li {
    font-size: 14px;
    font-weight: 300;
}

.Footer__nav__list__item>ul>li a {
    text-decoration: none;
    color: var(--color-body);
}

.Footer__nav__list__item>.Footer__nav__list__socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 12px;
}

.Footer__nav__list__socials img {
    width: auto;
    height: 32px;
}

.Footer__copyright {
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px solid #dfdfdf;
}

@media screen and (max-width: 756px) {
    .Footer__nav {
        flex-direction: column;
        margin-top: 20px;
    }

    .Footer__nav__list {
        gap: 40px;
        margin-top: 30px;
    }

    .Footer__nav__list__item {
        width: calc(50% - 40px);
        width: 140px;
    }
}

/* SUBMIT TICKET BOX */
.Footer__footerBg {
    display: none;
    background: white;
}

.Footer__container1 {
    background-color: var(--color-pale-yellow);
    background-image: url("https://desk.zoho.com/portal/api/customThemes/1099476000023269840/images/8580672000000137007?portalId=edbsn6bf4c4ea70a841297dbb218e3754a654130052793dfc0ac90e97cd823c1a847c");
    background-size: cover;
    background-position: 50% 35%;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 0.1)
}

.Footer__footerContent {
    margin: 0;
}

.Footer__footerInfo {
    text-align: left;
    justify-content: space-between;
    gap: 10px 30px;
}

.Footer__footerQus {
    font-weight: 600;
    line-height: 1.1em;
}

.Footer__footerDescription {
    color: var(--color-body);
    font-weight: 300;
}

.Footer__footerBtn button {
    font-size: 18px;
    font-weight: 300;
    padding: 0.75em 1.75em;
    background: var(--color-brand);
}

@media (max-width: 48em) {
    .Footer__container1 {
        margin: 10px;
    }

    .Footer__footerDescription {
        margin-top: 10px;
    }

    .Footer__footerInfo {
        text-align: center;
    }

    .Footer__footerBtn button {
        font-size: 14px;
    }
}

/* TICKET SUBMIT PAGE */
#ticketform_fields_container {
    margin-bottom: 100px;
}

.KB_Editor {
    border-radius: 8px;
}

.KB_Editor .KB_Editor_menus {
    box-shadow: none;
    background: none;
}

.Input__productInput,
.DropDown__dropdown,
.Input__formInput {
    box-shadow: none;
    border-radius: 8px;
}

.Icon__icon {
    width: 16px;
    height: 16px;
}

.FormElement__labelStyle {
    font-size: 14px;
    line-height: 2em;
    color: unset;
}

.TicketFormLeftContainer__formTitle {
    font-size: 36px;
    font-weight: 500;
}

.TicketFormLeftContainer__sectionName {
    font-size: 20px;
    font-weight: 400;
    color: var(--color-brand);
}

[data-id='ticket_cancel'] {
    display: none;
}

[data-id='ticket_save'] {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5em;
    border-radius: 100vmax;
    padding: 0.45em 1.75em;
}

.TicketFormLeftContainer__formFooter {
    text-align: left;
}

/* CATEGORIES */
.KbCategory__box,
.KbCategory__box:hover {
    border-radius: 12px;
    box-shadow: none;
}

.KbCategory__boxInner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    height: 100%;
    color: unset;
}

.MediaObject__mediaObject {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.KbCategory__dottedPopup {
    display: none;
}

.MediaObject__mediaFigure,
.KbCategory__topic,
.KbCategory__topic .commonStyle__zt3Link {
    position: unset;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.KbCategory__topicContent {
    font-size: 13px;
    font-weight: 300;
    color: unset;
}

.KbCategory__topic .commonStyle__zt3Link::before {
    content: "";
    position: absolute;
    inset: 0;
}

.KbCategory__avatarPhoto .Avatar__avatar {
    width: auto;
    height: auto;
    margin-bottom: 4px;
}

.KbCategory__avatarPhoto .Avatar__xmedium {
    width: auto;
    height: 40px;
}

@media (max-width: 768px) {
    .KbCategory__box {
        max-width: 430px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* 404 */
.ErrorPage__errorPage .Icon__icon {
    display: none;
}

.ErrorPage__errorContent {
    margin: 80px 0;
}

.ErrorPage__errorTitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 auto !important;
    color: var(--color-brand) !important;
}

.ErrorPage__errorTitle~p {
    font-size: 19px;
    font-weight: 300;
    margin: 0.5em 0 0 0;
}

/* CATEGORIES PAGE */
.kbLanding .ContentList__topicList,
.articleSubCategory .ContentList__topicList,
.articleList .ListHeader__listHeader3,
.searchResults .ListHeader__listHeader3 {
    position: relative;
    border-top: 1px solid var(--color-greyTint65);
    border-bottom: none;
    padding: 0.75em 0;
    font-size: 22px;
}

.kbLanding .ContentList__listLink,
.articleSubCategory .ContentList__listLink,
.articleList .ListHeader__listHeader3,
.searchResults .ListHeader__listHeader3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
}

.kbLanding .ContentList__listLink::before,
.articleSubCategory .ContentList__listLink::before,
.articleList .ListHeader__listHeader3::before,
.searchResults .ListHeader__listHeader3::before {
    content: "";
    position: absolute;
    inset: 0;
}

.kbLanding .ContentList__listLink::after,
.articleSubCategory .ContentList__listLink::after,
.articleList .ListHeader__listHeader3::after,
.searchResults .ListHeader__listHeader3::after {
    content: "➜";
    color: var(--color-brand);
    padding-right: 1em;
    line-height: 1em;
    font-size: 0.8em;
    font-weight: 300;
}

.kbLanding .WidgetContainer__contentList .ContentList__topicList:nth-of-type(2),
.articleSubCategory .ContentList__subCategory .ContentList__topicList:nth-of-type(2),
.ArticleList__articleListLeftContainer .ListHeader__listHeader3:nth-of-type(1),
.searchResults .ListHeader__listHeader3:nth-of-type(3) {
    border-top: none;
}

.kbLanding .ContentList__topicList .ContentList__topicContent,
.articleSubCategory .ContentList__topicList .ContentList__topicContent,
.searchResults .ContentList__topicList .ContentList__topicContent {
    font-size: inherit;
    font-weight: 300;
    margin: 0;
}

.kbLanding .ListHeader__listIcon2,
.articleSubCategory .ListHeader__listIcon2,
.searchResults .ListHeader__listIcon3,
.articleList .ListHeader__listIcon3 {
    display: none;
}

.kbLanding .ListHeader__header2,
.articleSubCategory .ListHeader__header2 {
    font-size: 32px;
    font-weight: 400;
    color: var(--color-brand);
    white-space: normal;
    line-height: 1.2em;
}

.level_1_Kbcategory {
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    margin: 0;
}

.KbSubCategoryContainer__contentList {
    width: 100% !important;
    padding: 0;
    margin: 0 !important;
}

.ListHeader__headerType1 {
    border: none;
    padding: 0;
    margin: 0;
    gap: 0;
    display: block;
}

.ListHeader__headerType1 .ListHeader__dottedPopup,
.ArticleListRightContainer__followOption,
.ArticleListRightContainer__subscribeDescription {
    display: none;
}

.ListHeader__listHeader3 {
    position: relative;
}

.ListHeader__listHeader3 a::before {
    content: "";
    position: absolute;
    inset: 0;
}

.ListHeader__listHeader3 .ListHeader__header3 {
    margin: 0;
    font-size: inherit;
    font-weight: 300;
}

.ListHeader__description {
    font-size: 18px;
    font-weight: 300;
    max-width: 60ch;
}

@media screen and (max-width: 768px) {

    .kbLanding .ListHeader__header2,
    .articleSubCategory .ListHeader__header2 {
        font-size: 26px;
    }

    .kbLanding .ContentList__topicList,
    .articleSubCategory .ContentList__topicList {
        position: relative;
        border-top: 1px solid var(--color-greyTint65);
        padding: 0.75em 0;
        font-size: 18px;
    }

    .ListHeader__description {
        font-size: 14px;
        font-weight: 300;
        max-width: 60ch;
    }
}

.ContentList__subCategory .ListHeader__listHeader2 {
    margin-bottom: 20px;
}

.ContentList__subCategory .ContentList__moreOption {
    margin: 10px 0 0 0;
    font-size: 16px;
}

.ContentList__subCategory .ContentList__moreOption a {
    font-size: 18px;
    font-weight: 300;
}

.ContentList__subCategory .ContentList__moreOption a::before {
    content: "View "
}

.ListHeader__listHeader1 {
    padding: 0;
    margin: 0;
    border: none;
}

.ListHeader__listHeader1 a {
    color: var(--color-body);
}

.ListHeader__listIcon1 {
    display: none;
}

.articleList h5.ListHeader__header1 {
    color: var(--color-body);
}

.articleList h5.ListHeader__header1::before {
    content: "Related ";
}

.articleList h5.ListHeader__header1::after {
    content: "s";
}

.articleList .Layout__layout2 .Menu__arrow {
    padding-left: 0;
}

.articleList .ArticleList__articleListLeftContainer::before {
    content: "Articles in this section";
    display: block;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 2em;
    color: var(--color-brand);
}

.ArticleListRightContainer__fLeft {
    display: none;
}

.ArticleListRightContainer__deskHeading {
    white-space: normal;
    line-height: 1.25em;
    margin-bottom: 0.35em;
    padding-left: 0;
    font-weight: 600;
    color: var(--color-black);
    font-size: 24px;
}

.ArticleListRightContainer__categoryDescription {
    font-size: 14px;
    font-weight: 300;
    color: var(--color-body);
}

/* SEARCH PAGE */
.SearchList__listmenu {
    border-color: var(--color-border);
    border-radius: 8px;
    top: calc(100% + .25em);
    font-size: 12px;
    padding: 4px;
}

.SearchList__listmenu a {
    color: var(--color-black);
}

.SearchList__listmenu a:hover {
    color: var(--color-brand);
}

.SearchList__listmenu .commonStyle__zt3LinkActive {
    border-left: none;
    color: var(--color-black);
    padding: 7px 10px;
    margin: 0;
}

.SearchList__listmenu .SearchList__autoSuggesListItem:last-of-type {
    border-bottom: none;
}

.SearchResult__panelFilter {
    display: none;
}

.SearchResultmark {
    position: relative;
    background: none;
    color: inherit;
    z-index: 1;
}

.SearchResultmark::before {
    content: "";
    position: absolute;
    inset: -0.2em;
    border-radius: 2px;
    background-color: var(--color-pale-yellow);
    z-index: -1;
    opacity: 0.65;
}

.SearchResult__headerMid {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1em;
    color: var(--color-brand);
}

.Radio__radioLabel .Radio__formElementLabel {
    color: var(--color-brand);
    font-size: 14px !important;
    font-weight: 400;
}

.Radio__radioLabel .Radio__formElementLabel span {
    font-weight: inherit !important;
    font-size: inherit;
}

.SearchResult__boxList {
    padding: 0.35rem 0
}

.Menu__extraInfo {
    font-weight: 300;
    font-size: 12px !important;
    margin: 0.1em 0 0 0.5em !important;
}

.NoContent__noContent .Icon__icon {
    display: none;
}

.NoContent__noContent .Link__active {
    border: none;
}
