/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.status-pending {
  color: orange;
}

.status-approved {
  color: green;
}

.status-rejected {
  color: red;
}

.reject-form {
  margin-top: 10px;
}

.d-none {
  display: none !important;
}
.max-width-120 {
  max-width: 120px !important;
}
.sticky-top-90 {
  position: sticky !important;
  top: 90px !important;
}
.max-height-420 {
  max-height: 420px !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.min-width-80 {
  min-width: 80px !important;
}
.min-width-180 {
  min-width: 180px !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-11 {
  z-index: 11 !important;
}
.height-20 {
  height: 20px !important;
}
.reconciliation-btn {
  background: #007bff;
  color: #fff;
}
