#portal_tabCases {
        display: none !important;
    }

.KbDetailRtContainer__followOption {
    display: none !important;
}

.KbDetailRtContainer__subscribeDescription {
    display: none !important;
}

.Header__tabsTab a {
	color: white;
}

.ArticleListRightContainer__followOption {
    display: none !important;
}

.ArticleListRightContainer__subscribeDescription {
    display: none !important;
}

/* left adjustment */
.Layout__layout1 {
  order: 1;
}

.Layout__layout2 {
  order: -1;
  padding-left: 0px!important;
}

.commonStyle__widgetRight { /* Targets any direct child */
  padding-left: 0px;
}

#navBar {
background-color: #051826;
}

.Footer__footerBg {
    background: #051826;

}


.Footer__footerQus, .Footer__footerDescription {
    color: white;
}button.Button__btnFont.Button__footerBtn.commonStyle__inlineBlock.commonStyle__cursor.commonStyle__outlineNone {
  background-color: var(--color-brand);
  color: rgb(255, 255, 255); /* Assuming this was the white color from the previous step */
}

button.Button__btnFont.Button__footerBtn.commonStyle__inlineBlock.commonStyle__cursor.commonStyle__outlineNone:hover {
  background-color: #fff; /* The original default background color */
  color: var(--color-brand);
}


