.toaster-btn {
  padding: 12px 24px;
  min-width: 128px;
  border-radius: 8px !important; 
  font-size: 18px !important;
}

.toaster-btn .confirm {
  background-color: rgb(38, 153, 27) !important;
}

.swal2-styled.swal2-confirm{
  background-color: #20a999 !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(32, 169, 112, 0.5);
}

.toaster-title-red{
  color: red;
}

.toaster-title-blue{
  color: blue;
}

.toaster-title-black{
  color: black;
}

.toaster-title-white{
  color: white !important;
}

.swal-custom-container-350w {
	width: 350px;
}

.swal-custom-btn-message {
	background-color: transparent !important; 
	height: auto;
}
.swal2-styled.swal2-confirm.swal-custom-confirm-btn-transparent:focus,
.swal2-styled.swal2-confirm.swal-custom-confirm-btn-transparent {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow:none !important;
}

.swal-padding-less {
  padding:0;
}