.scroll {
  position: relative;
  max-width: 100%;
  max-height: 800px;
  overflow: auto;
}

.tooltip-cell {
  height: 100%;
  width: 100%;
  display: block;
  overflow: auto;
}

.tooltip-font {
  font-size: medium;
}

.label-modal {
  max-width: 900px !important;
}

.senderTaxIdHeader {
  color: #fb3b49 !important;
}

body .MuiStepIcon-root,
body .MuiStepIcon-root.MuiStepIcon-completed,
body .MuiStepIcon-root.MuiStepIcon-active {
  color: var(--as-accent) !important;
  fill: var(--as-accent) !important;
}

body .MuiStepIcon-root circle,
body .MuiStepIcon-root path:not(.MuiStepIcon-text) {
  fill: var(--as-accent) !important;
}

.editable-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 100;
}

.align-right {
  text-align: right;
}

.MuiTablePagination-toolbar > p {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
