.toast .toast-close {
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 999999 !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 25px !important;
  height: 25px !important;
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
}

.toast .toast-close:hover {
  background-color: #ff6b6b !important;
  color: white !important;
}

.toast .toast-close:active {
  transform: scale(0.9) !important;
}

.toasts-container .toast {
  pointer-events: auto !important;
}

.toast-close svg {
  pointer-events: none !important;
}
