/* === Layout Adjustments === */
#mainContent.main {
    margin-left: auto;
    margin-right: auto;
}

/* === Border and Background Cleanup === */
.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
    border: 0;
}

.entity-quick-view {
    border: none;
    background: transparent;
    box-shadow: none;
}

/* === Tab Form Customization === */
/* Hide tab names when using tab forms template */
#mainContent.tab-form .tab-title {
    display: none !important;
}

/* === Quick View Form Styling === */
.entity-quick-view .form-group {
    margin-bottom: 5px;
    padding: 0;
}

.entity-quick-view .label {
    display: none;
}

/* === Private Site Heading === */
.private-site-heading {
    display: none;
}

/* === Program Card Styling === */
.card-body.program-card {
    background-color: #009cde;
    color: #FFFFFF;
}

.card-body p,
.card-body h5 {
    color: white;
}

.card-body h5 {
    font-size: 1.2em;
}

/* === Poll Tags Styling === */
.poll.poll-tags h4 {
    font-family: Arial;
    font-weight: 700;
    font-size: 1.2em;
    color: #000024;
}

/** Hide Hidden form sections **/
.section[data-name="hidden_section"],
.section[data-name="hidden_section_2"],
.section[data-name="hidden_section_3"],
.section[data-name="hidden_section_4"],
.section[data-name="hidden_section_5"],
.section[data-name="hidden_section_6"],
.section[data-name="hidden_section_7"],
.section[data-name="hidden_section_8"],
.section[data-name="hidden_section_9"] {
    display: none !important;
}
/** Hide EIN Org Entry form **/
[aria-label="Enter in Organization Details"] {
    display: none;
}
/** Hide chatbot **/
.pva-floating-style.pva-container {
   display: none;
}
/** Hide org edit quickview labels and borders **/
label.field-label[for="PrimaryQV_section"],
label.field-label[for="AlternatePOCQV_section"] {
  display: none !important;
}
.clearfix.cell.crmquickform-cell:first-child {
  border: 0px !important;
}
