:root {
  --bs-modal-bg: white;
  --bs-modal-border-width: 1px;
  --bs-modal-border-color: #EFE9E1;
  --bs-modal-border-radius: 0.475em;
  --bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  --bs-primary: #f5c71a;
  --bs-link-color-rgb: 245, 199, 26;
  --bs-primary-active: #ffdd02;
}

#ordersList .card .badge_cancelled, #ordersList .card .badge_changed {
  display: none;
}

#ordersList .card.changed .badge_changed {
  display: inline-flex;
}

#ordersList .card.cancelled .badge_cancelled {
  display: inline-flex;
}

.badge-light-warning {
  color: #fff;
}

#ordersList .card.cancelled {
  opacity: 0.5;
  /*background-color: #ed8a8a !important;*/
}
#ordersList .card.cancelled .text-gray-400, #ordersList .card.cancelled .text-gray-600 {
  color: black !important;
}

#ordersList .card.cancelled .card-title, #ordersList .card.cancelled .card-body {
  text-decoration: line-through;
}

#documentsList .document-links {
  display: flex;
  flex-direction: column;
}
#documentsList .document-links a {
  padding: 5px 0;
}
#documentsList .organization-card .card-body {
  justify-content: space-between;
}

.review-fixed-button {
  position: fixed;
  bottom: 48px;
  right: 20px;
  z-index: 10;
}

.review-popup {
  position: fixed;
  min-width: 200px;
  bottom: 53px;
  right: 20px;
  z-index: 11;
}
