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

.crm-event-register-form-block label,
.crm-event-register-form-block .label,
.crm-event-register-form-block .crm-profile legend,
.crm-event-register-form-block .content,
.page-civicrm-event .crm-button, 
.page-civicrm-event #crm-container {
  font-size: 18px !important;
}
.page-civicrm-event-register #helprow-custom_107,
.page-civicrm-event-register #helprow-custom_109 {
  margin-left: 19%;
  margin-bottom:20px !important;
}
.crm-event-register-form-block  #crm-container.crm-public .crm-section, .crm-section {
  clear: both!important;
}
.crm-event-register-form-block .messages.status {
  margin: 0px 0px 12px 0px;
  padding: 0;
  background-color: #fff;
  border: none;
}
.crm-event-register-form-block #priceset input {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}
/*confirm step*/
.CRM_Event_Form_Registration_Confirm .continue_message-section,
.CRM_Event_Form_Registration_Confirm .pay-later-receipt-instructions, 
.CRM_Event_Form_Registration_ThankYou .crm-group.participant_role-group {
    display: none;
    visibility: hidden;
}
.page-civicrm-contact-view-contribution .fa-undo::before {
  content: "\f00d";
}
.page-civicrm-participant-add .crm-event-eventfees-form-block-send_receipt {
  display: none;
  visibility: hidden;
}
/*remove some elements on the contrib edit page*/
#receiptDate, #softCredit, .crm-AdditionalDetail-accordion {
  display: none;
  visibility: hidden;
}
/* exposed filters search kit */
.ui-datepicker-calendar td {
  height: 1rem !important;
}
.afform-directive .crm-af-field.ng-scope {
  position: inherit;
  z-index: 0;
}
.afform-directive .form-control.select2-container,
.afform-directive .crm-af-field.ng-scope {
  max-width: 320px;
}
.afform-directive .ng-isolate-scope {
  display: flex;
  float: left;
  gap: 10px;
  margin-right: 30px;
}
.cke_dialog_container {
  z-index: 990010 !important;
}
/* civi banking payment screen */
.btxvalue.btxamt {
  font-size: 25px;
}
#btx-purpose,
.btxvalue.btxl {
  font-weight: bold;
}
/*case screen*/
.crm-accordion-wrapper.crm-case-roles-block .crm-accordion-body {
}
.page-civicrm-contact-view-case .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  position: sticky;
  bottom: 0;
  right: 0;
}
.page-civicrm-contact-view-case .no-active-memberships {
  background: red;
  display: block;
  color: #fff;
  padding: 1em;
  width: 360px;
  border: 3px solid black;
  font-size: 16px;
  margin: 1rem;
}
/*civi cases*/
/*remove CC and BCC - the functionality is OK, but this info gets stored as CC and BCC infos as a link to the contact in the activity DETAILs, and is visible to the user when e-mails are sent later on to the case client "details": "&lt;p&gt;bcc test&lt;/p&gt;\r\n\nbcc : &lt;a href='https://mein.physioaustria.at/civicrm/contact/view?reset=1&amp;amp;cid=33576'&gt;Vorname Nachnameeee&lt;/a&gt;" */
.page-civicrm-contact-view-case .add-cc-link.crm-hover-button {
  display: none !important;
  visibility: hidden !important;
  height: 0;
  width: 0;
}
/*e-mail field and mail modal pimps */
#contact-summary .crm-contact_email  .crm-popup {
	pointer-events: all;
	display: block;
	margin-left: 20px;
	margin-right: 50px;
} 
.page-civicrm-contact-view .crm-summary-email-block  .crm-edit-help {
    width: 90px;
    font-size: 11px;
    line-height: 1;
}
.view-civi-contact-data-block .views-field.views-field-email {
  user-select: all;
  -webkit-user-select: all;
  -moz-user-select: all;

}
.page-civicrm-contact-view-case.ui-dialog-open .crm-container.ui-dialog {
	min-width: 98vw !important;
	min-height: 95vh;
}
</pre></body></html>