    
      #toast_types button {
        margin: 5px;
        min-width: 160px;
        max-width: 160px;
      }

      .toast-icons {
        font-family: 'Pictos' !important;
        speak: none;
        font-size: 55px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
    
      .toast-icons {
        height: auto !important;
        font-size: 30px !important;
      }
	  
	  .e-toast {
		border: none !important;  
	  }
    
      .toast-icons.e-success::before {
        content: "2";
      }
    
      .toast-icons.e-error::before {
        content: "D";
      }
    
      .toast-icons.e-info::before {
        content: "i";
      }
    
      .toast-icons.e-warning::before {
        content: "!";
      }