.text-bg-success-soft {
    background-color: #dff8d3 !important;
    color: #155724 !important;

     .toast-header {
    background-color: #dff8d3 !important;
    color: white !important;
    border: none !important;
  }
  }

.text-bg-info-soft {
    background-color:  #17a2b8!important;
    color: #ffffff !important;

     .toast-header {
    background-color: #17a2b8 !important;
    color: white !important;
    border: none !important;
  }
  }
.text-bg-warn {
    background-color:  #ffc107 !important;
    color:white !important;

     .toast-header {
    background-color: #ffc107 !important;
    color: white !important;
    border: none !important;
  }
  }
.text-bg-success {
  background-color: rgb(117, 212, 138) !important;
  color: white !important;
 
  .toast-header {
    background-color: rgb(117, 212, 138) !important;
    color: white !important;
    border: none !important;
  }
}

.text-bg-danger {
  background-color: #dc3545 !important;
  color: white !important;
 
  .toast-header {
    background-color: #dc3545 !important;
    color: white !important;
    border: none !important;
  }
}

