.hyperlink, .hyperlink:active, .hyperlink:visited {
    box-shadow: inset 0 -1px #b1863d;
    color: #13100b;
    transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-box-shadow : 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none !important;
}

.hyperlink:hover, .hyperlink:focus, .hyperlink a:hover, .hyperlink a:focus {    
    box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
    text-decoration: none !important;
    color: #13100b !important;
}

 .taskListCSS .slds-truncate a {
      box-shadow: inset 0 -1px #b1863d;
    color: #13100b;
    transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-box-shadow : 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none !important;
}

.taskListCSS .slds-truncate a:hover {
    box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
    text-decoration: none !important;
    color: #13100b !important;
}

.fullListCss .slds-truncate a {
      box-shadow: inset 0 -1px #b1863d;
    color: #13100b;
    transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-box-shadow : 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none !important;
}

.fullListCss .slds-truncate a:hover {
    box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
    text-decoration: none !important;
    color: #13100b !important;
}


.mydce_fseButton_standard{
    background-color: white !important;        /* White background */
    color: black       !important;              /* Black text color */
    border: 1px solid black !important;          /* Black border color */
    font-weight: bold !important;                /* Bold text */
    text-align: center !important;              /* Center aligned text */
}


/* Hover effect */
.mydce_fseButton_standard .slds-button:hover {
    background-color: black !important;       
    color: white !important;                
    border-color: black !important; 
}


.mydce_fseButton_cta .slds-button { 
background-color: #A51C30 !important;
background: #A51C30 !important;
color: white !important;
font-weight: bold !important;
text-align: center !important;
box-shadow: none !important; 
border-color: black !important;
border: 1px solid black !important; 
border-style: solid  !important; 

 } 

.mydce_fseButton_cta .slds-button:hover { 
background-color: black !important;
color: white !important;
border-color: black !important;
}

.themeUtilsContainer{
    justify-content: flex-end;
        right: 50px;
        display: flex;
        flex: 1;
        position: absolute;
        bottom: 12px;
        align-items: center;
}

@media only screen and (min-width: 48em) {
    .forceCommunityThemeHeaderCompact .themeHeaderInner.centerAlignLogo-true.showNavMenuOnLeft-false .themeNavTriggerContainer{
  order: 2 !important;
  display: inline-grid !important;
  }
 .forceCommunityThemeNavTrigger {
    display: inline-block;
    border: none;
    background: none;
    pointer-events: auto;
padding: 0px !important

}
  }
  @media only screen and (max-width: 47.9375em) {
    .forceCommunityThemeHeaderCompact .themeHeaderInner.centerAlignLogo-true.showNavMenuOnLeft-false .themeNavTriggerContainer{
  order: 2 !important;
  display: inline-grid !important;
  }
.forceCommunityThemeNavTrigger {
    display: inline-block;
    border: none;
    background: none;
    pointer-events: auto;
padding: 0px !important

}
  }

.slds-action_text, .slds-action_text:active, .slds-action_text:visited {
    box-shadow: inset 0 -1px #b1863d !important;
    color: #13100b !important;
    transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    -webkit-box-shadow : 300ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    text-decoration: none !important;
}
 
.slds-action_text:hover, .slds-action_text:focus, .slds-action_item a:hover, .slds-action_item a:focus {    
    box-shadow: inset 0 -0.35em rgba(177,134,61,.5) !important;
    text-decoration: none !important ;
    color: #13100b !important;
}