/* page */
/*body.civicrm #content::before {
  width: 80vw;
  height: 100vh;
  position: absolute;
  display: block;
  content: "";
  top: 20vh;
  right: 0;
  width: 60vw;
  height: 100vh;
  aspect-ratio: 16/9;
  background-image: url(https://qualificationsquebec.com/wp-content/themes/q2/dist/images/big-q.c2b7852dd702920a863a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 100%;
}*/

body.civicrm #content {
  background-color: rgb(234, 249, 252);
  padding: 50px 0;
}
body.civicrm .crm-container.crm-public,
body.civicrm .crm-container.crm-public fieldset{
  background: transparent;
}
body.civicrm .crm-container.crm-public fieldset {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}

body.civicrm h1,
body.civicrm h1.crm-page-title {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -2px;
  margin-bottom: 45px;
  font-family: Museo, Arial, sans-serif;
}


/* forms */

#crm-container.crm-public #crm-main-content-wrapper > crm-angular-js > form#bootstrap-theme fieldset legend {
  background-color: rgba(151,224,238,.6) !important;
  margin-top: 20px;
  padding: 16px 20px;
  width: 100%;
}
.crm-container.crm-public .af-container.af-layout-inline, .crm-container.crm-public .af-container.af-layout-cols {
  padding: 0;
}

#crm-container.crm-public body#bootstrap-theme,
#crm-container.crm-public #bootstrap-theme,
#crm-container.crm-public #bootstrap-theme label,
#crm-container.crm-public #bootstrap-theme legend,
#crm-container.crm-public #bootstrap-theme input[type="text"],
#crm-container.crm-public #bootstrap-theme input[type="password"],
#crm-container.crm-public #bootstrap-theme input[type="email"],
#crm-container.crm-public #bootstrap-theme select,
#crm-container.crm-public #bootstrap-theme .select2-container .select2-choice abbr::before,
#crm-container.crm-public #bootstrap-theme button {
  font-size: 16px !important;
}
#crm-container.crm-public #bootstrap-theme input[type="text"],
#crm-container.crm-public #bootstrap-theme input[type="password"],
#crm-container.crm-public #bootstrap-theme input[type="email"],
#crm-container.crm-public #bootstrap-theme select,
#crm-container.crm-public #bootstrap-theme .select2-container {
  border-radius: 5px;
  border-color: rgb(67, 80, 107);
  box-shadow: none;
}

#crm-container.crm-public .select2-container .select2-choice abbr {
  top: 4px;
}

#crm-container.crm-public #bootstrap-theme .form-control {
  height: 40px;
}

#crm-container.crm-public #crm-main-content-wrapper > crm-angular-js > form#bootstrap-theme {
  background: transparent;
  box-shadow: none;
}

#crm-container.crm-public #crm-main-content-wrapper > crm-angular-js > form#bootstrap-theme fieldset > div,
#crm-container.crm-public #crm-main-content-wrapper > crm-angular-js > form#bootstrap-theme fieldset > button {
  margin: 0;
}

#crm-container.crm-public #bootstrap-theme button.btn-primary {
  background-color: rgb(232, 222, 125);
  border-bottom-color: rgb(6, 35, 93);
  border-radius: 4px;
  color: rgb(6, 35, 93);
  font-family: Rubik, sans-serif;
  font-weight: 500;
  margin: 0 2em 0 0 !important;
  height: 40px;
}

/* form builder */
#crm-container.crm-public .crm-af-field {
  margin-bottom: 1em;
}
#crm-container.crm-public .af-admin-edit-form-link {
  display: none !important;
}
#crm-container.crm-public .crm-multiple-checkbox-radio-options.crm-options-per-line {
  margin-bottom: 1rem;
}
.crm-container.crm-public .crm-multiple-checkbox-radio-options {
  --gap: .5em;
}
.crm-container.crm-public .af-field-type-radio .crm-af-field label {
  display: block !important;
}

.crm-container form .af-admin-edit-form-link {
  display: none !important;
}
.crm-container.crm-public af-field {
  padding-block: 0.1em !important;
}

