/*
 * Your global styles here
 */
html,
body {
    height: 100%;
}
html {
    background: white;
}
body {
    margin: 0;
}
html, body, html body .js-content{
    font-family: var(--lwc-fontFamily, Premurosa);
}
.js-dynamic-collection {
    margin: 30px;
}
.slds-text-heading_small, .slds-text-heading--small {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
}
.slds-text-body_regular, .slds-text-body--regular {
    font-size: 1.25rem;
}
h1.lwc-4rt99a8doqk {
    font-size: 32px !important;
    line-height: 40px !important;
}
.article_section strong, 
h2.lwc-4rt99a8doqk {
    font-size: 24px !important;
    line-height: 32px !important;
}
h5.lwc-4rt99a8doqk {
    font-size: 16px !important;
    line-height: 24px !important;
}
p.lwc-4rt99a8doqk {
    font-size: 16px !important;
    line-height: 24px !important;
}
.forceCommunityDynamicCollectionGrid h2 {
    font-family: Premurosa;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 900;
    color: #201F68;
}
.forceCommunitySearchBox .body-search .search-input-with-button{
    max-width: 1190px;
    margin: 0 auto;
    padding: 40px 40px 40px 40px;
    background-color: #201F68;
    border-radius: 24px;
}
.forceCommunitySearchBox .search-button .search-input-with-button{
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.forceCommunityThemeHeroBase[style] {
    padding: 3.5rem 1.75rem 0.5rem 1.75rem !important;
}
.searchResults {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.searchBanner .input-search-button.lwc-4b3m8g3ufrr, 
.searchBanner .input-wrapper.lwc-4b3m8g3ufrr {
    height: 35px;
}
.searchBanner .main-content {
    min-height: 150px !important;
}
.bannerWrapper .lwc-3vlckknekcm .dxp-block-flexible-container {
    padding-bottom: 40px;
}
.searchResults .slds-button_brand:hover {
    background-color: #B7046C !important;
    border-color: #B7046C !important;
    -webkit-transform: none;
    transform: none;
}
.slds-button:focus {
    box-shadow: none;
}
.categoryTile .dxp-content-layout-image {
        margin-left: 30px;
        margin-top: 30px;
    }
    /* Style the main menu */
.navigation-menu .slds-navigation-list--vertical {
  display: flex;
  justify-content: space-around;
}

/* Hide submenus by default */
.navigation-menu .slds-is-collapsed {
  display: none;
}

/* Show submenu on hover */
.navigation-menu li:hover > .slds-is-collapsed {
  display: block;
  position: absolute;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 1000;
}

/* Style submenu items */
.navigation-menu .slds-is-collapsed li {
  padding: 10px 20px;
  white-space: nowrap;
}
.article_section .slds-card {
    border: none;
    box-shadow: none;
}
.article_section h1 {
    margin-left: 12px;
}
.article_section .test-id__field-value,
.article_section ul,
.article_section h4,
.article_section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.article_section .slds-form__row {
    display: block;
}
.outputRichText li {
    position: relative;
    padding-left: 32px;
    list-style: none;
    margin-bottom: 15px;
    color: #4B4B88;
}
.outputRichText li::before {
    content: "";
    position: absolute;
    top: 0.2rem; /* Adjust this to align with text */
    left: 0;
    width: 24px;
    height: 24px;
    background: url('/resource/blue_arrow') no-repeat center center;
    background-size: contain;
}
.slds-rich-text-editor__output ul {
    margin-left: 0px !important;
}
.slds-p-horizontal--small, .slds-p-horizontal_small {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.article_section a {
    text-decoration: underline !important;
    text-decoration-color: #5856E8 !important;
    text-decoration-style: dotted !important;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 12% !important;
    color: #5856E8 !important;
    text-underline-offset: 20%;
    text-underline-position: from-font;
}
.outputRichText p {
    margin-bottom: 20px !important;
}
.outputRichText p:last-child {
    margin-bottom: 0px !important;
}
.search-input-with-button.lwc-4b3m8g3ufrr {
	padding-left: 40px !important;
}
input.search-input-with-button  {
  background-image: url('/resource/Faq_Search');
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 16px 16px;
}
.input-search-button .search-icon {
  display: none !important; /* Hide the SVG icon */
}
.input-search-button::before {
  content: "Search";
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.5rem;
}
.search-input-with-button .input-container {
    flex-direction: column;
    align-items: stretch;
}
.search-input-with-button .input-wrapper,
.search-input-with-button .input-search-button {
    border-radius: 100px !important;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
    width: 100%;
    margin-bottom: 8px;
}
.search-input-with-button .input-search-button {
    margin-bottom: 0;
}
h1.lwc-4rt99a8doqk, 
h2.lwc-4rt99a8doqk,
.article_section strong {
    font-weight: 900 !important;
}
.searchResults search_results-navigation {
    display: none !important;
}
.main-content.lwc-2e9p45m2o16 {
    border-radius: 12px;
    background: #F8F7FC;
}
.categoryTile:hover .main-content.lwc-2e9p45m2o16 {
    border-radius: 12px;
    background: #EDEDF8;
    box-shadow: none;
}
.categoryTile:hover h5.lwc-4rt99a8doqk {
    background: #EDEDF8;
}
.categoryTile h5 {
    font-weight: 900 !important;
}
.categoryTile p {
    margin-bottom: 20px;
}
.WasArticleHelpful .slds-card {
    border: none !important;
    box-shadow: none;
}
.WasArticleHelpful lightning-primitive-icon,
.WasArticleHelpful lightning-textarea {
    display: none;
}
.WasArticleHelpful .slds-button_brand {
    width: 150px;
    height: 56px !important;
    color: #FFF;
}
.WasArticleHelpful .slds-button_icon-border {
    width: 120px;
    height: 56px !important;
    border: none;
    border-radius: 12px;
    background: #F8F7FC;
}
 .WasArticleHelpful .slds-button_icon-border:hover {
    background: #EDEDF8 !important;
}
.WasArticleHelpful .slds-button_icon-border.slds-is-selected,
.WasArticleHelpful .slds-button_icon-border.slds-is-selected:hover,
.WasArticleHelpful .slds-button_icon-border.slds-is-selected:focus {
    box-shadow: none;    
    background: #2C2B7A !important;
}
.WasArticleHelpful lightning-button button ,
.WasArticleHelpful button::before {    
    color: #201F68;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    padding: 0 0.5rem;
}
.WasArticleHelpful button.slds-is-selected::before { 
    color: #FFF;
}
.WasArticleHelpful lightning-button-icon-stateful button:nth-of-type(1)::before {
    content: "Yes";
}
.WasArticleHelpful lightning-button-icon-stateful:nth-of-type(2) button::before {
    content: "No";
} 
.WasArticleHelpful .slds-text-heading_small {
    padding-bottom: 16px;   
}
.WasArticleHelpful b {
    font-size: 0;     
}
.WasArticleHelpful b::after {
    content: 'Was this helpful?';
    font-size: 16px;
    line-height: 24px;
}
.WasArticleHelpful .comboboxOver label.slds-form-element__label {
    font-size: 0; 
    padding-top: 16px;
    padding-bottom: 16px;
}
.WasArticleHelpful .comboboxOver label.slds-form-element__label::before {
    content: 'Do you have time to tell us why?';
    font-size: 16px;
    line-height: 24px;
}
.visitContactusPage h3 {
    color:  #5856E8 !important;
    font-family: Premurosa;
    font-size:  20px;
    font-weight: 700 !important;
    line-height: 28px;
    text-decoration-line: underline !important;
    text-decoration-style: dotted !important;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 12% !important; 
    text-underline-offset: 20% !important; 
    text-underline-position: from-font;
}
a:hover:not(.slds-button, .slds-dropdown__item > a) {
    text-decoration: none;
}
.needMoreHelp h3 {
    color: #201F68 !important;
    font-family: Premurosa;
    font-size: 20px;
    line-height: 28px; 
}
.component-wrapper-spacer.lwc-4k1qbp7cls1-host {
    margin-bottom: 8px !important;
}
.backgroundColor {
    background-color: #F8F7FC;
}
@media only screen and (max-width: 47.9375rem) {
    dxp_layout-column-spacer {
        padding-top: 0 !important;
    }
}
@media only screen and (min-width:48rem){ 
    h1.lwc-4rt99a8doqk {
        font-size: 48px !important;
        line-height: 56px !important;
    }
    h1.lwc-4rt99a8doqk, 
    h2.lwc-4rt99a8doqk,
    .article_section strong {
        font-weight: 900 !important;
    }
    .article_section strong, 
    h2.lwc-4rt99a8doqk {
        font-size: 2.5rem !important;
        line-height: 3rem !important;
    }
    h5.lwc-4rt99a8doqk {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    p.lwc-4rt99a8doqk {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .forceCommunitySearchBox .body-search .search-input-with-button{
        max-width: 1190px;
        margin: 0 auto;
        padding: 40px 80px 40px 80px;
        background-color: #201F68;
        border-radius: 24px;
    }
    .search-input-with-button .input-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .search-input-with-button .input-wrapper,
    .search-input-with-button .input-search-button {
        border-radius: 100px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .search-input-with-button .input-search-button {
        border-radius: 100px !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    .searchBanner .input-search-button.lwc-4b3m8g3ufrr, 
    .searchBanner .input-wrapper.lwc-4b3m8g3ufrr {
        height: 48px;
    }
    .forceCommunityDynamicCollectionGrid h2 {
        font-family: Premurosa;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 900;
        color: #201F68;
    }    
    .categoryTile a {
        display: block;
        border-radius: 16px;
        padding: 1.5rem;
        background-color: #F8F7FC;
        transition: all 0.2s ease;
        text-decoration: none;
        height: 100%;
        color: inherit;        
    }    
    .searchBanner .bannerWrapper {
        padding: 1.5rem 1rem !important;
        height: auto !important;
        min-height: unset !important;
    }
    .searchBanner h2 {
        line-height: 1.2 !important;
        margin: 0 !important;
        padding: 0.5rem 0 !important;
    }
    .searchBanner .input-search-button.lwc-4b3m8g3ufrr, 
    .searchBanner .input-wrapper.lwc-4b3m8g3ufrr {
        height: 52px;
    }    
    .categoryGrid .slds-grid {
        display: -webkit-box;
    }
    .article_section h1 {
        margin-left: 20px;
        font-size: 48px !important;
    }
    .article_section .test-id__field-value,
    .article_section ul,
    .article_section h4,
    .article_section p {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }
    .WasArticleHelpful b::after {
        font-size: 20px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 1024px),
    only screen and (min-width: 1024px) and (max-width: 1366px) {
    .article_section strong, 
    h2.lwc-4rt99a8doqk {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }
    h5.lwc-4rt99a8doqk {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    p.lwc-4rt99a8doqk {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    h1.lwc-4rt99a8doqk {
        font-size: 40px !important;
        line-height: 48px !important;
    }
}

