
.entity-setup-mapping-table {
  table-layout: fixed;
  width: 100%;
}

.entity-setup-mapping-table th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.entity-setup-mapping-table input,
.entity-setup-mapping-table select {
  width: 100%;
}

.entity-setup-mapping-card .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}

body.app-booting main,
body.app-booting .app-shell,
body.app-booting .workspace-shell {
  opacity: 1 !important;
  visibility: visible !important;
}

:root {
  --boat-control-height: 38px;
  --boat-button-height: 34px;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
select,
textarea,
.file-like-button {
  min-height: var(--boat-control-height) !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
select {
  height: var(--boat-control-height) !important;
}

input[type="file"] {
  min-height: var(--boat-control-height) !important;
  height: var(--boat-control-height) !important;
}

button,
.button,
.secondary-button,
.primary-button,
.icon-button,
.file-like-button {
  min-height: var(--boat-button-height) !important;
}

button:not(.field-help-button):not(.boat-help-fab),
.button,
.secondary-button,
.primary-button,
.file-like-button {
  height: var(--boat-button-height) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h2,
.section-title h3,
.panel-title,
.card-title,
.view-title {
  font-family: var(--font-family, "Inter", "Segoe UI", Arial, sans-serif) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  color: var(--text, #0f172a) !important;
}

h1,
.view-title {
  font-size: 20px !important;
}

h2,
.section-title h2 {
  font-size: 18px !important;
}

h3,
.section-title h3,
.panel-title,
.card-title {
  font-size: 16px !important;
}

h4,
h5,
h6 {
  font-size: 14px !important;
}

.boat-entity-context-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 220;
  margin: 0 0 6px;
}

.boat-entity-context-bar > button {
  height: 28px !important;
  min-height: 28px !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 10px !important;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.boat-entity-context-bar > button::after {
  content: "";
}

.boat-entity-context-menu {
  position: absolute;
  top: 32px;
  right: 0;
  width: 240px;
  max-height: 260px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.18);
  padding: 6px;
  z-index: 500;
}

.boat-help-widget,
#boatHelpWidget {
  z-index: 2000 !important;
}

.boat-help-panel,
#boatHelpPanel {
  z-index: 2100 !important;
}

.boat-entity-context-menu button {
  width: 100% !important;
  justify-content: flex-start;
  text-align: left;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 0 4px !important;
  background: #ffffff;
  color: #0f172a;
  border: 1px solid transparent;
}

.boat-entity-context-menu button:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.entity-select-hidden-for-role {
  display: none !important;
}

.boat-entity-context-inline {
  justify-content: flex-start !important;
  gap: 4px !important;
  margin: 2px 0 8px !important;
  z-index: 20 !important;
  font-size: 12px;
  font-weight: 800;
  color: #475569;
}
