/*
Content Branding
Alias Listed                             Version
EducationSummit@salesforce.com           Attendee
EducationSummitSpeakers@salesforce.com   Content
EducationSummitSponsors@salesforce.com   Exhibitor

Workflow                                 Version
Attendee Registration                    Attendee
CFP Session View/Comment                 Content
CFP Session Voting                       Content
Copy Editor Live Table                   Content
Employee Registration                    Attendee
Exhibitor Portal                         Exhibitor
Nonprofit Summit 2021 CFP                Content
NPS21 Speaker Portal                     Content
NPS21 Sponsor CFP                        Content
Session Acceptance Live Table            Content
*/

}
.rfComp-canvas.rf-workflow .rfwf-body-content.rf-workflow-body-content .orders-page {
    display: flex;
    flex-wrap: wrap;
}
.rfComp-canvas.rf-workflow .rfwf-body-content.rf-workflow-body-content .orders-page .rfwf-full-panel.rfwf-discount-code {
      order: -1;
}
.rfComp-canvas.rf-workflow .rfwf-body-content.rf-workflow-body-content .orders-page .rfwf-full-panel.rfwf-orders-payment {
      order: 1;
}
.rfComp-canvas.rf-workflow .rfwf-body-content.rf-workflow-body-content .orders-page .rfwf-full-panel.rfwf-orders-buttons {
      order: 1;
}
/*update login in header boxes 41068 JJ*/

.plus-trailblazerdx23-reg-login .md-frame .md-frame-header h2 {
    color: white !important;
	font-family: "Salesforce Sans",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/* JJ 43325 Session Catalog Saleforce Plus Pill*/
/* hides the left filter */
#rf-catalog ul.filters li[data-test~='lr-filter-contentcatalogbadges']{
    display: none;
}

.rf-default-modal ul.filters li[data-test~='lr-filter-contentcatalogbadges']{
 display: none;
}


[id*=rf-].rf-widget .catalog-result .badges{
    display: block;  
}
/* hides all badges so that we can selectively show only the badges we want. */ 
[id*=rf-].rf-widget .catalog-result .badges .badge{
    display: none;
}
/*unhides the specific badges we want to show*/
/*alternatively, you could use :not() to add exceptions for those we want to show if preferred*/
[id*=rf-].rf-widget .catalog-result .badges .badge.rf-available-on-salesforce{
    display: block;
}
