/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */

body#body{
	color: #002330;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5em;
}
table:not(.very.basic){
	background-color: white !important;
	/*border-top: solid 6px rgb(8 198 192) !important;*/	
}

nav a{
	font-size:0.9em;
}
#body a, #body a:visited {
 color:#001030;
}

nav.ui.secondary.menu .ui.item{
	padding:0.4em;
}

h1{
	/*font-weight: lighter !important;*/
	font-size: 2rem !important;
	color: #036065;
}
h2{
	color: #036065;
}

.ui.tree.table{
    /*border: 1px solid red;*/
   /* border-collapse:collapse;*/
	/*border-radius: 10px;*/

}
/*
.ui.tree.table tr:first-of-type>th:first-of-type{
	border-radius:10px 0 0 0;
}
.ui.tree.table tr:first-of-type>th:last-of-type{
	border-radius:0 10px 0 0;
}*/


.ui.tree.table>tbody>tr>td { /*, .ui.tree.table>thead>tr>th {*/
 	padding: 0 .78571429em;
}
.ui.tree.sortable.table>thead>tr>th {
 	white-space: normal;
}

.ui.tree.table>tbody>tr.description>td {
 	padding: 0.392857145em .78571429em;
} 
 
/*.ui.tree.table>tbody>tr[data-expandable='true'] {*/
.ui.tree.table>tbody>tr.expandable	{
    cursor:pointer;
    /*font-weight: bold;*/
}
/*
.ui.tree.table>tbody>tr.expanded .sign:after {
    content:"-";
}
.ui.tree.table>tbody>tr.folded .sign:after {
    content:"+";
}
*/

/*
.ui.tree.table>tbody>tr>td:first-child {
    padding: inherit;
}*/

.ui.tree.table>tbody>tr>td>div{
	margin: 0.2em .1em 0.2em .78571429em;
}
.ui.tree.table .field_description>td{
	padding: 0.4em .1em 0.4em 2em;
}
.ui.tree.table>tbody>tr>th{
 	padding: .78571429em .78571429em;
}
.indent{
	color:white
}
body:has(td.field_name:hover) .indent {
    color: #ccc;
}

.ui.compacter.table>tbody>tr>td {
 	padding: 0.1em 0.3em 0.1em 0.6em;
} 

.caret.icon{
	transition: all .3s ease-in;
}
.expanded .caret.icon{
	transform: rotate(0deg);
}
.folded .caret.icon{
	transform: rotate(-90deg);
}

.rotate.icon{
	/*transition: all .2s ease-in;*/
}
.rotate.icon:hover{
	/*transform: rotate(-180deg);*/
}

pre{
	margin:0;
}

*:not(.action.input)>.ui.button{
	border-radius:20px !important;
}
#body .ui.primary.button{
	transition: background-color .2s ease-in;
	background-color:#002330 !important;
	color: white;
}
#body .ui.primary.button:hover{
	background-color:#036065 !important;
}
#body .ui.secondary.button{
	transition: background-color .2s ease-in;
	transition: color .2s ease-in;
	background-color:#fff !important;
	color: #002330 !important;
	border: solid 2px #002330 !important;
}
.ui.secondary.button:hover{
	border-color:#036065 !important;
	color:#036065 !important;
}

#protocols .ui.secondary.tiny.button {
  margin-top: 3px;
  border-width: 1px !important;
  font-weight: normal;
}

#toc ol{
	list-style: none;
	margin: 0;
	padding-left:.2em;
}

.toc_h1{
	text-transform: uppercase;
	font-weight:bold;
	margin:.9em 0;
}
.toc_h2{
	font-variant: small-caps;
	margin:.5em 0 0 0.8em;
}
.toc_h3{
	font-style: italic;
	margin-left: 1.6em;
}
.toc_h4{
	font-size: .9em;
	margin-left: 2.4em;
}
.toc_h5{
	font-size: .9em;
	margin-left: 3em;
}
.toc_h1 a, .toc_h2 a, .toc_h3 a, .toc_h4 a, .toc_h5 a{
	color: #001030;
}
.segment h1, .segment h2, .segment h3, .segment h4, .segment h5{
	scroll-margin-top: 6rem;
}



.field .ui.search.selection.dropdown.large:not(.downward) .menu.transition.visible {
	width: 500px;
	border-radius: 0px 4px 4px 4px;
}

.field .ui.search.selection.dropdown.large.upward .menu.transition.visible {
	width: 500px;
	border-radius: 4px 4px 4px 0px;
}

body code {
  font-family: monospace,monospace;
  font-size: .9em;
  color: #15b;
}

.ui.form .inline.fields .field > .selection.dropdown.larger {
  width: 16em;
}

.ui.form .inline.fields .field > .selection.dropdown.larger20 {
  width: 20em;
}
figcaption{
	font-weight: bold;
	text-align: center;
}
figcaption::before{
	content: "Figure: ";
}
figcaption img, :not(header) img{
	max-width: 100%;
}


.search .shortcuthint {
  position: absolute;
  right: 2.9em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: rgba(0,0,0,.45);
  background: rgba(0,0,0,.05);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  pointer-events: none;
}/* Frenchsys dashboard */
#frenchsys-dashboard-root,
#frenchsys-reports-root {
  --brand: #1f6bff;
  --brand-dark: #0e4dd6;
  --brand-light: #e8f0ff;
  --fs-row-height: 58px;
  --text: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft-line: #f1f5f9;
  --surface: rgba(255, 255, 255, 0.96);
  --shadow-soft: 0 10px 35px rgba(15, 23, 42, 0.07);
  margin-top: 1rem;
  color: var(--text);
}

#frenchsys-dashboard-root,
#frenchsys-dashboard-root *,
#frenchsys-reports-root,
#frenchsys-reports-root * {
  box-sizing: border-box;
}

.fs-primary-button,
.fs-secondary-button,
.fs-ghost-button,
.fs-pill-button,
.fs-add-button,
.fs-warning-button,
.fs-icon-button,
.fs-row-action,
.fs-pagination button {
  border-radius: 10px;
  border: 1px solid var(--line);
  padding: 0.52rem 0.82rem;
  color: #334155;
  background: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.fs-primary-button,
.fs-add-button {
  color: #ffffff;
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 8px 18px rgba(31, 107, 255, 0.18);
}

.fs-primary-button:hover,
.fs-add-button:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
}

.fs-secondary-button:hover,
.fs-icon-button:hover,
.fs-pill-button:hover,
.fs-pagination button:hover:not(:disabled) {
  border-color: rgba(31, 107, 255, 0.5);
  color: var(--brand);
}

.fs-ghost-button {
  color: var(--muted);
  border-style: dashed;
  background: transparent;
}

.fs-pill-button {
  padding: 0.42rem 0.7rem;
  color: var(--brand);
  border-color: rgba(31, 107, 255, 0.18);
  border-radius: 999px;
  background: rgba(31, 107, 255, 0.08);
}

.fs-warning-button {
  border-color: #fbbf24;
  color: #92400e;
  background: #fffbeb;
}

.fs-warning-button.is-disabled {
  border-color: var(--line);
  color: #94a3b8;
  background: #f8fafc;
}

.fs-icon-button.active {
  border-color: rgba(31, 107, 255, 0.45);
  color: var(--brand);
  background: var(--brand-light);
}

.fs-dashboard-shell {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.fs-dashboard-grid {
  display: grid;
  grid-template-columns: 288px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.fs-dashboard-shell.is-filters-collapsed .fs-dashboard-grid {
  grid-template-columns: 20px minmax(0, 1fr);
}

.fs-sidebar {
  position: sticky;
  top: 5.3rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 3rem;
  overflow: visible;
}

.fs-sidebar-toggle {
  position: absolute;
  top: 1.35rem;
  left: -14px;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  color: #64748b;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateX(-50%);
}

.fs-sidebar-toggle:hover {
  border-color: rgba(31, 107, 255, 0.24);
  color: #334155;
  background: #ffffff;
}

.fs-sidebar-toggle svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fs-dashboard-shell.is-filters-collapsed .fs-sidebar-toggle {
  left: auto;
  right: -14px;
  transform: translateX(50%);
}

.fs-panel,
.fs-workspace {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.fs-panel {
  overflow: auto;
  max-height: calc(100vh - 155px);
  padding: 1.15rem 1rem 1rem;
}

.fs-workspace {
  padding: 1.1rem;
}

.fs-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--soft-line);
}

.fs-panel-header h2 {
  margin: 0;
  font-size: 1.15rem;
}

.fs-panel-kicker {
  margin: 0 0 0.18rem;
  color: var(--brand);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fs-filter-group {
  border-bottom: 1px solid var(--soft-line);
  padding: 0.95rem 0;
}

.fs-filter-sets-panel {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 0.2rem;
  padding: 0 0 0.95rem;
  border-bottom: 1px solid var(--soft-line);
}

.fs-filter-sets-heading {
  display: grid;
  gap: 0.18rem;
}

.fs-filter-sets-heading span {
  color: #0f172a;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fs-filter-sets-heading small {
  color: #64748b;
  font-size: 0.76rem;
  line-height: 1.4;
}

.fs-filter-group:first-of-type {
  padding-top: 0;
}

.fs-filter-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.fs-filter-label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 0;
  color: #1e293b;
  background: transparent;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: left;
}

.fs-filter-label-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.fs-filter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.3rem;
  height: 1.3rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  color: var(--brand);
  background: rgba(31, 107, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
}

.fs-filter-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: #94a3b8;
}

.fs-filter-chevron svg {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fs-filter-options {
  display: grid;
  gap: 0.18rem;
  margin-top: 0.62rem;
}

.fs-filter-group.is-collapsed .fs-filter-options {
  display: none;
}

.fs-filter-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 10px;
  padding: 0.38rem 0.2rem;
  color: #334155;
  background: transparent;
}

.fs-filter-option:hover {
  color: #0f172a;
  background: rgba(148, 163, 184, 0.08);
}

.fs-filter-option input {
  margin: 0;
}

.fs-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.fs-workspace-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}

.fs-workspace-tools {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.fs-workspace-tools > button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.fs-workspace-settings {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  border-color: transparent;
  border-radius: 999px;
  color: #64748b;
  background: transparent;
  box-shadow: none;
  line-height: 1;
}

.fs-workspace-settings svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fs-workspace-tools .fs-ghost-button,
.fs-workspace-tools .fs-primary-button,
.fs-workspace-tools .fs-workspace-settings {
  min-height: 38px;
}

.fs-workspace-tools .fs-ghost-button,
.fs-workspace-tools .fs-primary-button {
  border-radius: 999px;
}

.fs-workspace-tools .fs-ghost-button {
  border-color: transparent;
  color: #64748b;
  background: transparent;
}

.fs-workspace-tools .fs-ghost-button:hover {
  border-color: rgba(148, 163, 184, 0.18);
  color: #334155;
  background: #f8fafc;
}

.fs-workspace-tools .fs-primary-button {
  box-shadow: none;
}

.fs-workspace-tools .fs-workspace-settings {
  margin-left: 0.1rem;
}

.fs-workspace-settings:hover {
  border-color: rgba(148, 163, 184, 0.24);
  color: #334155;
  background: #f8fafc;
}

.fs-workspace-settings.active {
  border-color: rgba(31, 107, 255, 0.18);
  color: var(--brand);
  background: rgba(31, 107, 255, 0.08);
}

.fs-tabs button {
  position: relative;
  border: 0;
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  color: #64748b;
  background: transparent;
  font-size: 0.85rem;
  font-weight: 800;
}

.fs-tabs button.active {
  color: #0f172a;
  background: rgba(31, 107, 255, 0.08);
}

.fs-tabs button.active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand);
}

.fs-tabs button:disabled {
  opacity: 0.55;
}

.fs-toolbar {
  margin-bottom: 0.95rem;
  padding: 0.1rem 0 0.95rem;
  border-bottom: 1px solid var(--soft-line);
  background: transparent;
}

.fs-toolbar-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.fs-toolbar-row + .fs-toolbar-row {
  margin-top: 0.55rem;
}

.fs-toolbar-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.fs-search {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: min(520px, 42vw);
  min-width: 280px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 999px;
  padding: 0.34rem 0.42rem 0.34rem 0.78rem;
  background: #fbfdff;
}

.fs-search span {
  color: #94a3b8;
  font-size: 1rem;
}

.fs-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: #334155;
  background: transparent;
  font-size: 0.92rem;
}

.fs-filter-sets {
  display: grid;
  gap: 0.45rem;
  width: 100%;
}

.fs-filter-sets select,
.fs-settings-field select {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.48rem 0.7rem;
  color: #334155;
  background: #ffffff;
}

.fs-filter-sets .fs-secondary-button,
.fs-filter-sets .fs-ghost-button {
  justify-content: center;
}

.fs-count {
  color: #475569;
  font-size: 0.88rem;
  font-weight: 700;
}

.fs-pagination {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-left: auto;
}

.fs-settings-panel {
  margin-top: 0.7rem;
  padding: 0.9rem 0 0;
  border-top: 1px solid var(--soft-line);
  background: transparent;
}

.fs-settings-panel.is-hidden {
  display: none;
}

.fs-settings-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.fs-settings-field {
  display: grid;
  gap: 0.45rem;
}

.fs-settings-field label {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.fs-segmented {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.fs-segmented button {
  border: 0;
  padding: 0.58rem 0.8rem;
  color: #64748b;
  background: transparent;
  font-size: 0.84rem;
  font-weight: 800;
}

.fs-segmented button.active {
  color: #0f172a;
  background: var(--brand-light);
}

.fs-state-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 220px;
  border: 1px dashed var(--line);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(248, 250, 252, 0.88);
}

.fs-state-message p {
  margin: 0;
  font-weight: 700;
}

.fs-state-error {
  color: #991b1b;
  background: #fef2f2;
}

.fs-create-form {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.fs-create-form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.fs-create-form-head h3 {
  margin: 0 0 0.2rem;
  color: #0f172a;
  font-size: 1rem;
}

.fs-create-form-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.fs-create-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.fs-create-field {
  display: grid;
  gap: 0.35rem;
}

.fs-create-field-wide {
  grid-column: span 2;
}

.fs-create-field span {
  color: #475569;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fs-create-field input,
.fs-create-field select {
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.58rem 0.7rem;
  color: #334155;
  background: #ffffff;
}

.fs-create-field input:focus,
.fs-create-field select:focus {
  border-color: rgba(31, 107, 255, 0.5);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(31, 107, 255, 0.08);
}

.fs-create-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

.fs-create-error {
  border: 1px solid #fecaca;
  border-radius: 12px;
  padding: 0.65rem 0.8rem;
  color: #991b1b;
  background: #fef2f2;
  font-weight: 700;
}

.fs-loader {
  width: 22px;
  height: 22px;
  border: 3px solid rgba(31, 107, 255, 0.18);
  border-top-color: var(--brand);
  border-radius: 999px;
  animation: fs-spin 0.8s linear infinite;
}

.fs-table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.fs-table {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.fs-table th,
.fs-table td {
  border-bottom: 1px solid var(--soft-line);
  padding: 0.52rem 0.7rem;
}

.fs-table thead th {
  position: sticky;
  top: 0;
  z-index: 15;
  color: #334155;
  background: #f8fafc;
  white-space: nowrap;
  cursor: pointer;
}

.fs-table td {
  position: relative;
  height: var(--fs-row-height);
  max-height: var(--fs-row-height);
  vertical-align: middle;
}

.fs-table tbody tr:not(.fs-spacer-row) {
  height: var(--fs-row-height);
  max-height: var(--fs-row-height);
}

.fs-table tr:hover td {
  background: rgba(248, 250, 252, 0.95);
}

.fs-sticky-left,
.fs-sticky-right {
  position: sticky;
  z-index: 18;
  background: #ffffff !important;
}

.fs-sticky-left {
  left: 0;
  text-align: right;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
}

.fs-sticky-right {
  right: 0;
  text-align: center;
}

.fs-row-warning td,
.fs-row-warning .fs-sticky-left,
.fs-row-warning .fs-sticky-right {
  background: #fff7ed !important;
}

.fs-cell-value {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  max-height: 2.4em;
  line-height: 1.2;
}

.fs-cell-itp,
.fs-cell-ert {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.fs-cell-arrow {
  position: absolute;
  top: 4px;
  right: 4px;
  border: 1px solid var(--line);
  background: #ffffff;
  border-radius: 6px;
  font-size: 0.7rem;
  line-height: 1;
  padding: 0.12rem 0.25rem;
}

.fs-dropdown {
  position: absolute;
  right: 4px;
  top: 24px;
  z-index: 30;
  min-width: 180px;
  max-height: 220px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.fs-dropdown button {
  width: 100%;
  border: 0;
  text-align: left;
  background: #ffffff;
  padding: 0.45rem 0.6rem;
}

.fs-dropdown button:hover {
  background: #f8fafc;
}

.fs-inline-input {
  width: calc(100% - 14px);
  border: 1px solid rgba(31, 107, 255, 0.45);
  border-radius: 8px;
  padding: 0.3rem 0.45rem;
}

.fs-warning-icon {
  color: #d97706;
  margin: 0 !important;
}

.fs-help {
  color: #64748b;
  margin: 0 !important;
}

.fs-actions {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
}

.fs-row-action {
  padding: 0.4rem 0.58rem;
  font-size: 0.75rem;
}

.fs-row-action-danger:hover {
  border-color: rgba(220, 38, 38, 0.3);
  color: #b91c1c;
  background: #fef2f2;
}

.fs-active-cell {
  outline: 2px solid rgba(31, 107, 255, 0.38);
  outline-offset: -2px;
  background: rgba(31, 107, 255, 0.05) !important;
}

.fs-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.fs-empty {
  padding: 2rem;
  color: #64748b;
  text-align: center;
}

.fs-report-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-report-list .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f5f9;
  padding: 0.45rem 0;
}

@keyframes fs-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1100px) {
  .fs-dashboard-grid,
  .fs-dashboard-shell.is-filters-collapsed .fs-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .fs-sidebar {
    position: static;
  }

  .fs-dashboard-shell.is-filters-collapsed .fs-sidebar {
    display: flex;
  }

  .fs-search {
    width: min(100%, 620px);
  }
}

@media (max-width: 720px) {
  .fs-toolbar-row,
  .fs-filter-sets {
    align-items: stretch;
    flex-direction: column;
  }

  .fs-toolbar-meta {
    width: 100%;
  }

  .fs-workspace-head {
    align-items: stretch;
    flex-direction: column;
  }

  .fs-workspace-tools {
    width: 100%;
    justify-content: stretch;
    flex-wrap: wrap;
  }

  .fs-workspace,
  .fs-panel {
    border-radius: 16px;
    padding: 1rem;
  }

  .fs-search {
    width: 100%;
    min-width: 0;
  }

  .fs-settings-grid {
    grid-template-columns: 1fr;
  }

  .fs-create-grid {
    grid-template-columns: 1fr;
  }

  .fs-create-field-wide {
    grid-column: span 1;
  }

  .fs-create-actions {
    flex-direction: column-reverse;
  }

  .fs-pagination {
    margin-left: 0;
  }
}
