/*Support center css - Apr 23, 2024*/

/*------- GLOBAL COMMUNITY STYLES -------*/
a:hover,
a:focus {
  text-decoration: underline;
  color: #425cc3 !important;
}

.searchRegion
  .search-deflectionContainer.slds-popover
  li[role="option"]
  .search-deflectionItem
  .search-deflectionItemDetail {
  display: none !important;
}

/*-- March --*/
.search-deflectionContainer .search-deflectionItemDetail {
  display: none !important;
}

.forceCommunityThemeSearchHero .search-input.search-input--right {
  padding: 26px 20px 20px 20px;
}

/*-- Profile Dropdown --*/

/*- hide profile from dropdown --*/

.forceCommunityThemeProfileMenu .profile-menuItem.profile.uiMenuItem {
  display: none;
}

@media only screen and (min-width: 768px) {
  .body.isPageWidthFixed-true {
    position: relative;
    min-height: 80vh;
    padding-bottom: 92px !important;
  }

  .body.isPageWidthFixed-true div.footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
  }

  .forceCommunityThemeHeaderCompact .themeHeaderInner {
    height: 50px !important;
  }

  /*-- homepage body padding --*/
  .siteforceThemeLayoutStarter > .body.isPageWidthFixed-true {
    padding: 0px 30px !important;
  }
}

/*-- Header --*/
.forceCommunityThemeHeaderCompact .themeHeaderInner {
  height: 55px !important;
}

/*-- Headline --*/
.forceCommunityHeadline .headlineTitle {
  font-size: 28px !important;
  text-align: left !important;
}

h1.slds-page-header__title {
  font-size: 24px !important;
  padding-bottom: 20px;
}

.forceCommunityThemeHeaderCompact .themeHeaderInner {
  min-height: 35px;
  max-width: 100%;
  padding: 0px !important;
}

.selfServiceTopicTrendingArticles42 a {
  box-shadow: none !important;
}

/*-- Article List Item Font --*/

span.slds-text-body_small,
span.slds-text-body--small {
  font-size: 15px;
}

/*-- Navigation --*/
.forceCommunityThemeNav.navMenuType-expanded
  .mainNavItem
  .linkBtn.comm-navigation__top-level-item-link--active {
  border-bottom: 2px solid #425cc3 !important;
}

@media only screen and (min-width: 48em) {
  .forceCommunityThemeNav.navMenuType-expanded
    .mainNavItem
    .linkBtn.comm-navigation__top-level-item-link--active {
    border-bottom: 2px solid #425cc3 !important;
  }
}

.forceCommunityThemeNav.websterHomeHeader .mainNavItem .linkBtn:hover {
  border-bottom: 2px solid #425cc3;
}

/*------- HOME/LANDING PAGE STYLES -------*/

/*-- adds space over page content --*/

.themeLayoutStarterWrapper .siteforceContentArea {
  margin-top: 40px;
}

/*-- article list title --*/

.siteforceContentArea h2.slds-text-heading_small,
.siteforceContentArea h2.slds-text-heading--small {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}

/*-- article list containter --*/

.themeLayoutStarterWrapper div[data-region-name="content"] .ui-widget {
  margin-bottom: 0 !important;
}

/*-- article list container --

div[data-region-name="content"] ul {
padding-bottom: 22px;
}
*/

community_article-topic-trending-articles-list.selfServiceTopicTrendingArticles42
  ul {
  margin-bottom: 64px;
}
/*-- March --*/

@media only screen and (max-width: 768px) {
  community_article-topic-trending-articles-list.selfServiceTopicTrendingArticles42
    ul {
    margin-bottom: 14px;
  }
}

.selfServiceTopicTrendingArticles42 .slds-grid--vertical a {
  text-decoration: none !important;
}

.selfServiceTopicTrendingArticles42 .slds-grid--vertical a:hover {
  text-decoration: underline !important;
}

/*-- tiles --*/
.classyFeature_wrap a:before {
  background-color: transparent !important;
}

.classyFeature_widget_sub {
  font-style: normal !important;
}

.cSupport_Community_Blog_Feature .classyFeature_wrap_1 a,
.cSupport_Community_Blog_Feature .classyFeature_wrap_2 a,
.cSupport_Community_Blog_Feature .classyFeature_wrap_3 a {
  transition: 0.2s ease;
}

.cSupport_Community_Blog_Feature .classyFeature_wrap_1 a:hover,
.cSupport_Community_Blog_Feature .classyFeature_wrap_2 a:hover,
.cSupport_Community_Blog_Feature .classyFeature_wrap_3 a:hover {
  text-decoration: none;
  box-shadow: 8px 8px #c6c4c2;
  transform: translate(-8px, -8px);
  -webkit-transform: translate(-8px, -8px);
  -moz-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  -o-transform: translate(-8px, -8px);
}

/*-- article by topic list item --*/

div[data-region-name="content"]
  .selfServiceTopicTrendingArticles42
  a
  .slds-text-body_small {
  font-size: 15px;
}

/*-- article by topic list item --*/

.siteforceContentArea .comm-layout-column .ui-widget:not(:last-child) {
  margin-bottom: 1.5rem;
}

/*------- ARTICLE DETAIL STYLES -------*/

.selfServiceArticleLayout.article-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-spacing-48, 48px) 0px var(--spacing-spacing-64, 64px)
    0px !important;
}

/*-- article headline h2, h3, h4 --*/

.selfServiceArticleLayout .slds-rich-text-editor__textarea h2,
.selfServiceArticleLayout .slds-rich-text-editor__output h2,
.selfServiceArticleLayout .slds-rich-text-editor__textarea h3,
.selfServiceArticleLayout .slds-rich-text-editor__output h3,
.selfServiceArticleLayout .slds-rich-text-editor__textarea h4,
.selfServiceArticleLayout .slds-rich-text-editor__output h4 {
  font-family: Sailec-Medium;
  font-weight: 500;
  margin: 48px 0 0 0;
  scroll-margin-top: 5rem;
}

/*-- article headline h1 --*/

.selfServiceArticleLayout h1.article-head {
  font-size: 28px !important;
  font-family: Sailec-Bold;
}

/*-- article headline h2 --*/

.selfServiceArticleLayout .slds-rich-text-editor__textarea h2,
.selfServiceArticleLayout .slds-rich-text-editor__output h2 {
  font-size: 24px !important;
}

/*-- article headline h3 --*/

.selfServiceArticleLayout .slds-rich-text-editor__textarea h3,
.selfServiceArticleLayout .slds-rich-text-editor__output h3 {
  font-size: 22px !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__textarea h4,
.selfServiceArticleLayout .slds-rich-text-editor__output h4 {
  font-size: 18px !important;
}

/*-- article body --*/

.selfServiceArticleLayout .selfServiceArticleHeaderDetail .article-summary {
  display: none;
}

h2.selfServiceArticleHeaderDetail {
  margin: 0;
}

.selfServiceArticleLayout.zoom .article-summary,
.selfServiceArticleLayout.zoom
  .forcePageBlockSectionView.full
  .test-id__field-value {
  font-size: 1rem !important;
  line-height: 2 !important;
  font-weight: normal !important;
}

.selfServiceArticleLayout .uiOutputRichText,
.selfServiceArticleLayout .uiOutputRichText p,
.selfServiceArticleLayout .uiOutputRichText a span span,
.selfServiceArticleLayout .uiOutputRichText a span,
.selfServiceArticleLayout .uiOutputRichText p span,
.selfServiceArticleLayout .uiOutputRichText p span span {
  font-size: 1rem !important;
  line-height: 2 !important;
  font-family: Sailec !important;
}

/*-- Article Body Spacing --*/

.forceCommunitySection .cb-section_column {
  padding: 0 36px;
}

.cb-section_row.slds-grid.slds-wrap.slds-large-nowrap {
  gap: 36px;
}

.selfServiceArticleLayout .uiOutputRichText p {
  padding: 0;
  margin: 1rem 0;
  display: block;
}

.selfServiceArticleLayout .uiOutputRichText.forceOutputRichText ol,
.selfServiceArticleLayout .uiOutputRichText.forceOutputRichText ul {
  padding: 0;
  margin: 1rem 0px 1rem 2rem;
}

.selfServiceArticleLayout .uiOutputRichText.forceOutputRichText ol li,
.selfServiceArticleLayout .uiOutputRichText.forceOutputRichText ul li {
  padding: 0;
  margin: 0 0 0.5rem 0;
}

.selfServiceArticleLayout .uiOutputRichText.forceOutputRichText pre {
  line-height: 1.5 !important;
}

.selfServiceArticleLayout .uiOutputRichText img {
  display: block;
  margin: 0 auto;
  border: 1px solid #f9f9f8;
  border-radius: var(--radius-radius, 19.8px);
  background: var(--neutrals-poster, #f9f9f8);
  box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.08);
  max-width: 92% !important;
}

.selfServiceArticleLayout .uiOutputRichText p.faq-question {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.selfServiceArticleLayout .uiOutputRichText p.faq-answer {
  margin-top: 0;
  margin-bottom: 1rem;
}

.selfServiceArticleLayout .forceOutputRichText b,
.selfServiceArticleLayout .forceOutputRichText strong,
.selfServiceArticleLayout .forceOutputRichText b span,
.selfServiceArticleLayout .forceOutputRichText b span font {
  font-family: Sailec-Bold !important;
  font-weight: bold !important;
}

.selfServiceArticleLayout .meta {
  display: none;
}

@media only screen and (max-width: 480px) {
  .selfServiceTopicArticleList .selfServiceArticleListItem {
    margin: 0 0 !important;
  }
  .forceCommunityThemeHeaderCompact .themeLogo {
    left: 50% !important;
  }
  .forceCommunityThemeSearchSection .search-triggerButton svg {
    margin-top: -5px !important;
  }
}

/* reduce article padding --*/
.selfServiceArticleLayout.article-column {
  padding: 1px 30px 0px 0px !important;
}

/*------- CONTACT US -------*/

.forceCommunityCaseDeflection .selfServiceTopicTrendingArticles42 a span {
  font-size: 16px !important;
}

.forceCommunityCaseDeflection
  .selfServiceTopicTrendingArticles42
  a
  span
  lightning-formatted-date-time {
  font-size: 14px !important;
  font-family: "Sailec-light";
}
.forceCommunityContactSupportForm .slds-truncate span,
.forceCommunityCaseDeflection .header-message span {
  font-size: 20px;
  padding-bottom: 14px;
  display: block;
  font-weight: normal;
  font-family: "Sailec-light";
}

.forceCommunityCaseDeflection
  .selfServiceTopicTrendingArticles42
  lightning-formatted-date-time {
  display: none;
}

.forceCommunityCaseDeflection
  li.comm-case-deflection__item
  ul.slds-list_horizontal {
  display: none !important;
}

.forceCommunityContactSupportForm {
  max-width: 330px;
  margin: auto;
}

.forceCommunityContactSupportForm h1.slds-page-header__title {
  text-align: center;
  padding-bottom: 0px;
}

.forceCommunityContactSupportForm .slds-button.slds-button_brand {
  width: 100%;
  padding: 10px;
}

.cCommunityCase .btn {
  background: #425cc3 !important;
  border-color: #425cc3 !important;
}

/*
.forceCommunityContactSupportForm #SuppliedName label {
visibility: hidden;
}
.forceCommunityContactSupportForm #SuppliedName label::before {
content: 'Name';
visibility: visible;
}

.forceCommunityContactSupportForm #SuppliedPhone label {
visibility: hidden;
}
.forceCommunityContactSupportForm #SuppliedPhone label::before {
content: 'Phone';
visibility: visible;
}

.forceCommunityContactSupportForm #SuppliedEmail label {
visibility: hidden;
}
.forceCommunityContactSupportForm #SuppliedEmail label::before {
content: 'Email';
visibility: visible;
}
*/

/*-- shortens deflection options --*/
.forceCommunityCaseDeflection .comm-topic-trending-articles ul {
  width: 550px !important;
}

/*------- TOPIC CATALOG -------*/

.forceCommunityTopicCatalog h1 a.topicHierarchy-top {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  text-transform: none;
  font-family: Sailec;
  text-shadow: none;
  color: rgb(16, 32, 51);
}

.forceCommunityTopicCatalog ul .topicHierarchy-topBox {
  padding-top: 18px;
  border-top: none !important;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .forceCommunityTopicCatalog ul .topicHierarchy-topBox {
    max-width: 50%;
    min-width: 50%;
    display: inline-block;
  }
}
/*------- SEARCH PAGE -------*/
.forceCommunitySearch .forceSearchSearchResultsGridHeader {
  padding-top: 18px;
  padding-bottom: 8px;
  font-family: Sailec;
}
.forceCommunitySearch > div.slds-border_right.slds-medium-size_1-of-6 {
  display: none;
}

.forceCommunitySearch .searchResultsSummaryText .sortingInfo {
  display: none;
}
/*
.forceSearchResultsList .searchResultsSummary {
display: none;
}
*/
.forceSearchResultsList .listContent .slds-tile__detail ul li {
  display: none;
}

.forceSearchResultsList .listContent .forceRecordLayout {
  padding: 20px 0px 20px 15px;
}

/*
.forceCommunitySearch .forceRecordLayout ul {
display: none;
}
*/

.forceCommunitySearch .resultBody mark,
.forceCommunitySearch .itemTitle mark {
  font-size: 1rem;
  font-size: 16px;
  background-color: #f4f7ff;
  color: #425cc3;
}

.forceCommunitySearch.itemTitle {
  font-size: 1rem;
}

force-lookup.itemTitle {
  font-size: 16px;
}

force-lookup.itemTitle a mark {
  color: #425cc3;
  font-size: 1rem !important;
  background-color: #f4f7ff;
}

force-lookup.itemTitle a {
  color: #2d2e31;
}

force-lookup.itemTitle a:hover {
  color: #314592;
}

lightning-formatted-rich-text.formattedTextLookupTitle.slds-rich-text-editor__output {
  border-bottom: none;
}

.forceCommunitySearch .resultBody {
  line-height: 24px !important;
  font-size: 15px !important;
}

.forceCommunitySearch .listContent .forceSearchResultsList .slds-tile {
  max-width: 100%;
}

.forceCommunitySearch .forceSearchResultsList .slds-button.slds-button_brand {
  /*    border-radius: 25px;
    padding: 8px 24px 4px 24px;
    text-transform: uppercase;
    font-size: 15px;
    */
  background-color: transparent;
  border: none;
  color: rgb(66, 92, 205);
  font-size: 16px;
}

.forceCommunitySearch .forceSearchResultsList li.forceRecordLayout {
  padding-left: 15px;
}

/*------- TOPIC DETAIL -------*/

.comm-page-topic .forceCommunityResultsList .uiTabBar ul.tabs__nav {
  display: none !important;
}

.selfServiceTopicArticleList .selfServiceArticleListItem .footer {
  display: none;
}

.selfServiceArticleListItem a.selfServiceArticleHeaderDetail:hover {
  color: rgb(66, 92, 205) !important;
}

.selfServiceArticleListItem a.selfServiceArticleHeaderDetail:hover h3 {
  color: rgb(66, 92, 205) !important;
  text-decoration: underline;
}

/*-- Shortens Topic Detail Article line item --*/
.selfServiceTopicArticleList.clean .selfServiceArticleListItem {
  max-width: 800px;
}

/*-- Article Summary Item Font --*/
.selfServiceTopicArticleList .selfServiceArticleHeaderDetail.article-summary,
.selfServiceTopicArticleList .selfServiceArticleListItem .article-summary {
  line-height: 24px !important;
  font-size: 1rem !important;
  max-width: 650px;
}
/*
.community_article-topic-trending-articles-list h2.slds-text-heading_small {
font-size: 22px;
}
*/

.selfServiceArticleLayout
  article.content
  div.slds-form_stacked
  .forcePageBlockSectionRow:nth-child(1) {
  display: none !important;
}
.selfServiceArticleLayout
  article.content
  div.slds-form_stacked
  .forcePageBlockSectionRow:nth-child(2) {
  display: none !important;
}
.selfServiceArticleLayout
  article.content
  div.slds-form_stacked
  .forcePageBlockSectionRow:nth-child(4) {
  display: none !important;
}

/*-- Set pre-sized article elements to width 100% --*/

.selfServiceArticleLayout .slds-box {
  width: 100% !important;
}

.selfServiceArticleLayout .slds-box .slds-media__body {
  width: 100% !important;
}

/*-- Load More button styles --*/

.selfServiceTopicArticleList button.loadmore {
  background-color: transparent;
  border: none;
  color: rgb(66, 92, 205);
  font-size: 16px;
}

.topicItemLink.forceTopicTopicLink {
  border: none !important;
  box-shadow: none !important;
}
/*-- Related Topics --*/

.forceCommunityRelatedTopics .forceTopicTopicList.topicListHeader {
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 2 !important;
}

.forceCommunityRelatedTopics .forceTopicTopicList a.topicItemLink {
  text-decoration: none !important;
}
/* hides bold icon */

.forceCommunityRelatedTopics lightning-icon {
  display: none;
}

.forceCommunityRelatedTopics .forceTopicTopicList .topicItemLink span {
  text-shadow: none !important;
  color: rgb(16, 32, 51);
  line-height: 1.5 !important;
  text-decoration: none !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  text-decoration: none !important;
}

.forceCommunityRelatedTopics .forceTopicTopicList .topicItemLink:hover span {
  color: inherit !important;
  text-decoration: none !important;
}

/*-- Pre-existing Styles - check--*/
.contentTitle {
  font-size: 3rem !important;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
}

.article-head {
  font-size: 2rem;
  font-weight: 500;
}

.selfServiceArticleLayout {
  font-size: 1rem;
  line-height: 1.75rem;
}

.slds-text-body_small,
.slds-text-body--small {
  font-size: 1rem;
}

.slds-text-heading_small,
.slds-text-heading--small {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.slds-page-header__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
  text-align: left;
}

.slds-text-align_center,
.slds-text-align--center {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
}

.selfServiceArticleLayout .forcePageBlockSectionView.full .test-id__field-label,
.selfServiceArticleLayout
  .forcePageBlockSectionView.full
  .test-id__grouped-field-label-icon {
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
  color: rgb(16, 32, 51);
  visibility: hidden;
}

/*-- feedback --*/

.ui-widget .cSupport_Community_Article_Feedback {
  border: none;
}

.cSupport_Community_Article_Feedback .custom-box.slds-col {
  text-align: center;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
}

.cSupport_Community_Article_Feedback label {
  padding: 0 !important;
  grid-column-start: span 2;
}

.ui-widget .cSupport_Community_Article_Feedback .custom-box button {
  border-radius: 100px !important;
  border: 1.5px solid var(--neutrals-ink, #252528) !important;
  padding: var(--spacing-BUTTON-ONLY-spacing-12, 12px)
    var(--spacing-spacing-24, 24px);
  margin: 0 !important;
}

.cSupport_Community_Article_Feedback
  button.slds-button.slds-button_neutral:first-of-type {
  justify-self: end;
}

.cSupport_Community_Article_Feedback
  button.slds-button.slds-button_neutral:nth-of-type(2) {
  justify-self: start;
}

.ui-widget .cSupport_Community_Article_Feedback .custom-box button:hover {
  border: solid #252528 1.5px !important;
  background-color: #f9f9f8 !important;
  color: #000 !important;
}

/*-- Footer --*/
div[data-region-name="footer"] {
}

div[data-region-name="footer"] button.contactSupportButton {
  max-width: 300px;
  min-width: 13rem !important;
  margin: 0px auto;
  display: block;
}

.forceCommunityContactSupportButton.contactSupportButton {
  padding: var(--spacing-BUTTON-ONLY-spacing-12, 12px)
    var(--spacing-spacing-24, 24px) !important;
  border-radius: 100px !important;
  white-space: nowrap;
}

/*-- hides the title and top margin of the Pendo form --*/
.comm-page-custom-classysupport-contact-pendo
  .forceCommunityContactSupportForm
  > div.slds-truncate {
  display: none;
}

.comm-page-custom-classysupport-contact-pendo
  .themeLayoutStarterWrapper
  .siteforceContentArea {
  margin-top: 0px;
}
/*-- expands the trending topic list view lines to full width --*/

community_article-similar-articles-list.selfServiceSimilarArticles42
  li
  > community_article-similar-articles-item.comm-related-articles__item
  > a {
  display: table;
  width: 100%;
  padding-left: 0.5rem;
  border-bottom: none;
}

/* Hover, focus and active states for related articles */
.selfServiceSimilarArticles42 li > .comm-related-articles__item > a:hover,
.selfServiceSimilarArticles42 li > .comm-related-articles__item > a:focus,
.selfServiceSimilarArticles42 li > .comm-related-articles__item > a:active {
  box-shadow: none !important;
  border-radius: 5px;
  background-color: #3654b2 !important;
  color: #fff !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

/*-- Contact Support Button for mobile device --*/
@media only screen and (max-width: 480px) {
  .forceCommunityContactSupportButton.contactSupportButton {
    width: 90% !important;
  }
}

/*-- Hide Classy Product Field --

.forceCommunityContactSupportForm .supportQuickActionLayout #Classy_Product__c {
display: none;
}
*/
/* Hides Login in Button from public users */

.forceCommunityThemeProfileMenu.websterHomeHeader.profile-loginButton {
  display: none;
}

/* Hides Account from profile menu */
.profile-menuItem.myAccount.uiMenuItem {
  display: none;
}

/*-- Login Overrides --*/
.salesforceIdentityLoginForm2 #sfdc_username_container.inputContainer::before {
  content: "Email";
  position: absolute;
  top: -23px;
  left: 0px;
  font-weight: bold;
}

.salesforceIdentityLoginForm2 #sfdc_username_container.inputContainer {
  margin-top: 20px !important;
  position: relative;
}

.salesforceIdentityLoginForm2 #sfdc_password_container.inputContainer::before {
  content: "Password";
  position: absolute;
  top: -23px;
  left: 0px;
  font-weight: bold;
}

.salesforceIdentityLoginForm2 #sfdc_password_container.inputContainer {
  margin-top: 40px !important;
  position: relative;
}

.salesforceIdentityLoginForm2 .inverseTextColor {
  color: rgb(0, 131, 143) !important;
}

.salesforceIdentityLoginForm2 .inputIcon {
  color: rgb(87, 104, 125) !important;
  margin-top: 5px;
}

.salesforceIdentityLoginForm2 .inputBox {
  font-size: 14px !important;
  width: 85%;
}

.salesforceIdentityLoginBody2 .cCenterPanel {
  min-width: 325px !important;
  max-width: 400px !important;
}

/*------- CASE LISTVIEW -------*/

/* hides listview actions */

.forceListViewManagerHeader .forceListViewSettingsMenu {
  display: none !important;
}

.forceListViewManagerHeader force-list-view-manager-button-bar {
  display: none !important;
}

/* hides first column */
.slds-cell-edit.slds-cell-error.errorColumn.cellContainer .errorColumn {
  display: none !important;
}

/* hides actions icon */
.listViewContent .scroller .forceVirtualActionMarker.forceVirtualAction {
  display: none !important;
}

/*------- CASE DETAILS -------*/

/* hides follow and clone */

.forceHighlightsPanel.forceCommunityRecordHeadline
  .forceRecordLayout
  .actionsContainer {
  display: none !important;
}

/* hides Web Email and Case Orgin Field */
.forceCommunityRecordDetail
  .forcePageBlockSection.forcePageBlockSectionView:nth-child(3) {
  display: none !important;
}

/*------- CASE MANAGEMENT EMAIL -------*/

.forceCommunityFlowCommunity .flowruntimeBody .slds-form-element__control {
}

.forceCommunityFlowCommunity
  .flowruntimeBody
  .flowruntimeRichTextWrapper
  .uiOutputRichText
  b {
  position: relative;
  top: 20px;
}

.forceCommunityFlowCommunity .flowruntimeBody .slds-radio {
  padding: 10px 10px;
}
.forceCommunityFlowCommunity
  .flowruntimeBody
  .slds-radio
  .slds-form-element__label {
  display: inline-block;
}

.forceCommunityFlowCommunity
  .flowruntimeBody
  .slds-radio
  span.slds-form-element__label {
  font-size: 14px;
  color: rgb(0, 131, 143);
}

.comm-layout-column
  .slds-card.flowRuntimeForFlexipage.forceCommunityFlowCommunity {
  background-color: #eee;
}

.forceCommunityFlowCommunity
  .flowruntimeInputWrapper
  .uiScrollerWrapper
  textarea {
  min-height: 550px;
}

.forceCommunityFlowCommunity
  footer.actionButtonBar
  .actionsRight
  button[title="Next"] {
  /*  color: rgb(0,//* 131, 143);  */
}
.forceCommunityFlowCommunity
  footer.actionButtonBar
  .actionsRight
  button[title="Next"]::before {
  /* content: "Send Email"; */
}
/* closed case override */

.forceCommunityFlowCommunity .flowruntimeRichTextWrapper p b {
  background-color: transparent !important;
}

.forceCommunityFlowCommunity .flowruntimeRichTextWrapper p span {
  background-color: transparent !important;
}

/*--RELEASE NOTES --*/

.selfServiceArticleLayout .slds-rich-text-editor__output h2.rn-date,
.selfServiceArticleLayout .slds-rich-text-editor__output h2.c4sf-rn-date {
  font-size: 0.875rem !important;
  color: #7d7f86 !important;
  margin-top: 5rem;
  margin-bottom: 0.313rem !important;
  font-family: Sailec-Medium;
  font-weight: 500;
}

.selfServiceArticleLayout
  .slds-rich-text-editor__output
  h2.rn-section--heading {
  font-size: 1.5rem;
}

.selfServiceArticleLayout
  .slds-rich-text-editor__output
  h2.rn-date:first-of-type,
.selfServiceArticleLayout
  .slds-rich-text-editor__output
  h2.c4sf-rn-date:first-of-type {
  margin-top: 0rem !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__output h3.rn-header,
.selfServiceArticleLayout .slds-rich-text-editor__output h3.c4sf-rn-header {
  font-size: 1.5rem !important;
  color: #2d2e31 !important;
  margin-top: 0rem !important;
  margin-bottom: 0.3rem;
}

.selfServiceArticleLayout .slds-rich-text-editor__output h3.rn-addon-header {
  margin-top: 3rem !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__output h4.rn-subheader,
.selfServiceArticleLayout .slds-rich-text-editor__output h4.c4sf-rn-subheader {
  font-size: 1.125rem !important;
  color: #2d2e31 !important;
  margin-top: 0rem !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__output p.rn-content,
.selfServiceArticleLayout .slds-rich-text-editor__output p.rn-list--content,
.selfServiceArticleLayout .slds-rich-text-editor__output p.c4sf-rn-content {
  font-size: 1rem !important;
  line-height: 2 !important;
  margin-bottom: 1.5rem !important;
  padding: 0rem !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__output p.rn-bold {
  font-weight: bold !important;
  font-family: Sailec-Bold !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__output p.rn-content--bold {
  font-weight: bold !important;
  font-family: Sailec-Bold !important;
  margin-bottom: 0rem !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__output p.rn-subheading {
  font-weight: bold !important;
  font-family: Sailec-Bold !important;
  margin-bottom: 0rem !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__output ol.rn-list,
.selfServiceArticleLayout .slds-rich-text-editor__output ul.rn-list,
.selfServiceArticleLayout .slds-rich-text-editor__output ol.c4sf-rn-list,
.selfServiceArticleLayout .slds-rich-text-editor__output ul.c4sf-rn-list {
  margin-top: 0rem !important;
  margin-bottom: 1.5rem !important;
  padding: 0rem !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__output ul.rn-list ul,
.selfServiceArticleLayout .slds-rich-text-editor__output ul.c4sf-rn-list ul {
  padding: 0rem !important;
  margin-top: 0rem !important;
  margin-bottom: 1.5rem !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__output li.rn-list--content,
.selfServiceArticleLayout
  .slds-rich-text-editor__output
  li.c4sf-rn-list--content {
  margin-bottom: 0rem !important;
  line-height: 2rem !important;
  font-size: 1rem !important;
  padding: 0rem !important;
}

.selfServiceArticleLayout .slds-rich-text-editor__output a.rn-link {
  color: #425cc3;
  cursor: pointer;
}

.selfServiceArticleLayout .slds-rich-text-editor__output a.rn-link:hover {
  color: #314592;
  text-decoration: underline;
}

.c4sf-extra--spacer {
  margin-top: 1rem;
}

/* .5 Release notes labels */

.rn-label--hrequest,
.rn-label--eaccess,
.rn-label--inotice {
  color: #fff;
  width: fit-content;
  padding: 6px;
  border-radius: 4px;
}

.rn-label--hrequest {
  background: #f4775e;
}

.rn-label--eaccess {
  background: #425ccd;
}

.rn-label--inotice {
  background: #f5c76a;
  color: #2d2e31;
}

.rn-label--text {
  color: #fff;
  margin: 0rem !important;
}

.rn-label--inotice .rn-label--text {
  color: #2d2e31;
}

/* callouts - 2023 */

:root {
  --border-radius: 19.8px;
}

.callout {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-spacing-40, 40px) var(--spacing-spacing-32, 32px);
  border-radius: 19.8px;
  margin: 36px 0;
}

div.callout p.callout-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.callout--start {
  background: var(--neutrals-poster, #f9f9f8);
}

.callout--tip {
  background: var(--semantic-light-green, #e6f6ef);
}

.callout--important {
  background: var(--semantic-light-yellow, #fff8ea);
}

.callout--note {
  background: var(--primary-indigo-lightest, #f8f9ff);
}

.sc-code-block {
  max-height: 250px;
  overflow-y: scroll;
  background: #252528;
  margin-bottom: 1.5rem;
  border-radius: 6px;
}

.sc-code-block--text {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1rem;
  padding: 12px;
}

/* Pulled from head. Needs to be re-organized */
/*Home Page*/

/*Topics*/

/*Topic section headers*/
.topic-section-header {
  margin: 2rem 0;
}

.topic-section-header a {
  color: #425cc3 !important;
  line-height: 6;
}

.topic-section-header a:hover {
  text-decoration: underline !important;
  color: #425cc3 !important;
}

/*center align topic cards*/
.main-content {
  text-align: center;
}

/*grid alignment of topic cards*/
.topic-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
  margin: 2rem 0;
}

/*align topic cards into one columns on mobile*/
@media (max-width: 1080px) {
  .topic-list {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/*style topic cards*/
.topic-item {
  background: white;
  border: 2px solid #c6c4c2;
  padding: 1rem 3rem;
  border-radius: 10px;
}

.topic-card-image {
  max-height: 6rem;
  width: auto;
}
.topic-card-header {
  font-size: 1.125rem;
  font-weight: bold;
}

.topic-card-text {
  font-size: 1rem;
  font-weight: normal;
}

a.topic-link {
  color: #2d2e31 !important;
}

/*hover states; topic cards and bottom links*/
.topic-item:hover,
.sfdcCbImage:hover {
  box-shadow: 8px 8px #2d2e31;
  transform: translate(-8px, -8px);
  transition: 0.2s ease;
  text-decoration: none !important;
}

.forceCommunityRichText a:focus,
.forceCommunityRichText a:hover {
  text-decoration: none !important;
}

/* Supporter Page */

/* Page header */
.page-header h1 {
  font-family: Sailec-Bold;
  font-size: 2rem !important;
  margin: 1rem 0;
}

/* Page header description */
p.page-header-description {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

/*List containers*/

.list-container {
  margin: 2rem 0;
}

/* Section headers */
h2.sp-head {
  font-size: 1.5rem !important;
  font-family: Sailec-Bold;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
}

/* List headers */
h3.sp-listhead {
  font-size: 1.125rem !important;
  font-family: Sailec-Bold;
  font-weight: 600 !important;
  margin: 0 0 0.5rem 0;
  -webkit-font-smoothing: antialiased;
}

/* List items */
ul.sp-list {
  list-style: none !important;
  font-size: 1rem;
  font-weight: 300 !important;
  line-height: 2;
  padding-left: 0 !important;
}

ul.sp-list a {
  color: #425cc3;
}

ul.sp-list a:hover {
  color: #425cc3;
  text-decoration: underline !important;
}

/* Supporter page footer */
.page-description h2 {
  font-size: 1.5rem !important;
  font-family: Sailec-Bold;
  font-weight: 600 !important;
  margin-bottom: 1rem;
}

p.page-description {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

/*Topics Template*/

/*On mobile, topics nav goes to bottom*/
@media (max-width: 1080px) {
  .cb-section_row.slds-grid.slds-wrap.slds-large-nowrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.topic-article-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

h1.topic-header {
  font-weight: 600 !important;
  font-family: Sailec-Bold;
  font-size: 2rem !important;
  margin: 0 0 1rem 0;
}

p.topic-header-description {
  font-size: 1rem;
}

h2.topic-listhead {
  font-size: 1.125rem !important;
  font-family: Sailec-Bold;
  font-weight: 600 !important;
  margin: 0 0 0.5rem 0;
  -webkit-font-smoothing: antialiased;
}

ul.topic-list-item {
  list-style: none !important;
  font-size: 1rem;
  font-weight: 300 !important;
  line-height: 2;
  padding-left: 0 !important;
}

ul.topic-list-item a {
  color: #425cc3;
}

ul.topic-list-item a:hover {
  color: #425cc3;
  text-decoration: underline !important;
}

/*Article Detail*/

/*Header nav menu*/

.forceCommunityThemeNav.websterInnerHeader .mainNavItem .linkBtn:hover {
  color: #2d2e31 !important;
  border-bottom: 2px solid #425cc3;
}

/*Floating NavBar*/
.cSupport_Commuity_Article_Detail {
  position: fixed;
  max-width: 20rem;
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 1rem;
}

.slds-nav-vertical__action {
  color: var(--neutrals-ink-light, #717173);
}

.slds-nav-vertical__action:hover {
  box-shadow: none !important;
  border-radius: var(--radius-radius, 19.8px);
  background: var(--primary-indigo-lightest, #f8f9ff);
  color: var(--neutrals-ink, #252528) !important;
  font-weight: 700;
}

/*Smooth text*/

.slds-nav-vertical__title,
.slds-nav-vertical__action,
.slds-nav-vertical__action:hover {
  -webkit-font-smoothing: antialiased;
}

/*Remove active stlyes*/
.slds-nav-vertical__item.slds-is-active .slds-nav-vertical__action {
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}

/*NavBar disappers on mobile*/
@media (max-width: 1080px) {
  .cSupport_Commuity_Article_Detail {
    display: none;
  }
}
/*TOC appears on mobile*/
@media (min-width: 1080px) {
  .hide-toc {
    display: none;
  }
}

/*Article Content*/

.selfServiceArticleLayout.article-column {
  width: 100%;
  margin-top: 1rem;
}

/*Hide lines under title and bottom of article*/

.selfServiceArticleLayout
  article.content
  div.slds-form_stacked
  .forcePageBlockSectionRow:nth-child(1),
.forcePageBlockSectionRow:nth-child(2),
.forcePageBlockSectionRow:nth-child(4) {
  display: none;
}

.slds-form-element_readonly {
  border-bottom: none !important;
}

/*Hide topic pillbox at bottom of article */

.slds-pill_container--bare.selfServiceArticleTopicList.selfServiceArticleLayout {
  display: none;
}
