.Toastify__toast-container {
  width: 400px !important;
}
.Toastify__toast {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  padding: 13px 15px;
  line-height: 24px;
}
.toastPersonalizado .Toastify__toast-icon {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 480px) {
  .Toastify__toast-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    transform: none;
  }
  .Toastify__toast {
    border-radius: 0px !important;
    border: 0px !important;
    margin: 0 !important;
    box-sizing: border-box;
  }
}

.successToast {
  background: #F0F5F0 !important;
  color: #000;
  border: 1px solid #00865455;
  border-left: 9px solid #008654;
}
.successBar {
  background: #008654cc !important;
  height: 2px !important;
}

.errorToast {
  background: #fcf2eeee !important;
  color: #000;
  border: 1px solid #cf432a55;
  border-left: 9px solid#CF432A;
}
.errorBar {
  background: #860000cc !important;
  height: 2px !important;
}

.infoToast {
  background: #f6faff !important;
  color: #000;
  border: 1px solid #0000b255;
  border-left: 9px solid #2b5ac0;
}
.infoBar {
  background: #0000b2cc !important;
  height: 2px !important;
}

.warningToast {
  background: rgba(252, 248, 239, 0.933) !important;
  color: #000;
  border: 1px solid #fec62755;
  border-left: 9px solid #fec627;
}
.warningBar {
  background: #fec627cc !important;
  height: 2px !important;
}
