#warningToast, #successResponseToast, #failResponseToast {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 99999;
  padding-right: 18px; }
  #warningToast .toast-body button, #successResponseToast .toast-body button, #failResponseToast .toast-body button {
    position: absolute;
    right: 5px;
    top: 17px;
    color: orange; }
  #warningToast .toast-body .iziToast-body, #successResponseToast .toast-body .iziToast-body, #failResponseToast .toast-body .iziToast-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

#failResponseToast .toast-body button {
  color: #ff5252; }

#successResponseToast .toast-body button {
  color: #2bd396; }

/*# sourceMappingURL=toast.css.map */
