.bf-bg-white {
  color: #333;
  background-color: #fff;
}
.bf-bg-lt-grey {
  color: #333;
  background-color: #efefef;
}
.bf-bg-dk-grey {
  color: #fff;
  background-color: #5f6062;
}
.bf-bg-lt-blue {
  color: #fff;
  background-color: #00758D;
}
.bf-bg-dk-blue {
  color: #fff;
  background-color: #003540;
}
html,
body {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  color: #333;
}
.hidden {
  display: none;
}
.bf-screenreader-only {
  display: none;
}
.bfcms-loading,
.bfcms-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3) url('/_bf/img/loading.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.bfcms-overlay {
  background-image: none;
}
.bfcms-loading-text {
  display: none;
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.bfcms-loading-message {
  display: inline-block;
  padding: 15px;
  font-size: 22px;
  color: #fff;
  background: #00758D;
  border-radius: 15px;
}
.bf2-inline-dropdown-toggle {
  padding: 0 15px;
  font-size: 1.5em;
  line-height: 1em;
  color: #5f6062;
}
.bf2-inline-dropdown-toggle:hover {
  color: #00758D;
}
.bf2-inline-dropdown-toggle::after {
  display: none;
}
svg.bf2-svg-loading {
  background-image: url(/_bf/img/loading.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
svg.bf2-svg-loading path {
  visibility: hidden;
}
.bf2-class-toggle {
  padding: 1rem 0.5rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
}
.bf2-class-toggle:hover {
  background-color: #efefef;
}
.bf2-class-toggle.on {
  color: #fff;
  background-color: #00758D;
}
.bf2-class-toggle.on > svg,
.bf2-class-toggle.on > .bf2-icon-label {
  color: #fff;
}
.bf2-class-toggle > svg {
  display: block;
  margin: 0 auto 0.5rem;
  font-size: 1.5rem;
  color: #00758D;
}
.bf2-class-toggle > .bf2-icon-label {
  font-size: 0.8rem;
  color: #003540;
}
.bf2-icon {
  font-size: 0.9rem;
  vertical-align: middle;
  color: #00758D;
}
.bf2-icon.pos-inline-left {
  margin: 0 0.5rem 0 0;
}
.bf2-icon.pos-inline-right {
  margin: 0 0 0 0.5rem;
}
.bf-align-left {
  text-align: left;
}
.bf-align-right {
  text-align: right;
}
.bf-align-center {
  text-align: center;
}
.bg-primary {
  background-color: #00758D;
}
.bg-secondary {
  background-color: #5f6062;
}
body.bf2-has-bottom-toolbar .offcanvas-end,
body.bf2-has-bottom-toolbar .offcanvas-start {
  bottom: 78px;
}
select.form-select:focus,
input.form-control:focus {
  border-color: #00758D;
  box-shadow: 0 0 0 0.25rem #18CEF2;
}
input.form-check-input:checked[type=checkbox] {
  background-color: #00758D;
  border-color: #00758D;
}
.input-group.input-group-add,
.input-group.input-group-search {
  flex-wrap: nowrap;
}
.input-group.input-group-add .input-group-text,
.input-group.input-group-search .input-group-text {
  font-size: 1.2em;
  color: #00758D;
  background-color: transparent;
  border-left: none;
  cursor: pointer;
}
.input-group.input-group-add .input-group-text svg.svg-inline--fa.fa-circle-minus,
.input-group.input-group-search .input-group-text svg.svg-inline--fa.fa-circle-minus {
  color: red;
}
.input-group.input-group-add .bf2-list-add-type-cancel,
.input-group.input-group-search .bf2-list-add-type-cancel {
  color: #5f6062;
}
.input-group .form-floating {
  flex-grow: 1;
  overflow: hidden;
}
.input-group .form-floating input,
.input-group .form-floating select,
.input-group .form-floating textarea {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-floating > span.form-control {
  white-space: nowrap;
}
.form-floating > textarea.form-control {
  min-height: 8rem;
}
.dropdown-menu .dropdown-item {
  cursor: pointer;
}
.dropdown-menu .dropdown-item > svg.svg-inline--fa {
  color: #00758D;
}
.dropdown-menu .dropdown-item > svg.svg-inline--fa.fa-circle-minus {
  color: red;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #fff;
  background: #00758D;
}
.bootstrap-select {
  flex-grow: 1;
  border: 1px solid #ced4da;
}
.bootstrap-select .dropdown-menu {
  max-width: 95vw;
  max-height: 50vh !important;
}
.bootstrap-select.form-control {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
}
.offcanvas.offcanvas-end,
.offcanvas.offcanvas-start {
  width: 30vw;
  max-width: 100%;
  min-width: 500px;
}
.offcanvas.offcanvas-end.bf2-offcanvas-lg,
.offcanvas.offcanvas-start.bf2-offcanvas-lg {
  width: 45vw;
  min-width: 650px;
}
.offcanvas.offcanvas-end {
  border-left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.offcanvas.offcanvas-end hr {
  margin: 2.5rem 0;
}
.offcanvas.offcanvas-end h4 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.offcanvas .offcanvas-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  border-top: 1px solid #efefef;
}
.offcanvas .offcanvas-footer > * {
  margin: 0.25rem;
}
.offcanvas .offcanvas-header.bf2-tab-header {
  position: relative;
  padding: 0.5rem;
  background-color: #00758D;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.offcanvas .offcanvas-header.bf2-tab-header .nav-tabs .nav-link {
  color: #fff;
}
.offcanvas .offcanvas-header.bf2-tab-header .nav-tabs .nav-link.active {
  border-bottom: 2px solid #fff;
}
.offcanvas .offcanvas-header.bf2-tab-header .nav-tabs .nav-link svg {
  color: #fff;
}
.offcanvas .offcanvas-header .nav-tabs {
  min-width: 100%;
  justify-content: space-between;
  border-bottom: 0;
}
.offcanvas .offcanvas-header .nav-tabs .nav-link {
  padding: 0.25rem 0;
  margin: 0 0.5rem;
  font-size: 0.9rem;
  color: #333;
  border: 0;
}
.offcanvas .offcanvas-header .nav-tabs .nav-link.active {
  background: transparent;
  border-bottom: 2px solid #00758D;
}
.offcanvas .offcanvas-header .nav-tabs .nav-link svg {
  margin-right: 0.25rem;
  color: #00758D;
}
body[data-bf-page-id] .offcanvas {
  z-index: 99999999;
}
textarea.form-control:not(.bf2-textarea-grow) {
  min-height: calc(5.5em + 0.75rem + 2px);
}
.nav-tabs .nav-item .nav-link {
  color: #333;
}
.nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #00758D;
}
.tab-content > .tab-pane {
  padding: 1.5rem !important;
  background-color: #f1f1f1;
  border-radius: 0 0 0.25rem 0.25rem;
}
table.bf2-info-table {
  width: 100%;
}
table.bf2-info-table thead {
  color: #fff;
  background-color: #00758D;
}
table.bf2-info-table thead th {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
table.bf2-info-table tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}
table.bf2-info-table tbody tr:hover {
  background-color: #efefef;
}
table.bf2-info-table tbody tr td {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
}
.badge.bg-primary {
  color: #fff !important;
  background-color: #00758D !important;
  border-color: #00758D !important;
}
.badge.bg-secondary {
  color: #fff !important;
  background-color: #003540 !important;
  border-color: #003540 !important;
}
a.badge {
  text-decoration: none;
}
.form-floating > .bootstrap-select {
  display: block;
  width: 100% !important;
  height: calc(3.5rem + 2px);
  padding: 1.625rem 0.75rem 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.form-floating > .bootstrap-select + label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .bootstrap-select > .dropdown-toggle {
  padding: 0;
}
#bf2-interface {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
#bf2-interface nav.fixed-top {
  left: 0;
  padding-left: 60px;
}
#bf2-interface nav.fixed-bottom {
  left: 90px;
}
#bf2-interface #bf2-main {
  position: relative;
  width: 100%;
}
#bf2-interface #bf2-main #bf2-panels {
  max-height: 100vh;
  overflow: auto !important;
}
#bf2-interface #bf2-main #bf2-panels .bf2-panel:not(.bf2-panel-iframe) {
  padding: 20px 30px 200px;
}
#bf2-interface #bf2-main #bf2-panels .bf2-panel.bf2-panel-iframe {
  max-height: 100vh;
  overflow: hidden;
}
#bf2-interface #bf2-main #bf2-panels .bf2-panel.bf2-panel-iframe iframe {
  width: 100%;
  height: 100vh;
}
#bf2-interface #bf2-main #bf2-panels .bf2-panel.bf2-panel-iframe iframe.bf2-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
}
#bf2-interface #bf2-main #bf2-panels .bf2-panel.bf2-panel-iframe iframe.bf2-mobile-phone {
  width: 360px;
  height: 740px;
  margin-top: -370px;
  margin-left: -180px;
  border: 1px solid #ccc;
}
#bf2-interface #bf2-main #bf2-panels .bf2-panel.bf2-panel-iframe iframe.bf2-mobile-portrait {
  width: 770px;
  height: 1024px;
  margin-top: -512px;
  margin-left: -384px;
  border: 1px solid #ccc;
}
#bf2-interface #bf2-main #bf2-panels .bf2-panel.bf2-panel-iframe iframe.bf2-mobile-tablet {
  width: 1024px;
  height: 768px;
  margin-top: -384px;
  margin-left: -512px;
  border: 1px solid #ccc;
}
#bf2-interface #bf2-main #bf2-panels .bf2-panel iframe.bf2-panel-embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#bf2-interface-initial-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.99);
  background-image: url(/_bf/img/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.button {
  display: inline-block;
  padding: 8px 15px;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  color: #fff;
  background: #00758D;
  border: 0;
  border-radius: 30px;
}
.button:hover {
  color: #fff;
  background: #003540;
}
.btn.btn-primary:disabled,
.btn.btn-secondary:disabled {
  color: #fff;
  background-color: #aaa;
  border-color: #aaa;
  opacity: 0.25;
}
.btn.btn-primary {
  color: #fff;
  background-color: #00758D;
  border-color: #00758D;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
  color: #fff;
  background-color: #004b5a;
  border-color: #004b5a;
}
.btn.btn-primary:focus,
.btn.btn-primary:active:focus {
  border-color: #00758D;
  box-shadow: 0 0 0 0.25rem #18CEF2;
}
.btn-outline-primary {
  color: #00758D;
  border-color: #00758D;
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
  color: #fff;
  background-color: #00758D;
  border-color: #00758D;
}
.btn-outline-primary:focus,
.btn-outline-primary:active:focus {
  background-color: #00758D;
  box-shadow: 0 0 0 0.25rem #18CEF2;
}
.btn-outline-secondary {
  color: #5f6062;
  border-color: #5f6062;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #5f6062;
  border-color: #5f6062;
}
.bf-bg-lt-blue .btn.btn-primary {
  color: #003540;
  background-color: #fff;
  border-color: #fff;
}
.bf-bg-lt-blue .btn.btn-primary:hover {
  color: #003540;
  background-color: #efefef;
  border-color: #efefef;
}
.bf-bg-lt-blue .btn.btn-secondary {
  color: #fff;
  background-color: #003540;
  border-color: #003540;
}
.bf-bg-lt-blue .btn.btn-secondary:hover {
  color: #fff;
  background-color: #005f73;
  border-color: #005f73;
}
.bf2-quick-add {
  font-size: 1.2rem;
  line-height: 1em;
  color: #00758D;
  cursor: pointer;
}
#bf2-sidebar {
  position: relative;
  z-index: 1031;
  font-family: 'Jost', sans-serif;
  width: 90px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: visible;
  color: #fff;
  background-color: #5f6062;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
#bf2-sidebar .bf2-sidebar-label {
  display: none;
}
#bf2-sidebar header#bf2-sidebar-header {
  padding: 1rem 1rem 0 1rem;
  background-color: #00758D;
}
#bf2-sidebar header#bf2-sidebar-header #bf2-sidebar-logo {
  display: block;
  width: 0px;
  height: 120px;
  background-image: url('/_bf/img/barefoot-logo-ko.svg');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 195px 120px;
}
#bf2-sidebar header#bf2-sidebar-header #bf2-sidebar-toggle {
  margin: 10px auto;
  cursor: pointer;
}
#bf2-sidebar header#bf2-sidebar-header #bf2-sidebar-toggle > svg {
  font-size: 30px;
  color: #fff;
}
#bf2-sidebar header#bf2-sidebar-header #bf2-sidebar-product-toggle {
  margin: 1rem -1rem 0;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  text-indent: -999px;
  color: #fff;
  background: #003540;
  cursor: pointer;
}
#bf2-sidebar header#bf2-sidebar-header #bf2-sidebar-product {
  padding: 0.5rem 1rem 1rem;
  margin: 0 -1rem;
  color: #fff;
  background: #003540;
}
#bf2-sidebar header#bf2-sidebar-header #bf2-sidebar-product a {
  text-decoration: none;
  color: #fff;
}
#bf2-sidebar .nav {
  padding-top: 1rem;
}
#bf2-sidebar .nav > li.nav-item {
  margin: 0 0.5rem;
}
#bf2-sidebar .nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  min-height: 2em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1em;
  border-radius: 0.25rem;
}
#bf2-sidebar .nav .nav-link svg {
  flex-basis: 30px;
  color: #fff;
}
#bf2-sidebar .nav .nav-link span.bf2-sidebar-label {
  white-space: nowrap;
  color: #fff;
}
#bf2-sidebar .nav .nav-link.collapsed span.bf2-sidebar-label,
#bf2-sidebar .nav .nav-link:not([data-bs-toggle="collapse"]) span.bf2-sidebar-label {
  color: #fff;
}
#bf2-sidebar .nav .nav-link:hover,
#bf2-sidebar .nav .nav-link:focus,
#bf2-sidebar .nav .nav-link:active {
  color: #00758D;
  background-color: #efefef;
}
#bf2-sidebar .nav .nav-link:hover svg,
#bf2-sidebar .nav .nav-link:focus svg,
#bf2-sidebar .nav .nav-link:active svg {
  color: #00758D;
}
#bf2-sidebar .nav .nav-link:hover span.bf2-sidebar-label,
#bf2-sidebar .nav .nav-link:focus span.bf2-sidebar-label,
#bf2-sidebar .nav .nav-link:active span.bf2-sidebar-label {
  color: #00758D;
}
#bf2-sidebar .nav ul.btn-toggle-nav {
  display: none;
}
#bf2-sidebar #bf2-sidebar-responsive {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 1em 0;
  padding: 1rem 0;
  list-style: none;
}
#bf2-sidebar #bf2-sidebar-responsive > li {
  display: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #003540;
  border-radius: 25px;
  cursor: pointer;
}
#bf2-sidebar #bf2-sidebar-responsive > li.active {
  display: block;
  color: #fff;
  background-color: #00758D;
}
#bf2-sidebar #bf2-sidebar-responsive > li.bf2-responsive-tablet svg {
  transform: rotate(-90deg);
}
#bf2-sidebar #bf2-sidebar-responsive.responsive-open {
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}
#bf2-sidebar #bf2-sidebar-responsive.responsive-open > li {
  display: block;
}
#bf2-sidebar #bf2-sidebar-usermenu a.dropdown-toggle {
  padding: 0 1rem;
  margin-bottom: 1rem;
  color: #fff;
}
#bf2-sidebar #bf2-sidebar-usermenu a.dropdown-toggle .bf2-sidebar-label {
  color: #fff;
}
#bf2-sidebar #bf2-sidebar-usermenu a.dropdown-toggle .bf2-sidebar-user-icon {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
}
#bf2-sidebar #bf2-sidebar-usermenu a.dropdown-toggle .bf2-sidebar-user-icon > svg {
  font-size: 20px;
  color: #00758D;
}
#bf2-sidebar.bf2-sidebar-open {
  width: 300px;
}
#bf2-sidebar.bf2-sidebar-open .bf2-sidebar-label {
  display: inline-block;
}
#bf2-sidebar.bf2-sidebar-open header#bf2-sidebar-header #bf2-sidebar-logo {
  width: 75%;
}
#bf2-sidebar.bf2-sidebar-open header#bf2-sidebar-header #bf2-sidebar-toggle {
  margin: 35px 0 10px auto;
}
#bf2-sidebar.bf2-sidebar-open header#bf2-sidebar-header #bf2-sidebar-product-toggle {
  text-indent: 0;
  white-space: nowrap;
}
#bf2-sidebar.bf2-sidebar-open .nav ul.btn-toggle-nav {
  display: block;
  margin: 0 1.25rem 1.5rem;
  padding: 0.33rem 0 !important;
  background-color: #6c6d6f;
  border-radius: 0.25rem;
}
#bf2-sidebar.bf2-sidebar-open .nav ul.btn-toggle-nav > li > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  border-radius: 0.25rem;
}
#bf2-sidebar.bf2-sidebar-open .nav ul.btn-toggle-nav > li > a:hover,
#bf2-sidebar.bf2-sidebar-open .nav ul.btn-toggle-nav > li > a:active,
#bf2-sidebar.bf2-sidebar-open .nav ul.btn-toggle-nav > li > a:focus {
  text-decoration: underline;
  color: #fff;
}
#bf2-sidebar.bf2-sidebar-open .nav ul.btn-toggle-nav > li > a.bf2i-btn-create > svg {
  color: #fff;
}
#bf2-sidebar.bf2-sidebar-open #bf2-sidebar-responsive {
  flex-direction: row;
}
#bf2-sidebar.bf2-sidebar-open #bf2-sidebar-responsive > li {
  display: block;
}
#bf2-sidebar.bf2-sidebar-open #bf2-sidebar-responsive.responsive-open {
  background-color: transparent;
}
#bf2-sidebar:not(.bf2-sidebar-open) .nav .nav-link {
  justify-content: center;
  text-align: center;
}
#bf2-sidebar:not(.bf2-sidebar-open) #bf2-sidebar-toggle {
  width: 100%;
  height: 100px;
  background-image: url(/_bf/img/barefoot-logo-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: 178%;
}
#bf2-sidebar:not(.bf2-sidebar-open) #bf2-sidebar-toggle > svg {
  display: none;
}
#bf2-crm-toolbar {
  padding: 5px 15px;
  color: #fff;
  background: #003540;
  border-color: #003540;
}
#bf2-crm-toolbar #bf2-crm-global-search {
  min-width: 50%;
}
#bf2-crm-toolbar #bf2-crm-global-search input,
#bf2-crm-toolbar #bf2-crm-global-search button {
  font-size: 0.8rem;
}
#bf2-crm-toolbar #bf2-crm-global-search input[type="text"] {
  color: #333;
  border-color: #fff;
  background-color: #fff;
}
#bf2-crm-toolbar #bf2-crm-global-search input[type="text"]::placeholder {
  color: #333;
}
#bf2-crm-toolbar #bf2-crm-global-search input[type="text"]:focus {
  box-shadow: 0 0 0 0.25rem #00758D;
}
#bf2-crm-toolbar #bf2-crm-tools {
  display: flex;
  gap: 0.5rem;
}
#bf2-crm-toolbar #bf2-crm-tools button {
  font-size: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
nav.bf2-nav-save.navbar {
  height: 78px;
  padding: 15px;
}
.bf-ctable thead th,
.bf-ctable tbody th,
.bf-ctable thead td,
.bf-ctable tbody td {
  padding: 5px 10px;
  vertical-align: middle;
}
.bf-ctable thead th,
.bf-ctable tbody th {
  color: #fff;
  background-color: #5f6062;
}
.bf-ctable tfoot td {
  padding: 5px 10px;
  vertical-align: middle;
  color: #fff;
  background-color: #00758D;
}
.bf-ctable tbody td {
  font-size: 0.9rem;
  color: #333;
  background-color: #efefef;
  border-bottom: 1px solid #bcbcbc;
}
.bf-ctable tbody td a {
  color: #00758D;
}
.bf-ctable tbody td a:focus,
.bf-ctable tbody td a:hover {
  color: #004b5a;
}
.bf-ctable tbody td.bf-ctable-row-functions {
  text-align: right;
}
.bf-ctable tbody td.bf-ctable-row-functions > a {
  margin-left: 10px;
  font-size: 1.2rem;
  cursor: pointer;
}
.bf2-config-table .bf2-config-table-row:not(.d-flex) {
  margin-bottom: 2rem;
}
.bf2-config-table .bf2-config-table-row .bf2-config-table-heading {
  font-size: 1.4rem;
}
.bf2-config-table .bf-config-subconfig {
  margin-bottom: 2rem;
}
.bf2-config-table .bf-config-subconfig .bf2-config-table-subconfig-options {
  padding: 1.5rem 2rem;
  background-color: #efefef;
  border-radius: 0.25rem;
}
.bf2-config-table .bf-config-subconfig .bf2-config-table-subconfig-options .bf2-config-table-row {
  margin-bottom: 0.75rem;
}
.bf2-config-table .bf-field-mapping .bf-field-row {
  display: grid;
  gap: 1%;
  grid-template-columns: 31% 50% 17%;
  margin-bottom: 0.5rem;
}
.bf2-config-table .bf-field-mapping .bf-field-mapping .bf-table-heading {
  padding: 0.25rem 0.5rem;
  background-color: #efefef;
  border-radius: 0.25rem;
}
.bf2-config-table .bf-field-mapping .bf-field-mapping .bf-table-heading .bf-field-mapping .bf-table-heading h4 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.bf2-config-table .bf-field-mapping .bf-field-mapping .bf-table-row > div:last-child {
  text-align: right;
}
textarea.bf2-embed-code {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 0.5rem 1rem;
  font-family: monospace;
  font-size: 0.7rem;
  line-height: 1.1;
  color: #fff;
  background-color: #5f6062;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
}
.bf2-search .bf2-search-query {
  margin-bottom: 1rem;
}
.bf2-search .bf2-search-query .input-group-text {
  color: #00758D;
  background-color: transparent;
}
.bf2-search .bf2-search-query .input-group-text:hover {
  color: #fff;
  background-color: #00758D;
}
.bf2-search .bf2-search-results {
  margin: 0;
  padding: 0;
  max-height: 40vh;
  list-style: none;
  overflow: auto;
}
.bf2-search .bf2-search-results li.bf2-search-header {
  padding: 10px 20px;
  background: #efefef;
}
.bf2-search .bf2-search-results li.bf2-search-header select {
  font-size: 0.9rem;
  padding: 0.2rem 2.25rem 0.2rem 0.75rem;
}
.bf2-search .bf2-search-results li.bf2-search-total {
  padding: 0 20px 5px;
  font-size: 0.9rem;
  text-align: right;
  background: #efefef;
}
.bf2-search .bf2-search-results li.bf2-search-result {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: stretch;
  padding: 0.75rem 1.25rem;
  font-size: 0.9rem;
  border-top: 1px solid #efefef;
  cursor: pointer;
}
.bf2-search .bf2-search-results li.bf2-search-result:hover {
  background-color: #efefef;
}
.bf2-search .bf2-search-results li.bf2-search-result:first-of-type {
  border-top: 0;
}
.bf2-search .bf2-search-results li.bf2-search-result a {
  text-decoration: none;
  color: #5f6062;
  cursor: pointer;
}
.bf2-search .bf2-search-results li.bf2-search-result a > * {
  margin-right: 0.5rem;
}
.bf2-search .bf2-search-results li.bf2-search-result a svg {
  color: #00758D;
}
.bf2-search .bf2-search-results li.bf2-search-result .bf2-search-result-icon {
  color: #00758D;
}
.bf2-search .bf2-search-results li.bf2-search-result .bf2-search-name {
  font-weight: bold;
}
.bf2-search .bf2-search-results li.bf2-search-result .bf2-link-search-name {
  display: block;
}
.bf2-search .bf2-search-results li.bf2-search-result .bf2-link-search-url {
  font-size: 0.8rem;
}
.bf2-file-browser-crumbs {
  display: flex;
  gap: 0.5rem;
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
.bf2-file-browser-crumbs > li:first-child:before {
  display: none;
}
.bf2-file-browser-crumbs > li:before {
  content: '>';
  margin-right: 0.5rem;
}
.bf2-file-browser-crumbs > li a {
  cursor: pointer;
}
.bf2-file-browser-files .bf2-file-browser-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  padding: 7px 0;
  border-top: 1px solid #efefef;
}
.bf2-file-browser-files .bf2-file-browser-row:first-of-type {
  border-top: 0;
}
.bf2-file-browser-files .bf2-file-browser-row:hover {
  background-color: #efefef;
}
.bf2-file-browser-files .bf2-file-browser-row .bf2-file-browser-dir,
.bf2-file-browser-files .bf2-file-browser-row .bf2-file-browser-file {
  flex-grow: 1;
  cursor: pointer;
}
.bf2-file-browser-files .bf2-file-browser-row a {
  text-decoration: none;
  color: #333;
}
.bf2-file-browser-files .bf2-file-browser-row svg {
  color: #00758D;
}
#bf2-image-browser .modal-dialog {
  max-width: 75vw;
}
#bf2-image-browser .modal-footer {
  justify-content: space-between;
}
#bf2-image-browser .modal-footer .btn-upload.uploading {
  position: relative;
}
#bf2-image-browser .modal-footer .btn-upload.uploading:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  z-index: 0;
  width: 0%;
  background-color: #000;
  border-radius: 0.25rem;
  opacity: 0.25;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-5:before {
  width: 5%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-10:before {
  width: 10%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-15:before {
  width: 15%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-20:before {
  width: 20%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-25:before {
  width: 25%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-30:before {
  width: 30%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-35:before {
  width: 35%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-40:before {
  width: 40%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-45:before {
  width: 45%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-50:before {
  width: 50%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-55:before {
  width: 55%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-60:before {
  width: 60%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-65:before {
  width: 65%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-70:before {
  width: 70%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-75:before {
  width: 75%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-80:before {
  width: 80%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-85:before {
  width: 85%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-90:before {
  width: 90%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-90:before {
  width: 95%;
}
#bf2-image-browser .modal-footer .btn-upload.uploading.progress-100:before {
  width: 100%;
}
#bf2-image-browser #bf2-image-browser-crumbs {
  margin: -1rem -1.75rem 1rem;
  padding: 0.5rem 1.75rem;
  background: #efefef;
}
#bf2-image-browser #bf2-image-browser-files {
  height: 100%;
  max-height: 70vh;
  overflow-x: none;
  overflow-y: auto;
}
#bf2-image-browser #bf2-image-browser-preview {
  height: 600px;
  max-height: 60vh;
  background-image: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
#bf2-image-browser #bf2-image-browser-warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #000;
  background-color: #fc0;
  border-radius: 0.5rem;
}
#bf2-image-browser #bf2-image-browser-warning.hidden {
  display: none;
}
#bf2-image-browser #bf2-image-browser-warning a {
  cursor: pointer;
}
#bf2-image-browser #bf2-image-browser-warning svg {
  font-size: 2rem;
}
.bf-image-selector .bf-image-selector-preview {
  width: 100%;
  height: 0;
  max-width: 300px;
  margin-bottom: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: height 0.25s ease-out;
}
.bf-image-selector .bf-image-selector-preview.bf2-has-preview {
  height: 300px;
}
.bf-image-selector .bf2-image-selector-find {
  margin-right: 0.5rem;
}
