.status-tag {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 7px;
  font-size: 10px;
}

.status-tag.pending {
  color: #9a6a1d;
  background: #fff3dd;
}

.status-tag.reimbursed {
  color: #18725a;
  background: #e3f5ee;
}

.reimburse-btn {
  background: var(--green);
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
}

.reimburse-btn:hover {
  background: #0a5946;
}

.password-card {
  margin-top: 15px;
}
