.dx-datagrid .dx-data-row > td.dx-chiusura-aziendale {
  background-color: #fce7f3 !important;
  color: #4a044e !important;
  font-weight: 600;
  box-shadow: inset 4px 0 0 #c026d3;
  cursor: help;
}

.felb-list-page {
  --felb-list-primary: #51007a;
  --felb-list-primary-dark: #3d005d;
  --felb-list-border: #e3e6ea;
  --felb-list-muted: #667085;
  --felb-list-surface: #ffffff;
  --felb-list-surface-soft: #f7f7fa;
}
.felb-list-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 12px 0 16px;
}
.felb-list-header-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.felb-list-heading {
  align-items: center;
  display: flex;
  min-width: 0;
}
.felb-list-icon {
  align-items: center;
  background: #f2e8f7;
  border-radius: 12px;
  color: var(--felb-list-primary);
  display: flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  margin-right: 12px;
}
.felb-list-title {
  color: #25282d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.felb-list-description {
  color: var(--felb-list-muted);
  font-size: 12px;
  margin: 3px 0 0;
}
.felb-primary-action {
  align-items: center;
  background: var(--felb-list-primary);
  border: 1px solid var(--felb-list-primary);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  min-height: 38px;
  padding: 8px 14px;
}
.felb-primary-action:hover:not(:disabled) {
  background: var(--felb-list-primary-dark);
  border-color: var(--felb-list-primary-dark);
  color: #fff;
}
.felb-primary-action:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.felb-primary-action i,
.felb-primary-action svg {
  margin-right: 7px;
}
.felb-list-actions {
  align-items: center;
  background: var(--felb-list-surface-soft);
  border: 1px solid var(--felb-list-border);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
  min-height: 62px;
  padding: 12px;
}
.felb-list-actions .btn {
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  margin-right: 7px;
  padding: 7px 12px;
}
.felb-list-toolbar-content {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.felb-secondary-action {
  background: #fff;
  border-color: #cfd4da;
  color: #454b54;
}
.felb-secondary-action:hover,
.felb-secondary-action.is-active {
  background: #f2e8f7;
  border-color: #b486c9;
  color: var(--felb-list-primary);
}
.felb-view-hint {
  align-items: center;
  color: var(--felb-list-muted);
  display: flex;
  font-size: 11px;
  margin-left: auto;
  min-height: 36px;
}
.felb-view-hint i {
  color: var(--felb-list-primary);
  margin-right: 6px;
}
.felb-grid-shell {
  background: var(--felb-list-surface);
  border: 1px solid var(--felb-list-border);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(31, 35, 41, .05);
  overflow: hidden;
}
.felb-grid-shell .dx-toolbar {
  background: #fff;
  border-bottom: 1px solid #edf0f2;
  padding: 10px 12px;
}
.felb-grid-shell .dx-datagrid-headers {
  background: #f8f9fb;
  border-bottom-color: #dde1e6;
  color: #4f5661;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .035em;
}
.felb-grid-shell .dx-datagrid-headers .dx-header-row > td,
.felb-grid-shell .dx-data-row > td {
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
}
.felb-grid-shell .dx-data-row {
  color: #30343a;
  font-size: 12px;
}
.felb-grid-shell .dx-data-row.dx-state-hover > td {
  background-color: #faf7fc;
}
.felb-grid-shell .dx-data-row > td.felb-key-column {
  background-color: #fdfbfe;
}
.felb-grid-shell .dx-data-row.dx-state-hover > td.felb-key-column {
  background-color: #f7f0fa;
}
.felb-grid-shell td.felb-key-column-boundary {
  box-shadow: inset -2px 0 0 #e6d8ed;
}
.felb-status-badge {
  align-items: center;
  background: #f7f7f8;
  border: 1px solid #e1e3e6;
  border-radius: 999px;
  color: #363b42;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  max-width: 100%;
  padding: 5px 9px;
}
.felb-status-dot {
  border-radius: 50%;
  flex: 0 0 7px;
  height: 7px;
  margin-right: 6px;
  width: 7px;
}
.felb-primary-cell {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  min-width: 0;
}
.felb-primary-link,
.felb-primary-link:visited {
  color: var(--felb-list-primary);
  font-size: 12px;
  font-weight: 700;
}
.felb-primary-grid-links .dx-data-row a:not(.btn),
.felb-primary-grid-links .dx-data-row a:not(.btn):visited,
.felb-primary-grid-links table a:not(.btn),
.felb-primary-grid-links table a:not(.btn):visited {
  color: var(--felb-list-primary) !important;
}
.felb-primary-grid-links .dx-data-row a:not(.btn):hover,
.felb-primary-grid-links .dx-data-row a:not(.btn):focus,
.felb-primary-grid-links table a:not(.btn):hover,
.felb-primary-grid-links table a:not(.btn):focus {
  color: var(--felb-list-primary-dark) !important;
}
.felb-cell-title {
  color: #292d33;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.felb-cell-meta {
  align-items: center;
  color: #7a818c;
  display: flex;
  font-size: 10px;
  margin-top: 3px;
  min-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.felb-cell-meta > span + span::before {
  color: #bdc2c9;
  content: "\00b7";
  margin: 0 5px;
}
.felb-warning-chip {
  background: #fff1e7;
  border-radius: 999px;
  color: #9b4a12;
  font-weight: 700;
  max-width: 120px;
  overflow: hidden;
  padding: 2px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.felb-icon-indicator {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.felb-icon-success,
.felb-icon-indicator-success {
  background: #eaf7ef;
  color: #168244;
}
.felb-icon-warning,
.felb-icon-indicator-warning {
  background: #fff4db;
  color: #a66200;
}
.felb-icon-danger,
.felb-icon-indicator-danger {
  background: #fdecec;
  color: #b42318;
}
.felb-empty-value {
  color: #b1b6be;
}
.felb-detail-panel {
  background: #fafbfc;
  border: 1px solid #e5e8ec;
  border-radius: 8px;
  padding: 12px;
}
.felb-detail-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.felb-detail-title {
  color: #343941;
  font-size: 12px;
  font-weight: 700;
}
.felb-detail-title strong {
  color: var(--felb-list-primary);
  margin-left: 4px;
}
.felb-detail-action {
  align-items: center;
  background: #fff;
  border: 1px solid #c8a7d8;
  border-radius: 6px;
  color: var(--felb-list-primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  min-height: 32px;
  padding: 6px 10px;
}
.felb-detail-action i {
  margin-right: 6px;
}
.felb-scadenziario-tabs {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  gap: 6px;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.felb-scadenziario-tabs .nav-item {
  margin: 0;
}
.felb-scadenziario-tabs .nav-link {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--felb-list-muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  min-height: 38px;
  padding: 8px 14px;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.felb-scadenziario-tabs .nav-link:hover {
  background: var(--felb-list-surface-soft);
  border-color: var(--felb-list-border);
  color: var(--felb-list-primary);
}
.felb-scadenziario-tabs .nav-link.active {
  background: #f2e8f7;
  border-color: #d7bde3;
  box-shadow: inset 0 -2px 0 var(--felb-list-primary);
  color: var(--felb-list-primary);
  font-weight: 700;
}
.felb-scadenziario-tabs .nav-link:focus {
  outline: none;
}
.felb-scadenziario-tabs .nav-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(81, 0, 122, .14);
}
.felb-scadenziario-tabs .nav-link i {
  color: currentColor;
  font-size: 13px;
  margin-right: 6px;
}
.felb-scadenziario-actions {
  gap: 10px;
  justify-content: space-between;
}
.felb-scadenziario-filter-group,
.felb-scadenziario-action-group {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.felb-scadenziario-action-group {
  justify-content: flex-end;
  margin-left: auto;
}
.felb-scadenziario-actions .btn {
  margin-right: 0;
  white-space: nowrap;
}
.felb-analysis-action {
  background: #f2e8f7;
  border-color: #b486c9;
  box-shadow: 0 1px 2px rgba(81, 0, 122, .12);
  color: var(--felb-list-primary);
  font-weight: 700;
}
.felb-analysis-action:hover,
.felb-analysis-action:focus {
  background: #e7d3f0;
  border-color: var(--felb-list-primary);
  color: var(--felb-list-primary-dark);
}
.felb-scadenziario-filter-field {
  min-width: 125px;
}
.felb-scadenziario-filter-label {
  color: #454b54;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
}
.felb-scadenziario-filter-control {
  background-color: #fff;
  border-color: #cfd4da;
  border-radius: 6px;
  box-shadow: none;
  font-size: 12px;
  height: 36px;
  min-width: 125px;
}
.felb-scadenziario-filter-control:focus {
  border-color: #b486c9;
  box-shadow: 0 0 0 3px rgba(81, 0, 122, .09);
}
.felb-grid-shell .dx-data-row > td.felb-alert-grid-cell {
  background: #fff8eb;
  box-shadow: inset 3px 0 0 #eaaa28;
}
.felb-grid-shell .dx-data-row.dx-state-hover > td.felb-alert-grid-cell {
  background: #fff3d8;
}
.felb-scadenziario-link {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  max-width: 100%;
  min-width: 0;
  text-decoration: none;
}
.felb-scadenziario-link > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.felb-scadenziario-link > i {
  flex: 0 0 auto;
  font-size: 9px;
  opacity: .62;
  transform: translateX(0);
  transition: opacity .15s ease, transform .15s ease;
}
.felb-scadenziario-link:hover,
.felb-scadenziario-link:focus {
  color: var(--felb-list-primary-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.felb-scadenziario-link:hover > i,
.felb-scadenziario-link:focus > i {
  opacity: 1;
  transform: translateX(2px);
}
.felb-scadenziario-link:focus-visible {
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(81, 0, 122, .14);
  outline: none;
}
.felb-blumo-filters {
  align-items: flex-end;
  display: flex;
  flex: 1 1 720px;
  flex-wrap: wrap;
  gap: 8px;
  margin-right: 8px;
}
.felb-blumo-filter-group {
  border-right: 1px solid var(--felb-list-border);
  flex: 1 1 330px;
  min-width: 0;
  padding-right: 10px;
}
.felb-blumo-filter-group-detail {
  flex-basis: 310px;
}
.felb-blumo-filter-group-title {
  color: var(--felb-list-primary);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.felb-blumo-filter-group-fields {
  align-items: flex-end;
  display: flex;
  gap: 8px;
}
.felb-blumo-filter-field {
  flex: 1 1 135px;
  min-width: 125px;
}
.felb-blumo-filter-field-compact {
  flex-basis: 100px;
  min-width: 95px;
}
.felb-blumo-filter-client {
  flex-basis: 190px;
  max-width: 260px;
}
.felb-blumo-filter-label {
  color: #454b54;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
}
.felb-blumo-filter-control {
  background-color: #fff;
  border-color: #cfd4da;
  border-radius: 6px;
  box-shadow: none;
  font-size: 12px;
  height: 36px;
  min-height: 36px;
}
.felb-blumo-filter-control:focus {
  border-color: #b486c9;
  box-shadow: 0 0 0 3px rgba(81, 0, 122, .09);
}
.felb-blumo-filter-field .select2-container {
  width: 100% !important;
}
.felb-blumo-filter-field .select2-container .select2-selection--single {
  border-color: #cfd4da;
  border-radius: 6px;
  height: 36px;
}
.felb-blumo-filter-field .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  line-height: 34px;
}
.felb-blumo-filter-field .select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.felb-blumo-filter-apply {
  flex: 0 0 auto;
  height: 36px;
  min-height: 36px;
}
#felb-page-riepilogo-blumi .felb-list-actions {
  align-items: flex-end;
}
#felb-page-riepilogo-blumi .felb-list-actions > .btn,
#felb-page-riepilogo-blumi .felb-view-hint {
  align-self: flex-end;
}
#felb-page-riepilogo-blumi .felb-detail-header strong {
  color: #343941;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
#felb-page-riepilogo-blumi .felb-detail-header span {
  color: var(--felb-list-muted);
  display: block;
  font-size: 11px;
  margin-top: 2px;
}
#felb-page-riepilogo-blumi .felb-detail-panel .felb-grid-shell {
  background: #fff;
}
@media (max-width: 767.98px) {
  .felb-list-header {
    align-items: stretch;
    flex-direction: column;
  }
  .felb-primary-action {
    justify-content: center;
    margin-top: 12px;
    width: 100%;
  }
  .felb-list-header-actions {
    margin-top: 12px;
    width: 100%;
  }
  .felb-list-header-actions .felb-primary-action {
    flex: 1 1 100%;
    margin-top: 0;
  }
  .felb-list-actions .btn {
    flex: 1 1 auto;
  }
  .felb-view-hint {
    margin: 8px 0 0;
    width: 100%;
  }
  .felb-scadenziario-filter-group,
  .felb-scadenziario-action-group {
    margin-left: 0;
    width: 100%;
  }
  .felb-scadenziario-filter-field {
    flex: 1 1 140px;
  }
  .felb-scadenziario-filter-control {
    width: 100%;
  }
  .felb-scadenziario-actions .btn {
    flex: 1 1 auto;
  }
  .felb-blumo-filters,
  .felb-blumo-filter-client {
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
  .felb-blumo-filter-group {
    border-bottom: 1px solid var(--felb-list-border);
    border-right: 0;
    flex-basis: 100%;
    padding: 0 0 10px;
    width: 100%;
  }
  .felb-blumo-filter-group-fields {
    flex-wrap: wrap;
  }
  .felb-blumo-filter-field {
    flex: 1 1 140px;
  }
  .felb-blumo-filter-apply {
    flex: 1 1 100%;
    justify-content: center;
    margin-top: 0;
    width: 100%;
  }
}

/* Calendario chiusure */
.felb-calendar-page {
  padding-bottom: 20px;
}
.felb-calendar-filter-card,
.felb-calendar-shell,
.felb-calendar-legend {
  background: var(--felb-list-surface);
  border: 1px solid var(--felb-list-border);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(31, 35, 41, .05);
  margin-bottom: 14px;
}
.felb-calendar-filter-card {
  background: var(--felb-list-surface-soft);
  padding: 14px 16px 16px;
}
.felb-calendar-section-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.felb-calendar-section-heading h2 {
  color: #30343a;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
.felb-calendar-section-heading p {
  color: var(--felb-list-muted);
  font-size: 11px;
  margin: 3px 0 0;
}
.felb-calendar-filter-label {
  color: #454b54;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
}
.felb-calendar-filter-control {
  background-color: #fff;
  border-color: #d6dae0;
  border-radius: 6px;
  box-shadow: none;
  font-size: 12px;
  min-height: 38px;
}
.felb-calendar-filter-control:focus {
  border-color: #a979bf;
  box-shadow: 0 0 0 3px rgba(81, 0, 122, .09);
}
.felb-calendar-shell {
  overflow: hidden;
}
.felb-calendar-shell-heading {
  border-bottom: 1px solid #edf0f2;
  margin: 0;
  padding: 13px 16px;
}
.felb-calendar-view-badge {
  align-items: center;
  background: #f2e8f7;
  border-radius: 999px;
  color: var(--felb-list-primary);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  white-space: nowrap;
}
.felb-calendar-view-badge i {
  margin-right: 6px;
}
.felb-calendar-scheduler {
  padding: 0;
}
.felb-calendar-scheduler .dx-scheduler {
  border: 0;
}
.felb-calendar-scheduler .dx-scheduler-header {
  background: #fff;
  border-bottom-color: #e6e9ed;
  padding: 7px 9px;
}
.felb-calendar-scheduler .dx-scheduler-header-panel {
  background: #f8f9fb;
  color: #555c66;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.felb-calendar-scheduler .dx-scheduler-date-table-cell {
  transition: background-color .15s ease;
}
.felb-calendar-scheduler .dx-scheduler-date-table-cell:hover {
  background-color: #faf7fc;
}
.felb-calendar-scheduler .dx-scheduler-date-table-current-date {
  color: var(--felb-list-primary);
  font-weight: 700;
}
.felb-calendar-scheduler .dx-scheduler-appointment {
  border: 0;
  border-radius: 7px;
  box-shadow: inset 3px 0 0 rgba(255, 255, 255, .38), 0 2px 6px rgba(31, 35, 41, .18);
  overflow: hidden;
  transition: box-shadow .15s ease, filter .15s ease;
}
.felb-calendar-scheduler .dx-scheduler-appointment:hover,
.felb-calendar-scheduler .dx-scheduler-appointment.dx-state-hover {
  box-shadow: inset 3px 0 0 rgba(255, 255, 255, .55), 0 4px 10px rgba(31, 35, 41, .24);
  filter: brightness(.97);
  z-index: 2;
}
.felb-calendar-scheduler .dx-scheduler-appointment.dx-state-focused {
  box-shadow: inset 3px 0 0 rgba(255, 255, 255, .55), 0 0 0 2px rgba(81, 0, 122, .2), 0 4px 10px rgba(31, 35, 41, .22);
}
.felb-calendar-scheduler .dx-scheduler-appointment-content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 3px 7px 3px 9px;
}
.felb-calendar-scheduler .dx-scheduler-appointment-content-details {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  width: auto;
}
.felb-calendar-scheduler .dx-scheduler-appointment-title {
  display: block;
  flex: 0 1 auto;
  font-family: inherit;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
  max-width: none;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: normal;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  word-break: normal;
}
.felb-calendar-scheduler .dx-scheduler-appointment-content-date {
  display: none;
}
.felb-calendar-scheduler .dx-scheduler-appointment-recurrence-icon,
.felb-calendar-scheduler .dx-scheduler-appointment-reduced-icon {
  flex: 0 0 auto;
  margin-left: 5px;
  opacity: .9;
}
.felb-calendar-scheduler .dx-scheduler-appointment-collector {
  background: #f2e8f7;
  border: 1px solid #d9c0e5;
  border-radius: 999px;
  color: var(--felb-list-primary);
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
}
.felb-calendar-scheduler .dx-button {
  border-radius: 6px;
}
.felb-calendar-legend {
  padding: 14px 16px 16px;
}
.felb-calendar-legend .felb-calendar-section-heading {
  margin-bottom: 10px;
}
.felb-calendar-legend-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.felb-calendar-legend-item {
  align-items: center;
  background: #fafbfc;
  border: 1px solid #e4e7eb;
  border-radius: 999px;
  color: #454b54;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px 6px 7px;
  text-transform: uppercase;
}
.felb-calendar-legend-swatch {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(31, 35, 41, .12);
  flex: 0 0 12px;
  height: 12px;
  margin-right: 7px;
  width: 12px;
}
@media (max-width: 767.98px) {
  .felb-calendar-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .felb-calendar-section-heading .felb-view-hint,
  .felb-calendar-view-badge {
    margin-top: 8px;
  }
  .felb-calendar-shell-heading {
    padding: 12px;
  }
}

/* Gestione turno */
.felb-turno-edit-page .felb-calendar-filter-card .felb-blumo-filters,
.felb-turno-edit-page .felb-turno-time-editor .felb-blumo-filters {
  margin-right: 0;
  width: 100%;
}
.felb-turno-identity-group {
  flex: 2 1 700px;
}
.felb-turno-validity-group {
  border-right: 0;
  flex: 1 1 300px;
  padding-right: 0;
}
.felb-turno-description-field {
  flex: 1.25 1 220px;
}
.felb-turno-plant-field {
  flex: .7 1 145px;
}
.felb-turno-reparti-field {
  flex: 1 1 230px;
}
.felb-turno-edit-page .select2-container {
  width: 100% !important;
}
.felb-turno-edit-page .select2-container .select2-selection--multiple {
  background: #fff;
  border-color: #cfd4da;
  border-radius: 6px;
  min-height: 36px;
}
.felb-turno-edit-page .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #b486c9;
  box-shadow: 0 0 0 3px rgba(81, 0, 122, .09);
}
.felb-turno-edit-page .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 6px;
}
.felb-turno-reparti-field .select2-selection--multiple:not(:has(.select2-selection__choice)) {
  height: 36px;
  min-height: 36px;
  overflow: hidden;
}
.felb-turno-reparti-field .select2-selection--multiple:not(:has(.select2-selection__choice)) .select2-selection__rendered {
  height: 34px;
  min-height: 34px;
  padding: 0 6px;
}
.felb-turno-reparti-field .select2-selection--multiple:not(:has(.select2-selection__choice)) .select2-search--inline .select2-search__field {
  height: 32px;
  line-height: 32px;
  margin-top: 0;
}
.felb-turno-schedule-shell {
  position: relative;
}
.felb-turno-schedule-scroll {
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.felb-turno-schedule-table {
  border-collapse: separate;
  border-spacing: 0;
  color: #454b54;
  font-size: 10px;
  min-width: 1540px;
  table-layout: fixed;
  width: 100%;
}
.felb-turno-schedule-table th,
.felb-turno-schedule-table td {
  border-bottom: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
  box-sizing: border-box;
  height: 44px;
  padding: 0;
  text-align: center;
}
.felb-turno-schedule-table thead th {
  background: #f8f9fb;
  color: #59616d;
  font-size: 9px;
  font-weight: 700;
  height: 36px;
  letter-spacing: .025em;
  text-transform: uppercase;
  width: 58px;
}
.felb-turno-schedule-table .felb-turno-day-heading,
.felb-turno-schedule-table .felb-turno-day-cell {
  border-left: 0;
  left: 0;
  min-width: 148px;
  position: sticky;
  text-align: left;
  width: 148px;
}
.felb-turno-schedule-table .felb-turno-day-heading {
  box-shadow: 4px 0 8px rgba(31, 35, 41, .07);
  padding-left: 14px;
  z-index: 4;
}
.felb-turno-schedule-table .felb-turno-day-cell {
  align-items: center;
  background: #fff;
  box-shadow: 4px 0 8px rgba(31, 35, 41, .07);
  color: #30343a;
  font-size: 11px;
  font-weight: 700;
  padding: 0 12px;
  z-index: 3;
}
.felb-turno-day-dot {
  background: var(--felb-turno-day-color);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(31, 35, 41, .14);
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  vertical-align: -2px;
  width: 12px;
}
.felb-turno-hour-cell {
  background: #fff;
  transition: background-color .12s ease, box-shadow .12s ease;
}
.felb-turno-schedule-table tbody tr:hover .felb-turno-hour-cell:not(.is-active) {
  background: #faf7fc;
}
.felb-turno-hour-cell.is-active {
  background: var(--felb-turno-day-color);
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, .38);
}
.felb-turno-hour-cell.is-active:hover {
  filter: brightness(.96);
}
.felb-turno-time-editor {
  align-items: flex-end;
}
.felb-turno-time-editor .felb-blumo-filter-group {
  flex-basis: 470px;
}
.felb-turno-time-editor .felb-blumo-filter-group-detail {
  border-right: 0;
  padding-right: 0;
}
.felb-turno-time-action,
.felb-turno-delete-action {
  flex: 0 0 auto;
  height: 36px;
  min-height: 36px;
  white-space: nowrap;
}
.felb-turno-delete-action {
  border-color: #e6b4b0;
  color: #b42318;
}
.felb-turno-delete-action:hover,
.felb-turno-delete-action:focus {
  background: #fdecec;
  border-color: #d6857e;
  color: #912018;
}
.felb-turno-remove-field {
  flex-basis: 260px;
}
@media (max-width: 991.98px) {
  .felb-turno-identity-group,
  .felb-turno-validity-group {
    flex-basis: 100%;
  }
  .felb-turno-identity-group {
    border-bottom: 1px solid var(--felb-list-border);
    border-right: 0;
    padding: 0 0 10px;
  }
}
@media (max-width: 767.98px) {
  .felb-turno-edit-page .felb-list-header-actions .felb-secondary-action {
    flex: 1 1 100%;
    justify-content: center;
  }
  .felb-turno-time-action,
  .felb-turno-delete-action {
    flex: 1 1 100%;
    justify-content: center;
    width: 100%;
  }
}

.felb-odp-report-field {
  flex: 1 1 360px;
  max-width: 520px;
  min-width: 260px;
}
.felb-odp-report-field .select2-container {
  width: 100% !important;
}
.felb-odp-progress {
  background: #e8ebef;
  border-radius: 999px;
  height: 18px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.felb-odp-progress .progress-bar {
  height: 100%;
}
.felb-odp-progress-label {
  align-items: center;
  color: #343a40;
  display: flex;
  font-size: 9px;
  font-weight: 700;
  inset: 0;
  justify-content: center;
  position: absolute;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}
.felb-odp-signal-list {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .felb-odp-report-field {
    flex-basis: 100%;
    max-width: none;
    min-width: 100%;
  }
}

/* AnaNotazioneClienteReparto - inserimento e modifica */
.felb-notazione-edit-page {
  padding-bottom: 20px;
}
.felb-notazione-form-card,
.felb-notazione-associations-card {
  border: 1px solid var(--felb-list-border);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(31, 35, 41, .05);
  margin-bottom: 14px;
  padding: 14px 16px 16px;
}
.felb-notazione-form-card {
  background: var(--felb-list-surface-soft);
}
.felb-notazione-associations-card {
  background: var(--felb-list-surface);
}
.felb-notazione-section-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 13px;
}
.felb-notazione-section-heading h2 {
  color: #30343a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.felb-notazione-section-heading p {
  color: var(--felb-list-muted);
  font-size: 11px;
  margin: 3px 0 0;
}
.felb-notazione-audit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.felb-notazione-audit-item {
  align-items: center;
  background: #fafbfc;
  border: 1px solid var(--felb-list-border);
  border-radius: 9px;
  display: flex;
  flex: 1 1 240px;
  max-width: 360px;
  min-width: 0;
  padding: 10px 12px;
}
.felb-notazione-audit-icon {
  align-items: center;
  background: #f2e8f7;
  border-radius: 8px;
  color: var(--felb-list-primary);
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  margin-right: 10px;
}
.felb-notazione-audit-item > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.felb-notazione-audit-label {
  color: var(--felb-list-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.felb-notazione-audit-item strong {
  color: #30343a;
  font-size: 12px;
}
.felb-notazione-audit-item small {
  color: var(--felb-list-muted);
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.felb-notazione-form-card .felb-blumo-filters {
  margin-right: 0;
  width: 100%;
}
.felb-notazione-content-group {
  flex: 1 1 780px;
}
.felb-notazione-status-group {
  border-right: 0;
  flex: 0 1 260px;
  padding-right: 0;
}
.felb-notazione-causale-field {
  flex: .8 1 190px;
}
.felb-notazione-title-field {
  flex: 1 1 220px;
}
.felb-notazione-description-field {
  flex: 1.4 1 300px;
}
.felb-notazione-status-control {
  background: #fff;
  border: 1px solid #cfd4da;
  border-radius: 6px;
  min-height: 60px;
  padding: 9px 12px;
}
.felb-notazione-status-control small {
  color: var(--felb-list-muted);
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.felb-notazione-modal {
  --felb-list-primary: #51007a;
  --felb-list-primary-dark: #3d005d;
  --felb-list-border: #e3e6ea;
  --felb-list-muted: #667085;
  --felb-list-surface-soft: #f7f7fa;
}
.felb-notazione-modal .modal-content {
  border: 1px solid var(--felb-list-border);
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(31, 35, 41, .17);
  overflow: hidden;
}
.felb-notazione-modal .modal-header {
  align-items: center;
  background: var(--felb-list-surface-soft);
  border-bottom-color: var(--felb-list-border);
}
.felb-notazione-modal .modal-title {
  color: #30343a;
  font-size: 15px;
  font-weight: 700;
}
.felb-notazione-modal .modal-body {
  padding: 14px;
}
.felb-notazione-modal .modal-footer {
  border-top-color: var(--felb-list-border);
  gap: 8px;
}
.felb-notazione-modal-action {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  line-height: 1;
  min-width: 88px;
  padding: 0 13px;
  white-space: nowrap;
}
.felb-notazione-modal-action i,
.felb-notazione-modal-action svg {
  margin-right: 7px;
}
.felb-notazione-modal-action-secondary {
  background-color: #fff;
  border-color: #aeb4bc;
  color: #343941;
}
.felb-notazione-modal-action-secondary:hover,
.felb-notazione-modal-action-secondary:focus {
  background-color: #f2e8f7;
  border-color: #9d70b3;
  color: #51007a;
}
.felb-notazione-modal-action-primary {
  background-color: #51007a;
  border-color: #51007a;
  color: #fff;
}
.felb-notazione-modal-action-primary:hover,
.felb-notazione-modal-action-primary:focus {
  background-color: #3d005d;
  border-color: #3d005d;
  color: #fff;
}
.felb-modal-grid-shell {
  box-shadow: none;
}
.felb-action-cell {
  align-items: center;
  display: flex;
  justify-content: center;
}
.felb-icon-action {
  align-items: center;
  background: #fff;
  border: 1px solid #d7dbe0;
  border-radius: 6px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}
.felb-icon-action-danger {
  color: #b42318;
}
.felb-icon-action-danger:hover,
.felb-icon-action-danger:focus {
  background: #fdecec;
  border-color: #e6b4b0;
  color: #912018;
  outline: none;
}
@media (max-width: 991.98px) {
  .felb-notazione-content-group,
  .felb-notazione-status-group {
    flex-basis: 100%;
  }
  .felb-notazione-content-group {
    border-bottom: 1px solid var(--felb-list-border);
    border-right: 0;
    padding: 0 0 10px;
  }
}
@media (max-width: 767.98px) {
  .felb-notazione-edit-page .felb-list-header,
  .felb-notazione-section-heading {
    align-items: stretch;
    flex-direction: column;
  }
  .felb-notazione-edit-page .felb-list-header-actions {
    justify-content: flex-start;
    width: 100%;
  }
  .felb-notazione-edit-page .felb-list-header-actions .btn,
  .felb-notazione-edit-page .felb-list-header-actions .felb-primary-action {
    flex: 1 1 150px;
    justify-content: center;
  }
  .felb-notazione-audit-item {
    max-width: none;
  }
  .felb-notazione-form-card,
  .felb-notazione-associations-card {
    padding: 12px;
  }
  .felb-notazione-form-card .felb-blumo-filter-group-fields {
    align-items: stretch;
    flex-direction: column;
  }
  .felb-notazione-form-card .felb-blumo-filter-field {
    flex-basis: auto;
    max-width: none;
    width: 100%;
  }
}
