/* 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 */
.Header__header {
    background-color: var(--color-pale-yellow);
}

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

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

@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: 600;
    font-size: 16px;
}

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

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

/* 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 {
    background: white;
}

.Footer__container1 {
    background-color: var(--color-pale-yellow);
    background-image: url("https://desk.zoho.com/portal/api/customThemes/1110766000006938128/images/8972009000000085096?portalId=edbsn76d30a9d61140f9406558c47f3a1b496249822cacc19acc071e92308bdddf8b0");
    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;
}

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

/* LANDING PAGE */
.kbLanding .ContentList__topicList {
    position: relative;
    border-top: 1px solid var(--color-greyTint65);
    padding: 0.75em 0;
    font-size: 22px;
}

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

.kbLanding .ContentList__listLink::before {
    content: "";
    position: absolute;
    inset: 0;
}

.kbLanding .ContentList__listLink::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) {
    border-top: none;
}

.kbLanding .ContentList__topicList .ContentList__topicContent {
    font-size: inherit;
    font-weight: 300;
}

.kbLanding .ListHeader__listIcon2 {
    display: none;
}

.kbLanding .ListHeader__header2 {
    font-size: 32px;
    font-weight: 400;
    color: var(--color-brand);
}
