.toast-notification {
    position: fixed;
    text-decoration: none;
    z-index: 999999;
    max-width: 320px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: flex;
    padding: 10px;
    transform: translate(0, -150%);
    right: 40% !important;
    top: 40% !important;
  }
  .toast-notification .toast-notification-wrapper {
    flex: 1;
    padding-right: 10px;
    overflow: hidden;
  }
  .toast-notification .toast-notification-wrapper .toast-notification-header {
    padding: 0 0 5px 0;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    word-break: break-all;
    color: #4f525a;
  }
  .toast-notification .toast-notification-wrapper .toast-notification-content {
    font-size: 14px;
    margin: 0;
    padding: 0;
    word-break: keep-all;
    color: #4f525a;
  }
  .toast-notification .toast-notification-close {
    appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 4px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
  }
  .toast-notification .toast-notification-close:hover {
    color: rgba(0, 0, 0, 0.4);
  }
  .toast-notification.toast-notification-top-center {
    transform: translate(calc(50vw - 50%), -150%);
  }
  .toast-notification.toast-notification-bottom-left, .toast-notification.toast-notification-bottom-right {
    transform: translate(0, 150%);
  }
  .toast-notification.toast-notification-bottom-center {
    transform: translate(calc(50vw - 50%), 150%);
  }
  .toast-notification.toast-notification-dark {
    background-color: #2d2e31;
  }
  .toast-notification.toast-notification-dark .toast-notification-wrapper .toast-notification-header {
    color: #edeff3;
  }
  .toast-notification.toast-notification-dark .toast-notification-wrapper .toast-notification-content {
    color: #edeff3;
  }
  .toast-notification.toast-notification-dark .toast-notification-close {
    color: rgba(255, 255, 255, 0.2);
  }
  .toast-notification.toast-notification-dark .toast-notification-close:hover {
    color: rgba(255, 255, 255, 0.4);
  }

  /**  white **/
  .toast-notification.toast-notification-white {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*border: 1px solid #f29527;*/
  }
  .toast-notification.toast-notification-white .toast-notification-wrapper .toast-notification-header {
    color: black;
    font-weight: bold;
  }
  .toast-notification.toast-notification-white .toast-notification-wrapper .toast-notification-content {
    color: black;
  }
  .toast-notification.toast-notification-white .toast-notification-close {
    color: var(--blue);
  }
  .toast-notification.toast-notification-white .toast-notification-close:hover {
    /*color: rgba(255, 255, 255, 0.4);*/
  }
  /**/ 

  .toast-notification.toast-notification-success {
    background-color: #C3F3D7;
    border-left: 4px solid #51a775;
  }
  .toast-notification.toast-notification-success .toast-notification-wrapper .toast-notification-header {
    color: #51a775;
  }
  .toast-notification.toast-notification-success .toast-notification-wrapper .toast-notification-content {
    color: #51a775;
  }
  .toast-notification.toast-notification-success .toast-notification-close {
    color: rgba(0, 0, 0, 0.2);
  }
  .toast-notification.toast-notification-success .toast-notification-close:hover {
    color: rgba(0, 0, 0, 0.4);
  }
  .toast-notification.toast-notification-error {
    background-color: #f3c3c3;
    border-left: 4px solid #a75151;
  }
  .toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-header {
    color: #a75151;
  }
  .toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-content {
    color: #a75151;
  }
  .toast-notification.toast-notification-error .toast-notification-close {
    color: rgba(0, 0, 0, 0.2);
  }
  .toast-notification.toast-notification-error .toast-notification-close:hover {
    color: rgba(0, 0, 0, 0.4);
  }

  /*
  * HIGH WARNING 
  */
  .toast-notification.toast-notification-highwarning {
    background-color: #DA2131;
    border-left: 4px solid #f8c9c4;
  }
  .toast-notification.toast-notification-highwarning .toast-notification-wrapper .toast-notification-header {
    color: white;
    font-weight: bold;
  }
  .toast-notification.toast-notification-highwarning .toast-notification-wrapper .toast-notification-content {
    color: white;
  }
  .toast-notification.toast-notification-highwarning .toast-notification-close {
    color: rgba(0, 0, 0, 0.2);
  }
  .toast-notification.toast-notification-highwarning .toast-notification-close:hover {
    color: rgba(0, 0, 0, 0.4);
  }

  /*
  * LOW WARNING 
  */
  .toast-notification.toast-notification-lowwarning {
    background-color: #F29527;
    border-left: 4px solid #f8c9c4;
  }
  .toast-notification.toast-notification-lowwarning .toast-notification-wrapper .toast-notification-header {
    color: black;
    font-weight: bold;
  }
  .toast-notification.toast-notification-lowwarning .toast-notification-wrapper .toast-notification-content {
    color: black;
  }
  .toast-notification.toast-notification-lowwarning .toast-notification-close {
    color: rgba(0, 0, 0, 0.2);
  }
  .toast-notification.toast-notification-lowwarning .toast-notification-close:hover {
    color: rgba(0, 0, 0, 0.4);
  }

  /*
  *
  */
  .toast-notification.toast-notification-verified {
    background-color: #d0eaff;
    border-left: 4px solid #6097b8;
  }
  .toast-notification.toast-notification-verified .toast-notification-wrapper .toast-notification-header {
    color: #6097b8;
  }
  .toast-notification.toast-notification-verified .toast-notification-wrapper .toast-notification-content {
    color: #6097b8;
  }
  .toast-notification.toast-notification-verified .toast-notification-close {
    color: rgba(0, 0, 0, 0.2);
  }
  .toast-notification.toast-notification-verified .toast-notification-close:hover {
    color: rgba(0, 0, 0, 0.4);
  }
  .toast-notification.toast-notification-dimmed {
    opacity: .3;
  }
  .toast-notification.toast-notification-dimmed:hover, .toast-notification.toast-notification-dimmed:active {
    opacity: 1;
  }
  .toast-notification .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;  
    overflow: hidden;
  }
  .toast-notification .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #f8c9c4; /*var(--blue)*/
  }
  
  .toast-notification .progress.active:before {
    animation: progress 5s linear forwards;
  }

  
  @keyframes progress {
    100% {
      right: 100%;
    }
  }
  
  .eclMessageContainer{
    display: none;
    position: fixed; 
    top: 50%;
    left: 50%;
    z-index:2000;
    transform: translate(-50%, -50%);
    
  }

  .eclMessageContainer button.ecl-notification__close{
    padding: 5px 10px;
  }
  .eclMessageContainer [data-ecl-notification]:focus button.ecl-message__close{
    outline: 2px solid black;
    padding: 5px 10px;
  }