#bf2-main {
  margin-top: 50px;
}
#bf2-main #bf2-panels .bf2-panel-fixed.fixed-top {
  display: block;
  padding: 0;
  margin-top: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#bf2-main #bf2-panels .bf2-panel-fixed.fixed-top .bf2-panel-fixed-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem 0.5rem 60px;
  font-size: 1rem;
  line-height: 1;
}
#bf2-main #bf2-panels .bf2-panel-fixed .bf2-cfixed-name {
  font-weight: bold;
}
#bf2-main #bf2-panels .bf2-panel-fixed .bf2-cfixed-id {
  font-size: 0.8rem;
}
#bf2-main #bf2-panels .bf2-panel-fixed .bf2-cfixed-type {
  font-size: 0.9rem;
}
.bf2-crm-section-info {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #333;
  background-color: #efefef;
  border-radius: 0.25rem;
}
.bf2-crm-section-info.large {
  padding: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.featurette {
  position: relative;
}
.bf2-crm-context {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.bf2-crm-context > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
  color: #333;
  background-color: #efefef;
}
.bf2-crm-page-title {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d6d6d6;
}
.bfcms_config_detail {
  font-style: italic;
  font-size: 0.8rem;
}
.form-check + .bfcms_config_detail {
  margin-left: 1.5rem;
}
.bf2-crm-nav-links {
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
.bf2-crm-nav-links .nav-link {
  color: #5f6062;
}
.bf2-crm-nav-links ul.navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bf2-crm-nav-links ul.navbar-nav .nav-item {
  border-left: 1px solid #d6d6d6;
}
.bf2-crm-nav-links ul.navbar-nav .nav-item:first-child {
  border-left: 0;
}
.bf2-crm-nav-links ul.navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
.bf2-crm-nav-links ul.navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.bf2-crm-nav-links ul.navbar-nav .nav-item .nav-link {
  padding: 0.1rem 1rem;
}
.bf2-nested-sortable {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bf2-nested-sortable > li {
  padding: 0.5rem 1rem;
  background-color: rgba(220, 220, 220, 0.25);
  cursor: move;
}
.bf2-nested-sortable > li a.bf2-nested-sortable-remove {
  float: right;
}
.bf2-nested-sortable > li a.bf2-nested-sortable-indent,
.bf2-nested-sortable > li a.bf2-nested-sortable-remove {
  font-size: 0.8rem;
  margin-left: 1rem;
  cursor: pointer;
}
.bf2-nested-sortable > li:first-child > a.bf2-nested-sortable-indent {
  display: none;
}
.bf2-crm-offcanvas-table {
  overflow-x: auto;
}
.bf2-crm-offcanvas-table > .bf2-crm-offcanvas-header > .bf2-crm-offcanvas-row > div {
  color: #fff;
  background-color: #00758D;
}
.bf2-crm-offcanvas-table > .bf2-crm-offcanvas-footer > .bf2-crm-offcanvas-row > div {
  background-color: #efefef;
}
.bf2-crm-offcanvas-table .bf2-crm-offcanvas-row {
  display: grid;
  border-left: 1px solid #efefef;
}
.bf2-crm-offcanvas-table .bf2-crm-offcanvas-row > div {
  padding: 0.5rem 1rem;
  border: 1px solid #efefef;
  border-width: 0 1px 1px 0;
}
.bf2-crm-offcanvas-table .bf2-crm-offcanvas-row > div:last-child {
  text-align: center;
}
#bf2-component-contact-photo #bf2-cphoto-photo img {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto 2rem;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
#bf2-component-system-email-template #bf2-email-template-config {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
#bf2-component-system-email-template #bf2-email-template-config #bf2-email-template-code {
  flex-grow: 1;
}
#bf2-component-system-email-template #bf2-email-template-config #bf2-email-template-code .ace_editor {
  height: 100%;
}
#bf2-email-template-preview,
#bf2-contact-email-preview {
  display: none;
  width: 100%;
  height: 100%;
}
#bf2-email-template-preview iframe,
#bf2-contact-email-preview iframe {
  width: 100%;
  height: 100%;
}
.offcanvas .dz-clickable {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin: 1.5rem 0;
}
.offcanvas .dz-clickable > .dz-preview {
  position: relative;
}
.offcanvas .dz-clickable > .dz-preview .dz-details {
  display: flex;
  gap: 0.25rem;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5rem 0;
}
.offcanvas .dz-clickable > .dz-preview .dz-image {
  border-radius: 0.25rem;
  height: 125px;
}
.offcanvas .dz-clickable > .dz-preview .dz-image > img {
  object-fit: cover;
  width: 100%;
  height: 125px;
}
.offcanvas .dz-clickable > .dz-preview .dz-details .dz-filename {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1rem;
}
.offcanvas .dz-clickable > .dz-preview .dz-details .dz-size {
  font-size: 0.6rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1rem;
}
.offcanvas .dz-clickable > .dz-preview .dz-progress {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  border-radius: 0;
}
.offcanvas .dz-clickable > .dz-preview.dz-complete {
  opacity: 0.25;
}
.offcanvas .dz-clickable > .dz-preview.dz-complete .dz-success-mark {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background-color: #0f0;
  border-radius: 27px;
}
.offcanvas .dz-clickable > .dz-preview.dz-error {
  opacity: 0.5;
}
.offcanvas .dz-clickable > .dz-preview.dz-error .dz-error-mark {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background-color: #f00;
  border-radius: 27px;
}
.offcanvas .bf2-offcanvas-documents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin: 1rem 0;
  font-size: 0.8rem;
}
.offcanvas .bf2-offcanvas-documents .bf2-offcanvas-document {
  text-align: center;
}
.offcanvas .bf2-offcanvas-documents .bf2-offcanvas-document .bf2-offcanvas-document-icon {
  font-size: 3rem;
  text-align: center;
  height: 125px;
  margin-bottom: 0.5rem;
  background-color: #efefef;
  border-radius: 0.25rem;
  overflow: hidden;
}
.offcanvas .bf2-offcanvas-documents .bf2-offcanvas-document .bf2-offcanvas-document-icon > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 125px;
}
.offcanvas .bf2-offcanvas-documents .bf2-offcanvas-document .bf2-offcanvas-document-icon svg {
  margin-top: 38px;
}
.offcanvas .bf2-offcanvas-documents .bf2-offcanvas-document .bf2-offcanvas-document-size {
  font-size: 0.7rem;
  font-style: italic;
}
.offcanvas .bf2-offcanvas-documents .bf2-offcanvas-document .bf2-offcanvas-document-name a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  text-decoration: none;
  color: #000;
  background-color: #efefef;
  border-radius: 0.25rem;
}
.bf2-crm-search #bf2-crm-global-search-results {
  position: fixed;
  top: 49px;
  z-index: 1031;
  width: 50vw;
  max-width: 100%;
  min-width: 350px;
  max-height: 80vh;
  background-color: #fff;
  border: 1px solid #ccc;
}
.bf2-crm-search .bf2-crm-search-results {
  margin: 0;
  padding: 0;
  max-height: 40vh;
  list-style: none;
  overflow: auto;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-header {
  padding: 10px 20px;
  background: #efefef;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-header select {
  font-size: 0.9rem;
  padding: 0.2rem 2.25rem 0.2rem 0.75rem;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-total {
  padding: 0 20px 5px;
  font-size: 0.9rem;
  text-align: right;
  color: #333;
  background: #efefef;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-total.has-types {
  display: flex;
  justify-content: space-between;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-total.has-types ul.bf2-crm-global-search-types {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-total.has-types ul.bf2-crm-global-search-types > li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  cursor: pointer;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-total.has-types ul.bf2-crm-global-search-types > li svg {
  color: #0d6efd;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-total.has-types ul.bf2-crm-global-search-types > li:hover {
  color: #fff;
  background: #00758D;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-total.has-types ul.bf2-crm-global-search-types > li:hover svg {
  color: #fff;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-result {
  padding: 15px 20px;
  font-size: 0.9rem;
  border-top: 1px solid #efefef;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-result:hover {
  background-color: #efefef;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-result:first-of-type {
  border-top: 0;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-result a {
  text-decoration: none;
  color: #5f6062;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-result a > * {
  margin-right: 0.5rem;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-result a svg {
  color: #0099d2;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-result .bf2-crm-search-name {
  font-weight: bold;
}
.bf2-crm-search .bf2-crm-search-results li.bf2-crm-search-result .bf2-crm-search-id {
  float: right;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  background: #f1f1f1;
  border-radius: 0.25rem;
}
.bf-map {
  position: relative;
}
.bf-map.collapsed {
  display: none;
}
.bf-map .bf-map-wait {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('/_bf/img/loading.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bf-map .bf-map-tools {
  display: flex;
  justify-content: space-between;
}
.bf-map .bf-map-scroll {
  position: relative;
}
.bf-map .bf-map-scroll > div {
  position: absolute;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  text-align: center;
  cursor: pointer;
  opacity: 0.25;
  transition: opacity 0.25s;
}
.bf-map .bf-map-scroll > div:hover {
  opacity: 1;
}
.bf-map .bf-map-body {
  max-width: 100%;
  overflow-x: scroll;
}
.bf-map .bf-map-filter {
  margin: 1em 0;
  text-align: center;
}
.bf-map .bf-map-filter .bf-map-filter-toggle {
  display: block;
  width: 100%;
  white-space: nowrap;
}
.bf-map .bf-map-bulk .bf-map-bulk-toggle {
  white-space: nowrap;
}
.bf-map .bf-map-filter-applied {
  display: flex;
  gap: 0.5rem;
  justify-self: flex-start;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: italic;
  font-size: 0.8rem;
}
.bf-map .bf-map-filter-applied > li:last-child:after {
  display: none;
}
.bf-map .bf-map-filter-applied > li:after {
  content: ',';
}
.bf-map .bf-map-filter-applied .bf-map-filter-applied-or {
  display: flex;
}
.bf-map .bf-map-filter-applied .bf-map-filter-applied-or:before {
  content: '(';
}
.bf-map .bf-map-filter-applied .bf-map-filter-applied-or:after {
  content: ')';
}
.bf-map .bf-map-filter-applied .bf-map-filter-applied-or > div:not(:first-child):before {
  content: 'OR';
  margin: 0 0.5rem;
}
.bf-map .bf-map-filter-ctr,
.bf-map .bf-backend-bulk-ctr {
  display: none;
  padding: 0;
  margin-bottom: 0.5rem;
  text-align: left;
  background: #efefef;
}
.bf-map .bf-map-filter-ctr .bf-backend-bulk-header,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-header {
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.bf-map .bf-map-filter-ctr .bf-backend-bulk-action > .row,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-action > .row {
  align-items: center;
}
.bf-map .bf-map-filter-ctr .bf-backend-bulk-action .bf-backend-bulk-field-value,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-action .bf-backend-bulk-field-value {
  display: none;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row {
  position: relative;
  margin: 0;
  padding: 0.5rem 0;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #d6d6d6;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row:first-child,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row:first-child,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row:first-child,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row:first-child {
  border-top: 0;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row.filter-mode-or:after,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row.filter-mode-or:after,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row.filter-mode-or:after,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row.filter-mode-or:after,
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row.filter-mode-and:after,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row.filter-mode-and:after,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row.filter-mode-and:after,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row.filter-mode-and:after {
  content: 'and';
  position: absolute;
  right: -1rem;
  top: -0.75rem;
  padding: 0.25rem 0.5rem;
  line-height: 1rem;
  color: #fff;
  background-color: #00758D;
  border-radius: 15px;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row.filter-mode-or:after,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row.filter-mode-or:after,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row.filter-mode-or:after,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row.filter-mode-or:after {
  content: 'or';
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row.filter-mode-or,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row.filter-mode-or,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row.filter-mode-or,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row.filter-mode-or,
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row.filter-mode-or-start,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row.filter-mode-or-start,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row.filter-mode-or-start,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row.filter-mode-or-start {
  background: #d6d6d6;
  border-color: #bcbcbc;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row > div,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row > div,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row > div,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row > div {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row .filter-inputs,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .filter-inputs,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row .filter-inputs,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .filter-inputs {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row .form-control,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .form-control,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row .form-control,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .form-control,
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row .form-select,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .form-select,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row .form-select,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .form-select {
  font-size: 0.9rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row .filter-controls,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .filter-controls,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row .filter-controls,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .filter-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  text-align: right;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  color: #003540;
  background-color: transparent;
  cursor: pointer;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete:hover,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete:hover,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete:hover,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete:hover,
.bf-map .bf-map-filter-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete:focus,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete:focus,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete:focus,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete:focus {
  font-weight: 400;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-grouping,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-grouping {
  padding: 5px 15px;
  background-color: #e2e2e2;
}
.bf-map .bf-map-filter-ctr .bf-backend-filter-grouping > div,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-grouping > div {
  display: flex;
  align-items: center;
}
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select,
.bf-map .bf-map-filter-ctr .bf-backend-filter-select,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-select {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: #e2e2e2;
}
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select select,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select select,
.bf-map .bf-map-filter-ctr .bf-backend-filter-select select,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-select select,
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select .btn,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select .btn,
.bf-map .bf-map-filter-ctr .bf-backend-filter-select .btn,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-select .btn {
  font-size: 0.8rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select > div,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select > div,
.bf-map .bf-map-filter-ctr .bf-backend-filter-select > div,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-select > div {
  display: flex;
}
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select .bf-backend-filter-mode,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select .bf-backend-filter-mode,
.bf-map .bf-map-filter-ctr .bf-backend-filter-select .bf-backend-filter-mode,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-select .bf-backend-filter-mode {
  min-width: 60px;
}
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select .bf-backend-filter-types,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select .bf-backend-filter-types,
.bf-map .bf-map-filter-ctr .bf-backend-filter-select .bf-backend-filter-types,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-select .bf-backend-filter-types {
  min-width: 150px;
  margin-left: 0.5rem;
}
.bf-map .bf-map-filter-ctr .bf-backend-bulk-select .bf-backend-filter-apply,
.bf-map .bf-backend-bulk-ctr .bf-backend-bulk-select .bf-backend-filter-apply,
.bf-map .bf-map-filter-ctr .bf-backend-filter-select .bf-backend-filter-apply,
.bf-map .bf-backend-bulk-ctr .bf-backend-filter-select .bf-backend-filter-apply {
  display: none;
}
.bf-map .bf-map-filter-ctr {
  display: none;
}
.bf-map .bf-map-search {
  margin: 1em 0;
}
.bf-map .bf-map-totals {
  text-align: center;
  color: inherit;
  background: transparent;
}
.bf-map .bf-map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.bf-map .bf-map-footer .bf-map-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1em 0;
  text-align: center;
}
.bf-map .bf-map-footer .bf2-inline-dropdown-toggle {
  color: #fff;
}
.bf-map .bf-map-footer .bf2-inline-dropdown-toggle:hover {
  color: #e6e6e6;
}
.bf-map-totals-ctr {
  max-height: 350px;
  overflow: hidden;
}
.bf-map-totals-ctr .bf-map-display-total {
  display: flex;
}
.bf-map-display-total {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #00758D;
}
.bf-map-display-total .bf-map-display-total-title {
  font-weight: 300;
  font-size: 1.25rem;
}
.bf-map-display-total .bf-map-display-total-count {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.25;
}
.bf-map-display-total .bf-map-display-total-reveal {
  font-size: 0.8rem;
  color: #fff;
  border-color: #003540;
  background-color: #003540;
}
.bf-map-collapse {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.bf-map-collapse > svg {
  font-size: 1.2rem;
  color: #00758D;
  transition: transform 0.25s ease-out;
  transform: rotate(0deg);
}
.bf-map-collapse.show > svg {
  transform: rotate(90deg);
}
.bf-table {
  position: relative;
}
.bf-table.collapsed {
  display: none;
}
.bf-table .bf-table-group-exclusions {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  font-style: italic;
  color: #555;
  background: #efefef;
  border-radius: 0.25rem;
}
.bf-table .bf-table-wait {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('/_bf/img/loading.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bf-table .bf-table-tools {
  display: flex;
  justify-content: space-between;
}
.bf-table .bf-table-scroll {
  position: relative;
}
.bf-table .bf-table-scroll > div {
  position: absolute;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  text-align: center;
  cursor: pointer;
  opacity: 0.25;
  transition: opacity 0.25s;
}
.bf-table .bf-table-scroll > div:hover {
  opacity: 1;
}
.bf-table .bf-table-scroll > div.bf-table-scroll-left {
  left: -2rem;
}
.bf-table .bf-table-scroll > div.bf-table-scroll-right {
  right: -2rem;
}
.bf-table .bf-table-body {
  max-width: 100%;
  overflow-x: scroll;
}
.bf-table .bf-table-body .bf-table-row {
  display: table-row;
  clear: left;
  border-bottom: 1px solid #efefef;
  /*
      .bf-table-col-sm  { min-width: 150px; }
      .bf-table-col-md  { min-width: 250px; }
      .bf-table-col-lg  { min-width: 350px; }
      .bf-table-col-xlg { min-width: 550px; }
*/
}
.bf-table .bf-table-body .bf-table-row:not(.bf-table-heading) {
  font-size: 1em;
  line-height: 1.4em;
}
.bf-table .bf-table-body .bf-table-row:not(.bf-table-heading):hover {
  color: #333;
  background: #f9f9f9;
}
.bf-table .bf-table-body .bf-table-row:not(.bf-table-heading):hover > div a {
  color: #003540;
  text-decoration: underline;
}
.bf-table .bf-table-body .bf-table-row:not(.bf-table-heading):hover > div a.bfcrm-contact-action-custom-button {
  text-decoration: none;
}
.bf-table .bf-table-body .bf-table-row:not(.bf-table-heading):hover > div a.dropdown-item {
  color: #333;
  text-decoration: none;
}
.bf-table .bf-table-body .bf-table-row:not(.bf-table-heading):hover .bf-table-col-static {
  color: #333;
  background: #f4f4f4;
}
.bf-table .bf-table-body .bf-table-row:not(.bf-table-heading) > div {
  white-space: nowrap;
}
.bf-table .bf-table-body .bf-table-row:not(.bf-table-heading) a.bfcrm-contact-action-custom-button {
  display: block;
  padding: 5px 10px;
  margin-bottom: 5px;
  background-color: #efefef;
  border-radius: 0.25rem;
  cursor: pointer;
}
.bf-table .bf-table-body .bf-table-row:not(.bf-table-heading) a.bfcrm-contact-action-custom-button:hover {
  text-decoration: none;
  background-color: #e2e2e2;
}
.bf-table .bf-table-body .bf-table-row.row-disabled {
  opacity: 0.25;
  font-style: italic;
}
.bf-table .bf-table-body .bf-table-row.row-disabled:hover {
  opacity: 0.66;
}
.bf-table .bf-table-body .bf-table-row.bf2-row-disabled {
  font-style: italic;
  opacity: 0.5;
}
.bf-table .bf-table-body .bf-table-row > div a {
  text-decoration: none;
  color: #00758D;
}
.bf-table .bf-table-body .bf-table-row .bf-table-col-tools {
  display: flex;
  justify-content: space-between;
}
.bf-table .bf-table-body .bf-table-row .bf-table-col-tools a {
  min-width: 2rem;
  margin-left: 1rem;
  cursor: pointer;
}
.bf-table .bf-table-body .bf-table-row .bf-table-col-tools a:first-child {
  margin-left: 0;
}
.bf-table .bf-table-body .bf-table-row .bf-table-col-tools a.dropdown-item {
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #000;
}
.bf-table .bf-table-body .bf-table-row .bf-table-col-tools a.dropdown-item > svg {
  min-width: 2rem;
}
.bf-table .bf-table-body .bf-table-row .bf-table-col-xsm,
.bf-table .bf-table-body .bf-table-row .bf-table-col-sm,
.bf-table .bf-table-body .bf-table-row .bf-table-col-md,
.bf-table .bf-table-body .bf-table-row .bf-table-col-lg,
.bf-table .bf-table-body .bf-table-row .bf-table-col-xlg {
  display: table-cell;
  min-width: 75px;
  padding: 15px 25px;
  vertical-align: middle;
  border-bottom: 1px solid #efefef;
}
.bf-table .bf-table-body .bf-table-row .bf-table-col-static {
  position: relative;
  background-color: #efefef;
}
.bf-table .bf-table-body .bf-table-row .bf-table-col-expander .bf-table-col-expander-preview {
  cursor: pointer;
}
.bf-table .bf-table-body .bf-table-row .bf-table-col-expander .bf-table-col-expander-full {
  display: none;
}
.bf-table .bf-table-body .bf-table-row .bf-featurette-listing-menu-items > ul {
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bf-table .bf-table-body .bf-table-row.bf-table-row-selected:not(.bf-table-heading),
.bf-table .bf-table-body .bf-table-row.bf-table-bulk-selected:not(.bf-table-heading) {
  background-color: #ffd;
}
.bf-table .bf-table-body .bf-table-row span.bf2-table-row-image {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.bf-table .bf-table-body .bf-table-row span.bf2-table-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
}
.bf-table .bf-table-body .bf-table-row span.bf2-table-row-image img[src=''] {
  display: none;
}
.bf-table .bf-table-body .bf-table-heading {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.4em;
  text-transform: uppercase;
  background: #efefef;
  z-index: 100;
}
.bf-table .bf-table-body .bf-table-heading > div a {
  text-decoration: none;
  color: #003540;
}
.bf-table .bf-table-calendar {
  position: relative;
}
.bf-table .bf-table-calendar .bf-table-calendar-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.bf-table .bf-table-calendar .bf-table-calendar-row .bf-table-calendar-day {
  min-height: 5vh;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #efefef;
}
.bf-table .bf-table-calendar .bf-table-calendar-row .bf-table-calendar-day.bf-table-calendar-month-prev,
.bf-table .bf-table-calendar .bf-table-calendar-row .bf-table-calendar-day.bf-table-calendar-month-next {
  opacity: 0.5;
  background-color: #efefef;
  border: 1px solid #e2e2e2;
}
.bf-table .bf-table-calendar .bf-table-calendar-row .bf-table-calendar-day .bf-table-calendar-day-label {
  text-align: right;
}
.bf-table .bf-table-calendar .bf-table-calendar-row .bf-table-calendar-day .bf-table-calendar-events {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bf-table .bf-table-calendar .bf-table-calendar-row .bf-table-calendar-day .bf-table-calendar-events > li {
  padding: 0.25rem;
  font-size: 0.9rem;
  border-top: 1px solid #efefef;
}
.bf-table .bf-table-calendar .bf-table-calendar-row .bf-table-calendar-day .bf-table-calendar-events > li:first-child {
  border-top: 0;
}
.bf-table .bf-table-calendar .bf-table-calendar-row .bf-table-calendar-day .bf-table-calendar-events > li .bfce-title {
  cursor: pointer;
}
.bf-table .bf-table-calendar .bf-table-calendar-row.bf-table-calendar-heading .bf-table-calendar-day {
  min-height: fit-content;
  text-align: center;
  border: 0;
}
.bf-table .bf-table-calendar .bfce-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 56.75%;
  min-height: 10vh;
  padding: 1rem 1.5rem;
  color: #333;
  background-color: #efefef;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}
.bf-table .bf-table-calendar .bfce-overlay .bfce-overlay-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bf-table .bf-table-calendar .bfce-overlay .bfce-overlay-heading .bfce-overlay-title {
  font-size: 1.2rem;
}
.bf-table .bf-table-calendar .bfce-overlay .bfce-overlay-heading .bfce-overlay-close {
  cursor: pointer;
}
.bf-table .bf-table-calendar .bfce-overlay .bfce-overlay-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #00758D;
  border-radius: 0.25rem;
}
.bf-table .bf-table-calendar .bfce-overlay .bfce-overlay-meta a {
  color: #fff;
}
.bf-table .bf-table-calendar .bfce-overlay .bfce-overlay-content {
  font-size: 0.9rem;
}
.bf-table .bf-table-calendar .bfce-overlay .bfce-overlay-content .bf-table-col-expander-preview {
  display: none;
}
.bf-table .bf-table-filter {
  margin: 1em 0;
  text-align: center;
}
.bf-table .bf-table-filter .bf-table-filter-toggle {
  display: block;
  width: 100%;
  white-space: nowrap;
}
.bf-table .bf-table-bulk .bf-table-bulk-toggle {
  white-space: nowrap;
}
.bf-table .bf-table-filter-applied {
  display: flex;
  gap: 0.5rem;
  justify-self: flex-start;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: italic;
  font-size: 0.8rem;
}
.bf-table .bf-table-filter-applied > li:last-child:after {
  display: none;
}
.bf-table .bf-table-filter-applied > li:after {
  content: ',';
}
.bf-table .bf-table-filter-applied .bf-table-filter-applied-or {
  display: flex;
}
.bf-table .bf-table-filter-applied .bf-table-filter-applied-or:before {
  content: '(';
}
.bf-table .bf-table-filter-applied .bf-table-filter-applied-or:after {
  content: ')';
}
.bf-table .bf-table-filter-applied .bf-table-filter-applied-or > div:not(:first-child):before {
  content: 'OR';
  margin: 0 0.5rem;
}
.bf-table .bf-table-filter-ctr,
.bf-table .bf-backend-bulk-ctr {
  display: none;
  padding: 0;
  margin-bottom: 0.5rem;
  text-align: left;
  background: #efefef;
}
.bf-table .bf-table-filter-ctr .bf-backend-bulk-header,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-header {
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.bf-table .bf-table-filter-ctr .bf-backend-bulk-action > .row,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-action > .row {
  align-items: center;
}
.bf-table .bf-table-filter-ctr .bf-backend-bulk-action .bf-backend-bulk-field-value,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-action .bf-backend-bulk-field-value {
  display: none;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row {
  position: relative;
  margin: 0;
  padding: 0.5rem 0;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #d6d6d6;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row:first-child,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row:first-child,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row:first-child,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row:first-child {
  border-top: 0;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row.filter-mode-or:after,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row.filter-mode-or:after,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row.filter-mode-or:after,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row.filter-mode-or:after,
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row.filter-mode-and:after,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row.filter-mode-and:after,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row.filter-mode-and:after,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row.filter-mode-and:after {
  content: 'and';
  position: absolute;
  right: -1rem;
  top: -0.75rem;
  padding: 0.25rem 0.5rem;
  line-height: 1rem;
  color: #fff;
  background-color: #00758D;
  border-radius: 15px;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row.filter-mode-or:after,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row.filter-mode-or:after,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row.filter-mode-or:after,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row.filter-mode-or:after {
  content: 'or';
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row.filter-mode-or,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row.filter-mode-or,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row.filter-mode-or,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row.filter-mode-or,
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row.filter-mode-or-start,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row.filter-mode-or-start,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row.filter-mode-or-start,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row.filter-mode-or-start {
  background: #d6d6d6;
  border-color: #bcbcbc;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row > div,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row > div,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row > div,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row > div {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row .filter-inputs,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .filter-inputs,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row .filter-inputs,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .filter-inputs {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row .form-control,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .form-control,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row .form-control,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .form-control,
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row .form-select,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .form-select,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row .form-select,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .form-select {
  font-size: 0.9rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row .filter-controls,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .filter-controls,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row .filter-controls,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .filter-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  text-align: right;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  color: #003540;
  background-color: transparent;
  cursor: pointer;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete:hover,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete:hover,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete:hover,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete:hover,
.bf-table .bf-table-filter-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete:focus,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-ctr > .row .filter-controls .filter-delete:focus,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete:focus,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > .row .filter-controls .filter-delete:focus {
  font-weight: 400;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-grouping,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-grouping {
  padding: 5px 15px;
  background-color: #e2e2e2;
}
.bf-table .bf-table-filter-ctr .bf-backend-filter-grouping > div,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-grouping > div {
  display: flex;
  align-items: center;
}
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select,
.bf-table .bf-table-filter-ctr .bf-backend-filter-select,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-select {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: #e2e2e2;
}
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select select,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select select,
.bf-table .bf-table-filter-ctr .bf-backend-filter-select select,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-select select,
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select .btn,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select .btn,
.bf-table .bf-table-filter-ctr .bf-backend-filter-select .btn,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-select .btn {
  font-size: 0.8rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select > div,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select > div,
.bf-table .bf-table-filter-ctr .bf-backend-filter-select > div,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-select > div {
  display: flex;
}
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select .bf-backend-filter-mode,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select .bf-backend-filter-mode,
.bf-table .bf-table-filter-ctr .bf-backend-filter-select .bf-backend-filter-mode,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-select .bf-backend-filter-mode {
  min-width: 60px;
}
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select .bf-backend-filter-types,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select .bf-backend-filter-types,
.bf-table .bf-table-filter-ctr .bf-backend-filter-select .bf-backend-filter-types,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-select .bf-backend-filter-types {
  min-width: 150px;
  margin-left: 0.5rem;
}
.bf-table .bf-table-filter-ctr .bf-backend-bulk-select .bf-backend-filter-apply,
.bf-table .bf-backend-bulk-ctr .bf-backend-bulk-select .bf-backend-filter-apply,
.bf-table .bf-table-filter-ctr .bf-backend-filter-select .bf-backend-filter-apply,
.bf-table .bf-backend-bulk-ctr .bf-backend-filter-select .bf-backend-filter-apply {
  display: none;
}
.bf-table .bf-table-filter-ctr {
  display: none;
}
.bf-table .bf-table-search {
  margin: 1em 0;
}
.bf-table .bf-table-totals {
  text-align: center;
  color: inherit;
  background: transparent;
}
.bf-table .bf-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.bf-table .bf-table-footer .bf-table-pagination {
  margin: 1em 0;
  text-align: center;
}
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_item,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_next,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_previous {
  display: inline-block;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_item.pag_current,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_next.pag_current,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_previous.pag_current {
  color: #fff;
  background-color: #003540;
  border-color: #003540;
}
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_next,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_previous {
  color: #efefef;
}
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_next:hover,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_previous:hover,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_next:focus,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_previous:focus,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_next:active,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_previous:active {
  color: #fff;
}
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_item {
  width: 2em;
  height: 2em;
  border: 1px solid #efefef;
}
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_item.pag_item_wide {
  width: auto;
  padding: 0 1rem;
}
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_item:hover,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_item:focus,
.bf-table .bf-table-footer .bf-table-pagination .pag_ctr .pag_item:active {
  color: #333;
  background-color: #efefef;
}
.bf-table .bf-table-footer .bf-table-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1em 0;
  text-align: center;
}
.bf-table .bf-table-footer .bf2-inline-dropdown-toggle {
  color: #fff;
}
.bf-table .bf-table-footer .bf2-inline-dropdown-toggle:hover {
  color: #e6e6e6;
}
.bf-table .bf-table-batch {
  padding: 2rem;
  margin-top: 2rem;
  color: #333;
  background-color: #efefef;
  border-radius: 0.25rem;
}
.bf-table.bf-contact-action-list .bf-table-calendar + .bf-table-footer .bf-table-pagination .pag_ctr {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.bf-table.bf-table-autocol .bf-table-body .bf-table-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
}
.bf-table.bf-table-autocol .bf-table-body .bf-table-row.bf-table-heading > div {
  background: #efefef;
}
.bf-table.bf-table-autocol .bf-table-body .bf-table-row > div {
  min-width: 75px;
  padding: 15px;
  border-bottom: 1px solid #efefef;
}
.bf-table .quick-stat-icon {
  width: 2rem;
  text-align: center;
}
.bf-table .quick-stat-icon > svg {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  color: #fff;
  border-radius: 2rem;
}
.bf-table .quick-stat-icon > svg.fa-circle-check {
  background-color: #00758D;
}
.bf-table .quick-stat-icon > svg.fa-triangle-exclamation {
  background-color: #f4d158;
}
.bf-table .quick-stat-icon > svg.fa-circle-exclamation {
  background-color: #f00;
}
.bf-table-totals-ctr {
  max-height: 350px;
  overflow: hidden;
}
.bf-table-totals-ctr .bf-table-display-total {
  display: flex;
}
.bf-table-display-total {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #00758D;
}
.bf-table-display-total .bf-table-display-total-title {
  font-weight: 300;
  font-size: 1.25rem;
}
.bf-table-display-total .bf-table-display-total-count {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.25;
}
.bf-table-display-total .bf-table-display-total-reveal {
  font-size: 0.8rem;
  color: #fff;
  border-color: #003540;
  background-color: #003540;
}
.bf-table-collapse {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.bf-table-collapse > svg {
  font-size: 1.2rem;
  color: #00758D;
  transition: transform 0.25s ease-out;
  transform: rotate(0deg);
}
.bf-table-collapse.show > svg {
  transform: rotate(90deg);
}
.modal-dialog .bf2-form-submission table {
  width: 100%;
}
.modal-dialog .bf2-form-submission table tr:nth-child(2n+1) {
  background-color: #efefef;
}
.modal-dialog .bf2-form-submission table td {
  padding: 10px;
}
.modal-dialog .bf2-form-submission table td:first-child {
  width: 350px;
}
.bf-contact-list .bf-table-row:hover .bf2-component-contact-quick-edit,
.bf-contact-list .bf-table-row:focus .bf2-component-contact-quick-edit,
.bf-contact-list .bf-table-row:active .bf2-component-contact-quick-edit {
  visibility: visible;
}
.bf-contact-list .bf2-component-contact-quick-edit {
  margin-left: 1rem;
  visibility: hidden;
  cursor: pointer;
}
#bf-contact-nav {
  padding: 0;
  font-size: 0.9rem;
}
#bf-contact-nav .nav-link {
  color: #5f6062;
}
#bf-contact-nav > .container-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  height: 20px;
  padding: 0;
  overflow: hidden;
}
#bf-contact-nav #bf-contact-profile-nav-expand {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
#bf-contact-nav ul.navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}
#bf-contact-nav ul.navbar-nav .nav-item {
  line-height: 20px;
  border-left: 1px solid #d6d6d6;
}
#bf-contact-nav ul.navbar-nav .nav-item:first-child {
  border-left: 0;
}
#bf-contact-nav ul.navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
#bf-contact-nav ul.navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
#bf-contact-nav ul.navbar-nav .nav-item .nav-link {
  padding: 0.1rem 1rem;
}
#bf-contact-nav.open > .container-fluid {
  height: auto;
}
#bf-contact-nav.open > .container-fluid ul.navbar-nav {
  flex-direction: column;
}
#bf-contact-nav.open > .container-fluid ul.navbar-nav .nav-item {
  border-left: 0;
}
#bf-contact-nav.open > .container-fluid ul.navbar-nav .nav-item .nav-link {
  padding-left: 0;
}
.bf-contact-profile-cards {
  margin: 50px 0 2rem;
}
.bf-contact-profile-cards .bf-contact-profile-card {
  display: none;
  background-color: #efefef;
}
.bf-contact-profile-cards .bf-contact-profile-card.selected {
  display: block;
}
.bf-contact-profile-cards .bf-contact-profile-card .bf-contact-profile-card-inner {
  padding: 2rem;
}
.bf-contact-profile-cards ul.bf-contact-profile-card-select {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bf-contact-profile-cards ul.bf-contact-profile-card-select > li {
  display: block;
  padding: 0.33rem 1rem;
  font-size: 0.8rem;
  line-height: 1;
  background-color: #efefef;
  cursor: pointer;
  flex-grow: 1;
  opacity: 0.75;
}
.bf-contact-profile-cards ul.bf-contact-profile-card-select > li:hover,
.bf-contact-profile-cards ul.bf-contact-profile-card-select > li.selected {
  color: #fff;
  background: #00758D;
}
.bf-contact-profile-cards ul.bf-contact-profile-card-select > li.selected {
  opacity: 1;
}
.bf-customer-profile-preview,
.bf-contact-profile-preview {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.bf-customer-profile-preview .bf-customer-profile-preview-info,
.bf-contact-profile-preview .bf-customer-profile-preview-info {
  position: relative;
  flex-grow: 1;
  padding: 2rem;
}
.bf-customer-profile-preview .bf-customer-profile-preview-info > div,
.bf-contact-profile-preview .bf-customer-profile-preview-info > div {
  display: grid;
  grid-template-columns: 50% 50%;
}
.bf-customer-profile-preview .bf-customer-profile-preview-info .bf-contact-profile-preview-type,
.bf-contact-profile-preview .bf-customer-profile-preview-info .bf-contact-profile-preview-type {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.5;
}
.bf-customer-profile-preview .bf-customer-profile-preview-info > div,
.bf-contact-profile-preview .bf-customer-profile-preview-info > div {
  grid-template-columns: 35% 65%;
}
.bf-customer-profile-preview .bf-contact-profile-preview-info,
.bf-contact-profile-preview .bf-contact-profile-preview-info {
  position: relative;
  flex-grow: 1;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bf-customer-profile-preview .bf-contact-profile-preview-info .bf-contact-profile-preview-ctr,
.bf-contact-profile-preview .bf-contact-profile-preview-info .bf-contact-profile-preview-ctr {
  flex-grow: 1;
}
.bf-customer-profile-preview .bf-contact-profile-preview-info .bf-contact-profile-preview-ctr > div:nth-child(2),
.bf-contact-profile-preview .bf-contact-profile-preview-info .bf-contact-profile-preview-ctr > div:nth-child(2) {
  display: grid;
  grid-template-columns: 50% 50%;
}
.bf-customer-profile-preview .bf-contact-profile-photo-ctr,
.bf-contact-profile-preview .bf-contact-profile-photo-ctr {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  max-width: 20%;
}
.bf-customer-profile-preview .bf-contact-profile-photo-ctr .bf-contact-profile-photo-placeholder,
.bf-contact-profile-preview .bf-contact-profile-photo-ctr .bf-contact-profile-photo-placeholder {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.bf-customer-profile-preview .bf-contact-profile-photo-ctr .bf-contact-profile-photo-placeholder:after,
.bf-contact-profile-preview .bf-contact-profile-photo-ctr .bf-contact-profile-photo-placeholder:after {
  content: '+';
  position: absolute;
  top: 0;
  right: -8px;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 1rem;
  line-height: 20px;
  background-color: #fff;
  border-radius: 18px;
}
.bf-customer-profile-preview .bf-contact-profile-photo-ctr .bf-contact-profile-photo-placeholder .bf2-icon,
.bf-contact-profile-preview .bf-contact-profile-photo-ctr .bf-contact-profile-photo-placeholder .bf2-icon {
  font-size: 3rem;
  line-height: 3rem;
}
.bf-customer-profile-preview .bf-contact-profile-photo-ctr .bf-contact-profile-photo,
.bf-contact-profile-preview .bf-contact-profile-photo-ctr .bf-contact-profile-photo {
  width: 75%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.bf-customer-profile-preview .bf-contact-profile-photo-ctr .bf-contact-profile-photo img,
.bf-contact-profile-preview .bf-contact-profile-photo-ctr .bf-contact-profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bf-customer-profile-preview .bf-map,
.bf-contact-profile-preview .bf-map {
  min-width: 300px;
  height: 100% !important;
}
.bf-customer-profile-preview .bf-map .olControlAttribution,
.bf-contact-profile-preview .bf-map .olControlAttribution {
  display: none;
}
.bf-customer-profile-preview a:not(.btn),
.bf-contact-profile-preview a:not(.btn) {
  text-decoration: none;
  color: #333;
}
.bf-customer-profile-preview a:not(.btn).bf-profile-anchor,
.bf-contact-profile-preview a:not(.btn).bf-profile-anchor {
  color: #00758D;
}
.bf-customer-profile-preview .quick-stat-gauge,
.bf-contact-profile-preview .quick-stat-gauge {
  width: 90px;
  height: 90px;
}
.bf-customer-profile-preview .quick-stat-gauge .highcharts-credit,
.bf-contact-profile-preview .quick-stat-gauge .highcharts-credit {
  display: none;
}
.bf-contact-profile .bf-contact-section h2 {
  padding-bottom: 1rem;
}
.bf-contact-profile .bf-contact-section + hr {
  margin: 4em 0;
}
.bf-contact-profile .bf-contact-section .bf-backend-field-toggle {
  position: relative;
  z-index: 2;
}
.bf-contact-profile .bf-contact-section .bf-table-dynamic[data-total="0"]:not(.is-filtered) > * {
  display: none;
}
.bf-contact-profile .bf-contact-section .bf-table-dynamic[data-total="0"]:not(.is-filtered) > .bf-table-body {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.bf-contact-profile .bf-contact-section .bf-table-dynamic[data-total="0"]:not(.is-filtered) > .bf-table-body > p {
  margin-bottom: 0;
  text-align: left !important;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field {
  margin-bottom: 1rem;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-contact-cf-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-contact-cf-checklist .bf2-contact-cf-checklist-details {
  font-size: 0.8rem;
  font-style: italic;
  white-space: nowrap;
  opacity: 0.8;
  cursor: pointer;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-contact-cf-checklist .bf2-contact-cf-checklist-complete {
  display: none;
  gap: 1rem;
  padding: 1rem 1.5rem;
  margin: 0 0 1rem 1.5rem;
  background-color: #efefef;
  border-radius: 0.25rem;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-contact-cf-checklist .bf2-contact-cf-checklist-complete > div {
  flex-grow: 1;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-contact-cf-checklist .open .bf2-contact-cf-checklist-complete {
  display: flex;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-contact-cf-checklist .open .bf2-contact-cf-checklist-option.open .bf2-contact-cf-checklist-toggle {
  transform: rotate(180deg);
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-contact-cf-checklist .bf2-contact-cf-checklist-notes {
  padding: 0;
  margin: 0 0 1rem 4rem;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table h4 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table .bf2-ccf-table-add {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0 1px 0 0;
  font-size: 1rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table-inner {
  overflow-y: auto;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table-inner thead {
  background-color: #efefef;
  border-bottom: #5f6062;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table-inner .bf2-ccf-table-col {
  min-width: 100px;
  padding: 0.25rem 0.5rem;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table-inner .bf2-ccf-table-tools > span {
  display: inline-block;
  padding: 0.5rem;
  margin-left: 0.25rem;
  line-height: 1;
  color: #fff;
  background: #5f6062;
  border-radius: 0.25rem;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table-inner .bf2-ccf-table-tools > span:hover {
  background: #00758D;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table-inner tbody tr:hover {
  background-color: #ffffff;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table-inner tbody tr:nth-child(2n) {
  background-color: #efefef;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table-expand {
  border-top: 1px solid #5f6062;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table-expand > span {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #5f6062;
  border-radius: 0 0 0.25 0.25;
  cursor: pointer;
}
.bf-contact-profile .bf-contact-section .bf-backend-custom-field .bf2-ccf-table-expand > span:hover {
  background-color: #00758D;
}
.bf-contact-profile .bf-contact-section .bf2-contact-panel-admin label {
  display: block;
  font-size: 0.8rem;
}
.bf-contact-profile .bf-contact-section .bf2-contact-panel-admin label + span {
  font-size: 1.2rem;
  font-weight: 300;
}
.bf-contact-profile .bf-contact-section .bf2-contact-panel-admin a {
  color: inherit;
}
.bf-contact-profile .bf-contact-notes {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bf-contact-profile .bf-contact-notes .bf-contact-note {
  border-top: 1px solid #efefef;
}
.bf-contact-profile .bf-contact-notes .bf-contact-note:first-of-type {
  border-top: 0;
}
.bf-contact-profile .bf-contact-notes .bf-contact-note .bf-contact-note-controls {
  float: right;
}
.bf-contact-profile .bf-contact-notes .bf-contact-note .bf-contact-note-title {
  font-size: 1.2em;
}
.bf-contact-profile .bf-contact-notes .bf-contact-note .bf-contact-note-header {
  display: flex;
  justify-content: space-between;
}
.bf-contact-profile .bf-contact-profile-address-book .bf-contact-addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.bf-contact-profile .bf-contact-profile-address-book .bf-contact-addresses .bf-contact-address {
  padding: 1rem;
  background-color: #f1f1f1;
  border-radius: 0.25rem;
}
.bf-contact-profile .bf-contact-profile-address-book .bf-contact-addresses .bf-contact-address h4 {
  display: block;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #00758D;
}
.bf-contact-profile .bf-contact-profile-address-book .bf-contact-addresses .bf-contact-address h5 {
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
}
.bf-contact-profile .bf-contact-profile-address-book .bf-contact-addresses .bf-contact-address .bf-contact-address-addr {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.2;
}
.bf-contact-profile .bf-contact-profile-address-book .bf-contact-addresses .bf-contact-address .bf-contact-address-tools {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}
.bf-contact-profile .bf-contact-profile-address-book .bf-contact-addresses .bf-contact-address .bf-contact-address-tools > a {
  padding: 0.1rem 0.5rem;
  color: #333;
  background: transparent;
  border: none;
}
#bf2-component-contact-merge .bf2-sp-contact {
  padding: 1rem 0;
}
#bf2-component-contact-merge .bf2-sp-contact.bf2-sp-contact-template {
  display: none;
}
#bf2-component-contact-merge .bf2-sp-contact .bf2-sp-contact-name {
  font-weight: bold;
}
#bf2-component-contact-merge .bf2-sp-contact-selected .bf2-sp-contact {
  padding: 1rem;
  background-color: #efefef;
}
#bf2-component-contact-merge .bf2-sp-contact-merge-with .bf2-sp-contact {
  display: flex;
  gap: 1rem;
}
#bf2-component-contact-merge header.bf2-sp-merge-contacts {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#bf2-component-contact-merge header.bf2-sp-merge-contacts > div.bf2-sp-contact {
  padding: 1rem;
  background-color: #efefef;
  border-radius: 0.25rem;
}
#bf2-component-contact-merge header.bf2-sp-merge-contacts .bf2-sp-merge-contact-icon {
  margin: 0 -0.5rem;
  font-size: 2rem;
  color: #00758D;
}
#bf2-component-contact-merge .bf2-sp-merge-data {
  max-height: 80vh;
  overflow-y: auto;
}
#bf2-component-contact-merge .bf2-sp-merge-data .bf2-sp-merge-field {
  display: grid;
  grid-template-columns: 45% 10% 45%;
  align-items: center;
  margin: 0;
  padding: 0.25rem 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #ccc;
}
#bf2-component-contact-merge .bf2-sp-merge-data .bf2-sp-merge-field .bf2-sp-merge-field-action {
  text-align: left;
}
#bf2-component-contact-merge .bf2-sp-merge-data .bf2-sp-merge-field .bf2-sp-merge-field-action .merged {
  display: none;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  background: #00758D;
  border-radius: 0.25rem;
}
#bf2-component-contact-merge .bf2-sp-merge-data .bf2-sp-merge-field select.bf2-sp-merge-field-type {
  padding: 0;
  margin: 0 0 0 -0.25rem;
  border: 0;
  outline: none;
}
#bf2-component-contact-merge .bf2-sp-merge-data .bf2-sp-merge-field .bf2-sp-merge-field-dest,
#bf2-component-contact-merge .bf2-sp-merge-data .bf2-sp-merge-field .bf2-sp-merge-field-source {
  min-height: 1em;
}
#bf2-component-contact-merge .bf2-sp-merge-data .bf2-sp-merge-field.merged .bf2-sp-merge-field-action .btn {
  display: none;
}
#bf2-component-contact-merge .bf2-sp-merge-data .bf2-sp-merge-field.merged .bf2-sp-merge-field-action .merged {
  display: inline-block;
}
.bf2-component-contact-delete-details {
  list-style: none;
  margin-bottom: 0;
}
.bf2-component-contact-delete-details label {
  font-weight: bold;
}
.bf-profile-anchor {
  font-size: 0.9rem;
  margin-left: 1rem;
}
#bf-contact-profile-dz {
  display: grid;
  grid-template-columns: 15.667% 15.667% 15.667% 15.667% 15.667% 15.667%;
  column-gap: 1%;
  row-gap: 1%;
  overflow: hidden;
  padding: 1.5rem;
  background-color: #efefef;
  border-radius: 0.5rem;
}
#bf-contact-profile-dz:empty {
  display: none;
}
#bf-contact-profile-dz > div {
  position: relative;
}
#bf-contact-profile-dz .dz-progress {
  height: 10px;
  background-color: #efefef;
  border-radius: 0;
}
#bf-contact-profile-dz .dz-progress span.dz-upload {
  background-color: #00758D;
}
#bf-contact-profile-dz .dz-details {
  display: none;
}
#bf-contact-profile-dz .dz-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
#bf-contact-profile-dz .dz-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#bf-contact-profile-dz .dz-complete .dz-success-mark {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  opacity: 0.8;
}
#bf-contact-profile-dz .dz-complete .dz-success-mark svg {
  width: 100%;
  height: 100%;
}
table.bf2-ccf-table-data {
  min-width: 100%;
}
.bf2-ccf-table-schema .bf2-ccf-table-schema-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.bf2-ccf-table-schema .bf2-ccf-table-schema-row .bf2-ccf-table-data-field {
  flex-grow: 1;
}
table.bf2-crm-action-txn-view tbody > tr > td:first-child {
  width: 150px;
}
table.bf2-crm-action-txn-view table {
  margin: 1rem 0;
}
table.bf2-crm-action-txn-view table th {
  background: #f1f1f1;
}
.bf-contact-profile-history .bf-contact-profile-history-action {
  margin-bottom: 3px;
  border: 1px solid #efefef;
}
.bf-contact-profile-history .bf-contact-profile-history-action .bf-cph-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 5px 15px;
  cursor: pointer;
}
.bf-contact-profile-history .bf-contact-profile-history-action .bf-cph-header:hover {
  background: #efefef;
}
.bf-contact-profile-history .bf-contact-profile-history-action .bf-cph-header .bf-cph-toggle {
  justify-self: flex-end;
}
.bf-contact-profile-history .bf-contact-profile-history-action .bf-cph-fields {
  display: none;
  padding: 10px 5px;
}
.bf-contact-profile-history .bf-contact-profile-history-action .bf-cph-fields .container-fluid .row {
  border-top: 1px solid #efefef;
}
.bf-contact-profile-history .bf-contact-profile-history-action .bf-cph-fields .container-fluid .row.changed {
  background-color: #fefee1;
}
.bf-contact-profile-history .bf-contact-profile-history-action .bf-cph-fields .container-fluid .row > div {
  padding: 5px 10px;
}
.bf-contact-profile-history .bf-contact-profile-history-action .bf-cph-fields .container-fluid .row:hover {
  background-color: #efefef;
}
.bf-contact-profile-history .bf-contact-profile-history-action .bf-cph-fields .container-fluid > .row:first-child {
  border-top: 0;
}
.bf-contact-profile-history .bf-contact-profile-history-action.open {
  background-color: #efefef;
}
.bf-contact-profile-history .bf-contact-profile-history-action.open .bf-cph-header {
  color: #fff;
  background: #00758D;
}
.bf-contact-profile-history .bf-contact-profile-history-action.open .bf-cph-header .bf-cph-toggle {
  transform: rotate(180deg);
}
.bf-contact-profile-history .bf-contact-profile-history-action.open .bf-cph-fields {
  display: block;
}
.bf-contact-profile-history .bf-contact-profile-history-action.open .bf-cph-fields .container-fluid .row:hover {
  color: #333;
  background-color: #e2e2e2;
}
#bfcrm-customer-sections {
  margin-top: 3rem;
}
#bfcrm-customer-sections .bf-backend-field-toggle {
  position: relative;
  z-index: 2;
}
#bfcrm-customer-sections .bf-table-dynamic[data-total="0"]:not(.is-filtered) > * {
  display: none;
}
#bfcrm-customer-sections .bf-table-dynamic[data-total="0"]:not(.is-filtered) > .bf-table-body {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
}
#bfcrm-customer-sections .bf-table-dynamic[data-total="0"]:not(.is-filtered) > .bf-table-body > p {
  margin-bottom: 0;
  text-align: left !important;
}
.bf2-customer-quick-stats {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-gap: 5%;
}
.bf2-customer-quick-stats .quick-stat {
  align-items: center;
  margin-bottom: 1rem;
}
.bf2-customer-quick-stats .quick-stat label {
  font-weight: 600;
}
.bf2-customer-quick-stats .quick-stat .desc {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
}
.bf2-customer-quick-stats .quick-stat .value {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
}
.bf2-customer-quick-stats .quick-stat .quick-stat-gauge {
  width: 90px;
  height: 90px;
}
.bf2-customer-quick-stats .quick-stat .quick-stat-gauge .highcharts-credits {
  display: none;
}
.bf2-customer-quick-stats .quick-stat .quick-stat-icon {
  width: 90px;
  text-align: center;
}
.bf2-customer-quick-stats .quick-stat .quick-stat-icon > svg {
  font-size: 3rem;
}
.bf2-customer-quick-stats .quick-stat .quick-stat-icon > svg.fa-circle-check {
  color: #00758D;
}
.bf2-customer-quick-stats .quick-stat .quick-stat-icon > svg.fa-triangle-exclamation {
  color: #f4d158;
}
.bf2-customer-quick-stats .quick-stat .quick-stat-icon > svg.fa-circle-exclamation {
  color: #f00;
}
#bf-txn-nav {
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
#bf-txn-nav .nav-link {
  color: #5f6062;
}
#bf-txn-nav ul.navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#bf-txn-nav ul.navbar-nav .nav-item {
  border-left: 1px solid #d6d6d6;
}
#bf-txn-nav ul.navbar-nav .nav-item:first-child {
  border-left: 0;
}
#bf-txn-nav ul.navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
#bf-txn-nav ul.navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
#bf-txn-nav ul.navbar-nav .nav-item .nav-link {
  padding: 0.1rem 1rem;
}
#bfa-txn-parts {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bfa-txn-parts > li {
  position: relative;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #d6d6d6;
}
#bfa-txn-parts > li .remove {
  position: absolute;
  top: 0.5rem;
  right: 0;
  z-index: 10;
  display: block;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  background-color: #00758D;
  border-radius: 1rem;
  cursor: pointer;
}
#bfa-txn-parts > li:first-child {
  margin-top: 0;
  padding-top: 0;
}
#bfa-txn-parts > li:first-child .remove {
  display: none;
}
#bfa-txn-parts > li:first-child hr {
  display: none;
}
.bfa-txn-footer-totals {
  display: flex;
  gap: 1.5rem;
}
.bfa-txn-footer-totals > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bfa-txn-footer-totals > div:last-child {
  font-weight: bold;
}
.bfa-txn-footer-totals > div label {
  font-size: 0.8rem;
  text-transform: uppercase;
}
#bf2-component-contact-address-select .modal-dialog {
  max-width: 750px;
}
#bf2-component-contact-address-select .modal-dialog ul.bf2-component-contact-address-select-addresses {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  gap: 3%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#bf2-component-contact-address-select .modal-dialog ul.bf2-component-contact-address-select-addresses > li {
  padding: 0.5rem 1rem;
  line-height: 1.2;
  background: #efefef;
  border-radius: 0.5rem;
  cursor: pointer;
}
#bf2-component-contact-address-select .modal-dialog ul.bf2-component-contact-address-select-addresses > li:hover {
  background: #d6d6d6;
}
#bf2-component-contact-address-select .modal-dialog ul.bf2-component-contact-address-select-addresses > li .bf2-address-location {
  display: flex;
  gap: 0.5rem;
}
#bf2-component-contact-address-select .modal-dialog ul.bf2-component-contact-address-select-addresses > li .bf2-address-type {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #00758D;
}
.bf2-dashboard-title,
.bf2-report-title {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d6d6d6;
}
.bf2-crm-report-block,
.bf2-crm-dashboard-block {
  margin-bottom: 3rem;
}
.bf2-report-list,
.bf2-report-report-selection,
.bf2-dashboard-report-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bf2-report-list > li,
.bf2-report-report-selection > li,
.bf2-dashboard-report-selection > li {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 2rem;
  max-width: 29%;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
  background: #efefef;
  border-radius: 0.25rem;
  cursor: pointer;
}
.bf2-report-list > li.bf2-report-list-item,
.bf2-report-report-selection > li.bf2-report-list-item,
.bf2-dashboard-report-selection > li.bf2-report-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.bf2-report-list > li .bf2-report-list-desc,
.bf2-report-report-selection > li .bf2-report-list-desc,
.bf2-dashboard-report-selection > li .bf2-report-list-desc {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.bf2-report-list > li .bf2-report-list-metadata,
.bf2-report-report-selection > li .bf2-report-list-metadata,
.bf2-dashboard-report-selection > li .bf2-report-list-metadata {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.bf2-report-list > li .bf2-report-list-metadata label,
.bf2-report-report-selection > li .bf2-report-list-metadata label,
.bf2-dashboard-report-selection > li .bf2-report-list-metadata label {
  font-weight: bold;
}
.bf2-report-list > li svg,
.bf2-report-report-selection > li svg,
.bf2-dashboard-report-selection > li svg {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  color: #00758D;
}
ul.bf2-crm-field-list {
  display: block;
  height: 450px;
  overflow-y: scroll;
  padding: 0.5rem 1.5rem;
  margin: 0;
  border: 1px solid #efefef;
  border-radius: 10px;
  list-style: none;
}
ul.bf2-crm-field-list:not(.bf2-crm-field-list-categorized) > li,
ul.bf2-crm-field-list.bf2-crm-field-list-categorized ul > li {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 300;
  user-select: none;
}
ul.bf2-crm-field-list:not(.bf2-crm-field-list-categorized) > li svg,
ul.bf2-crm-field-list.bf2-crm-field-list-categorized ul > li svg {
  color: #003540;
  cursor: move;
}
ul.bf2-crm-field-list.bf2-crm-field-list-categorized ul > li strong {
  font-size: 1.2rem;
  font-weight: 500;
}
ul.bf2-crm-field-list .bf2-crm-field-list-filter {
  display: flex;
  align-items: center;
  margin: -0.5rem -1.5rem 0.5rem;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
ul.bf2-crm-field-list .bf2-crm-field-list-filter svg {
  margin-left: 0.5rem;
}
ul.bf2-crm-field-list .bf2-crm-field-list-filter > input {
  background: #f1f1f1;
  border: 0;
}
ul.bf2-crm-field-list .bf2-crm-field-list-filter > input:focus,
ul.bf2-crm-field-list .bf2-crm-field-list-filter > input:hover,
ul.bf2-crm-field-list .bf2-crm-field-list-filter > input:active {
  background: #f1f1f1;
  box-shadow: none;
  outline: none;
}
#bf2-featurette-properties #bf2-cell-translations .bf2-crm-offcanvas-row {
  display: grid;
  grid-template-columns: 60% 40%;
}
#bf2-featurette-properties #bf2-cell-translations a {
  color: #333;
  text-decoration-color: #00758D;
}
.tagify .tagify__tag:focus div::before,
.tagify .tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset: 0;
  --tag-bg: var(--tag-hover);
}
.tagify__dropdown .tagify__dropdown__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  border-color: #333;
}
.tagify__dropdown .tagify__dropdown__wrapper .tagify__dropdown__item {
  margin: 0.25rem;
  background-color: #efefef;
  border-radius: 0.25rem;
}
.tagify__dropdown .tagify__dropdown__wrapper .tagify__dropdown__item:hover {
  color: #333;
}
.bf2-component-filters .bf2-component-filter-ctr .row {
  position: relative;
  padding: 0.5rem 0;
  border-top: 1px solid #d6d6d6;
}
.bf2-component-filters .bf2-component-filter-ctr .row:hover {
  background-color: #efefef;
}
.bf2-component-filters .bf2-component-filter-ctr input,
.bf2-component-filters .bf2-component-filter-ctr select {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
}
.bf2-component-filters .bf2-component-filter-ctr .filter-inputs {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.bf2-component-filters .bf2-component-filter-ctr .filter-controls {
  text-align: right;
}
.bf2-component-filters .bf2-component-filter-ctr .filter-delete,
.bf2-component-filters .bf2-component-filter-ctr .bf2-filter-field-swap {
  color: #00758D;
  cursor: pointer;
}
.bf2-component-filters .bf2-component-filter-ctr .filter-mode-or-start,
.bf2-component-filters .bf2-component-filter-ctr .filter-mode-or {
  background-color: #f1f1f1;
}
.bf2-component-filters .bf2-component-filter-ctr .filter-mode-or:after {
  content: 'OR';
  position: absolute;
  top: -0.5rem;
  left: 0;
  padding: 0 0.5rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  background-color: #f1f1f1;
}
.bf2-component-filters .bf2-component-filter-select {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0.5rem;
  font-size: 0.8rem;
  background-color: #efefef;
}
.bf2-component-filters .bf2-component-filter-select select {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}
.bf2-component-filters .bf2-component-filter-select .bf2-component-filter-mode {
  max-width: 100px;
}
#bf2-component-txn-batch.is-closed .bf2-trb-list-remove,
#bf2-component-txn-batch.is-closed #bf2-trb-transaction {
  display: none;
}
#bf2-component-txn-batch .bf2-crm-offcanvas-table > .bf2-crm-offcanvas-body > .bf2-trb-list-row {
  font-size: 0.8rem;
}
#bf2-component-txn-batch .bf2-crm-offcanvas-table .bf2-crm-offcanvas-row.bf2-trb-list-row {
  grid-template-columns: 5rem 7rem 7rem 1fr 7rem 3rem;
}
.bf2-component-txn-batch {
  cursor: pointer;
}
#bf2-component-config-data-table-data {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
#bf2-component-config-data-table-data > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
#bf2-component-config-data-table-data > li.row-disabled {
  opacity: 0.5;
}
#bf2-component-config-data-table-data > li.row-disabled input {
  font-style: italic;
}
#bf2-component-config-data-table-data > li > * {
  flex-grow: 1;
}
#bf2-component-config-data-table-data > li > div:last-child {
  flex-grow: 0;
  padding: 0.5rem;
  text-align: center;
}
#bf2-component-config-data-table-data > li.bf2-ccdt-header {
  padding: 0.5rem;
  color: #fff;
  background-color: #00758D;
}
#bf2-component-config-data-table-data > li.bf2-ccdt-header > * {
  margin: 0;
  line-height: 1;
}
#bf2-component-config-data-table-data > li:not(.bf2-ccdt-header):hover,
#bf2-component-config-data-table-data > li:not(.bf2-ccdt-header):focus {
  background-color: #efefef;
}
#bf2-component-config-data-table-data > li input {
  width: 100%;
  padding: 0.5rem;
  background: transparent;
  border: 0;
}
#bf2-component-config-data-table-data > li .bf2-ccdt-grip {
  text-align: center;
  opacity: 0.75;
  cursor: move;
}
