body {
  font-size: 14px;
  min-height: 100vh;
  margin: 0;
  position: relative;
  background: white !important;
}

body::after {
  content: "";
  display: block;
  height: 83px; /* Set same as footer's height */
}

.siteforceThemeLayoutStarter.isHeroUnderHeader-true > .header {
  position: relative !important;
}

.siteforceSldsTwoCol84SidebarFeaturedLayout.siteforceContentArea {
  padding-bottom: 30px !important;
}

.forceCommunityThemeHeroBase .bgImage {
  background-position-y: 0 !important;
  background-repeat: no-repeat !important;
  background-size: Cover !important;
}

.tooltipIcon {
  display: none !important;
}

.siteforceSldsThreeCol444Layout.siteforceContentArea {
  padding-bottom: 100px;
}

.forceCommunityContactSupportForm textarea,
.forceCommunityContactSupportForm input[type="text"] {
  border: 1px solid #ddd !important;
}

.forceCommunityContactSupportForm .slds-page-header__title {
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 20px;
}

.forceCommunityContactSupportConfirmation > div.slds-m-top--small,
.forceCommunityContactSupportConfirmation .requestSummaryHeader {
  margin-left: 20px;
}

.forceCommunityContactSupportConfirmation .requestSummaryBody {
  margin-left: 10px;
}

.article-summary {
  display: none;
}

.forceCommunityContactSupportForm .supportQuickActionLayout {
  background: white !important;
  padding: 25px 20px;
  margin-top: 10px;
}

/*
.forceCommunityContactSupportButton {
    position: absolute;
    width: 200px !important;
    top: 35px;
    z-index: 1000;
    right: 30%;
    background-color: white !important;
    border: 0px solid white !important;
    color: black !important;
}*/

li.topicItem.forceTopicFeaturedTopicItem {
  max-height: 100px;
  background-color: #f5f5f5 !important;
}

.forceTopicFeaturedTopicItem .topicLabel {
  font-size: 18px !important;
}

.hc_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 83px;
}

.hc_footer .background-grey {
  background-color: #f2f2f2;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.article-summary.selfServiceArticleHeaderDetail {
  display: none;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1290px;
  }
}

.poweredByLogo {
  display: none !important;
}

article.content
  .full.forcePageBlock.forceRecordLayout
  .test-id__section:nth-child(2) {
  display: none !important;
}

.slds-form-element.slds-form-element_readonly.slds-grow.slds-hint-parent.override--slds-form-element {
  border: 0px;
}

* {
  box-sizing: border-box;
}

.topicList {
  font-size: 0;
}

.topicItem {
  display: inline-flex;
  font-size: 18px !important;
  color: #011a91;
  max-height: 100px;
  background-color: #f5f5f5 !important;
  border: 10px solid white;
  min-width: 33.3333333%;
  justify-content: center;
  align-items: center;
}

/*if the grid is 3-col*/
.topicItem:nth-child(3n + 1):nth-last-child(2),
.topicItem:nth-child(3n + 2):nth-last-child(1) {
  width: 50%;
}

.topicItem:nth-child(3n + 1):nth-last-child(3),
.topicItem:nth-child(3n + 2):nth-last-child(2),
.topicItem:nth-child(3n + 3):nth-last-child(1) {
  width: 33.3333333%;
}

.topicItem:nth-child(3n + 1):nth-last-child(1) {
  width: 100%;
}

.view-count,
.dot,
.article-type {
  display: none;
}
.summary {
  margin-left: 15px;
  padding: 0 20px;
}
.forceTopicSubTopicNavigation .topic-subTopicItem {
  font-size: medium;
}
.articleMetaData {
  display: none;
}
.selfServiceArticleListItem {
  background-color: #f5f5f5 !important;
}
.selfServiceArticleLayout.article-column {
  background-color: #f5f5f5 !important;
  padding-top: 1px !important;
}
