/*
 * Your global styles here
 */
 html,
 body {
     height: 100%;
 }
 
 html {
     background: white;
 }
 
 body {
     margin: 0;
 }
 
  /* Custom colors */
 
  /* Case number and Case subject */
 .case-number>p {
     color:  black;
 }
 
  /* Toggle Case Detail Tabs*/
 .active-heading {
     color:rgb(68, 128, 63);
     border-color: rgb(68, 128, 63);
 }
     
  /*Create Case Title and Messages*/ 
 .heading {
     color: black;
 }
 
 .title-container {
     color: black;
 }
 
 .description-container {
     color: black;
 }
 
  /* Loader Spinner*/
 .slds-spinner:after, .slds-spinner:before, .slds-spinner__dot-a:after, .slds-spinner__dot-a:before, .slds-spinner__dot-b:after, .slds-spinner__dot-b:before{
     background-color : #27aae1;
 }
     
  /* Navigationbar active tab */
 .activeButton {
     color: rgb(68, 128, 63) !important;
 }
 
  /* False links for modal and screen flows */
 .slds-text-link{
     color: #529b4c;
 }
 
 .slds-text-link:hover, .slds-text-link:focus{
     color: #27aae1
 }
    
    /* Overriding the brand gradient effect for button */
 .slds-button_brand:hover:before, .slds-button_brand:hover:after,.slds-button_brand:hover{
     background : #44803f;
 }

 /* Overriding the brand shadow outline of combobox */
 .slds-combobox__input:focus {
    box-shadow: 0 0 3px #44803f;
 }

/* Background fill of close icon in modals */
.slds-modal__header .slds-modal__close {
    background-color: #ffffff;
 }

 /* Link color in formatted rich text, Survey Responder Rich text area and Powered By SV*/
 lightning-formatted-rich-text a, .slds-rich-text-area__content a, .ardr-power-by {
    color: #44803f !important;
}

/* To remove the underline in ScreenFlow.  */
.flow-wrapper .slds-card__footer.navigationBar{
    border: none !important;
}