html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.cfp-company-badge {
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cfp-company-option {
  cursor: pointer;
}

.cfp-company-option.d-none {
  display: none !important;
}

.cfp-branch-card {
  border-left: 4px solid var(--bs-primary);
}

.cfp-filter-collapse .card-body {
  padding-top: 0.75rem;
}

@media (max-width: 767.98px) {
  .cfp-page-header {
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.75rem;
  }

  .cfp-page-header .btn {
    width: 100%;
  }

  .cfp-tenant-selector {
    width: 100%;
  }

  .cfp-company-badge {
    max-width: 100%;
  }
}
