:root {
  --cd-z-popover: 60;
  --cd-z-modal: 90;
  --cd-z-modal-top: 100;
  --cd-z-toast: 200;
}

.toast,
#toast,
[id="toast"] {
  z-index: var(--cd-z-toast, 200) !important;
}
