.toast-info {
    background: #52cbf0;
    color: #fff;
    font-size: 20px;
    width: 20vw;
    padding: 20px 10px;
  }
  .toast-info::before {
    content: "ⓘ";
    background-color: blue;
  }
  .toast-info::after {
    content: "";
    background-color: blue;
  }
  .Toastify__toast--error {
    border: 1px solid #eb5757;
    border-radius: 50px !important;
    background: rgb(0, 191, 255)!important;
  }
  /* .Toastify__toast--error::after {
    content: url("/images/close.png");
    position: absolute;
    color: #444c63;
    font-size: 15px;
    font-weight: 700;
    left: 265px;
    padding-top: 14px !important;
  } */
  .Toastify__toast--error::before {
    content: url("/images/remove.png");
    position: relative;
    z-index: 100000;
    left: 12px;
    top: 23px;
  }
  .Toastify__toast--success {
    border: 1px solid #3a9ea5 !important;
    border-radius: 50px !important;
    background: #00bfff!important;
  }
  .Toastify__toast--success::before {
    content: url("/images/checked.png");
    position: relative;
    z-index: 100000;
    left: 12px;
    top: 13px;
  }
  /* .Toastify__toast--success::after {
    content: url("/images/close.png");
    position: absolute;
    color: #3a9ea5;
    font-size: 15px;
    font-weight: 700;
    left: 265px;
    padding-top: 14px !important;
  } */
  .Toastify__toast--warning {
    border: 1px solid #e78326 !important;
    border-radius: 50px !important;
    background: #00bfff !important;
    z-index: 999 !important;
    position: relative;
  }
  .Toastify__toast--warning::before {
    content: url("/images/warning.png");
    position: relative;
    z-index: 100000;
    left: 12px;
    top: 13px;
  }
  /* .Toastify__toast--warning::after {
    content: url("/images/close.png");
    position: absolute;
    color: #e78326;
    font-size: 15px;
    font-weight: 700;
    left: 265px;
    padding-top: 14px !important;
  } */
  .Toastify__toast-body {
    color: #161616;
    font-size: 16px;
    padding-left: 20px;
    line-height: 20px;
    padding: 0px;
    width: 100%;
    font-weight: 400;
    margin-left: 25px !important;
  }
  .Toastify__toast > button > svg {
    display: none;
  }
  .Toastify__close-button {
    font-size: large;
    font-weight: 400;
    margin-top: 10px;
    margin-right: 10px;
    color: black !important;
    background: transparent !important;
    width: 20px !important;
  }
  .Toastify__progress-bar {
    background-color: rgba(13, 109, 26, 0.427);
  }
  .Toastify__toast-container {
    z-index: 10000;
  }
  .Toastify__progress-bar--success, .Toastify__progress-bar--error {
      background: #0726bc85!important;
  }