.saidas-module .saidas-form-hint {
  font-size: 12px;
  margin-bottom: 18px;
}

.saidas-module .repasse-actions {
  justify-content: flex-end;
  padding: 16px 20px;
}

.saidas-repasse-head,
.saidas-repasse-row {
  grid-template-columns: .55fr 2.2fr 1.1fr .9fr;
  min-width: 680px;
}

.saidas-repasse-check {
  align-items: center;
  display: flex;
  margin: 0;
}

.saidas-repasse-check input {
  box-shadow: none;
  width: auto;
}

.saidas-module .saidas-repasse-history {
  margin-top: 18px;
}

.saidas-repasse-card {
  border-top: 1px solid #e5e7eb;
  padding: 18px 20px;
}

.saidas-repasse-card-head {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 12px;
}
