/* Accessible toast colour overrides */
#toast-container > div {
  color: #0f172a;
  opacity: 0.98;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(6px);
}

#toast-container > div .toast-title {
  font-weight: 600;
}

#toast-container > div .toast-message a,
#toast-container > div .toast-message label {
  color: inherit;
  text-decoration: underline;
}

#toast-container > div .toast-message a:hover {
  color: inherit;
  opacity: .7;
}

#toast-container > div.toast-success {
  background-color: #e6f4ea;
  border-left: 6px solid #1e8f4d;
  color: #114027;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%2710%27/%3E%3Cpath%20d%3D%27M9%2012l2%202%204-4%27/%3E%3C/svg%3E") !important;
  background-size: 24px !important;
}

#toast-container > div.toast-info {
  background-color: #e3f2fd;
  border-left: 6px solid #1976d2;
  color: #0c387a;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%2710%27/%3E%3Cpath%20d%3D%27M12%2016v-4%27/%3E%3Cpath%20d%3D%27M12%208h.01%27/%3E%3C/svg%3E") !important;
  background-size: 24px !important;
}

#toast-container > div.toast-warning {
  background-color: #fff4e5;
  border-left: 6px solid #c98211;
  color: #593400;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M10.29%203.86%201.82%2018a1.65%201.65%200%200%200%201.42%202.48h17.52A1.65%201.65%200%200%200%2022.18%2018L13.71%203.86a1.65%201.65%200%200%200-3.42%200z%27/%3E%3Cpath%20d%3D%27M12%209v4%27/%3E%3Cpath%20d%3D%27M12%2017h.01%27/%3E%3C/svg%3E") !important;
  background-size: 24px !important;
}

#toast-container > div.toast-error {
  background-color: #fdeceb;
  border-left: 6px solid #d93025;
  color: #7a1c18;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%2710%27/%3E%3Cpath%20d%3D%27m15%209-6%206%27/%3E%3Cpath%20d%3D%27m9%209%206%206%27/%3E%3C/svg%3E") !important;
  background-size: 24px !important;
}

#toast-container > div .toast-close-button {
  color: inherit;
  opacity: .65;
}

#toast-container > div .toast-close-button:hover,
#toast-container > div .toast-close-button:focus {
  opacity: .95;
  color: inherit;
}

#toast-container > div .toast-progress {
  background-color: rgba(15, 23, 42, 0.25);
}
