.active-tag {
  background-color: #ccf2d3;
  color: #2eb046;
  border: 1px solid #2eb046;
  border-radius: 9px;
}

.pending-tag {
  background-color: #f2e4cc;
  color: #b0962e;
  border: 1px solid #b0962e;
  border-radius: 9px;
}

.canceled-tag {
  background-color: #f2cccd;
  color: #b02e30;
  border: 1px solid #b02e30;
  border-radius: 9px;
}
