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

.MuiStepIcon-root.MuiStepIcon-completed {
  color: #005cbf !important;
}

.MuiStepIcon-root.MuiStepIcon-active {
  color: #17a2b8 !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;
}
