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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Treeview Custom Styling */
#jstree-tenant-roles .jstree-icon {
  color: #696cff !important;
  font-size: 16px;
}

#jstree-tenant-roles .jstree-anchor {
  padding: 4px 8px;
}

#jstree-tenant-roles .jstree-anchor .jstree-icon {
  margin-right: 8px;
  vertical-align: middle;
}

#jstree-tenant-roles .jstree-node {
  margin: 2px 0;
}

#jstree-tenant-roles .jstree-clicked {
  background: rgba(105, 108, 255, 0.08) !important;
  color: #696cff !important;
  border-radius: 4px;
}

#jstree-tenant-roles .jstree-hovered {
  background: rgba(105, 108, 255, 0.04) !important;
  border-radius: 4px;
}

/* Icon specific colors */
#jstree-tenant-roles .bx-buildings {
  color: #696cff !important;
}

#jstree-tenant-roles .bx-crown {
  color: #ff6b35 !important;
}

#jstree-tenant-roles .bx-shield {
  color: #28a745 !important;
}

#jstree-tenant-roles .bx-briefcase {
  color: #17a2b8 !important;
}

#jstree-tenant-roles .bx-user,
#jstree-tenant-roles .bx-user-circle {
  color: #696cff !important;
}