.toast {
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  margin-top: 49% !important;
}
.toast-success,.jq-icon-success {
  background-color: #28a745 !important; /* Green */
}
.toast-error,.jq-icon-error {
  background-color: #dc3545 !important; /* Red */
}
.toast-info,.jq-icon-info {
  background-color: #17a2b8 !important; /* Blue */
}
.toast-warning,.jq-icon-warning {   
  background-color: #ffc107 !important; /* Yellow */
}
.jq-toast-loader{
  display: none !important  ;
}
.jq-toast-single{
  border-radius: 15px !important;
  font-family: "Poppins", sans-serif !important;
}
.jq-icon-info, .jq-icon-success, .jq-icon-warning, .jq-icon-error {
  color: #fff !important;
}

#toast-container{
  top:24% !important
}
