/*Variables*/

/*Roboto font family*/
:root {
  --main-font-family: "Roboto", "Open Sans", Sans-serif;
}

/*Padding per WCAG Target size around interactive elements */
.row.sectionBlockLayout.text-start {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.columnBlockLayout {
  padding: 0 !important;
}

/*Navbar*/
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
}

/*Sidebar*/
body {
  font-family: "Roboto", "Open Sans", Sans-serif;
  margin: 0;
  padding: 0;
}

.sidebar {
  border: 1px solid #adb5bd;
  border-radius: 4px;
  background-color: #fff;
  padding: 0.1rem 0.9rem 1rem 0.7rem;
  line-height: 1.29rem;
  margin-top: -5.1rem;
  margin-left: 1.5rem;
  height: auto;
}

h2.sidebar-heading {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Roboto", "Open Sans", Sans-serif;
}

h3.subheading {
  font-weight: 700;
  font-size: 1.375em;
}

.sidebar-section1 {
  margin-bottom: 1.8rem;
  margin-top: -1rem;
}

.sidebar-section1-items {
  text-decoration: underline;
  text-decoration-color: #0a58ca;
}

div#sidebar-section1 {
  margin-bottom: 0.5rem;
}

.sidebar-section2-items {
  text-decoration: underline;
  text-decoration-color: #0a58ca;
}

.sidebar-section1 h2,
.sidebar-section2 h2 {
  font-size: 18px !important;
  font-weight: bold;
  margin: 10px 0;
  color: #000;
  font-family: "Roboto", "Open Sans", Sans-serif;
}

.sidebar-section1 a,
.sidebar-section2 a {
  display: block;
  font-size: 16px;
  color: #0a58ca;
  text-decoration: none;
  margin: 5px 0;
  font-family: "Roboto", "Open Sans", Sans-serif;
}

.sidebar-section1-items a:hover,
.sidebar-section2-items a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  border-top: 1px solid #adb5bd;
  margin-top: -0.5rem;
}

.sidebar-section-items a {
  display: block;
  color: #0a58ca;
  margin-bottom: 5px;
  text-decoration: underline !important;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto", "Open Sans", Sans-serif;
}

.multiple-sidebar-spacing {
  margin-bottom: 7em;
}

/*Mobile Styling*/

/*Navbar Styling*/
.navbar-expand-xl.navbar.navbar-dark.static-top {
  width: 100% !important;
}

.header-top {
  width: 100%;
  height: 2.45rem;
  background: #363636;
  padding-top: 0.35rem;
  padding: 0;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}

.header-top-content {
  position: relative;
  top: 0.3rem;
}

.header-top-image {
  height: 1.875rem;
}

.header-top-text {
  color: white;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 0.15rem;
}

.header-middle {
  background-color: white;
  height: 5.6rem;
  position: relative;
  box-sizing: border-box;
  flex: 3;
}

.pic {
  display: none;
  flex: 1;
}

.header-middle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.6rem;
  width: 100%;
  background: white;
  height: 5.6rem;
}

.header-middle-text {
  margin-left: 0;
  flex-grow: 1;
  margin-top: 1rem;
}

.header-logo {
  height: 4rem;
}

.dca-text {
  margin-top: -0.25rem;
  font-size: 76.5%;
  color: black;
  font-family: var(--main-font-family);
}

.portal-text {
  font-weight: 700;
  margin-top: -0.25rem;
  font-size: 129%;
  color: black;
  font-family: var(--main-font-family);
}

.navbar-dark .navbar-toggler {
  border: none !important;
  background-color: #031633 !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
  background-color: white !important;
}

.oag-text {
  font-size: 77%;
  color: black;
  font-family: var(--main-font-family);
}

button.navbar-toggler.custom-navbar-toggler.collapsed {
  background-color: #031633;
  border: white solid 1px !important;
}

.middle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 6.5rem;
  background: white;
  padding-left: 12px;
  padding-right: 12px;
}

.button-test {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
  flex: 1;
}

.static-top.navbar-dark .navbar-brand {
  display: none !important;
}

.navbar-dark .navbar-toggler:focus {
  border: 1px solid white;
  background-color: #031633;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-dark .navbar-toggler:hover {
  background-color: #031633 !important;
  border: solid 1px white !important;
}

ul.nav.navbar-nav.weblinks {
  margin-right: 0;
  align-items: center;
  margin-right: 2.5em;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a {
  color: #0a58ca;
  font-size: 0.938em !important;
  font-family: "Roboto", Sans-Serif !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  padding: 0.75em 1em !important;
}

.static-top.navbar-dark {
  box-shadow: none !important;
  padding: 0;
  border-bottom: #adb5bd solid 1px;
  margin-bottom: 2%;
}

/*Alerts*/

.blue-alert {
  color: black;
  border-radius: 0;
  padding: 0.75em 1em;
  gap: 1.5em;
}

.blue-alert svg {
  fill: #0a58ca;
}

.blue-alert ul {
  padding-left: 20px;
  margin: 0;
}

.yellow-alert {
  border-radius: 0;
  padding: 0.75em 1em;
  gap: 1.5em;
}

select#crsm_registrationfiscalyearend {
  transition: none !important;
}

/*Form Heading*/

#form-header h1 {
  font-size: 2em;
  font-weight: 700;
  font-family: var(--main-font-family);
  margin: 0;
}

#form-body h2 {
  font-weight: 700;
  font-size: 1.5em;
  font-family: var(--main-font-family);
}

#view-body h2 {
  font-weight: 700;
  font-size: 1.9em;
  font-family: var(--main-font-family);
  margin-bottom: 0;
  margin-top: 0;
}

#view-body2 h2 {
  font-weight: 700;
  font-size: 1.9em;
  font-family: var(--main-font-family);
  margin-top: 0;
}

.tab-title-h2 {
  font-family: var(--main-font-family);
  font-size: 1.75em;
  font-weight: 700;
}

b.textBlockLayout {
  font-weight: 700;
}

div#form-body {
  margin-right: 1.5em !important;
}

/*Progress Bar*/

ol.progress {
  border: #80808070 solid 0.05rem;
  height: 18rem;
  align-items: center;
  border-radius: 0.25rem !important;
  margin-top: -1.5rem;
  background: #e9ecef;
}

.list-group-item {
  position: relative;
  display: flex;
  padding: var(--bs-list-group-item-padding-y)
    var(--bs-list-group-item-padding-x);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid
    var(--bs-list-group-border-color);
  height: 3.75rem;
  align-items: center;
  justify-items: center !important;
  width: 100%;
  font-size: 0.775rem;
  font-weight: 700;
  text-align: center;
  border: none;
  justify-content: center;
}

ol.progress li.incomplete {
  background: white;
  color: #495057;
}

.list-group-item.active {
  background: #031633;
  color: white;
}

.list-group-item-success {
  color: #146c43 !important;
  background-color: white;
}

li.list-group-item.text-muted.list-group-item-success {
  color: #146c43 !important;
  background-color: white;
}

.skip-to-content a {
  padding: 10px 20px;
  position: absolute;
  top: -43px;
  left: 0px;
  color: white;
  border-radius: 2px;
  background: none;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  font-family: Segoe UI;
  font-size: 14px;
}

/*Field Set*/

.crmEntityFormView fieldset {
  margin: 0;
  margin-bottom: 20px;
  padding: 1em;
  border: solid 1px #adb5bd;
  border-radius: 0.25rem;
}

/*Form Section titles*/
.section-title.show-bar h3 {
  font-size: 1.1em;
  font-weight: 700;
}

.section-title h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--main-font-family) !important;
}

.section-title2 {
  font-family: var(--main-font-family);
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 0;
}

.section-description2 {
  font-family: var(--main-font-family);
  font-size: 1.125em;
  font-weight: 400;
  border-bottom: 1px #adb5bd solid;
  padding-bottom: 0.75em;
}

.custom-text-area {
  min-height: 110px !important;
}

.pfr-contact-outer-container {
  border: 1px solid #adb5bd;
  border-radius: 4px;
  padding: 1em;
}

/*Section Line*/
.crmEntityFormView .section-title.show-bar {
  border-bottom-width: 1px !important;
  padding-bottom: 0 !important;
  border-bottom-color: #adb5bd !important;
}

.section-title {
  border-bottom: 1px solid #adb5bd !important;
  padding-bottom: 0.8rem;
}

/*Tab Titles*/

.crmEntityFormView .tab-title {
  border-bottom: none !important;
  margin-bottom: 50px;
}

.modal-tab-title {
  font-family: var(--main-font-family);
  margin-bottom: 20px !important;
  font-weight: 700;
}

.crmEntityFormView,
.entitylist {
  border: none !important;
}

/*Table spacing*/
tbody,
td,
tfoot,
th,
thead,
tr {
  margin-top: 0.5rem !important;
}

.crmEntityFormView td.cell {
  vertical-align: top;
  padding-right: 1rem;
}

/*Form Input Descriptions*/
.crmEntityFormView div.description.below {
  margin: 0;
  color: #6c757d;
  font-size: 0.7em;
}

.registrantTypeDescription {
  display: flex;
  width: 100%;
  padding-top: 1rem;
  margin-bottom: -2rem;
}

h4.regTypeHeader {
  color: #495057;
  font-size: 1.125rem;
}

p.regTypeDesc {
  color: #495057;
  font-size: 1rem;
  width: 92%;
}

.independantPFR {
  flex: 1;
  margin-right: 2rem;
  padding-right: 1rem;
  border-right: 1px solid #adb5bd;
}

/* td:has(#crsm_registranttype_label) {
  border-top: #adb5bd solid 1px;
  padding-top: 1.5rem;
} */

/*TD*/

.crmEntityFormView table.table td {
  font-size: 1.125em !important;
  border-bottom: 1px solid #adb5bd;
}

.fundRaisingCounsel {
  flex: 1;
  padding-left: 1rem;
}

/* Form Labels*/
.crmEntityFormView label {
  background-color: #ffffff;
  color: #000000;
  font-size: 1.125em !important;
  font-weight: 400 !important;
  margin-bottom: 0.2rem;
}

/*Input*/
.form-control {
  background-color: #ffffff !important;
  color: #000000;
  border: 1px solid #6c757d !important;
  margin-bottom: 0.2rem !important;
  height: 40px;
}
input.query.form-control {
  font-size: 1.125em !important;
}

input#temp_crsm_totalsubcontributions {
  padding: 0.375rem 0.75rem;
}

.subheading-long-form {
  font-size: 1.375em;
  font-weight: 700;
}

.subheading-short-form {
  font-size: 1.375em;
  font-weight: 700;
}

.indent-padding {
  padding-left: 1.875em !important;
}

.indent-margin {
  margin-left: 1.875em !important;
}

.indent-padding-desc {
  padding-left: 2.875em !important;
}

select {
  margin-bottom: 0.2rem !important;
}

.validator.validator-phone {
  width: 100% !important;
}

.validator.validator-email {
  width: 100% !important;
}

.msos-caret-container {
  margin-right: 0.5rem;
  border: 0.375rem;
  height: 2.4rem;
  border-radius: 0.375rem !important;
  padding-top: 0.1rem !important;
}

.msos-container {
  border-radius: 0.375rem !important;
}
.msos-caret-button .msos-glyph:after {
  color: #495057;
  font-size: 13px !important;
  font-weight: 700;
}

.msos-caret-button {
  padding-left: 0 !important;
  padding-right: 0.5rem !important;
  padding-top: 0.6rem;
  position: relative;
}

.msos-open
  .msos-inner-container:not(.msos-fullscreen)
  .msos-selection-container {
  border-radius: 0.375rem;
  margin-top: 0.6rem;
  padding-bottom: 0.7rem;
}

/*Loqate Yes and No validation icons/inputs*/

.validator.validator-email.validation-no .feedback {
  background-color: #e53a43;
  padding: 0;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: none !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.validator.validator-email.validation-yes .feedback {
  background-color: #0ca682;
  padding: 0;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: none !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.feedback.feedback-phone {
  display: none;
}

.validator.validator-phone.validation-yes .feedback {
  background-color: #0ca682;
  padding: 0;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: none !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.validator.validator-phone.validation-no .feedback {
  background-color: #e53a43;
  padding: 0;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: none !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.validator.validator-email.validation-no .feedback::after {
  background: none;
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #dc3545;
  font-size: 1.1rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  margin-top: 0.7rem;
}

.validator.validator-email.validation-yes .feedback::after {
  background: none;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #146c43;
  font-size: 1.1rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  margin-top: 0.7rem;
}

.validator.validator-phone.validation-no .feedback::after {
  background: none;
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #dc3545;
  font-size: 1.1rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  margin-top: 0.7rem;
}

.validator.validator-phone.validation-yes .feedback::after {
  background: none;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #146c43;
  font-size: 1.1rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  margin-top: 0.7rem;
}

.validator.loading {
  transition: none !important;
  animation: none !important;
}

.valid-border {
  border: #146c43 solid 1px !important;
  outline: #146c4338 solid 3px;
}

.invalid-border {
  border: #dc3545 solid 1px !important;
  outline: #dc354545 solid 3px;
}

#sidebar-container {
  margin-left: -1rem !important;
  margin-top: -23px !important;
  margin-bottom: 0px !important;
}

.chr-auth-landing-sidebar-container {
  margin-left: -1rem !important;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}

.sidebar {
  width: 106%;
}

.sidebar.pfr-fein-sidebar {
  width: 95%;
  margin-left: 0.9rem !important;
}

.sidebar.charity-fein-sidebar {
  width: 100%;
}

.charity-sidebar-container {
  margin-top: 20px !important;
}

.contact-box {
  width: 106%;
}

div.sidebar.pfr-charity-sidebar {
  width: 81% !important;
}

div.contact-box.pfr-charity-sidebar {
  width: 81% !important;
}

/*Buttons*/
button.btn.btn-default.launchentitylookup {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
  color: #495057;
  border: solid 1px #6c757d;
  background: #e9ecef;
  width: 2.9rem;
}

.btn.btn-default.clearlookupfield,
.btn.btn-default.launchentitylookup {
  height: 40px;
}

button.btn.btn-default.launchentitylookup:active {
  background: white !important;
  outline: none !important;
  color: black !important;
}

button.btn.btn-default.launchentitylookup:focus {
  background: white !important;
  outline: none !important;
  color: black !important;
}

.input-group .btn:focus {
  outline: none;
}

.input-group-text {
  height: 40px;
}

div.input-group-btn.align-top button {
  border-left: none;
  height: 2.9em;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
  color: #495057;
  border: solid 1px #6c757d;
  background: #e9ecef;
}

.clearlookupfield {
  height: 2.35rem;
  border-right: none !important;
  border: 1px solid #495057 !important;
  color: #495057 !important;
  background: #e9ecef !important;
  width: 3rem !important;
}

.crmEntityFormView .actions {
  border-top: none !important;
  margin: 20px 0;
  padding: 7px 0 0 0;
  position: sticky;
  bottom: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  justify-content: flex-start;
  display: flex;
  padding-bottom: 0.5rem;
}

input#PreviousButton {
  outline: none;
}

/*View Pages*/
/*PFR Contact*/
div[data-name="crsm_pfr_contacts_tab1"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="crsm_pfr_contacts_tab1"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="crsm_pfr_contacts_tab1"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}
/*Charity contact*/
div[data-name="crsm_charity_contacts_tab1"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="crsm_charity_contacts_tab1"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="crsm_charity_contacts_tab1"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

/*Coventure Contact*/
div[data-name="tab_pfrcontracts"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="tab_pfrcontracts"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="tab_pfrcontracts"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

/*NOIS*/
div[data-name="crsm_charity_nois_tab"] fieldset:nth-of-type(2) > legend {
  display: none;
}

div[data-name="crsm_charity_nois_tab"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="crsm_charity_nois_tab"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="crsm_charity_nois_tab"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

div[data-name="crsm_charity_nois_tab"] fieldset:nth-of-type(2) > legend {
  display: none;
}

/*Solicitor*/
div[data-name="SolicitorRegistrations"] fieldset:nth-of-type(2) > legend {
  display: none;
}

div[data-name="SolicitorRegistrations"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="SolicitorRegistrations"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="SolicitorRegistrations"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}


/*Pfr contracts*/
div[data-name="Charity/PFRContracts"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="Charity/PFRContracts"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="Charity/PFRContracts"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

/*PFR Reg History*/
div[data-name="tab_PFRRegistrations"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="tab_PFRRegistrations"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="tab_PFRRegistrations"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

/*PFR Reg History*/
div[data-name="crsm_charity_reg_tab"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="crsm_charity_reg_tab"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="crsm_charity_reg_tab"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}


/*CHR Special Requests*/
div[data-name="crsm_charity_extension_sr_tab"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="crsm_charity_extension_sr_tab"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="crsm_charity_extension_sr_tab"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

/*PFR Special Requests*/
div[data-name="crsm_pfr_special_request_subgrd_tab"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="crsm_pfr_special_request_subgrd_tab"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="crsm_pfr_special_request_subgrd_tab"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

/*CHR Edit Profile Details*/
div[data-name="crsm_profile_details__tab"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="crsm_profile_details__tab"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="crsm_profile_details__tab"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

/*PFR Edit Profile Details*/
div[data-name="crsm_pfr_profile_details_edit_tab"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 30px;
  margin-top: 5px;
}

div[data-name="crsm_pfr_profile_details_edit_tab"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="crsm_pfr_profile_details_edit_tab"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

/*PFR Contract Report View*/
div[data-name="tab_pfrcontractreports"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 80px;
  margin-top: 5px;
}

div[data-name="tab_pfrcontractreports"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="tab_pfrcontractreports"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

/*PFR Subcontract Report View*/
div[data-name="crsm_pfrsubcontract_reports_tab"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 80px;
  margin-top: 5px;
}

div[data-name="crsm_pfrsubcontract_reports_tab"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="crsm_pfrsubcontract_reports_tab"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

/*PFR Co-venture Report View*/
div[data-name="crsm_cocontract_ccoreport_tab"] fieldset:first-of-type {
  border: none;
  height: 4em;
  margin-bottom: 80px;
  margin-top: 5px;
}

div[data-name="crsm_cocontract_ccoreport_tab"] fieldset:first-of-type label {
  display: none !important;
}

div[data-name="crsm_cocontract_ccoreport_tab"] fieldset:first-of-type input {
  border: none !important;
  transform: translate(-26px, -7px);
  font-size: 1.5em;
  text-decoration: underline;
  color: #0a58ca;
  font-weight: 500;
  outline: none !important;
}

div[data-name="crsm_dba_general_tab_section_1"] tr:nth-of-type(5) {
  display: none;
}

/*View Page buttons*/
/*Charity contact subgrid button*/
table[data-name="tab_4_section_1"] .create-action {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}

/*PFR contact subgrid button*/
table[data-name="tab_PrimaryContactDetails_section_4"] .create-action {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}

table[data-name="crsm_charity_contract_sec"] .create-action {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}

table[data-name="crsm_charity_nois_tab_section_1"] .create-action {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}

table[data-name="tab_pfr_solicitor_section"] .create-action {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}

table[data-name="tab_pfr_contracts_section"] .create-action {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}


table[data-name="tab_6_section_1"] .create-action {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}

div.col-lg-9.columnBlockLayout.special-requests .create-action {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}

div.col-lg-9.columnBlockLayout.manage-registrations .create-action {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

.col-lg-9.columnBlockLayout.edit-profile-details #UpdateButton {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

div[data-name="crsm_charity_contacts_tab1"] .create-action {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

div[data-name="crsm_charity_contacts_tab1"] a.btn.btn-info.float-end.action {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

div[data-name="crsm_pfr_contacts_tab1"] .create-action {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

div[data-name="crsm_pfr_contacts_tab1"] a.btn.btn-info.float-end.action {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

.details-page #grid_pfr_registrations .entity-grid tbody tr {
  height: 6.5em;
}

.details-page #CharityReg_subgrid .entity-grid tbody tr {
  height: 6.5em;
}

.details-page #charityRegGrid .entity-grid tbody tr {
  height: 6.5em;
}

/*Declaration Styling*/
/* div[data-name="crsm_charitypfrcontract_confirmation_tab"] fieldset table tr:first-of-type td.checkbox-cell {
  display: flex;
  flex-direction: row-reverse;
} */



/*Radio no yes inputs*/
input#crsm_24a_1_eachother_0,
input#crsm_24a_1_eachother_1,
input#crsm_24c_1_financialinterestindividuals_0,
input#crsm_24c_1_financialinterestindividuals_1,
input#crsm_25_1_financialinterest_0,
input#crsm_25_1_financialinterest_1,
input#crsm_22_1_adjudgedliable_0,
input#crsm_22_1_adjudgedliable_1,
input#crsm_20_1_unlawfulpractices_0,
input#crsm_20_1_unlawfulpractices_1,
input#crsm_2a_1_registrantsolicitcontributions_0,
input#crsm_2a_1_registrantsolicitcontributions_1,
input#crsm_18_1_authoritydeniedsuspendedrevoked_0,
input#crsm_18_1_authoritydeniedsuspendedrevoked_1,
input#crsm_19_1_voluntarycomplianceagreement_0,
input#crsm_19_1_voluntarycomplianceagreement_1,
input#crsm_21_1_criminaloffenseconvictions_0,
input#crsm_21_1_criminaloffenseconvictions_1,
input#crsm__1_anyhighcompensatedemployees_0,
input#crsm__1_anyhighcompensatedemployees_1,
input#crsm_13_1_affiliateswhichsharecontributionsnj_0,
input#crsm_13_1_affiliateswhichsharecontributionsnj_1,
input#crsm_15_1_doesorguseindependentpaidfundraiser_0,
input#crsm_15_1_doesorguseindependentpaidfundraiser_1,
input#crsm_8a_1_shrt_shortformeligible_0,
input#crsm_8a_1_shrt_shortformeligible_1,
input#crsm_8b_1_shrt_shortformeligible_0,
input#crsm_8b_1_shrt_shortformeligible_1,
input#crsm_8c_1_shrt_shortformeligible_0,
input#crsm_8c_1_shrt_shortformeligible_1,
input#crsm_8d_1_shrt_shortformeligible_0,
input#crsm_8d_1_shrt_shortformeligible_1,
input#crsm_8e_1_shrt_shortformeligible_0,
input#crsm_8e_1_shrt_shortformeligible_1,
input#crsm_9a_1_shrt_chapterlocalunit_0,
input#crsm_9a_1_shrt_chapterlocalunit_1,
input#crsm_17_1_irsdeterminationoftaxexempt_0,
input#crsm_17_1_irsdeterminationoftaxexempt_1,
input#crsm_17a_1_irs1023filed_0,
input#crsm_17a_1_irs1023filed_1,
input#crsm_17c_1_taxexemptionrefused_changed_revoked_0,
input#crsm_17c_1_taxexemptionrefused_changed_revoked_1,
input#crsm_9_1_shrt_changesincelastreport_0,
input#crsm_9_1_shrt_changesincelastreport_1,
input#crsm_11_1_generalpublicsolicitation_0,
input#crsm_11_1_generalpublicsolicitation_1,
input#crsm_10_1_additionalnames_0,
input#crsm_10_1_additionalnames_1,
input#crsm_16_1_charitablesalespromotionbycoventurer_0,
input#crsm_16_1_charitablesalespromotionbycoventurer_1,
input#crsm_6_1_additionalnewjerseyoffices_0,
input#crsm_6_1_additionalnewjerseyoffices_1,
input#crsm_12_1_authorizedotherstatesolicitations_0,
input#crsm_12_1_authorizedotherstatesolicitations_1,
input#crsm_24b_1_undercontractindividuals_0,
input#crsm_24b_1_undercontractindividuals_1,
input#crsm_registrationagent_0,
input#crsm_registrationagent_1,
input#crsm_1f_1_amendmentstooriginalformation_0,
input#crsm_1f_1_amendmentstooriginalformation_1,
input#crsm_7_1_registrantorofficersconvictedofcharge_0,
input#crsm_7_1_registrantorofficersconvictedofcharge_1,
input#crsm_8_1_registrantorderedceasedesistunlawful_0,
input#crsm_8_1_registrantorderedceasedesistunlawful_1,
input#crsm_9_1_fundraisinglicenserevoked_0,
input#crsm_9_1_fundraisinglicenserevoked_1,
input#crsm_10_1_voluntaryassuranceordiscontinuance_0,
input#crsm_10_1_voluntaryassuranceordiscontinuance_1,
input#crsm_11a_1_registrantrepresentedticket_0,
input#crsm_11a_1_registrantrepresentedticket_1,
input#crsm_11b_1_preventeddonatedticketsolicitation_0,
input#crsm_11b_1_preventeddonatedticketsolicitation_1,
input#crsm_11c_1_ensuredticketssoldnotgreater_0,
input#crsm_11c_1_ensuredticketssoldnotgreater_1,
input#crsm_6_1_pfrregistrantpermitsandlicenses_0,
input#crsm_6_1_pfrregistrantpermitsandlicenses_1,
input#crsm_5b_1_usesasubcontractor_0,
input#crsm_5b_1_usesasubcontractor_1,
input#crsm_2b_1_usessolicitors_0,
input#crsm_2b_1_usessolicitors_1,
input#crsm_5d_1_engagedorretainedsolicitations_0,
input#crsm_5a_1_pfrregindependentnjcharorgcontract_0,
input#crsm_5a_1_pfrregindependentnjcharorgcontract_1,
input#crsm_5d_1_engagedorretainedsolicitations_1,
input#crsm_5c_1_charitablecampaignsconducted_0,
input#crsm_5c_1_charitablecampaignsconducted_1,
input#crsm_1b_doestheregistrationsolicitothername_0,
input#crsm_1b_doestheregistrationsolicitothername_1,
input#crsm_15_percentageofpurchaseprice_1,
input#crsm_15_percentageofpurchaseprice_0,
input#crsm_16_solicitationinvolvessaleofgoods_1,
input#crsm_16_solicitationinvolvessaleofgoods_0,
input#crsm_17_receiveanycontributions_1,
input#crsm_17_receiveanycontributions_0,
input#crsm_19_banknamebranchandaccountnum_1,
input#crsm_19_banknamebranchandaccountnum_0,
input#crsm_20_signatoriesbankaccount_1,
input#crsm_20_signatoriesbankaccount_0,
input#crsm_4_charitablepurpose_0,
input#crsm_4_charitablepurpose_1,
input#crsm_6_willhavecustodycontrolpossessionaccess_0,
input#crsm_6_willhavecustodycontrolpossessionaccess_1,
input#crsm_7_1_banknamebranchaccountnum_0,
input#crsm_7_1_banknamebranchaccountnum_1,
input#crsm_8_signatoriesonbankaccount_0,
input#crsm_8_signatoriesonbankaccount_1,
input#crsm_9_commencementandterminationdate_0,
input#crsm_9_commencementandterminationdate_1,
input#crsm_10_feesorratepayable_0,
input#crsm_10_feesorratepayable_1,
input#crsm_11_minimumofnetproceeds_0,
input#crsm_11_minimumofnetproceeds_1,
input#crsm_12_percentageofpurchaseprice_0,
input#crsm_12_percentageofpurchaseprice_1,
input#crsm_13_1_percentageofgrossrevenue_0,
input#crsm_13_1_percentageofgrossrevenue_1,
input#crsm_13_2_anticipatedgrossrevenue_0,
input#crsm_13_2_anticipatedgrossrevenue_1,
input#crsm_14_estimatetotalfeecharged_0,
input#crsm_14_estimatetotalfeecharged_1,
input#crsm_9a_2_shrt_doesorghavechapter_0,
input#crsm_9a_2_shrt_doesorghavechapter_1,
input#crsm_8f_1_shrt_shortformeligible_0,
input#crsm_8f_1_shrt_shortformeligible_1,
input#crsm_pfrbondcontributions_0,
input#crsm_pfrbondcontributions_1,
input#crsm_poarequired_0,
input#crsm_poarequired_1,
input#crsm_pfrownership_1,
input#crsm_pfrownership_0,
input#crsm_charityownership_0,
input#crsm_charityownership_1,
input#crsm_otherfundraisingbusinessownership_0,
input#crsm_otherfundraisingbusinessownership_1,
input#crsm_6_1_registeredinotherstates_0,
input#crsm_6_1_registeredinotherstates_1,
input#crsm_7_1_privilegesdenied_0,
input#crsm_7_1_privilegesdenied_1,
input#crsm_doesthecontractcallforcustody_0,
input#crsm_doesthecontractcallforcustody_1,
input#crsm_18_cagingagentorescrowagent_0,
input#crsm_18_cagingagentorescrowagent_1,
input#crsm_5_respectiveobligations_0,
input#crsm_5_respectiveobligations_1,
input#crsm_8_1_conviction_0,
input#crsm_8_1_conviction_1,
input#crsm_eventorfairtickets_0,
input#crsm_eventorfairtickets_1,
input#crsm_4d_1_pfrregcapitalstockownercharorg_0,
input#crsm_4d_1_pfrregcapitalstockownercharorg_1,
input#crsm_exceededtotalcontributions_0,
input#crsm_exceededtotalcontributions_1,
input#crsm_exceededinlastthreeyears_0,
input#crsm_exceededinlastthreeyears_1,
input#crsm_intendstooperateinfuture_0,
input#crsm_intendstooperateinfuture_1,
input#crsm_anticipateexceedingthreshold_0,
input#crsm_anticipateexceedingthreshold_1,
input#crsm_orgusespaidfundraiser_0,
input#crsm_orgusespaidfundraiser_1,
input#crsm_retirementreasonoption3_0,
input#crsm_retirementreasonoption3_1,
input#crsm_contributionssolelyfromfounder_0,
input#crsm_contributionssolelyfromfounder_1,
input#crsm_recognizedasprivatefoundation_0,
input#crsm_recognizedasprivatefoundation_1,
input#crsm_religiousexemptiongranted_0,
input#crsm_religiousexemptiongranted_1,
input#crsm_registeredaslibrary_0,
input#crsm_registeredaslibrary_1,
input#crsm_doestheorganizationreportanyannualfinancial_0,
input#crsm_doestheorganizationreportanyannualfinancial_1,
input#crsm_doesyourorganizationreceivegovernmentfunds_0,
input#crsm_doesyourorganizationreceivegovernmentfunds_1,
input#crsm_requiredtofileannualirs990_0,
input#crsm_requiredtofileannualirs990_1,
input#crsm_registeredaseducationalinstitution_0,
input#crsm_registeredaseducationalinstitution_1,
input#crsm_contractcontainsdescription_0,
input#crsm_contractcontainsdescription_1,
input#crsm_containsnameofchandccv_0,
input#crsm_containsnameofchandccv_1,
input#crsm_factscharitablesalespromotion_0,
input#crsm_factscharitablesalespromotion_1,
input#crsm_attributablecharitablesalespromotion_0,
input#crsm_attributablecharitablesalespromotion_1,
input#crsm_subjectofactandrules_0,
input#crsm_subjectofactandrules_1,
input#crsm_7_1_promotionadvertised_0,
input#crsm_7_1_promotionadvertised_1,
input#crsm_3_1_membershiplimitedtopolice_0,
input#crsm_3_1_membershiplimitedtopolice_1,
input#crsm_4_1_isorganizationparent_0,
input#crsm_4_1_isorganizationparent_1, 
input#crsm_7_1_hasthepfrbeencontracted_0,
input#crsm_7_1_hasthepfrbeencontracted_1,
input#crsm_havebylawschanged_0,
input#crsm_havebylawschanged_1,
input#crsm_havearticleschanged_0,
input#crsm_havearticleschanged_1,
input#crsm_hasirsfilingstatuschanged_0,
input#crsm_hasirsfilingstatuschanged_1,
input#crsm_hascharitynamechanged_0,
input#crsm_hascharitynamechanged_1 {
  position: relative;
  left: -3.6rem;
  margin-right: 1.1rem;
  width: 0.95rem;
  margin-top: 0.25rem;
}

/* input#crsm_exceededtotalcontributions_0,
input#crsm_exceededtotalcontributions_1,
input#crsm_exceededinlastthreeyears_0,
input#crsm_exceededinlastthreeyears_1,
input#crsm_intendstooperateinfuture_0,
input#crsm_intendstooperateinfuture_1,
input#crsm_orgusespaidfundraiser_0,
input#crsm_orgusespaidfundraiser_1,
input#crsm_retirementreasonoption3_0,
input#crsm_retirementreasonoption3_1,
input#crsm_contributionssolelyfromfounder_0,
input#crsm_contributionssolelyfromfounder_1,
input#crsm_recognizedasprivatefoundation_0,
input#crsm_recognizedasprivatefoundation_1,
input#crsm_religiousexemptiongranted_0,
input#crsm_religiousexemptiongranted_1,
input#crsm_registeredaslibrary_0,
input#crsm_registeredaslibrary_1,
input#crsm_doestheorganizationreportanyannualfinancial_0,
input#crsm_doestheorganizationreportanyannualfinancial_1,
input#crsm_doesyourorganizationreceivegovernmentfunds_0,
input#crsm_doesyourorganizationreceivegovernmentfunds_1,
input#crsm_requiredtofileannualirs990_0,
input#crsm_requiredtofileannualirs990_1,
input#crsm_registeredaseducationalinstitution_0,
input#crsm_registeredaseducationalinstitution_1,
input#crsm_contractcontainsdescription_0,
input#crsm_contractcontainsdescription_1,
input#crsm_containsnameofchandccv_0,
input#crsm_containsnameofchandccv_1,
input#crsm_factscharitablesalespromotion_0,
input#crsm_factscharitablesalespromotion_1,
input#crsm_attributablecharitablesalespromotion_0,
input#crsm_attributablecharitablesalespromotion_1,
input#crsm_subjectofactandrules_0,
input#crsm_subjectofactandrules_1,
input#crsm_7_1_promotionadvertised_0,
input#crsm_7_1_promotionadvertised_1,
input#crsm_3_1_membershiplimitedtopolice_0,
input#crsm_3_1_membershiplimitedtopolice_1,
input#crsm_4_1_isorganizationparent_0,
input#crsm_4_1_isorganizationparent_1, 
input#crsm_7_1_hasthepfrbeencontracted_0,
input#crsm_7_1_hasthepfrbeencontracted_1{
  position: relative;
  left: .6rem;
  margin-right: 1.1rem;
  width: 0.95rem;
  margin-top: 0.25rem;
} */

input#crsm_agentcharitycontact_0 {
  margin-left: 1em;
}

input#crsm_auditrequired_0,
input#crsm_auditrequired_1 {
  width: 0.95rem;
}

span#crsm_auditrequired {
  display: flex;
  gap: 8px;
  margin-left: 0.7em;
}

span#crsm_agentprimarycontact,
span#crsm_18_statementregardingescrowagent,
span#crsm_5_statementregardingobligations {
  gap: 4px;
  display: flex;
  margin-left: 0.5em;
}

input#crsm_agentprimarycontact_0,
input#crsm_18_statementregardingescrowagent_0,
input#crsm_5_statementregardingobligations_0 {
  position: relative;
  width: 0.95rem;
}

input#crsm_agentprimarycontact_1,
input#crsm_18_statementregardingescrowagent_1,
input#crsm_5_statementregardingobligations_1 {
  position: relative;
  margin-left: 1.1rem;
  width: 0.95rem;
  margin-top: 0.25rem;
}

span#crsm_15_1_doesorguseindependentpaidfundraiser,
span#crsm_8a_1_shrt_shortformeligible,
span#crsm_8b_1_shrt_shortformeligible,
span#crsm_8c_1_shrt_shortformeligible,
span#crsm_8d_1_shrt_shortformeligible,
span#crsm_8e_1_shrt_shortformeligible,
span#crsm_9a_1_shrt_chapterlocalunit,
span#crsm_17_1_irsdeterminationoftaxexempt,
span#crsm_17a_1_irs1023filed,
span#crsm_17c_1_taxexemptionrefused_changed_revoked,
span#crsm_9_1_shrt_changesincelastreport,
span#crsm_11_1_generalpublicsolicitation,
span#crsm_10_1_additionalnames,
span#crsm_16_1_charitablesalespromotionbycoventurer,
span#crsm_6_1_additionalnewjerseyoffices,
span#crsm_12_1_authorizedotherstatesolicitations,
span#crsm_24b_1_undercontractindividuals,
span#crsm_registrationagent,
span#crsm_1f_1_amendmentstooriginalformation,
span#crsm_1b_doestheregistrationsolicitothername,
span#crsm_6_1_pfrregistrantpermitsandlicenses,
span#crsm_7_1_registrantorofficersconvictedofcharge,
span#crsm_8_1_registrantorderedceasedesistunlawful,
span#crsm_9_1_fundraisinglicenserevoked,
span#crsm_10_1_voluntaryassuranceordiscontinuance,
span#crsm_11a_1_registrantrepresentedticket,
span#crsm_11b_1_preventeddonatedticketsolicitation,
span#crsm_11c_1_ensuredticketssoldnotgreater,
span#crsm_5a_1_pfrregindependentnjcharorgcontract,
span#crsm_15_percentageofpurchaseprice,
span#crsm_16_solicitationinvolvessaleofgoods,
span#crsm_17_receiveanycontributions,
span#crsm_19_banknamebranchandaccountnum,
span#crsm_20_signatoriesbankaccount,
span#crsm_4_charitablepurpose,
span#crsm_6_willhavecustodycontrolpossessionaccess,
span#crsm_7_1_banknamebranchaccountnum,
span#crsm_8_signatoriesonbankaccount,
span#crsm_9_commencementandterminationdate,
span#crsm_10_feesorratepayable,
span#crsm_11_minimumofnetproceeds,
span#crsm_12_percentageofpurchaseprice,
span#crsm_13_1_percentageofgrossrevenue,
span#crsm_13_2_anticipatedgrossrevenue,
span#crsm_14_estimatetotalfeecharged,
span#crsm_5b_1_usesasubcontractor,
span#crsm_2b_1_usessolicitors,
span#crsm_5d_1_engagedorretainedsolicitations,
span#crsm_5c_1_charitablecampaignsconducted,
span#crsm_9a_2_shrt_doesorghavechapter,
span#crsm_2a_1_registrantsolicitcontributions,
span#crsm_8f_1_shrt_shortformeligible,
span#crsm_pfrbondcontributions,
span#crsm_poarequired,
span#crsm_pfrownership,
span#crsm_otherfundraisingbusinessownership,
span#crsm_charityownership,
span#crsm_doesthecontractcallforcustody,
span#crsm_6_1_registeredinotherstates,
span#crsm_7_1_privilegesdenied,
span#crsm_8_1_conviction,
span#crsm_5_respectiveobligations,
span#crsm_18_cagingagentorescrowagent,
span#crsm_eventorfairtickets,
span#crsm_4d_1_pfrregcapitalstockownercharorg,
span#crsm_13_1_affiliateswhichsharecontributionsnj,
span#crsm__1_anyhighcompensatedemployees,
span#crsm_24a_1_eachother,
span#crsm_24c_1_financialinterestindividuals,
span#crsm_25_1_financialinterest,
span#crsm_22_1_adjudgedliable,
span#crsm_20_1_unlawfulpractices,
span#crsm_18_1_authoritydeniedsuspendedrevoked,
span#crsm_19_1_voluntarycomplianceagreement,
span#crsm_21_1_criminaloffenseconvictions,
span#crsm_contractcontainsdescription,
span#crsm_containsnameofchandccv,
span#crsm_factscharitablesalespromotion,
span#crsm_attributablecharitablesalespromotion,
span#crsm_subjectofactandrules,
.radio-button-class {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
  margin-left: 2.3rem;
}

span#crsm_pfrbondregistrantcontributions,
span#crsm_recordsameasmailingaddress,
span#crsm_sameasmailingaddress {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}

input#crsm_acknowledgenocontracts_0,
input#crsm_acknowledgenocontracts_1,
input#crsm_sameasmailingaddress_0,
input#crsm_sameasmailingaddress_1,
input#crsm_recordsameasmailingaddress_0,
input#crsm_recordsameasmailingaddress_1,
input#crsm_pfrbondregistrantcontributions_0,
input#crsm_pfrbondregistrantcontributions_1,
input#crsm_pfrhavecustodytoorgfunds_0,
input#crsm_pfrhavecustodytoorgfunds_1,
input#crsm_activedba_0,
input#crsm_activedba_1 {
  margin-right: 0.6rem;
  width: 0.95rem;
  height: 0.95rem;
}
input#crsm_poboxoverride_1,
input#crsm_pfrhavecustodytoorgfunds_1,
input#crsm_contactconviction_1,
input#crsm_acknowledgenocontracts_1,
input#crsm_sameasmailingaddress_1,
input#crsm_recordsameasmailingaddress_1,
input#crsm_pfrbondregistrantcontributions_1,
input#crsm_activedba_1 {
  margin-left: 2rem;
}

input#crsm_poboxoverride_1,
input#crsm_poboxoverride_0,
input#crsm_pfrhavecustodytoorgfunds_0,
input#crsm_pfrhavecustodytoorgfunds_1,
input#crsm_contactconviction_0,
input#crsm_contactconviction_1,
input#crsm_activedba_0,
input#crsm_activedba_1 {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
}

input#crsm_registranttype_0 {
  margin-left: 0.5rem;
}

input#crsm_registranttype_1 {
  margin-left: 2rem;
}

span#crsm_poboxoverride {
  gap: 0.2rem;
  display: flex;
  margin-left: 0.5rem;
}

span#crsm_registranttype {
  display: flex;
  align-items: center;
}

/*date picker search button*/
span.input-group-addon.btn {
  height: 2.35rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border: #6c757d 1px solid;
  background-color: #e9ecef;
  height: 40px;
}

.input-group-addon.active {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 18em;
  margin-right: -1.85rem;
  z-index: 2000;
}

/*Sidebar*/
.sidebar {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

/*Hide document upload conditional questions*/

/*Solicitor*/
div[data-name="crsm_solicitor_registration_document_upload_tab"]
  td:has(#crsm_6_1_registeredinotherstates),
div[data-name="crsm_solicitor_registration_document_upload_tab"]
  td:has(#crsm_7_1_privilegesdenied),
div[data-name="crsm_solicitor_registration_document_upload_tab"]
  td:has(#crsm_8_1_conviction),
div[data-name="crsm_solicitor_registration_document_upload_tab"]
  td:has(#crsm_portalregistrationstatus) {
  display: none;
}

/*Co-Venture Contract*/
div[data-name="tab_5"]
  td:has(#crsm_contractcontainsdescription),
div[data-name="tab_5"]
  td:has(#crsm_containsnameofchandccv),
div[data-name="tab_5"]
  td:has(#crsm_factscharitablesalespromotion),
div[data-name="tab_5"]
  td:has(#crsm_attributablecharitablesalespromotion),
div[data-name="tab_5"]
  td:has(#crsm_subjectofactandrules) {
  display: none;
} 

/*Coventure Report*/
div[data-name="tab_4"]
  td:has(#crsm_7_1_promotionadvertised) {
  display: none;
} 

/*Exemption*/
div[data-name="tab_4"]
  td:has(#crsm_religiousexemptiongranted),
div[data-name="tab_4"]
  td:has(#crsm_registeredaslibrary),
div[data-name="tab_4"]
  td:has(#crsm_registeredaseducationalinstitution) {
  display: none;
} 

/*Retirement-PFR*/
div[data-name="tab_3"]
  td:has(#crsm_requestertype),
div[data-name="tab_3"]
  td:has(#crsm_pfrreasonforretirement),
div[data-name="tab_3"]
  td:has(#crsm_retirementreasonoption2),
div[data-name="tab_2"]
  td:has(#crsm_retirementreasonoption2) {
  display: none;
}

/*Retirement-CHR*/
div[data-name="tab_4"]
  td:has(#crsm_requestertype),
div[data-name="tab_4"]
  td:has(#crsm_charityreasonforretirement),
div[data-name="tab_4"]
  td:has(#crsm_recognizedasprivatefoundation),
div[data-name="tab_4"]
  td:has(#crsm_retirementreasonoption2),
div[data-name="tab_3"]
  td:has(#crsm_retirementreasonoption2) {
  display: none;
}


/*Multi-step Form*/
/*Charity-Charity Information Step*/
.asterisk {
  color: red;
}

p.custom-p-cont-info {
  font-weight: 400;
  font-size: 18px;
  color: black;
  margin-top: -0.6rem;
}

p.custom-p-fs {
  font-weight: 400;
  font-size: 18px;
  color: black;
  margin-top: -0.6rem;
}

p.custom-p-rd {
  font-weight: 400;
  font-size: 18px;
  color: black;
  margin-top: -0.6rem;
}

.section-descriptions {
  font-weight: 400;
  font-size: 18px;
  color: black;
  margin-top: 8px;
  font-family: var(--main-font-family);
}

p.custom-p-sd {
  font-weight: 400;
  font-size: 18px;
  color: black;
  margin-top: -0.6rem;
}

/*Form Section descriptions*/
p.custom-p {
  font-weight: 400;
  font-size: 18px;
  color: black;
  margin-top: -0.6rem;
}

.section-desc {
  font-weight: 400;
  font-size: 18px;
  color: black;
  font-family: var(--main-font-family);
}

.footer-row {
  justify-content: flex-end;
}

.footer-img {
  width: 3.4rem;
  height: 3.5rem;
  margin-left: 1rem;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-right: -4rem;
  width: 100%;
}

.edit-solicitor {
  border-right: none !important;
  border: 1px solid #495057 !important;
  color: #495057 !important;
  background: #e9ecef !important;
  width: 3rem !important;
  height: 2.5em !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.footer-bottom {
  padding: 19px 0;
}

.alt-contact-box-container {
  padding: 0 !important;
}

/*PFR-Register a PFR*/

.fein-h2 {
  /* font-family: 'Roboto', sans-serif; */
  font-family: var(--main-font-family);
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem !important;
  margin-bottom: 0.8rem !important;
}

.start-registration {
  margin-bottom: 2rem !important;
  margin-top: -0.5rem !important;
}

.start-fein-button {
  width: 94% !important;
  border-radius: 0.3em !important;
  margin-bottom: 2rem;
  padding: 0.4rem !important;
  background: #0a58ca !important;
  border: #0a58ca !important;
  font-family: var(--main-font-family) !important;
  font-size: 1.125em !important;
}

.register-fein-column {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

fieldset.start-fein-fieldset {
  margin-bottom: 1rem !important;
}

.fein-header {
  margin-bottom: 0;
}

input.revenue-read-only {
  border: none !important;
  margin-left: -0.3em !important;
  font-weight: 700;
  color: #495057;
  font-size: 1.3em;
  margin-top: -0.02em !important;
  padding: 0;
}

fieldset[aria-label="Merger Request"] a.btn.btn-info.float-end.action {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

div[data-name="crsm_charity_contactinfo_tab"] fieldset:nth-of-type(5) .btn.float-end.action {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

.input-group:has(.revenue-read-only) > span {
  background: none;
  border: none;
  margin-left: -1%;
  padding: 0em 0.4em 0.3em 0.3em;
  font-weight: 700;
  color: #495057;
  font-size: 1.2em;
  font-family: var(--main-font-family) !important;
}
/*List styling*/
.ms-DetailsHeader-cellName {
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 18px !important;
  font-family: "Roboto";
  color: #0a58ca;
}

.ms-DetailsHeader-cellTitle i {
  padding-left: 6px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  color: #0a58ca;
}

.ms-DetailsHeader {
  border-top: 1px solid #adb5bd !important;
  border-bottom: 2px solid #adb5bd !important;
  padding: 0.3em 0em;
  height: 3em !important;
}

.ms-SearchBox {
  border: solid 1px #6c757d;
  width: 98%;
  border-radius: 6px;
  height: 2.5em;
}

#fakeCheckbox {
  margin-right: 1em;
  transform: translate(0px, -4px);
}

td:has(#fakeCheckbox) {
  display: flex;
  align-items: center;
}

/*Charity and PFR Registration Subgrids*/

.chr-pfr-subgrid {
}

.chr-pfr-list {
  height: 326px;
  border: 1px solid #adb5bd !important;
  border-bottom: none !important;
  padding: 0em 0.5em;
}

.chr-pfr-list-short {
  height: 175px;
  border: 1px solid #adb5bd !important;
  border-bottom: none !important;
  padding: 0em 0.5em;
}

.chr-pfr-subgrid-a {
  color: #0a58ca;
  font-size: 1.125em !important;
  font-weight: 500;
  width: auto !important;
  font-family: var(--main-font-family) !important;
}

/*1 subgrid styling to change*/

/* .chr-pfr-subgrid a {
  color: #0a58ca;
  font-size: 1.125em !important;
  font-weight: 500;
  width: auto !important;
} */

.chr-pfr-subgrid .view-toolbar.grid-actions.clearfix {
  margin-bottom: 0 !important;
  border-color: #adb5bd;
}

.chr-pfr-subgrid a:not(.btn) {
  color: #0a58ca;
  font-size: 1.125em !important;
  font-weight: 500;
  font-family: var(--main-font-family) !important;
  width: auto !important;
}

.dba-name .view-toolbar.grid-actions.clearfix,
.permit-license .view-toolbar.grid-actions.clearfix,
.donated-ticket .view-toolbar.grid-actions.clearfix,
.charity-pfr-contracts .view-toolbar.grid-actions.clearfix,
.pfr-subcontracts .view-toolbar.grid-actions.clearfix,
.charity-campaigns .view-toolbar.grid-actions.clearfix {
  display: flex;
}

.dba-name .btn,
.permit-license .btn,
.donated-ticket .btn,
.charity-pfr-contracts .btn,
.pfr-subcontracts .btn,
.charity-campaigns .btn {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-left: 0 !important;
}

.modal-body th.sort-enabled a {
  color: #0a58ca;
  font-size: 1.125em !important;
  font-weight: 500;
}

.modal-tab-title {
  border-bottom: none !important;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 1.5em;
}

th.sort-enabled.sort.sort-desc a {
  color: #0a58ca;
  font-size: 1.125em !important;
  font-weight: 500;
}

th.sort-enabled a {
  color: #0a58ca;
  font-size: 1.125em !important;
  font-weight: 500;
}

th.sort-disabled {
  color: black;
  font-size: 1.125em !important;
  font-weight: 500;
}

.payment-summary {
  margin-left: 1em;
}

.page-link {
  color: #0a58ca;
  font-size: 18px;
  font-weight: 500;
  width: auto !important;
}

.subgrid-top-border {
  margin-bottom: 0 !important;
  border-color: #adb5bd;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: white !important;
  --bs-table-accent-bg: unset !important;
}

table > thead {
  vertical-align: bottom;
  border-bottom: solid 2px #adb5bd;
}

td.clearfix.cell.subgrid-cell {
  /* padding-left: 1.875em !important; */
}

.subgrid-custom-button-container {
  display: flex;
  justify-content: flex-end;
}

.employment-experience .create-action {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;

}

.ticket-price .create-action {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

.subgrid-custom-button {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

.subgrid-custom-button2 {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

.subgrid-custom-button3 {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

.subgrid-custom-button-upper-left {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 1em !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-left: 0 !important;
}

.coventureSubgrid th {
  line-height: 1.4em;
}

button.btn.btn-default.btn-md.aria-exp {
  width: 2.2em !important;
  height: 2.1em !important;
  padding: 7px !important;
  border-radius: 4px !important;
  border: none !important;
  color: #0a58ca !important;
}

button.btn.btn-default.btn-md.aria-exp:focus {
  width: 2.2em !important;
  height: 2.1em !important;
  padding: 7px !important;
  border-radius: 4px !important;
  border: #6c757d solid 2px !important;
  color: #031633 !important;
  background: none !important;
}

button.btn.btn-default.btn-md.aria-exp:hover {
  background: none !important;
}

.dropdown-item {
  color: #0a58ca !important;
  font-family: var(--main-font-family) !important;
  font-size: 1em;
  font-weight: 700 !important;
}

.dropdown-item:hover {
  background: #0a58ca !important;
  color: white !important;
}

/*Action Buttons*/

/*Authenticated User Landing Page*/
.root-187 {
  height: 25em !important;
  border: solid 1px #adb5bd;
  border-radius: 2px;
  padding: 5px !important;
  border-bottom: none !important;
}

.status-wrapper-green {
  width: 5.9em;
  height: 2.1em;
  font-size: 0.75em;
  background-color: #146c43;
  border: 2px solid #146c43;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-yellow {
  width: 5.9em;
  height: 2.1em;
  font-size: 0.75em;
  background-color: #ffc107;
  border: 2px solid #ffc107;
  color: #495057;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-yellow-long {
  width: 15.5em;
  height: 2.05em;
  font-size: 0.75em;
  background-color: #ffc107;
  border: 2px solid #ffc107;
  color: black;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-red {
  width: 8em;
  height: 2.05em;
  font-size: 0.75em;
  background-color: #dc3545;
  border: 2px solid #dc3545;
  color: white;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-grey {
  width: 5.9em;
  height: 2.1em;
  font-size: 0.75em;
  background-color: #adb5bd;
  border: 2px solid #adb5bd;
  color: #343a40;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-grey-long {
  width: 14em;
  height: 2.1em;
  font-size: 0.75em;
  background-color: #adb5bd;
  border: 2px solid #adb5bd;
  color: #343a40;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-white {
  width: 6em;
  height: 2.05em;
  font-size: 0.75em;
  background-color: white;
  border: 1px solid black;
  color: black;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-light-yellow {
  width: 6em;
  height: 2.05em;
  font-size: 0.75em;
  background-color: #ffea00;
  border: 2px solid #ffea00;
  color: black;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-blue {
  width: 10em;
  height: 2.05em;
  font-size: 0.75em;
  background-color: #3a0ca3;
  border: 2px solid #3a0ca3;
  color: white;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-light-green {
  width: 11em;
  height: 2.05em;
  font-size: 0.75em;
  background-color: #70e000;
  border: 2px solid #70e000;
  color: black;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-orange {
  width: 13em;
  height: 2.05em;
  font-size: 0.75em;
  background-color: #ff7b00;
  border: 2px solid #ff7b00;
  color: black;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.status-wrapper-light-blue {
  width: 10em;
  height: 2.05em;
  font-size: 0.75em;
  background-color: #2667ff;
  border: 2px solid #2667ff;
  color: white;
  border-radius: 5px;
  font-family: Roboto;
  text-align: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.list-header {
  display: flex;
  font-weight: 700;
  font-size: 22px;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--main-font-family);
}

.list-header-description {
  font-family: var(--main-font-family);
  line-height: 36.2px;
  font-size: 16px;
}

.root-209 {
  padding: 9px 14px 11px 11px !important;
  position: relative !important;
  bottom: 5px !important;
  height: 4em !important;
  border-bottom: 1px solid #adb5bd !important;
}

.root-227 {
  border-bottom: 2px solid #adb5bd !important;
}

.sortIcon-246 {
  color: #0a58ca;
  font-weight: 700;
}

.filterChevron-248 {
  font-weight: 700;
  color: #0a58ca;
}

.cellTitle-249 {
  background: white;
}

.fields-264 {
  border-bottom: #adb5bd solid 1px;
}

.cellName-259 {
  font-size: 18.5px;
  color: #0a58ca;
}

.cellName-252 {
  font-size: 18.5px;
  color: #0a58ca;
}

.chr-auth-landing-buttons-inner-container {
  border-top: 1px solid #adb5bd;
  padding-top: 0.7em;
}

.chr-auth-landing-buttons-outer-container {
  border-left: 1px solid #adb5bd;
  border-bottom: 1px solid #adb5bd;
  border-right: 1px solid #adb5bd;
  border-radius: 2px;
  padding-left: 0.3em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
}

.chr-auth-landing-section1 {
  margin-bottom: 50px;
  padding: 16px;
  margin-top: -20px;
}

.chr-auth-landing-section2 {
  margin-top: -35px !important;
}

.button1 {
  padding: 7px 20px;
  margin-left: 0.3em;
}

div[data-item-key="crsm_federalein"] {
  width: 182.2px !important;
}

div[data-item-key="crsm_federalemployeridnumber"] {
  width: 182.2px !important;
}

::-webkit-scrollbar-thumb {
  background: #e0e0e0b7 !important;
  border-radius: 5px !important;
}

/*My grids--my charities/pfr grids*/

.my-grids .entity-grid {
  border: 1px solid #adb5bd !important;
  border-bottom: none !important;
  padding: 0.6em 0.7em 0em 0.5em;
}

.my-grids .entity-grid .view-search button {
  height: 2.5em;
}

.my-grids .entity-grid .view-search input {
  font-size: 1.05em !important;
}

.my-grids .entity-grid th a {
  color: #0a58ca;
  font-size: 1.25em !important;
  font-weight: 500;
}

.my-grids th.sort-enabled.sort.sort-desc a {
  color: #0a58ca;
  font-size: 1.25em !important;
  font-weight: 500;
}

.chr-pfr-subgrid-a2 {
  color: #0a58ca;
  font-size: 19.2px !important;
  font-weight: 500;
}

.my-grids .entity-grid .grid-actions {
    border-bottom: 1px solid #adb5bd;
    margin-bottom: 4px;
    padding-bottom: 7px;
}

.float-end.toolbar-actions {
  display: flex;
}

.my-grids.char .entity-grid .list-headers {
  transform: translate(-556px, 0px);
  display: flex;
  font-weight: 700;
  font-size: 26px;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--main-font-family);
}

/* 1200px–1399px */
@media (max-width: 1399px) and (min-width: 1200px) {
  .my-grids.char .entity-grid .list-headers {
    transform: translate(-417px, 0px);
  }
  .my-grids.pfr .entity-grid .list-headers {
    transform: translate(-146px, 0px)!important;
  }
}

/* 992px–1199px */
@media (max-width: 1199px) and (min-width: 992px) {
  .my-grids.char .entity-grid .list-headers {
    transform: translate(-521px, 0px);
  }
  .my-grids.pfr .entity-grid .list-headers {
    transform: translate(-249px, 0px)!important;
  }
  
}

/* 767px–991px */
@media (max-width: 991px) and (min-width: 767px) {
  .my-grids.char .entity-grid .list-headers {
    transform: translate(-286px, 0px);
  }
  .my-grids.pfr .entity-grid .list-headers {
    transform: translate(-14px, 0px)!important;
  }
}

/* 500px–766px */
@media (max-width: 766px) and (min-width: 500px) {
  .my-grids.char .entity-grid .list-headers {
    transform: translate(-107px, 0px);
  }
  .my-grids.pfr .entity-grid .list-headers {
    transform: translate(2px, 0px)!important;
  }
}


.my-grids.pfr .entity-grid .list-headers {
  transform: translate(-284px, 0px);
  display: flex;
  font-weight: 700;
  font-size: 26px;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--main-font-family);
}


.my-grids .entity-grid a.details-link.has-tooltip  {
  font-size: 16px;
}

.my-grids ul.pagination {
  margin-top: 0;
}

.my-charities-view-page-section1 {
  margin-top: -40px;
}

.my-pfr-view-page-section1 {
  margin-top: -40px;
}

.sidebar-my-charities-pfr {
  margin-top: 9.5em !important;
}

.reg-history-list {
  /*height: 11.4em !important;*/
}

button.ms-Button.ms-Button--default.ms-Button--hasMenu.root-215 {
  display: none !important;
}

/*CHR/PFR Details Page*/

/*New Charity Details Page Styling----------------------------------------------------------------------------------*/

/*Hide charity tab title in first and second section*/
.name-fein-status .tab-title {
  display: none !important;
}

.charity-detail-form .tab-title {
  display: none !important;
}

/*Hide empty fieldsets in first section*/
.name-fein-status fieldset:nth-of-type(1),
.name-fein-status fieldset:nth-of-type(2) {
  display: none !important;
}

/*Change breadcrumb formatting*/
.details-breadcrumb li.breadcrumb-item p {
  font-size: 1em;
  font-family: var(--main-font-family);
}
.details-breadcrumb .details-breadcrumb-ol {
  margin-bottom: -5px !important;
  padding: 2px !important;
}
.details-breadcrumb .breadcrumb {
  padding: 2px !important;
}

/*Hide the dynamically inserted empty tr of the name-fein-status form*/
.name-fein-status tbody tr:nth-of-type(1),
.name-fein-status tbody tr:nth-of-type(2) {
  display: none !important;
}

/*Remove name-fein-status form's border*/
.name-fein-status fieldset:nth-of-type(3) {
  border: none !important;
  padding: 0 !important;
}
div[data-name="crsm_pfr_name_fein_status_tab"] fieldset:first-of-type {
  border: none !important;
  padding: 0 !important;
}

/*Remove name-fein-status input borders*/
.name-fein-status fieldset:nth-of-type(3) input,
.name-fein-status fieldset:nth-of-type(3) select {
  border: none !important;
  padding-left: 0 !important;
}
div[data-name="crsm_pfr_name_fein_status_tab"] fieldset:first-of-type input,
div[data-name="crsm_pfr_name_fein_status_tab"] fieldset:first-of-type select {
  border: none !important;
  padding-left: 0 !important;
}

/*Remove name label*/
.name-fein-status #name_label,
.name-fein-status #crsm_filestanding_label {
  display: none !important;
}
div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  #crsm_name_label,
div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  #crsm_filestanding_label {
  display: none !important;
}

/*Shorten fein value, reducing space between fein and file standing, styling for fein and file standing*/
.name-fein-status #crsm_federalein {
  width: 5.5em;
  height: 1.5em;
  font-size: 12px !important;
  font-weight: 700;
  color: white !important;
  margin-bottom: 0 !important;
  background: #495057 !important;
}

.name-fein-status #crsm_filestanding {
  font-size: 0.8em !important;
  color: white !important;
  background: #495057 !important;
  font-weight: 700 !important;
  border-radius: 4px;
  margin-top: 0.3em;
  height: 24px;
  text-align: center;
  width: auto;
  display: flex;
  align-items: center;
  padding: 0;
}

div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  #crsm_federalemployeridnumber {
  width: 5.5em;
  height: 1.5em;
  font-size: 12px !important;
  font-weight: 700;
  color: white !important;
  margin-bottom: 0 !important;
  background: #495057 !important;
}

div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  #crsm_filestanding {
  font-size: 0.8em !important;
  color: white !important;
  background: #495057 !important;
  font-weight: 700 !important;
  border-radius: 4px;
  margin-top: 0.3em;
  height: 24px;
  text-align: center;
  width: auto;
  display: flex;
  align-items: center;
  padding: 0;
}

/*Align fein and status labels with their values and height adjustments*/
.name-fein-status tbody tr:nth-of-type(4) {
  display: flex;
  align-items: center;
  height: 2em;
}
div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  tbody
  tr:nth-of-type(2) {
  display: flex;
  align-items: center;
  height: 2em;
}

.name-fein-status tbody tr:nth-of-type(3) td:first-of-type {
  padding-bottom: 0;
}
div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  tbody
  tr:nth-of-type(1)
  td:first-of-type {
  padding-bottom: 0;
}

.name-fein-status tbody tr:nth-of-type(4) td:first-of-type {
  display: flex;
  align-items: center;
  padding-right: 5px;
  margin-top: 9px !important;
}
div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  tbody
  tr:nth-of-type(2)
  td:first-of-type {
  display: flex;
  align-items: center;
  padding-right: 5px;
  margin-top: 9px !important;
}

.name-fein-status tbody tr:nth-of-type(4) td:nth-of-type(2) {
  display: flex;
  align-items: center;
}
div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  tbody
  tr:nth-of-type(2)
  td:nth-of-type(2) {
  display: flex;
  align-items: center;
}

.name-fein-status tbody tr:nth-of-type(4) td:first-of-type > div:first-of-type {
  display: flex;
  align-items: center;
  border-radius: 4px;
}
div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  tbody
  tr:nth-of-type(2)
  td:first-of-type
  > div:first-of-type {
  display: flex;
  align-items: center;
  border-radius: 4px;
}

/*Name styling*/
.name-fein-status #name {
  font-size: 2em;
  font-weight: 700;
  font-family: var(--main-font-family);
}
div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  #crsm_name {
  font-size: 2em;
  font-weight: 700;
  font-family: var(--main-font-family);
}

/*Breadcrumb height*/
.details-breadcrumb nav {
  height: 1em;
}
.details-breadcrumb > div {
  height: 5em;
}

/*Fein label styling*/
.name-fein-status #crsm_federalein_label {
  color: white !important;
  background: #495057 !important;
  border-radius: 4px;
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 0.8em !important;
  font-weight: 700 !important;
}
div[data-name="crsm_pfr_name_fein_status_tab"]
  fieldset:first-of-type
  #crsm_federalemployeridnumber_label {
  color: white !important;
  background: #495057 !important;
  border-radius: 4px;
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 0.8em !important;
  font-weight: 700 !important;
}

/*Details page subgrid styling*/
th a {
  font-family: var(--main-font-family);
}

/*Reg history action button left alignment*/
#CharityReg_subgrid .float-end.toolbar-actions {
  float: left !important;
}
#grid_pfr_registrations .float-end.toolbar-actions {
  float: left !important;
}

/*Remove left padding from grids*/
.details-breadcrumb td.clearfix.cell.subgrid-cell {
  padding-left: 0 !important;
}

/*Remove empty fieldset above reg history*/
div[data-name="crsm_charity_summary_tab"] fieldset:first-of-type {
  display: none;
}

/*Remove left margin from reg history buttons*/
.charity-reg
  a.btn.btn-primary.float-end.action.create-action.subgrid-custom-button {
  margin-left: 0 !important;
}
.pfr-reg
  a.btn.btn-primary.float-end.action.create-action.subgrid-custom-button {
  margin-left: 0 !important;
}

/*Search button height*/
.details-breadcrumb .view-search.entitylist-search button {
  height: 2.5em;
}

/*End new details styling---------------------------------------------------------------------------------*/

.details-breadcrumb-ol {
  padding: 0;
  margin-bottom: -5px !important;
}

.details-breadcrumb-text {
  font-size: 1em;
  font-family: var(--main-font-family);
}

.details-charity-header {
  display: none !important;
}

.details-pfr-header {
  display: none !important;
}

.details-section-1 {
  border: none !important;
  padding: 0 !important;
}

.details-section-1-inputs {
  border: none !important;
  padding: 0 !important;
  margin-top: 0.1em;
}

.details-registrant-type-label {
  border-top: transparent !important;
}

select#crsm_registranttype.details-registrant-type {
  margin: 0 !important;
  font-size: 0.8em !important;
  font-family: var(--main-font-family);
  border: solid #495057 1px !important;
  background-color: #495057 !important;
  margin-left: 0.5em !important;
  color: white !important;
  font-weight: 600 !important;
  width: 9em;
  height: 1.76em;
  border-radius: 0.3em !important;
  text-align: center;
}

.details-fein-status-reg-type {
  display: flex;
}

.details-section-1-input-td {
  align-items: center;
  padding: 0 !important;
  margin-top: 0 !important;
}

.details-section-1-name-label {
  display: none !important;
}

.details-section-1-tr-layout {
  display: flex !important;
  margin-top: 0 !important;
  align-items: center;
}

.details-table-info {
  display: flex !important;
}

.chr-details-fein-table-info {
  display: flex;
  width: 5em !important;
  height: 18px;
  background: #495057;
  border-radius: 0.25em;
  padding-top: 0.07em;
  align-items: center;
}

.pfr-details-fein-table-info {
  width: 10em !important;
  background: #495057;
  border-radius: 0.25em;
  padding-top: 0.05em;
}

.details-fein-table-container {
  border: solid 1px #495057 !important;
  background: #495057;
  border-radius: 0.25em;
  padding: 0.74em 0.82em 0.59em 0.35em !important;
  height: 0.36em;
  margin-top: 0.62em !important;
}

.details-fein-pfr-table-container {
  border: solid 1px #495057 !important;
  background: #495057;
  border-radius: 0.25em;
  padding: 0.8em 0em 0.5em 0.25em !important;
  height: 0.36em;
}

.details-fein-value-container {
  width: 4.3em !important;
  height: 2.5em !important;
  display: flex;
  align-items: center !important;
  margin-right: -1.18em;
}

.details-fein-value {
  padding: 0 !important;
  display: flex;
  align-items: center;
}

input#crsm_federalemployeridnumber.details-pfr-fein-value {
  font-size: 0.8em !important;
  color: white !important;
  background: #495057 !important;
  font-weight: 700 !important;
  margin-left: -6em !important;
  width: 5.5em !important;
  height: 1em !important;
  margin-bottom: 0.2em !important;
  margin-top: 0.15em;
}

.details-pfr-select-status {
  margin-left: 1em !important;
}

.details_select_pfr_file_standing {
}

.details_select_pfr_file_standing.details-pfr-select-status {
  margin: 0 !important;
  font-size: 0.8em !important;
  font-family: var(--main-font-family);
  border: solid #146c43 1px !important;
  background-color: #146c43 !important;
  margin-left: 1em !important;
  color: white !important;
  font-weight: 600 !important;
  width: 5.8em;
  height: 1.9em;
  border-radius: 0.3em !important;
  padding-top: 0.1em;
  padding-left: 1em !important;
  margin-right: 0.5em !important;
}

.pfr-fein-status > tr:first-of-type {
  display: flex;
}

.pfr-fein-status > tr > td:first-of-type {
  display: flex;
}

.details-file-standing-status-table-info {
  display: none !important;
}

.details-reg-type-status-table-info {
  width: 8em !important;
  display: none !important;
}

/* .details-input-pfr-fein {
  width: 5em !important;
  margin-left: 0.5em !important;
} */

.details-charity-name {
  font-size: 2em;
  font-weight: 700;
  font-family: var(--main-font-family);
  margin-top: 0.1em !important;
  margin-bottom: -0.22em !important;
  margin-left: -0.1em !important;
}

.details-pfr-name {
  font-size: 2em;
  font-weight: 700;
  font-family: var(--main-font-family);
}

.details-tbody-children {
  display: none !important;
}

.details-tbody {
  margin-top: 0 !important;
}

.breadcrumb > li a {
  padding: 0 !important;
  margin: 0 !important;
}

#crsm_federalemployeridnumber_label.details-pfr-fein-input-label {
  font-size: 0.8em !important;
  color: white !important;
  background: #495057 !important;
  font-weight: 700 !important;
  padding-left: 0.5em;
  border-radius: 0.25em;
  margin-top: 0.11em;
}

.details-status-input {
  font-size: 0.8em !important;
  color: white !important;
  width: 4em;
  height: 1em;
}

.details-status-input.details-fein-value {
  background: #495057 !important;
  font-weight: 600 !important;
}

label#crsm_federalein_label.details-fein-input-label {
  font-size: 0.8em !important;
  font-weight: 600 !important;
  background-color: #495057 !important;
  color: white !important;
}

select#crsm_filestanding.details-status {
  margin: 0 !important;
  font-size: 0.8em !important;
  font-family: var(--main-font-family);
  border: solid #146c43 1px !important;
  background-color: #146c43 !important;
  margin-top: 0.8em !important;
  margin-left: 0.5em !important;
  color: white !important;
  font-weight: 600 !important;
  width: 6em;
  height: 1.71em;
  border-radius: 0.3em !important;
  text-align: center;
  padding-right: 0.2em !important;
}

.profile-details-h2 {
  font-weight: 700 !important;
  font-size: 1.5em !important;
  font-family: var(--main-font-family) !important;
}
.pfr-profile-details-h3 {
  font-weight: 700 !important;
  font-size: 1.17em !important;
  font-family: var(--main-font-family) !important;
  margin-bottom: 0em;
}

.pfr-profile-details-email-link {
  font-family: var(--main-font-family) !important;
  font-size: 1.25em !important;
  font-weight: 700 !important;
  position: relative;
  top: 0.3em;
}

.pfr_profile-details-button {
  background: #0a58ca !important;
  font-family: var(--main-font-family) !important;
  font-size: 1.1em !important;
  color: white !important;
  border: none !important;
  margin-left: -0.1em !important;
  margin-bottom: 0.85em;
  margin-top: 0.2em;
}

.pfr-details-email-label {
  margin-top: -1em;
}

.profile-details-labels {
  font-family: var(--main-font-family) !important;
  color: #495057 !important;
  font-size: 1.125em !important;
}

.profile-details-input-values {
  font-family: var(--main-font-family) !important;
  color: black !important;
  font-size: 1.25em !important;
  font-weight: 700 !important;
  padding-left: 0 !important;
  border: none !important;
}

.profile-details-input-values[href^="mailto:"] {
  display: inline-block;
}

.profile-details-input-values[href^="mailto:"] ~ .control {
  margin-top: 0.3em;
}

.profile-details-td-clearfix {
  padding: 0em 0em 0.75em 0em !important;
}

.profile-details-section-title {
  border-bottom: none !important;
}

div[data-name="crsm_profile_details_tab"] {
  margin-top: -5.93em !important;
}

.profile-details-td {
  padding: 0 !important;
}

.profile-details-address {
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.profile-detail-email-label {
  margin-top: 0.8em !important;
}

.profile-details-email-link {
  font-family: var(--main-font-family) !important;
  font-size: 1.25em !important;
  font-weight: 700 !important;
}

.profile-details-button {
  background: #0a58ca !important;
  font-family: var(--main-font-family) !important;
  font-size: 1.125em !important;
  color: white !important;
  border: none !important;
  font-weight: 700 !important;
  margin-top: 2em !important;
  margin-bottom: -1.5em !important;
  margin-left: -0.1em !important;
}

.profile-details-button > span:before {
  content: none !important;
}

/*Modals*/

/* .modal-form {
  margin-top: -0.5em !important;
}

.modal-header2 {
  font-weight: 700 !important;
  font-size: 1.5em !important;
  font-family: var(--main-font-family) !important;
} */

.entity-associate .view-grid,
.entity-lookup .view-grid {
  font-size: 100% !important;
}

h1.modal-title {
  font-size: 1.375em !important;
  font-weight: 700;
  margin-top: 0;
  font-family: var(--main-font-family) !important;
}

.modal-header {
  padding: 1em !important;
}

.modal-body .tab-title {
  display: none !important;
}

.modal-body input.query.form-control {
  font-size: 100% !important;
}

.modal-body div.input-group-btn.align-top button {
  height: 40px;
  width: 3.5em;
}

.modal-body .subgrid-top-border {
  margin-bottom: 0;
}

.modal-body table {
  font-size: 97%;
}

.modal-body .portal-card-default > .card-header {
  font-size: 85%;
}

.modal-body td {
  border-bottom: 1px solid #adb5bd;
}

.dba-modal-content {
  height: 35em;
}

.dba-modal-iframe {
  height: 29em !important;
}

/* .affiliate-modal-iframe {
  height: 13em !important;
} */

.employee-modal-iframe {
  height: 24em !important;
}

.modal-dialog a.toggle-related-filter {
  background: #0a58ca !important;
  border-color: #0a58ca !important;
  color: white !important;
}

.modal-body .item.pull-left {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 87% !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

.modal-footer button.primary.btn.btn-primary {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 90% !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-top: 0.5em;
}

button.btn.btn-default.float-start.new-value {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 90% !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-top: 0.5em;
}

#primary-edit {
  background: #0a58ca !important;
  border: #0a58ca solid 3px !important;
  color: white !important;
  font-size: 90% !important;
  padding: 0.3em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-top: 0.5em;
}

#primary-edit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.modal-footer button.cancel.btn.btn-default {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 90% !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
}

.modal-footer button.btn.btn-default.float-end.remove-value {
  background: white !important;
  border: #0a58ca solid 1px !important;
  color: #0a58ca !important;
  font-size: 90% !important;
  padding: 0.425em 1em !important;
  font-family: var(--main-font-family) !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-left: -6px;
}

.modal-body span[role="checkbox"].fa.fa-fw {
  width: 19px;
  height: 19px;
  border-radius: 4px;
}

.crmEntityFormView .form-control.readonly,
.crmEntityFormView .form-control[readonly][disabled],
.form-readonly .form-control {
  padding-left: 10px;
}

.text-muted {
  padding-left: 10px;
}

.tab-description {
  font-size: 1.125em;
  font-family: var(--main-font-family) !important;
  margin-bottom: 1.5em;
  margin-top: -2em;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  background-color: #0a58ca !important;
  height: 2.1em;
}

.profile-details-subgrid-create-button {
  border: solid 1px #0a58ca !important;
  border-radius: 0.25em !important;
  color: #0a58ca !important;
  padding: 1em !important;
  font-weight: 700 !important;
  font-size: 1.125em !important;
}

.secondary-sugbrid-create-button {
  color: #0a58ca !important;
  border: solid 2px #0a58ca !important;
  padding: 1em 0.75em !important;
  border-radius: 0.25em !important;
}

.btn-primary:focus {
  outline: none !important;
}

.add-icon {
  display: none !important;
}

.label-219 {
  font-weight: 700 !important;
}

.chr-public-dollar-sign {
  display: none !important;
}

.chr-information-td {
  padding: 0 !important;
}

.chr-info-tbody-1 {
  border-bottom: solid 2px #adb5bd;
}

fieldset[aria-label="Public Charity Address"] {
  margin-top: 1em !important;
}

div[data-name="crsm_charity_information_tab"],
div[data-name="Public Financial Statement"] label {
  color: #495057;
}

.chr-name-label {
  display: none !important;
}

.chr-fs-label {
  display: none !important;
}

.chr-website-td {
  padding-bottom: 1em !important;
}

.chr-federal-ein-td {
  display: flex;
  margin-top: -0.5em !important;
  width: 35%;
  border: solid 1px #495057 !important;
  background: #495057;
  border-radius: 0.25em;
  padding: 0.74em 0.82em 0.59em 0.35em !important;
  height: 1.5em;
}

select.chr-fs-value {
  /* margin-top: -1.1em !important;
  margin-left: -23.5em !important; */
  margin-top: -1.14em !important;
  margin-left: -23.8em !important;
  font-size: 0.78em !important;
  font-family: var(--main-font-family);
  border: solid #495057 1px !important;
  background-color: #495057 !important;
  color: white !important;
  font-weight: 600 !important;
  width: auto;
  height: 1.95em;
  border-radius: 0.35em !important;
  text-align: center;
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
  margin-left: 1em;
}

/* @media (min-width: 836px) and (max-width: 1048px) {
  .chr-federal-ein-td {
    width: 45.5% !important;
  }

  select.chr-fs-value {
    margin-left: -14.7em !important;
  }
} */

.ms-Dialog-main {
  width: 79%;
}

label.chr-fed-ein-label {
  background: #495057 !important;
  font-size: 0.82em !important;
  color: white !important;
  font-weight: 600 !important;
  margin-top: -0.85em !important;
  width: 6em;
}

input.chr-fed-ein-value {
  background: #495057 !important;
  font-size: 0.82em !important;
  color: white !important;
  width: 5.35em;
  height: 1.8em;
  font-weight: 600 !important;
  margin-top: -0.95em;
  padding-left: 0.25em !important;
  height: 1.8em;
}

.chr-fs-col1-right-border {
  border-right: solid 1px #adb5bd;
}

.chr-fs-col2 {
  margin-left: 1em !important;
}

/* CHR/PFR Public Search Page */

.public-search-grid {
  border-top: none;
  border-left: none;
  border-right: none;
  height: 39.71em !important;
  border-bottom: solid 1px #adb5bd !important;
  margin-bottom: 2em;
}

.public-search-bar-container {
  border: solid 1px #adb5bd;
  border-radius: 4px;
  padding: 1em;
  width: 55%;
  margin-left: 0.15em;
  display: flex;
  flex-direction: column;
}

.public-search-bar {
  border: solid 1px #6c757d;
  width: 98%;
  border-radius: 6px;
}

.test-text-container {
  margin-top: 0.2em;
  margin-left: 1.4em;
  color: #6c757d;
  font-size: 0.8em;
  font-family: var(--main-font-family);
}

.test-text-container2 {
  font-size: 1.5em;
  font-family: var(--main-font-family);
  font-weight: 700;
  margin-bottom: 1em;
  margin-left: 0.5em;
}

.public-search-input-outer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ms-SearchBox.is-active::after {
  border-color: #0a58ca !important;
  border-radius: 6px;
}

.root-230 {
  border: solid 1px #6c757d;
  height: 2.5em;
  border-radius: 6px;
  width: 98%;
  margin-left: 1em;
}

#modalTitle {
  font-family: var(--main-font-family);
  font-weight: 700;
  font-size: 1.7em;
}

.ms-SearchBox.is-active {
  border: solid #6c757d 1px !important;
  border-radius: 6px;
  width: 98%;
  margin-left: 1em;
  height: 2.5em;
}

.public-search-input-inner-container1 {
  width: 98.7%;
}

.search-results-container {
  margin-top: 1.35em;
  font-size: 2em;
  font-family: var(--main-font-family);
  font-weight: 700;
}

/* .grid-header-container {
  height: 3em !important;
  border-bottom: 1px solid #adb5bd !important;
} */

.headerWrapper-192 {
  border-bottom: 2px solid #adb5bd !important;
}

.search-results-column-container {
  top: 36.5px !important;
}

.search-results-column {
  width: 100%;
}
/*Garrett's CSS Items*/
#searchInputanonhomesearch::placeholder {
  color: grey !important;
  opacity: 1;
}
#searchInputanonhomesearch2::placeholder {
  color: grey !important;
  opacity: 1;
}

/*Tablet View*/
@media (min-width: 768px) and (max-width: 991px) {
  .header-top {
    width: 100%;
    height: 2.45rem;
    background: #363636;
    padding-top: 0.35rem;
    padding: 0;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
  }

  .middle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 6.5rem;
    background: white;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-middle {
    flex: 1;
  }

  .header-middle-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.6rem;
    width: 100%;
    background: white;
    height: 5.6rem;
  }

  .oag-text {
    font-size: 82%;
    color: black;
    width: 62%;
    font-family: var(--main-font-family);
  }

  .dca-text {
    margin-top: -0.25rem;
    font-size: 82%;
    color: black;
    font-family: var(--main-font-family);
  }

  .portal-text {
    font-weight: 700;
    margin-top: -0.25rem;
    font-size: 151%;
    color: black;
    font-family: var(--main-font-family);
  }

  .header-logo {
    height: 4rem;
    margin-right: 22.5%;
  }

  .pic {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
  }

  .button-test {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    flex: 1;
  }

  .static-top.navbar-dark {
    box-shadow: none !important;
    padding: 0;
    border-bottom: #adb5bd solid 1px;
    margin-bottom: 2%;
  }

  ul.nav.navbar-nav.weblinks {
    margin-right: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }

  .static-top.navbar .menu-bar > .navbar-nav > li > a {
    color: #0a58ca;
    font-size: 0.8rem !important;
    font-family: "Roboto", Sans-Serif !important;
    margin: 0.7rem;
    font-weight: 500 !important;
    text-decoration: none !important;
  }

  .header-bottom {
    width: 100%;
    height: 2.9rem;
    padding-bottom: 3rem;
  }

  ol.progress {
    border: #80808070 solid 0.05rem;
    height: 3.7rem;
    align-items: center;
    border-radius: 0.25rem !important;
    margin-top: -1.5rem;
    background: #e9ecef;
  }

  .navbar-expand-md.navbar.navbar-dark.static-top {
    box-shadow: none !important;
    padding: 0;
    border-bottom: #adb5bd solid 2px;
    margin-bottom: 2%;
  }

  .crmEntityFormView td.cell {
    vertical-align: top;
    padding-right: 1rem;
  }

  .crmEntityFormView .cell {
    padding: 6px 1px 20px 4px;
  }

  html[dir="ltr"] .crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 8px 14px 8px 11px;
  }

  label#crsm_physicaladdresssameasmailingaddress_label {
    margin-left: -0.8rem;
  }

  label#crsm_recordaddresssameasmailingaddress_label {
    margin-left: -0.8rem;
  }

  html[dir="ltr"] .crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: none;
  }

  .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 0;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 74%;
  }

  /*Loqate Yes and No validation icons/inputs*/

  .validator.validator-email.validation-no .feedback {
    background-color: #e53a43;
    padding: 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: none !important;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .validator.validator-email.validation-yes .feedback {
    background-color: #0ca682;
    padding: 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: none !important;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .feedback.feedback-phone {
    display: none;
  }

  .validator.validator-phone.validation-yes .feedback {
    background-color: #0ca682;
    padding: 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: none !important;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .validator.validator-phone.validation-no .feedback {
    background-color: #e53a43;
    padding: 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: none !important;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .validator.validator-email.validation-no .feedback::after {
    background: none;
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #dc3545;
    font-size: 1.1rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-top: 0.7rem;
  }

  .validator.validator-email.validation-yes .feedback::after {
    background: none;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #146c43;
    font-size: 1.1rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-top: 0.7rem;
  }

  .validator.validator-phone.validation-no .feedback::after {
    background: none;
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #dc3545;
    font-size: 1.1rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-top: 0.7rem;
  }

  .validator.validator-phone.validation-yes .feedback::after {
    background: none;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #146c43;
    font-size: 1.1rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-top: 0.7rem;
  }

  .validator.loading {
    transition: none !important;
    animation: none !important;
  }

  .valid-border {
    border: #146c43 solid 1px !important;
    outline: #146c4338 solid 3px;
  }

  .invalid-border {
    border: #dc3545 solid 1px !important;
    outline: #dc354545 solid 3px;
  }

  #sidebar-container {
    margin-left: -1rem !important;
  }

  .sidebar {
    width: 102%;
  }

  .contact-box {
    width: 102%;
  }

  /*PFR-Register A PFR*/

  .start-fein-button {
    width: 97% !important;
    margin-left: 0.2rem;
    border-radius: 0.3em !important;
    margin-bottom: 2rem;
    padding: 0.4rem !important;
    background: #0a58ca !important;
    border: #0a58ca !important;
    font-family: var(--main-font-family) !important;
    font-size: 1.125em !important;
  }

  .chr-federal-ein-td {
    width: 45.5%;
  }

  select.chr-fs-value {
    margin-left: -14.7em !important;
    margin-top: -1.1em !important;
  }
}

/*Desktop View*/
@media (min-width: 992px) {
  #form-body {
    width: 66.66666667% !important;
  }

  .custom-container {
    flex-wrap: wrap !important;
    padding: 0;
    max-width: 100%;
  }

  .header-top {
    width: 100%;
    height: 2.8rem;
    background: #363636;
    padding: 0.25em 1.5em;
  }
  .header-top-content {
    margin-left: 0.3rem;
  }

  .header-top-image {
    height: 1.875rem;
  }

  .header-top-text {
    color: white;
    font-size: 0.75rem;
    font-weight: 400;
    margin-left: 0.15rem;
  }
  .middle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 5.7rem;
    background: white;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-middle {
    background-color: white;
    height: 5.6rem;
    flex: 2;
    padding: 1em 0.75em;
  }

  .header-middle-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.6rem;
    width: 100%;
    background: white;
    height: 5.6rem;
  }

  .header-middle-text {
    margin-left: 0;
    flex-grow: 1;
    margin-top: 1rem;
  }

  .header-logo {
    height: 4rem !important;
    margin-right: 1.4rem !important;
  }

  .header-bottom {
    width: 100%;
    height: 2.9rem;
    padding-bottom: 3rem;
  }

  .header-bottom-content {
    display: flex;
    height: 2.9rem;
  }

  /* ul.nav.navbar-nav.weblinks {
    margin-right: 2rem;
    height: 2.52rem;
  }

  nav.ms-auto.menu-bar.xrm-entity.xrm-editable-adx_weblinkset {
    height: 37.5px !important;
  }

  .static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: "Roboto" !important;
    font-weight: 500 !important;
    font-size: 0.87rem !important;
    border: 1px solid transparent;
    padding: 0.55rem;
    color: #0a58ca;
    height: 100%;
    text-decoration: none !important;
    line-height: 16px !important;
  }

 
  .static-top.navbar .menu-bar > .navbar-nav > li > a:hover {
    background: none !important;
    text-decoration: none !important;
    color: #031633 !important;
    border-bottom: 2px solid #031633 !important;
    border-radius: 1.9px !important;
    height: 100% !important;
    line-height: 16px !important;
  }

  .static-top.navbar .menu-bar > .navbar-nav > li > a:focus {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    height: 100% !important;
    background: none !important;
    line-height: 16px !important;
  } 

  .static-top.navbar .menu-bar > .navbar-nav > li > a:active {
    background: none !important;
    text-decoration: none !important;
    color: #031633 !important;
    border-bottom: 2px solid #031633 !important;
    border-radius: 1.9px !important;
    height: 100% !important;
    line-height: 16px !important;
  }

   .navbar-dark .navbar-nav > li > a:focus,
  .navbar-dark .navbar-nav > li.dropdown > a:focus {
    background: none;
    color: #000000;
    text-decoration: none;
    border: none !important;
  }

  .navbar-dark .navbar-nav > li > a:focus-visible,
  .navbar-dark .navbar-nav > li.dropdown > a:focus-visible {
    background: none;
    color: #000000;
    text-decoration: none;
    border: none !important;
  }

  .navbar-dark .navbar-nav > li > a:hover,
  .navbar-dark .navbar-nav > li.dropdown > a:hover {
    background: none !important;
    color: #000000;
    text-decoration: none;
  }

  .navbar-dark .navbar-nav > li > a:hover {
    color: #fff;
    background: none !important;

  } 

  .navbar-dark .navbar-nav > li > a:focus {
    color: #fff;
    background: none !important;
    border: none !important;
    outline: none !important;
  }

  a.active.nav-link[role="tab"] {
    line-height: 16px !important;
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    display: block;
    width: 0 !important;
    background-color: #0d6efd;
    color: #000000;
  }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0;
    width: 0 !important;
    background-color: #0d6efd;
    color: #000000;
  }

  .static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
    display: none !important;
  }

  .static-top.navbar .navbar-collapse {
    max-height: 510px;
    box-shadow: none;
    border-top: none;
    height: 100%;
  } */

  .current-page-nav-highlight {
    background: none !important;
    text-decoration: none !important;
    color: #031633 !important;
    border-bottom: 2px solid #031633 !important;
    border-radius: 1.9px !important;
    height: 100% !important;
    line-height: 19px !important;
  }

  /* nav.ms-auto.menu-bar.xrm-entity.xrm-editable-adx_weblinkset {
    margin-right: 2.5rem;
  } */

  a.nav-link:focus {
    background: none !important;
    border: transparent 1px solid !important;
    outline: transparent 1px solid !important;
  }

  a.nav-link:active {
    background: none !important;
    border: transparent 1px solid !important;
    outline: transparent 1px solid !important;
  }
  .navbar-dark .navbar-nav > li > a:focus {
    border: transparent 1px solid !important;
    outline: transparent 1px solid !important;
  }

  .navbar-dark .navbar-nav > li > a:hover {
    background: none !important;
    text-decoration: none !important;
    color: #031633 !important;
    border-bottom: 2px solid #031633 !important;
    border-radius: 1.9px !important;
    height: 100% !important;
    line-height: 19px !important;
  }

  .static-top.navbar-dark .divider-vertical {
    display: none !important;
  }

  .pic {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    background: white !important;
    flex: 1;
  }

  .button-test {
    background: white;
    flex-direction: column;
    justify-content: center;
    border: none;
    display: none;
  }

  .oag-text {
    font-size: 1em;
    color: black;
    width: 51%;
    font-family: var(--main-font-family);
  }

  .dca-text {
    margin-top: -0.25rem;
    font-size: 1em;
    color: black;
    font-family: var(--main-font-family);
  }

  .portal-text {
    font-weight: 700;
    margin-top: -0.25rem;
    font-size: 2.5em;
    color: black;
    margin-left: -0.1rem;
    font-family: var(--main-font-family);
  }

  ol.progress {
    border: #80808070 solid 0.05rem;
    height: auto;
    align-items: center;
    border-radius: 0.25rem !important;
    margin-left: 1rem;
    margin-top: -1.5rem;
    background: #e9ecef;
    margin-bottom: 50px;
    flex-direction: row !important;
  }

  .list-group-item {
    position: relative;
    display: flex;
    padding: 0.75em;
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid
      var(--bs-list-group-border-color);
    height: 5em;
    align-items: center;
    justify-items: center !important;
    width: 100%;
    font-size: 0.938rem;
    font-weight: 700;
    text-align: center;
    border: none;
    justify-content: center;
  }

  .static-top.navbar-dark {
    box-shadow: none !important;
    padding: 0;
    border-bottom: #adb5bd solid 1px;
    margin-bottom: 2%;
  }

  #form-header h1 {
    margin-bottom: 50px;
    font-size: 2em;
    font-weight: 700;
    margin-top: 0;
    margin-left: 1rem;
  }

  .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 0;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 74%;
  }

  .sidebar-container {
    margin-left: 1rem;
  }

  .sidebar {
    border: 1px solid #adb5bd;
    border-radius: 4px;
    background-color: #fff;
    padding: 0.1rem 0.9rem 1rem 0.7rem;
    line-height: 1.29rem;
    margin-top: -5.1rem !important;
    margin-left: 1.5rem !important;
    height: auto;
    width: 85%;
  }

  .chr-auth-landing-sidebar {
    margin-top: 6.5em !important;
    width: 21em !important;
    margin-right: -6em !important;
  }

  .chr-auth-landing-section1 {
    margin-top: 1em !important;
  }

  .contact-box {
    width: 81%;
    margin-left: 1.5rem !important;
  }

  div#EntityFormView {
    margin-left: 1rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .crmEntityFormView .cell {
    padding: 6px 1px 20px 4px;
  }

  .crmEntityFormView td.cell {
    vertical-align: top;
    padding-right: 1rem;
  }

  html[dir="ltr"] .crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 8px 14px 8px 11px;
  }

  label#crsm_physicaladdresssameasmailingaddress_label {
    margin-left: -0.8rem;
  }

  label#crsm_recordaddresssameasmailingaddress_label {
    margin-left: -0.8rem;
  }

  html[dir="ltr"] .crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: none;
  }

  label#crsm_totalgrossrevenue_label,
  label#crsm_totalgrosscontributions_label,
  label#crsm_totalexpenses_label {
    color: #495057;
    font-weight: 400;
  }

  .crmEntityFormView fieldset:empty {
    margin: 0;
    border: none;
  }

  /*Loqate Yes and No validation icons/inputs*/

  .validator.validator-email.validation-no .feedback {
    background-color: #e53a43;
    padding: 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: none !important;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .validator.validator-email.validation-yes .feedback {
    background-color: #0ca682;
    padding: 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: none !important;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .feedback.feedback-phone {
    display: none;
  }

  .validator.validator-phone.validation-yes .feedback {
    background-color: #0ca682;
    padding: 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: none !important;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .validator.validator-phone.validation-no .feedback {
    background-color: #e53a43;
    padding: 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: none !important;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .validator.validator-email.validation-no .feedback::after {
    background: none;
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #dc3545;
    font-size: 1.1rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-top: 0.7rem;
  }

  .validator.validator-email.validation-yes .feedback::after {
    background: none;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #146c43;
    font-size: 1.1rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-top: 0.7rem;
  }

  .validator.validator-phone.validation-no .feedback::after {
    background: none;
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #dc3545;
    font-size: 1.1rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-top: 0.7rem;
  }

  .validator.validator-phone.validation-yes .feedback::after {
    background: none;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #146c43;
    font-size: 1.1rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-top: 0.7rem;
  }

  .validator.loading {
    transition: none !important;
    animation: none !important;
  }

  .valid-border {
    border: #146c43 solid 1px !important;
    outline: #146c4338 solid 3px;
  }

  .invalid-border {
    border: #dc3545 solid 1px !important;
    outline: #dc354545 solid 3px;
  }

  /*Register a pfr*/
  .sidebar.pfr-fein-sidebar {
    width: 95%;
    margin-left: 2.5rem !important;
    margin-top: -0.8rem !important;
  }

  .sidebar.charity-fein-sidebar {
    width: 95%;
    margin-left: 2.5rem !important;
    margin-top: -1.2rem !important;
  }

  .ppFlexContainer.register-a-pfr-prompt {
    margin-bottom: 4rem;
  }

  .start-fein-button {
    width: 98% !important;
    margin-left: 0.2rem;
    border-radius: 0.3em !important;
    margin-bottom: 2rem;
    padding: 0.4rem !important;
    background: #0a58ca !important;
    border: #0a58ca !important;
    font-family: var(--main-font-family) !important;
    font-size: 1.125em !important;
    color: white;
    font-weight: 600;
  }

  .crmEntityFormView .validation-summary h2 {
    margin: 0 0 1em 0;
    margin-bottom: 0.55rem !important;
    padding: 0;
    font-size: 1.25em !important;
    font-family: var(--main-font-family) !important;
    font-weight: 700 !important;
  }

  .alert {
    border: none !important;
  }

  .alert:focus {
    outline: none !important;
    padding: 1.5em !important;
  }

  .alert-danger {
    background-color: #f8d7da !important;
    border-color: #f8d7da !important;
    color: #000;
    border-radius: 0 !important;
    padding: 1.5em !important;
  }

  ul[role="presentation"] li a {
    color: black !important;
    font-family: var(--main-font-family) !important;
    font-size: 1.1em !important;
    font-weight: 400 !important;
    margin-left: 0 !important;
  }

  .fa-circle-info:before,
  .fa-info-circle:before {
    content: "\f06a" !important;
    margin-right: 0.5em !important;
    color: #dc3545 !important;
    font-size: 2em !important;
  }

  /* div#ValidationSummaryEntityFormControl_0eb2f38af4b54b5094bd34501cdbc94b_EntityFormView {
    display: flex !important;
   
  } */

  span.fa.fa-info-circle {
    position: relative;
    bottom: 0.5em;
  }
}
