<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Jason RF Styling */

.purchased-regcodes.grid-table {
    display: none;
}

.label-text{
color: #1a1a1a !important;
}

.rf-textarea {
    padding-bottom: 34px;
}

.rf-radio-container {
    padding-bottom: 17px;
}

/* Working Report Styling */

.rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports [data-test="static-element-textfield-1561056234936001nCR2-formAttendee.email"] {
    word-break: break-all;
}

.rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports .rf-admin-content .mdBtnR.mdBtnR-link, .rfComp-canvas .mdBtnR.mdBtnR-link, .rf-default-modal .mdBtnR.mdBtnR-link, [id*='rf-'].rf-widget .mdBtnR.mdBtnR-link {
    padding: 12px 17px 7px 17px;
}

.rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports .rfwf-bg-primary {
    background-color: #433B6C;
    color: #fff;
}

.rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header *, .wr-table .fixedDataTableLayout_header, .wr-table .public_fixedDataTable_header *, .wr-table .public_fixedDataTable_header {
    line-height: 1.2em;
    text-transform: uppercase;
    color: #433B6C;
}
/* jillians edits */
.rf-body #rf-content .rfwf-body-content .taskList .task-filters .rfG-md-off-45 {
    display: none;
}
.rf-org-header-container img {
	width: 100%;
}
.rf-workflow .rf-workflow-body-content {
	min-height: 450px;
}
.rf-org-footer-container {
	padding-top: 0px
}
/* end jillian's edits */

/* ryan's attendee dashboard edits */

#eventinformation .card-body {
  min-height: 250px;
  height: auto;
}

#managepasses .card-body {
  height: 250px;
}

/* hides watch video button on all sessions card */

#all-sessions-card .card-body-row .mdBtnR-add-a-thing {
  display: none;
}
/* End Ryan's Edits */


/* hides underlined text on all sessions card */

.rfwf-dashboard .all-sessions-card a, .rf-page-builder-portal .all-sessions-card a {
  text-decoration: none;
}

/* end ryan's edits */

#survey .card-body {
  height: 320px;
}

#survey .rf-table-container {
  overflow: hidden;
}

#orderSummary .card-body {
  height: 250px;
}

/*Hidden Discount Name on Orders Page*/
#rf-content .orders-page .discount-name-title {display: none;}
</pre></body></html>