#toast-container.toast-custom>.toast-success{
  cursor: default !important;
  padding-left: 70px !important;
  padding-right: 33px !important;  
  width: 100% !important;
  position: relative;
  overflow: initial;
  background-image: none !important;
  background-color: #ffffff;
  opacity: 1;
  box-shadow: 0 0 4px rgba(0,0,0,.1) !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  font-size: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background-size: 45px;
}

#toast-container.toast-custom>.toast-success .toast-close-button{
  border-radius: 0;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background-color: #000;
  position: absolute;
  top: -1px;
  right: 0px;
  opacity: 1;
}

#toast-container.toast-custom>.toast-success .gray{
  color: #8c8c8c;
  background-color:#ffffff;
}

#toast-container.toast-custom>.toast-success>.toast-message img{
  width:50px;
  height:50px;
  margin-right:10px;
}

/*tail*/
/*#toast-container.toast-custom>.toast-success:after{
  content: '';
  top: 92%;
  left: 40px;
  position: absolute;
  border: 0px solid;
  display: block;
  width: 20px;
  height: 17px;
  background-color: #12ffc800;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-top-left-radius: 97%;
  box-shadow: -7px -5px 0px 6px white;
  clip-path: polygon(-100% 23%, 100% 23%, 100% 100%, -100% 100%);
}*/

/*tail border*/
/*#toast-container.toast-custom>.toast-success>.toast-message:after{
    z-index: -1;
    content: '';
    top: 74%;
    left: 42.5px;
    position: absolute;
    border: 0px solid;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #ffffff00;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 97%;
    box-shadow: -14px 0px 0px 4px #3284ea;
    clip-path: polygon(-100% 59%, 100% 59%, 100% 140%, -100% 140%);
}*/

#toast-container.toast-custom>div{
	color: black;
	-webkit-box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
  #toast-container.toast-custom{
    width: 100%;
    left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  /*tail*/
/*  #toast-container.toast-custom>.toast-success:after{  
    content: '';
    top: 94%;
    left: 40px;
    position: absolute;
    border: 0px solid;
    display: block;
    width: 20px;
    height: 12px;
    background-color: #12ffc800;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 97%;
    box-shadow: -7px -5px 0px 6px white;
    clip-path: polygon(-100% 25%, 100% 25%, 100% 100%, -100% 100%) !important;
  }*/

  /*tail border*/
/*  #toast-container.toast-custom>.toast-success>.toast-message:after{
    z-index: -1;
    content: '';
    top: 64%;
    left: 39.5px;
    position: absolute;
    border: 0px solid;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #ffffff00;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 97%;
    box-shadow: -12px 0px 0px 4px #3284ea;
    clip-path: polygon(-100% 80%, 100% 80%, 100% 140%, -100% 140%) !important;
  }*/

}
